01KKHBC5XS0Q44VCA47702Z8BH: clippy (helios)

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

Buildomat Job: 01KKHBCKNRVCFX6508V76ZCSKS

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-03-12T15:43:47.837Zjob assigned to worker 01KKHBCS4R7A7ZZH12S4XHGX9Y [factory aws, i-043b6ed9f85439b8f] (queued for 1 m 43 s)
 
22026-03-12T15:43:56.143Zstarting task 0: "setup"
32026-03-12T15:43:56.147Z++ uname -s
42026-03-12T15:43:56.150Z+ kern=SunOS
52026-03-12T15:43:56.150Z+ build_user=build
62026-03-12T15:43:56.150Z+ build_uid=12345
72026-03-12T15:43:56.150Z+ work_dir=/work
82026-03-12T15:43:56.150Z+ input_dir=/input
92026-03-12T15:43:56.150Z+ [[ 0 == 12345 ]]
102026-03-12T15:43:56.150Z+ case "$kern" in
112026-03-12T15:43:56.150Z+ groupadd -g 12345 build
122026-03-12T15:43:56.154Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-03-12T15:43:58.158Z+ zfs create -o mountpoint=/work rpool/work
142026-03-12T15:43:58.277Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-03-12T15:43:58.280Z+ home_fs=zfs
162026-03-12T15:43:58.280Z+ [[ zfs == autofs ]]
172026-03-12T15:43:58.280Z+ mkdir -p /home/build
182026-03-12T15:43:58.280Z+ chown build:build /home/build /work
192026-03-12T15:44:00.282Z+ chmod 0700 /home/build /work
202026-03-12T15:44:00.285Zprocess exited: duration 4142 ms, exit code 0
 
212026-03-12T15:44:00.292Zstarting task 1: "rust-toolchain"
222026-03-12T15:44:00.296Z * rust toolchain channel = "1.91.1"
232026-03-12T15:44:00.296Z * rust toolchain profile = "default"
242026-03-12T15:44:00.296Z+ printf ' * rust toolchain channel = "%s"\n' 1.91.1
252026-03-12T15:44:00.296Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-03-12T15:44:00.296Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-03-12T15:44:00.297Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-03-12T15:44:00.299Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-03-12T15:44:00.300Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.91.1 --profile default
302026-03-12T15:44:00.434Zinfo: downloading installer
312026-03-12T15:44:02.094Zwarn: It looks like you have an existing installation of Rust at:
322026-03-12T15:44:02.094Zwarn: /opt/ooce/bin
332026-03-12T15:44:02.094Zwarn: It is recommended that rustup be the primary Rust installation.
342026-03-12T15:44:02.094Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-03-12T15:44:02.094Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-03-12T15:44:02.094Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-03-12T15:44:02.094Zwarn: or pass `-y' to ignore all ignorable checks.
382026-03-12T15:44:02.094Zerror: cannot install while Rust is installed
392026-03-12T15:44:02.094Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-03-12T15:44:02.095Zwarn: It looks like you have an existing rustup settings file at:
412026-03-12T15:44:02.095Zwarn: /home/build/.rustup/settings.toml
422026-03-12T15:44:02.095Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-03-12T15:44:02.095Zwarn: instead of the one inferred from the default host triple.
442026-03-12T15:44:02.140Zinfo: profile set to default
452026-03-12T15:44:02.140Zinfo: default host triple is x86_64-unknown-illumos
462026-03-12T15:44:02.143Zinfo: syncing channel updates for 1.91.1-x86_64-unknown-illumos
472026-03-12T15:44:02.320Zinfo: latest update on 2025-11-10 for version 1.91.1 (ed61e7d7e 2025-11-07)
482026-03-12T15:44:02.323Zinfo: downloading 6 components
492026-03-12T15:44:19.168Zinfo: default toolchain set to 1.91.1-x86_64-unknown-illumos
502026-03-12T15:44:19.168Z
512026-03-12T15:44:19.202Z 1.91.1-x86_64-unknown-illumos installed - rustc 1.91.1 (ed61e7d7e 2025-11-07)
522026-03-12T15:44:19.202Z
532026-03-12T15:44:19.205Z
542026-03-12T15:44:19.205ZRust is installed now. Great!
552026-03-12T15:44:19.205Z
562026-03-12T15:44:19.205ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-03-12T15:44:19.205Zenvironment variable. This has not been done automatically.
582026-03-12T15:44:19.205Z
592026-03-12T15:44:19.205ZTo configure your current shell, you need to source
602026-03-12T15:44:19.205Zthe corresponding env file under $HOME/.cargo.
612026-03-12T15:44:19.206Z
622026-03-12T15:44:19.206ZThis is usually done by running one of the following (note the leading DOT):
632026-03-12T15:44:19.206Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-03-12T15:44:19.206Zsource "$HOME/.cargo/env.fish" # For fish
652026-03-12T15:44:19.206Zsource "~/.cargo/env.nu" # For nushell
662026-03-12T15:44:19.206Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-03-12T15:44:19.206Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-03-12T15:44:19.206Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-03-12T15:44:19.206Zwarn: no default linker (`cc`) was found in your PATH
702026-03-12T15:44:19.206Zwarn: many Rust crates require a system C toolchain to build
712026-03-12T15:44:19.312Z+ rustup --version
722026-03-12T15:44:19.323Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-03-12T15:44:19.326Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-03-12T15:44:19.349Zinfo: the currently active `rustc` version is `rustc 1.91.1 (ed61e7d7e 2025-11-07)`
752026-03-12T15:44:19.352Z+ cargo --version
762026-03-12T15:44:19.372Zcargo 1.91.1 (ea2d97820 2025-10-10)
772026-03-12T15:44:19.375Z+ rustc --version
782026-03-12T15:44:19.400Zrustc 1.91.1 (ed61e7d7e 2025-11-07)
792026-03-12T15:44:19.403Zprocess exited: duration 19109 ms, exit code 0
 
802026-03-12T15:44:19.409Zstarting task 2: "authentication"
812026-03-12T15:44:19.428Zprocess exited: duration 19 ms, exit code 0
 
822026-03-12T15:44:19.436Zstarting task 3: "clone repository"
832026-03-12T15:44:19.439Z+ mkdir -p /work/oxidecomputer/omicron
842026-03-12T15:44:19.442Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
852026-03-12T15:44:19.476ZCloning into '/work/oxidecomputer/omicron'...
862026-03-12T15:44:35.255Z+ cd /work/oxidecomputer/omicron
872026-03-12T15:44:35.255Z+ git fetch origin 6e4dd7ca17aacd8993bbf18ef4e62107a80940e5
882026-03-12T15:44:35.580ZFrom https://github.com/oxidecomputer/omicron
892026-03-12T15:44:35.580Z * branch 6e4dd7ca17aacd8993bbf18ef4e62107a80940e5 -> FETCH_HEAD
902026-03-12T15:44:35.591Z+ [[ -n john/switch-slot-no-display ]]
912026-03-12T15:44:35.594Z++ git branch --show-current
922026-03-12T15:44:35.597Z+ current=main
932026-03-12T15:44:35.597Z+ [[ main != john/switch-slot-no-display ]]
942026-03-12T15:44:35.597Z+ git branch -f john/switch-slot-no-display 6e4dd7ca17aacd8993bbf18ef4e62107a80940e5
952026-03-12T15:44:35.600Z+ git checkout -f john/switch-slot-no-display
962026-03-12T15:44:35.736ZSwitched to branch 'john/switch-slot-no-display'
972026-03-12T15:44:35.739Z+ git reset --hard 6e4dd7ca17aacd8993bbf18ef4e62107a80940e5
982026-03-12T15:44:35.868ZHEAD is now at 6e4dd7ca1 fix typo
992026-03-12T15:44:35.871Zprocess exited: duration 16435 ms, exit code 0
 
1002026-03-12T15:44:35.877Zstarting task 4: "build"
1012026-03-12T15:44:35.882Z+ source ./env.sh
1022026-03-12T15:44:35.885Z++ OLD_SHELL_OPTS=ehxB
1032026-03-12T15:44:35.885Z++ set -o xtrace
1042026-03-12T15:44:35.885Z++++ dirname ./env.sh
1052026-03-12T15:44:35.888Z+++ readlink -f .
1062026-03-12T15:44:35.891Z++ OMICRON_WS=/work/oxidecomputer/omicron
1072026-03-12T15:44:35.891Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1082026-03-12T15:44:35.891Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1092026-03-12T15:44:35.891Z++ export PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1102026-03-12T15:44:35.891Z++ PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1112026-03-12T15:44:35.891Z++ export PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1122026-03-12T15:44:35.891Z++ PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1132026-03-12T15:44:35.891Z++ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1142026-03-12T15:44:35.891Z++ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1152026-03-12T15:44:35.891Z++ case $OLD_SHELL_OPTS in
1162026-03-12T15:44:35.891Z++ unset OLD_SHELL_OPTS OMICRON_WS
1172026-03-12T15:44:35.891Z+ source .github/buildomat/ci-env.sh
1182026-03-12T15:44:35.891Z++ export CARGO_TERM_COLOR=always
1192026-03-12T15:44:35.891Z++ CARGO_TERM_COLOR=always
1202026-03-12T15:44:35.891Z+ cargo --version
1212026-03-12T15:44:35.901Zcargo 1.91.1 (ea2d97820 2025-10-10)
1222026-03-12T15:44:35.903Z+ rustc --version
1232026-03-12T15:44:35.930Zrustc 1.91.1 (ed61e7d7e 2025-11-07)
1242026-03-12T15:44:35.935Z+ banner prerequisites
1252026-03-12T15:44:35.938Z
1262026-03-12T15:44:35.938Z ##### ##### ###### ##### ###### #### # # # #### #
1272026-03-12T15:44:35.938Z # # # # # # # # # # # # # # #
1282026-03-12T15:44:35.938Z # # # # ##### # # ##### # # # # # #### #
1292026-03-12T15:44:35.938Z ##### ##### # ##### # # # # # # # # #
1302026-03-12T15:44:35.938Z # # # # # # # # # # # # # # #
1312026-03-12T15:44:35.938Z # # # ###### # # ###### ### # #### # #### #
1322026-03-12T15:44:35.938Z
1332026-03-12T15:44:35.938Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1342026-03-12T15:44:47.979Z Startup: Refreshing catalog 'helios-dev' ... Done
1352026-03-12T15:44:57.602Z Startup: Caching catalogs ... Done
1362026-03-12T15:45:19.154ZPlanning: Solver setup ... Done (19.999s)
1372026-03-12T15:45:19.304ZPlanning: Running solver ... Done (0.144s)
1382026-03-12T15:45:19.474ZPlanning: Finding local manifests ... Done (0.003s)
1392026-03-12T15:45:19.487ZPlanning: Fetching manifests: 0/4 0% complete
1402026-03-12T15:45:19.605ZPlanning: Fetching manifests: 4/4 100% complete
1412026-03-12T15:45:19.647ZPlanning: Package planning ... Done (0.042s)
1422026-03-12T15:45:19.687ZPlanning: Merging actions ... Done (0.039s)
1432026-03-12T15:45:19.977ZPlanning: Checking for conflicting actions ... Done (0.290s)
1442026-03-12T15:45:19.988ZPlanning: Consolidating action changes ... Done (0.010s)
1452026-03-12T15:45:21.939ZPlanning: Evaluating mediators ... Done (1.951s)
1462026-03-12T15:45:21.947ZPlanning: Planning completed in 24.20 seconds
1472026-03-12T15:45:21.960Z Packages to install: 4
1482026-03-12T15:45:21.965Z Mediators to change: 2
1492026-03-12T15:45:21.965Z Services to change: 1
1502026-03-12T15:45:21.965Z Estimated space available: 155.43 GB
1512026-03-12T15:45:21.965ZEstimated space to be consumed: 1.82 GB
1522026-03-12T15:45:21.965Z Create boot environment: No
1532026-03-12T15:45:21.966ZCreate backup boot environment: No
1542026-03-12T15:45:21.966Z Rebuild boot archive: No
1552026-03-12T15:45:21.966Z
1562026-03-12T15:45:21.966ZChanged mediators:
1572026-03-12T15:45:21.966Z mediator clang:
1582026-03-12T15:45:21.966Z version: None -> 15 (system default)
1592026-03-12T15:45:21.966Z
1602026-03-12T15:45:21.966Z mediator llvm:
1612026-03-12T15:45:21.966Z version: 14 (system default) -> 15 (system default)
1622026-03-12T15:45:21.966Z
1632026-03-12T15:45:21.966ZChanged packages:
1642026-03-12T15:45:21.966Zhelios-dev
1652026-03-12T15:45:21.966Z developer/build-essential
1662026-03-12T15:45:21.966Z None -> 11-2.0
1672026-03-12T15:45:21.966Z library/libxmlsec1
1682026-03-12T15:45:21.966Z None -> 1.2.35-2.0
1692026-03-12T15:45:21.966Z ooce/developer/clang-15
1702026-03-12T15:45:21.966Z None -> 15.0.7-2.0
1712026-03-12T15:45:21.966Z ooce/developer/llvm-15
1722026-03-12T15:45:21.966Z None -> 15.0.7-2.0
1732026-03-12T15:45:21.966Z
1742026-03-12T15:45:21.966ZServices:
1752026-03-12T15:45:21.966Z restart_fmri:
1762026-03-12T15:45:21.966Z svc:/system/update-man-index:default
1772026-03-12T15:45:22.074Z
1782026-03-12T15:45:22.074ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1792026-03-12T15:45:27.075ZDownload: 2603/3290 items 120.2/212.6MB 56% complete (24.2M/s)
1802026-03-12T15:45:29.402ZDownload: Completed 212.60 MB in 7.33 seconds (29.0M/s)
1812026-03-12T15:45:29.684Z Actions: 1/3689 actions (Installing new actions)
1822026-03-12T15:45:33.920Z Actions: Completed 3689 actions in 4.24 seconds.
1832026-03-12T15:45:34.659Z Done (0.734s)
1842026-03-12T15:45:34.659Z Done (0.000s)
1852026-03-12T15:45:35.656Z Done (0.998s)
1862026-03-12T15:45:39.615Z Done (3.593s)
1872026-03-12T15:45:39.696Z Done (0.017s)
1882026-03-12T15:45:39.714Z Done (0.000s)
1892026-03-12T15:45:39.857Z Done (0.000s)
1902026-03-12T15:45:40.815ZPlanning: Evaluating mediator changes ... Done
1912026-03-12T15:45:40.959ZPlanning: Checking for conflicting actions ... Done
1922026-03-12T15:45:40.963ZPlanning: Consolidating action changes ... Done
1932026-03-12T15:45:41.182ZPlanning: Evaluating mediators ... Done
1942026-03-12T15:45:41.186ZPlanning: Planning completed in 0.37 seconds
1952026-03-12T15:45:41.211Z Mediators to change: 2
1962026-03-12T15:45:41.211Z Create boot environment: No
1972026-03-12T15:45:41.214ZCreate backup boot environment: No
1982026-03-12T15:45:41.276Z Done
1992026-03-12T15:45:41.276Z Done
2002026-03-12T15:45:42.033Z Done
2012026-03-12T15:45:45.361Z Done
2022026-03-12T15:45:45.445Z Done
2032026-03-12T15:45:45.448Z Done
2042026-03-12T15:45:45.607Z Done
2052026-03-12T15:45:46.144ZPlanning: Evaluating mediator changes ... Done
2062026-03-12T15:45:46.147ZPlanning: Merging actions ... Done
2072026-03-12T15:45:46.315ZPlanning: Checking for conflicting actions ... Done
2082026-03-12T15:45:46.318ZPlanning: Consolidating action changes ... Done
2092026-03-12T15:45:46.532ZPlanning: Evaluating mediators ... Done
2102026-03-12T15:45:46.575ZPlanning: Planning completed in 0.63 seconds
2112026-03-12T15:45:46.604Z Packages to change: 1
2122026-03-12T15:45:46.604Z Mediators to change: 1
2132026-03-12T15:45:46.607Z Services to change: 1
2142026-03-12T15:45:46.607Z Create boot environment: No
2152026-03-12T15:45:46.607ZCreate backup boot environment: Yes
2162026-03-12T15:45:49.156Z Actions: 1/6 actions (Updating modified actions)
2172026-03-12T15:45:49.159Z Actions: Completed 6 actions in 0.00 seconds.
2182026-03-12T15:45:49.159Z Done
2192026-03-12T15:45:49.159Z Done
2202026-03-12T15:45:49.345Z Done
2212026-03-12T15:45:52.649Z Done
2222026-03-12T15:45:52.728Z Done
2232026-03-12T15:45:52.732Z Done
2242026-03-12T15:45:52.881Z Done
2252026-03-12T15:45:53.301ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2262026-03-12T15:45:53.301Zclang system 15 system
2272026-03-12T15:45:53.301Zcsh system system illumos
2282026-03-12T15:45:53.301Zctags system system illumos
2292026-03-12T15:45:53.301Zfile system system illumos
2302026-03-12T15:45:53.301Zgcc vendor 12 vendor
2312026-03-12T15:45:53.301Zgcc system 10 system
2322026-03-12T15:45:53.301Zgcc system 7 system
2332026-03-12T15:45:53.301Zgo system 1.20 system
2342026-03-12T15:45:53.301Zgo system 1.19 system
2352026-03-12T15:45:53.301Zllvm system 15 system
2362026-03-12T15:45:53.301Zllvm system 14 system
2372026-03-12T15:45:53.301Zmariadb system 10.6 system
2382026-03-12T15:45:53.301Zmta vendor vendor dma
2392026-03-12T15:45:53.301Zopenjdk system 17 system
2402026-03-12T15:45:53.301Zopenjdk system 11 system
2412026-03-12T15:45:53.302Zopenjdk system 1.8 system
2422026-03-12T15:45:53.302Zopenssl vendor 3 vendor
2432026-03-12T15:45:53.302Zperl system 5.36 system
2442026-03-12T15:45:53.302Zpostgresql system 15 system
2452026-03-12T15:45:53.302Zpostgresql system 13 system
2462026-03-12T15:45:53.302Zpython vendor 3 vendor
2472026-03-12T15:45:53.302Zpython system 2 system
2482026-03-12T15:45:53.302Zpython3 system 3.11 system
2492026-03-12T15:45:53.302Zruby system 3.0 system
2502026-03-12T15:45:53.302Zwords vendor vendor american-english
2512026-03-12T15:45:53.302Zwords system system australian-english
2522026-03-12T15:45:53.302Zwords system system british-english
2532026-03-12T15:45:53.302Zwords system system canadian-english
2542026-03-12T15:45:53.302Zwords system system french
2552026-03-12T15:45:53.302Zwords system system italian
2562026-03-12T15:45:53.302Zwords system system ngerman
2572026-03-12T15:45:53.302Zwords system system ogerman
2582026-03-12T15:45:53.302Zwords system system spanish
2592026-03-12T15:45:53.562ZPUBLISHER TYPE STATUS P LOCATION
2602026-03-12T15:45:53.563Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2612026-03-12T15:45:59.449ZFMRI IFO
2622026-03-12T15:45:59.449Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2632026-03-12T15:45:59.450Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2642026-03-12T15:45:59.450Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2652026-03-12T15:45:59.450Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2662026-03-12T15:45:59.450Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2672026-03-12T15:45:59.450Zpkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i--
2682026-03-12T15:45:59.450Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2692026-03-12T15:45:59.450Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i--
2702026-03-12T15:45:59.450Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2712026-03-12T15:45:59.450Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2722026-03-12T15:45:59.450Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i--
2732026-03-12T15:45:59.450Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
2742026-03-12T15:45:59.450Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2752026-03-12T15:45:59.450Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i--
2762026-03-12T15:45:59.450Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
2772026-03-12T15:45:59.450Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2782026-03-12T15:46:00.730Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2792026-03-12T15:46:00.994Z Updating crates.io index
2802026-03-12T15:46:01.033Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2812026-03-12T15:46:01.991Z Updating git repository `https://github.com/oxidecomputer/lldp`
2822026-03-12T15:46:02.349Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2832026-03-12T15:46:02.822Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2842026-03-12T15:46:03.295Z Updating git repository `https://github.com/oxidecomputer/falcon`
2852026-03-12T15:46:04.560Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2862026-03-12T15:46:05.161Z Updating git repository `https://github.com/oxidecomputer/propolis`
2872026-03-12T15:46:06.630Z Updating git repository `https://github.com/oxidecomputer/crucible`
2882026-03-12T15:46:09.022Z Updating git repository `https://github.com/oxidecomputer/opte`
2892026-03-12T15:46:09.784Z Updating git repository `https://github.com/oxidecomputer/tofino`
2902026-03-12T15:46:10.338Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2912026-03-12T15:46:13.005Z Updating git repository `https://github.com/oxidecomputer/clickward`
2922026-03-12T15:46:13.467Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2932026-03-12T15:46:13.884Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2942026-03-12T15:46:14.332Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2952026-03-12T15:46:15.234Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2962026-03-12T15:46:15.878Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2972026-03-12T15:46:16.165Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2982026-03-12T15:46:16.476Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2992026-03-12T15:46:16.965Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
3002026-03-12T15:46:17.411Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
3012026-03-12T15:46:17.676Z Updating git repository `https://github.com/oxidecomputer/libnvme`
3022026-03-12T15:46:18.025Z Updating git repository `https://github.com/oxidecomputer/dice-util`
3032026-03-12T15:46:18.471Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
3042026-03-12T15:46:19.100Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
3052026-03-12T15:46:19.618Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
3062026-03-12T15:46:19.914Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
3072026-03-12T15:46:20.254Z Updating git repository `https://github.com/oxidecomputer/ispf`
3082026-03-12T15:46:21.482Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
3092026-03-12T15:46:22.174Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
3102026-03-12T15:46:22.566Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
3112026-03-12T15:46:22.889Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
3122026-03-12T15:46:23.345Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
3132026-03-12T15:46:23.919Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
3142026-03-12T15:46:24.349Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
3152026-03-12T15:46:24.602Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
3162026-03-12T15:46:24.913Z Updating git repository `https://github.com/illumos/smf-rs`
3172026-03-12T15:46:25.440Z Updating git repository `https://github.com/oxidecomputer/omicron`
3182026-03-12T15:46:47.175Z Downloading crates ...
3192026-03-12T15:46:47.228Z Downloaded anstyle-query v1.1.5
3202026-03-12T15:46:47.231Z Downloaded displaydoc v0.2.5
3212026-03-12T15:46:47.234Z Downloaded anstyle-parse v0.2.7
3222026-03-12T15:46:47.234Z Downloaded anstyle v1.0.13
3232026-03-12T15:46:47.234Z Downloaded dtrace-parser v0.2.0
3242026-03-12T15:46:47.238Z Downloaded cargo_metadata v0.21.0
3252026-03-12T15:46:47.238Z Downloaded digest v0.10.7
3262026-03-12T15:46:47.241Z Downloaded fastrand v2.3.0
3272026-03-12T15:46:47.241Z Downloaded anyhow v1.0.102
3282026-03-12T15:46:47.244Z Downloaded generic-array v0.14.7
3292026-03-12T15:46:47.244Z Downloaded dof v0.3.0
3302026-03-12T15:46:47.244Z Downloaded anstream v0.6.21
3312026-03-12T15:46:47.251Z Downloaded tabled_derive v0.7.0
3322026-03-12T15:46:47.254Z Downloaded terminal_size v0.4.3
3332026-03-12T15:46:47.254Z Downloaded fnv v1.0.7
3342026-03-12T15:46:47.254Z Downloaded textwrap v0.16.2
3352026-03-12T15:46:47.257Z Downloaded utf8_iter v1.0.4
3362026-03-12T15:46:47.260Z Downloaded strsim v0.11.1
3372026-03-12T15:46:47.260Z Downloaded heck v0.5.0
3382026-03-12T15:46:47.260Z Downloaded form_urlencoded v1.2.2
3392026-03-12T15:46:47.264Z Downloaded usdt-macro v0.5.0
3402026-03-12T15:46:47.267Z Downloaded proc-macro-error-attr v1.0.4
3412026-03-12T15:46:47.267Z Downloaded crypto-common v0.1.7
3422026-03-12T15:46:47.270Z Downloaded unicode-linebreak v0.1.5
3432026-03-12T15:46:47.270Z Downloaded toml_datetime v0.6.11
3442026-03-12T15:46:47.274Z Downloaded pretty-hex v0.4.1
3452026-03-12T15:46:47.274Z Downloaded cargo-platform v0.2.0
3462026-03-12T15:46:47.274Z Downloaded itoa v1.0.17
3472026-03-12T15:46:47.279Z Downloaded yoke-derive v0.8.1
3482026-03-12T15:46:47.279Z Downloaded zerofrom-derive v0.1.6
3492026-03-12T15:46:47.279Z Downloaded unicode-xid v0.2.6
3502026-03-12T15:46:47.285Z Downloaded version_check v0.9.5
3512026-03-12T15:46:47.285Z Downloaded is_terminal_polyfill v1.70.2
3522026-03-12T15:46:47.285Z Downloaded thread-id v4.2.2
3532026-03-12T15:46:47.288Z Downloaded usdt v0.5.0
3542026-03-12T15:46:47.288Z Downloaded memmap v0.7.0
3552026-03-12T15:46:47.288Z Downloaded smawk v0.3.2
3562026-03-12T15:46:47.288Z Downloaded usdt-attr-macro v0.5.0
3572026-03-12T15:46:47.288Z Downloaded stable_deref_trait v1.2.1
3582026-03-12T15:46:47.288Z Downloaded serde_spanned v0.6.9
3592026-03-12T15:46:47.292Z Downloaded ordered-float v2.10.1
3602026-03-12T15:46:47.292Z Downloaded zerofrom v0.1.6
3612026-03-12T15:46:47.292Z Downloaded zerovec-derive v0.11.2
3622026-03-12T15:46:47.295Z Downloaded tinystr v0.8.2
3632026-03-12T15:46:47.295Z Downloaded synstructure v0.13.2
3642026-03-12T15:46:47.295Z Downloaded typeid v1.0.3
3652026-03-12T15:46:47.295Z Downloaded utf8parse v0.2.2
3662026-03-12T15:46:47.295Z Downloaded toml_write v0.1.2
3672026-03-12T15:46:47.299Z Downloaded errno v0.3.14
3682026-03-12T15:46:47.299Z Downloaded zmij v1.0.21
3692026-03-12T15:46:47.302Z Downloaded block-buffer v0.10.4
3702026-03-12T15:46:47.305Z Downloaded writeable v0.6.2
3712026-03-12T15:46:47.308Z Downloaded usdt-impl v0.5.0
3722026-03-12T15:46:47.308Z Downloaded clap_lex v1.0.0
3732026-03-12T15:46:47.308Z Downloaded ucd-trie v0.1.7
3742026-03-12T15:46:47.311Z Downloaded zerocopy-derive v0.7.35
3752026-03-12T15:46:47.314Z Downloaded yoke v0.8.1
3762026-03-12T15:46:47.314Z Downloaded percent-encoding v2.3.2
3772026-03-12T15:46:47.314Z Downloaded scroll_derive v0.12.1
3782026-03-12T15:46:47.317Z Downloaded idna_adapter v1.2.1
3792026-03-12T15:46:47.317Z Downloaded heck v0.4.1
3802026-03-12T15:46:47.317Z Downloaded url v2.5.8
3812026-03-12T15:46:47.320Z Downloaded typenum v1.19.0
3822026-03-12T15:46:47.320Z Downloaded toml v0.8.23
3832026-03-12T15:46:47.323Z Downloaded plain v0.2.3
3842026-03-12T15:46:47.323Z Downloaded colorchoice v1.0.4
3852026-03-12T15:46:47.326Z Downloaded potential_utf v0.1.4
3862026-03-12T15:46:47.326Z Downloaded unicode-ident v1.0.24
3872026-03-12T15:46:47.330Z Downloaded serde-value v0.7.0
3882026-03-12T15:46:47.330Z Downloaded macaddr v1.0.1
3892026-03-12T15:46:47.330Z Downloaded zerotrie v0.2.3
3902026-03-12T15:46:47.333Z Downloaded cpufeatures v0.2.17
3912026-03-12T15:46:47.333Z Downloaded toml_edit v0.22.27
3922026-03-12T15:46:47.336Z Downloaded equivalent v1.0.2
3932026-03-12T15:46:47.336Z Downloaded cfg-if v1.0.4
3942026-03-12T15:46:47.336Z Downloaded proc-macro-error v1.0.4
3952026-03-12T15:46:47.339Z Downloaded autocfg v1.5.0
3962026-03-12T15:46:47.343Z Downloaded serde-untagged v0.1.9
3972026-03-12T15:46:47.347Z Downloaded serde_tokenstream v0.2.3
3982026-03-12T15:46:47.347Z Downloaded bytecount v0.6.9
3992026-03-12T15:46:47.350Z Downloaded smallvec v1.15.1
4002026-03-12T15:46:47.350Z Downloaded icu_properties v2.1.2
4012026-03-12T15:46:47.350Z Downloaded camino-tempfile v1.4.1
4022026-03-12T15:46:47.353Z Downloaded bitflags v2.11.0
4032026-03-12T15:46:47.356Z Downloaded zerovec v0.11.5
4042026-03-12T15:46:47.359Z Downloaded erased-serde v0.4.9
4052026-03-12T15:46:47.362Z Downloaded fs-err v3.3.0
4062026-03-12T15:46:47.362Z Downloaded zerocopy v0.7.35
4072026-03-12T15:46:47.372Z Downloaded winnow v0.7.14
4082026-03-12T15:46:47.378Z Downloaded thiserror v2.0.18
4092026-03-12T15:46:47.382Z Downloaded quote v1.0.44
4102026-03-12T15:46:47.385Z Downloaded thiserror-impl v2.0.18
4112026-03-12T15:46:47.388Z Downloaded unicode-width v0.2.0
4122026-03-12T15:46:47.391Z Downloaded unicode-width v0.1.14
4132026-03-12T15:46:47.394Z Downloaded pest_derive v2.8.6
4142026-03-12T15:46:47.397Z Downloaded papergrid v0.11.0
4152026-03-12T15:46:47.400Z Downloaded icu_normalizer v2.1.1
4162026-03-12T15:46:47.404Z Downloaded thiserror-impl v1.0.69
4172026-03-12T15:46:47.404Z Downloaded semver v1.0.27
4182026-03-12T15:46:47.404Z Downloaded thiserror v1.0.69
4192026-03-12T15:46:47.408Z Downloaded sha2 v0.10.9
4202026-03-12T15:46:47.412Z Downloaded byteorder v1.5.0
4212026-03-12T15:46:47.412Z Downloaded cargo_toml v0.21.0
4222026-03-12T15:46:47.412Z Downloaded tempfile v3.25.0
4232026-03-12T15:46:47.415Z Downloaded swrite v0.1.0
4242026-03-12T15:46:47.415Z Downloaded scroll v0.12.0
4252026-03-12T15:46:47.421Z Downloaded camino v1.2.2
4262026-03-12T15:46:47.424Z Downloaded proc-macro2 v1.0.106
4272026-03-12T15:46:47.429Z Downloaded once_cell v1.21.3
4282026-03-12T15:46:47.429Z Downloaded icu_normalizer_data v2.1.1
4292026-03-12T15:46:47.432Z Downloaded clap_derive v4.5.55
4302026-03-12T15:46:47.432Z Downloaded cargo-util-schemas v0.8.2
4312026-03-12T15:46:47.432Z Downloaded litemap v0.8.1
4322026-03-12T15:46:47.435Z Downloaded getrandom v0.4.1
4332026-03-12T15:46:47.438Z Downloaded serde_derive v1.0.228
4342026-03-12T15:46:47.438Z Downloaded log v0.4.29
4352026-03-12T15:46:47.441Z Downloaded serde_core v1.0.228
4362026-03-12T15:46:47.445Z Downloaded icu_provider v2.1.1
4372026-03-12T15:46:47.445Z Downloaded pest_generator v2.8.6
4382026-03-12T15:46:47.448Z Downloaded num-traits v0.2.19
4392026-03-12T15:46:47.448Z Downloaded pest_meta v2.8.6
4402026-03-12T15:46:47.451Z Downloaded clap v4.5.60
4412026-03-12T15:46:47.458Z Downloaded serde v1.0.228
4422026-03-12T15:46:47.461Z Downloaded memchr v2.8.0
4432026-03-12T15:46:47.464Z Downloaded idna v1.1.0
4442026-03-12T15:46:47.473Z Downloaded icu_locale_core v2.1.1
4452026-03-12T15:46:47.476Z Downloaded indexmap v2.13.0
4462026-03-12T15:46:47.481Z Downloaded icu_collections v2.1.1
4472026-03-12T15:46:47.491Z Downloaded serde_json v1.0.149
4482026-03-12T15:46:47.499Z Downloaded icu_properties_data v2.1.2
4492026-03-12T15:46:47.503Z Downloaded pest v2.8.6
4502026-03-12T15:46:47.508Z Downloaded hashbrown v0.16.1
4512026-03-12T15:46:47.517Z Downloaded goblin v0.8.2
4522026-03-12T15:46:47.521Z Downloaded clap_builder v4.5.60
4532026-03-12T15:46:47.527Z Downloaded tabled v0.15.0
4542026-03-12T15:46:47.546Z Downloaded syn v1.0.109
4552026-03-12T15:46:47.553Z Downloaded syn v2.0.117
4562026-03-12T15:46:47.563Z Downloaded rustix v1.1.3
4572026-03-12T15:46:47.593Z Downloaded libc v0.2.180
4582026-03-12T15:46:47.676Z Compiling proc-macro2 v1.0.106
4592026-03-12T15:46:47.679Z Compiling unicode-ident v1.0.24
4602026-03-12T15:46:47.679Z Compiling quote v1.0.44
4612026-03-12T15:46:47.679Z Compiling serde_core v1.0.228
4622026-03-12T15:46:47.679Z Compiling libc v0.2.180
4632026-03-12T15:46:47.679Z Compiling version_check v0.9.5
4642026-03-12T15:46:47.679Z Compiling stable_deref_trait v1.2.1
4652026-03-12T15:46:47.679Z Compiling memchr v2.8.0
4662026-03-12T15:46:48.089Z Compiling serde v1.0.228
4672026-03-12T15:46:48.112Z Compiling zmij v1.0.21
4682026-03-12T15:46:48.416Z Compiling thiserror v1.0.69
4692026-03-12T15:46:48.438Z Compiling autocfg v1.5.0
4702026-03-12T15:46:48.825Z Compiling itoa v1.0.17
4712026-03-12T15:46:48.893Z Compiling ucd-trie v0.1.7
4722026-03-12T15:46:49.039Z Compiling litemap v0.8.1
4732026-03-12T15:46:49.085Z Compiling pest v2.8.6
4742026-03-12T15:46:49.109Z Compiling writeable v0.6.2
4752026-03-12T15:46:49.224Z Compiling rustix v1.1.3
4762026-03-12T15:46:49.247Z Compiling icu_properties_data v2.1.2
4772026-03-12T15:46:49.398Z Compiling byteorder v1.5.0
4782026-03-12T15:46:49.522Z Compiling icu_normalizer_data v2.1.1
4792026-03-12T15:46:49.678Z Compiling syn v2.0.117
4802026-03-12T15:46:49.793Z Compiling errno v0.3.14
4812026-03-12T15:46:49.821Z Compiling bitflags v2.11.0
4822026-03-12T15:46:49.977Z Compiling serde_json v1.0.149
4832026-03-12T15:46:50.216Z Compiling num-traits v0.2.19
4842026-03-12T15:46:50.336Z Compiling typeid v1.0.3
4852026-03-12T15:46:50.471Z Compiling equivalent v1.0.2
4862026-03-12T15:46:50.531Z Compiling hashbrown v0.16.1
4872026-03-12T15:46:50.585Z Compiling pest_meta v2.8.6
4882026-03-12T15:46:50.690Z Compiling smallvec v1.15.1
4892026-03-12T15:46:50.966Z Compiling thread-id v4.2.2
4902026-03-12T15:46:51.070Z Compiling proc-macro-error-attr v1.0.4
4912026-03-12T15:46:51.135Z Compiling usdt-impl v0.5.0
4922026-03-12T15:46:51.185Z Compiling indexmap v2.13.0
4932026-03-12T15:46:51.264Z Compiling syn v1.0.109
4942026-03-12T15:46:51.323Z Compiling toml_write v0.1.2
4952026-03-12T15:46:51.420Z Compiling winnow v0.7.14
4962026-03-12T15:46:51.610Z Compiling erased-serde v0.4.9
4972026-03-12T15:46:52.053Z Compiling proc-macro-error v1.0.4
4982026-03-12T15:46:52.169Z Compiling camino v1.2.2
4992026-03-12T15:46:52.311Z Compiling plain v0.2.3
5002026-03-12T15:46:52.458Z Compiling log v0.4.29
5012026-03-12T15:46:52.601Z Compiling utf8_iter v1.0.4
5022026-03-12T15:46:52.701Z Compiling getrandom v0.4.1
5032026-03-12T15:46:52.734Z Compiling utf8parse v0.2.2
5042026-03-12T15:46:52.849Z Compiling thiserror v2.0.18
5052026-03-12T15:46:52.916Z Compiling percent-encoding v2.3.2
5062026-03-12T15:46:52.955Z Compiling anstyle-parse v0.2.7
5072026-03-12T15:46:53.080Z Compiling ordered-float v2.10.1
5082026-03-12T15:46:53.179Z Compiling form_urlencoded v1.2.2
5092026-03-12T15:46:53.416Z Compiling terminal_size v0.4.3
5102026-03-12T15:46:53.448Z Compiling synstructure v0.13.2
5112026-03-12T15:46:53.524Z Compiling pest_generator v2.8.6
5122026-03-12T15:46:53.611Z Compiling cfg-if v1.0.4
5132026-03-12T15:46:53.707Z Compiling anstyle-query v1.1.5
5142026-03-12T15:46:53.847Z Compiling pretty-hex v0.4.1
5152026-03-12T15:46:53.870Z Compiling colorchoice v1.0.4
5162026-03-12T15:46:53.894Z Compiling is_terminal_polyfill v1.70.2
5172026-03-12T15:46:53.956Z Compiling anstyle v1.0.13
5182026-03-12T15:46:54.019Z Compiling serde-untagged v0.1.9
5192026-03-12T15:46:54.182Z Compiling anstream v0.6.21
5202026-03-12T15:46:54.279Z Compiling semver v1.0.27
5212026-03-12T15:46:54.348Z Compiling fs-err v3.3.0
5222026-03-12T15:46:54.505Z Compiling anyhow v1.0.102
5232026-03-12T15:46:54.594Z Compiling strsim v0.11.1
5242026-03-12T15:46:54.618Z Compiling fnv v1.0.7
5252026-03-12T15:46:54.713Z Compiling unicode-xid v0.2.6
5262026-03-12T15:46:54.748Z Compiling fastrand v2.3.0
5272026-03-12T15:46:54.778Z Compiling clap_lex v1.0.0
5282026-03-12T15:46:54.864Z Compiling bytecount v0.6.9
5292026-03-12T15:46:54.922Z Compiling heck v0.5.0
5302026-03-12T15:46:55.059Z Compiling unicode-width v0.1.14
5312026-03-12T15:46:55.084Z Compiling heck v0.4.1
5322026-03-12T15:46:55.106Z Compiling once_cell v1.21.3
5332026-03-12T15:46:55.245Z Compiling clap_builder v4.5.60
5342026-03-12T15:46:55.375Z Compiling papergrid v0.11.0
5352026-03-12T15:46:55.398Z Compiling tempfile v3.25.0
5362026-03-12T15:46:55.575Z Compiling memmap v0.7.0
5372026-03-12T15:46:55.703Z Compiling smawk v0.3.2
5382026-03-12T15:46:55.809Z Compiling unicode-linebreak v0.1.5
5392026-03-12T15:46:55.879Z Compiling unicode-width v0.2.0
5402026-03-12T15:46:56.054Z Compiling serde_derive v1.0.228
5412026-03-12T15:46:56.132Z Compiling zerofrom-derive v0.1.6
5422026-03-12T15:46:56.232Z Compiling yoke-derive v0.8.1
5432026-03-12T15:46:56.345Z Compiling zerovec-derive v0.11.2
5442026-03-12T15:46:56.382Z Compiling displaydoc v0.2.5
5452026-03-12T15:46:57.343Z Compiling thiserror-impl v1.0.69
5462026-03-12T15:46:57.388Z Compiling zerocopy-derive v0.7.35
5472026-03-12T15:46:57.879Z Compiling pest_derive v2.8.6
5482026-03-12T15:46:57.879Z Compiling scroll_derive v0.12.1
5492026-03-12T15:46:58.103Z Compiling zerofrom v0.1.6
5502026-03-12T15:46:58.278Z Compiling yoke v0.8.1
5512026-03-12T15:46:58.476Z Compiling thiserror-impl v2.0.18
5522026-03-12T15:46:58.533Z Compiling zerovec v0.11.5
5532026-03-12T15:46:58.647Z Compiling zerotrie v0.2.3
5542026-03-12T15:46:58.834Z Compiling zerocopy v0.7.35
5552026-03-12T15:46:59.050Z Compiling scroll v0.12.0
5562026-03-12T15:46:59.235Z Compiling tinystr v0.8.2
5572026-03-12T15:46:59.260Z Compiling potential_utf v0.1.4
5582026-03-12T15:46:59.401Z Compiling dtrace-parser v0.2.0
5592026-03-12T15:46:59.472Z Compiling icu_locale_core v2.1.1
5602026-03-12T15:46:59.557Z Compiling icu_collections v2.1.1
5612026-03-12T15:46:59.638Z Compiling goblin v0.8.2
5622026-03-12T15:46:59.642Z Compiling tabled_derive v0.7.0
5632026-03-12T15:47:00.168Z Compiling clap_derive v4.5.55
5642026-03-12T15:47:00.341Z Compiling icu_provider v2.1.1
5652026-03-12T15:47:00.595Z Compiling textwrap v0.16.2
5662026-03-12T15:47:00.710Z Compiling icu_normalizer v2.1.1
5672026-03-12T15:47:00.735Z Compiling icu_properties v2.1.2
5682026-03-12T15:47:00.883Z Compiling toml_datetime v0.6.11
5692026-03-12T15:47:00.910Z Compiling serde_spanned v0.6.9
5702026-03-12T15:47:00.935Z Compiling dof v0.3.0
5712026-03-12T15:47:01.107Z Compiling serde_tokenstream v0.2.3
5722026-03-12T15:47:01.225Z Compiling toml_edit v0.22.27
5732026-03-12T15:47:01.248Z Compiling serde-value v0.7.0
5742026-03-12T15:47:01.477Z Compiling cargo-platform v0.2.0
5752026-03-12T15:47:01.512Z Compiling tabled v0.15.0
5762026-03-12T15:47:01.732Z Compiling macaddr v1.0.1
5772026-03-12T15:47:01.837Z Compiling camino-tempfile v1.4.1
5782026-03-12T15:47:02.033Z Compiling idna_adapter v1.2.1
5792026-03-12T15:47:02.220Z Compiling idna v1.1.0
5802026-03-12T15:47:02.279Z Compiling usdt-attr-macro v0.5.0
5812026-03-12T15:47:02.303Z Compiling usdt-macro v0.5.0
5822026-03-12T15:47:02.525Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5832026-03-12T15:47:02.676Z Compiling url v2.5.8
5842026-03-12T15:47:03.163Z Compiling clap v4.5.60
5852026-03-12T15:47:03.187Z Compiling swrite v0.1.0
5862026-03-12T15:47:03.216Z Compiling toml v0.8.23
5872026-03-12T15:47:03.769Z Compiling cargo-util-schemas v0.8.2
5882026-03-12T15:47:03.825Z Compiling cargo_toml v0.21.0
5892026-03-12T15:47:03.915Z Compiling usdt v0.5.0
5902026-03-12T15:47:05.000Z Compiling cargo_metadata v0.21.0
5912026-03-12T15:47:06.288Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5922026-03-12T15:47:09.164Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 08s
5932026-03-12T15:47:09.471Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
5942026-03-12T15:47:10.197Z Downloading crates ...
5952026-03-12T15:47:10.307Z Downloaded aead v0.5.2
5962026-03-12T15:47:10.313Z Downloaded ascii-canvas v3.0.0
5972026-03-12T15:47:10.318Z Downloaded adler2 v2.0.1
5982026-03-12T15:47:10.322Z Downloaded cargo-platform v0.1.9
5992026-03-12T15:47:10.325Z Downloaded bcrypt-pbkdf v0.10.0
6002026-03-12T15:47:10.331Z Downloaded crc-catalog v2.4.0
6012026-03-12T15:47:10.334Z Downloaded constant_time_eq v0.4.2
6022026-03-12T15:47:10.338Z Downloaded console v0.15.11
6032026-03-12T15:47:10.343Z Downloaded cookie_store v0.22.1
6042026-03-12T15:47:10.346Z Downloaded critical-section v1.2.0
6052026-03-12T15:47:10.350Z Downloaded ciborium-ll v0.2.2
6062026-03-12T15:47:10.353Z Downloaded bzip2 v0.6.1
6072026-03-12T15:47:10.356Z Downloaded crucible-workspace-hack v0.1.0
6082026-03-12T15:47:10.359Z Downloaded cexpr v0.6.0
6092026-03-12T15:47:10.363Z Downloaded crossbeam-deque v0.8.6
6102026-03-12T15:47:10.367Z Downloaded dunce v1.0.5
6112026-03-12T15:47:10.370Z Downloaded ecdsa v0.16.9
6122026-03-12T15:47:10.373Z Downloaded block-padding v0.3.3
6132026-03-12T15:47:10.377Z Downloaded fallible-iterator v0.2.0
6142026-03-12T15:47:10.382Z Downloaded crossterm v0.29.0
6152026-03-12T15:47:10.390Z Downloaded foreign-types v0.3.2
6162026-03-12T15:47:10.394Z Downloaded diff v0.1.13
6172026-03-12T15:47:10.397Z Downloaded fixedbitset v0.4.2
6182026-03-12T15:47:10.400Z Downloaded crc8 v0.1.1
6192026-03-12T15:47:10.403Z Downloaded base16ct v0.2.0
6202026-03-12T15:47:10.406Z Downloaded base16ct v1.0.0
6212026-03-12T15:47:10.409Z Downloaded env_filter v1.0.0
6222026-03-12T15:47:10.412Z Downloaded bit-set v0.8.0
6232026-03-12T15:47:10.416Z Downloaded float-ord v0.3.2
6242026-03-12T15:47:10.419Z Downloaded foreign-types-shared v0.3.1
6252026-03-12T15:47:10.422Z Downloaded bit-set v0.5.3
6262026-03-12T15:47:10.425Z Downloaded dsl_auto_type v0.1.3
6272026-03-12T15:47:10.428Z Downloaded bitfield-struct v0.6.2
6282026-03-12T15:47:10.430Z Downloaded cpufeatures v0.3.0
6292026-03-12T15:47:10.433Z Downloaded const_format_proc_macros v0.2.34
6302026-03-12T15:47:10.437Z Downloaded colored v2.2.0
6312026-03-12T15:47:10.441Z Downloaded cmake v0.1.57
6322026-03-12T15:47:10.444Z Downloaded futures-core v0.3.32
6332026-03-12T15:47:10.447Z Downloaded futures-macro v0.3.32
6342026-03-12T15:47:10.450Z Downloaded futures-task v0.3.32
6352026-03-12T15:47:10.455Z Downloaded futures-sink v0.3.32
6362026-03-12T15:47:10.458Z Downloaded fxhash v0.2.1
6372026-03-12T15:47:10.461Z Downloaded ghash v0.5.1
6382026-03-12T15:47:10.464Z Downloaded foreign-types-shared v0.1.1
6392026-03-12T15:47:10.464Z Downloaded cipher v0.4.4
6402026-03-12T15:47:10.467Z Downloaded ff v0.13.1
6412026-03-12T15:47:10.470Z Downloaded derive_builder v0.20.2
6422026-03-12T15:47:10.476Z Downloaded float-cmp v0.10.0
6432026-03-12T15:47:10.479Z Downloaded globwalk v0.9.1
6442026-03-12T15:47:10.482Z Downloaded git-stub v1.0.0
6452026-03-12T15:47:10.486Z Downloaded headers-core v0.3.0
6462026-03-12T15:47:10.489Z Downloaded hash32 v0.2.1
6472026-03-12T15:47:10.492Z Downloaded hash32 v0.3.1
6482026-03-12T15:47:10.495Z Downloaded hex-literal v0.4.1
6492026-03-12T15:47:10.498Z Downloaded backoff v0.4.0
6502026-03-12T15:47:10.501Z Downloaded hex v0.4.3
6512026-03-12T15:47:10.504Z Downloaded home v0.5.12
6522026-03-12T15:47:10.507Z Downloaded http-range v0.1.5
6532026-03-12T15:47:10.510Z Downloaded httpdate v1.0.3
6542026-03-12T15:47:10.512Z Downloaded darling_core v0.21.3
6552026-03-12T15:47:10.516Z Downloaded futures-executor v0.3.32
6562026-03-12T15:47:10.519Z Downloaded foldhash v0.2.0
6572026-03-12T15:47:10.522Z Downloaded csv-core v0.1.13
6582026-03-12T15:47:10.525Z Downloaded funty v2.0.0
6592026-03-12T15:47:10.528Z Downloaded filetime v0.2.27
6602026-03-12T15:47:10.531Z Downloaded ed25519 v2.2.3
6612026-03-12T15:47:10.534Z Downloaded hubpack v0.1.2
6622026-03-12T15:47:10.537Z Downloaded hubpack_derive v0.1.1
6632026-03-12T15:47:10.540Z Downloaded group v0.13.0
6642026-03-12T15:47:10.544Z Downloaded ident_case v1.0.1
6652026-03-12T15:47:10.557Z Downloaded internet-checksum v0.2.1
6662026-03-12T15:47:10.560Z Downloaded keccak v0.1.6
6672026-03-12T15:47:10.563Z Downloaded const-oid v0.9.6
6682026-03-12T15:47:10.566Z Downloaded glob v0.3.3
6692026-03-12T15:47:10.569Z Downloaded instant v0.1.13
6702026-03-12T15:47:10.572Z Downloaded lazy_static v1.5.0
6712026-03-12T15:47:10.575Z Downloaded is-terminal v0.4.17
6722026-03-12T15:47:10.578Z Downloaded http-body-util v0.1.3
6732026-03-12T15:47:10.581Z Downloaded is_ci v1.2.0
6742026-03-12T15:47:10.585Z Downloaded futures-channel v0.3.32
6752026-03-12T15:47:10.588Z Downloaded lru v0.12.5
6762026-03-12T15:47:10.588Z Downloaded linked-hash-map v0.5.6
6772026-03-12T15:47:10.591Z Downloaded managed v0.8.0
6782026-03-12T15:47:10.594Z Downloaded maybe-uninit v2.0.0
6792026-03-12T15:47:10.597Z Downloaded indoc v2.0.7
6802026-03-12T15:47:10.600Z Downloaded git-stub-vcs v0.1.0
6812026-03-12T15:47:10.603Z Downloaded globset v0.4.18
6822026-03-12T15:47:10.606Z Downloaded hyper-staticfile v0.10.1
6832026-03-12T15:47:10.610Z Downloaded maplit v1.0.2
6842026-03-12T15:47:10.613Z Downloaded mime v0.3.17
6852026-03-12T15:47:10.616Z Downloaded new_debug_unreachable v1.0.6
6862026-03-12T15:47:10.616Z Downloaded ingot v0.1.1
6872026-03-12T15:47:10.619Z Downloaded md5 v0.7.0
6882026-03-12T15:47:10.655Z Downloaded newline-converter v0.3.0
6892026-03-12T15:47:10.655Z Downloaded ipnetwork v0.21.1
6902026-03-12T15:47:10.655Z Downloaded nibble_vec v0.1.0
6912026-03-12T15:47:10.663Z Downloaded nonempty v0.12.0
6922026-03-12T15:47:10.664Z Downloaded newtype_derive v0.1.6
6932026-03-12T15:47:10.664Z Downloaded newtype-uuid-macros v0.1.0
6942026-03-12T15:47:10.664Z Downloaded jobserver v0.1.34
6952026-03-12T15:47:10.664Z Downloaded darling v0.20.11
6962026-03-12T15:47:10.664Z Downloaded num-derive v0.4.2
6972026-03-12T15:47:10.664Z Downloaded hickory-client v0.25.2
6982026-03-12T15:47:10.664Z Downloaded num-derive v0.3.3
6992026-03-12T15:47:10.664Z Downloaded lalrpop-util v0.19.12
7002026-03-12T15:47:10.664Z Downloaded cookie v0.18.1
7012026-03-12T15:47:10.664Z Downloaded num_enum_derive v0.5.11
7022026-03-12T15:47:10.668Z Downloaded num-conv v0.2.0
7032026-03-12T15:47:10.668Z Downloaded linear-map v1.2.0
7042026-03-12T15:47:10.668Z Downloaded num v0.4.3
7052026-03-12T15:47:10.668Z Downloaded num-iter v0.1.45
7062026-03-12T15:47:10.671Z Downloaded hyper-rustls v0.27.7
7072026-03-12T15:47:10.674Z Downloaded oso-derive v0.27.3
7082026-03-12T15:47:10.677Z Downloaded olpc-cjson v0.1.4
7092026-03-12T15:47:10.677Z Downloaded packed_struct_codegen v0.10.1
7102026-03-12T15:47:10.680Z Downloaded elliptic-curve v0.13.8
7112026-03-12T15:47:10.683Z Downloaded ingot-macros v0.1.1
7122026-03-12T15:47:10.686Z Downloaded mime_guess v2.0.5
7132026-03-12T15:47:10.689Z Downloaded openssl-probe v0.1.6
7142026-03-12T15:47:10.692Z Downloaded path-slash v0.1.5
7152026-03-12T15:47:10.695Z Downloaded libsw-core v0.3.2
7162026-03-12T15:47:10.698Z Downloaded openssl-probe v0.2.1
7172026-03-12T15:47:10.698Z Downloaded native-tls v0.2.18
7182026-03-12T15:47:10.701Z Downloaded httparse v1.10.1
7192026-03-12T15:47:10.705Z Downloaded hmac v0.12.1
7202026-03-12T15:47:10.708Z Downloaded multimap v0.10.1
7212026-03-12T15:47:10.711Z Downloaded impl-trait-for-tuples v0.2.3
7222026-03-12T15:47:10.714Z Downloaded peg-runtime v0.8.5
7232026-03-12T15:47:10.714Z Downloaded pbkdf2 v0.12.2
7242026-03-12T15:47:10.717Z Downloaded phf_shared v0.11.3
7252026-03-12T15:47:10.720Z Downloaded newtype-uuid v1.3.2
7262026-03-12T15:47:10.723Z Downloaded litrs v1.0.0
7272026-03-12T15:47:10.726Z Downloaded fd-lock v4.0.4
7282026-03-12T15:47:10.729Z Downloaded darling v0.21.3
7292026-03-12T15:47:10.732Z Downloaded pin-utils v0.1.0
7302026-03-12T15:47:10.735Z Downloaded ar_archive_writer v0.5.1
7312026-03-12T15:47:10.738Z Downloaded const_format v0.2.35
7322026-03-12T15:47:10.742Z Downloaded indexmap v1.9.3
7332026-03-12T15:47:10.745Z Downloaded packed_struct v0.10.1
7342026-03-12T15:47:10.748Z Downloaded num-complex v0.4.6
7352026-03-12T15:47:10.751Z Downloaded precomputed-hash v0.1.1
7362026-03-12T15:47:10.754Z Downloaded powerfmt v0.2.0
7372026-03-12T15:47:10.754Z Downloaded phf_shared v0.12.1
7382026-03-12T15:47:10.757Z Downloaded num_enum v0.7.5
7392026-03-12T15:47:10.761Z Downloaded multer v3.1.0
7402026-03-12T15:47:10.764Z Downloaded paste v1.0.15
7412026-03-12T15:47:10.768Z Downloaded peg-macros v0.8.5
7422026-03-12T15:47:10.771Z Downloaded fatfs v0.3.6
7432026-03-12T15:47:10.774Z Downloaded derive_more v2.1.1
7442026-03-12T15:47:10.783Z Downloaded proc-macro-crate v1.3.1
7452026-03-12T15:47:10.786Z Downloaded progenitor-client v0.10.0
7462026-03-12T15:47:10.790Z Downloaded oxnet v0.1.4
7472026-03-12T15:47:10.796Z Downloaded password-hash v0.5.0
7482026-03-12T15:47:10.796Z Downloaded futures v0.3.32
7492026-03-12T15:47:10.802Z Downloaded progenitor-client v0.11.2
7502026-03-12T15:47:10.802Z Downloaded quick-error v1.2.3
7512026-03-12T15:47:10.807Z Downloaded progenitor-macro v0.11.2
7522026-03-12T15:47:10.807Z Downloaded progenitor-macro v0.13.0
7532026-03-12T15:47:10.807Z Downloaded phf v0.13.1
7542026-03-12T15:47:10.811Z Downloaded polyval v0.6.2
7552026-03-12T15:47:10.811Z Downloaded pkg-config v0.3.32
7562026-03-12T15:47:10.816Z Downloaded omicron-zone-package v0.12.2
7572026-03-12T15:47:10.816Z Downloaded ignore v0.4.25
7582026-03-12T15:47:10.821Z Downloaded heapless v0.8.0
7592026-03-12T15:47:10.825Z Downloaded rand_xorshift v0.4.0
7602026-03-12T15:47:10.825Z Downloaded predicates v3.1.4
7612026-03-12T15:47:10.830Z Downloaded libbz2-rs-sys v0.2.2
7622026-03-12T15:47:10.836Z Downloaded parking_lot_core v0.9.12
7632026-03-12T15:47:10.836Z Downloaded pem v3.0.6
7642026-03-12T15:47:10.836Z Downloaded pin-project-internal v1.1.11
7652026-03-12T15:47:10.841Z Downloaded ref-cast v1.0.25
7662026-03-12T15:47:10.847Z Downloaded radium v0.7.0
7672026-03-12T15:47:10.848Z Downloaded recursive v0.1.1
7682026-03-12T15:47:10.848Z Downloaded pem-rfc7468 v0.7.0
7692026-03-12T15:47:10.853Z Downloaded num_enum v0.5.11
7702026-03-12T15:47:10.853Z Downloaded der v0.7.10
7712026-03-12T15:47:10.860Z Downloaded progenitor v0.13.0
7722026-03-12T15:47:10.868Z Downloaded primeorder v0.13.6
7732026-03-12T15:47:10.868Z Downloaded recursive-proc-macro-impl v0.1.1
7742026-03-12T15:47:10.868Z Downloaded pkcs8 v0.10.2
7752026-03-12T15:47:10.869Z Downloaded ref-cast-impl v1.0.25
7762026-03-12T15:47:10.876Z Downloaded progenitor-macro v0.10.0
7772026-03-12T15:47:10.876Z Downloaded progenitor-extras v0.1.1
7782026-03-12T15:47:10.876Z Downloaded progenitor-client v0.13.0
7792026-03-12T15:47:10.876Z Downloaded rustc_version v0.1.7
7802026-03-12T15:47:10.885Z Downloaded rustc-hash v2.1.1
7812026-03-12T15:47:10.885Z Downloaded parking_lot v0.11.2
7822026-03-12T15:47:10.885Z Downloaded psm v0.1.30
7832026-03-12T15:47:10.892Z Downloaded psl-types v2.0.11
7842026-03-12T15:47:10.892Z Downloaded progenitor v0.11.2
7852026-03-12T15:47:10.892Z Downloaded papergrid v0.17.0
7862026-03-12T15:47:10.893Z Downloaded rustc_version v0.4.1
7872026-03-12T15:47:10.901Z Downloaded postgres-protocol v0.6.10
7882026-03-12T15:47:10.902Z Downloaded rand_core v0.9.5
7892026-03-12T15:47:10.902Z Downloaded rand_seeder v0.4.0
7902026-03-12T15:47:10.909Z Downloaded r2d2 v0.8.10
7912026-03-12T15:47:10.909Z Downloaded indicatif v0.18.4
7922026-03-12T15:47:10.909Z Downloaded headers v0.4.1
7932026-03-12T15:47:10.915Z Downloaded scroll_derive v0.13.1
7942026-03-12T15:47:10.915Z Downloaded salsa20 v0.10.2
7952026-03-12T15:47:10.915Z Downloaded jiff-static v0.2.21
7962026-03-12T15:47:10.921Z Downloaded hickory-resolver v0.24.4
7972026-03-12T15:47:10.927Z Downloaded rand_core v0.10.0
7982026-03-12T15:47:10.927Z Downloaded proc-macro-error2 v2.0.1
7992026-03-12T15:47:10.927Z Downloaded poly1305 v0.8.0
8002026-03-12T15:47:10.938Z Downloaded russh-cryptovec v0.7.3
8012026-03-12T15:47:10.938Z Downloaded rfc6979 v0.4.0
8022026-03-12T15:47:10.938Z Downloaded scopeguard v1.2.0
8032026-03-12T15:47:10.938Z Downloaded semver v0.1.20
8042026-03-12T15:47:10.938Z Downloaded pkcs5 v0.7.1
8052026-03-12T15:47:10.944Z Downloaded secrecy v0.8.0
8062026-03-12T15:47:10.944Z Downloaded pkcs1 v0.7.5
8072026-03-12T15:47:10.944Z Downloaded derive_more-impl v2.1.1
8082026-03-12T15:47:10.952Z Downloaded same-file v1.0.6
8092026-03-12T15:47:10.958Z Downloaded scheduled-thread-pool v0.2.7
8102026-03-12T15:47:10.958Z Downloaded rtoolbox v0.0.3
8112026-03-12T15:47:10.958Z Downloaded serde-big-array v0.5.1
8122026-03-12T15:47:10.958Z Downloaded serde_bytes v0.11.19
8132026-03-12T15:47:10.965Z Downloaded seq-macro v0.3.6
8142026-03-12T15:47:10.966Z Downloaded serde_urlencoded v0.7.1
8152026-03-12T15:47:10.966Z Downloaded quinn-udp v0.5.14
8162026-03-12T15:47:10.973Z Downloaded oso v0.27.3
8172026-03-12T15:47:10.973Z Downloaded serde_spanned v1.0.4
8182026-03-12T15:47:10.973Z Downloaded miniz_oxide v0.8.9
8192026-03-12T15:47:10.973Z Downloaded minimal-lexical v0.2.1
8202026-03-12T15:47:10.979Z Downloaded resolv-conf v0.7.6
8212026-03-12T15:47:10.979Z Downloaded prefix-trie v0.7.0
8222026-03-12T15:47:10.988Z Downloaded signal-hook-tokio v0.3.1
8232026-03-12T15:47:10.988Z Downloaded siphasher v1.0.2
8242026-03-12T15:47:10.988Z Downloaded shell-words v1.1.1
8252026-03-12T15:47:10.994Z Downloaded sha1 v0.10.6
8262026-03-12T15:47:10.995Z Downloaded slog-bunyan v2.5.0
8272026-03-12T15:47:10.995Z Downloaded sigpipe v0.1.3
8282026-03-12T15:47:10.995Z Downloaded expectorate v1.2.0
8292026-03-12T15:47:10.995Z Downloaded schemars_derive v0.8.22
8302026-03-12T15:47:11.004Z Downloaded rustls-pemfile v1.0.4
8312026-03-12T15:47:11.004Z Downloaded ed25519-dalek v2.2.0
8322026-03-12T15:47:11.004Z Downloaded signal-hook-mio v0.2.5
8332026-03-12T15:47:11.017Z Downloaded scroll v0.13.0
8342026-03-12T15:47:11.017Z Downloaded serde_plain v1.0.2
8352026-03-12T15:47:11.018Z Downloaded sapling-renderdag v0.1.0
8362026-03-12T15:47:11.019Z Downloaded serde_repr v0.1.20
8372026-03-12T15:47:11.028Z Downloaded progenitor-impl v0.13.0
8382026-03-12T15:47:11.028Z Downloaded progenitor-impl v0.10.0
8392026-03-12T15:47:11.029Z Downloaded rand_core v0.6.4
8402026-03-12T15:47:11.029Z Downloaded rustls-pemfile v2.2.0
8412026-03-12T15:47:11.029Z Downloaded rand_chacha v0.9.0
8422026-03-12T15:47:11.029Z Downloaded rustls-native-certs v0.8.3
8432026-03-12T15:47:11.029Z Downloaded slog-envlogger v2.2.0
8442026-03-12T15:47:11.029Z Downloaded rustversion v1.0.22
8452026-03-12T15:47:11.038Z Downloaded progenitor-impl v0.11.2
8462026-03-12T15:47:11.038Z Downloaded serde_derive_internals v0.29.1
8472026-03-12T15:47:11.038Z Downloaded serde-hex v0.1.0
8482026-03-12T15:47:11.039Z Downloaded rusty-fork v0.3.1
8492026-03-12T15:47:11.046Z Downloaded progenitor v0.10.0
8502026-03-12T15:47:11.046Z Downloaded pin-project v1.1.11
8512026-03-12T15:47:11.054Z Downloaded ssh-cipher v0.2.0
8522026-03-12T15:47:11.054Z Downloaded sec1 v0.7.3
8532026-03-12T15:47:11.054Z Downloaded openssl-sys v0.9.111
8542026-03-12T15:47:11.061Z Downloaded ssh-encoding v0.2.0
8552026-03-12T15:47:11.061Z Downloaded sqlparser_derive v0.5.0
8562026-03-12T15:47:11.062Z Downloaded structmeta-derive v0.3.0
8572026-03-12T15:47:11.062Z Downloaded subtle v2.6.1
8582026-03-12T15:47:11.068Z Downloaded slog-stdlog v4.1.1
8592026-03-12T15:47:11.068Z Downloaded slab v0.4.12
8602026-03-12T15:47:11.068Z Downloaded serde_path_to_error v0.1.20
8612026-03-12T15:47:11.068Z Downloaded prettyplease v0.2.37
8622026-03-12T15:47:11.076Z Downloaded simd-adler32 v0.3.8
8632026-03-12T15:47:11.076Z Downloaded signal-hook-registry v1.4.8
8642026-03-12T15:47:11.076Z Downloaded strum v0.27.2
8652026-03-12T15:47:11.077Z Downloaded structmeta v0.3.0
8662026-03-12T15:47:11.084Z Downloaded sct v0.7.1
8672026-03-12T15:47:11.085Z Downloaded sync_wrapper v1.0.2
8682026-03-12T15:47:11.085Z Downloaded tabwriter v1.4.1
8692026-03-12T15:47:11.085Z Downloaded rustls-pki-types v1.14.0
8702026-03-12T15:47:11.090Z Downloaded take_mut v0.2.2
8712026-03-12T15:47:11.090Z Downloaded tagptr v0.2.0
8722026-03-12T15:47:11.090Z Downloaded hashbrown v0.13.2
8732026-03-12T15:47:11.095Z Downloaded http v1.4.0
8742026-03-12T15:47:11.095Z Downloaded hashbrown v0.12.3
8752026-03-12T15:47:11.102Z Downloaded sync-ptr v0.1.4
8762026-03-12T15:47:11.102Z Downloaded slog-async v2.8.0
8772026-03-12T15:47:11.102Z Downloaded testing_table v0.3.0
8782026-03-12T15:47:11.102Z Downloaded supports-color v3.0.2
8792026-03-12T15:47:11.110Z Downloaded sqlformat v0.3.5
8802026-03-12T15:47:11.110Z Downloaded smf v0.2.3
8812026-03-12T15:47:11.110Z Downloaded serde_with_macros v3.17.0
8822026-03-12T15:47:11.110Z Downloaded serde_cbor v0.11.2
8832026-03-12T15:47:11.122Z Downloaded tabled_derive v0.11.0
8842026-03-12T15:47:11.122Z Downloaded slog-scope v4.4.1
8852026-03-12T15:47:11.122Z Downloaded thiserror-impl-no-std v2.0.2
8862026-03-12T15:47:11.123Z Downloaded termtree v0.5.1
8872026-03-12T15:47:11.123Z Downloaded slog-json v2.6.1
8882026-03-12T15:47:11.133Z Downloaded slog-term v2.9.2
8892026-03-12T15:47:11.133Z Downloaded mio v1.1.1
8902026-03-12T15:47:11.133Z Downloaded spki v0.7.3
8912026-03-12T15:47:11.133Z Downloaded snafu-derive v0.8.9
8922026-03-12T15:47:11.141Z Downloaded thread-id v5.1.0
8932026-03-12T15:47:11.141Z Downloaded tinyvec_macros v0.1.1
8942026-03-12T15:47:11.141Z Downloaded hyper-util v0.1.20
8952026-03-12T15:47:11.141Z Downloaded rcgen v0.12.1
8962026-03-12T15:47:11.141Z Downloaded time-core v0.1.8
8972026-03-12T15:47:11.147Z Downloaded num-bigint v0.4.6
8982026-03-12T15:47:11.147Z Downloaded ron v0.8.1
8992026-03-12T15:47:11.155Z Downloaded slog-dtrace v0.3.0
9002026-03-12T15:47:11.155Z Downloaded stacker v0.1.23
9012026-03-12T15:47:11.155Z Downloaded string_cache v0.8.9
9022026-03-12T15:47:11.166Z Downloaded strum_macros v0.24.3
9032026-03-12T15:47:11.166Z Downloaded stringprep v0.1.5
9042026-03-12T15:47:11.166Z Downloaded static_assertions v1.1.0
9052026-03-12T15:47:11.171Z Downloaded smallvec v0.6.14
9062026-03-12T15:47:11.171Z Downloaded ryu v1.0.23
9072026-03-12T15:47:11.171Z Downloaded strum_macros v0.27.2
9082026-03-12T15:47:11.171Z Downloaded rayon-core v1.13.0
9092026-03-12T15:47:11.171Z Downloaded strip-ansi-escapes v0.2.1
9102026-03-12T15:47:11.172Z Downloaded termios v0.3.3
9112026-03-12T15:47:11.177Z Downloaded spin v0.9.8
9122026-03-12T15:47:11.177Z Downloaded quinn v0.11.9
9132026-03-12T15:47:11.182Z Downloaded itertools v0.10.5
9142026-03-12T15:47:11.190Z Downloaded tiny-keccak v2.0.2
9152026-03-12T15:47:11.190Z Downloaded libxml v0.3.3
9162026-03-12T15:47:11.196Z Downloaded strum_macros v0.26.4
9172026-03-12T15:47:11.196Z Downloaded trait-variant v0.1.2
9182026-03-12T15:47:11.196Z Downloaded pretty_assertions v1.4.1
9192026-03-12T15:47:11.196Z Downloaded russh-keys v0.45.0
9202026-03-12T15:47:11.204Z Downloaded time-macros v0.2.27
9212026-03-12T15:47:11.205Z Downloaded tap v1.0.1
9222026-03-12T15:47:11.205Z Downloaded signal-hook v0.3.18
9232026-03-12T15:47:11.205Z Downloaded schemars v0.8.22
9242026-03-12T15:47:11.212Z Downloaded try-lock v0.2.5
9252026-03-12T15:47:11.224Z Downloaded iri-string v0.7.10
9262026-03-12T15:47:11.224Z Downloaded tower-service v0.3.3
9272026-03-12T15:47:11.224Z Downloaded tower-layer v0.3.3
9282026-03-12T15:47:11.234Z Downloaded tls_codec v0.4.2
9292026-03-12T15:47:11.235Z Downloaded topological-sort v0.2.2
9302026-03-12T15:47:11.235Z Downloaded tokio-native-tls v0.3.1
9312026-03-12T15:47:11.235Z Downloaded thread_local v1.1.9
9322026-03-12T15:47:11.235Z Downloaded qorb v0.4.1
9332026-03-12T15:47:11.236Z Downloaded typify-macro v0.6.1
9342026-03-12T15:47:11.236Z Downloaded publicsuffix v2.3.0
9352026-03-12T15:47:11.249Z Downloaded universal-hash v0.5.1
9362026-03-12T15:47:11.249Z Downloaded thiserror-no-std v2.0.2
9372026-03-12T15:47:11.250Z Downloaded tokio-macros v2.6.0
9382026-03-12T15:47:11.250Z Downloaded unarray v0.1.4
9392026-03-12T15:47:11.250Z Downloaded typify-macro v0.4.3
9402026-03-12T15:47:11.250Z Downloaded rsa v0.9.10
9412026-03-12T15:47:11.258Z Downloaded unicode-truncate v1.1.0
9422026-03-12T15:47:11.258Z Downloaded untrusted v0.9.0
9432026-03-12T15:47:11.258Z Downloaded usdt v0.6.0
9442026-03-12T15:47:11.258Z Downloaded unit-prefix v0.5.2
9452026-03-12T15:47:11.258Z Downloaded utf-8 v0.7.6
9462026-03-12T15:47:11.258Z Downloaded usdt-macro v0.6.0
9472026-03-12T15:47:11.258Z Downloaded untrusted v0.7.1
9482026-03-12T15:47:11.258Z Downloaded tokio-rustls v0.25.0
9492026-03-12T15:47:11.259Z Downloaded term v0.7.0
9502026-03-12T15:47:11.259Z Downloaded toml_datetime v0.7.5+spec-1.1.0
9512026-03-12T15:47:11.268Z Downloaded aho-corasick v1.1.4
9522026-03-12T15:47:11.268Z Downloaded rand v0.9.2
9532026-03-12T15:47:11.268Z Downloaded nom v7.1.3
9542026-03-12T15:47:11.279Z Downloaded rustls-platform-verifier v0.6.2
9552026-03-12T15:47:11.279Z Downloaded tokio-tungstenite v0.23.1
9562026-03-12T15:47:11.290Z Downloaded tokio-tungstenite v0.21.0
9572026-03-12T15:47:11.290Z Downloaded rand v0.8.5
9582026-03-12T15:47:11.290Z Downloaded tui-tree-widget v0.23.1
9592026-03-12T15:47:11.290Z Downloaded usdt-attr-macro v0.6.0
9602026-03-12T15:47:11.290Z Downloaded term v1.2.1
9612026-03-12T15:47:11.290Z Downloaded socket2 v0.6.2
9622026-03-12T15:47:11.290Z Downloaded void v1.0.2
9632026-03-12T15:47:11.290Z Downloaded tokio-dtrace v0.1.1
9642026-03-12T15:47:11.302Z Downloaded want v0.3.1
9652026-03-12T15:47:11.302Z Downloaded toml_writer v1.0.6+spec-1.1.0
9662026-03-12T15:47:11.303Z Downloaded tls_codec_derive v0.4.2
9672026-03-12T15:47:11.303Z Downloaded waitgroup v0.1.2
9682026-03-12T15:47:11.303Z Downloaded support-bundle-viewer v0.1.2
9692026-03-12T15:47:11.303Z Downloaded socket2 v0.5.10
9702026-03-12T15:47:11.303Z Downloaded itertools v0.14.0
9712026-03-12T15:47:11.309Z Downloaded wait-timeout v0.2.1
9722026-03-12T15:47:11.309Z Downloaded unicase v2.9.0
9732026-03-12T15:47:11.309Z Downloaded schemars v1.2.1
9742026-03-12T15:47:11.321Z Downloaded tokio-rustls v0.26.4
9752026-03-12T15:47:11.321Z Downloaded hyper v1.8.1
9762026-03-12T15:47:11.331Z Downloaded tar v0.4.44
9772026-03-12T15:47:11.331Z Downloaded serde_yaml v0.9.34+deprecated
9782026-03-12T15:47:11.332Z Downloaded zeroize_derive v1.4.3
9792026-03-12T15:47:11.333Z Downloaded xattr v1.6.1
9802026-03-12T15:47:11.333Z Downloaded xshell-macros v0.2.7
9812026-03-12T15:47:11.333Z Downloaded slog v2.8.2
9822026-03-12T15:47:11.345Z Downloaded similar v2.7.0
9832026-03-12T15:47:11.345Z Downloaded signature v2.2.0
9842026-03-12T15:47:11.345Z Downloaded tokio-rustls v0.24.1
9852026-03-12T15:47:11.346Z Downloaded tinyvec v1.10.0
9862026-03-12T15:47:11.347Z Downloaded toml_parser v1.0.9+spec-1.1.0
9872026-03-12T15:47:11.347Z Downloaded hickory-server v0.25.2
9882026-03-12T15:47:11.361Z Downloaded vergen-lib v0.1.6
9892026-03-12T15:47:11.361Z Downloaded rand v0.10.0
9902026-03-12T15:47:11.361Z Downloaded itertools v0.13.0
9912026-03-12T15:47:11.361Z Downloaded tokio-stream v0.1.18
9922026-03-12T15:47:11.361Z Downloaded walkdir v2.5.0
9932026-03-12T15:47:11.369Z Downloaded num-bigint-dig v0.8.6
9942026-03-12T15:47:11.369Z Downloaded vergen-git2 v1.0.7
9952026-03-12T15:47:11.369Z Downloaded usdt-impl v0.6.0
9962026-03-12T15:47:11.369Z Downloaded vergen-gitcl v1.0.8
9972026-03-12T15:47:11.380Z Downloaded subprocess v0.2.15
9982026-03-12T15:47:11.380Z Downloaded hashbrown v0.15.5
9992026-03-12T15:47:11.380Z Downloaded zone_cfg_derive v0.3.1
10002026-03-12T15:47:11.380Z Downloaded zone v0.3.1
10012026-03-12T15:47:11.380Z Downloaded samael v0.0.19
10022026-03-12T15:47:11.388Z Downloaded whoami v2.1.0
10032026-03-12T15:47:11.388Z Downloaded whoami v1.6.1
10042026-03-12T15:47:11.388Z Downloaded vsss-rs v3.3.4
10052026-03-12T15:47:11.388Z Downloaded twox-hash v2.1.2
10062026-03-12T15:47:11.388Z Downloaded russh v0.45.0
10072026-03-12T15:47:11.396Z Downloaded wyz v0.5.1
10082026-03-12T15:47:11.397Z Downloaded xz2 v0.1.7
10092026-03-12T15:47:11.397Z Downloaded p521 v0.13.3
10102026-03-12T15:47:11.407Z Downloaded iddqd v0.3.17
10112026-03-12T15:47:11.407Z Downloaded vergen v9.0.6
10122026-03-12T15:47:11.407Z Downloaded aws-lc-rs v1.16.0
10132026-03-12T15:47:11.419Z Downloaded unicode-properties v0.1.4
10142026-03-12T15:47:11.419Z Downloaded tungstenite v0.23.0
10152026-03-12T15:47:11.431Z Downloaded typify v0.4.3
10162026-03-12T15:47:11.431Z Downloaded tungstenite v0.21.0
10172026-03-12T15:47:11.431Z Downloaded libm v0.2.16
10182026-03-12T15:47:11.439Z Downloaded zeroize v1.8.2
10192026-03-12T15:47:11.439Z Downloaded toml v0.9.12+spec-1.1.0
10202026-03-12T15:47:11.439Z Downloaded toml v0.7.8
10212026-03-12T15:47:11.439Z Downloaded rustls-webpki v0.103.9
10222026-03-12T15:47:11.439Z Downloaded uzers v0.12.2
10232026-03-12T15:47:11.440Z Downloaded blake3 v1.8.3
10242026-03-12T15:47:11.451Z Downloaded snafu v0.8.9
10252026-03-12T15:47:11.458Z Downloaded zstd-safe v7.2.4
10262026-03-12T15:47:11.458Z Downloaded yasna v0.5.2
10272026-03-12T15:47:11.458Z Downloaded h2 v0.4.13
10282026-03-12T15:47:11.458Z Downloaded toml_edit v0.23.10+spec-1.0.0
10292026-03-12T15:47:11.465Z Downloaded unsafe-libyaml v0.2.11
10302026-03-12T15:47:11.465Z Downloaded tracing-attributes v0.1.31
10312026-03-12T15:47:11.473Z Downloaded xshell v0.2.7
10322026-03-12T15:47:11.473Z Downloaded typify v0.6.1
10332026-03-12T15:47:11.474Z Downloaded itertools v0.12.1
10342026-03-12T15:47:11.479Z Downloaded tokio-postgres v0.7.16
10352026-03-12T15:47:11.479Z Downloaded unicode-bidi v0.3.18
10362026-03-12T15:47:11.486Z Downloaded bitvec v1.0.1
10372026-03-12T15:47:11.500Z Downloaded hkdf v0.12.4
10382026-03-12T15:47:11.500Z Downloaded uuid v1.21.0
10392026-03-12T15:47:11.500Z Downloaded zerocopy v0.6.6
10402026-03-12T15:47:11.501Z Downloaded rustyline v14.0.0
10412026-03-12T15:47:11.507Z Downloaded tracing-core v0.1.36
10422026-03-12T15:47:11.507Z Downloaded vte v0.14.1
10432026-03-12T15:47:11.507Z Downloaded test-strategy v0.4.5
10442026-03-12T15:47:11.512Z Downloaded zstd v0.13.3
10452026-03-12T15:47:11.512Z Downloaded schemars v0.9.0
10462026-03-12T15:47:11.519Z Downloaded steno v0.4.1
10472026-03-12T15:47:11.528Z Downloaded ron v0.12.0
10482026-03-12T15:47:11.532Z Downloaded bindgen v0.71.1
10492026-03-12T15:47:11.539Z Downloaded regex v1.12.3
10502026-03-12T15:47:11.539Z Downloaded yansi v1.0.1
10512026-03-12T15:47:11.602Z Downloaded toml_edit v0.19.15
10522026-03-12T15:47:11.602Z Downloaded zopfli v0.8.3
10532026-03-12T15:47:11.602Z Downloaded chrono v0.4.44
10542026-03-12T15:47:11.602Z Downloaded futures-util v0.3.32
10552026-03-12T15:47:11.602Z Downloaded reqwest v0.13.2
10562026-03-12T15:47:11.603Z Downloaded unicode_categories v0.1.1
10572026-03-12T15:47:11.603Z Downloaded ssh-key v0.6.7
10582026-03-12T15:47:11.603Z Downloaded rpassword v7.4.0
10592026-03-12T15:47:11.604Z Downloaded goblin v0.10.5
10602026-03-12T15:47:11.604Z Downloaded tower v0.5.3
10612026-03-12T15:47:11.604Z Downloaded zip v0.6.6
10622026-03-12T15:47:11.604Z Downloaded salty v0.3.0
10632026-03-12T15:47:11.612Z Downloaded reqwest v0.12.28
10642026-03-12T15:47:11.613Z Downloaded x509-cert v0.2.5
10652026-03-12T15:47:11.613Z Downloaded reedline v0.40.0
10662026-03-12T15:47:11.620Z Downloaded strum v0.26.3
10672026-03-12T15:47:11.620Z Downloaded shlex v1.3.0
10682026-03-12T15:47:11.620Z Downloaded p256 v0.13.2
10692026-03-12T15:47:11.625Z Downloaded postgres-types v0.2.12
10702026-03-12T15:47:11.625Z Downloaded scrypt v0.11.0
10712026-03-12T15:47:11.625Z Downloaded postcard v1.1.3
10722026-03-12T15:47:11.625Z Downloaded secrecy v0.10.3
10732026-03-12T15:47:11.625Z Downloaded zerocopy-derive v0.8.40
10742026-03-12T15:47:11.633Z Downloaded unicode-segmentation v1.12.0
10752026-03-12T15:47:11.638Z Downloaded unicode-normalization v0.1.25
10762026-03-12T15:47:11.638Z Downloaded dropshot-api-manager v0.6.0
10772026-03-12T15:47:11.643Z Downloaded proptest v1.10.0
10782026-03-12T15:47:11.648Z Downloaded tough v0.20.0
10792026-03-12T15:47:11.654Z Downloaded rayon v1.11.0
10802026-03-12T15:47:11.660Z Downloaded typed-path v0.9.3
10812026-03-12T15:47:11.664Z Downloaded p384 v0.13.1
10822026-03-12T15:47:11.670Z Downloaded git2 v0.20.4
10832026-03-12T15:47:11.675Z Downloaded portable-atomic v1.13.1
10842026-03-12T15:47:11.682Z Downloaded tokio-util v0.7.18
10852026-03-12T15:47:11.688Z Downloaded rustls-webpki v0.101.7
10862026-03-12T15:47:11.696Z Downloaded quinn-proto v0.11.13
10872026-03-12T15:47:11.701Z Downloaded quick-xml v0.37.5
10882026-03-12T15:47:11.707Z Downloaded rustls-webpki v0.102.8
10892026-03-12T15:47:11.719Z Downloaded lalrpop v0.19.12
10902026-03-12T15:47:11.727Z Downloaded moka v0.12.13
10912026-03-12T15:47:11.734Z Downloaded tower-http v0.6.8
10922026-03-12T15:47:11.742Z Downloaded nix v0.27.1
10932026-03-12T15:47:11.748Z Downloaded winnow v0.6.26
10942026-03-12T15:47:11.753Z Downloaded zip v4.6.1
10952026-03-12T15:47:11.757Z Downloaded nix v0.28.0
10962026-03-12T15:47:11.767Z Downloaded petname v2.0.2
10972026-03-12T15:47:11.771Z Downloaded bstr v1.12.1
10982026-03-12T15:47:11.777Z Downloaded rustls v0.21.12
10992026-03-12T15:47:11.786Z Downloaded time v0.3.47
11002026-03-12T15:47:11.792Z Downloaded object v0.30.4
11012026-03-12T15:47:11.802Z Downloaded nix v0.31.1
11022026-03-12T15:47:11.809Z Downloaded smoltcp v0.9.1
11032026-03-12T15:47:11.815Z Downloaded regex-syntax v0.6.29
11042026-03-12T15:47:11.821Z Downloaded tabled v0.20.0
11052026-03-12T15:47:11.835Z Downloaded winnow v0.5.40
11062026-03-12T15:47:11.843Z Downloaded object v0.37.3
11072026-03-12T15:47:11.848Z Downloaded radix_trie v0.2.1
11082026-03-12T15:47:11.873Z Downloaded smoltcp v0.11.0
11092026-03-12T15:47:11.881Z Downloaded regress v0.10.5
11102026-03-12T15:47:11.881Z Downloaded openssl v0.10.75
11112026-03-12T15:47:11.882Z Downloaded zerocopy v0.8.40
11122026-03-12T15:47:11.887Z Downloaded curve25519-dalek v4.1.3
11132026-03-12T15:47:11.892Z Downloaded regex-syntax v0.8.10
11142026-03-12T15:47:11.897Z Downloaded webpki-roots v1.0.6
11152026-03-12T15:47:11.897Z Downloaded hickory-proto v0.24.4
11162026-03-12T15:47:11.907Z Downloaded serde_with v3.17.0
11172026-03-12T15:47:11.914Z Downloaded nix v0.29.0
11182026-03-12T15:47:11.923Z Downloaded vcpkg v0.2.15
11192026-03-12T15:47:11.952Z Downloaded sqlparser v0.61.0
11202026-03-12T15:47:11.959Z Downloaded polar-core v0.27.3
11212026-03-12T15:47:11.965Z Downloaded dropshot v0.16.7
11222026-03-12T15:47:11.981Z Downloaded zlib-rs v0.6.2
11232026-03-12T15:47:11.987Z Downloaded diesel v2.2.12
11242026-03-12T15:47:11.998Z Downloaded sled v0.34.7
11252026-03-12T15:47:12.007Z Downloaded openapiv3 v2.2.0
11262026-03-12T15:47:12.018Z Downloaded rustls v0.22.4
11272026-03-12T15:47:12.024Z Downloaded rustls v0.23.37
11282026-03-12T15:47:12.038Z Downloaded bzip2-sys v0.1.13+1.0.8
11292026-03-12T15:47:12.043Z Downloaded hickory-proto v0.25.2
11302026-03-12T15:47:12.056Z Downloaded nix v0.30.1
11312026-03-12T15:47:12.063Z Downloaded regex-automata v0.4.14
11322026-03-12T15:47:12.073Z Downloaded ppv-lite86 v0.2.21
11332026-03-12T15:47:12.078Z Downloaded flate2 v1.1.9
11342026-03-12T15:47:12.082Z Downloaded rand_chacha v0.3.1
11352026-03-12T15:47:12.083Z Downloaded hickory-resolver v0.25.2
11362026-03-12T15:47:12.083Z Downloaded peg v0.8.5
11372026-03-12T15:47:12.088Z Downloaded rustix v0.38.44
11382026-03-12T15:47:12.102Z Downloaded petgraph v0.6.5
11392026-03-12T15:47:12.115Z Downloaded lzma-sys v0.1.20
11402026-03-12T15:47:12.136Z Downloaded chrono-tz v0.10.4
11412026-03-12T15:47:12.149Z Downloaded jiff v0.2.21
11422026-03-12T15:47:12.162Z Downloaded petgraph v0.8.3
11432026-03-12T15:47:12.179Z Downloaded nu-ansi-term v0.50.3
11442026-03-12T15:47:12.182Z Downloaded parking_lot_core v0.8.6
11452026-03-12T15:47:12.182Z Downloaded parking_lot v0.12.5
11462026-03-12T15:47:12.186Z Downloaded pin-project-lite v0.2.17
11472026-03-12T15:47:12.190Z Downloaded crossbeam-channel v0.5.15
11482026-03-12T15:47:12.194Z Downloaded phf v0.12.1
11492026-03-12T15:47:12.194Z Downloaded proc-macro-crate v3.4.0
11502026-03-12T15:47:12.194Z Downloaded proc-macro-error-attr2 v2.0.0
11512026-03-12T15:47:12.194Z Downloaded opaque-debug v0.3.1
11522026-03-12T15:47:12.194Z Downloaded bumpalo v3.20.2
11532026-03-12T15:47:12.197Z Downloaded parse-display-derive v0.10.0
11542026-03-12T15:47:12.198Z Downloaded oxide-tokio-rt v0.1.2
11552026-03-12T15:47:12.198Z Downloaded predicates-tree v1.0.13
11562026-03-12T15:47:12.198Z Downloaded predicates-core v1.0.10
11572026-03-12T15:47:12.202Z Downloaded nanorand v0.7.0
11582026-03-12T15:47:12.202Z Downloaded memmap2 v0.9.10
11592026-03-12T15:47:12.202Z Downloaded crypto-bigint v0.5.5
11602026-03-12T15:47:12.207Z Downloaded password-hash v0.4.2
11612026-03-12T15:47:12.211Z Downloaded diesel_derives v2.2.7
11622026-03-12T15:47:12.211Z Downloaded typify-impl v0.6.1
11632026-03-12T15:47:12.221Z Downloaded typify-impl v0.4.3
11642026-03-12T15:47:12.232Z Downloaded tracing v0.1.44
11652026-03-12T15:47:12.249Z Downloaded ratatui v0.29.0
11662026-03-12T15:47:12.263Z Downloaded darling_core v0.23.0
11672026-03-12T15:47:12.267Z Downloaded heapless v0.7.17
11682026-03-12T15:47:12.271Z Downloaded flume v0.11.1
11692026-03-12T15:47:12.275Z Downloaded cc v1.2.56
11702026-03-12T15:47:12.275Z Downloaded zerocopy-derive v0.6.6
11712026-03-12T15:47:12.281Z Downloaded base64 v0.21.7
11722026-03-12T15:47:12.285Z Downloaded num_enum_derive v0.7.5
11732026-03-12T15:47:12.285Z Downloaded owo-colors v4.3.0
11742026-03-12T15:47:12.289Z Downloaded phf_shared v0.13.1
11752026-03-12T15:47:12.289Z Downloaded num-rational v0.4.2
11762026-03-12T15:47:12.289Z Downloaded chacha20poly1305 v0.10.1
11772026-03-12T15:47:12.293Z Downloaded pbkdf2 v0.11.0
11782026-03-12T15:47:12.293Z Downloaded num-integer v0.1.46
11792026-03-12T15:47:12.293Z Downloaded libefi-sys v0.1.0
11802026-03-12T15:47:12.293Z Downloaded bytes v1.11.1
11812026-03-12T15:47:12.297Z Downloaded openssl-macros v0.1.1
11822026-03-12T15:47:12.297Z Downloaded iana-time-zone v0.1.65
11832026-03-12T15:47:12.301Z Downloaded parse-size v1.1.0
11842026-03-12T15:47:12.301Z Downloaded parse-display v0.10.0
11852026-03-12T15:47:12.302Z Downloaded des v0.8.1
11862026-03-12T15:47:12.302Z Downloaded derive_more v0.99.20
11872026-03-12T15:47:12.308Z Downloaded num_threads v0.1.7
11882026-03-12T15:47:12.308Z Downloaded md-5 v0.10.6
11892026-03-12T15:47:12.308Z Downloaded dropshot_endpoint v0.16.7
11902026-03-12T15:47:12.312Z Downloaded half v2.7.1
11912026-03-12T15:47:12.312Z Downloaded half v1.8.3
11922026-03-12T15:47:12.313Z Downloaded compact_str v0.8.1
11932026-03-12T15:47:12.317Z Downloaded normalize-line-endings v0.3.0
11942026-03-12T15:47:12.317Z Downloaded nodrop v0.1.14
11952026-03-12T15:47:12.317Z Downloaded lock_api v0.4.14
11962026-03-12T15:47:12.317Z Downloaded libsw v3.5.0
11972026-03-12T15:47:12.321Z Downloaded libloading v0.8.9
11982026-03-12T15:47:12.321Z Downloaded getrandom v0.3.4
11992026-03-12T15:47:12.321Z Downloaded ipnet v2.11.0
12002026-03-12T15:47:12.325Z Downloaded ingot-types v0.1.2
12012026-03-12T15:47:12.325Z Downloaded match_cfg v0.1.0
12022026-03-12T15:47:12.325Z Downloaded lru-cache v0.1.2
12032026-03-12T15:47:12.325Z Downloaded memoffset v0.9.1
12042026-03-12T15:47:12.326Z Downloaded humantime v2.3.0
12052026-03-12T15:47:12.329Z Downloaded ring v0.17.14
12062026-03-12T15:47:12.378Z Downloaded lzss v0.8.2
12072026-03-12T15:47:12.381Z Downloaded lru-slab v0.1.2
12082026-03-12T15:47:12.382Z Downloaded libscf-sys v1.1.0
12092026-03-12T15:47:12.382Z Downloaded ctr v0.9.2
12102026-03-12T15:47:12.382Z Downloaded crc-any v2.5.0
12112026-03-12T15:47:12.382Z Downloaded clang-sys v1.8.1
12122026-03-12T15:47:12.382Z Downloaded highway v1.3.0
12132026-03-12T15:47:12.382Z Downloaded derive-ex v0.1.8
12142026-03-12T15:47:12.382Z Downloaded getrandom v0.2.17
12152026-03-12T15:47:12.382Z Downloaded blake2 v0.10.6
12162026-03-12T15:47:12.382Z Downloaded crossbeam-epoch v0.9.18
12172026-03-12T15:47:12.382Z Downloaded cancel-safe-futures v0.1.5
12182026-03-12T15:47:12.382Z Downloaded kstat-rs v0.2.4
12192026-03-12T15:47:12.382Z Downloaded find-msvc-tools v0.1.9
12202026-03-12T15:47:12.382Z Downloaded defmt-macros v1.0.1
12212026-03-12T15:47:12.382Z Downloaded daft v0.1.5
12222026-03-12T15:47:12.382Z Downloaded allocator-api2 v0.2.21
12232026-03-12T15:47:12.382Z Downloaded instability v0.3.11
12242026-03-12T15:47:12.382Z Downloaded inout v0.1.4
12252026-03-12T15:47:12.385Z Downloaded indoc v1.0.9
12262026-03-12T15:47:12.385Z Downloaded indent_write v2.2.0
12272026-03-12T15:47:12.385Z Downloaded fs-err v2.11.0
12282026-03-12T15:47:12.388Z Downloaded foldhash v0.1.5
12292026-03-12T15:47:12.388Z Downloaded csv v1.4.0
12302026-03-12T15:47:12.402Z Downloaded libz-sys v1.1.24
12312026-03-12T15:47:12.417Z Downloaded erased-serde v0.3.31
12322026-03-12T15:47:12.421Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
12332026-03-12T15:47:12.432Z Downloaded sha3 v0.10.8
12342026-03-12T15:47:12.436Z Downloaded env_logger v0.11.9
12352026-03-12T15:47:12.439Z Downloaded drift v0.1.3
12362026-03-12T15:47:12.442Z Downloaded console v0.16.2
12372026-03-12T15:47:12.445Z Downloaded tokio v1.49.0
12382026-03-12T15:47:12.471Z Downloaded hyper-tls v0.6.0
12392026-03-12T15:47:12.474Z Downloaded darling v0.23.0
12402026-03-12T15:47:12.477Z Downloaded chacha20 v0.10.0
12412026-03-12T15:47:12.477Z Downloaded crc32fast v1.5.0
12422026-03-12T15:47:12.480Z Downloaded cassowary v0.3.0
12432026-03-12T15:47:12.480Z Downloaded ahash v0.8.12
12442026-03-12T15:47:12.483Z Downloaded defmt v1.0.1
12452026-03-12T15:47:12.486Z Downloaded data-encoding v2.10.0
12462026-03-12T15:47:12.486Z Downloaded cargo_toml v0.22.3
12472026-03-12T15:47:12.486Z Downloaded fixedbitset v0.5.7
12482026-03-12T15:47:12.489Z Downloaded ena v0.14.4
12492026-03-12T15:47:12.489Z Downloaded diesel-dtrace v0.4.2
12502026-03-12T15:47:12.489Z Downloaded darling_core v0.20.11
12512026-03-12T15:47:12.492Z Downloaded corncobs v0.1.4
12522026-03-12T15:47:12.495Z Downloaded curve25519-dalek-derive v0.1.1
12532026-03-12T15:47:12.495Z Downloaded cargo_metadata v0.19.2
12542026-03-12T15:47:12.495Z Downloaded bcs v0.1.6
12552026-03-12T15:47:12.498Z Downloaded daft-derive v0.1.5
12562026-03-12T15:47:12.501Z Downloaded fs_extra v1.3.0
12572026-03-12T15:47:12.501Z Downloaded either v1.15.0
12582026-03-12T15:47:12.501Z Downloaded http-body v1.0.1
12592026-03-12T15:47:12.504Z Downloaded hostname v0.4.2
12602026-03-12T15:47:12.504Z Downloaded hostname v0.3.1
12612026-03-12T15:47:12.504Z Downloaded chacha20 v0.9.1
12622026-03-12T15:47:12.508Z Downloaded buf-list v1.1.2
12632026-03-12T15:47:12.508Z Downloaded base64ct v1.8.3
12642026-03-12T15:47:12.511Z Downloaded gethostname v0.5.0
12652026-03-12T15:47:12.511Z Downloaded blowfish v0.9.1
12662026-03-12T15:47:12.511Z Downloaded bitfield v0.19.4
12672026-03-12T15:47:12.511Z Downloaded colored v3.1.1
12682026-03-12T15:47:12.514Z Downloaded base64 v0.22.1
12692026-03-12T15:47:12.517Z Downloaded backon v1.6.0
12702026-03-12T15:47:12.517Z Downloaded async-bb8-diesel v0.2.1
12712026-03-12T15:47:12.520Z Downloaded defmt-parser v1.0.0
12722026-03-12T15:47:12.520Z Downloaded foreign-types v0.5.0
12732026-03-12T15:47:12.520Z Downloaded convert_case v0.10.0
12742026-03-12T15:47:12.524Z Downloaded arrayvec v0.7.6
12752026-03-12T15:47:12.524Z Downloaded async-trait v0.1.89
12762026-03-12T15:47:12.527Z Downloaded darling_macro v0.20.11
12772026-03-12T15:47:12.527Z Downloaded encoding_rs v0.8.35
12782026-03-12T15:47:12.541Z Downloaded darling_macro v0.21.3
12792026-03-12T15:47:12.544Z Downloaded dtrace-parser v0.3.0
12802026-03-12T15:47:12.544Z Downloaded futures-io v0.3.32
12812026-03-12T15:47:12.544Z Downloaded embedded-io v0.4.0
12822026-03-12T15:47:12.544Z Downloaded diesel_table_macro_syntax v0.2.0
12832026-03-12T15:47:12.547Z Downloaded arrayref v0.3.9
12842026-03-12T15:47:12.547Z Downloaded cobs v0.3.0
12852026-03-12T15:47:12.547Z Downloaded foreign-types-macros v0.2.3
12862026-03-12T15:47:12.547Z Downloaded dyn-clone v1.0.20
12872026-03-12T15:47:12.550Z Downloaded display-error-chain v0.2.2
12882026-03-12T15:47:12.551Z Downloaded dirs-sys-next v0.1.2
12892026-03-12T15:47:12.551Z Downloaded dirs-next v2.0.0
12902026-03-12T15:47:12.551Z Downloaded array-init v0.0.4
12912026-03-12T15:47:12.551Z Downloaded camino-tempfile-ext v0.3.3
12922026-03-12T15:47:12.554Z Downloaded bzip2 v0.4.4
12932026-03-12T15:47:12.555Z Downloaded async-stream v0.3.6
12942026-03-12T15:47:12.555Z Downloaded cfg_aliases v0.2.1
12952026-03-12T15:47:12.555Z Downloaded darling_macro v0.23.0
12962026-03-12T15:47:12.558Z Downloaded dof v0.4.0
12972026-03-12T15:47:12.558Z Downloaded document-features v0.2.12
12982026-03-12T15:47:12.558Z Downloaded flagset v0.4.7
12992026-03-12T15:47:12.558Z Downloaded endian-type v0.1.2
13002026-03-12T15:47:12.558Z Downloaded dropshot-api-manager-types v0.6.0
13012026-03-12T15:47:12.561Z Downloaded defmt v0.3.100
13022026-03-12T15:47:12.561Z Downloaded async-recursion v1.1.1
13032026-03-12T15:47:12.564Z Downloaded argon2 v0.5.3
13042026-03-12T15:47:12.564Z Downloaded enum-as-inner v0.6.1
13052026-03-12T15:47:12.564Z Downloaded derive-where v1.6.0
13062026-03-12T15:47:12.568Z Downloaded atty v0.2.14
13072026-03-12T15:47:12.568Z Downloaded deranged v0.5.8
13082026-03-12T15:47:12.571Z Downloaded der_derive v0.7.3
13092026-03-12T15:47:12.571Z Downloaded cstr-argument v0.1.2
13102026-03-12T15:47:12.571Z Downloaded crc v3.4.0
13112026-03-12T15:47:12.574Z Downloaded bb8 v0.8.6
13122026-03-12T15:47:12.575Z Downloaded crunchy v0.2.4
13132026-03-12T15:47:12.575Z Downloaded convert_case v0.4.0
13142026-03-12T15:47:12.575Z Downloaded libgit2-sys v0.18.3+1.9.2
13152026-03-12T15:47:12.614Z Downloaded assert_matches v1.5.0
13162026-03-12T15:47:12.617Z Downloaded embedded-io v0.6.1
13172026-03-12T15:47:12.617Z Downloaded cbc v0.1.2
13182026-03-12T15:47:12.617Z Downloaded castaway v0.2.4
13192026-03-12T15:47:12.620Z Downloaded async-stream-impl v0.3.6
13202026-03-12T15:47:12.620Z Downloaded derive_builder_macro v0.20.2
13212026-03-12T15:47:12.620Z Downloaded derive_builder_core v0.20.2
13222026-03-12T15:47:12.620Z Downloaded debug-ignore v1.0.5
13232026-03-12T15:47:12.623Z Downloaded difflib v0.4.0
13242026-03-12T15:47:12.623Z Downloaded crossterm v0.28.1
13252026-03-12T15:47:12.626Z Downloaded cfg_aliases v0.1.1
13262026-03-12T15:47:12.629Z Downloaded bitfield-macros v0.19.4
13272026-03-12T15:47:12.629Z Downloaded bit-vec v0.6.3
13282026-03-12T15:47:12.629Z Downloaded ciborium-io v0.2.2
13292026-03-12T15:47:12.629Z Downloaded ciborium v0.2.2
13302026-03-12T15:47:12.632Z Downloaded crossbeam-utils v0.8.21
13312026-03-12T15:47:12.632Z Downloaded bit-vec v0.8.0
13322026-03-12T15:47:12.635Z Downloaded atomic-waker v1.1.2
13332026-03-12T15:47:12.635Z Downloaded aes-gcm v0.10.3
13342026-03-12T15:47:12.638Z Downloaded aes v0.8.4
13352026-03-12T15:47:12.641Z Downloaded arc-swap v1.8.2
13362026-03-12T15:47:12.641Z Downloaded atomicwrites v0.4.4
13372026-03-12T15:47:12.644Z Downloaded bitflags v1.3.2
13382026-03-12T15:47:13.012Z Downloaded aws-lc-sys v0.37.1
13392026-03-12T15:47:13.307Z Compiling libc v0.2.180
13402026-03-12T15:47:13.307Z Compiling serde v1.0.228
13412026-03-12T15:47:13.310Z Compiling log v0.4.29
13422026-03-12T15:47:13.310Z Compiling find-msvc-tools v0.1.9
13432026-03-12T15:47:13.310Z Compiling shlex v1.3.0
13442026-03-12T15:47:13.462Z Compiling smallvec v1.15.1
13452026-03-12T15:47:13.477Z Compiling syn v2.0.117
13462026-03-12T15:47:13.491Z Compiling typenum v1.19.0
13472026-03-12T15:47:13.744Z Compiling generic-array v0.14.7
13482026-03-12T15:47:13.798Z Compiling subtle v2.6.1
13492026-03-12T15:47:13.824Z Compiling scopeguard v1.2.0
13502026-03-12T15:47:13.844Z Compiling portable-atomic v1.13.1
13512026-03-12T15:47:13.923Z Compiling const-oid v0.9.6
13522026-03-12T15:47:13.958Z Compiling lock_api v0.4.14
13532026-03-12T15:47:14.072Z Compiling critical-section v1.2.0
13542026-03-12T15:47:14.104Z Compiling zerocopy v0.8.40
13552026-03-12T15:47:14.210Z Compiling serde_json v1.0.149
13562026-03-12T15:47:14.265Z Compiling parking_lot_core v0.9.12
13572026-03-12T15:47:14.477Z Compiling pin-project-lite v0.2.17
13582026-03-12T15:47:14.633Z Compiling pkg-config v0.3.32
13592026-03-12T15:47:14.724Z Compiling libm v0.2.16
13602026-03-12T15:47:14.835Z Compiling getrandom v0.2.17
13612026-03-12T15:47:14.888Z Compiling jobserver v0.1.34
13622026-03-12T15:47:15.070Z Compiling rand_core v0.6.4
13632026-03-12T15:47:15.140Z Compiling errno v0.3.14
13642026-03-12T15:47:15.299Z Compiling cc v1.2.56
13652026-03-12T15:47:15.333Z Compiling once_cell v1.21.3
13662026-03-12T15:47:15.421Z Compiling signal-hook-registry v1.4.8
13672026-03-12T15:47:15.444Z Compiling parking_lot v0.12.5
13682026-03-12T15:47:15.444Z Compiling mio v1.1.1
13692026-03-12T15:47:15.565Z Compiling num-traits v0.2.19
13702026-03-12T15:47:15.614Z Compiling bitflags v2.11.0
13712026-03-12T15:47:15.785Z Compiling futures-core v0.3.32
13722026-03-12T15:47:15.947Z Compiling socket2 v0.6.2
13732026-03-12T15:47:15.976Z Compiling percent-encoding v2.3.2
13742026-03-12T15:47:16.022Z Compiling allocator-api2 v0.2.21
13752026-03-12T15:47:16.122Z Compiling futures-sink v0.3.32
13762026-03-12T15:47:16.227Z Compiling cpufeatures v0.2.17
13772026-03-12T15:47:16.259Z Compiling foldhash v0.2.0
13782026-03-12T15:47:16.309Z Compiling futures-channel v0.3.32
13792026-03-12T15:47:16.328Z Compiling futures-task v0.3.32
13802026-03-12T15:47:16.485Z Compiling hashbrown v0.16.1
13812026-03-12T15:47:16.527Z Compiling getrandom v0.4.1
13822026-03-12T15:47:16.545Z Compiling slab v0.4.12
13832026-03-12T15:47:16.563Z Compiling futures-io v0.3.32
13842026-03-12T15:47:16.626Z Compiling rustversion v1.0.22
13852026-03-12T15:47:16.767Z Compiling rand_core v0.10.0
13862026-03-12T15:47:16.785Z Compiling getrandom v0.3.4
13872026-03-12T15:47:16.985Z Compiling cmake v0.1.57
13882026-03-12T15:47:17.310Z Compiling indexmap v2.13.0
13892026-03-12T15:47:17.501Z Compiling form_urlencoded v1.2.2
13902026-03-12T15:47:17.522Z Compiling dunce v1.0.5
13912026-03-12T15:47:17.558Z Compiling base64ct v1.8.3
13922026-03-12T15:47:17.637Z Compiling fs_extra v1.3.0
13932026-03-12T15:47:17.655Z Compiling synstructure v0.13.2
13942026-03-12T15:47:17.991Z Compiling ident_case v1.0.1
13952026-03-12T15:47:18.038Z Compiling aws-lc-sys v0.37.1
13962026-03-12T15:47:18.058Z Compiling pem-rfc7468 v0.7.0
13972026-03-12T15:47:18.062Z Compiling flagset v0.4.7
13982026-03-12T15:47:18.144Z Compiling rand_core v0.9.5
13992026-03-12T15:47:18.212Z Compiling iana-time-zone v0.1.65
14002026-03-12T15:47:18.291Z Compiling rustix v1.1.3
14012026-03-12T15:47:18.295Z Compiling ring v0.17.14
14022026-03-12T15:47:18.475Z Compiling uuid v1.21.0
14032026-03-12T15:47:18.479Z Compiling rustc_version v0.4.1
14042026-03-12T15:47:18.521Z Compiling regex-syntax v0.8.10
14052026-03-12T15:47:18.546Z Compiling vcpkg v0.2.15
14062026-03-12T15:47:18.927Z Compiling aws-lc-rs v1.16.0
14072026-03-12T15:47:19.318Z Compiling tracing-core v0.1.36
14082026-03-12T15:47:19.388Z Compiling crossbeam-utils v0.8.21
14092026-03-12T15:47:19.551Z Compiling openssl-sys v0.9.111
14102026-03-12T15:47:19.801Z Compiling pest_generator v2.8.6
14112026-03-12T15:47:20.042Z Compiling serde_derive_internals v0.29.1
14122026-03-12T15:47:20.334Z Compiling serde_derive v1.0.228
14132026-03-12T15:47:20.363Z Compiling zeroize_derive v1.4.3
14142026-03-12T15:47:20.630Z Compiling zerofrom-derive v0.1.6
14152026-03-12T15:47:20.721Z Compiling yoke-derive v0.8.1
14162026-03-12T15:47:21.258Z Compiling zeroize v1.8.2
14172026-03-12T15:47:21.287Z Compiling zerocopy-derive v0.8.40
14182026-03-12T15:47:21.816Z Compiling zerovec-derive v0.11.2
14192026-03-12T15:47:22.296Z Compiling crypto-common v0.1.7
14202026-03-12T15:47:22.337Z Compiling block-buffer v0.10.4
14212026-03-12T15:47:22.473Z Compiling displaydoc v0.2.5
14222026-03-12T15:47:22.546Z Compiling digest v0.10.7
14232026-03-12T15:47:22.572Z Compiling zerofrom v0.1.6
14242026-03-12T15:47:22.734Z Compiling yoke v0.8.1
14252026-03-12T15:47:22.897Z Compiling tokio-macros v2.6.0
14262026-03-12T15:47:22.978Z Compiling hmac v0.12.1
14272026-03-12T15:47:23.178Z Compiling futures-macro v0.3.32
14282026-03-12T15:47:23.215Z Compiling block-padding v0.3.3
14292026-03-12T15:47:23.355Z Compiling zerovec v0.11.5
14302026-03-12T15:47:23.419Z Compiling inout v0.1.4
14312026-03-12T15:47:23.533Z Compiling zerotrie v0.2.3
14322026-03-12T15:47:23.634Z Compiling cipher v0.4.4
14332026-03-12T15:47:23.902Z Compiling sha2 v0.10.9
14342026-03-12T15:47:23.945Z Compiling der_derive v0.7.3
14352026-03-12T15:47:23.998Z Compiling tinystr v0.8.2
14362026-03-12T15:47:24.053Z Compiling potential_utf v0.1.4
14372026-03-12T15:47:24.247Z Compiling icu_locale_core v2.1.1
14382026-03-12T15:47:24.265Z Compiling icu_collections v2.1.1
14392026-03-12T15:47:24.297Z Compiling futures-util v0.3.32
14402026-03-12T15:47:24.920Z Compiling salsa20 v0.10.2
14412026-03-12T15:47:25.081Z Compiling bytes v1.11.1
14422026-03-12T15:47:25.100Z Compiling icu_provider v2.1.1
14432026-03-12T15:47:25.256Z Compiling der v0.7.10
14442026-03-12T15:47:25.470Z Compiling icu_normalizer v2.1.1
14452026-03-12T15:47:25.487Z Compiling icu_properties v2.1.2
14462026-03-12T15:47:25.676Z Compiling chrono v0.4.44
14472026-03-12T15:47:25.905Z Compiling tokio v1.49.0
14482026-03-12T15:47:26.187Z Compiling http v1.4.0
14492026-03-12T15:47:26.894Z Compiling idna_adapter v1.2.1
14502026-03-12T15:47:26.986Z Compiling spki v0.7.3
14512026-03-12T15:47:27.060Z Compiling idna v1.1.0
14522026-03-12T15:47:27.246Z Compiling pbkdf2 v0.12.2
14532026-03-12T15:47:27.387Z Compiling thiserror-impl v2.0.18
14542026-03-12T15:47:27.407Z Compiling scrypt v0.11.0
14552026-03-12T15:47:27.426Z Compiling url v2.5.8
14562026-03-12T15:47:27.570Z Compiling aes v0.8.4
14572026-03-12T15:47:27.727Z Compiling ppv-lite86 v0.2.21
14582026-03-12T15:47:27.946Z Compiling cbc v0.1.2
14592026-03-12T15:47:27.968Z Compiling rustls-pki-types v1.14.0
14602026-03-12T15:47:28.126Z Compiling tracing-attributes v0.1.31
14612026-03-12T15:47:28.246Z Compiling rand_chacha v0.9.0
14622026-03-12T15:47:28.559Z Compiling rand v0.9.2
14632026-03-12T15:47:28.586Z Compiling pkcs5 v0.7.1
14642026-03-12T15:47:29.041Z Compiling http-body v1.0.1
14652026-03-12T15:47:29.179Z Compiling schemars v0.8.22
14662026-03-12T15:47:29.236Z Compiling syn v1.0.109
14672026-03-12T15:47:29.251Z Compiling thiserror v2.0.18
14682026-03-12T15:47:29.251Z Compiling openssl-probe v0.2.1
14692026-03-12T15:47:29.366Z Compiling httparse v1.10.1
14702026-03-12T15:47:29.442Z Compiling untrusted v0.9.0
14712026-03-12T15:47:29.473Z Compiling base64 v0.22.1
14722026-03-12T15:47:29.600Z Compiling untrusted v0.7.1
14732026-03-12T15:47:29.756Z Compiling pkcs8 v0.10.2
14742026-03-12T15:47:29.785Z Compiling schemars_derive v0.8.22
14752026-03-12T15:47:29.869Z Compiling pest_derive v2.8.6
14762026-03-12T15:47:29.889Z Compiling scroll_derive v0.13.1
14772026-03-12T15:47:29.992Z Compiling tracing v0.1.44
14782026-03-12T15:47:30.323Z Compiling darling_core v0.20.11
14792026-03-12T15:47:30.427Z Compiling dyn-clone v1.0.20
14802026-03-12T15:47:30.602Z Compiling tinyvec_macros v0.1.1
14812026-03-12T15:47:30.691Z Compiling rustls v0.23.37
14822026-03-12T15:47:30.789Z Compiling tower-service v0.3.3
14832026-03-12T15:47:30.908Z Compiling atomic-waker v1.1.2
14842026-03-12T15:47:30.927Z Compiling try-lock v0.2.5
14852026-03-12T15:47:30.992Z Compiling tokio-util v0.7.18
14862026-03-12T15:47:31.058Z Compiling tower-layer v0.3.3
14872026-03-12T15:47:31.058Z Compiling want v0.3.1
14882026-03-12T15:47:31.268Z Compiling scroll v0.13.0
14892026-03-12T15:47:31.286Z Compiling tinyvec v1.10.0
14902026-03-12T15:47:32.005Z Compiling h2 v0.4.13
14912026-03-12T15:47:32.067Z Compiling ipnet v2.11.0
14922026-03-12T15:47:32.385Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14932026-03-12T15:47:32.753Z Compiling spin v0.9.8
14942026-03-12T15:47:32.958Z Compiling aho-corasick v1.1.4
14952026-03-12T15:47:33.040Z Compiling crc32fast v1.5.0
14962026-03-12T15:47:33.338Z Compiling pin-utils v0.1.0
14972026-03-12T15:47:33.406Z Compiling httpdate v1.0.3
14982026-03-12T15:47:33.429Z Compiling openssl v0.10.75
14992026-03-12T15:47:33.611Z Compiling darling_macro v0.20.11
15002026-03-12T15:47:33.698Z Compiling powerfmt v0.2.0
15012026-03-12T15:47:33.752Z Compiling num-conv v0.2.0
15022026-03-12T15:47:33.914Z Compiling time-core v0.1.8
15032026-03-12T15:47:33.933Z Compiling foreign-types-shared v0.1.1
15042026-03-12T15:47:33.954Z Compiling tempfile v3.25.0
15052026-03-12T15:47:34.040Z Compiling foreign-types v0.3.2
15062026-03-12T15:47:34.113Z Compiling time-macros v0.2.27
15072026-03-12T15:47:34.132Z Compiling regex-automata v0.4.14
15082026-03-12T15:47:34.244Z Compiling darling v0.20.11
15092026-03-12T15:47:34.347Z Compiling deranged v0.5.8
15102026-03-12T15:47:35.381Z Compiling goblin v0.10.5
15112026-03-12T15:47:35.775Z Compiling thiserror-impl v1.0.69
15122026-03-12T15:47:36.401Z Compiling hyper v1.8.1
15132026-03-12T15:47:37.475Z Compiling openssl-macros v0.1.1
15142026-03-12T15:47:37.494Z Compiling wait-timeout v0.2.1
15152026-03-12T15:47:37.512Z Compiling either v1.15.0
15162026-03-12T15:47:37.794Z Compiling native-tls v0.2.18
15172026-03-12T15:47:37.867Z Compiling num_threads v0.1.7
15182026-03-12T15:47:37.987Z Compiling bit-vec v0.8.0
15192026-03-12T15:47:38.013Z Compiling simd-adler32 v0.3.8
15202026-03-12T15:47:38.099Z Compiling quick-error v1.2.3
15212026-03-12T15:47:38.232Z Compiling usdt-impl v0.6.0
15222026-03-12T15:47:38.291Z Compiling siphasher v1.0.2
15232026-03-12T15:47:38.354Z Compiling bit-set v0.8.0
15242026-03-12T15:47:38.513Z Compiling rusty-fork v0.3.1
15252026-03-12T15:47:38.586Z Compiling time v0.3.47
15262026-03-12T15:47:38.604Z Compiling hyper-util v0.1.20
15272026-03-12T15:47:38.937Z Compiling thiserror v1.0.69
15282026-03-12T15:47:39.304Z Compiling dof v0.4.0
15292026-03-12T15:47:39.941Z Compiling derive_builder_core v0.20.2
15302026-03-12T15:47:40.801Z Compiling unicode-normalization v0.1.25
15312026-03-12T15:47:40.922Z Compiling crossbeam-epoch v0.9.18
15322026-03-12T15:47:41.048Z Compiling dtrace-parser v0.3.0
15332026-03-12T15:47:41.132Z Compiling rustls-native-certs v0.8.3
15342026-03-12T15:47:41.354Z Compiling signature v2.2.0
15352026-03-12T15:47:41.408Z Compiling scroll_derive v0.12.1
15362026-03-12T15:47:41.515Z Compiling heapless v0.7.17
15372026-03-12T15:47:41.570Z Compiling rand_xorshift v0.4.0
15382026-03-12T15:47:41.591Z Compiling slog v2.8.2
15392026-03-12T15:47:41.774Z Compiling darling_core v0.21.3
15402026-03-12T15:47:41.836Z Compiling bzip2-sys v0.1.13+1.0.8
15412026-03-12T15:47:41.854Z Compiling sync_wrapper v1.0.2
15422026-03-12T15:47:41.987Z Compiling thread-id v5.1.0
15432026-03-12T15:47:42.090Z Compiling cookie v0.18.1
15442026-03-12T15:47:42.109Z Compiling zstd-safe v7.2.4
15452026-03-12T15:47:42.213Z Compiling signal-hook v0.3.18
15462026-03-12T15:47:42.310Z Compiling unicode-bidi v0.3.18
15472026-03-12T15:47:42.340Z Compiling unarray v0.1.4
15482026-03-12T15:47:42.372Z Compiling paste v1.0.15
15492026-03-12T15:47:42.448Z Compiling anyhow v1.0.102
15502026-03-12T15:47:42.476Z Compiling unicode-properties v0.1.4
15512026-03-12T15:47:42.683Z Compiling unicode-segmentation v1.12.0
15522026-03-12T15:47:42.733Z Compiling rayon-core v1.13.0
15532026-03-12T15:47:42.751Z Compiling adler2 v2.0.1
15542026-03-12T15:47:42.914Z Compiling miniz_oxide v0.8.9
15552026-03-12T15:47:43.090Z Compiling stringprep v0.1.5
15562026-03-12T15:47:43.144Z Compiling proptest v1.10.0
15572026-03-12T15:47:43.198Z Compiling scroll v0.12.0
15582026-03-12T15:47:43.543Z Compiling tower v0.5.3
15592026-03-12T15:47:43.800Z Compiling crossbeam-deque v0.8.6
15602026-03-12T15:47:43.988Z Compiling derive_builder_macro v0.20.2
15612026-03-12T15:47:44.023Z Compiling ipnetwork v0.21.1
15622026-03-12T15:47:44.044Z Compiling http-body-util v0.1.3
15632026-03-12T15:47:44.165Z Compiling webpki-roots v1.0.6
15642026-03-12T15:47:44.185Z Compiling rand_chacha v0.3.1
15652026-03-12T15:47:44.315Z Compiling toml_datetime v0.6.11
15662026-03-12T15:47:44.353Z Compiling serde_spanned v0.6.9
15672026-03-12T15:47:44.541Z Compiling erased-serde v0.3.31
15682026-03-12T15:47:44.560Z Compiling serde_tokenstream v0.2.3
15692026-03-12T15:47:44.588Z Compiling md-5 v0.10.6
15702026-03-12T15:47:44.663Z Compiling zerocopy-derive v0.7.35
15712026-03-12T15:47:44.793Z Compiling curve25519-dalek v4.1.3
15722026-03-12T15:47:44.952Z Compiling vergen-lib v0.1.6
15732026-03-12T15:47:45.204Z Compiling num-integer v0.1.46
15742026-03-12T15:47:45.256Z Compiling hash32 v0.2.1
15752026-03-12T15:47:45.277Z Compiling ff v0.13.1
15762026-03-12T15:47:45.281Z Compiling zlib-rs v0.6.2
15772026-03-12T15:47:45.412Z Compiling darling_macro v0.21.3
15782026-03-12T15:47:45.450Z Compiling litrs v1.0.0
15792026-03-12T15:47:45.506Z Compiling iri-string v0.7.10
15802026-03-12T15:47:45.636Z Compiling ref-cast v1.0.25
15812026-03-12T15:47:45.861Z Compiling ryu v1.0.23
15822026-03-12T15:47:46.048Z Compiling psl-types v2.0.11
15832026-03-12T15:47:46.051Z Compiling smoltcp v0.9.1
15842026-03-12T15:47:46.095Z Compiling base16ct v0.2.0
15852026-03-12T15:47:46.139Z Compiling rustix v0.38.44
15862026-03-12T15:47:46.206Z Compiling num-bigint-dig v0.8.6
15872026-03-12T15:47:46.322Z Compiling fallible-iterator v0.2.0
15882026-03-12T15:47:46.493Z Compiling newtype-uuid v1.3.2
15892026-03-12T15:47:46.536Z Compiling sec1 v0.7.3
15902026-03-12T15:47:46.726Z Compiling postgres-protocol v0.6.10
15912026-03-12T15:47:46.743Z Compiling publicsuffix v2.3.0
15922026-03-12T15:47:46.897Z Compiling document-features v0.2.12
15932026-03-12T15:47:46.918Z Compiling darling v0.21.3
15942026-03-12T15:47:47.018Z Compiling serde_urlencoded v0.7.1
15952026-03-12T15:47:47.036Z Compiling zerocopy v0.7.35
15962026-03-12T15:47:47.342Z Compiling tower-http v0.6.8
15972026-03-12T15:47:47.448Z Compiling num-iter v0.1.45
15982026-03-12T15:47:47.635Z Compiling group v0.13.0
15992026-03-12T15:47:47.864Z Compiling derive_builder v0.20.2
16002026-03-12T15:47:47.908Z Compiling rand v0.8.5
16012026-03-12T15:47:47.926Z Compiling oxnet v0.1.4
16022026-03-12T15:47:48.014Z Compiling proc-macro-error v1.0.4
16032026-03-12T15:47:48.366Z Compiling tokio-native-tls v0.3.1
16042026-03-12T15:47:48.441Z Compiling goblin v0.8.2
16052026-03-12T15:47:49.130Z Compiling heck v0.4.1
16062026-03-12T15:47:49.234Z Compiling flate2 v1.1.9
16072026-03-12T15:47:49.417Z Compiling phf_shared v0.13.1
16082026-03-12T15:47:49.459Z Compiling hubpack_derive v0.1.1
16092026-03-12T15:47:49.750Z Compiling regex v1.12.3
16102026-03-12T15:47:49.768Z Compiling lazy_static v1.5.0
16112026-03-12T15:47:49.791Z Compiling cargo-platform v0.1.9
16122026-03-12T15:47:49.884Z Compiling hkdf v0.12.4
16132026-03-12T15:47:50.025Z Compiling crypto-bigint v0.5.5
16142026-03-12T15:47:50.055Z Compiling ref-cast-impl v1.0.25
16152026-03-12T15:47:50.091Z Compiling async-trait v0.1.89
16162026-03-12T15:47:50.122Z Compiling curve25519-dalek-derive v0.1.1
16172026-03-12T15:47:50.349Z Compiling daft-derive v0.1.5
16182026-03-12T15:47:50.780Z Compiling strum_macros v0.27.2
16192026-03-12T15:47:50.995Z Compiling terminal_size v0.4.3
16202026-03-12T15:47:51.169Z Compiling vergen v9.0.6
16212026-03-12T15:47:51.324Z Compiling fs-err v3.3.0
16222026-03-12T15:47:51.415Z Compiling ahash v0.8.12
16232026-03-12T15:47:51.561Z Compiling libbz2-rs-sys v0.2.2
16242026-03-12T15:47:51.580Z Compiling bumpalo v3.20.2
16252026-03-12T15:47:51.696Z Compiling managed v0.8.0
16262026-03-12T15:47:51.908Z Compiling object v0.37.3
16272026-03-12T15:47:51.982Z Compiling winnow v0.5.40
16282026-03-12T15:47:52.273Z Compiling bitflags v1.3.2
16292026-03-12T15:47:52.369Z Compiling foldhash v0.1.5
16302026-03-12T15:47:52.586Z Compiling hashbrown v0.15.5
16312026-03-12T15:47:53.317Z Compiling bzip2 v0.6.1
16322026-03-12T15:47:53.353Z Compiling clap_builder v4.5.60
16332026-03-12T15:47:53.458Z Compiling zopfli v0.8.3
16342026-03-12T15:47:53.548Z Compiling strum v0.27.2
16352026-03-12T15:47:53.634Z Compiling elliptic-curve v0.13.8
16362026-03-12T15:47:53.699Z Compiling console v0.16.2
16372026-03-12T15:47:53.777Z Compiling dof v0.3.0
16382026-03-12T15:47:53.985Z Compiling toml_edit v0.19.15
16392026-03-12T15:47:54.207Z Compiling daft v0.1.5
16402026-03-12T15:47:54.570Z Compiling hubpack v0.1.2
16412026-03-12T15:47:54.589Z Compiling cargo_metadata v0.19.2
16422026-03-12T15:47:54.852Z Compiling phf v0.13.1
16432026-03-12T15:47:55.057Z Compiling zone_cfg_derive v0.3.1
16442026-03-12T15:47:55.919Z Compiling signal-hook-mio v0.2.5
16452026-03-12T15:47:56.068Z Compiling zstd v0.13.3
16462026-03-12T15:47:56.418Z Compiling cookie_store v0.22.1
16472026-03-12T15:47:56.950Z Compiling rayon v1.11.0
16482026-03-12T15:47:57.315Z Compiling hyper-tls v0.6.0
16492026-03-12T15:47:57.615Z Compiling bzip2 v0.4.4
16502026-03-12T15:47:57.674Z Compiling postgres-types v0.2.12
16512026-03-12T15:47:57.733Z Compiling serde_with_macros v3.17.0
16522026-03-12T15:47:57.945Z Compiling usdt-macro v0.6.0
16532026-03-12T15:47:58.498Z Compiling usdt-attr-macro v0.6.0
16542026-03-12T15:47:58.622Z Compiling ed25519 v2.2.3
16552026-03-12T15:47:58.951Z Compiling dtrace-parser v0.2.0
16562026-03-12T15:47:59.339Z Compiling phf_shared v0.11.3
16572026-03-12T15:47:59.438Z Compiling itertools v0.12.1
16582026-03-12T15:47:59.520Z Compiling bstr v1.12.1
16592026-03-12T15:47:59.574Z Compiling pkcs1 v0.7.5
16602026-03-12T15:47:59.593Z Compiling hex v0.4.3
16612026-03-12T15:47:59.804Z Compiling serde-big-array v0.5.1
16622026-03-12T15:47:59.959Z Compiling rfc6979 v0.4.0
16632026-03-12T15:47:59.987Z Compiling enum-as-inner v0.6.1
16642026-03-12T15:48:00.012Z Compiling clap_derive v4.5.55
16652026-03-12T15:48:00.114Z Compiling serde_repr v0.1.20
16662026-03-12T15:48:00.132Z Compiling strum_macros v0.26.4
16672026-03-12T15:48:00.402Z Compiling float-cmp v0.10.0
16682026-03-12T15:48:00.592Z Compiling thread-id v4.2.2
16692026-03-12T15:48:00.672Z Compiling memmap2 v0.9.10
16702026-03-12T15:48:00.698Z Compiling env_filter v1.0.0
16712026-03-12T15:48:00.827Z Compiling encoding_rs v0.8.35
16722026-03-12T15:48:00.955Z Compiling mime v0.3.17
16732026-03-12T15:48:01.097Z Compiling new_debug_unreachable v1.0.6
16742026-03-12T15:48:01.115Z Compiling fixedbitset v0.5.7
16752026-03-12T15:48:01.187Z Compiling jiff v0.2.21
16762026-03-12T15:48:01.299Z Compiling normalize-line-endings v0.3.0
16772026-03-12T15:48:01.419Z Compiling data-encoding v2.10.0
16782026-03-12T15:48:01.520Z Compiling unit-prefix v0.5.2
16792026-03-12T15:48:01.702Z Compiling fixedbitset v0.4.2
16802026-03-12T15:48:02.001Z Compiling difflib v0.4.0
16812026-03-12T15:48:02.188Z Compiling whoami v2.1.0
16822026-03-12T15:48:02.384Z Compiling precomputed-hash v0.1.1
16832026-03-12T15:48:02.485Z Compiling keccak v0.1.6
16842026-03-12T15:48:02.503Z Compiling rustc-hash v2.1.1
16852026-03-12T15:48:02.559Z Compiling static_assertions v1.1.0
16862026-03-12T15:48:02.653Z Compiling predicates-core v1.0.10
16872026-03-12T15:48:02.672Z Compiling toml_edit v0.22.27
16882026-03-12T15:48:02.697Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
16892026-03-12T15:48:02.789Z Compiling sha3 v0.10.8
16902026-03-12T15:48:02.912Z Compiling predicates v3.1.4
16912026-03-12T15:48:02.937Z Compiling iddqd v0.3.17
16922026-03-12T15:48:03.464Z Compiling strum v0.26.3
16932026-03-12T15:48:03.624Z Compiling clap v4.5.60
16942026-03-12T15:48:03.668Z Compiling string_cache v0.8.9
16952026-03-12T15:48:03.728Z Compiling tokio-postgres v0.7.16
16962026-03-12T15:48:03.820Z Compiling petgraph v0.6.5
16972026-03-12T15:48:03.955Z Compiling hickory-proto v0.25.2
16982026-03-12T15:48:04.480Z Compiling indicatif v0.18.4
16992026-03-12T15:48:05.619Z Compiling zip v4.6.1
17002026-03-12T15:48:05.845Z Compiling petgraph v0.8.3
17012026-03-12T15:48:06.484Z Compiling zone v0.3.1
17022026-03-12T15:48:06.525Z Compiling env_logger v0.11.9
17032026-03-12T15:48:06.691Z Compiling usdt v0.6.0
17042026-03-12T15:48:06.929Z Compiling usdt-impl v0.5.0
17052026-03-12T15:48:06.995Z Compiling similar v2.7.0
17062026-03-12T15:48:07.016Z Compiling ecdsa v0.16.9
17072026-03-12T15:48:07.182Z Compiling serde_with v3.17.0
17082026-03-12T15:48:07.404Z Compiling rsa v0.9.10
17092026-03-12T15:48:07.530Z Compiling crossterm v0.28.1
17102026-03-12T15:48:07.711Z Compiling ed25519-dalek v2.2.0
17112026-03-12T15:48:08.223Z Compiling zip v0.6.6
17122026-03-12T15:48:08.671Z Compiling toml v0.7.8
17132026-03-12T15:48:09.459Z Compiling toml_parser v1.0.9+spec-1.1.0
17142026-03-12T15:48:09.504Z Compiling itertools v0.13.0
17152026-03-12T15:48:09.577Z Compiling tokio-stream v0.1.18
17162026-03-12T15:48:09.651Z Compiling buf-list v1.1.2
17172026-03-12T15:48:10.026Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
17182026-03-12T15:48:10.195Z Compiling x509-cert v0.2.5
17192026-03-12T15:48:10.319Z Compiling openapiv3 v2.2.0
17202026-03-12T15:48:10.455Z Compiling sha1 v0.10.6
17212026-03-12T15:48:10.478Z Compiling toml_datetime v0.7.5+spec-1.1.0
17222026-03-12T15:48:10.731Z Compiling peg-runtime v0.8.5
17232026-03-12T15:48:10.863Z Compiling lalrpop-util v0.19.12
17242026-03-12T15:48:11.101Z Compiling thread_local v1.1.9
17252026-03-12T15:48:11.119Z Compiling slog-async v2.8.0
17262026-03-12T15:48:11.180Z Compiling crossbeam-channel v0.5.15
17272026-03-12T15:48:11.426Z Compiling futures-executor v0.3.32
17282026-03-12T15:48:11.552Z Compiling is-terminal v0.4.17
17292026-03-12T15:48:11.670Z Compiling filetime v0.2.27
17302026-03-12T15:48:11.748Z Compiling take_mut v0.2.2
17312026-03-12T15:48:11.774Z Compiling xattr v1.6.1
17322026-03-12T15:48:11.800Z Compiling term v1.2.1
17332026-03-12T15:48:11.901Z Compiling futures v0.3.32
17342026-03-12T15:48:11.977Z Compiling tar v0.4.44
17352026-03-12T15:48:12.471Z Compiling slog-term v2.9.2
17362026-03-12T15:48:19.205Z Compiling rustls-webpki v0.103.9
17372026-03-12T15:48:23.160Z Compiling tokio-rustls v0.26.4
17382026-03-12T15:48:23.163Z Compiling rustls-platform-verifier v0.6.2
17392026-03-12T15:48:23.421Z Compiling hyper-rustls v0.27.7
17402026-03-12T15:48:23.681Z Compiling reqwest v0.13.2
17412026-03-12T15:48:23.699Z Compiling reqwest v0.12.28
17422026-03-12T15:48:26.574Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17432026-03-12T15:48:26.871Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17442026-03-12T15:48:30.686Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 21s
17452026-03-12T15:48:30.862Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
17462026-03-12T15:48:30.923ZMar 12 15:48:29.793 INFO Starting download, target: DendriteStub
17472026-03-12T15:48:30.923ZMar 12 15:48:29.793 INFO Starting download, target: Clickhouse
17482026-03-12T15:48:30.923ZMar 12 15:48:29.793 INFO Starting download, target: Cockroach
17492026-03-12T15:48:30.923ZMar 12 15:48:29.793 INFO Starting download, target: TransceiverControl
17502026-03-12T15:48:30.926ZMar 12 15:48:29.793 INFO Starting download, target: MaghemiteMgd
17512026-03-12T15:48:30.926ZMar 12 15:48:29.793 INFO Starting download, target: Console
17522026-03-12T15:48:30.926ZMar 12 15:48:29.793 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17532026-03-12T15:48:30.927ZMar 12 15:48:29.793 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17542026-03-12T15:48:30.927ZMar 12 15:48:29.793 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17552026-03-12T15:48:30.927ZMar 12 15:48:29.793 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17562026-03-12T15:48:30.927ZMar 12 15:48:29.793 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
17572026-03-12T15:48:30.927ZMar 12 15:48:29.793 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17582026-03-12T15:48:31.500ZMar 12 15:48:30.366 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17592026-03-12T15:48:31.838ZMar 12 15:48:30.706 INFO Download complete, target: TransceiverControl
17602026-03-12T15:48:32.076ZMar 12 15:48:30.943 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17612026-03-12T15:48:32.445ZMar 12 15:48:31.313 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17622026-03-12T15:48:32.451ZMar 12 15:48:31.316 INFO Download complete, target: Console
17632026-03-12T15:48:32.452ZMar 12 15:48:31.316 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17642026-03-12T15:48:32.760ZMar 12 15:48:31.630 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17652026-03-12T15:48:32.761ZMar 12 15:48:31.630 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17662026-03-12T15:48:33.648ZMar 12 15:48:32.518 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
17672026-03-12T15:48:35.963ZMar 12 15:48:34.832 INFO Download complete, target: MaghemiteMgd
17682026-03-12T15:48:36.056ZMar 12 15:48:34.926 INFO Download complete, target: DendriteStub
17692026-03-12T15:48:40.515ZMar 12 15:48:39.383 INFO Checking that binary works, target: Cockroach
17702026-03-12T15:48:40.630ZMar 12 15:48:39.499 INFO Download complete, target: Cockroach
17712026-03-12T15:48:44.834ZMar 12 15:48:43.702 INFO Checking that binary works, target: Clickhouse
17722026-03-12T15:48:44.993ZMar 12 15:48:43.862 INFO Download complete, target: Clickhouse
17732026-03-12T15:48:45.115ZAll builder prerequisites installed successfully, and PATH looks valid
17742026-03-12T15:48:45.118Z
17752026-03-12T15:48:45.118Zreal 4:09.158623426
17762026-03-12T15:48:45.118Zuser 10:26.807862927
17772026-03-12T15:48:45.118Zsys 1:48.881760900
17782026-03-12T15:48:45.118Ztrap 0.310211911
17792026-03-12T15:48:45.119Ztflt 0.933068328
17802026-03-12T15:48:45.119Zdflt 0.816868347
17812026-03-12T15:48:45.119Zkflt 0.123898934
17822026-03-12T15:48:45.119Zlock 22:47.160823853
17832026-03-12T15:48:45.119Zslp 38:35.242044164
17842026-03-12T15:48:45.119Zlat 54.392620580
17852026-03-12T15:48:45.119Zstop 2:36.748418557
17862026-03-12T15:48:45.119Z+ banner clippy
17872026-03-12T15:48:45.119Z
17882026-03-12T15:48:45.119Z #### # # ##### ##### # #
17892026-03-12T15:48:45.119Z # # # # # # # # # #
17902026-03-12T15:48:45.119Z # # # # # # # #
17912026-03-12T15:48:45.119Z # # # ##### ##### #
17922026-03-12T15:48:45.119Z # # # # # # #
17932026-03-12T15:48:45.119Z #### ###### # # # #
17942026-03-12T15:48:45.119Z
17952026-03-12T15:48:45.119Z+ export CARGO_INCREMENTAL=0
17962026-03-12T15:48:45.119Z+ CARGO_INCREMENTAL=0
17972026-03-12T15:48:45.119Z+ ptime -m cargo xtask clippy
17982026-03-12T15:48:45.798Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
17992026-03-12T15:48:46.063Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
18002026-03-12T15:48:48.603Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.47s
18012026-03-12T15:48:48.696Z Running `target/debug/xtask clippy`
18022026-03-12T15:48:48.724Zrunning: /home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/cargo "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings"
18032026-03-12T15:48:49.499Z Downloading crates ...
18042026-03-12T15:48:49.751Z Downloaded addr2line v0.25.1
18052026-03-12T15:48:49.754Z Downloaded anes v0.1.6
18062026-03-12T15:48:49.757Z Downloaded cast v0.3.0
18072026-03-12T15:48:49.760Z Downloaded concurrent-queue v2.5.0
18082026-03-12T15:48:49.760Z Downloaded constant_time_eq v0.3.1
18092026-03-12T15:48:49.763Z Downloaded approx v0.5.1
18102026-03-12T15:48:49.763Z Downloaded assert-json-diff v2.0.2
18112026-03-12T15:48:49.767Z Downloaded criterion-plot v0.6.0
18122026-03-12T15:48:49.789Z Downloaded nested v0.1.1
18132026-03-12T15:48:49.792Z Downloaded linkme-impl v0.3.35
18142026-03-12T15:48:49.792Z Downloaded guppy-workspace-hack v0.1.0
18152026-03-12T15:48:49.792Z Downloaded event-listener-strategy v0.5.4
18162026-03-12T15:48:49.792Z Downloaded escape8259 v0.5.3
18172026-03-12T15:48:49.795Z Downloaded cfg-expr v0.20.6
18182026-03-12T15:48:49.795Z Downloaded blake2b_simd v1.0.4
18192026-03-12T15:48:49.799Z Downloaded terminal_size v0.1.17
18202026-03-12T15:48:49.799Z Downloaded target-triple v1.0.0
18212026-03-12T15:48:49.799Z Downloaded rustc-demangle v0.1.27
18222026-03-12T15:48:49.799Z Downloaded plotters-backend v0.3.7
18232026-03-12T15:48:49.802Z Downloaded cargo-platform v0.3.2
18242026-03-12T15:48:49.802Z Downloaded async-object-pool v0.2.0
18252026-03-12T15:48:49.802Z Downloaded assert_cmd v2.1.2
18262026-03-12T15:48:49.805Z Downloaded pathdiff v0.2.3
18272026-03-12T15:48:49.805Z Downloaded async-lock v3.4.2
18282026-03-12T15:48:49.809Z Downloaded libtest-mimic v0.8.1
18292026-03-12T15:48:49.812Z Downloaded target-lexicon v0.13.3
18302026-03-12T15:48:49.812Z Downloaded plotters-svg v0.3.7
18312026-03-12T15:48:49.812Z Downloaded stringmetrics v2.2.2
18322026-03-12T15:48:49.815Z Downloaded chumsky v0.9.3
18332026-03-12T15:48:49.818Z Downloaded miette-derive v5.10.0
18342026-03-12T15:48:49.824Z Downloaded termcolor v1.4.1
18352026-03-12T15:48:49.827Z Downloaded supports-color v2.1.0
18362026-03-12T15:48:49.827Z Downloaded backtrace-ext v0.2.1
18372026-03-12T15:48:49.827Z Downloaded supports-unicode v2.1.0
18382026-03-12T15:48:49.831Z Downloaded serde_regex v1.1.0
18392026-03-12T15:48:49.835Z Downloaded similar-asserts v1.7.0
18402026-03-12T15:48:49.835Z Downloaded toml_datetime v1.0.0+spec-1.1.0
18412026-03-12T15:48:49.835Z Downloaded parking v2.2.1
18422026-03-12T15:48:49.839Z Downloaded textwrap v0.15.2
18432026-03-12T15:48:49.842Z Downloaded tinytemplate v1.2.1
18442026-03-12T15:48:49.842Z Downloaded cargo_metadata v0.23.1
18452026-03-12T15:48:49.844Z Downloaded supports-hyperlinks v2.1.0
18462026-03-12T15:48:49.844Z Downloaded path-tree v0.8.3
18472026-03-12T15:48:49.844Z Downloaded owo-colors v3.5.0
18482026-03-12T15:48:49.848Z Downloaded knuffel-derive v3.2.0
18492026-03-12T15:48:49.848Z Downloaded oorandom v11.1.5
18502026-03-12T15:48:49.851Z Downloaded futures-timer v3.0.3
18512026-03-12T15:48:49.851Z Downloaded linkme v0.3.35
18522026-03-12T15:48:49.851Z Downloaded rust-argon2 v2.1.0
18532026-03-12T15:48:49.854Z Downloaded relative-path v1.9.3
18542026-03-12T15:48:49.854Z Downloaded target-spec v3.5.7
18552026-03-12T15:48:49.860Z Downloaded httptest v0.16.4
18562026-03-12T15:48:49.865Z Downloaded trybuild v1.0.116
18572026-03-12T15:48:49.868Z Downloaded event-listener v5.4.1
18582026-03-12T15:48:49.870Z Downloaded datatest-stable v0.3.3
18592026-03-12T15:48:49.873Z Downloaded toml v1.0.3+spec-1.1.0
18602026-03-12T15:48:49.879Z Downloaded partial-io v0.5.4
18612026-03-12T15:48:49.884Z Downloaded rstest v0.25.0
18622026-03-12T15:48:49.888Z Downloaded knuffel v3.2.0
18632026-03-12T15:48:49.891Z Downloaded miette v5.10.0
18642026-03-12T15:48:49.894Z Downloaded backtrace v0.3.76
18652026-03-12T15:48:49.899Z Downloaded rstest_macros v0.25.0
18662026-03-12T15:48:49.903Z Downloaded fancy-regex v0.14.0
18672026-03-12T15:48:49.907Z Downloaded rand_distr v0.5.1
18682026-03-12T15:48:49.910Z Downloaded criterion v0.7.0
18692026-03-12T15:48:49.913Z Downloaded plotters v0.3.7
18702026-03-12T15:48:49.919Z Downloaded hashbrown v0.14.5
18712026-03-12T15:48:49.922Z Downloaded guppy v0.17.25
18722026-03-12T15:48:49.940Z Downloaded gimli v0.32.3
18732026-03-12T15:48:50.031Z Downloaded httpmock v0.8.3
18742026-03-12T15:48:52.022Z Checking cfg-if v1.0.4
18752026-03-12T15:48:52.387Z Checking libc v0.2.180
18762026-03-12T15:48:52.390Z Checking serde_core v1.0.228
18772026-03-12T15:48:52.469Z Checking memchr v2.8.0
18782026-03-12T15:48:52.509Z Checking smallvec v1.15.1
18792026-03-12T15:48:52.552Z Checking itoa v1.0.17
18802026-03-12T15:48:52.552Z Checking log v0.4.29
18812026-03-12T15:48:52.637Z Checking zeroize v1.8.2
18822026-03-12T15:48:52.682Z Checking libm v0.2.16
18832026-03-12T15:48:52.765Z Checking scopeguard v1.2.0
18842026-03-12T15:48:52.811Z Checking stable_deref_trait v1.2.1
18852026-03-12T15:48:52.856Z Checking zmij v1.0.21
18862026-03-12T15:48:52.900Z Checking zerofrom v0.1.6
18872026-03-12T15:48:52.943Z Checking lock_api v0.4.14
18882026-03-12T15:48:52.989Z Checking percent-encoding v2.3.2
18892026-03-12T15:48:53.033Z Checking litemap v0.8.1
18902026-03-12T15:48:53.079Z Checking yoke v0.8.1
18912026-03-12T15:48:53.122Z Checking errno v0.3.14
18922026-03-12T15:48:53.164Z Checking getrandom v0.2.17
18932026-03-12T15:48:53.205Z Checking writeable v0.6.2
18942026-03-12T15:48:53.246Z Checking subtle v2.6.1
18952026-03-12T15:48:53.289Z Checking icu_normalizer_data v2.1.1
18962026-03-12T15:48:53.332Z Checking icu_properties_data v2.1.2
18972026-03-12T15:48:53.335Z Checking zerovec v0.11.5
18982026-03-12T15:48:53.413Z Checking zerotrie v0.2.3
18992026-03-12T15:48:53.455Z Checking rand_core v0.6.4
19002026-03-12T15:48:53.455Z Checking form_urlencoded v1.2.2
19012026-03-12T15:48:53.536Z Checking portable-atomic v1.13.1
19022026-03-12T15:48:53.577Z Checking utf8_iter v1.0.4
19032026-03-12T15:48:53.684Z Checking pin-project-lite v0.2.17
19042026-03-12T15:48:53.729Z Checking num-traits v0.2.19
19052026-03-12T15:48:53.732Z Checking critical-section v1.2.0
19062026-03-12T15:48:53.810Z Checking zerocopy v0.8.40
19072026-03-12T15:48:53.813Z Checking parking_lot_core v0.9.12
19082026-03-12T15:48:53.890Z Checking rand_core v0.10.0
19092026-03-12T15:48:53.935Z Checking signal-hook-registry v1.4.8
19102026-03-12T15:48:53.997Z Checking tinystr v0.8.2
19112026-03-12T15:48:54.103Z Checking potential_utf v0.1.4
19122026-03-12T15:48:54.146Z Checking parking_lot v0.12.5
19132026-03-12T15:48:54.188Z Checking getrandom v0.4.1
19142026-03-12T15:48:54.191Z Checking once_cell v1.21.3
19152026-03-12T15:48:54.270Z Checking icu_locale_core v2.1.1
19162026-03-12T15:48:54.311Z Checking icu_collections v2.1.1
19172026-03-12T15:48:54.398Z Checking mio v1.1.1
19182026-03-12T15:48:54.444Z Checking typenum v1.19.0
19192026-03-12T15:48:54.493Z Checking socket2 v0.6.2
19202026-03-12T15:48:54.547Z Checking serde v1.0.228
19212026-03-12T15:48:54.589Z Checking bitflags v2.11.0
19222026-03-12T15:48:54.750Z Checking serde_json v1.0.149
19232026-03-12T15:48:54.833Z Checking iana-time-zone v0.1.65
19242026-03-12T15:48:54.878Z Checking thiserror v2.0.18
19252026-03-12T15:48:54.923Z Checking allocator-api2 v0.2.21
19262026-03-12T15:48:54.999Z Checking uuid v1.21.0
19272026-03-12T15:48:55.043Z Checking semver v1.0.27
19282026-03-12T15:48:55.086Z Checking icu_provider v2.1.1
19292026-03-12T15:48:55.144Z Checking bytes v1.11.1
19302026-03-12T15:48:55.192Z Checking generic-array v0.14.7
19312026-03-12T15:48:55.328Z Checking chrono v0.4.44
19322026-03-12T15:48:55.372Z Checking futures-core v0.3.32
19332026-03-12T15:48:55.425Z Checking icu_properties v2.1.2
19342026-03-12T15:48:55.467Z Checking icu_normalizer v2.1.1
19352026-03-12T15:48:55.563Z Checking equivalent v1.0.2
19362026-03-12T15:48:55.715Z Checking dyn-clone v1.0.20
19372026-03-12T15:48:55.718Z Checking const-oid v0.9.6
19382026-03-12T15:48:55.797Z Checking tokio v1.49.0
19392026-03-12T15:48:55.866Z Checking crypto-common v0.1.7
19402026-03-12T15:48:55.908Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
19412026-03-12T15:48:55.908Z Checking foldhash v0.2.0
19422026-03-12T15:48:56.045Z Checking block-buffer v0.10.4
19432026-03-12T15:48:56.127Z Checking hashbrown v0.16.1
19442026-03-12T15:48:56.281Z Checking futures-sink v0.3.32
19452026-03-12T15:48:56.334Z Checking rustix v1.1.3
19462026-03-12T15:48:56.444Z Checking byteorder v1.5.0
19472026-03-12T15:48:56.544Z Checking futures-channel v0.3.32
19482026-03-12T15:48:56.600Z Checking idna_adapter v1.2.1
19492026-03-12T15:48:56.749Z Checking slab v0.4.12
19502026-03-12T15:48:56.793Z Checking idna v1.1.0
19512026-03-12T15:48:56.836Z Checking digest v0.10.7
19522026-03-12T15:48:56.839Z Checking futures-io v0.3.32
19532026-03-12T15:48:56.923Z Checking futures-task v0.3.32
19542026-03-12T15:48:56.994Z Checking cpufeatures v0.2.17
19552026-03-12T15:48:57.058Z Checking indexmap v2.13.0
19562026-03-12T15:48:57.119Z Checking thiserror v1.0.69
19572026-03-12T15:48:57.161Z Checking futures-util v0.3.32
19582026-03-12T15:48:57.165Z Checking url v2.5.8
19592026-03-12T15:48:57.165Z Checking getrandom v0.3.4
19602026-03-12T15:48:57.287Z Checking fnv v1.0.7
19612026-03-12T15:48:57.427Z Checking regex-syntax v0.8.10
19622026-03-12T15:48:57.469Z Checking http v1.4.0
19632026-03-12T15:48:57.551Z Checking tracing-core v0.1.36
19642026-03-12T15:48:57.806Z Checking schemars v0.8.22
19652026-03-12T15:48:57.869Z Checking base64 v0.22.1
19662026-03-12T15:48:57.996Z Checking tracing v0.1.44
19672026-03-12T15:48:58.118Z Checking ppv-lite86 v0.2.21
19682026-03-12T15:48:58.217Z Checking unicode-ident v1.0.24
19692026-03-12T15:48:58.294Z Checking ipnet v2.11.0
19702026-03-12T15:48:58.297Z Checking anstyle v1.0.13
19712026-03-12T15:48:58.391Z Checking utf8parse v0.2.2
19722026-03-12T15:48:58.551Z Checking proc-macro2 v1.0.106
19732026-03-12T15:48:58.592Z Checking untrusted v0.9.0
19742026-03-12T15:48:58.634Z Checking anstyle-parse v0.2.7
19752026-03-12T15:48:58.678Z Checking aho-corasick v1.1.4
19762026-03-12T15:48:58.730Z Checking colorchoice v1.0.4
19772026-03-12T15:48:58.772Z Checking ring v0.17.14
19782026-03-12T15:48:58.862Z Checking is_terminal_polyfill v1.70.2
19792026-03-12T15:48:58.905Z Checking anstyle-query v1.1.5
19802026-03-12T15:48:58.997Z Checking quote v1.0.44
19812026-03-12T15:48:59.040Z Checking base64ct v1.8.3
19822026-03-12T15:48:59.081Z Checking anstream v0.6.21
19832026-03-12T15:48:59.263Z Checking syn v2.0.117
19842026-03-12T15:48:59.305Z Checking block-padding v0.3.3
19852026-03-12T15:48:59.369Z Checking terminal_size v0.4.3
19862026-03-12T15:48:59.411Z Checking rustls-pki-types v1.14.0
19872026-03-12T15:48:59.504Z Checking inout v0.1.4
19882026-03-12T15:48:59.545Z Checking crossbeam-utils v0.8.21
19892026-03-12T15:48:59.645Z Checking regex-automata v0.4.14
19902026-03-12T15:48:59.713Z Checking httparse v1.10.1
19912026-03-12T15:48:59.829Z Checking cipher v0.4.4
19922026-03-12T15:48:59.874Z Checking clap_lex v1.0.0
19932026-03-12T15:49:00.008Z Checking strsim v0.11.1
19942026-03-12T15:49:00.052Z Checking sha2 v0.10.9
19952026-03-12T15:49:00.103Z Checking pem-rfc7468 v0.7.0
19962026-03-12T15:49:00.148Z Checking http-body v1.0.1
19972026-03-12T15:49:00.151Z Checking rand_core v0.9.5
19982026-03-12T15:49:00.233Z Checking tokio-util v0.7.18
19992026-03-12T15:49:00.277Z Checking clap_builder v4.5.60
20002026-03-12T15:49:00.333Z Checking atomic-waker v1.1.2
20012026-03-12T15:49:00.376Z Checking hmac v0.12.1
20022026-03-12T15:49:00.430Z Checking httpdate v1.0.3
20032026-03-12T15:49:00.474Z Checking try-lock v0.2.5
20042026-03-12T15:49:00.515Z Checking ryu v1.0.23
20052026-03-12T15:49:00.572Z Checking tower-layer v0.3.3
20062026-03-12T15:49:00.626Z Checking want v0.3.1
20072026-03-12T15:49:00.668Z Checking pin-utils v0.1.0
20082026-03-12T15:49:00.721Z Checking flagset v0.4.7
20092026-03-12T15:49:00.788Z Checking tower-service v0.3.3
20102026-03-12T15:49:00.832Z Checking rand_chacha v0.9.0
20112026-03-12T15:49:00.835Z Checking erased-serde v0.3.31
20122026-03-12T15:49:00.912Z Checking der v0.7.10
20132026-03-12T15:49:00.953Z Checking spin v0.9.8
20142026-03-12T15:49:01.074Z Checking h2 v0.4.13
20152026-03-12T15:49:01.123Z Checking rand v0.9.2
20162026-03-12T15:49:01.219Z Checking anyhow v1.0.102
20172026-03-12T15:49:01.471Z Checking slog v2.8.2
20182026-03-12T15:49:01.514Z Checking http-body-util v0.1.3
20192026-03-12T15:49:01.782Z Checking aws-lc-sys v0.37.1
20202026-03-12T15:49:01.829Z Checking untrusted v0.7.1
20212026-03-12T15:49:01.871Z Checking powerfmt v0.2.0
20222026-03-12T15:49:01.971Z Checking num-conv v0.2.0
20232026-03-12T15:49:02.018Z Checking time-core v0.1.8
20242026-03-12T15:49:02.021Z Checking clap v4.5.60
20252026-03-12T15:49:02.101Z Checking deranged v0.5.8
20262026-03-12T15:49:02.162Z Checking num_threads v0.1.7
20272026-03-12T15:49:02.206Z Checking openssl-probe v0.2.1
20282026-03-12T15:49:02.250Z Checking fastrand v2.3.0
20292026-03-12T15:49:02.253Z Checking regex v1.12.3
20302026-03-12T15:49:02.330Z Checking spki v0.7.3
20312026-03-12T15:49:02.373Z Checking serde_urlencoded v0.7.1
20322026-03-12T15:49:02.516Z Checking pbkdf2 v0.12.2
20332026-03-12T15:49:02.576Z Checking aes v0.8.4
20342026-03-12T15:49:02.579Z Checking rand_chacha v0.3.1
20352026-03-12T15:49:02.683Z Checking unicode-width v0.2.0
20362026-03-12T15:49:02.686Z Checking pretty-hex v0.4.1
20372026-03-12T15:49:02.820Z Checking aws-lc-rs v1.16.0
20382026-03-12T15:49:02.825Z Checking salsa20 v0.10.2
20392026-03-12T15:49:02.902Z Checking cbc v0.1.2
20402026-03-12T15:49:02.945Z Checking rand v0.8.5
20412026-03-12T15:49:03.000Z Checking ipnetwork v0.21.1
20422026-03-12T15:49:03.045Z Checking scrypt v0.11.0
20432026-03-12T15:49:03.097Z Checking tempfile v3.25.0
20442026-03-12T15:49:03.140Z Checking hex v0.4.3
20452026-03-12T15:49:03.246Z Checking plain v0.2.3
20462026-03-12T15:49:03.309Z Checking pkcs5 v0.7.1
20472026-03-12T15:49:03.383Z Checking rustls-native-certs v0.8.3
20482026-03-12T15:49:03.424Z Checking sync_wrapper v1.0.2
20492026-03-12T15:49:03.485Z Checking camino v1.2.2
20502026-03-12T15:49:03.527Z Checking time v0.3.47
20512026-03-12T15:49:03.575Z Checking mime v0.3.17
20522026-03-12T15:49:03.615Z Checking ucd-trie v0.1.7
20532026-03-12T15:49:03.677Z Checking pkcs8 v0.10.2
20542026-03-12T15:49:03.721Z Checking tower v0.5.3
20552026-03-12T15:49:03.812Z Checking pest v2.8.6
20562026-03-12T15:49:03.867Z Checking webpki-roots v1.0.6
20572026-03-12T15:49:03.870Z Checking iri-string v0.7.10
20582026-03-12T15:49:04.002Z Checking rustls-webpki v0.103.9
20592026-03-12T15:49:04.005Z Checking either v1.15.0
20602026-03-12T15:49:04.096Z Checking openapiv3 v2.2.0
20612026-03-12T15:49:04.288Z Checking foreign-types-shared v0.1.1
20622026-03-12T15:49:04.331Z Checking openssl-sys v0.9.111
20632026-03-12T15:49:04.427Z Checking foreign-types v0.3.2
20642026-03-12T15:49:04.548Z Checking encoding_rs v0.8.35
20652026-03-12T15:49:04.600Z Checking rustls v0.23.37
20662026-03-12T15:49:04.765Z Checking hyper v1.8.1
20672026-03-12T15:49:05.102Z Checking winnow v0.7.14
20682026-03-12T15:49:05.145Z Checking openssl v0.10.75
20692026-03-12T15:49:05.332Z Checking oxnet v0.1.4
20702026-03-12T15:49:05.480Z Checking tower-http v0.6.8
20712026-03-12T15:49:05.672Z Checking lazy_static v1.5.0
20722026-03-12T15:49:05.815Z Checking static_assertions v1.1.0
20732026-03-12T15:49:05.860Z Checking signature v2.2.0
20742026-03-12T15:49:05.901Z Checking simd-adler32 v0.3.8
20752026-03-12T15:49:05.946Z Checking hubpack v0.1.2
20762026-03-12T15:49:05.949Z Checking adler2 v2.0.1
20772026-03-12T15:49:06.029Z Checking hyper-util v0.1.20
20782026-03-12T15:49:06.073Z Checking strum v0.26.3
20792026-03-12T15:49:06.149Z Checking sha1 v0.10.6
20802026-03-12T15:49:06.193Z Checking miniz_oxide v0.8.9
20812026-03-12T15:49:06.196Z Checking tinyvec_macros v0.1.1
20822026-03-12T15:49:06.276Z Checking data-encoding v2.10.0
20832026-03-12T15:49:06.351Z Checking tinyvec v1.10.0
20842026-03-12T15:49:06.394Z Checking serde_spanned v0.6.9
20852026-03-12T15:49:06.583Z Checking toml_datetime v0.6.11
20862026-03-12T15:49:06.664Z Checking num-integer v0.1.46
20872026-03-12T15:49:06.708Z Checking scroll v0.13.0
20882026-03-12T15:49:06.749Z Checking bit-vec v0.8.0
20892026-03-12T15:49:06.813Z Checking base16ct v0.2.0
20902026-03-12T15:49:06.857Z Checking crossbeam-epoch v0.9.18
20912026-03-12T15:49:07.010Z Checking sec1 v0.7.3
20922026-03-12T15:49:07.053Z Checking crc32fast v1.5.0
20932026-03-12T15:49:07.056Z Checking goblin v0.10.5
20942026-03-12T15:49:07.056Z Checking bit-set v0.8.0
20952026-03-12T15:49:07.192Z Checking ff v0.13.1
20962026-03-12T15:49:07.261Z Checking wait-timeout v0.2.1
20972026-03-12T15:49:07.311Z Checking memmap2 v0.9.10
20982026-03-12T15:49:07.360Z Checking num-iter v0.1.45
20992026-03-12T15:49:07.403Z Checking group v0.13.0
21002026-03-12T15:49:07.448Z Checking dtrace-parser v0.3.0
21012026-03-12T15:49:07.532Z Checking bstr v1.12.1
21022026-03-12T15:49:07.574Z Checking hkdf v0.12.4
21032026-03-12T15:49:07.623Z Checking ahash v0.8.12
21042026-03-12T15:49:07.760Z Checking crypto-bigint v0.5.5
21052026-03-12T15:49:07.804Z Checking scroll v0.12.0
21062026-03-12T15:49:07.807Z Checking thread-id v5.1.0
21072026-03-12T15:49:07.895Z Checking tokio-rustls v0.26.4
21082026-03-12T15:49:07.938Z Checking quick-error v1.2.3
21092026-03-12T15:49:07.979Z Checking rand_xorshift v0.4.0
21102026-03-12T15:49:08.021Z Checking native-tls v0.2.18
21112026-03-12T15:49:08.089Z Checking rusty-fork v0.3.1
21122026-03-12T15:49:08.133Z Checking zerocopy v0.7.35
21132026-03-12T15:49:08.136Z Checking goblin v0.8.2
21142026-03-12T15:49:08.216Z Checking unarray v0.1.4
21152026-03-12T15:49:08.219Z Checking hyper-rustls v0.27.7
21162026-03-12T15:49:08.297Z Checking tokio-native-tls v0.3.1
21172026-03-12T15:49:08.338Z Checking num-bigint-dig v0.8.6
21182026-03-12T15:49:08.380Z Checking proptest v1.10.0
21192026-03-12T15:49:08.524Z Checking hyper-tls v0.6.0
21202026-03-12T15:49:08.567Z Checking dtrace-parser v0.2.0
21212026-03-12T15:49:08.770Z Checking reqwest v0.12.28
21222026-03-12T15:49:08.893Z Checking pkcs1 v0.7.5
21232026-03-12T15:49:08.934Z Checking x509-cert v0.2.5
21242026-03-12T15:49:09.194Z Checking thread-id v4.2.2
21252026-03-12T15:49:09.324Z Checking unicode-segmentation v1.12.0
21262026-03-12T15:49:09.366Z Checking elliptic-curve v0.13.8
21272026-03-12T15:49:09.495Z Checking zlib-rs v0.6.2
21282026-03-12T15:49:09.768Z Checking rsa v0.9.10
21292026-03-12T15:49:09.810Z Checking crossbeam-deque v0.8.6
21302026-03-12T15:49:09.857Z Checking rfc6979 v0.4.0
21312026-03-12T15:49:09.928Z Checking toml_write v0.1.2
21322026-03-12T15:49:10.036Z Checking ecdsa v0.16.9
21332026-03-12T15:49:10.077Z Checking toml_parser v1.0.9+spec-1.1.0
21342026-03-12T15:49:10.177Z Checking toml_edit v0.22.27
21352026-03-12T15:49:10.422Z Checking curve25519-dalek v4.1.3
21362026-03-12T15:49:10.464Z Checking dof v0.4.0
21372026-03-12T15:49:10.507Z Checking rustix v0.38.44
21382026-03-12T15:49:10.554Z Checking env_filter v1.0.0
21392026-03-12T15:49:10.728Z Checking flate2 v1.1.9
21402026-03-12T15:49:10.773Z Checking keccak v0.1.6
21412026-03-12T15:49:10.858Z Checking dof v0.3.0
21422026-03-12T15:49:10.972Z Checking newtype-uuid v1.3.2
21432026-03-12T15:49:11.016Z Checking psl-types v2.0.11
21442026-03-12T15:49:11.170Z Checking sha3 v0.10.8
21452026-03-12T15:49:11.213Z Checking publicsuffix v2.3.0
21462026-03-12T15:49:11.259Z Checking daft v0.1.5
21472026-03-12T15:49:11.300Z Checking usdt-impl v0.5.0
21482026-03-12T15:49:11.441Z Checking env_logger v0.11.9
21492026-03-12T15:49:11.486Z Checking ed25519 v2.2.3
21502026-03-12T15:49:11.489Z Checking usdt-impl v0.6.0
21512026-03-12T15:49:11.489Z Checking cookie v0.18.1
21522026-03-12T15:49:11.606Z Checking itertools v0.13.0
21532026-03-12T15:49:11.675Z Checking serde_with v3.17.0
21542026-03-12T15:49:11.719Z Checking bitflags v1.3.2
21552026-03-12T15:49:11.722Z Checking siphasher v1.0.2
21562026-03-12T15:49:11.722Z Checking rustls-platform-verifier v0.6.2
21572026-03-12T15:49:11.840Z Checking ed25519-dalek v2.2.0
21582026-03-12T15:49:11.843Z Checking unicode-normalization v0.1.25
21592026-03-12T15:49:11.927Z Checking cookie_store v0.22.1
21602026-03-12T15:49:11.966Z Checking usdt v0.6.0
21612026-03-12T15:49:12.010Z Checking signal-hook v0.3.18
21622026-03-12T15:49:12.013Z Checking toml_datetime v0.7.5+spec-1.1.0
21632026-03-12T15:49:12.184Z Checking managed v0.8.0
21642026-03-12T15:49:12.226Z Checking winnow v0.5.40
21652026-03-12T15:49:12.303Z Checking rayon-core v1.13.0
21662026-03-12T15:49:12.347Z Checking bzip2-sys v0.1.13+1.0.8
21672026-03-12T15:49:12.402Z Checking reqwest v0.13.2
21682026-03-12T15:49:12.464Z Checking object v0.37.3
21692026-03-12T15:49:12.467Z Checking foldhash v0.1.5
21702026-03-12T15:49:12.544Z Checking bzip2 v0.4.4
21712026-03-12T15:49:12.667Z Checking hashbrown v0.15.5
21722026-03-12T15:49:12.748Z Checking signal-hook-mio v0.2.5
21732026-03-12T15:49:12.792Z Checking ref-cast v1.0.25
21742026-03-12T15:49:12.910Z Checking zstd-sys v2.0.16+zstd.1.5.7
21752026-03-12T15:49:12.952Z Checking zip v0.6.6
21762026-03-12T15:49:13.062Z Checking bumpalo v3.20.2
21772026-03-12T15:49:13.104Z Checking zstd-safe v7.2.4
21782026-03-12T15:49:13.347Z Checking libbz2-rs-sys v0.2.2
21792026-03-12T15:49:13.350Z Checking zstd v0.13.3
21802026-03-12T15:49:13.428Z Checking crossterm v0.28.1
21812026-03-12T15:49:13.432Z Checking zopfli v0.8.3
21822026-03-12T15:49:13.542Z Checking rayon v1.11.0
21832026-03-12T15:49:13.663Z Checking similar v2.7.0
21842026-03-12T15:49:13.739Z Checking fs-err v3.3.0
21852026-03-12T15:49:13.841Z Checking toml_edit v0.19.15
21862026-03-12T15:49:13.905Z Checking bzip2 v0.6.1
21872026-03-12T15:49:13.949Z Checking hash32 v0.2.1
21882026-03-12T15:49:14.148Z Checking serde-big-array v0.5.1
21892026-03-12T15:49:14.191Z Checking unicode-properties v0.1.4
21902026-03-12T15:49:14.194Z Checking unicode-bidi v0.3.18
21912026-03-12T15:49:14.270Z Checking jiff v0.2.21
21922026-03-12T15:49:14.343Z Checking predicates-core v1.0.10
21932026-03-12T15:49:14.426Z Checking heapless v0.7.17
21942026-03-12T15:49:14.467Z Checking hickory-proto v0.25.2
21952026-03-12T15:49:14.529Z Checking tokio-stream v0.1.18
21962026-03-12T15:49:14.653Z Checking stringprep v0.1.5
21972026-03-12T15:49:14.885Z Checking md-5 v0.10.6
21982026-03-12T15:49:15.007Z Checking float-cmp v0.10.0
21992026-03-12T15:49:15.073Z Checking rustc-hash v2.1.1
22002026-03-12T15:49:15.115Z Checking difflib v0.4.0
22012026-03-12T15:49:15.198Z Checking fallible-iterator v0.2.0
22022026-03-12T15:49:15.248Z Checking normalize-line-endings v0.3.0
22032026-03-12T15:49:15.294Z Checking toml v0.7.8
22042026-03-12T15:49:15.374Z Checking iddqd v0.3.17
22052026-03-12T15:49:15.417Z Checking predicates v3.1.4
22062026-03-12T15:49:15.597Z Checking postgres-protocol v0.6.10
22072026-03-12T15:49:15.640Z Checking smoltcp v0.9.1
22082026-03-12T15:49:15.754Z Checking phf_shared v0.11.3
22092026-03-12T15:49:15.845Z Checking phf_shared v0.13.1
22102026-03-12T15:49:15.933Z Checking itertools v0.12.1
22112026-03-12T15:49:15.978Z Checking console v0.16.2
22122026-03-12T15:49:16.051Z Checking buf-list v1.1.2
22132026-03-12T15:49:16.160Z Checking strum v0.27.2
22142026-03-12T15:49:16.314Z Checking fixedbitset v0.4.2
22152026-03-12T15:49:16.356Z Checking new_debug_unreachable v1.0.6
22162026-03-12T15:49:16.402Z Checking fixedbitset v0.5.7
22172026-03-12T15:49:16.474Z Checking precomputed-hash v0.1.1
22182026-03-12T15:49:16.518Z Checking unit-prefix v0.5.2
22192026-03-12T15:49:16.561Z Checking lalrpop-util v0.19.12
22202026-03-12T15:49:16.564Z Checking petgraph v0.6.5
22212026-03-12T15:49:16.641Z Checking string_cache v0.8.9
22222026-03-12T15:49:16.692Z Checking petgraph v0.8.3
22232026-03-12T15:49:16.734Z Checking indicatif v0.18.4
22242026-03-12T15:49:16.799Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
22252026-03-12T15:49:16.886Z Checking phf v0.13.1
22262026-03-12T15:49:17.123Z Checking postgres-types v0.2.12
22272026-03-12T15:49:17.286Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
22282026-03-12T15:49:17.368Z Checking zone v0.3.1
22292026-03-12T15:49:17.465Z Checking zip v4.6.1
22302026-03-12T15:49:17.579Z Checking whoami v2.1.0
22312026-03-12T15:49:17.700Z Checking peg-runtime v0.8.5
22322026-03-12T15:49:17.860Z Checking tokio-postgres v0.7.16
22332026-03-12T15:49:17.944Z Checking futures-executor v0.3.32
22342026-03-12T15:49:18.040Z Checking is-terminal v0.4.17
22352026-03-12T15:49:18.158Z Checking futures v0.3.32
22362026-03-12T15:49:18.201Z Checking crossbeam-channel v0.5.15
22372026-03-12T15:49:18.258Z Compiling structmeta-derive v0.3.0
22382026-03-12T15:49:18.302Z Checking thread_local v1.1.9
22392026-03-12T15:49:18.338Z Checking term v1.2.1
22402026-03-12T15:49:18.384Z Checking take_mut v0.2.2
22412026-03-12T15:49:18.537Z Compiling newtype-uuid-macros v0.1.0
22422026-03-12T15:49:18.580Z Compiling rustls v0.22.4
22432026-03-12T15:49:18.660Z Checking slog-term v2.9.2
22442026-03-12T15:49:18.702Z Checking slog-async v2.8.0
22452026-03-12T15:49:18.911Z Checking regress v0.10.5
22462026-03-12T15:49:18.954Z Compiling multer v3.1.0
22472026-03-12T15:49:18.994Z Compiling async-stream-impl v0.3.6
22482026-03-12T15:49:19.041Z Compiling dropshot v0.16.7
22492026-03-12T15:49:19.337Z Compiling dropshot_endpoint v0.16.7
22502026-03-12T15:49:19.471Z Checking match_cfg v0.1.0
22512026-03-12T15:49:19.539Z Checking slog-json v2.6.1
22522026-03-12T15:49:19.589Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22532026-03-12T15:49:19.592Z Checking hostname v0.3.1
22542026-03-12T15:49:19.754Z Compiling structmeta v0.3.0
22552026-03-12T15:49:19.797Z Checking debug-ignore v1.0.5
22562026-03-12T15:49:19.801Z Checking slog-bunyan v2.5.0
22572026-03-12T15:49:19.880Z Checking serde_spanned v1.0.4
22582026-03-12T15:49:19.965Z Checking toml_writer v1.0.6+spec-1.1.0
22592026-03-12T15:49:20.010Z Checking rustls-webpki v0.102.8
22602026-03-12T15:49:20.056Z Compiling derive-ex v0.1.8
22612026-03-12T15:49:20.102Z Checking serde_path_to_error v0.1.20
22622026-03-12T15:49:20.105Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22632026-03-12T15:49:20.187Z Checking async-stream v0.3.6
22642026-03-12T15:49:20.233Z Checking toml v0.9.12+spec-1.1.0
22652026-03-12T15:49:20.558Z Checking waitgroup v0.1.2
22662026-03-12T15:49:20.656Z Checking rustls-pemfile v2.2.0
22672026-03-12T15:49:20.699Z Checking hostname v0.4.2
22682026-03-12T15:49:20.740Z Checking progenitor-client v0.13.0
22692026-03-12T15:49:20.855Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
22702026-03-12T15:49:20.899Z Compiling parse-display-derive v0.10.0
22712026-03-12T15:49:20.938Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22722026-03-12T15:49:21.065Z Checking itertools v0.14.0
22732026-03-12T15:49:21.109Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
22742026-03-12T15:49:21.112Z Checking macaddr v1.0.1
22752026-03-12T15:49:21.112Z Checking progenitor-client v0.10.0
22762026-03-12T15:49:21.419Z Checking instant v0.1.13
22772026-03-12T15:49:21.505Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
22782026-03-12T15:49:21.559Z Checking backoff v0.4.0
22792026-03-12T15:49:21.678Z Checking backon v1.6.0
22802026-03-12T15:49:21.797Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
22812026-03-12T15:49:21.842Z Checking heck v0.5.0
22822026-03-12T15:49:21.935Z Checking progenitor-extras v0.1.1
22832026-03-12T15:49:22.087Z Checking camino-tempfile v1.4.1
22842026-03-12T15:49:22.289Z Checking toml v0.8.23
22852026-03-12T15:49:22.490Z Compiling test-strategy v0.4.5
22862026-03-12T15:49:22.533Z Compiling convert_case v0.4.0
22872026-03-12T15:49:22.576Z Checking tokio-rustls v0.25.0
22882026-03-12T15:49:22.619Z Compiling unsafe-libyaml v0.2.11
22892026-03-12T15:49:22.782Z Checking secrecy v0.10.3
22902026-03-12T15:49:22.966Z Compiling cfg_aliases v0.2.1
22912026-03-12T15:49:23.087Z Compiling derive_more v0.99.20
22922026-03-12T15:49:23.130Z Compiling memoffset v0.9.1
22932026-03-12T15:49:23.273Z Checking parse-display v0.10.0
22942026-03-12T15:49:23.430Z Compiling serde_yaml v0.9.34+deprecated
22952026-03-12T15:49:23.652Z Compiling toml_edit v0.23.10+spec-1.0.0
22962026-03-12T15:49:23.840Z Compiling crucible-workspace-hack v0.1.0
22972026-03-12T15:49:24.054Z Compiling typify-impl v0.6.1
22982026-03-12T15:49:24.277Z Checking half v2.7.1
22992026-03-12T15:49:24.594Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
23002026-03-12T15:49:24.662Z Compiling proc-macro-crate v3.4.0
23012026-03-12T15:49:25.125Z Checking glob v0.3.3
23022026-03-12T15:49:25.167Z Checking ciborium-io v0.2.2
23032026-03-12T15:49:25.316Z Checking ciborium-ll v0.2.2
23042026-03-12T15:49:25.372Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23052026-03-12T15:49:25.416Z Compiling heapless v0.8.0
23062026-03-12T15:49:25.457Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23072026-03-12T15:49:25.500Z Compiling ingot-macros v0.1.1
23082026-03-12T15:49:25.574Z Checking ciborium v0.2.2
23092026-03-12T15:49:25.833Z Checking tabwriter v1.4.1
23102026-03-12T15:49:26.058Z Checking hash32 v0.3.1
23112026-03-12T15:49:26.126Z Compiling smoltcp v0.11.0
23122026-03-12T15:49:26.172Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23132026-03-12T15:49:26.214Z Compiling num_enum_derive v0.7.5
23142026-03-12T15:49:26.509Z Checking cobs v0.3.0
23152026-03-12T15:49:26.676Z Compiling foreign-types-macros v0.2.3
23162026-03-12T15:49:26.721Z Checking cpufeatures v0.3.0
23172026-03-12T15:49:26.761Z Checking foreign-types-shared v0.3.1
23182026-03-12T15:49:26.862Z Checking chacha20 v0.10.0
23192026-03-12T15:49:26.905Z Checking postcard v1.1.3
23202026-03-12T15:49:27.534Z Compiling proc-macro-crate v1.3.1
23212026-03-12T15:49:27.577Z Checking foreign-types v0.5.0
23222026-03-12T15:49:27.708Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23232026-03-12T15:49:27.749Z Checking num_enum v0.7.5
23242026-03-12T15:49:27.923Z Checking sigpipe v0.1.3
23252026-03-12T15:49:28.022Z Checking cstr-argument v0.1.2
23262026-03-12T15:49:28.064Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23272026-03-12T15:49:28.132Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23282026-03-12T15:49:28.209Z Checking colored v3.1.1
23292026-03-12T15:49:28.426Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
23302026-03-12T15:49:28.589Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23312026-03-12T15:49:28.632Z Compiling num_enum_derive v0.5.11
23322026-03-12T15:49:28.674Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23332026-03-12T15:49:28.772Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23342026-03-12T15:49:28.838Z Checking rand v0.10.0
23352026-03-12T15:49:28.841Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
23362026-03-12T15:49:28.959Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23372026-03-12T15:49:29.008Z Checking indent_write v2.2.0
23382026-03-12T15:49:29.218Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
23392026-03-12T15:49:29.322Z Compiling nix v0.30.1
23402026-03-12T15:49:29.453Z Checking ingot-types v0.1.2
23412026-03-12T15:49:29.499Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
23422026-03-12T15:49:29.586Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
23432026-03-12T15:49:29.679Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
23442026-03-12T15:49:29.948Z Checking smf v0.2.3
23452026-03-12T15:49:29.990Z Checking ingot v0.1.1
23462026-03-12T15:49:30.071Z Compiling num-derive v0.4.2
23472026-03-12T15:49:30.074Z Checking num_enum v0.5.11
23482026-03-12T15:49:30.150Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23492026-03-12T15:49:30.315Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
23502026-03-12T15:49:30.498Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
23512026-03-12T15:49:30.663Z Compiling typify-macro v0.6.1
23522026-03-12T15:49:30.706Z Checking whoami v1.6.1
23532026-03-12T15:49:30.748Z Checking universal-hash v0.5.1
23542026-03-12T15:49:30.791Z Checking opaque-debug v0.3.1
23552026-03-12T15:49:30.914Z Checking aead v0.5.2
23562026-03-12T15:49:30.957Z Checking swrite v0.1.0
23572026-03-12T15:49:30.998Z Checking poly1305 v0.8.0
23582026-03-12T15:49:31.102Z Checking chacha20 v0.9.1
23592026-03-12T15:49:31.145Z Checking unicode-width v0.1.14
23602026-03-12T15:49:31.346Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
23612026-03-12T15:49:31.390Z Compiling thiserror-impl-no-std v2.0.2
23622026-03-12T15:49:31.393Z Checking password-hash v0.5.0
23632026-03-12T15:49:31.498Z Checking blake2 v0.10.6
23642026-03-12T15:49:31.540Z Compiling usdt-macro v0.5.0
23652026-03-12T15:49:31.672Z Compiling usdt-attr-macro v0.5.0
23662026-03-12T15:49:31.755Z Checking memmap v0.7.0
23672026-03-12T15:49:31.828Z Checking argon2 v0.5.3
23682026-03-12T15:49:32.011Z Checking chacha20poly1305 v0.10.1
23692026-03-12T15:49:32.209Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
23702026-03-12T15:49:32.291Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
23712026-03-12T15:49:32.371Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
23722026-03-12T15:49:32.528Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23732026-03-12T15:49:32.602Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
23742026-03-12T15:49:32.646Z Compiling derive-where v1.6.0
23752026-03-12T15:49:32.710Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
23762026-03-12T15:49:32.754Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
23772026-03-12T15:49:32.796Z Checking usdt v0.5.0
23782026-03-12T15:49:32.913Z Checking atomicwrites v0.4.4
23792026-03-12T15:49:33.031Z Checking tokio-dtrace v0.1.1
23802026-03-12T15:49:33.080Z Checking thiserror-no-std v2.0.2
23812026-03-12T15:49:33.123Z Checking console v0.15.11
23822026-03-12T15:49:33.126Z Compiling typify v0.6.1
23832026-03-12T15:49:33.290Z Checking vsss-rs v3.3.4
23842026-03-12T15:49:33.333Z Compiling progenitor-impl v0.13.0
23852026-03-12T15:49:33.517Z Checking oxide-tokio-rt v0.1.2
23862026-03-12T15:49:33.697Z Checking newline-converter v0.3.0
23872026-03-12T15:49:33.740Z Compiling prettyplease v0.2.37
23882026-03-12T15:49:33.864Z Checking expectorate v1.2.0
23892026-03-12T15:49:34.051Z Checking bytecount v0.6.9
23902026-03-12T15:49:34.094Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23912026-03-12T15:49:34.189Z Compiling owo-colors v4.3.0
23922026-03-12T15:49:34.232Z Compiling cancel-safe-futures v0.1.5
23932026-03-12T15:49:34.504Z Checking libsw-core v0.3.2
23942026-03-12T15:49:34.547Z Checking same-file v1.0.6
23952026-03-12T15:49:34.590Z Checking linear-map v1.2.0
23962026-03-12T15:49:34.797Z Checking walkdir v2.5.0
23972026-03-12T15:49:34.801Z Checking libsw v3.5.0
23982026-03-12T15:49:34.877Z Checking num-rational v0.4.2
23992026-03-12T15:49:34.984Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
24002026-03-12T15:49:35.027Z Checking num-complex v0.4.6
24012026-03-12T15:49:35.030Z Checking float-ord v0.3.2
24022026-03-12T15:49:35.107Z Compiling typify-impl v0.4.3
24032026-03-12T15:49:35.228Z Checking gethostname v0.5.0
24042026-03-12T15:49:35.445Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
24052026-03-12T15:49:35.524Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
24062026-03-12T15:49:35.565Z Checking num v0.4.3
24072026-03-12T15:49:35.723Z Compiling async-recursion v1.1.1
24082026-03-12T15:49:35.763Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
24092026-03-12T15:49:36.566Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
24102026-03-12T15:49:37.116Z Compiling progenitor-macro v0.13.0
24112026-03-12T15:49:37.801Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
24122026-03-12T15:49:38.409Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
24132026-03-12T15:49:38.751Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
24142026-03-12T15:49:41.497Z Checking smawk v0.3.2
24152026-03-12T15:49:41.603Z Checking unicode-linebreak v0.1.5
24162026-03-12T15:49:41.653Z Compiling typify-macro v0.4.3
24172026-03-12T15:49:41.694Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
24182026-03-12T15:49:41.913Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
24192026-03-12T15:49:42.198Z Checking globset v0.4.18
24202026-03-12T15:49:42.577Z Compiling convert_case v0.10.0
24212026-03-12T15:49:43.145Z Compiling slog-dtrace v0.3.0
24222026-03-12T15:49:43.432Z Checking resolv-conf v0.7.6
24232026-03-12T15:49:43.716Z Compiling derive_more-impl v2.1.1
24242026-03-12T15:49:43.958Z Compiling pin-project-internal v1.1.11
24252026-03-12T15:49:44.049Z Compiling typify v0.4.3
24262026-03-12T15:49:44.210Z Checking progenitor v0.13.0
24272026-03-12T15:49:44.292Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
24282026-03-12T15:49:44.408Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
24292026-03-12T15:49:44.583Z Checking pem v3.0.6
24302026-03-12T15:49:44.800Z Checking fd-lock v4.0.4
24312026-03-12T15:49:44.842Z Checking vte v0.14.1
24322026-03-12T15:49:44.845Z Checking derive_more v2.1.1
24332026-03-12T15:49:44.986Z Checking display-error-chain v0.2.2
24342026-03-12T15:49:45.029Z Checking crossterm v0.29.0
24352026-03-12T15:49:45.073Z Checking strip-ansi-escapes v0.2.1
24362026-03-12T15:49:45.175Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
24372026-03-12T15:49:45.237Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
24382026-03-12T15:49:45.378Z Compiling snafu-derive v0.8.9
24392026-03-12T15:49:45.563Z Checking pin-project v1.1.11
24402026-03-12T15:49:45.721Z Checking nu-ansi-term v0.50.3
24412026-03-12T15:49:45.829Z Checking termtree v0.5.1
24422026-03-12T15:49:46.039Z Checking linked-hash-map v0.5.6
24432026-03-12T15:49:46.042Z Checking reedline v0.40.0
24442026-03-12T15:49:46.122Z Compiling progenitor-impl v0.11.2
24452026-03-12T15:49:46.295Z Checking lru-cache v0.1.2
24462026-03-12T15:49:46.484Z Checking textwrap v0.16.2
24472026-03-12T15:49:46.790Z Checking olpc-cjson v0.1.4
24482026-03-12T15:49:47.022Z Checking hickory-proto v0.24.4
24492026-03-12T15:49:47.704Z Checking serde_plain v1.0.2
24502026-03-12T15:49:47.765Z Checking typed-path v0.9.3
24512026-03-12T15:49:47.875Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
24522026-03-12T15:49:47.933Z Compiling minimal-lexical v0.2.1
24532026-03-12T15:49:48.182Z Checking snafu v0.8.9
24542026-03-12T15:49:48.299Z Compiling nom v7.1.3
24552026-03-12T15:49:48.529Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
24562026-03-12T15:49:48.874Z Checking tough v0.20.0
24572026-03-12T15:49:49.145Z Checking progenitor-client v0.11.2
24582026-03-12T15:49:49.289Z Checking nibble_vec v0.1.0
24592026-03-12T15:49:49.292Z Checking endian-type v0.1.2
24602026-03-12T15:49:49.477Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
24612026-03-12T15:49:49.520Z Compiling ar_archive_writer v0.5.1
24622026-03-12T15:49:49.523Z Checking hickory-resolver v0.24.4
24632026-03-12T15:49:49.599Z Checking radix_trie v0.2.1
24642026-03-12T15:49:49.885Z Compiling progenitor-macro v0.11.2
24652026-03-12T15:49:49.925Z Checking humantime v2.3.0
24662026-03-12T15:49:50.151Z Checking csv-core v0.1.13
24672026-03-12T15:49:50.193Z Checking base64 v0.21.7
24682026-03-12T15:49:50.298Z Compiling stacker v0.1.23
24692026-03-12T15:49:50.419Z Checking csv v1.4.0
24702026-03-12T15:49:50.543Z Checking highway v1.3.0
24712026-03-12T15:49:50.587Z Checking qorb v0.4.1
24722026-03-12T15:49:50.686Z Compiling cfg_aliases v0.1.1
24732026-03-12T15:49:50.766Z Compiling psm v0.1.30
24742026-03-12T15:49:50.816Z Compiling nix v0.28.0
24752026-03-12T15:49:50.943Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
24762026-03-12T15:49:50.984Z Checking papergrid v0.11.0
24772026-03-12T15:49:51.364Z Compiling tabled_derive v0.7.0
24782026-03-12T15:49:51.561Z Checking home v0.5.12
24792026-03-12T15:49:51.704Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
24802026-03-12T15:49:51.744Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
24812026-03-12T15:49:52.067Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
24822026-03-12T15:49:52.237Z Checking phf_shared v0.12.1
24832026-03-12T15:49:52.429Z Compiling recursive-proc-macro-impl v0.1.1
24842026-03-12T15:49:52.635Z Compiling semver v0.1.20
24852026-03-12T15:49:52.696Z Checking tabled v0.15.0
24862026-03-12T15:49:52.760Z Compiling chrono-tz v0.10.4
24872026-03-12T15:49:52.950Z Compiling rustc_version v0.1.7
24882026-03-12T15:49:53.014Z Checking recursive v0.1.1
24892026-03-12T15:49:53.056Z Checking phf v0.12.1
24902026-03-12T15:49:53.195Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
24912026-03-12T15:49:53.277Z Compiling const_format_proc_macros v0.2.34
24922026-03-12T15:49:53.317Z Compiling peg-macros v0.8.5
24932026-03-12T15:49:53.918Z Checking winnow v0.6.26
24942026-03-12T15:49:54.285Z Compiling sqlparser_derive v0.5.0
24952026-03-12T15:49:54.452Z Checking unicode_categories v0.1.1
24962026-03-12T15:49:54.694Z Checking rustyline v14.0.0
24972026-03-12T15:49:54.865Z Checking const_format v0.2.35
24982026-03-12T15:49:55.245Z Checking peg v0.8.5
24992026-03-12T15:49:55.345Z Checking sqlparser v0.61.0
25002026-03-12T15:49:55.447Z Compiling newtype_derive v0.1.6
25012026-03-12T15:49:55.525Z Checking sqlformat v0.3.5
25022026-03-12T15:49:55.743Z Checking bcs v0.1.6
25032026-03-12T15:49:56.127Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
25042026-03-12T15:49:56.314Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
25052026-03-12T15:49:56.358Z Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da)
25062026-03-12T15:49:56.404Z Checking steno v0.4.1
25072026-03-12T15:49:56.408Z Checking utf-8 v0.7.6
25082026-03-12T15:49:56.658Z Checking filetime v0.2.27
25092026-03-12T15:49:56.723Z Checking arc-swap v1.8.2
25102026-03-12T15:49:56.868Z Checking xattr v1.6.1
25112026-03-12T15:49:56.910Z Checking progenitor v0.11.2
25122026-03-12T15:49:57.102Z Checking tar v0.4.44
25132026-03-12T15:49:57.105Z Checking slog-scope v4.4.1
25142026-03-12T15:49:57.186Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da)
25152026-03-12T15:49:57.351Z Compiling progenitor-impl v0.10.0
25162026-03-12T15:49:57.452Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25172026-03-12T15:49:57.658Z Checking slog-stdlog v4.1.1
25182026-03-12T15:49:57.822Z Checking tungstenite v0.21.0
25192026-03-12T15:49:57.864Z Checking slog-envlogger v2.2.0
25202026-03-12T15:49:58.087Z Checking typeid v1.0.3
25212026-03-12T15:49:58.249Z Checking subprocess v0.2.15
25222026-03-12T15:49:58.427Z Checking tokio-tungstenite v0.21.0
25232026-03-12T15:49:58.650Z Checking headers-core v0.3.0
25242026-03-12T15:49:58.812Z Compiling lzma-sys v0.1.20
25252026-03-12T15:49:58.852Z Checking headers v0.4.1
25262026-03-12T15:49:58.919Z Compiling cargo_toml v0.22.3
25272026-03-12T15:49:59.524Z Checking yasna v0.5.2
25282026-03-12T15:49:59.591Z Checking xz2 v0.1.7
25292026-03-12T15:49:59.836Z Checking ron v0.12.0
25302026-03-12T15:50:00.087Z Checking rcgen v0.12.1
25312026-03-12T15:50:00.547Z Checking base16ct v1.0.0
25322026-03-12T15:50:00.745Z Checking dropshot-api-manager-types v0.6.0
25332026-03-12T15:50:00.879Z Checking tagptr v0.2.0
25342026-03-12T15:50:00.995Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
25352026-03-12T15:50:01.097Z Checking moka v0.12.13
25362026-03-12T15:50:01.141Z Compiling progenitor-macro v0.10.0
25372026-03-12T15:50:01.244Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
25382026-03-12T15:50:01.287Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25392026-03-12T15:50:01.461Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
25402026-03-12T15:50:01.613Z Compiling libefi-sys v0.1.0
25412026-03-12T15:50:01.905Z Compiling radium v0.7.0
25422026-03-12T15:50:02.080Z Checking hickory-resolver v0.25.2
25432026-03-12T15:50:02.121Z Compiling bitfield-struct v0.6.2
25442026-03-12T15:50:02.217Z Compiling maybe-uninit v2.0.0
25452026-03-12T15:50:02.262Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
25462026-03-12T15:50:02.385Z Checking tap v1.0.1
25472026-03-12T15:50:02.555Z Checking wyz v0.5.1
25482026-03-12T15:50:02.878Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#d83f56a6)
25492026-03-12T15:50:03.016Z Compiling zerocopy-derive v0.6.6
25502026-03-12T15:50:03.055Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25512026-03-12T15:50:03.058Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
25522026-03-12T15:50:03.136Z Checking crc-catalog v2.4.0
25532026-03-12T15:50:03.301Z Checking funty v2.0.0
25542026-03-12T15:50:03.433Z Compiling packed_struct v0.10.1
25552026-03-12T15:50:03.738Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25562026-03-12T15:50:03.797Z Checking bitvec v1.0.1
25572026-03-12T15:50:03.880Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25582026-03-12T15:50:03.936Z Checking crc v3.4.0
25592026-03-12T15:50:04.185Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
25602026-03-12T15:50:04.227Z Checking zerocopy v0.6.6
25612026-03-12T15:50:04.231Z Compiling packed_struct_codegen v0.10.1
25622026-03-12T15:50:04.384Z Compiling bitfield-macros v0.19.4
25632026-03-12T15:50:04.426Z Compiling indexmap v1.9.3
25642026-03-12T15:50:04.670Z Checking nodrop v0.1.14
25652026-03-12T15:50:04.786Z Checking smallvec v0.6.14
25662026-03-12T15:50:04.826Z Checking array-init v0.0.4
25672026-03-12T15:50:05.066Z Checking hashbrown v0.12.3
25682026-03-12T15:50:05.345Z Checking serde-hex v0.1.0
25692026-03-12T15:50:05.385Z Checking bitfield v0.19.4
25702026-03-12T15:50:05.646Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
25712026-03-12T15:50:05.804Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
25722026-03-12T15:50:05.886Z Checking ron v0.8.1
25732026-03-12T15:50:06.165Z Checking hashbrown v0.13.2
25742026-03-12T15:50:06.638Z Checking crc-any v2.5.0
25752026-03-12T15:50:06.764Z Checking object v0.30.4
25762026-03-12T15:50:06.906Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
25772026-03-12T15:50:07.108Z Checking path-slash v0.1.5
25782026-03-12T15:50:07.164Z Compiling xshell-macros v0.2.7
25792026-03-12T15:50:07.276Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
25802026-03-12T15:50:07.477Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
25812026-03-12T15:50:07.529Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
25822026-03-12T15:50:07.727Z Checking xshell v0.2.7
25832026-03-12T15:50:07.797Z Checking half v1.8.3
25842026-03-12T15:50:08.014Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
25852026-03-12T15:50:08.108Z Checking serde_cbor v0.11.2
25862026-03-12T15:50:08.250Z Checking progenitor v0.10.0
25872026-03-12T15:50:08.428Z Compiling num-derive v0.3.3
25882026-03-12T15:50:08.513Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
25892026-03-12T15:50:08.669Z Compiling proc-macro-error-attr2 v2.0.0
25902026-03-12T15:50:08.995Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
25912026-03-12T15:50:09.249Z Compiling proc-macro-error2 v2.0.1
25922026-03-12T15:50:09.307Z Compiling nix v0.31.1
25932026-03-12T15:50:09.645Z Checking libscf-sys v1.1.0
25942026-03-12T15:50:09.685Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
25952026-03-12T15:50:09.845Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
25962026-03-12T15:50:09.943Z Compiling tabled_derive v0.11.0
25972026-03-12T15:50:09.987Z Checking papergrid v0.17.0
25982026-03-12T15:50:10.145Z Checking testing_table v0.3.0
25992026-03-12T15:50:10.295Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26002026-03-12T15:50:11.008Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
26012026-03-12T15:50:11.137Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26022026-03-12T15:50:11.385Z Checking maplit v1.0.2
26032026-03-12T15:50:11.516Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26042026-03-12T15:50:11.557Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
26052026-03-12T15:50:11.603Z Checking tabled v0.20.0
26062026-03-12T15:50:11.708Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26072026-03-12T15:50:12.278Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
26082026-03-12T15:50:12.320Z Checking crc8 v0.1.1
26092026-03-12T15:50:12.484Z Checking fxhash v0.2.1
26102026-03-12T15:50:12.679Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
26112026-03-12T15:50:12.791Z Checking unicase v2.9.0
26122026-03-12T15:50:12.831Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
26132026-03-12T15:50:13.050Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
26142026-03-12T15:50:13.132Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
26152026-03-12T15:50:13.612Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
26162026-03-12T15:50:13.652Z Checking kstat-rs v0.2.4
26172026-03-12T15:50:13.692Z Compiling parking_lot_core v0.8.6
26182026-03-12T15:50:13.935Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
26192026-03-12T15:50:14.251Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
26202026-03-12T15:50:14.292Z Compiling git-stub v1.0.0
26212026-03-12T15:50:14.335Z Compiling dsl_auto_type v0.1.3
26222026-03-12T15:50:14.433Z Checking scheduled-thread-pool v0.2.7
26232026-03-12T15:50:14.476Z Compiling vergen-gitcl v1.0.8
26242026-03-12T15:50:14.649Z Compiling diesel_table_macro_syntax v0.2.0
26252026-03-12T15:50:14.652Z Checking r2d2 v0.8.10
26262026-03-12T15:50:14.826Z Compiling git-stub-vcs v0.1.0
26272026-03-12T15:50:14.993Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
26282026-03-12T15:50:15.112Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26292026-03-12T15:50:15.217Z Compiling diesel_derives v2.2.7
26302026-03-12T15:50:15.259Z Checking parking_lot v0.11.2
26312026-03-12T15:50:15.297Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
26322026-03-12T15:50:15.339Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
26332026-03-12T15:50:15.533Z Checking prefix-trie v0.7.0
26342026-03-12T15:50:15.576Z Checking nanorand v0.7.0
26352026-03-12T15:50:15.868Z Compiling dirs-sys-next v0.1.2
26362026-03-12T15:50:15.953Z Compiling crunchy v0.2.4
26372026-03-12T15:50:16.020Z Checking hickory-server v0.25.2
26382026-03-12T15:50:16.193Z Compiling dirs-next v2.0.0
26392026-03-12T15:50:16.310Z Checking flume v0.11.1
26402026-03-12T15:50:16.392Z Checking sled v0.34.7
26412026-03-12T15:50:16.395Z Compiling clang-sys v1.8.1
26422026-03-12T15:50:16.474Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
26432026-03-12T15:50:16.651Z Checking hickory-client v0.25.2
26442026-03-12T15:50:16.697Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
26452026-03-12T15:50:16.765Z Compiling tiny-keccak v2.0.2
26462026-03-12T15:50:17.135Z Compiling term v0.7.0
26472026-03-12T15:50:17.188Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26482026-03-12T15:50:17.227Z Compiling salty v0.3.0
26492026-03-12T15:50:17.430Z Compiling bit-vec v0.6.3
26502026-03-12T15:50:17.662Z Compiling ascii-canvas v3.0.0
26512026-03-12T15:50:17.707Z Compiling bit-set v0.5.3
26522026-03-12T15:50:17.942Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26532026-03-12T15:50:17.985Z Checking primeorder v0.13.6
26542026-03-12T15:50:18.024Z Compiling itertools v0.10.5
26552026-03-12T15:50:18.322Z Compiling ena v0.14.4
26562026-03-12T15:50:18.361Z Compiling libloading v0.8.9
26572026-03-12T15:50:18.634Z Compiling regex-syntax v0.6.29
26582026-03-12T15:50:18.674Z Compiling bindgen v0.71.1
26592026-03-12T15:50:18.677Z Compiling diff v0.1.13
26602026-03-12T15:50:19.396Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26612026-03-12T15:50:19.510Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da)
26622026-03-12T15:50:19.690Z Compiling cexpr v0.6.0
26632026-03-12T15:50:19.877Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
26642026-03-12T15:50:20.337Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
26652026-03-12T15:50:20.378Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
26662026-03-12T15:50:20.635Z Compiling lalrpop v0.19.12
26672026-03-12T15:50:20.719Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
26682026-03-12T15:50:21.023Z Compiling libxml v0.3.3
26692026-03-12T15:50:21.265Z Compiling fs-err v2.11.0
26702026-03-12T15:50:21.372Z Checking diesel v2.2.12
26712026-03-12T15:50:21.554Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
26722026-03-12T15:50:21.637Z Checking p384 v0.13.1
26732026-03-12T15:50:21.757Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
26742026-03-12T15:50:21.985Z Compiling strum_macros v0.24.3
26752026-03-12T15:50:22.273Z Compiling indoc v1.0.9
26762026-03-12T15:50:23.895Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
26772026-03-12T15:50:24.087Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=c0bf0a3b536baab0393c96fec3204b32e4f9368b#c0bf0a3b)
26782026-03-12T15:50:24.391Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
26792026-03-12T15:50:24.690Z Checking quick-xml v0.37.5
26802026-03-12T15:50:24.806Z Checking derive_builder v0.20.2
26812026-03-12T15:50:24.978Z Compiling oso-derive v0.27.3
26822026-03-12T15:50:25.058Z Compiling impl-trait-for-tuples v0.2.3
26832026-03-12T15:50:25.375Z Compiling trait-variant v0.1.2
26842026-03-12T15:50:25.684Z Checking openssl-probe v0.1.6
26852026-03-12T15:50:25.855Z Checking parse-size v1.1.0
26862026-03-12T15:50:25.961Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=c0bf0a3b536baab0393c96fec3204b32e4f9368b#c0bf0a3b)
26872026-03-12T15:50:26.048Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
26882026-03-12T15:50:26.141Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db)
26892026-03-12T15:50:27.178Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
26902026-03-12T15:50:27.271Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
26912026-03-12T15:50:27.675Z Checking assert_matches v1.5.0
26922026-03-12T15:50:27.771Z Compiling mime_guess v2.0.5
26932026-03-12T15:50:27.948Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
26942026-03-12T15:50:28.273Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
26952026-03-12T15:50:28.329Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
26962026-03-12T15:50:28.372Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
26972026-03-12T15:50:28.521Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
26982026-03-12T15:50:29.255Z Checking predicates-tree v1.0.13
26992026-03-12T15:50:29.439Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
27002026-03-12T15:50:29.741Z Checking http-range v0.1.5
27012026-03-12T15:50:29.993Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27022026-03-12T15:50:30.766Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
27032026-03-12T15:50:30.810Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
27042026-03-12T15:50:30.996Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27052026-03-12T15:50:32.061Z Checking atty v0.2.14
27062026-03-12T15:50:32.132Z Compiling diesel-dtrace v0.4.2
27072026-03-12T15:50:32.482Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27082026-03-12T15:50:33.227Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27092026-03-12T15:50:33.587Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
27102026-03-12T15:50:33.772Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
27112026-03-12T15:50:34.077Z Checking bb8 v0.8.6
27122026-03-12T15:50:34.148Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27132026-03-12T15:50:34.324Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
27142026-03-12T15:50:34.445Z Checking corncobs v0.1.4
27152026-03-12T15:50:34.529Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27162026-03-12T15:50:34.647Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27172026-03-12T15:50:34.724Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27182026-03-12T15:50:34.763Z Checking hyper-staticfile v0.10.1
27192026-03-12T15:50:35.045Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
27202026-03-12T15:50:35.164Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
27212026-03-12T15:50:35.206Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
27222026-03-12T15:50:35.206Z Checking ignore v0.4.25
27232026-03-12T15:50:35.430Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27242026-03-12T15:50:35.510Z Checking signal-hook-tokio v0.3.1
27252026-03-12T15:50:35.709Z Checking secrecy v0.8.0
27262026-03-12T15:50:35.813Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
27272026-03-12T15:50:36.179Z Checking globwalk v0.9.1
27282026-03-12T15:50:36.279Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
27292026-03-12T15:50:36.453Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
27302026-03-12T15:50:36.712Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
27312026-03-12T15:50:36.965Z Checking nonempty v0.12.0
27322026-03-12T15:50:37.078Z Checking camino-tempfile-ext v0.3.3
27332026-03-12T15:50:37.214Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
27342026-03-12T15:50:37.362Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27352026-03-12T15:50:37.403Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
27362026-03-12T15:50:37.773Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
27372026-03-12T15:50:38.250Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
27382026-03-12T15:50:38.376Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27392026-03-12T15:50:38.710Z Checking async-bb8-diesel v0.2.1
27402026-03-12T15:50:39.006Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
27412026-03-12T15:50:39.123Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
27422026-03-12T15:50:39.201Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
27432026-03-12T15:50:39.742Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
27442026-03-12T15:50:40.109Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
27452026-03-12T15:50:40.153Z Checking tungstenite v0.23.0
27462026-03-12T15:50:40.256Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
27472026-03-12T15:50:40.691Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
27482026-03-12T15:50:40.734Z Checking void v1.0.2
27492026-03-12T15:50:40.775Z Checking tokio-tungstenite v0.23.1
27502026-03-12T15:50:40.903Z Checking lzss v0.8.2
27512026-03-12T15:50:41.148Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
27522026-03-12T15:50:41.190Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
27532026-03-12T15:50:41.193Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
27542026-03-12T15:50:41.434Z Checking nix v0.27.1
27552026-03-12T15:50:42.118Z Checking serde_bytes v0.11.19
27562026-03-12T15:50:42.273Z Checking rand_seeder v0.4.0
27572026-03-12T15:50:42.440Z Checking gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
27582026-03-12T15:50:42.526Z Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
27592026-03-12T15:50:42.844Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
27602026-03-12T15:50:43.071Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27612026-03-12T15:50:43.114Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
27622026-03-12T15:50:44.069Z Checking is_ci v1.2.0
27632026-03-12T15:50:44.248Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
27642026-03-12T15:50:44.303Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
27652026-03-12T15:50:44.346Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
27662026-03-12T15:50:44.681Z Checking yansi v1.0.1
27672026-03-12T15:50:44.854Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
27682026-03-12T15:50:45.088Z Checking pretty_assertions v1.4.1
27692026-03-12T15:50:45.186Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
27702026-03-12T15:50:45.300Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
27712026-03-12T15:50:45.553Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
27722026-03-12T15:50:45.882Z Compiling darling_core v0.23.0
27732026-03-12T15:50:46.954Z Compiling indoc v2.0.7
27742026-03-12T15:50:47.252Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
27752026-03-12T15:50:47.297Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
27762026-03-12T15:50:47.601Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27772026-03-12T15:50:47.640Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27782026-03-12T15:50:47.951Z Compiling instability v0.3.11
27792026-03-12T15:50:48.333Z Compiling libz-sys v1.1.24
27802026-03-12T15:50:48.374Z Checking castaway v0.2.4
27812026-03-12T15:50:48.415Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
27822026-03-12T15:50:48.553Z Checking compact_str v0.8.1
27832026-03-12T15:50:48.705Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27842026-03-12T15:50:49.111Z Checking supports-color v3.0.2
27852026-03-12T15:50:49.311Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
27862026-03-12T15:50:49.621Z Compiling darling_macro v0.23.0
27872026-03-12T15:50:49.624Z Checking unicode-truncate v1.1.0
27882026-03-12T15:50:49.887Z Checking lru v0.12.5
27892026-03-12T15:50:49.928Z Checking cassowary v0.3.0
27902026-03-12T15:50:50.184Z Compiling libgit2-sys v0.18.3+1.9.2
27912026-03-12T15:50:50.321Z Compiling darling v0.23.0
27922026-03-12T15:50:50.430Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
27932026-03-12T15:50:51.101Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
27942026-03-12T15:50:51.471Z Checking ratatui v0.29.0
27952026-03-12T15:50:52.118Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
27962026-03-12T15:50:52.428Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
27972026-03-12T15:50:52.860Z Compiling vergen-git2 v1.0.7
27982026-03-12T15:50:53.158Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
27992026-03-12T15:50:53.257Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28002026-03-12T15:50:53.386Z Checking colored v2.2.0
28012026-03-12T15:50:53.458Z Checking shell-words v1.1.1
28022026-03-12T15:50:53.553Z Compiling rustls v0.21.12
28032026-03-12T15:50:53.641Z Checking plotters-backend v0.3.7
28042026-03-12T15:50:53.804Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
28052026-03-12T15:50:53.902Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28062026-03-12T15:50:53.943Z Checking plotters-svg v0.3.7
28072026-03-12T15:50:54.160Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
28082026-03-12T15:50:54.205Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
28092026-03-12T15:50:54.465Z Compiling nix v0.29.0
28102026-03-12T15:50:54.796Z Checking sct v0.7.1
28112026-03-12T15:50:55.011Z Checking rustls-webpki v0.101.7
28122026-03-12T15:50:55.060Z Checking cast v0.3.0
28132026-03-12T15:50:55.099Z Checking hex-literal v0.4.1
28142026-03-12T15:50:55.261Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
28152026-03-12T15:50:55.301Z Checking criterion-plot v0.6.0
28162026-03-12T15:50:55.833Z Checking plotters v0.3.7
28172026-03-12T15:50:56.937Z Checking erased-serde v0.4.9
28182026-03-12T15:50:57.343Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
28192026-03-12T15:50:57.519Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
28202026-03-12T15:50:58.560Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
28212026-03-12T15:50:59.589Z Checking tinytemplate v1.2.1
28222026-03-12T15:50:59.919Z Checking ordered-float v2.10.1
28232026-03-12T15:51:00.303Z Checking oorandom v11.1.5
28242026-03-12T15:51:00.480Z Checking anes v0.1.6
28252026-03-12T15:51:00.763Z Checking criterion v0.7.0
28262026-03-12T15:51:01.091Z Checking serde-value v0.7.0
28272026-03-12T15:51:01.411Z Checking serde-untagged v0.1.9
28282026-03-12T15:51:01.710Z Checking tokio-rustls v0.24.1
28292026-03-12T15:51:02.363Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
28302026-03-12T15:51:02.463Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28312026-03-12T15:51:02.766Z Checking rustls-pemfile v1.0.4
28322026-03-12T15:51:02.980Z Checking twox-hash v2.1.2
28332026-03-12T15:51:03.419Z Checking unicode-xid v0.2.6
28342026-03-12T15:51:03.518Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
28352026-03-12T15:51:03.594Z Checking cargo-util-schemas v0.8.2
28362026-03-12T15:51:03.634Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28372026-03-12T15:51:03.857Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28382026-03-12T15:51:04.846Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
28392026-03-12T15:51:05.086Z Checking fatfs v0.3.6
28402026-03-12T15:51:05.626Z Checking cargo-platform v0.2.0
28412026-03-12T15:51:05.750Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
28422026-03-12T15:51:05.910Z Compiling petname v2.0.2
28432026-03-12T15:51:06.620Z Compiling seq-macro v0.3.6
28442026-03-12T15:51:07.588Z Checking cargo_metadata v0.21.0
28452026-03-12T15:51:07.737Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
28462026-03-12T15:51:08.656Z Checking concurrent-queue v2.5.0
28472026-03-12T15:51:08.936Z Checking rtoolbox v0.0.3
28482026-03-12T15:51:09.148Z Checking parking v2.2.1
28492026-03-12T15:51:09.284Z Checking futures-timer v3.0.3
28502026-03-12T15:51:09.342Z Checking event-listener v5.4.1
28512026-03-12T15:51:09.551Z Checking rpassword v7.4.0
28522026-03-12T15:51:09.727Z Checking tui-tree-widget v0.23.1
28532026-03-12T15:51:10.013Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
28542026-03-12T15:51:10.235Z Checking polyval v0.6.2
28552026-03-12T15:51:10.277Z Checking sapling-renderdag v0.1.0
28562026-03-12T15:51:10.328Z Checking sync-ptr v0.1.4
28572026-03-12T15:51:10.483Z Checking ghash v0.5.1
28582026-03-12T15:51:10.523Z Checking event-listener-strategy v0.5.4
28592026-03-12T15:51:10.630Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
28602026-03-12T15:51:10.671Z Checking ctr v0.9.2
28612026-03-12T15:51:10.731Z Checking arrayref v0.3.9
28622026-03-12T15:51:10.859Z Checking arrayvec v0.7.6
28632026-03-12T15:51:10.921Z Checking constant_time_eq v0.4.2
28642026-03-12T15:51:11.023Z Checking aes-gcm v0.10.3
28652026-03-12T15:51:11.130Z Checking async-lock v3.4.2
28662026-03-12T15:51:11.170Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
28672026-03-12T15:51:11.250Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
28682026-03-12T15:51:11.676Z Checking ssh-encoding v0.2.0
28692026-03-12T15:51:11.957Z Checking blowfish v0.9.1
28702026-03-12T15:51:12.206Z Checking bcrypt-pbkdf v0.10.0
28712026-03-12T15:51:12.452Z Checking ssh-cipher v0.2.0
28722026-03-12T15:51:12.495Z Checking async-object-pool v0.2.0
28732026-03-12T15:51:12.673Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
28742026-03-12T15:51:12.718Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
28752026-03-12T15:51:13.129Z Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
28762026-03-12T15:51:13.550Z Checking serde_regex v1.1.0
28772026-03-12T15:51:13.794Z Checking password-hash v0.4.2
28782026-03-12T15:51:14.031Z Checking assert-json-diff v2.0.2
28792026-03-12T15:51:14.128Z Checking path-tree v0.8.3
28802026-03-12T15:51:14.284Z Compiling target-lexicon v0.13.3
28812026-03-12T15:51:14.409Z Checking stringmetrics v2.2.2
28822026-03-12T15:51:14.630Z Checking gimli v0.32.3
28832026-03-12T15:51:14.998Z Checking httpmock v0.8.3
28842026-03-12T15:51:15.054Z Checking pbkdf2 v0.11.0
28852026-03-12T15:51:15.185Z Compiling samael v0.0.19
28862026-03-12T15:51:15.306Z Checking ssh-key v0.6.7
28872026-03-12T15:51:16.851Z Checking addr2line v0.25.1
28882026-03-12T15:51:17.271Z Checking p256 v0.13.2
28892026-03-12T15:51:17.643Z Checking p521 v0.13.3
28902026-03-12T15:51:18.063Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
28912026-03-12T15:51:18.354Z Checking russh-cryptovec v0.7.3
28922026-03-12T15:51:18.475Z Compiling guppy-workspace-hack v0.1.0
28932026-03-12T15:51:18.558Z Checking rustc-demangle v0.1.27
28942026-03-12T15:51:18.755Z Checking md5 v0.7.0
28952026-03-12T15:51:18.907Z Checking backtrace v0.3.76
28962026-03-12T15:51:19.003Z Checking russh-keys v0.45.0
28972026-03-12T15:51:19.307Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
28982026-03-12T15:51:19.345Z Checking num-bigint v0.4.6
28992026-03-12T15:51:19.894Z Checking des v0.8.1
29002026-03-12T15:51:20.326Z Compiling blake3 v1.8.3
29012026-03-12T15:51:20.747Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
29022026-03-12T15:51:20.847Z Compiling target-spec v3.5.7
29032026-03-12T15:51:21.335Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
29042026-03-12T15:51:21.372Z Checking russh v0.45.0
29052026-03-12T15:51:21.666Z Checking backtrace-ext v0.2.1
29062026-03-12T15:51:21.771Z Checking cfg-expr v0.20.6
29072026-03-12T15:51:21.978Z Checking supports-color v2.1.0
29082026-03-12T15:51:22.180Z Checking textwrap v0.15.2
29092026-03-12T15:51:22.233Z Checking supports-hyperlinks v2.1.0
29102026-03-12T15:51:22.357Z Checking supports-unicode v2.1.0
29112026-03-12T15:51:22.411Z Checking hashbrown v0.14.5
29122026-03-12T15:51:22.484Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
29132026-03-12T15:51:22.533Z Checking cargo-platform v0.3.2
29142026-03-12T15:51:22.782Z Checking socket2 v0.5.10
29152026-03-12T15:51:22.820Z Checking terminal_size v0.1.17
29162026-03-12T15:51:22.986Z Compiling miette-derive v5.10.0
29172026-03-12T15:51:23.095Z Checking owo-colors v3.5.0
29182026-03-12T15:51:23.145Z Checking internet-checksum v0.2.1
29192026-03-12T15:51:23.330Z Checking chumsky v0.9.3
29202026-03-12T15:51:23.945Z Checking cargo_metadata v0.23.1
29212026-03-12T15:51:24.575Z Checking miette v5.10.0
29222026-03-12T15:51:24.865Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
29232026-03-12T15:51:25.016Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
29242026-03-12T15:51:25.077Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
29252026-03-12T15:51:25.257Z Compiling git2 v0.20.4
29262026-03-12T15:51:25.296Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
29272026-03-12T15:51:25.502Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
29282026-03-12T15:51:25.644Z Checking httptest v0.16.4
29292026-03-12T15:51:25.959Z Checking pathdiff v0.2.3
29302026-03-12T15:51:26.131Z Compiling knuffel-derive v3.2.0
29312026-03-12T15:51:26.172Z Checking nested v0.1.1
29322026-03-12T15:51:26.213Z Checking topological-sort v0.2.2
29332026-03-12T15:51:26.384Z Checking guppy v0.17.25
29342026-03-12T15:51:26.426Z Checking omicron-zone-package v0.12.2
29352026-03-12T15:51:26.654Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
29362026-03-12T15:51:26.967Z Checking similar-asserts v1.7.0
29372026-03-12T15:51:27.207Z Compiling rstest_macros v0.25.0
29382026-03-12T15:51:27.632Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
29392026-03-12T15:51:27.700Z Compiling target-triple v1.0.0
29402026-03-12T15:51:27.827Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
29412026-03-12T15:51:27.878Z Checking scim2-test-client v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db)
29422026-03-12T15:51:28.181Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
29432026-03-12T15:51:28.346Z Checking knuffel v3.2.0
29442026-03-12T15:51:28.609Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
29452026-03-12T15:51:29.326Z Checking toml_datetime v1.0.0+spec-1.1.0
29462026-03-12T15:51:29.465Z Compiling relative-path v1.9.3
29472026-03-12T15:51:29.646Z Checking escape8259 v0.5.3
29482026-03-12T15:51:29.852Z Compiling assert_cmd v2.1.2
29492026-03-12T15:51:30.270Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
29502026-03-12T15:51:30.324Z Checking libtest-mimic v0.8.1
29512026-03-12T15:51:30.369Z Checking toml v1.0.3+spec-1.1.0
29522026-03-12T15:51:30.878Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
29532026-03-12T15:51:31.049Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
29542026-03-12T15:51:31.238Z Checking blake2b_simd v1.0.4
29552026-03-12T15:51:31.804Z Checking omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
29562026-03-12T15:51:32.001Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d)
29572026-03-12T15:51:32.369Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
29582026-03-12T15:51:32.563Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
29592026-03-12T15:51:32.882Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
29602026-03-12T15:51:33.139Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
29612026-03-12T15:51:33.399Z Checking fancy-regex v0.14.0
29622026-03-12T15:51:33.720Z Checking serde_tokenstream v0.2.3
29632026-03-12T15:51:33.931Z Checking uzers v0.12.2
29642026-03-12T15:51:34.050Z Compiling linkme-impl v0.3.35
29652026-03-12T15:51:34.257Z Checking termcolor v1.4.1
29662026-03-12T15:51:34.499Z Checking constant_time_eq v0.3.1
29672026-03-12T15:51:34.582Z Checking trybuild v1.0.116
29682026-03-12T15:51:34.668Z Checking rust-argon2 v2.1.0
29692026-03-12T15:51:35.113Z Checking datatest-stable v0.3.3
29702026-03-12T15:51:35.425Z Checking rstest v0.25.0
29712026-03-12T15:51:35.690Z Checking attest-mock v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d)
29722026-03-12T15:51:35.782Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
29732026-03-12T15:51:36.073Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
29742026-03-12T15:51:36.138Z Checking support-bundle-viewer v0.1.2
29752026-03-12T15:51:36.606Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
29762026-03-12T15:51:36.927Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
29772026-03-12T15:51:37.148Z Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests)
29782026-03-12T15:51:37.254Z Checking drift v0.1.3
29792026-03-12T15:51:37.478Z Checking rand_distr v0.5.1
29802026-03-12T15:51:37.752Z Checking multimap v0.10.1
29812026-03-12T15:51:38.037Z Checking approx v0.5.1
29822026-03-12T15:51:38.143Z Compiling linkme v0.3.35
29832026-03-12T15:51:38.260Z Checking dropshot-api-manager v0.6.0
29842026-03-12T15:51:38.506Z Compiling polar-core v0.27.3
29852026-03-12T15:51:39.056Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
29862026-03-12T15:51:39.912Z Checking pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=7600756029ce046a02c6234aa84ce230cc5eaa04#76007560)
29872026-03-12T15:51:40.071Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
29882026-03-12T15:51:40.309Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
29892026-03-12T15:51:40.441Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
29902026-03-12T15:51:40.482Z Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
29912026-03-12T15:51:40.605Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
29922026-03-12T15:51:40.694Z Checking partial-io v0.5.4
29932026-03-12T15:51:40.866Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
29942026-03-12T15:51:40.869Z Checking cargo_toml v0.21.0
29952026-03-12T15:51:40.986Z Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
29962026-03-12T15:51:41.106Z Checking termios v0.3.3
29972026-03-12T15:51:41.147Z Checking sprockets-tls-test-utils v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
29982026-03-12T15:51:41.815Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
29992026-03-12T15:51:42.123Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
30002026-03-12T15:51:43.450Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
30012026-03-12T15:51:45.842Z Checking oso v0.27.3
30022026-03-12T15:51:45.882Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
30032026-03-12T15:51:50.513Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
30042026-03-12T15:51:52.392Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
30052026-03-12T15:51:55.195Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
30062026-03-12T15:52:00.751Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
30072026-03-12T15:52:05.922Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
30082026-03-12T15:52:13.158Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
30092026-03-12T15:52:13.878Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
30102026-03-12T15:52:14.173Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
30112026-03-12T15:52:28.019Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
30122026-03-12T15:54:16.064Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5m 27s
30132026-03-12T15:54:16.817Z
30142026-03-12T15:54:16.820Zreal 5:31.670463094
30152026-03-12T15:54:16.820Zuser 28:15.070371581
30162026-03-12T15:54:16.820Zsys 5:51.174723670
30172026-03-12T15:54:16.820Ztrap 0.705499743
30182026-03-12T15:54:16.820Ztflt 0.535186305
30192026-03-12T15:54:16.820Zdflt 0.152254887
30202026-03-12T15:54:16.820Zkflt 0.001459982
30212026-03-12T15:54:16.820Zlock 1:06:38.979878793
30222026-03-12T15:54:16.820Zslp 1:31:05.443344313
30232026-03-12T15:54:16.820Zlat 2:18.402317221
30242026-03-12T15:54:16.820Zstop 12:39.777405709
30252026-03-12T15:54:16.820Z+ RUSTDOCFLAGS='--document-private-items -D warnings --cfg tokio'
30262026-03-12T15:54:16.820Z+ ptime -m cargo doc --workspace --no-deps
30272026-03-12T15:54:17.994Zwarning: output filename collision.
30282026-03-12T15:54:17.994ZThe 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)`.
30292026-03-12T15:54:17.994ZColliding filename is: /work/oxidecomputer/omicron/target/doc/oximeter/index.html
30302026-03-12T15:54:17.994ZThe targets should have unique names.
30312026-03-12T15:54:17.994ZThis is a known bug where multiple crates with the same name use
30322026-03-12T15:54:17.994Zthe same path; see <https://github.com/rust-lang/cargo/issues/6313>.
30332026-03-12T15:54:19.177Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30342026-03-12T15:54:19.392Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
30352026-03-12T15:54:19.421Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
30362026-03-12T15:54:19.479Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30372026-03-12T15:54:19.515Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
30382026-03-12T15:54:19.547Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
30392026-03-12T15:54:19.550Z Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
30402026-03-12T15:54:19.740Z Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
30412026-03-12T15:54:19.773Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
30422026-03-12T15:54:19.802Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30432026-03-12T15:54:19.857Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
30442026-03-12T15:54:20.013Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
30452026-03-12T15:54:20.071Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
30462026-03-12T15:54:20.118Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
30472026-03-12T15:54:20.168Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
30482026-03-12T15:54:20.244Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
30492026-03-12T15:54:20.372Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
30502026-03-12T15:54:20.448Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
30512026-03-12T15:54:20.451Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
30522026-03-12T15:54:20.507Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
30532026-03-12T15:54:21.004Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
30542026-03-12T15:54:21.355Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
30552026-03-12T15:54:21.382Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
30562026-03-12T15:54:21.490Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
30572026-03-12T15:54:21.606Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
30582026-03-12T15:54:21.843Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
30592026-03-12T15:54:21.982Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
30602026-03-12T15:54:22.013Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
30612026-03-12T15:54:22.040Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
30622026-03-12T15:54:22.080Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
30632026-03-12T15:54:22.105Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
30642026-03-12T15:54:22.251Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
30652026-03-12T15:54:22.315Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
30662026-03-12T15:54:22.490Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
30672026-03-12T15:54:22.520Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
30682026-03-12T15:54:22.760Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
30692026-03-12T15:54:22.788Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
30702026-03-12T15:54:22.932Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
30712026-03-12T15:54:22.986Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
30722026-03-12T15:54:23.244Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
30732026-03-12T15:54:23.308Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
30742026-03-12T15:54:23.530Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
30752026-03-12T15:54:23.625Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
30762026-03-12T15:54:23.892Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
30772026-03-12T15:54:24.053Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
30782026-03-12T15:54:24.121Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
30792026-03-12T15:54:24.255Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
30802026-03-12T15:54:24.398Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
30812026-03-12T15:54:24.463Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
30822026-03-12T15:54:24.489Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
30832026-03-12T15:54:24.637Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
30842026-03-12T15:54:24.718Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
30852026-03-12T15:54:24.803Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
30862026-03-12T15:54:24.828Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
30872026-03-12T15:54:24.942Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
30882026-03-12T15:54:25.049Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
30892026-03-12T15:54:25.192Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
30902026-03-12T15:54:25.248Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
30912026-03-12T15:54:25.283Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
30922026-03-12T15:54:25.366Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
30932026-03-12T15:54:25.509Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
30942026-03-12T15:54:25.572Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
30952026-03-12T15:54:25.597Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
30962026-03-12T15:54:25.813Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
30972026-03-12T15:54:25.870Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
30982026-03-12T15:54:25.903Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
30992026-03-12T15:54:25.953Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
31002026-03-12T15:54:25.995Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
31012026-03-12T15:54:26.144Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
31022026-03-12T15:54:26.268Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
31032026-03-12T15:54:26.318Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
31042026-03-12T15:54:26.347Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
31052026-03-12T15:54:26.418Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
31062026-03-12T15:54:26.816Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
31072026-03-12T15:54:26.886Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
31082026-03-12T15:54:27.082Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
31092026-03-12T15:54:27.653Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
31102026-03-12T15:54:27.823Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
31112026-03-12T15:54:28.118Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
31122026-03-12T15:54:28.250Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
31132026-03-12T15:54:28.476Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
31142026-03-12T15:54:28.721Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
31152026-03-12T15:54:28.724Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
31162026-03-12T15:54:28.876Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
31172026-03-12T15:54:29.427Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
31182026-03-12T15:54:29.733Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
31192026-03-12T15:54:29.959Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
31202026-03-12T15:54:30.602Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
31212026-03-12T15:54:30.638Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
31222026-03-12T15:54:30.722Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
31232026-03-12T15:54:31.538Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
31242026-03-12T15:54:31.764Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
31252026-03-12T15:54:32.134Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
31262026-03-12T15:54:32.164Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
31272026-03-12T15:54:32.270Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
31282026-03-12T15:54:33.042Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
31292026-03-12T15:54:34.076Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
31302026-03-12T15:54:34.169Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
31312026-03-12T15:54:34.465Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
31322026-03-12T15:54:34.910Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
31332026-03-12T15:54:35.074Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
31342026-03-12T15:54:35.234Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
31352026-03-12T15:54:35.264Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
31362026-03-12T15:54:35.395Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
31372026-03-12T15:54:35.617Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
31382026-03-12T15:54:35.670Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
31392026-03-12T15:54:35.944Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
31402026-03-12T15:54:36.054Z Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
31412026-03-12T15:54:36.213Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
31422026-03-12T15:54:36.242Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
31432026-03-12T15:54:36.366Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
31442026-03-12T15:54:36.603Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
31452026-03-12T15:54:36.710Z Documenting omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
31462026-03-12T15:54:37.524Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
31472026-03-12T15:54:37.655Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
31482026-03-12T15:54:38.686Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
31492026-03-12T15:54:38.883Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
31502026-03-12T15:54:39.093Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
31512026-03-12T15:54:39.424Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
31522026-03-12T15:54:39.561Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
31532026-03-12T15:54:39.821Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
31542026-03-12T15:54:40.075Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
31552026-03-12T15:54:40.492Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
31562026-03-12T15:54:40.875Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
31572026-03-12T15:54:40.911Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
31582026-03-12T15:54:41.063Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
31592026-03-12T15:54:41.393Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
31602026-03-12T15:54:42.781Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
31612026-03-12T15:54:42.826Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
31622026-03-12T15:54:43.096Z Documenting omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
31632026-03-12T15:54:43.534Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
31642026-03-12T15:54:44.136Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
31652026-03-12T15:54:45.664Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
31662026-03-12T15:54:46.281Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
31672026-03-12T15:54:46.756Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
31682026-03-12T15:54:47.327Z Documenting omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
31692026-03-12T15:54:47.584Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
31702026-03-12T15:54:47.693Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
31712026-03-12T15:54:47.923Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
31722026-03-12T15:54:48.021Z Documenting omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
31732026-03-12T15:54:48.047Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
31742026-03-12T15:54:48.785Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
31752026-03-12T15:54:48.906Z Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
31762026-03-12T15:54:49.044Z Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
31772026-03-12T15:54:49.697Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
31782026-03-12T15:54:50.876Z Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
31792026-03-12T15:54:50.902Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
31802026-03-12T15:54:51.626Z Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
31812026-03-12T15:54:51.768Z Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
31822026-03-12T15:54:52.971Z Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
31832026-03-12T15:54:57.123Z Documenting trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
31842026-03-12T15:54:57.148Z Documenting sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
31852026-03-12T15:54:57.792Z Documenting wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
31862026-03-12T15:54:58.795Z Documenting sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
31872026-03-12T15:54:59.266Z Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
31882026-03-12T15:54:59.444Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
31892026-03-12T15:54:59.856Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
31902026-03-12T15:55:00.964Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
31912026-03-12T15:55:01.705Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
31922026-03-12T15:55:02.065Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
31932026-03-12T15:55:02.513Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
31942026-03-12T15:55:02.960Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
31952026-03-12T15:55:03.047Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
31962026-03-12T15:55:03.218Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
31972026-03-12T15:55:03.423Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
31982026-03-12T15:55:03.653Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
31992026-03-12T15:55:03.806Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
32002026-03-12T15:55:04.184Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
32012026-03-12T15:55:04.439Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
32022026-03-12T15:55:04.533Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
32032026-03-12T15:55:05.165Z Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
32042026-03-12T15:55:05.593Z Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
32052026-03-12T15:55:05.867Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
32062026-03-12T15:55:06.103Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
32072026-03-12T15:55:06.780Z Documenting clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
32082026-03-12T15:55:07.228Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
32092026-03-12T15:55:07.976Z Documenting omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
32102026-03-12T15:55:08.125Z Documenting mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
32112026-03-12T15:55:09.448Z Documenting nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
32122026-03-12T15:55:10.265Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
32132026-03-12T15:55:11.035Z Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
32142026-03-12T15:55:15.206Z Documenting tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
32152026-03-12T15:55:15.651Z Documenting reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
32162026-03-12T15:55:17.320Z Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
32172026-03-12T15:55:18.108Z Documenting nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
32182026-03-12T15:55:18.647Z Documenting reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
32192026-03-12T15:55:21.504Z Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
32202026-03-12T15:55:22.629Z Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
32212026-03-12T15:55:23.575Z Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
32222026-03-12T15:55:24.273Z Documenting oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
32232026-03-12T15:55:25.057Z Documenting db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
32242026-03-12T15:55:28.964Z Documenting nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
32252026-03-12T15:55:29.304Z Documenting ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
32262026-03-12T15:55:30.358Z Documenting nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
32272026-03-12T15:55:30.543Z Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
32282026-03-12T15:55:30.677Z Documenting end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
32292026-03-12T15:55:31.241Z Documenting omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
32302026-03-12T15:55:31.589Z Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
32312026-03-12T15:55:32.505Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
32322026-03-12T15:55:34.792Z Documenting nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
32332026-03-12T15:55:37.303Z Documenting nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
32342026-03-12T15:55:38.642Z Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
32352026-03-12T15:55:41.099Z Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
32362026-03-12T15:55:43.902Z Documenting nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
32372026-03-12T15:55:44.546Z Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
32382026-03-12T15:55:45.429Z Documenting nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
32392026-03-12T15:55:46.390Z Documenting nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
32402026-03-12T15:55:47.144Z Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
32412026-03-12T15:55:49.937Z Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
32422026-03-12T15:55:50.854Z Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
32432026-03-12T15:55:51.722Z Documenting nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
32442026-03-12T15:55:54.166Z Documenting nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
32452026-03-12T15:55:54.312Z Documenting nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
32462026-03-12T15:55:55.860Z Documenting sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
32472026-03-12T15:55:56.829Z Documenting sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
32482026-03-12T15:56:00.259Z Documenting trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
32492026-03-12T15:56:01.520Z Documenting trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
32502026-03-12T15:56:02.512Z Documenting bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
32512026-03-12T15:56:03.412Z Documenting nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
32522026-03-12T15:56:05.147Z Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
32532026-03-12T15:56:06.155Z Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
32542026-03-12T15:56:07.276Z Documenting bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
32552026-03-12T15:56:08.639Z Documenting sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
32562026-03-12T15:56:10.067Z Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
32572026-03-12T15:56:13.208Z Documenting bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
32582026-03-12T15:56:13.884Z Documenting sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
32592026-03-12T15:56:14.681Z Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
32602026-03-12T15:56:17.277Z Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32612026-03-12T15:56:18.229Z Documenting sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
32622026-03-12T15:56:22.797Z Documenting omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
32632026-03-12T15:56:23.625Z Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
32642026-03-12T15:56:24.793Z Documenting nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
32652026-03-12T15:56:25.367Z Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
32662026-03-12T15:56:27.162Z Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
32672026-03-12T15:56:29.373Z Documenting nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
32682026-03-12T15:56:31.448Z Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
32692026-03-12T15:56:33.498Z Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
32702026-03-12T15:56:35.445Z Documenting nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
32712026-03-12T15:56:37.354Z Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
32722026-03-12T15:56:39.673Z Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
32732026-03-12T15:56:41.251Z Documenting omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
32742026-03-12T15:56:43.221Z Documenting sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
32752026-03-12T15:56:45.115Z Documenting zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
32762026-03-12T15:56:46.951Z Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
32772026-03-12T15:56:48.643Z Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
32782026-03-12T15:56:50.889Z Documenting clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
32792026-03-12T15:56:52.605Z Documenting oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
32802026-03-12T15:56:54.446Z Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
32812026-03-12T15:56:56.397Z Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
32822026-03-12T15:56:58.227Z Documenting sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
32832026-03-12T15:57:00.346Z Documenting oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
32842026-03-12T15:57:02.277Z Documenting oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
32852026-03-12T15:57:04.199Z Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
32862026-03-12T15:57:06.261Z Documenting clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
32872026-03-12T15:57:08.273Z Documenting clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
32882026-03-12T15:57:10.175Z Documenting clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
32892026-03-12T15:57:12.637Z Documenting clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
32902026-03-12T15:57:14.280Z Documenting clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
32912026-03-12T15:57:16.416Z Documenting clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
32922026-03-12T15:57:18.418Z Documenting internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
32932026-03-12T15:57:20.554Z Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
32942026-03-12T15:57:22.431Z Documenting dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
32952026-03-12T15:57:24.621Z Documenting internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32962026-03-12T15:57:26.620Z Documenting oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
32972026-03-12T15:57:28.717Z Documenting oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
32982026-03-12T15:57:32.578Z Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
32992026-03-12T15:57:33.294Z Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
33002026-03-12T15:57:35.429Z Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
33012026-03-12T15:57:37.551Z Documenting clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
33022026-03-12T15:57:39.770Z Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
33032026-03-12T15:57:41.925Z Documenting omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
33042026-03-12T15:57:44.228Z Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
33052026-03-12T15:57:46.209Z Documenting gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
33062026-03-12T15:57:48.358Z Documenting internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
33072026-03-12T15:57:50.727Z Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
33082026-03-12T15:57:52.932Z Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
33092026-03-12T15:57:55.090Z Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
33102026-03-12T15:57:57.216Z Documenting ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
33112026-03-12T15:57:59.793Z Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
33122026-03-12T15:58:01.554Z Documenting cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
33132026-03-12T15:58:04.393Z Documenting installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
33142026-03-12T15:58:06.042Z Documenting installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
33152026-03-12T15:58:08.084Z Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
33162026-03-12T15:58:10.415Z Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
33172026-03-12T15:58:12.633Z Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
33182026-03-12T15:58:14.685Z Documenting oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
33192026-03-12T15:58:17.264Z Documenting ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
33202026-03-12T15:58:19.200Z Documenting omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
33212026-03-12T15:58:21.542Z Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33222026-03-12T15:58:23.800Z Documenting gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
33232026-03-12T15:58:26.153Z Documenting nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
33242026-03-12T15:58:28.596Z Documenting cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
33252026-03-12T15:58:30.710Z Documenting trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
33262026-03-12T15:58:33.055Z Documenting trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
33272026-03-12T15:58:35.106Z Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
33282026-03-12T15:58:37.524Z Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
33292026-03-12T15:58:40.001Z Documenting installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
33302026-03-12T15:58:42.303Z Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
33312026-03-12T15:58:44.500Z Documenting gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
33322026-03-12T15:58:46.951Z Documenting ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
33332026-03-12T15:58:49.397Z Documenting cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
33342026-03-12T15:58:51.867Z Documenting cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
33352026-03-12T15:58:54.119Z Documenting cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
33362026-03-12T15:58:57.171Z Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
33372026-03-12T15:58:59.338Z Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
33382026-03-12T15:59:01.769Z Documenting ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
33392026-03-12T15:59:04.243Z Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
33402026-03-12T15:59:10.873Z Documenting live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
33412026-03-12T15:59:12.367Z Documenting nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
33422026-03-12T15:59:15.581Z Documenting repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
33432026-03-12T15:59:17.718Z Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
33442026-03-12T15:59:20.967Z Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
33452026-03-12T15:59:24.275Z Documenting parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
33462026-03-12T15:59:27.709Z Documenting nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
33472026-03-12T15:59:30.963Z Documenting key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
33482026-03-12T15:59:34.274Z Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
33492026-03-12T15:59:37.631Z Documenting omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
33502026-03-12T15:59:41.058Z Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
33512026-03-12T15:59:44.267Z Documenting ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
33522026-03-12T15:59:47.459Z Documenting omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
33532026-03-12T15:59:50.834Z Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
33542026-03-12T15:59:54.090Z Documenting xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
33552026-03-12T15:59:57.461Z Documenting range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
33562026-03-12T16:00:01.050Z Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
33572026-03-12T16:00:04.252Z Documenting omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
33582026-03-12T16:00:07.618Z Documenting gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
33592026-03-12T16:00:10.954Z Documenting repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
33602026-03-12T16:00:14.320Z Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
33612026-03-12T16:00:17.610Z Documenting dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
33622026-03-12T16:00:44.279Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6m 27s
33632026-03-12T16:00:44.483Z Generated /work/oxidecomputer/omicron/target/doc/api_identity/index.html and 189 other files
33642026-03-12T16:00:44.589Z
33652026-03-12T16:00:44.592Zreal 6:27.658277078
33662026-03-12T16:00:44.593Zuser 21:53.364351397
33672026-03-12T16:00:44.593Zsys 3:56.025441808
33682026-03-12T16:00:44.593Ztrap 0.403191907
33692026-03-12T16:00:44.593Ztflt 0.102235708
33702026-03-12T16:00:44.593Zdflt 0.033349668
33712026-03-12T16:00:44.593Zkflt 0.000022427
33722026-03-12T16:00:44.593Zlock 5:16:02.679473742
33732026-03-12T16:00:44.593Zslp 2:12:47.125000959
33742026-03-12T16:00:44.593Zlat 41.881969131
33752026-03-12T16:00:44.593Zstop 1:43.387033167
33762026-03-12T16:00:44.593Zprocess exited: duration 968635 ms, exit code 0
 
33772026-03-12T16:00:44.671Zfound 0 output files