01KP6WK69TZTXTN7JTCH6PZ2TE: clippy (helios)

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

Buildomat Job: 01KP6WKGKVP24VHVHYABYY70RS

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-04-14T20:59:20.904Zjob assigned to worker 01KP6WKP35KFQZGSB7ZVHZ4V92 [factory aws, i-04e225e4efc37473d] (queued for 57 s)
 
22026-04-14T20:59:28.100Zstarting task 0: "setup"
32026-04-14T20:59:28.105Z++ uname -s
42026-04-14T20:59:28.108Z+ kern=SunOS
52026-04-14T20:59:28.108Z+ build_user=build
62026-04-14T20:59:28.108Z+ build_uid=12345
72026-04-14T20:59:28.108Z+ work_dir=/work
82026-04-14T20:59:28.108Z+ input_dir=/input
92026-04-14T20:59:28.108Z+ [[ 0 == 12345 ]]
102026-04-14T20:59:28.108Z+ case "$kern" in
112026-04-14T20:59:28.108Z+ groupadd -g 12345 build
122026-04-14T20:59:28.111Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-04-14T20:59:30.113Z+ zfs create -o mountpoint=/work rpool/work
142026-04-14T20:59:30.222Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-04-14T20:59:30.225Z+ home_fs=zfs
162026-04-14T20:59:30.226Z+ [[ zfs == autofs ]]
172026-04-14T20:59:30.226Z+ mkdir -p /home/build
182026-04-14T20:59:30.226Z+ chown build:build /home/build /work
192026-04-14T20:59:32.227Z+ chmod 0700 /home/build /work
202026-04-14T20:59:32.230Zprocess exited: duration 4128 ms, exit code 0
 
212026-04-14T20:59:32.236Zstarting task 1: "rust-toolchain"
222026-04-14T20:59:32.239Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-04-14T20:59:32.240Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-04-14T20:59:32.240Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
252026-04-14T20:59:32.240Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
262026-04-14T20:59:32.240Z * rust toolchain channel = "1.94.0"
272026-04-14T20:59:32.240Z * rust toolchain profile = "default"
282026-04-14T20:59:32.242Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-04-14T20:59:32.242Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-04-14T20:59:32.360Zinfo: downloading installer
312026-04-14T20:59:33.731Zwarn: It looks like you have an existing installation of Rust at:
322026-04-14T20:59:33.731Zwarn: /opt/ooce/bin
332026-04-14T20:59:33.731Zwarn: It is recommended that rustup be the primary Rust installation.
342026-04-14T20:59:33.731Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-04-14T20:59:33.731Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-04-14T20:59:33.731Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-04-14T20:59:33.731Zwarn: or pass `-y' to ignore all ignorable checks.
382026-04-14T20:59:33.731Zerror: cannot install while Rust is installed
392026-04-14T20:59:33.731Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-04-14T20:59:33.731Zwarn: It looks like you have an existing rustup settings file at:
412026-04-14T20:59:33.731Zwarn: /home/build/.rustup/settings.toml
422026-04-14T20:59:33.731Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-04-14T20:59:33.731Zwarn: instead of the one inferred from the default host triple.
442026-04-14T20:59:33.767Zinfo: profile set to default
452026-04-14T20:59:33.767Zinfo: default host triple is x86_64-unknown-illumos
462026-04-14T20:59:33.770Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
472026-04-14T20:59:33.902Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
482026-04-14T20:59:33.905Zinfo: downloading 6 components
492026-04-14T20:59:47.833Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
502026-04-14T20:59:47.833Z
512026-04-14T20:59:47.871Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
522026-04-14T20:59:47.871Z
532026-04-14T20:59:47.871Z
542026-04-14T20:59:47.871ZRust is installed now. Great!
552026-04-14T20:59:47.871Z
562026-04-14T20:59:47.871ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-04-14T20:59:47.872Zenvironment variable. This has not been done automatically.
582026-04-14T20:59:47.872Z
592026-04-14T20:59:47.872ZTo configure your current shell, you need to source
602026-04-14T20:59:47.872Zthe corresponding env file under $HOME/.cargo.
612026-04-14T20:59:47.872Z
622026-04-14T20:59:47.872ZThis is usually done by running one of the following (note the leading DOT):
632026-04-14T20:59:47.872Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-04-14T20:59:47.872Zsource "$HOME/.cargo/env.fish" # For fish
652026-04-14T20:59:47.872Zsource "~/.cargo/env.nu" # For nushell
662026-04-14T20:59:47.872Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-04-14T20:59:47.872Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-04-14T20:59:47.872Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-04-14T20:59:47.876Zwarn: no default linker (`cc`) was found in your PATH
702026-04-14T20:59:47.876Zwarn: many Rust crates require a system C toolchain to build
712026-04-14T20:59:47.973Z+ rustup --version
722026-04-14T20:59:47.982Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-04-14T20:59:47.985Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-04-14T20:59:48.004Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
752026-04-14T20:59:48.007Z+ cargo --version
762026-04-14T20:59:48.020Zcargo 1.94.0 (85eff7c80 2026-01-15)
772026-04-14T20:59:48.025Z+ rustc --version
782026-04-14T20:59:48.043Zrustc 1.94.0 (4a4ef493e 2026-03-02)
792026-04-14T20:59:48.046Zprocess exited: duration 15808 ms, exit code 0
 
802026-04-14T20:59:48.052Zstarting task 2: "authentication"
812026-04-14T20:59:48.068Zprocess exited: duration 16 ms, exit code 0
 
822026-04-14T20:59:48.074Zstarting task 3: "clone repository"
832026-04-14T20:59:48.077Z+ mkdir -p /work/oxidecomputer/omicron
842026-04-14T20:59:48.080Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
852026-04-14T20:59:48.223ZCloning into '/work/oxidecomputer/omicron'...
862026-04-14T20:59:58.894Z+ cd /work/oxidecomputer/omicron
872026-04-14T20:59:58.894Z+ git fetch origin be67bf9ea070e930531ced36f930ef23d4946ec8
882026-04-14T20:59:59.186ZFrom https://github.com/oxidecomputer/omicron
892026-04-14T20:59:59.186Z * branch be67bf9ea070e930531ced36f930ef23d4946ec8 -> FETCH_HEAD
902026-04-14T20:59:59.195Z+ [[ -n andy/pgsql18 ]]
912026-04-14T20:59:59.197Z++ git branch --show-current
922026-04-14T20:59:59.197Z+ current=main
932026-04-14T20:59:59.197Z+ [[ main != andy/pgsql18 ]]
942026-04-14T20:59:59.197Z+ git branch -f andy/pgsql18 be67bf9ea070e930531ced36f930ef23d4946ec8
952026-04-14T20:59:59.200Z+ git checkout -f andy/pgsql18
962026-04-14T20:59:59.429ZSwitched to branch 'andy/pgsql18'
972026-04-14T20:59:59.432Z+ git reset --hard be67bf9ea070e930531ced36f930ef23d4946ec8
982026-04-14T20:59:59.443ZHEAD is now at be67bf9ea Use PostgreSQL v18 client libraries
992026-04-14T20:59:59.446Zprocess exited: duration 11369 ms, exit code 0
 
1002026-04-14T20:59:59.452Zstarting task 4: "build"
1012026-04-14T20:59:59.456Z+ source ./env.sh
1022026-04-14T20:59:59.456Z++ OLD_SHELL_OPTS=ehxB
1032026-04-14T20:59:59.456Z++ set -o xtrace
1042026-04-14T20:59:59.461Z++++ dirname ./env.sh
1052026-04-14T20:59:59.461Z+++ readlink -f .
1062026-04-14T20:59:59.464Z++ OMICRON_WS=/work/oxidecomputer/omicron
1072026-04-14T20:59:59.464Z++ 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-04-14T20:59:59.464Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1092026-04-14T20:59:59.464Z++ 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-04-14T20:59:59.464Z++ 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-04-14T20:59:59.464Z++ 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-04-14T20:59:59.464Z++ 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-04-14T20:59:59.464Z++ 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-04-14T20:59:59.465Z++ 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-04-14T20:59:59.465Z++ case $OLD_SHELL_OPTS in
1162026-04-14T20:59:59.465Z++ unset OLD_SHELL_OPTS OMICRON_WS
1172026-04-14T20:59:59.465Z+ source .github/buildomat/ci-env.sh
1182026-04-14T20:59:59.465Z++ export CARGO_TERM_COLOR=always
1192026-04-14T20:59:59.465Z++ CARGO_TERM_COLOR=always
1202026-04-14T20:59:59.465Z+ cargo --version
1212026-04-14T20:59:59.471Zcargo 1.94.0 (85eff7c80 2026-01-15)
1222026-04-14T20:59:59.474Z+ rustc --version
1232026-04-14T20:59:59.494Zrustc 1.94.0 (4a4ef493e 2026-03-02)
1242026-04-14T20:59:59.497Z+ banner prerequisites
1252026-04-14T20:59:59.500Z
1262026-04-14T20:59:59.500Z ##### ##### ###### ##### ###### #### # # # #### #
1272026-04-14T20:59:59.500Z # # # # # # # # # # # # # # #
1282026-04-14T20:59:59.500Z # # # # ##### # # ##### # # # # # #### #
1292026-04-14T20:59:59.500Z ##### ##### # ##### # # # # # # # # #
1302026-04-14T20:59:59.500Z # # # # # # # # # # # # # # #
1312026-04-14T20:59:59.500Z # # # ###### # # ###### ### # #### # #### #
1322026-04-14T20:59:59.500Z
1332026-04-14T20:59:59.500Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1342026-04-14T21:00:08.966Z Startup: Refreshing catalog 'helios-dev' ... Done
1352026-04-14T21:00:16.057Z Startup: Caching catalogs ... Done
1362026-04-14T21:00:21.243ZPlanning: Solver setup ... Done (3.824s)
1372026-04-14T21:00:21.271ZPlanning: Running solver ... Done (0.027s)
1382026-04-14T21:00:21.396ZPlanning: Finding local manifests ... Done (0.002s)
1392026-04-14T21:00:21.414ZPlanning: Fetching manifests: 0/5 0% complete
1402026-04-14T21:00:21.838ZPlanning: Fetching manifests: 5/5 100% complete
1412026-04-14T21:00:21.875ZPlanning: Package planning ... Done (0.037s)
1422026-04-14T21:00:21.911ZPlanning: Merging actions ... Done (0.036s)
1432026-04-14T21:00:22.119ZPlanning: Checking for conflicting actions ... Done (0.208s)
1442026-04-14T21:00:22.129ZPlanning: Consolidating action changes ... Done (0.009s)
1452026-04-14T21:00:23.352ZPlanning: Evaluating mediators ... Done (1.224s)
1462026-04-14T21:00:23.360ZPlanning: Planning completed in 7.13 seconds
1472026-04-14T21:00:23.371Z Packages to install: 5
1482026-04-14T21:00:23.374Z Mediators to change: 3
1492026-04-14T21:00:23.374Z Services to change: 1
1502026-04-14T21:00:23.374Z Estimated space available: 155.35 GB
1512026-04-14T21:00:23.374ZEstimated space to be consumed: 1.88 GB
1522026-04-14T21:00:23.374Z Create boot environment: No
1532026-04-14T21:00:23.374ZCreate backup boot environment: No
1542026-04-14T21:00:23.374Z Rebuild boot archive: No
1552026-04-14T21:00:23.374Z
1562026-04-14T21:00:23.374ZChanged mediators:
1572026-04-14T21:00:23.374Z mediator clang:
1582026-04-14T21:00:23.374Z version: None -> 15 (system default)
1592026-04-14T21:00:23.374Z
1602026-04-14T21:00:23.374Z mediator llvm:
1612026-04-14T21:00:23.374Z version: 14 (system default) -> 15 (system default)
1622026-04-14T21:00:23.374Z
1632026-04-14T21:00:23.375Z mediator postgresql:
1642026-04-14T21:00:23.375Z version: 15 (system default) -> 18 (system default)
1652026-04-14T21:00:23.375Z
1662026-04-14T21:00:23.375ZChanged packages:
1672026-04-14T21:00:23.375Zhelios-dev
1682026-04-14T21:00:23.375Z developer/build-essential
1692026-04-14T21:00:23.375Z None -> 11-2.0
1702026-04-14T21:00:23.375Z library/libxmlsec1
1712026-04-14T21:00:23.375Z None -> 1.2.35-2.0
1722026-04-14T21:00:23.375Z ooce/developer/clang-15
1732026-04-14T21:00:23.375Z None -> 15.0.7-2.0
1742026-04-14T21:00:23.375Z ooce/developer/llvm-15
1752026-04-14T21:00:23.375Z None -> 15.0.7-2.0
1762026-04-14T21:00:23.375Z ooce/library/postgresql-18
1772026-04-14T21:00:23.375Z None -> 18.1-2.0
1782026-04-14T21:00:23.375Z
1792026-04-14T21:00:23.375ZServices:
1802026-04-14T21:00:23.375Z restart_fmri:
1812026-04-14T21:00:23.375Z svc:/system/update-man-index:default
1822026-04-14T21:00:23.429Z
1832026-04-14T21:00:23.430ZDownload: 0/4272 items 0.0/219.0MB 0% complete
1842026-04-14T21:00:28.430ZDownload: 757/4272 items 18.4/219.0MB 8% complete (3.7M/s)
1852026-04-14T21:00:33.431ZDownload: 2470/4272 items 120.1/219.0MB 54% complete (12.1M/s)
1862026-04-14T21:00:38.432ZDownload: 3496/4272 items 213.5/219.0MB 97% complete (19.5M/s)
1872026-04-14T21:00:42.484ZDownload: Completed 218.99 MB in 19.04 seconds (11.5M/s)
1882026-04-14T21:00:42.616Z Actions: 1/4789 actions (Installing new actions)
1892026-04-14T21:00:45.982Z Actions: Completed 4789 actions in 3.38 seconds.
1902026-04-14T21:00:46.646Z Done (0.660s)
1912026-04-14T21:00:46.646Z Done (0.000s)
1922026-04-14T21:00:47.368Z Done (0.722s)
1932026-04-14T21:00:50.409Z Done (2.690s)
1942026-04-14T21:00:50.483Z Done (0.013s)
1952026-04-14T21:00:50.486Z Done (0.000s)
1962026-04-14T21:00:50.874Z Done (0.000s)
1972026-04-14T21:00:51.726ZPlanning: Evaluating mediator changes ... Done
1982026-04-14T21:00:51.834ZPlanning: Checking for conflicting actions ... Done
1992026-04-14T21:00:51.837ZPlanning: Consolidating action changes ... Done
2002026-04-14T21:00:51.996ZPlanning: Evaluating mediators ... Done
2012026-04-14T21:00:51.999ZPlanning: Planning completed in 0.27 seconds
2022026-04-14T21:00:52.016Z Mediators to change: 2
2032026-04-14T21:00:52.016Z Create boot environment: No
2042026-04-14T21:00:52.016ZCreate backup boot environment: No
2052026-04-14T21:00:52.072Z Done
2062026-04-14T21:00:52.072Z Done
2072026-04-14T21:00:52.699Z Done
2082026-04-14T21:00:55.238Z Done
2092026-04-14T21:00:55.312Z Done
2102026-04-14T21:00:55.315Z Done
2112026-04-14T21:00:55.471Z Done
2122026-04-14T21:00:55.735ZPlanning: Evaluating mediator changes ... Done
2132026-04-14T21:00:55.845ZPlanning: Checking for conflicting actions ... Done
2142026-04-14T21:00:55.848ZPlanning: Consolidating action changes ... Done
2152026-04-14T21:00:56.007ZPlanning: Evaluating mediators ... Done
2162026-04-14T21:00:56.010ZPlanning: Planning completed in 0.27 seconds
2172026-04-14T21:00:56.028Z Mediators to change: 1
2182026-04-14T21:00:56.028Z Create boot environment: No
2192026-04-14T21:00:56.031ZCreate backup boot environment: No
2202026-04-14T21:00:56.094Z Done
2212026-04-14T21:00:56.094Z Done
2222026-04-14T21:00:56.699Z Done
2232026-04-14T21:00:59.216Z Done
2242026-04-14T21:00:59.289Z Done
2252026-04-14T21:00:59.293Z Done
2262026-04-14T21:00:59.424Z Done
2272026-04-14T21:00:59.719ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2282026-04-14T21:00:59.719Zclang system 15 system
2292026-04-14T21:00:59.719Zcsh system system illumos
2302026-04-14T21:00:59.719Zctags system system illumos
2312026-04-14T21:00:59.720Zfile system system illumos
2322026-04-14T21:00:59.720Zgcc vendor 12 vendor
2332026-04-14T21:00:59.720Zgcc system 14 system
2342026-04-14T21:00:59.720Zgcc system 10 system
2352026-04-14T21:00:59.720Zgo system 1.20 system
2362026-04-14T21:00:59.720Zgo system 1.19 system
2372026-04-14T21:00:59.720Zllvm system 15 system
2382026-04-14T21:00:59.720Zllvm system 14 system
2392026-04-14T21:00:59.720Zmariadb system 10.6 system
2402026-04-14T21:00:59.720Zmta vendor vendor dma
2412026-04-14T21:00:59.720Zopenjdk system 17 system
2422026-04-14T21:00:59.720Zopenjdk system 11 system
2432026-04-14T21:00:59.720Zopenjdk system 1.8 system
2442026-04-14T21:00:59.720Zopenssl vendor 3 vendor
2452026-04-14T21:00:59.720Zperl system 5.36 system
2462026-04-14T21:00:59.720Zpostgresql system 18 system
2472026-04-14T21:00:59.720Zpostgresql system 15 system
2482026-04-14T21:00:59.720Zpostgresql system 13 system
2492026-04-14T21:00:59.720Zpython vendor 3 vendor
2502026-04-14T21:00:59.720Zpython system 2 system
2512026-04-14T21:00:59.720Zpython3 system 3.11 system
2522026-04-14T21:00:59.720Zruby system 3.0 system
2532026-04-14T21:00:59.720Zwords vendor vendor american-english
2542026-04-14T21:00:59.720Zwords system system australian-english
2552026-04-14T21:00:59.720Zwords system system british-english
2562026-04-14T21:00:59.720Zwords system system canadian-english
2572026-04-14T21:00:59.720Zwords system system french
2582026-04-14T21:00:59.720Zwords system system italian
2592026-04-14T21:00:59.720Zwords system system ngerman
2602026-04-14T21:00:59.720Zwords system system ogerman
2612026-04-14T21:00:59.720Zwords system system spanish
2622026-04-14T21:00:59.947ZPUBLISHER TYPE STATUS P LOCATION
2632026-04-14T21:00:59.947Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2642026-04-14T21:01:04.408ZFMRI IFO
2652026-04-14T21:01:04.408Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2662026-04-14T21:01:04.408Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2672026-04-14T21:01:04.408Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2682026-04-14T21:01:04.408Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2692026-04-14T21:01:04.408Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2702026-04-14T21:01:04.408Zpkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i--
2712026-04-14T21:01:04.408Zpkg://helios-dev/ooce/library/postgresql-18@18.1-2.0:20260217T164409Z im-
2722026-04-14T21:01:04.408Zpkg://helios-dev/ooce/library/postgresql-18@18.1-2.0:20260213T170424Z ---
2732026-04-14T21:01:04.408Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i--
2742026-04-14T21:01:04.408Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2752026-04-14T21:01:04.409Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2762026-04-14T21:01:04.409Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i--
2772026-04-14T21:01:04.409Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
2782026-04-14T21:01:04.409Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2792026-04-14T21:01:04.409Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i--
2802026-04-14T21:01:04.409Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
2812026-04-14T21:01:04.409Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2822026-04-14T21:01:05.552Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2832026-04-14T21:01:05.849Z Updating crates.io index
2842026-04-14T21:01:05.884Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2852026-04-14T21:01:06.579Z Updating git repository `https://github.com/oxidecomputer/lldp`
2862026-04-14T21:01:07.035Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2872026-04-14T21:01:07.612Z Updating git repository `https://github.com/oxidecomputer/propolis`
2882026-04-14T21:01:09.078Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2892026-04-14T21:01:09.549Z Updating git repository `https://github.com/oxidecomputer/crucible`
2902026-04-14T21:01:10.888Z Updating git repository `https://github.com/oxidecomputer/opte`
2912026-04-14T21:01:11.707Z Updating git repository `https://github.com/oxidecomputer/tofino`
2922026-04-14T21:01:12.022Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2932026-04-14T21:01:12.807Z Updating git repository `https://github.com/oxidecomputer/clickward`
2942026-04-14T21:01:13.193Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2952026-04-14T21:01:13.549Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2962026-04-14T21:01:13.964Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2972026-04-14T21:01:14.982Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2982026-04-14T21:01:15.467Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2992026-04-14T21:01:15.972Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
3002026-04-14T21:01:16.404Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
3012026-04-14T21:01:16.838Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
3022026-04-14T21:01:17.129Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
3032026-04-14T21:01:17.355Z Updating git repository `https://github.com/oxidecomputer/libnvme`
3042026-04-14T21:01:17.617Z Updating git repository `https://github.com/oxidecomputer/dice-util`
3052026-04-14T21:01:18.038Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
3062026-04-14T21:01:18.534Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
3072026-04-14T21:01:18.981Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
3082026-04-14T21:01:19.323Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
3092026-04-14T21:01:19.620Z Updating git repository `https://github.com/oxidecomputer/ispf`
3102026-04-14T21:01:19.909Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
3112026-04-14T21:01:21.080Z Updating git repository `https://github.com/oxidecomputer/crucible`
3122026-04-14T21:01:21.620Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
3132026-04-14T21:01:22.077Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
3142026-04-14T21:01:22.370Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
3152026-04-14T21:01:22.681Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
3162026-04-14T21:01:22.998Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
3172026-04-14T21:01:23.314Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
3182026-04-14T21:01:23.703Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
3192026-04-14T21:01:23.983Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
3202026-04-14T21:01:24.280Z Updating git repository `https://github.com/illumos/smf-rs`
3212026-04-14T21:01:24.660Z Updating git repository `https://github.com/oxidecomputer/omicron`
3222026-04-14T21:01:36.244Z Downloading crates ...
3232026-04-14T21:01:36.297Z Downloaded block-buffer v0.10.4
3242026-04-14T21:01:36.301Z Downloaded anstream v0.6.21
3252026-04-14T21:01:36.301Z Downloaded clap_lex v1.0.0
3262026-04-14T21:01:36.301Z Downloaded cargo-platform v0.2.0
3272026-04-14T21:01:36.305Z Downloaded camino v1.2.2
3282026-04-14T21:01:36.305Z Downloaded heck v0.4.1
3292026-04-14T21:01:36.305Z Downloaded anstyle v1.0.13
3302026-04-14T21:01:36.311Z Downloaded toml_write v0.1.2
3312026-04-14T21:01:36.312Z Downloaded dof v0.3.0
3322026-04-14T21:01:36.318Z Downloaded toml_datetime v0.6.11
3332026-04-14T21:01:36.329Z Downloaded plain v0.2.3
3342026-04-14T21:01:36.329Z Downloaded textwrap v0.16.2
3352026-04-14T21:01:36.330Z Downloaded erased-serde v0.4.9
3362026-04-14T21:01:36.330Z Downloaded quote v1.0.44
3372026-04-14T21:01:36.330Z Downloaded proc-macro-error v1.0.4
3382026-04-14T21:01:36.334Z Downloaded anyhow v1.0.102
3392026-04-14T21:01:36.334Z Downloaded unicode-ident v1.0.24
3402026-04-14T21:01:36.337Z Downloaded unicode-xid v0.2.6
3412026-04-14T21:01:36.337Z Downloaded litemap v0.8.1
3422026-04-14T21:01:36.342Z Downloaded zerofrom v0.1.6
3432026-04-14T21:01:36.342Z Downloaded fs-err v3.3.0
3442026-04-14T21:01:36.345Z Downloaded usdt-attr-macro v0.5.0
3452026-04-14T21:01:36.346Z Downloaded serde_derive v1.0.228
3462026-04-14T21:01:36.346Z Downloaded zerofrom-derive v0.1.6
3472026-04-14T21:01:36.346Z Downloaded unicode-linebreak v0.1.5
3482026-04-14T21:01:36.349Z Downloaded memmap v0.7.0
3492026-04-14T21:01:36.350Z Downloaded clap v4.5.60
3502026-04-14T21:01:36.353Z Downloaded yoke-derive v0.8.1
3512026-04-14T21:01:36.356Z Downloaded thread-id v4.2.2
3522026-04-14T21:01:36.356Z Downloaded utf8parse v0.2.2
3532026-04-14T21:01:36.356Z Downloaded utf8_iter v1.0.4
3542026-04-14T21:01:36.356Z Downloaded typeid v1.0.3
3552026-04-14T21:01:36.359Z Downloaded cfg-if v1.0.4
3562026-04-14T21:01:36.362Z Downloaded is_terminal_polyfill v1.70.2
3572026-04-14T21:01:36.362Z Downloaded cargo_metadata v0.21.0
3582026-04-14T21:01:36.366Z Downloaded usdt v0.5.0
3592026-04-14T21:01:36.366Z Downloaded heck v0.5.0
3602026-04-14T21:01:36.370Z Downloaded form_urlencoded v1.2.2
3612026-04-14T21:01:36.370Z Downloaded stable_deref_trait v1.2.1
3622026-04-14T21:01:36.370Z Downloaded pretty-hex v0.4.1
3632026-04-14T21:01:36.372Z Downloaded version_check v0.9.5
3642026-04-14T21:01:36.372Z Downloaded proc-macro-error-attr v1.0.4
3652026-04-14T21:01:36.372Z Downloaded percent-encoding v2.3.2
3662026-04-14T21:01:36.372Z Downloaded usdt-macro v0.5.0
3672026-04-14T21:01:36.373Z Downloaded thiserror-impl v1.0.69
3682026-04-14T21:01:36.373Z Downloaded zerovec-derive v0.11.2
3692026-04-14T21:01:36.375Z Downloaded serde-value v0.7.0
3702026-04-14T21:01:36.375Z Downloaded thiserror v1.0.69
3712026-04-14T21:01:36.378Z Downloaded terminal_size v0.4.3
3722026-04-14T21:01:36.378Z Downloaded scroll_derive v0.12.1
3732026-04-14T21:01:36.378Z Downloaded crypto-common v0.1.7
3742026-04-14T21:01:36.381Z Downloaded usdt-impl v0.5.0
3752026-04-14T21:01:36.381Z Downloaded zmij v1.0.21
3762026-04-14T21:01:36.381Z Downloaded thiserror-impl v2.0.18
3772026-04-14T21:01:36.387Z Downloaded writeable v0.6.2
3782026-04-14T21:01:36.387Z Downloaded thiserror v2.0.18
3792026-04-14T21:01:36.392Z Downloaded potential_utf v0.1.4
3802026-04-14T21:01:36.392Z Downloaded itoa v1.0.17
3812026-04-14T21:01:36.392Z Downloaded yoke v0.8.1
3822026-04-14T21:01:36.392Z Downloaded generic-array v0.14.7
3832026-04-14T21:01:36.392Z Downloaded ucd-trie v0.1.7
3842026-04-14T21:01:36.392Z Downloaded anstyle-query v1.1.5
3852026-04-14T21:01:36.393Z Downloaded fastrand v2.3.0
3862026-04-14T21:01:36.399Z Downloaded equivalent v1.0.2
3872026-04-14T21:01:36.400Z Downloaded toml v0.8.23
3882026-04-14T21:01:36.400Z Downloaded tinystr v0.8.2
3892026-04-14T21:01:36.400Z Downloaded zerocopy-derive v0.7.35
3902026-04-14T21:01:36.400Z Downloaded ordered-float v2.10.1
3912026-04-14T21:01:36.403Z Downloaded idna_adapter v1.2.1
3922026-04-14T21:01:36.406Z Downloaded tabled_derive v0.7.0
3932026-04-14T21:01:36.406Z Downloaded macaddr v1.0.1
3942026-04-14T21:01:36.406Z Downloaded serde_spanned v0.6.9
3952026-04-14T21:01:36.406Z Downloaded fnv v1.0.7
3962026-04-14T21:01:36.409Z Downloaded colorchoice v1.0.4
3972026-04-14T21:01:36.414Z Downloaded errno v0.3.14
3982026-04-14T21:01:36.415Z Downloaded strsim v0.11.1
3992026-04-14T21:01:36.417Z Downloaded zerotrie v0.2.3
4002026-04-14T21:01:36.418Z Downloaded swrite v0.1.0
4012026-04-14T21:01:36.418Z Downloaded smawk v0.3.2
4022026-04-14T21:01:36.418Z Downloaded typenum v1.19.0
4032026-04-14T21:01:36.420Z Downloaded url v2.5.8
4042026-04-14T21:01:36.423Z Downloaded serde-untagged v0.1.9
4052026-04-14T21:01:36.423Z Downloaded icu_locale_core v2.1.1
4062026-04-14T21:01:36.426Z Downloaded toml_edit v0.22.27
4072026-04-14T21:01:36.429Z Downloaded unicode-width v0.1.14
4082026-04-14T21:01:36.432Z Downloaded cpufeatures v0.2.17
4092026-04-14T21:01:36.432Z Downloaded cargo_toml v0.21.0
4102026-04-14T21:01:36.433Z Downloaded byteorder v1.5.0
4112026-04-14T21:01:36.435Z Downloaded anstyle-parse v0.2.7
4122026-04-14T21:01:36.438Z Downloaded autocfg v1.5.0
4132026-04-14T21:01:36.438Z Downloaded winnow v0.7.14
4142026-04-14T21:01:36.441Z Downloaded zerovec v0.11.5
4152026-04-14T21:01:36.446Z Downloaded dtrace-parser v0.2.0
4162026-04-14T21:01:36.450Z Downloaded zerocopy v0.7.35
4172026-04-14T21:01:36.454Z Downloaded synstructure v0.13.2
4182026-04-14T21:01:36.457Z Downloaded serde_tokenstream v0.2.3
4192026-04-14T21:01:36.457Z Downloaded scroll v0.12.0
4202026-04-14T21:01:36.457Z Downloaded displaydoc v0.2.5
4212026-04-14T21:01:36.457Z Downloaded digest v0.10.7
4222026-04-14T21:01:36.457Z Downloaded unicode-width v0.2.0
4232026-04-14T21:01:36.462Z Downloaded icu_collections v2.1.1
4242026-04-14T21:01:36.467Z Downloaded bytecount v0.6.9
4252026-04-14T21:01:36.467Z Downloaded camino-tempfile v1.4.1
4262026-04-14T21:01:36.469Z Downloaded sha2 v0.10.9
4272026-04-14T21:01:36.469Z Downloaded smallvec v1.15.1
4282026-04-14T21:01:36.469Z Downloaded bitflags v2.11.0
4292026-04-14T21:01:36.475Z Downloaded clap_derive v4.5.55
4302026-04-14T21:01:36.485Z Downloaded pest_derive v2.8.6
4312026-04-14T21:01:36.489Z Downloaded once_cell v1.21.3
4322026-04-14T21:01:36.492Z Downloaded icu_normalizer_data v2.1.1
4332026-04-14T21:01:36.492Z Downloaded tempfile v3.25.0
4342026-04-14T21:01:36.500Z Downloaded cargo-util-schemas v0.8.2
4352026-04-14T21:01:36.505Z Downloaded serde_core v1.0.228
4362026-04-14T21:01:36.505Z Downloaded log v0.4.29
4372026-04-14T21:01:36.505Z Downloaded semver v1.0.27
4382026-04-14T21:01:36.509Z Downloaded papergrid v0.11.0
4392026-04-14T21:01:36.509Z Downloaded icu_provider v2.1.1
4402026-04-14T21:01:36.513Z Downloaded proc-macro2 v1.0.106
4412026-04-14T21:01:36.518Z Downloaded pest_meta v2.8.6
4422026-04-14T21:01:36.518Z Downloaded pest_generator v2.8.6
4432026-04-14T21:01:36.522Z Downloaded icu_properties v2.1.2
4442026-04-14T21:01:36.522Z Downloaded getrandom v0.3.4
4452026-04-14T21:01:36.527Z Downloaded icu_normalizer v2.1.1
4462026-04-14T21:01:36.530Z Downloaded num-traits v0.2.19
4472026-04-14T21:01:36.536Z Downloaded serde v1.0.228
4482026-04-14T21:01:36.544Z Downloaded indexmap v2.13.0
4492026-04-14T21:01:36.567Z Downloaded goblin v0.8.2
4502026-04-14T21:01:36.575Z Downloaded hashbrown v0.16.1
4512026-04-14T21:01:36.578Z Downloaded tabled v0.15.0
4522026-04-14T21:01:36.586Z Downloaded pest v2.8.6
4532026-04-14T21:01:36.589Z Downloaded serde_json v1.0.149
4542026-04-14T21:01:36.592Z Downloaded icu_properties_data v2.1.2
4552026-04-14T21:01:36.598Z Downloaded memchr v2.8.0
4562026-04-14T21:01:36.602Z Downloaded idna v1.1.0
4572026-04-14T21:01:36.605Z Downloaded syn v1.0.109
4582026-04-14T21:01:36.608Z Downloaded clap_builder v4.5.60
4592026-04-14T21:01:36.624Z Downloaded syn v2.0.117
4602026-04-14T21:01:36.640Z Downloaded rustix v1.1.3
4612026-04-14T21:01:36.664Z Downloaded libc v0.2.180
4622026-04-14T21:01:36.730Z Compiling proc-macro2 v1.0.106
4632026-04-14T21:01:36.730Z Compiling unicode-ident v1.0.24
4642026-04-14T21:01:36.733Z Compiling quote v1.0.44
4652026-04-14T21:01:36.733Z Compiling serde_core v1.0.228
4662026-04-14T21:01:36.733Z Compiling libc v0.2.180
4672026-04-14T21:01:36.733Z Compiling version_check v0.9.5
4682026-04-14T21:01:36.733Z Compiling serde v1.0.228
4692026-04-14T21:01:36.733Z Compiling stable_deref_trait v1.2.1
4702026-04-14T21:01:37.070Z Compiling memchr v2.8.0
4712026-04-14T21:01:37.083Z Compiling zmij v1.0.21
4722026-04-14T21:01:37.299Z Compiling thiserror v1.0.69
4732026-04-14T21:01:37.469Z Compiling autocfg v1.5.0
4742026-04-14T21:01:37.502Z Compiling ucd-trie v0.1.7
4752026-04-14T21:01:37.672Z Compiling itoa v1.0.17
4762026-04-14T21:01:37.781Z Compiling pest v2.8.6
4772026-04-14T21:01:37.871Z Compiling litemap v0.8.1
4782026-04-14T21:01:37.904Z Compiling writeable v0.6.2
4792026-04-14T21:01:37.908Z Compiling rustix v1.1.3
4802026-04-14T21:01:37.978Z Compiling byteorder v1.5.0
4812026-04-14T21:01:38.065Z Compiling icu_normalizer_data v2.1.1
4822026-04-14T21:01:38.100Z Compiling icu_properties_data v2.1.2
4832026-04-14T21:01:38.331Z Compiling errno v0.3.14
4842026-04-14T21:01:38.802Z Compiling syn v2.0.117
4852026-04-14T21:01:38.806Z Compiling bitflags v2.11.0
4862026-04-14T21:01:38.806Z Compiling serde_json v1.0.149
4872026-04-14T21:01:38.806Z Compiling num-traits v0.2.19
4882026-04-14T21:01:38.806Z Compiling smallvec v1.15.1
4892026-04-14T21:01:38.806Z Compiling hashbrown v0.16.1
4902026-04-14T21:01:38.899Z Compiling pest_meta v2.8.6
4912026-04-14T21:01:38.943Z Compiling typeid v1.0.3
4922026-04-14T21:01:39.009Z Compiling equivalent v1.0.2
4932026-04-14T21:01:39.256Z Compiling thread-id v4.2.2
4942026-04-14T21:01:39.302Z Compiling indexmap v2.13.0
4952026-04-14T21:01:39.395Z Compiling usdt-impl v0.5.0
4962026-04-14T21:01:39.400Z Compiling proc-macro-error-attr v1.0.4
4972026-04-14T21:01:39.421Z Compiling winnow v0.7.14
4982026-04-14T21:01:39.599Z Compiling syn v1.0.109
4992026-04-14T21:01:39.610Z Compiling toml_write v0.1.2
5002026-04-14T21:01:39.810Z Compiling erased-serde v0.4.9
5012026-04-14T21:01:40.093Z Compiling proc-macro-error v1.0.4
5022026-04-14T21:01:40.133Z Compiling camino v1.2.2
5032026-04-14T21:01:40.285Z Compiling log v0.4.29
5042026-04-14T21:01:40.451Z Compiling getrandom v0.3.4
5052026-04-14T21:01:40.481Z Compiling thiserror v2.0.18
5062026-04-14T21:01:40.573Z Compiling percent-encoding v2.3.2
5072026-04-14T21:01:40.599Z Compiling utf8_iter v1.0.4
5082026-04-14T21:01:40.755Z Compiling plain v0.2.3
5092026-04-14T21:01:40.779Z Compiling utf8parse v0.2.2
5102026-04-14T21:01:40.831Z Compiling form_urlencoded v1.2.2
5112026-04-14T21:01:40.881Z Compiling ordered-float v2.10.1
5122026-04-14T21:01:40.930Z Compiling anstyle-parse v0.2.7
5132026-04-14T21:01:41.106Z Compiling synstructure v0.13.2
5142026-04-14T21:01:41.123Z Compiling pest_generator v2.8.6
5152026-04-14T21:01:41.155Z Compiling terminal_size v0.4.3
5162026-04-14T21:01:41.302Z Compiling anstyle-query v1.1.5
5172026-04-14T21:01:41.425Z Compiling anstyle v1.0.13
5182026-04-14T21:01:41.444Z Compiling colorchoice v1.0.4
5192026-04-14T21:01:41.460Z Compiling is_terminal_polyfill v1.70.2
5202026-04-14T21:01:41.496Z Compiling cfg-if v1.0.4
5212026-04-14T21:01:41.560Z Compiling pretty-hex v0.4.1
5222026-04-14T21:01:41.596Z Compiling anstream v0.6.21
5232026-04-14T21:01:41.704Z Compiling serde-untagged v0.1.9
5242026-04-14T21:01:41.750Z Compiling semver v1.0.27
5252026-04-14T21:01:41.839Z Compiling fs-err v3.3.0
5262026-04-14T21:01:41.900Z Compiling once_cell v1.21.3
5272026-04-14T21:01:41.950Z Compiling unicode-xid v0.2.6
5282026-04-14T21:01:42.029Z Compiling heck v0.5.0
5292026-04-14T21:01:42.073Z Compiling anyhow v1.0.102
5302026-04-14T21:01:42.095Z Compiling fnv v1.0.7
5312026-04-14T21:01:42.113Z Compiling strsim v0.11.1
5322026-04-14T21:01:42.123Z Compiling clap_lex v1.0.0
5332026-04-14T21:01:42.263Z Compiling unicode-width v0.1.14
5342026-04-14T21:01:42.355Z Compiling heck v0.4.1
5352026-04-14T21:01:42.375Z Compiling fastrand v2.3.0
5362026-04-14T21:01:42.449Z Compiling bytecount v0.6.9
5372026-04-14T21:01:42.540Z Compiling clap_builder v4.5.60
5382026-04-14T21:01:42.584Z Compiling tempfile v3.25.0
5392026-04-14T21:01:42.584Z Compiling papergrid v0.11.0
5402026-04-14T21:01:42.726Z Compiling memmap v0.7.0
5412026-04-14T21:01:42.737Z Compiling smawk v0.3.2
5422026-04-14T21:01:42.795Z Compiling serde_derive v1.0.228
5432026-04-14T21:01:42.874Z Compiling zerofrom-derive v0.1.6
5442026-04-14T21:01:42.904Z Compiling yoke-derive v0.8.1
5452026-04-14T21:01:42.973Z Compiling zerovec-derive v0.11.2
5462026-04-14T21:01:43.090Z Compiling displaydoc v0.2.5
5472026-04-14T21:01:43.828Z Compiling thiserror-impl v1.0.69
5482026-04-14T21:01:44.003Z Compiling zerocopy-derive v0.7.35
5492026-04-14T21:01:44.053Z Compiling pest_derive v2.8.6
5502026-04-14T21:01:44.072Z Compiling scroll_derive v0.12.1
5512026-04-14T21:01:44.234Z Compiling zerofrom v0.1.6
5522026-04-14T21:01:44.402Z Compiling yoke v0.8.1
5532026-04-14T21:01:44.521Z Compiling thiserror-impl v2.0.18
5542026-04-14T21:01:44.598Z Compiling zerovec v0.11.5
5552026-04-14T21:01:44.760Z Compiling zerotrie v0.2.3
5562026-04-14T21:01:44.896Z Compiling zerocopy v0.7.35
5572026-04-14T21:01:45.070Z Compiling tinystr v0.8.2
5582026-04-14T21:01:45.117Z Compiling potential_utf v0.1.4
5592026-04-14T21:01:45.212Z Compiling dtrace-parser v0.2.0
5602026-04-14T21:01:45.281Z Compiling icu_locale_core v2.1.1
5612026-04-14T21:01:45.299Z Compiling icu_collections v2.1.1
5622026-04-14T21:01:45.457Z Compiling scroll v0.12.0
5632026-04-14T21:01:45.574Z Compiling tabled_derive v0.7.0
5642026-04-14T21:01:45.694Z Compiling goblin v0.8.2
5652026-04-14T21:01:45.730Z Compiling clap_derive v4.5.55
5662026-04-14T21:01:45.978Z Compiling icu_provider v2.1.1
5672026-04-14T21:01:45.988Z Compiling unicode-width v0.2.0
5682026-04-14T21:01:46.165Z Compiling unicode-linebreak v0.1.5
5692026-04-14T21:01:46.259Z Compiling icu_properties v2.1.2
5702026-04-14T21:01:46.259Z Compiling icu_normalizer v2.1.1
5712026-04-14T21:01:46.293Z Compiling toml_datetime v0.6.11
5722026-04-14T21:01:46.311Z Compiling serde_spanned v0.6.9
5732026-04-14T21:01:46.411Z Compiling dof v0.3.0
5742026-04-14T21:01:46.461Z Compiling serde_tokenstream v0.2.3
5752026-04-14T21:01:46.505Z Compiling toml_edit v0.22.27
5762026-04-14T21:01:46.556Z Compiling serde-value v0.7.0
5772026-04-14T21:01:46.805Z Compiling cargo-platform v0.2.0
5782026-04-14T21:01:46.808Z Compiling tabled v0.15.0
5792026-04-14T21:01:46.927Z Compiling textwrap v0.16.2
5802026-04-14T21:01:47.102Z Compiling macaddr v1.0.1
5812026-04-14T21:01:47.331Z Compiling idna_adapter v1.2.1
5822026-04-14T21:01:47.363Z Compiling camino-tempfile v1.4.1
5832026-04-14T21:01:47.409Z Compiling usdt-attr-macro v0.5.0
5842026-04-14T21:01:47.469Z Compiling idna v1.1.0
5852026-04-14T21:01:47.469Z Compiling usdt-macro v0.5.0
5862026-04-14T21:01:47.589Z Compiling clap v4.5.60
5872026-04-14T21:01:47.690Z Compiling swrite v0.1.0
5882026-04-14T21:01:47.790Z Compiling url v2.5.8
5892026-04-14T21:01:48.032Z Compiling toml v0.8.23
5902026-04-14T21:01:48.105Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5912026-04-14T21:01:48.395Z Compiling cargo-util-schemas v0.8.2
5922026-04-14T21:01:48.537Z Compiling cargo_toml v0.21.0
5932026-04-14T21:01:48.828Z Compiling usdt v0.5.0
5942026-04-14T21:01:49.281Z Compiling cargo_metadata v0.21.0
5952026-04-14T21:01:50.235Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5962026-04-14T21:01:52.320Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 46.96s
5972026-04-14T21:01:52.571Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
5982026-04-14T21:01:53.137Z Downloading crates ...
5992026-04-14T21:01:53.228Z Downloaded ascii-canvas v3.0.0
6002026-04-14T21:01:53.237Z Downloaded arrayvec v0.7.6
6012026-04-14T21:01:53.242Z Downloaded castaway v0.2.4
6022026-04-14T21:01:53.245Z Downloaded array-init v0.0.4
6032026-04-14T21:01:53.245Z Downloaded base16ct v0.2.0
6042026-04-14T21:01:53.248Z Downloaded adler2 v2.0.1
6052026-04-14T21:01:53.251Z Downloaded arc-swap v1.8.2
6062026-04-14T21:01:53.255Z Downloaded async-bb8-diesel v0.2.1
6072026-04-14T21:01:53.259Z Downloaded assert_matches v1.5.0
6082026-04-14T21:01:53.259Z Downloaded crc8 v0.1.1
6092026-04-14T21:01:53.260Z Downloaded crc32fast v1.5.0
6102026-04-14T21:01:53.260Z Downloaded crossbeam-deque v0.8.6
6112026-04-14T21:01:53.263Z Downloaded darling_macro v0.20.11
6122026-04-14T21:01:53.263Z Downloaded enum-as-inner v0.6.1
6132026-04-14T21:01:53.265Z Downloaded buf-list v1.1.2
6142026-04-14T21:01:53.266Z Downloaded crypto-bigint v0.5.5
6152026-04-14T21:01:53.270Z Downloaded darling_core v0.20.11
6162026-04-14T21:01:53.275Z Downloaded cfg_aliases v0.1.1
6172026-04-14T21:01:53.275Z Downloaded blowfish v0.9.1
6182026-04-14T21:01:53.279Z Downloaded atty v0.2.14
6192026-04-14T21:01:53.283Z Downloaded foldhash v0.2.0
6202026-04-14T21:01:53.283Z Downloaded crunchy v0.2.4
6212026-04-14T21:01:53.283Z Downloaded async-stream v0.3.6
6222026-04-14T21:01:53.283Z Downloaded ciborium-io v0.2.2
6232026-04-14T21:01:53.283Z Downloaded crossterm v0.29.0
6242026-04-14T21:01:53.287Z Downloaded ecdsa v0.16.9
6252026-04-14T21:01:53.291Z Downloaded bit-set v0.8.0
6262026-04-14T21:01:53.294Z Downloaded elliptic-curve v0.13.8
6272026-04-14T21:01:53.297Z Downloaded diff v0.1.13
6282026-04-14T21:01:53.297Z Downloaded compression-core v0.4.31
6292026-04-14T21:01:53.297Z Downloaded async-recursion v1.1.1
6302026-04-14T21:01:53.302Z Downloaded float-cmp v0.10.0
6312026-04-14T21:01:53.302Z Downloaded crucible-workspace-hack v0.1.0
6322026-04-14T21:01:53.306Z Downloaded dof v0.4.0
6332026-04-14T21:01:53.306Z Downloaded bitfield-struct v0.6.2
6342026-04-14T21:01:53.306Z Downloaded bb8 v0.8.6
6352026-04-14T21:01:53.306Z Downloaded dirs-next v2.0.0
6362026-04-14T21:01:53.306Z Downloaded crossterm v0.28.1
6372026-04-14T21:01:53.314Z Downloaded ff v0.13.1
6382026-04-14T21:01:53.314Z Downloaded either v1.15.0
6392026-04-14T21:01:53.319Z Downloaded aead v0.5.2
6402026-04-14T21:01:53.319Z Downloaded display-error-chain v0.2.2
6412026-04-14T21:01:53.319Z Downloaded darling v0.21.3
6422026-04-14T21:01:53.319Z Downloaded cargo-platform v0.1.9
6432026-04-14T21:01:53.319Z Downloaded derive_builder_core v0.20.2
6442026-04-14T21:01:53.319Z Downloaded defmt-macros v1.0.1
6452026-04-14T21:01:53.322Z Downloaded darling_macro v0.23.0
6462026-04-14T21:01:53.322Z Downloaded async-stream-impl v0.3.6
6472026-04-14T21:01:53.322Z Downloaded ciborium-ll v0.2.2
6482026-04-14T21:01:53.322Z Downloaded arrayref v0.3.9
6492026-04-14T21:01:53.325Z Downloaded embedded-io v0.4.0
6502026-04-14T21:01:53.325Z Downloaded dtrace-parser v0.3.0
6512026-04-14T21:01:53.325Z Downloaded block-padding v0.3.3
6522026-04-14T21:01:53.328Z Downloaded bit-set v0.5.3
6532026-04-14T21:01:53.328Z Downloaded flagset v0.4.7
6542026-04-14T21:01:53.331Z Downloaded atomic-waker v1.1.2
6552026-04-14T21:01:53.334Z Downloaded convert_case v0.4.0
6562026-04-14T21:01:53.338Z Downloaded document-features v0.2.12
6572026-04-14T21:01:53.338Z Downloaded darling_macro v0.21.3
6582026-04-14T21:01:53.338Z Downloaded curve25519-dalek-derive v0.1.1
6592026-04-14T21:01:53.341Z Downloaded chacha20 v0.9.1
6602026-04-14T21:01:53.341Z Downloaded bitflags v1.3.2
6612026-04-14T21:01:53.342Z Downloaded env_filter v1.0.0
6622026-04-14T21:01:53.348Z Downloaded difflib v0.4.0
6632026-04-14T21:01:53.348Z Downloaded fd-lock v4.0.4
6642026-04-14T21:01:53.349Z Downloaded debug-ignore v1.0.5
6652026-04-14T21:01:53.355Z Downloaded defmt-parser v1.0.0
6662026-04-14T21:01:53.355Z Downloaded argon2 v0.5.3
6672026-04-14T21:01:53.355Z Downloaded cbc v0.1.2
6682026-04-14T21:01:53.355Z Downloaded crc-catalog v2.4.0
6692026-04-14T21:01:53.356Z Downloaded dsl_auto_type v0.2.0
6702026-04-14T21:01:53.356Z Downloaded diesel-dtrace v0.5.0
6712026-04-14T21:01:53.356Z Downloaded critical-section v1.2.0
6722026-04-14T21:01:53.360Z Downloaded cfg_aliases v0.2.1
6732026-04-14T21:01:53.360Z Downloaded atomicwrites v0.4.4
6742026-04-14T21:01:53.360Z Downloaded ghash v0.5.1
6752026-04-14T21:01:53.360Z Downloaded foreign-types-shared v0.3.1
6762026-04-14T21:01:53.364Z Downloaded foreign-types-shared v0.1.1
6772026-04-14T21:01:53.364Z Downloaded bitfield-macros v0.19.4
6782026-04-14T21:01:53.364Z Downloaded foreign-types v0.3.2
6792026-04-14T21:01:53.364Z Downloaded fxhash v0.2.1
6802026-04-14T21:01:53.364Z Downloaded futures-io v0.3.32
6812026-04-14T21:01:53.364Z Downloaded dyn-clone v1.0.20
6822026-04-14T21:01:53.368Z Downloaded foreign-types-macros v0.2.3
6832026-04-14T21:01:53.368Z Downloaded cobs v0.3.0
6842026-04-14T21:01:53.368Z Downloaded endian-type v0.1.2
6852026-04-14T21:01:53.371Z Downloaded dropshot-api-manager-types v0.6.0
6862026-04-14T21:01:53.371Z Downloaded diesel_table_macro_syntax v0.3.0
6872026-04-14T21:01:53.371Z Downloaded compact_str v0.8.1
6882026-04-14T21:01:53.375Z Downloaded embedded-io v0.6.1
6892026-04-14T21:01:53.375Z Downloaded allocator-api2 v0.2.21
6902026-04-14T21:01:53.375Z Downloaded ahash v0.8.12
6912026-04-14T21:01:53.379Z Downloaded defmt v0.3.100
6922026-04-14T21:01:53.379Z Downloaded futures-sink v0.3.32
6932026-04-14T21:01:53.379Z Downloaded downcast-rs v2.0.2
6942026-04-14T21:01:53.385Z Downloaded find-msvc-tools v0.1.9
6952026-04-14T21:01:53.385Z Downloaded git-stub v1.0.0
6962026-04-14T21:01:53.385Z Downloaded derive-ex v0.1.8
6972026-04-14T21:01:53.385Z Downloaded daft-derive v0.1.5
6982026-04-14T21:01:53.389Z Downloaded cargo_metadata v0.19.2
6992026-04-14T21:01:53.389Z Downloaded bit-vec v0.6.3
7002026-04-14T21:01:53.389Z Downloaded float-ord v0.3.2
7012026-04-14T21:01:53.389Z Downloaded crc v3.4.0
7022026-04-14T21:01:53.389Z Downloaded dirs-sys-next v0.1.2
7032026-04-14T21:01:53.393Z Downloaded defmt v1.0.1
7042026-04-14T21:01:53.393Z Downloaded bit-vec v0.8.0
7052026-04-14T21:01:53.396Z Downloaded backoff v0.4.0
7062026-04-14T21:01:53.396Z Downloaded dunce v1.0.5
7072026-04-14T21:01:53.396Z Downloaded derive_builder_macro v0.20.2
7082026-04-14T21:01:53.396Z Downloaded compression-codecs v0.4.37
7092026-04-14T21:01:53.400Z Downloaded cmake v0.1.57
7102026-04-14T21:01:53.400Z Downloaded bitfield v0.19.4
7112026-04-14T21:01:53.400Z Downloaded derive_builder v0.20.2
7122026-04-14T21:01:53.405Z Downloaded fallible-iterator v0.2.0
7132026-04-14T21:01:53.405Z Downloaded crossbeam-utils v0.8.21
7142026-04-14T21:01:53.408Z Downloaded cexpr v0.6.0
7152026-04-14T21:01:53.408Z Downloaded cstr-argument v0.1.2
7162026-04-14T21:01:53.408Z Downloaded byte-wrapper v0.1.0
7172026-04-14T21:01:53.415Z Downloaded bcrypt-pbkdf v0.10.0
7182026-04-14T21:01:53.415Z Downloaded headers-core v0.3.0
7192026-04-14T21:01:53.415Z Downloaded futures-macro v0.3.32
7202026-04-14T21:01:53.415Z Downloaded fixedbitset v0.4.2
7212026-04-14T21:01:53.415Z Downloaded base64ct v1.8.3
7222026-04-14T21:01:53.415Z Downloaded hex v0.4.3
7232026-04-14T21:01:53.419Z Downloaded cassowary v0.3.0
7242026-04-14T21:01:53.419Z Downloaded camino-tempfile-ext v0.3.3
7252026-04-14T21:01:53.419Z Downloaded fixedbitset v0.5.7
7262026-04-14T21:01:53.419Z Downloaded darling_core v0.21.3
7272026-04-14T21:01:53.423Z Downloaded filetime v0.2.27
7282026-04-14T21:01:53.423Z Downloaded env_logger v0.11.9
7292026-04-14T21:01:53.426Z Downloaded globwalk v0.9.1
7302026-04-14T21:01:53.426Z Downloaded convert_case v0.10.0
7312026-04-14T21:01:53.426Z Downloaded gethostname v0.5.0
7322026-04-14T21:01:53.430Z Downloaded foreign-types v0.5.0
7332026-04-14T21:01:53.430Z Downloaded constant_time_eq v0.4.2
7342026-04-14T21:01:53.430Z Downloaded hostname v0.4.2
7352026-04-14T21:01:53.433Z Downloaded hex-literal v0.4.1
7362026-04-14T21:01:53.433Z Downloaded hash32 v0.3.1
7372026-04-14T21:01:53.433Z Downloaded hash32 v0.2.1
7382026-04-14T21:01:53.433Z Downloaded corncobs v0.1.4
7392026-04-14T21:01:53.436Z Downloaded bcs v0.1.6
7402026-04-14T21:01:53.436Z Downloaded ctr v0.9.2
7412026-04-14T21:01:53.436Z Downloaded hostname v0.3.1
7422026-04-14T21:01:53.440Z Downloaded http-range v0.1.5
7432026-04-14T21:01:53.440Z Downloaded ena v0.14.4
7442026-04-14T21:01:53.440Z Downloaded deranged v0.5.8
7452026-04-14T21:01:53.443Z Downloaded futures-task v0.3.32
7462026-04-14T21:01:53.443Z Downloaded fs_extra v1.3.0
7472026-04-14T21:01:53.443Z Downloaded home v0.5.12
7482026-04-14T21:01:53.446Z Downloaded darling v0.20.11
7492026-04-14T21:01:53.446Z Downloaded hubpack_derive v0.1.1
7502026-04-14T21:01:53.449Z Downloaded hubpack v0.1.2
7512026-04-14T21:01:53.449Z Downloaded httpdate v1.0.3
7522026-04-14T21:01:53.449Z Downloaded http-body v1.0.1
7532026-04-14T21:01:53.449Z Downloaded indent_write v2.2.0
7542026-04-14T21:01:53.452Z Downloaded globset v0.4.18
7552026-04-14T21:01:53.452Z Downloaded csv-core v0.1.13
7562026-04-14T21:01:53.452Z Downloaded data-encoding v2.10.0
7572026-04-14T21:01:53.455Z Downloaded der_derive v0.7.3
7582026-04-14T21:01:53.455Z Downloaded blake2 v0.10.6
7592026-04-14T21:01:53.455Z Downloaded hyper-tls v0.6.0
7602026-04-14T21:01:53.459Z Downloaded glob v0.3.3
7612026-04-14T21:01:53.459Z Downloaded ident_case v1.0.1
7622026-04-14T21:01:53.459Z Downloaded console v0.15.11
7632026-04-14T21:01:53.462Z Downloaded const_format_proc_macros v0.2.34
7642026-04-14T21:01:53.462Z Downloaded chacha20 v0.10.0
7652026-04-14T21:01:53.465Z Downloaded foldhash v0.1.5
7662026-04-14T21:01:53.465Z Downloaded git-stub-vcs v0.1.0
7672026-04-14T21:01:53.465Z Downloaded instability v0.3.11
7682026-04-14T21:01:53.468Z Downloaded group v0.13.0
7692026-04-14T21:01:53.468Z Downloaded futures-core v0.3.32
7702026-04-14T21:01:53.468Z Downloaded cookie_store v0.22.1
7712026-04-14T21:01:53.471Z Downloaded colored v2.2.0
7722026-04-14T21:01:53.471Z Downloaded indoc v1.0.9
7732026-04-14T21:01:53.477Z Downloaded is-terminal v0.4.17
7742026-04-14T21:01:53.477Z Downloaded instant v0.1.13
7752026-04-14T21:01:53.477Z Downloaded crossbeam-channel v0.5.15
7762026-04-14T21:01:53.480Z Downloaded inout v0.1.4
7772026-04-14T21:01:53.480Z Downloaded ciborium v0.2.2
7782026-04-14T21:01:53.480Z Downloaded bzip2 v0.6.1
7792026-04-14T21:01:53.485Z Downloaded is_ci v1.2.0
7802026-04-14T21:01:53.485Z Downloaded kstat-rs v0.2.4
7812026-04-14T21:01:53.485Z Downloaded fs-err v2.11.0
7822026-04-14T21:01:53.485Z Downloaded clang-sys v1.8.1
7832026-04-14T21:01:53.489Z Downloaded lazy_static v1.5.0
7842026-04-14T21:01:53.489Z Downloaded lalrpop-util v0.19.12
7852026-04-14T21:01:53.489Z Downloaded futures-executor v0.3.32
7862026-04-14T21:01:53.489Z Downloaded ed25519 v2.2.3
7872026-04-14T21:01:53.492Z Downloaded backon v1.6.0
7882026-04-14T21:01:53.492Z Downloaded darling v0.23.0
7892026-04-14T21:01:53.498Z Downloaded crossbeam-epoch v0.9.18
7902026-04-14T21:01:53.498Z Downloaded libscf-sys v1.1.0
7912026-04-14T21:01:53.499Z Downloaded cpufeatures v0.3.0
7922026-04-14T21:01:53.502Z Downloaded cipher v0.4.4
7932026-04-14T21:01:53.502Z Downloaded const-oid v0.9.6
7942026-04-14T21:01:53.502Z Downloaded http-body-util v0.1.3
7952026-04-14T21:01:53.502Z Downloaded console v0.16.2
7962026-04-14T21:01:53.502Z Downloaded lzss v0.8.2
7972026-04-14T21:01:53.505Z Downloaded keccak v0.1.6
7982026-04-14T21:01:53.505Z Downloaded getrandom v0.2.17
7992026-04-14T21:01:53.508Z Downloaded match_cfg v0.1.0
8002026-04-14T21:01:53.508Z Downloaded maplit v1.0.2
8012026-04-14T21:01:53.508Z Downloaded linked-hash-map v0.5.6
8022026-04-14T21:01:53.508Z Downloaded cookie v0.18.1
8032026-04-14T21:01:53.519Z Downloaded indoc v2.0.7
8042026-04-14T21:01:53.519Z Downloaded managed v0.8.0
8052026-04-14T21:01:53.519Z Downloaded lru-slab v0.1.2
8062026-04-14T21:01:53.519Z Downloaded drift v0.1.3
8072026-04-14T21:01:53.519Z Downloaded des v0.8.1
8082026-04-14T21:01:53.519Z Downloaded mime v0.3.17
8092026-04-14T21:01:53.519Z Downloaded lru v0.12.5
8102026-04-14T21:01:53.520Z Downloaded newline-converter v0.3.0
8112026-04-14T21:01:53.523Z Downloaded humantime v2.3.0
8122026-04-14T21:01:53.523Z Downloaded colored v3.1.1
8132026-04-14T21:01:53.523Z Downloaded lru-cache v0.1.2
8142026-04-14T21:01:53.523Z Downloaded bzip2 v0.4.4
8152026-04-14T21:01:53.526Z Downloaded async-trait v0.1.89
8162026-04-14T21:01:53.526Z Downloaded ar_archive_writer v0.5.1
8172026-04-14T21:01:53.529Z Downloaded daft v0.1.5
8182026-04-14T21:01:53.532Z Downloaded funty v2.0.0
8192026-04-14T21:01:53.532Z Downloaded impl-trait-for-tuples v0.2.3
8202026-04-14T21:01:53.535Z Downloaded new_debug_unreachable v1.0.6
8212026-04-14T21:01:53.535Z Downloaded md5 v0.7.0
8222026-04-14T21:01:53.535Z Downloaded nibble_vec v0.1.0
8232026-04-14T21:01:53.535Z Downloaded multimap v0.10.1
8242026-04-14T21:01:53.541Z Downloaded nonempty v0.12.0
8252026-04-14T21:01:53.541Z Downloaded futures-channel v0.3.32
8262026-04-14T21:01:53.541Z Downloaded erased-serde v0.3.31
8272026-04-14T21:01:53.544Z Downloaded ipnetwork v0.21.1
8282026-04-14T21:01:53.545Z Downloaded ipnet v2.11.0
8292026-04-14T21:01:53.545Z Downloaded internet-checksum v0.2.1
8302026-04-14T21:01:53.545Z Downloaded ingot-types v0.1.2
8312026-04-14T21:01:53.545Z Downloaded cancel-safe-futures v0.1.5
8322026-04-14T21:01:53.547Z Downloaded crc-any v2.5.0
8332026-04-14T21:01:53.550Z Downloaded num-iter v0.1.45
8342026-04-14T21:01:53.553Z Downloaded num-derive v0.4.2
8352026-04-14T21:01:53.553Z Downloaded async-compression v0.4.41
8362026-04-14T21:01:53.557Z Downloaded openssl-probe v0.1.6
8372026-04-14T21:01:53.560Z Downloaded num-conv v0.2.0
8382026-04-14T21:01:53.561Z Downloaded libloading v0.8.9
8392026-04-14T21:01:53.561Z Downloaded olpc-cjson v0.1.4
8402026-04-14T21:01:53.561Z Downloaded derive-where v1.6.0
8412026-04-14T21:01:53.564Z Downloaded openssl-macros v0.1.1
8422026-04-14T21:01:53.564Z Downloaded opaque-debug v0.3.1
8432026-04-14T21:01:53.564Z Downloaded half v1.8.3
8442026-04-14T21:01:53.567Z Downloaded openssl-probe v0.2.1
8452026-04-14T21:01:53.567Z Downloaded libsw v3.5.0
8462026-04-14T21:01:53.567Z Downloaded dropshot_endpoint v0.16.7
8472026-04-14T21:01:53.570Z Downloaded libsw-core v0.3.2
8482026-04-14T21:01:53.574Z Downloaded futures v0.3.32
8492026-04-14T21:01:53.577Z Downloaded oso-derive v0.27.3
8502026-04-14T21:01:53.577Z Downloaded linear-map v1.2.0
8512026-04-14T21:01:53.577Z Downloaded flume v0.11.1
8522026-04-14T21:01:53.580Z Downloaded memoffset v0.9.1
8532026-04-14T21:01:53.580Z Downloaded jobserver v0.1.34
8542026-04-14T21:01:53.585Z Downloaded lock_api v0.4.14
8552026-04-14T21:01:53.585Z Downloaded fatfs v0.3.6
8562026-04-14T21:01:53.585Z Downloaded dropshot_endpoint v0.17.0
8572026-04-14T21:01:53.587Z Downloaded ingot v0.1.1
8582026-04-14T21:01:53.587Z Downloaded parse-display v0.10.0
8592026-04-14T21:01:53.587Z Downloaded packed_struct_codegen v0.10.1
8602026-04-14T21:01:53.592Z Downloaded iana-time-zone v0.1.65
8612026-04-14T21:01:53.592Z Downloaded hyper-staticfile v0.10.1
8622026-04-14T21:01:53.595Z Downloaded const_format v0.2.35
8632026-04-14T21:01:53.595Z Downloaded hyper-rustls v0.27.7
8642026-04-14T21:01:53.598Z Downloaded multer v3.1.0
8652026-04-14T21:01:53.598Z Downloaded chacha20poly1305 v0.10.1
8662026-04-14T21:01:53.603Z Downloaded num v0.4.3
8672026-04-14T21:01:53.603Z Downloaded nodrop v0.1.14
8682026-04-14T21:01:53.603Z Downloaded newtype_derive v0.1.6
8692026-04-14T21:01:53.603Z Downloaded ingot-macros v0.1.1
8702026-04-14T21:01:53.606Z Downloaded md-5 v0.10.6
8712026-04-14T21:01:53.606Z Downloaded mime_guess v2.0.5
8722026-04-14T21:01:53.606Z Downloaded maybe-uninit v2.0.0
8732026-04-14T21:01:53.606Z Downloaded httparse v1.10.1
8742026-04-14T21:01:53.606Z Downloaded newtype-uuid v1.3.2
8752026-04-14T21:01:53.609Z Downloaded nanorand v0.7.0
8762026-04-14T21:01:53.609Z Downloaded pbkdf2 v0.12.2
8772026-04-14T21:01:53.612Z Downloaded newtype-uuid-macros v0.1.0
8782026-04-14T21:01:53.612Z Downloaded native-tls v0.2.18
8792026-04-14T21:01:53.612Z Downloaded pbkdf2 v0.11.0
8802026-04-14T21:01:53.616Z Downloaded num-integer v0.1.46
8812026-04-14T21:01:53.617Z Downloaded num-complex v0.4.6
8822026-04-14T21:01:53.619Z Downloaded nu-ansi-term v0.50.3
8832026-04-14T21:01:53.619Z Downloaded num-derive v0.3.3
8842026-04-14T21:01:53.619Z Downloaded num_enum v0.7.5
8852026-04-14T21:01:53.623Z Downloaded path-slash v0.1.5
8862026-04-14T21:01:53.623Z Downloaded normalize-line-endings v0.3.0
8872026-04-14T21:01:53.627Z Downloaded bytes v1.11.1
8882026-04-14T21:01:53.627Z Downloaded num_threads v0.1.7
8892026-04-14T21:01:53.630Z Downloaded num_enum v0.5.11
8902026-04-14T21:01:53.630Z Downloaded num-rational v0.4.2
8912026-04-14T21:01:53.635Z Downloaded highway v1.3.0
8922026-04-14T21:01:53.635Z Downloaded hmac v0.12.1
8932026-04-14T21:01:53.640Z Downloaded getrandom v0.4.1
8942026-04-14T21:01:53.640Z Downloaded libefi-sys v0.1.0
8952026-04-14T21:01:53.652Z Downloaded pin-utils v0.1.0
8962026-04-14T21:01:53.655Z Downloaded phf_shared v0.12.1
8972026-04-14T21:01:53.655Z Downloaded phf_shared v0.13.1
8982026-04-14T21:01:53.655Z Downloaded phf_shared v0.11.3
8992026-04-14T21:01:53.655Z Downloaded oxide-tokio-rt v0.1.3
9002026-04-14T21:01:53.658Z Downloaded owo-colors v4.3.0
9012026-04-14T21:01:53.658Z Downloaded memmap2 v0.9.10
9022026-04-14T21:01:53.661Z Downloaded oxnet v0.1.4
9032026-04-14T21:01:53.661Z Downloaded diesel_derives v2.3.7
9042026-04-14T21:01:53.665Z Downloaded predicates-tree v1.0.13
9052026-04-14T21:01:53.665Z Downloaded precomputed-hash v0.1.1
9062026-04-14T21:01:53.665Z Downloaded powerfmt v0.2.0
9072026-04-14T21:01:53.668Z Downloaded proc-macro-crate v1.3.1
9082026-04-14T21:01:53.668Z Downloaded predicates-core v1.0.10
9092026-04-14T21:01:53.668Z Downloaded peg-runtime v0.8.5
9102026-04-14T21:01:53.668Z Downloaded parse-display-derive v0.10.0
9112026-04-14T21:01:53.677Z Downloaded parking_lot_core v0.8.6
9122026-04-14T21:01:53.677Z Downloaded base64 v0.21.7
9132026-04-14T21:01:53.680Z Downloaded der v0.7.10
9142026-04-14T21:01:53.680Z Downloaded paste v1.0.15
9152026-04-14T21:01:53.680Z Downloaded password-hash v0.5.0
9162026-04-14T21:01:53.680Z Downloaded indexmap v1.9.3
9172026-04-14T21:01:53.680Z Downloaded proc-macro-error-attr2 v2.0.0
9182026-04-14T21:01:53.683Z Downloaded derive_more v0.99.20
9192026-04-14T21:01:53.687Z Downloaded proc-macro-crate v3.4.0
9202026-04-14T21:01:53.687Z Downloaded password-hash v0.4.2
9212026-04-14T21:01:53.687Z Downloaded cc v1.2.56
9222026-04-14T21:01:53.690Z Downloaded num_enum_derive v0.5.11
9232026-04-14T21:01:53.690Z Downloaded psl-types v2.0.11
9242026-04-14T21:01:53.690Z Downloaded progenitor-macro v0.10.0
9252026-04-14T21:01:53.694Z Downloaded progenitor-macro v0.13.0
9262026-04-14T21:01:53.694Z Downloaded litrs v1.0.0
9272026-04-14T21:01:53.694Z Downloaded darling_core v0.23.0
9282026-04-14T21:01:53.698Z Downloaded progenitor-macro v0.11.2
9292026-04-14T21:01:53.699Z Downloaded num_enum_derive v0.7.5
9302026-04-14T21:01:53.701Z Downloaded phf v0.13.1
9312026-04-14T21:01:53.701Z Downloaded phf v0.12.1
9322026-04-14T21:01:53.702Z Downloaded heapless v0.7.17
9332026-04-14T21:01:53.702Z Downloaded progenitor-client v0.11.2
9342026-04-14T21:01:53.705Z Downloaded libbz2-rs-sys v0.2.2
9352026-04-14T21:01:53.705Z Downloaded heapless v0.8.0
9362026-04-14T21:01:53.708Z Downloaded pin-project-internal v1.1.11
9372026-04-14T21:01:53.709Z Downloaded headers v0.4.1
9382026-04-14T21:01:53.711Z Downloaded parse-size v1.1.0
9392026-04-14T21:01:53.711Z Downloaded half v2.7.1
9402026-04-14T21:01:53.717Z Downloaded rand_xorshift v0.4.0
9412026-04-14T21:01:53.720Z Downloaded pkg-config v0.3.32
9422026-04-14T21:01:53.720Z Downloaded pkcs8 v0.10.2
9432026-04-14T21:01:53.723Z Downloaded radium v0.7.0
9442026-04-14T21:01:53.723Z Downloaded pin-project-lite v0.2.17
9452026-04-14T21:01:53.727Z Downloaded rand_chacha v0.3.1
9462026-04-14T21:01:53.727Z Downloaded indicatif v0.18.4
9472026-04-14T21:01:53.730Z Downloaded expectorate v1.2.0
9482026-04-14T21:01:53.730Z Downloaded polyval v0.6.2
9492026-04-14T21:01:53.734Z Downloaded poly1305 v0.8.0
9502026-04-14T21:01:53.737Z Downloaded ref-cast-impl v1.0.25
9512026-04-14T21:01:53.737Z Downloaded pem-rfc7468 v0.7.0
9522026-04-14T21:01:53.740Z Downloaded bumpalo v3.20.2
9532026-04-14T21:01:53.740Z Downloaded base64 v0.22.1
9542026-04-14T21:01:53.743Z Downloaded recursive-proc-macro-impl v0.1.1
9552026-04-14T21:01:53.743Z Downloaded recursive v0.1.1
9562026-04-14T21:01:53.746Z Downloaded ppv-lite86 v0.2.21
9572026-04-14T21:01:53.746Z Downloaded packed_struct v0.10.1
9582026-04-14T21:01:53.746Z Downloaded peg-macros v0.8.5
9592026-04-14T21:01:53.749Z Downloaded peg v0.8.5
9602026-04-14T21:01:53.752Z Downloaded parking_lot_core v0.9.12
9612026-04-14T21:01:53.752Z Downloaded parking_lot v0.12.5
9622026-04-14T21:01:53.756Z Downloaded primeorder v0.13.6
9632026-04-14T21:01:53.756Z Downloaded progenitor v0.11.2
9642026-04-14T21:01:53.756Z Downloaded ignore v0.4.25
9652026-04-14T21:01:53.760Z Downloaded pem v3.0.6
9662026-04-14T21:01:53.763Z Downloaded progenitor-client v0.13.0
9672026-04-14T21:01:53.763Z Downloaded rfc6979 v0.4.0
9682026-04-14T21:01:53.763Z Downloaded progenitor-client v0.10.0
9692026-04-14T21:01:53.763Z Downloaded quick-error v1.2.3
9702026-04-14T21:01:53.763Z Downloaded progenitor-extras v0.1.1
9712026-04-14T21:01:53.766Z Downloaded progenitor v0.13.0
9722026-04-14T21:01:53.766Z Downloaded russh-cryptovec v0.7.3
9732026-04-14T21:01:53.769Z Downloaded rustc_version v0.4.1
9742026-04-14T21:01:53.769Z Downloaded psm v0.1.30
9752026-04-14T21:01:53.774Z Downloaded aes-gcm v0.10.3
9762026-04-14T21:01:53.774Z Downloaded rustc_version v0.1.7
9772026-04-14T21:01:53.774Z Downloaded derive_more-impl v2.1.1
9782026-04-14T21:01:53.778Z Downloaded hickory-resolver v0.25.2
9792026-04-14T21:01:53.781Z Downloaded hickory-resolver v0.24.4
9802026-04-14T21:01:53.784Z Downloaded rustc-hash v2.1.1
9812026-04-14T21:01:53.784Z Downloaded rtoolbox v0.0.3
9822026-04-14T21:01:53.790Z Downloaded r2d2 v0.8.10
9832026-04-14T21:01:53.795Z Downloaded rand_core v0.6.4
9842026-04-14T21:01:53.795Z Downloaded flate2 v1.1.9
9852026-04-14T21:01:53.798Z Downloaded pkcs1 v0.7.5
9862026-04-14T21:01:53.798Z Downloaded miniz_oxide v0.8.9
9872026-04-14T21:01:53.800Z Downloaded ref-cast v1.0.25
9882026-04-14T21:01:53.800Z Downloaded predicates v3.1.4
9892026-04-14T21:01:53.803Z Downloaded parking_lot v0.11.2
9902026-04-14T21:01:53.806Z Downloaded sapling-renderdag v0.1.0
9912026-04-14T21:01:53.806Z Downloaded scroll_derive v0.13.1
9922026-04-14T21:01:53.806Z Downloaded same-file v1.0.6
9932026-04-14T21:01:53.809Z Downloaded rand_seeder v0.4.0
9942026-04-14T21:01:53.809Z Downloaded rand_core v0.10.0
9952026-04-14T21:01:53.809Z Downloaded postcard v1.1.3
9962026-04-14T21:01:53.812Z Downloaded omicron-zone-package v0.12.2
9972026-04-14T21:01:53.817Z Downloaded salsa20 v0.10.2
9982026-04-14T21:01:53.817Z Downloaded scheduled-thread-pool v0.2.7
9992026-04-14T21:01:53.823Z Downloaded scopeguard v1.2.0
10002026-04-14T21:01:53.829Z Downloaded proc-macro-error2 v2.0.1
10012026-04-14T21:01:53.830Z Downloaded postgres-protocol v0.6.10
10022026-04-14T21:01:53.830Z Downloaded jiff-static v0.2.21
10032026-04-14T21:01:53.830Z Downloaded pkcs5 v0.7.1
10042026-04-14T21:01:53.833Z Downloaded secrecy v0.10.3
10052026-04-14T21:01:53.833Z Downloaded secrecy v0.8.0
10062026-04-14T21:01:53.833Z Downloaded progenitor v0.10.0
10072026-04-14T21:01:53.833Z Downloaded serde_urlencoded v0.7.1
10082026-04-14T21:01:53.836Z Downloaded serde_repr v0.1.20
10092026-04-14T21:01:53.836Z Downloaded seq-macro v0.3.6
10102026-04-14T21:01:53.839Z Downloaded resolv-conf v0.7.6
10112026-04-14T21:01:53.841Z Downloaded scrypt v0.11.0
10122026-04-14T21:01:53.844Z Downloaded serde_bytes v0.11.19
10132026-04-14T21:01:53.844Z Downloaded semver v0.1.20
10142026-04-14T21:01:53.844Z Downloaded serde-big-array v0.5.1
10152026-04-14T21:01:53.848Z Downloaded pin-project v1.1.11
10162026-04-14T21:01:53.851Z Downloaded oso v0.27.3
10172026-04-14T21:01:53.856Z Downloaded derive_more v2.1.1
10182026-04-14T21:01:53.860Z Downloaded shell-words v1.1.1
10192026-04-14T21:01:53.863Z Downloaded sha1 v0.10.6
10202026-04-14T21:01:53.863Z Downloaded serde_spanned v1.0.4
10212026-04-14T21:01:53.866Z Downloaded serde_plain v1.0.2
10222026-04-14T21:01:53.866Z Downloaded rustls-pemfile v2.2.0
10232026-04-14T21:01:53.866Z Downloaded quinn-udp v0.5.14
10242026-04-14T21:01:53.869Z Downloaded dropshot-api-manager v0.6.0
10252026-04-14T21:01:53.869Z Downloaded rustls-native-certs v0.8.3
10262026-04-14T21:01:53.872Z Downloaded rand_core v0.9.5
10272026-04-14T21:01:53.875Z Downloaded rand_chacha v0.9.0
10282026-04-14T21:01:53.875Z Downloaded p256 v0.13.2
10292026-04-14T21:01:53.878Z Downloaded rusty-fork v0.3.1
10302026-04-14T21:01:53.878Z Downloaded openssl-sys v0.9.111
10312026-04-14T21:01:53.881Z Downloaded rustversion v1.0.22
10322026-04-14T21:01:53.884Z Downloaded signal-hook-tokio v0.3.1
10332026-04-14T21:01:53.884Z Downloaded signal-hook-mio v0.2.5
10342026-04-14T21:01:53.884Z Downloaded postgres-types v0.2.12
10352026-04-14T21:01:53.887Z Downloaded sigpipe v0.1.3
10362026-04-14T21:01:53.887Z Downloaded signature v2.2.0
10372026-04-14T21:01:53.887Z Downloaded slog-bunyan v2.5.0
10382026-04-14T21:01:53.887Z Downloaded papergrid v0.17.0
10392026-04-14T21:01:53.890Z Downloaded scroll v0.13.0
10402026-04-14T21:01:53.893Z Downloaded schemars_derive v0.8.22
10412026-04-14T21:01:53.893Z Downloaded ed25519-dalek v2.2.0
10422026-04-14T21:01:53.896Z Downloaded hashbrown v0.12.3
10432026-04-14T21:01:53.899Z Downloaded progenitor-impl v0.13.0
10442026-04-14T21:01:53.900Z Downloaded hashbrown v0.13.2
10452026-04-14T21:01:53.909Z Downloaded aes v0.8.4
10462026-04-14T21:01:53.916Z Downloaded sct v0.7.1
10472026-04-14T21:01:53.919Z Downloaded serde_derive_internals v0.29.1
10482026-04-14T21:01:53.919Z Downloaded sec1 v0.7.3
10492026-04-14T21:01:53.919Z Downloaded rustls-pemfile v1.0.4
10502026-04-14T21:01:53.924Z Downloaded russh-keys v0.45.0
10512026-04-14T21:01:53.927Z Downloaded slog-envlogger v2.2.0
10522026-04-14T21:01:53.927Z Downloaded ssh-cipher v0.2.0
10532026-04-14T21:01:53.931Z Downloaded rustls-pki-types v1.14.0
10542026-04-14T21:01:53.934Z Downloaded aho-corasick v1.1.4
10552026-04-14T21:01:53.937Z Downloaded signal-hook-registry v1.4.8
10562026-04-14T21:01:53.943Z Downloaded slab v0.4.12
10572026-04-14T21:01:53.944Z Downloaded sqlparser_derive v0.5.0
10582026-04-14T21:01:53.944Z Downloaded siphasher v1.0.2
10592026-04-14T21:01:53.944Z Downloaded shlex v1.3.0
10602026-04-14T21:01:53.959Z Downloaded prettyplease v0.2.37
10612026-04-14T21:01:53.959Z Downloaded prefix-trie v0.7.0
10622026-04-14T21:01:53.962Z Downloaded ssh-encoding v0.2.0
10632026-04-14T21:01:53.962Z Downloaded strum v0.27.2
10642026-04-14T21:01:53.962Z Downloaded slog-json v2.6.1
10652026-04-14T21:01:53.962Z Downloaded structmeta v0.3.0
10662026-04-14T21:01:53.962Z Downloaded strip-ansi-escapes v0.2.1
10672026-04-14T21:01:53.962Z Downloaded progenitor-impl v0.11.2
10682026-04-14T21:01:53.962Z Downloaded progenitor-impl v0.10.0
10692026-04-14T21:01:53.981Z Downloaded minimal-lexical v0.2.1
10702026-04-14T21:01:53.981Z Downloaded slog-stdlog v4.1.1
10712026-04-14T21:01:53.981Z Downloaded serde-hex v0.1.0
10722026-04-14T21:01:53.981Z Downloaded sync-ptr v0.1.4
10732026-04-14T21:01:53.981Z Downloaded ron v0.8.1
10742026-04-14T21:01:53.981Z Downloaded strum v0.26.3
10752026-04-14T21:01:53.981Z Downloaded supports-color v3.0.2
10762026-04-14T21:01:53.981Z Downloaded http v1.4.0
10772026-04-14T21:01:53.995Z Downloaded serde_cbor v0.11.2
10782026-04-14T21:01:53.995Z Downloaded spki v0.7.3
10792026-04-14T21:01:53.995Z Downloaded termtree v0.5.1
10802026-04-14T21:01:53.995Z Downloaded serde_with_macros v3.17.0
10812026-04-14T21:01:53.995Z Downloaded pretty_assertions v1.4.1
10822026-04-14T21:01:53.995Z Downloaded tap v1.0.1
10832026-04-14T21:01:53.995Z Downloaded stringprep v0.1.5
10842026-04-14T21:01:53.995Z Downloaded hyper-util v0.1.20
10852026-04-14T21:01:54.005Z Downloaded tagptr v0.2.0
10862026-04-14T21:01:54.005Z Downloaded slog-scope v4.4.1
10872026-04-14T21:01:54.005Z Downloaded thread-id v5.1.0
10882026-04-14T21:01:54.005Z Downloaded serde_path_to_error v0.1.20
10892026-04-14T21:01:54.005Z Downloaded structmeta-derive v0.3.0
10902026-04-14T21:01:54.005Z Downloaded stacker v0.1.23
10912026-04-14T21:01:54.005Z Downloaded tabled_derive v0.11.0
10922026-04-14T21:01:54.011Z Downloaded simd-adler32 v0.3.8
10932026-04-14T21:01:54.011Z Downloaded testing_table v0.3.0
10942026-04-14T21:01:54.011Z Downloaded tabwriter v1.4.1
10952026-04-14T21:01:54.012Z Downloaded rcgen v0.12.1
10962026-04-14T21:01:54.012Z Downloaded time-core v0.1.8
10972026-04-14T21:01:54.012Z Downloaded ryu v1.0.23
10982026-04-14T21:01:54.012Z Downloaded slog-dtrace v0.3.0
10992026-04-14T21:01:54.012Z Downloaded slog-async v2.8.0
11002026-04-14T21:01:54.012Z Downloaded itertools v0.10.5
11012026-04-14T21:01:54.019Z Downloaded sqlformat v0.3.5
11022026-04-14T21:01:54.019Z Downloaded snafu-derive v0.8.9
11032026-04-14T21:01:54.019Z Downloaded smallvec v0.6.14
11042026-04-14T21:01:54.023Z Downloaded mio v1.1.1
11052026-04-14T21:01:54.026Z Downloaded tinyvec_macros v0.1.1
11062026-04-14T21:01:54.026Z Downloaded nom v7.1.3
11072026-04-14T21:01:54.030Z Downloaded num-bigint v0.4.6
11082026-04-14T21:01:54.033Z Downloaded smf v0.2.3
11092026-04-14T21:01:54.042Z Downloaded hickory-server v0.25.2
11102026-04-14T21:01:54.045Z Downloaded strum_macros v0.24.3
11112026-04-14T21:01:54.049Z Downloaded rustls-platform-verifier v0.6.2
11122026-04-14T21:01:54.049Z Downloaded static_assertions v1.1.0
11132026-04-14T21:01:54.052Z Downloaded strum_macros v0.26.4
11142026-04-14T21:01:54.052Z Downloaded schemars v0.8.22
11152026-04-14T21:01:54.058Z Downloaded take_mut v0.2.2
11162026-04-14T21:01:54.064Z Downloaded subtle v2.6.1
11172026-04-14T21:01:54.064Z Downloaded hashbrown v0.15.5
11182026-04-14T21:01:54.067Z Downloaded rayon-core v1.13.0
11192026-04-14T21:01:54.067Z Downloaded topological-sort v0.2.2
11202026-04-14T21:01:54.069Z Downloaded tower-layer v0.3.3
11212026-04-14T21:01:54.069Z Downloaded similar v2.7.0
11222026-04-14T21:01:54.072Z Downloaded sync_wrapper v1.0.2
11232026-04-14T21:01:54.075Z Downloaded thiserror-impl-no-std v2.0.2
11242026-04-14T21:01:54.075Z Downloaded tower-service v0.3.3
11252026-04-14T21:01:54.075Z Downloaded slog-term v2.9.2
11262026-04-14T21:01:54.080Z Downloaded tiny-keccak v2.0.2
11272026-04-14T21:01:54.083Z Downloaded itertools v0.12.1
11282026-04-14T21:01:54.086Z Downloaded strum_macros v0.27.2
11292026-04-14T21:01:54.088Z Downloaded publicsuffix v2.3.0
11302026-04-14T21:01:54.091Z Downloaded iddqd v0.3.17
11312026-04-14T21:01:54.094Z Downloaded try-lock v0.2.5
11322026-04-14T21:01:54.097Z Downloaded tokio-rustls v0.25.0
11332026-04-14T21:01:54.097Z Downloaded socket2 v0.5.10
11342026-04-14T21:01:54.097Z Downloaded rsa v0.9.10
11352026-04-14T21:01:54.100Z Downloaded qorb v0.4.1
11362026-04-14T21:01:54.103Z Downloaded serde_yaml v0.9.34+deprecated
11372026-04-14T21:01:54.107Z Downloaded num-bigint-dig v0.8.6
11382026-04-14T21:01:54.110Z Downloaded universal-hash v0.5.1
11392026-04-14T21:01:54.110Z Downloaded rand v0.8.5
11402026-04-14T21:01:54.110Z Downloaded typify-macro v0.6.1
11412026-04-14T21:01:54.113Z Downloaded unicode-truncate v1.1.0
11422026-04-14T21:01:54.113Z Downloaded typify-macro v0.4.3
11432026-04-14T21:01:54.113Z Downloaded trait-variant v0.1.2
11442026-04-14T21:01:54.113Z Downloaded tokio-macros v2.6.0
11452026-04-14T21:01:54.116Z Downloaded signal-hook v0.3.18
11462026-04-14T21:01:54.116Z Downloaded libxml v0.3.3
11472026-04-14T21:01:54.119Z Downloaded tokio-dtrace v0.1.1
11482026-04-14T21:01:54.121Z Downloaded time-macros v0.2.27
11492026-04-14T21:01:54.125Z Downloaded usdt v0.6.0
11502026-04-14T21:01:54.125Z Downloaded tokio-tungstenite v0.21.0
11512026-04-14T21:01:54.125Z Downloaded tokio-native-tls v0.3.1
11522026-04-14T21:01:54.129Z Downloaded schemars v0.9.0
11532026-04-14T21:01:54.132Z Downloaded toml_datetime v1.0.0+spec-1.1.0
11542026-04-14T21:01:54.132Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11552026-04-14T21:01:54.135Z Downloaded usdt-macro v0.6.0
11562026-04-14T21:01:54.135Z Downloaded usdt-attr-macro v0.6.0
11572026-04-14T21:01:54.135Z Downloaded tokio-tungstenite v0.23.1
11582026-04-14T21:01:54.139Z Downloaded slog v2.8.2
11592026-04-14T21:01:54.139Z Downloaded utf-8 v0.7.6
11602026-04-14T21:01:54.142Z Downloaded term v0.7.0
11612026-04-14T21:01:54.142Z Downloaded support-bundle-viewer v0.1.2
11622026-04-14T21:01:54.145Z Downloaded untrusted v0.7.1
11632026-04-14T21:01:54.145Z Downloaded unit-prefix v0.5.2
11642026-04-14T21:01:54.145Z Downloaded unarray v0.1.4
11652026-04-14T21:01:54.145Z Downloaded thiserror-no-std v2.0.2
11662026-04-14T21:01:54.148Z Downloaded termios v0.3.3
11672026-04-14T21:01:54.148Z Downloaded spin v0.9.8
11682026-04-14T21:01:54.151Z Downloaded term v1.2.1
11692026-04-14T21:01:54.154Z Downloaded void v1.0.2
11702026-04-14T21:01:54.154Z Downloaded toml_writer v1.0.6+spec-1.1.0
11712026-04-14T21:01:54.154Z Downloaded wait-timeout v0.2.1
11722026-04-14T21:01:54.158Z Downloaded tui-tree-widget v0.23.1
11732026-04-14T21:01:54.162Z Downloaded want v0.3.1
11742026-04-14T21:01:54.167Z Downloaded tls_codec v0.4.2
11752026-04-14T21:01:54.171Z Downloaded thread_local v1.1.9
11762026-04-14T21:01:54.171Z Downloaded quinn v0.11.9
11772026-04-14T21:01:54.174Z Downloaded socket2 v0.6.2
11782026-04-14T21:01:54.178Z Downloaded waitgroup v0.1.2
11792026-04-14T21:01:54.181Z Downloaded rand v0.9.2
11802026-04-14T21:01:54.193Z Downloaded xshell-macros v0.2.7
11812026-04-14T21:01:54.201Z Downloaded untrusted v0.9.0
11822026-04-14T21:01:54.201Z Downloaded unicase v2.9.0
11832026-04-14T21:01:54.201Z Downloaded xattr v1.6.1
11842026-04-14T21:01:54.201Z Downloaded tokio-rustls v0.26.4
11852026-04-14T21:01:54.201Z Downloaded tokio-rustls v0.24.1
11862026-04-14T21:01:54.201Z Downloaded hyper v1.8.1
11872026-04-14T21:01:54.204Z Downloaded rand v0.10.0
11882026-04-14T21:01:54.207Z Downloaded usdt-impl v0.6.0
11892026-04-14T21:01:54.209Z Downloaded zone v0.3.1
11902026-04-14T21:01:54.210Z Downloaded itertools v0.14.0
11912026-04-14T21:01:54.212Z Downloaded zeroize_derive v1.4.3
11922026-04-14T21:01:54.212Z Downloaded string_cache v0.8.9
11932026-04-14T21:01:54.215Z Downloaded hkdf v0.12.4
11942026-04-14T21:01:54.215Z Downloaded itertools v0.13.0
11952026-04-14T21:01:54.218Z Downloaded vergen-gitcl v1.0.8
11962026-04-14T21:01:54.221Z Downloaded uzers v0.12.2
11972026-04-14T21:01:54.221Z Downloaded tinyvec v1.10.0
11982026-04-14T21:01:54.224Z Downloaded subprocess v0.2.15
11992026-04-14T21:01:54.224Z Downloaded schemars v1.2.1
12002026-04-14T21:01:54.232Z Downloaded vergen-lib v0.1.6
12012026-04-14T21:01:54.234Z Downloaded tls_codec_derive v0.4.2
12022026-04-14T21:01:54.234Z Downloaded snafu v0.8.9
12032026-04-14T21:01:54.238Z Downloaded vergen-git2 v1.0.7
12042026-04-14T21:01:54.240Z Downloaded walkdir v2.5.0
12052026-04-14T21:01:54.243Z Downloaded unicode-properties v0.1.4
12062026-04-14T21:01:54.246Z Downloaded p521 v0.13.3
12072026-04-14T21:01:54.254Z Downloaded iri-string v0.7.10
12082026-04-14T21:01:54.259Z Downloaded whoami v1.6.1
12092026-04-14T21:01:54.259Z Downloaded futures-util v0.3.32
12102026-04-14T21:01:54.265Z Downloaded wyz v0.5.1
12112026-04-14T21:01:54.265Z Downloaded twox-hash v2.1.2
12122026-04-14T21:01:54.265Z Downloaded tracing-attributes v0.1.31
12132026-04-14T21:01:54.265Z Downloaded whoami v2.1.0
12142026-04-14T21:01:54.265Z Downloaded blake3 v1.8.3
12152026-04-14T21:01:54.269Z Downloaded toml_parser v1.0.9+spec-1.1.0
12162026-04-14T21:01:54.272Z Downloaded toml v0.9.12+spec-1.1.0
12172026-04-14T21:01:54.274Z Downloaded xshell v0.2.7
12182026-04-14T21:01:54.274Z Downloaded tar v0.4.45
12192026-04-14T21:01:54.277Z Downloaded samael v0.0.19
12202026-04-14T21:01:54.280Z Downloaded rustls-webpki v0.103.9
12212026-04-14T21:01:54.284Z Downloaded zstd v0.13.3
12222026-04-14T21:01:54.284Z Downloaded zstd-safe v7.2.4
12232026-04-14T21:01:54.286Z Downloaded vergen v9.0.6
12242026-04-14T21:01:54.286Z Downloaded chrono v0.4.44
12252026-04-14T21:01:54.290Z Downloaded zeroize v1.8.2
12262026-04-14T21:01:54.293Z Downloaded typify v0.6.1
12272026-04-14T21:01:54.293Z Downloaded test-strategy v0.4.5
12282026-04-14T21:01:54.296Z Downloaded zone_cfg_derive v0.3.1
12292026-04-14T21:01:54.298Z Downloaded vsss-rs v3.3.4
12302026-04-14T21:01:54.301Z Downloaded russh v0.45.0
12312026-04-14T21:01:54.304Z Downloaded tungstenite v0.21.0
12322026-04-14T21:01:54.307Z Downloaded unsafe-libyaml v0.2.11
12332026-04-14T21:01:54.312Z Downloaded unicode-bidi v0.3.18
12342026-04-14T21:01:54.320Z Downloaded toml v0.7.8
12352026-04-14T21:01:54.320Z Downloaded tokio-stream v0.1.18
12362026-04-14T21:01:54.330Z Downloaded typify v0.4.3
12372026-04-14T21:01:54.330Z Downloaded bitvec v1.0.1
12382026-04-14T21:01:54.343Z Downloaded zerocopy v0.6.6
12392026-04-14T21:01:54.346Z Downloaded uuid v1.23.0
12402026-04-14T21:01:54.346Z Downloaded tracing-core v0.1.36
12412026-04-14T21:01:54.350Z Downloaded tungstenite v0.23.0
12422026-04-14T21:01:54.350Z Downloaded rpassword v7.4.0
12432026-04-14T21:01:54.356Z Downloaded libm v0.2.16
12442026-04-14T21:01:54.362Z Downloaded toml_edit v0.23.10+spec-1.0.0
12452026-04-14T21:01:54.365Z Downloaded h2 v0.4.13
12462026-04-14T21:01:54.369Z Downloaded reedline v0.40.0
12472026-04-14T21:01:54.375Z Downloaded toml v1.0.6+spec-1.1.0
12482026-04-14T21:01:54.378Z Downloaded tokio-postgres v0.7.16
12492026-04-14T21:01:54.380Z Downloaded zopfli v0.8.3
12502026-04-14T21:01:54.380Z Downloaded steno v0.4.1
12512026-04-14T21:01:54.385Z Downloaded git2 v0.20.4
12522026-04-14T21:01:54.397Z Downloaded vte v0.14.1
12532026-04-14T21:01:54.399Z Downloaded toml_edit v0.19.15
12542026-04-14T21:01:54.407Z Downloaded yansi v1.0.1
12552026-04-14T21:01:54.410Z Downloaded aws-lc-rs v1.16.0
12562026-04-14T21:01:54.414Z Downloaded unicode_categories v0.1.1
12572026-04-14T21:01:54.416Z Downloaded regex v1.12.3
12582026-04-14T21:01:54.419Z Downloaded rayon v1.11.0
12592026-04-14T21:01:54.424Z Downloaded ssh-key v0.6.7
12602026-04-14T21:01:54.427Z Downloaded curve25519-dalek v4.1.3
12612026-04-14T21:01:54.432Z Downloaded p384 v0.13.1
12622026-04-14T21:01:54.434Z Downloaded rustyline v14.0.0
12632026-04-14T21:01:54.440Z Downloaded bindgen v0.71.1
12642026-04-14T21:01:54.447Z Downloaded lalrpop v0.19.12
12652026-04-14T21:01:54.455Z Downloaded zerocopy-derive v0.8.40
12662026-04-14T21:01:54.458Z Downloaded zip v0.6.6
12672026-04-14T21:01:54.461Z Downloaded reqwest v0.13.2
12682026-04-14T21:01:54.464Z Downloaded reqwest v0.12.28
12692026-04-14T21:01:54.465Z Downloaded yasna v0.5.2
12702026-04-14T21:01:54.468Z Downloaded rustls-webpki v0.101.7
12712026-04-14T21:01:54.473Z Downloaded x509-cert v0.2.5
12722026-04-14T21:01:54.476Z Downloaded typed-path v0.9.3
12732026-04-14T21:01:54.480Z Downloaded quick-xml v0.37.5
12742026-04-14T21:01:54.483Z Downloaded salty v0.3.0
12752026-04-14T21:01:54.486Z Downloaded tower v0.5.3
12762026-04-14T21:01:54.491Z Downloaded moka v0.12.13
12772026-04-14T21:01:54.495Z Downloaded portable-atomic v1.13.1
12782026-04-14T21:01:54.502Z Downloaded goblin v0.10.5
12792026-04-14T21:01:54.507Z Downloaded unicode-normalization v0.1.25
12802026-04-14T21:01:54.513Z Downloaded tokio-util v0.7.18
12812026-04-14T21:01:54.513Z Downloaded zip v4.6.1
12822026-04-14T21:01:54.518Z Downloaded proptest v1.10.0
12832026-04-14T21:01:54.532Z Downloaded rustls-webpki v0.102.8
12842026-04-14T21:01:54.542Z Downloaded unicode-segmentation v1.12.0
12852026-04-14T21:01:54.549Z Downloaded petname v2.0.2
12862026-04-14T21:01:54.553Z Downloaded tough v0.20.0
12872026-04-14T21:01:54.558Z Downloaded serde_with v3.17.0
12882026-04-14T21:01:54.565Z Downloaded tower-http v0.6.8
12892026-04-14T21:01:54.579Z Downloaded object v0.30.4
12902026-04-14T21:01:54.582Z Downloaded quinn-proto v0.11.13
12912026-04-14T21:01:54.594Z Downloaded radix_trie v0.2.1
12922026-04-14T21:01:54.597Z Downloaded winnow v0.6.26
12932026-04-14T21:01:54.605Z Downloaded openssl v0.10.75
12942026-04-14T21:01:54.612Z Downloaded winnow v0.5.40
12952026-04-14T21:01:54.617Z Downloaded bstr v1.12.1
12962026-04-14T21:01:54.626Z Downloaded nix v0.27.1
12972026-04-14T21:01:54.636Z Downloaded nix v0.31.1
12982026-04-14T21:01:54.643Z Downloaded dropshot v0.17.0
12992026-04-14T21:01:54.655Z Downloaded nix v0.29.0
13002026-04-14T21:01:54.661Z Downloaded nix v0.28.0
13012026-04-14T21:01:54.667Z Downloaded tabled v0.20.0
13022026-04-14T21:01:54.676Z Downloaded time v0.3.47
13032026-04-14T21:01:54.682Z Downloaded zlib-rs v0.6.2
13042026-04-14T21:01:54.688Z Downloaded regex-syntax v0.6.29
13052026-04-14T21:01:54.691Z Downloaded rustls v0.21.12
13062026-04-14T21:01:54.695Z Downloaded smoltcp v0.9.1
13072026-04-14T21:01:54.700Z Downloaded object v0.37.3
13082026-04-14T21:01:54.706Z Downloaded hickory-proto v0.24.4
13092026-04-14T21:01:54.714Z Downloaded polar-core v0.27.3
13102026-04-14T21:01:54.719Z Downloaded vcpkg v0.2.15
13112026-04-14T21:01:54.742Z Downloaded webpki-roots v1.0.6
13122026-04-14T21:01:54.745Z Downloaded rustls v0.22.4
13132026-04-14T21:01:54.750Z Downloaded zerocopy v0.8.40
13142026-04-14T21:01:54.756Z Downloaded hickory-proto v0.25.2
13152026-04-14T21:01:54.763Z Downloaded regex-syntax v0.8.10
13162026-04-14T21:01:54.767Z Downloaded diesel v2.3.7
13172026-04-14T21:01:54.778Z Downloaded rustix v0.38.44
13182026-04-14T21:01:54.792Z Downloaded rustls v0.23.37
13192026-04-14T21:01:54.798Z Downloaded smoltcp v0.11.0
13202026-04-14T21:01:54.805Z Downloaded regress v0.10.5
13212026-04-14T21:01:54.811Z Downloaded openapiv3 v2.2.0
13222026-04-14T21:01:54.815Z Downloaded dropshot v0.16.7
13232026-04-14T21:01:54.851Z Downloaded sled v0.34.7
13242026-04-14T21:01:54.859Z Downloaded sqlparser v0.61.0
13252026-04-14T21:01:54.873Z Downloaded typify-impl v0.6.1
13262026-04-14T21:01:54.881Z Downloaded tracing v0.1.44
13272026-04-14T21:01:54.892Z Downloaded bzip2-sys v0.1.13+1.0.8
13282026-04-14T21:01:54.900Z Downloaded ratatui v0.29.0
13292026-04-14T21:01:54.910Z Downloaded typify-impl v0.4.3
13302026-04-14T21:01:54.921Z Downloaded zerocopy-derive v0.6.6
13312026-04-14T21:01:54.927Z Downloaded regex-automata v0.4.14
13322026-04-14T21:01:54.947Z Downloaded petgraph v0.6.5
13332026-04-14T21:01:54.954Z Downloaded chrono-tz v0.10.4
13342026-04-14T21:01:54.964Z Downloaded jiff v0.2.21
13352026-04-14T21:01:54.980Z Downloaded petgraph v0.8.3
13362026-04-14T21:01:54.993Z Downloaded libz-sys v1.1.24
13372026-04-14T21:01:55.005Z Downloaded csv v1.4.0
13382026-04-14T21:01:55.018Z Downloaded sha3 v0.10.8
13392026-04-14T21:01:55.021Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13402026-04-14T21:01:55.047Z Downloaded tokio v1.50.0
13412026-04-14T21:01:55.099Z Downloaded encoding_rs v0.8.35
13422026-04-14T21:01:55.119Z Downloaded ring v0.17.14
13432026-04-14T21:01:55.144Z Downloaded libgit2-sys v0.18.3+1.9.2
13442026-04-14T21:01:55.653Z Downloaded aws-lc-sys v0.37.1
13452026-04-14T21:01:55.909Z Compiling libc v0.2.180
13462026-04-14T21:01:55.909Z Compiling serde v1.0.228
13472026-04-14T21:01:55.912Z Compiling find-msvc-tools v0.1.9
13482026-04-14T21:01:55.912Z Compiling shlex v1.3.0
13492026-04-14T21:01:56.043Z Compiling log v0.4.29
13502026-04-14T21:01:56.054Z Compiling smallvec v1.15.1
13512026-04-14T21:01:56.063Z Compiling syn v2.0.117
13522026-04-14T21:01:56.083Z Compiling typenum v1.19.0
13532026-04-14T21:01:56.258Z Compiling generic-array v0.14.7
13542026-04-14T21:01:56.271Z Compiling subtle v2.6.1
13552026-04-14T21:01:56.292Z Compiling scopeguard v1.2.0
13562026-04-14T21:01:56.314Z Compiling const-oid v0.9.6
13572026-04-14T21:01:56.372Z Compiling lock_api v0.4.14
13582026-04-14T21:01:56.396Z Compiling portable-atomic v1.13.1
13592026-04-14T21:01:56.442Z Compiling zerocopy v0.8.40
13602026-04-14T21:01:56.512Z Compiling serde_json v1.0.149
13612026-04-14T21:01:56.593Z Compiling critical-section v1.2.0
13622026-04-14T21:01:56.709Z Compiling parking_lot_core v0.9.12
13632026-04-14T21:01:56.723Z Compiling pin-project-lite v0.2.17
13642026-04-14T21:01:56.892Z Compiling pkg-config v0.3.32
13652026-04-14T21:01:56.906Z Compiling getrandom v0.2.17
13662026-04-14T21:01:56.949Z Compiling jobserver v0.1.34
13672026-04-14T21:01:56.975Z Compiling errno v0.3.14
13682026-04-14T21:01:57.076Z Compiling rand_core v0.6.4
13692026-04-14T21:01:57.136Z Compiling signal-hook-registry v1.4.8
13702026-04-14T21:01:57.152Z Compiling cc v1.2.56
13712026-04-14T21:01:57.341Z Compiling bitflags v2.11.0
13722026-04-14T21:01:57.403Z Compiling libm v0.2.16
13732026-04-14T21:01:57.437Z Compiling once_cell v1.21.3
13742026-04-14T21:01:57.519Z Compiling parking_lot v0.12.5
13752026-04-14T21:01:57.568Z Compiling mio v1.1.1
13762026-04-14T21:01:57.594Z Compiling num-traits v0.2.19
13772026-04-14T21:01:57.642Z Compiling futures-core v0.3.32
13782026-04-14T21:01:57.792Z Compiling percent-encoding v2.3.2
13792026-04-14T21:01:57.881Z Compiling socket2 v0.6.2
13802026-04-14T21:01:57.931Z Compiling allocator-api2 v0.2.21
13812026-04-14T21:01:57.946Z Compiling futures-sink v0.3.32
13822026-04-14T21:01:57.977Z Compiling cpufeatures v0.2.17
13832026-04-14T21:01:58.018Z Compiling foldhash v0.2.0
13842026-04-14T21:01:58.044Z Compiling getrandom v0.3.4
13852026-04-14T21:01:58.058Z Compiling futures-channel v0.3.32
13862026-04-14T21:01:58.230Z Compiling hashbrown v0.16.1
13872026-04-14T21:01:58.247Z Compiling futures-task v0.3.32
13882026-04-14T21:01:58.275Z Compiling futures-io v0.3.32
13892026-04-14T21:01:58.278Z Compiling slab v0.4.12
13902026-04-14T21:01:58.417Z Compiling rustversion v1.0.22
13912026-04-14T21:01:58.431Z Compiling form_urlencoded v1.2.2
13922026-04-14T21:01:58.602Z Compiling cmake v0.1.57
13932026-04-14T21:01:58.682Z Compiling ident_case v1.0.1
13942026-04-14T21:01:58.795Z Compiling synstructure v0.13.2
13952026-04-14T21:01:58.808Z Compiling indexmap v2.13.0
13962026-04-14T21:01:58.833Z Compiling fs_extra v1.3.0
13972026-04-14T21:01:58.993Z Compiling base64ct v1.8.3
13982026-04-14T21:01:59.008Z Compiling dunce v1.0.5
13992026-04-14T21:01:59.076Z Compiling getrandom v0.4.1
14002026-04-14T21:01:59.094Z Compiling rand_core v0.10.0
14012026-04-14T21:01:59.108Z Compiling aws-lc-sys v0.37.1
14022026-04-14T21:01:59.259Z Compiling pem-rfc7468 v0.7.0
14032026-04-14T21:01:59.275Z Compiling flagset v0.4.7
14042026-04-14T21:01:59.431Z Compiling rand_core v0.9.5
14052026-04-14T21:01:59.456Z Compiling rustix v1.1.3
14062026-04-14T21:01:59.470Z Compiling iana-time-zone v0.1.65
14072026-04-14T21:01:59.509Z Compiling ring v0.17.14
14082026-04-14T21:01:59.662Z Compiling rustc_version v0.4.1
14092026-04-14T21:01:59.670Z Compiling regex-syntax v0.8.10
14102026-04-14T21:01:59.709Z Compiling uuid v1.23.0
14112026-04-14T21:01:59.763Z Compiling aws-lc-rs v1.16.0
14122026-04-14T21:01:59.989Z Compiling vcpkg v0.2.15
14132026-04-14T21:02:00.055Z Compiling tracing-core v0.1.36
14142026-04-14T21:02:00.414Z Compiling pest_generator v2.8.6
14152026-04-14T21:02:00.534Z Compiling serde_derive v1.0.228
14162026-04-14T21:02:00.618Z Compiling zeroize_derive v1.4.3
14172026-04-14T21:02:00.741Z Compiling zerofrom-derive v0.1.6
14182026-04-14T21:02:01.132Z Compiling yoke-derive v0.8.1
14192026-04-14T21:02:01.198Z Compiling zerocopy-derive v0.8.40
14202026-04-14T21:02:01.273Z Compiling zeroize v1.8.2
14212026-04-14T21:02:02.051Z Compiling crypto-common v0.1.7
14222026-04-14T21:02:02.064Z Compiling block-buffer v0.10.4
14232026-04-14T21:02:02.166Z Compiling zerofrom v0.1.6
14242026-04-14T21:02:02.198Z Compiling digest v0.10.7
14252026-04-14T21:02:02.235Z Compiling zerovec-derive v0.11.2
14262026-04-14T21:02:02.293Z Compiling displaydoc v0.2.5
14272026-04-14T21:02:02.315Z Compiling yoke v0.8.1
14282026-04-14T21:02:02.455Z Compiling tokio-macros v2.6.0
14292026-04-14T21:02:02.505Z Compiling hmac v0.12.1
14302026-04-14T21:02:02.673Z Compiling futures-macro v0.3.32
14312026-04-14T21:02:03.036Z Compiling zerotrie v0.2.3
14322026-04-14T21:02:03.164Z Compiling block-padding v0.3.3
14332026-04-14T21:02:03.326Z Compiling inout v0.1.4
14342026-04-14T21:02:03.331Z Compiling sha2 v0.10.9
14352026-04-14T21:02:03.352Z Compiling zerovec v0.11.5
14362026-04-14T21:02:03.465Z Compiling futures-util v0.3.32
14372026-04-14T21:02:03.492Z Compiling cipher v0.4.4
14382026-04-14T21:02:03.752Z Compiling der_derive v0.7.3
14392026-04-14T21:02:03.844Z Compiling tinystr v0.8.2
14402026-04-14T21:02:04.010Z Compiling bytes v1.11.1
14412026-04-14T21:02:04.051Z Compiling icu_locale_core v2.1.1
14422026-04-14T21:02:04.485Z Compiling potential_utf v0.1.4
14432026-04-14T21:02:04.609Z Compiling icu_collections v2.1.1
14442026-04-14T21:02:04.638Z Compiling tokio v1.50.0
14452026-04-14T21:02:04.734Z Compiling icu_provider v2.1.1
14462026-04-14T21:02:04.754Z Compiling der v0.7.10
14472026-04-14T21:02:04.970Z Compiling icu_normalizer v2.1.1
14482026-04-14T21:02:05.032Z Compiling icu_properties v2.1.2
14492026-04-14T21:02:05.088Z Compiling http v1.4.0
14502026-04-14T21:02:05.502Z Compiling ppv-lite86 v0.2.21
14512026-04-14T21:02:05.670Z Compiling spki v0.7.3
14522026-04-14T21:02:05.758Z Compiling chrono v0.4.44
14532026-04-14T21:02:05.824Z Compiling salsa20 v0.10.2
14542026-04-14T21:02:05.874Z Compiling idna_adapter v1.2.1
14552026-04-14T21:02:05.959Z Compiling pbkdf2 v0.12.2
14562026-04-14T21:02:05.964Z Compiling thiserror-impl v2.0.18
14572026-04-14T21:02:05.993Z Compiling idna v1.1.0
14582026-04-14T21:02:06.006Z Compiling rand_chacha v0.9.0
14592026-04-14T21:02:06.067Z Compiling scrypt v0.11.0
14602026-04-14T21:02:06.124Z Compiling cbc v0.1.2
14612026-04-14T21:02:06.264Z Compiling url v2.5.8
14622026-04-14T21:02:06.312Z Compiling aes v0.8.4
14632026-04-14T21:02:06.629Z Compiling rustls-pki-types v1.14.0
14642026-04-14T21:02:06.699Z Compiling openssl-sys v0.9.111
14652026-04-14T21:02:07.048Z Compiling tracing-attributes v0.1.31
14662026-04-14T21:02:07.073Z Compiling pkcs5 v0.7.1
14672026-04-14T21:02:07.101Z Compiling rand v0.9.2
14682026-04-14T21:02:07.267Z Compiling thiserror v2.0.18
14692026-04-14T21:02:07.286Z Compiling http-body v1.0.1
14702026-04-14T21:02:07.356Z Compiling serde_derive_internals v0.29.1
14712026-04-14T21:02:07.374Z Compiling untrusted v0.7.1
14722026-04-14T21:02:07.429Z Compiling base64 v0.22.1
14732026-04-14T21:02:07.501Z Compiling httparse v1.10.1
14742026-04-14T21:02:07.543Z Compiling openssl-probe v0.2.1
14752026-04-14T21:02:07.714Z Compiling untrusted v0.9.0
14762026-04-14T21:02:07.742Z Compiling schemars v0.8.22
14772026-04-14T21:02:07.869Z Compiling pkcs8 v0.10.2
14782026-04-14T21:02:07.884Z Compiling pest_derive v2.8.6
14792026-04-14T21:02:07.965Z Compiling scroll_derive v0.13.1
14802026-04-14T21:02:08.175Z Compiling darling_core v0.20.11
14812026-04-14T21:02:08.224Z Compiling schemars_derive v0.8.22
14822026-04-14T21:02:08.301Z Compiling tower-layer v0.3.3
14832026-04-14T21:02:08.326Z Compiling tokio-util v0.7.18
14842026-04-14T21:02:08.488Z Compiling tracing v0.1.44
14852026-04-14T21:02:08.721Z Compiling tower-service v0.3.3
14862026-04-14T21:02:08.753Z Compiling dyn-clone v1.0.20
14872026-04-14T21:02:08.818Z Compiling atomic-waker v1.1.2
14882026-04-14T21:02:08.890Z Compiling rustls v0.23.37
14892026-04-14T21:02:08.942Z Compiling tinyvec_macros v0.1.1
14902026-04-14T21:02:09.020Z Compiling try-lock v0.2.5
14912026-04-14T21:02:09.058Z Compiling tinyvec v1.10.0
14922026-04-14T21:02:09.125Z Compiling want v0.3.1
14932026-04-14T21:02:09.290Z Compiling h2 v0.4.13
14942026-04-14T21:02:09.333Z Compiling scroll v0.13.0
14952026-04-14T21:02:09.634Z Compiling ipnet v2.11.0
14962026-04-14T21:02:09.659Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14972026-04-14T21:02:09.732Z Compiling spin v0.9.8
14982026-04-14T21:02:09.938Z Compiling aho-corasick v1.1.4
14992026-04-14T21:02:10.047Z Compiling openssl v0.10.75
15002026-04-14T21:02:10.136Z Compiling num-conv v0.2.0
15012026-04-14T21:02:10.260Z Compiling pin-utils v0.1.0
15022026-04-14T21:02:10.275Z Compiling crc32fast v1.5.0
15032026-04-14T21:02:10.280Z Compiling httpdate v1.0.3
15042026-04-14T21:02:10.334Z Compiling powerfmt v0.2.0
15052026-04-14T21:02:10.462Z Compiling darling_macro v0.20.11
15062026-04-14T21:02:10.515Z Compiling time-core v0.1.8
15072026-04-14T21:02:10.537Z Compiling foreign-types-shared v0.1.1
15082026-04-14T21:02:10.598Z Compiling tempfile v3.25.0
15092026-04-14T21:02:10.625Z Compiling foreign-types v0.3.2
15102026-04-14T21:02:10.658Z Compiling time-macros v0.2.27
15112026-04-14T21:02:10.707Z Compiling deranged v0.5.8
15122026-04-14T21:02:10.785Z Compiling regex-automata v0.4.14
15132026-04-14T21:02:10.923Z Compiling darling v0.20.11
15142026-04-14T21:02:11.004Z Compiling goblin v0.10.5
15152026-04-14T21:02:11.647Z Compiling openssl-macros v0.1.1
15162026-04-14T21:02:11.697Z Compiling socket2 v0.5.10
15172026-04-14T21:02:12.040Z Compiling wait-timeout v0.2.1
15182026-04-14T21:02:12.114Z Compiling num_threads v0.1.7
15192026-04-14T21:02:12.156Z Compiling bit-vec v0.8.0
15202026-04-14T21:02:12.204Z Compiling native-tls v0.2.18
15212026-04-14T21:02:12.298Z Compiling hyper v1.8.1
15222026-04-14T21:02:12.382Z Compiling usdt-impl v0.6.0
15232026-04-14T21:02:12.398Z Compiling syn v1.0.109
15242026-04-14T21:02:12.581Z Compiling simd-adler32 v0.3.8
15252026-04-14T21:02:12.702Z Compiling crossbeam-utils v0.8.21
15262026-04-14T21:02:12.825Z Compiling quick-error v1.2.3
15272026-04-14T21:02:12.934Z Compiling siphasher v1.0.2
15282026-04-14T21:02:13.005Z Compiling rusty-fork v0.3.1
15292026-04-14T21:02:13.211Z Compiling bit-set v0.8.0
15302026-04-14T21:02:13.254Z Compiling time v0.3.47
15312026-04-14T21:02:13.374Z Compiling hyper-util v0.1.20
15322026-04-14T21:02:13.856Z Compiling dof v0.4.0
15332026-04-14T21:02:14.848Z Compiling derive_builder_core v0.20.2
15342026-04-14T21:02:15.043Z Compiling unicode-normalization v0.1.25
15352026-04-14T21:02:15.071Z Compiling dtrace-parser v0.3.0
15362026-04-14T21:02:15.131Z Compiling rustls-native-certs v0.8.3
15372026-04-14T21:02:15.255Z Compiling signature v2.2.0
15382026-04-14T21:02:15.422Z Compiling thiserror-impl v1.0.69
15392026-04-14T21:02:15.435Z Compiling scroll_derive v0.12.1
15402026-04-14T21:02:15.484Z Compiling heapless v0.7.17
15412026-04-14T21:02:15.715Z Compiling rand_xorshift v0.4.0
15422026-04-14T21:02:15.730Z Compiling slog v2.8.2
15432026-04-14T21:02:15.807Z Compiling darling_core v0.21.3
15442026-04-14T21:02:15.880Z Compiling bzip2-sys v0.1.13+1.0.8
15452026-04-14T21:02:15.908Z Compiling sync_wrapper v1.0.2
15462026-04-14T21:02:16.017Z Compiling thread-id v5.1.0
15472026-04-14T21:02:16.079Z Compiling cookie v0.18.1
15482026-04-14T21:02:16.107Z Compiling paste v1.0.15
15492026-04-14T21:02:16.147Z Compiling unarray v0.1.4
15502026-04-14T21:02:16.251Z Compiling unicode-bidi v0.3.18
15512026-04-14T21:02:16.251Z Compiling signal-hook v0.3.18
15522026-04-14T21:02:16.278Z Compiling adler2 v2.0.1
15532026-04-14T21:02:16.363Z Compiling anyhow v1.0.102
15542026-04-14T21:02:16.409Z Compiling zstd-safe v7.2.4
15552026-04-14T21:02:16.431Z Compiling unicode-properties v0.1.4
15562026-04-14T21:02:16.601Z Compiling stringprep v0.1.5
15572026-04-14T21:02:16.655Z Compiling thiserror v1.0.69
15582026-04-14T21:02:16.732Z Compiling miniz_oxide v0.8.9
15592026-04-14T21:02:16.778Z Compiling proptest v1.10.0
15602026-04-14T21:02:16.875Z Compiling scroll v0.12.0
15612026-04-14T21:02:17.134Z Compiling tower v0.5.3
15622026-04-14T21:02:17.400Z Compiling derive_builder_macro v0.20.2
15632026-04-14T21:02:17.607Z Compiling ipnetwork v0.21.1
15642026-04-14T21:02:17.844Z Compiling http-body-util v0.1.3
15652026-04-14T21:02:17.869Z Compiling webpki-roots v1.0.6
15662026-04-14T21:02:17.989Z Compiling rand_chacha v0.3.1
15672026-04-14T21:02:18.005Z Compiling erased-serde v0.3.31
15682026-04-14T21:02:18.080Z Compiling toml_datetime v0.6.11
15692026-04-14T21:02:18.095Z Compiling serde_tokenstream v0.2.3
15702026-04-14T21:02:18.270Z Compiling darling_macro v0.21.3
15712026-04-14T21:02:18.337Z Compiling serde_spanned v0.6.9
15722026-04-14T21:02:18.397Z Compiling md-5 v0.10.6
15732026-04-14T21:02:18.480Z Compiling zerocopy-derive v0.7.35
15742026-04-14T21:02:18.483Z Compiling curve25519-dalek v4.1.3
15752026-04-14T21:02:18.584Z Compiling vergen-lib v0.1.6
15762026-04-14T21:02:18.741Z Compiling num-integer v0.1.46
15772026-04-14T21:02:18.756Z Compiling hash32 v0.2.1
15782026-04-14T21:02:18.801Z Compiling ff v0.13.1
15792026-04-14T21:02:18.822Z Compiling memoffset v0.9.1
15802026-04-14T21:02:18.938Z Compiling psl-types v2.0.11
15812026-04-14T21:02:18.938Z Compiling fallible-iterator v0.2.0
15822026-04-14T21:02:19.012Z Compiling litrs v1.0.0
15832026-04-14T21:02:19.055Z Compiling ryu v1.0.23
15842026-04-14T21:02:19.074Z Compiling ref-cast v1.0.25
15852026-04-14T21:02:19.242Z Compiling iri-string v0.7.10
15862026-04-14T21:02:19.254Z Compiling base16ct v0.2.0
15872026-04-14T21:02:19.331Z Compiling num-bigint-dig v0.8.6
15882026-04-14T21:02:19.416Z Compiling rustix v0.38.44
15892026-04-14T21:02:19.482Z Compiling cfg_aliases v0.2.1
15902026-04-14T21:02:19.560Z Compiling smoltcp v0.9.1
15912026-04-14T21:02:19.574Z Compiling zlib-rs v0.6.2
15922026-04-14T21:02:19.608Z Compiling document-features v0.2.12
15932026-04-14T21:02:19.855Z Compiling nix v0.31.1
15942026-04-14T21:02:19.917Z Compiling sec1 v0.7.3
15952026-04-14T21:02:20.189Z Compiling zerocopy v0.7.35
15962026-04-14T21:02:20.220Z Compiling postgres-protocol v0.6.10
15972026-04-14T21:02:20.239Z Compiling serde_urlencoded v0.7.1
15982026-04-14T21:02:20.489Z Compiling tower-http v0.6.8
15992026-04-14T21:02:20.755Z Compiling publicsuffix v2.3.0
16002026-04-14T21:02:20.769Z Compiling newtype-uuid v1.3.2
16012026-04-14T21:02:20.880Z Compiling num-iter v0.1.45
16022026-04-14T21:02:20.895Z Compiling group v0.13.0
16032026-04-14T21:02:21.082Z Compiling darling v0.21.3
16042026-04-14T21:02:21.110Z Compiling rand v0.8.5
16052026-04-14T21:02:21.167Z Compiling derive_builder v0.20.2
16062026-04-14T21:02:21.294Z Compiling oxnet v0.1.4
16072026-04-14T21:02:21.384Z Compiling tokio-native-tls v0.3.1
16082026-04-14T21:02:21.479Z Compiling hubpack_derive v0.1.1
16092026-04-14T21:02:21.650Z Compiling goblin v0.8.2
16102026-04-14T21:02:22.025Z Compiling phf_shared v0.13.1
16112026-04-14T21:02:22.212Z Compiling regex v1.12.3
16122026-04-14T21:02:22.227Z Compiling lazy_static v1.5.0
16132026-04-14T21:02:22.266Z Compiling cargo-platform v0.1.9
16142026-04-14T21:02:22.319Z Compiling hkdf v0.12.4
16152026-04-14T21:02:22.418Z Compiling flate2 v1.1.9
16162026-04-14T21:02:22.486Z Compiling crypto-bigint v0.5.5
16172026-04-14T21:02:22.522Z Compiling terminal_size v0.4.3
16182026-04-14T21:02:22.639Z Compiling curve25519-dalek-derive v0.1.1
16192026-04-14T21:02:22.661Z Compiling async-trait v0.1.89
16202026-04-14T21:02:22.756Z Compiling daft-derive v0.1.5
16212026-04-14T21:02:22.818Z Compiling ref-cast-impl v1.0.25
16222026-04-14T21:02:23.275Z Compiling strum_macros v0.27.2
16232026-04-14T21:02:23.356Z Compiling vergen v9.0.6
16242026-04-14T21:02:23.459Z Compiling fs-err v3.3.0
16252026-04-14T21:02:23.537Z Compiling ahash v0.8.12
16262026-04-14T21:02:23.652Z Compiling managed v0.8.0
16272026-04-14T21:02:23.669Z Compiling foldhash v0.1.5
16282026-04-14T21:02:23.740Z Compiling bumpalo v3.20.2
16292026-04-14T21:02:23.842Z Compiling object v0.37.3
16302026-04-14T21:02:23.868Z Compiling winnow v0.5.40
16312026-04-14T21:02:23.997Z Compiling libbz2-rs-sys v0.2.2
16322026-04-14T21:02:24.117Z Compiling unicode-segmentation v1.12.0
16332026-04-14T21:02:24.556Z Compiling bitflags v1.3.2
16342026-04-14T21:02:24.615Z Compiling bzip2 v0.6.1
16352026-04-14T21:02:24.751Z Compiling zopfli v0.8.3
16362026-04-14T21:02:24.822Z Compiling clap_builder v4.5.60
16372026-04-14T21:02:25.147Z Compiling dof v0.3.0
16382026-04-14T21:02:25.315Z Compiling toml_edit v0.19.15
16392026-04-14T21:02:25.333Z Compiling strum v0.27.2
16402026-04-14T21:02:25.429Z Compiling hashbrown v0.15.5
16412026-04-14T21:02:25.516Z Compiling daft v0.1.5
16422026-04-14T21:02:25.559Z Compiling elliptic-curve v0.13.8
16432026-04-14T21:02:25.896Z Compiling cargo_metadata v0.19.2
16442026-04-14T21:02:25.960Z Compiling phf v0.13.1
16452026-04-14T21:02:26.120Z Compiling signal-hook-mio v0.2.5
16462026-04-14T21:02:26.238Z Compiling cookie_store v0.22.1
16472026-04-14T21:02:26.892Z Compiling hubpack v0.1.2
16482026-04-14T21:02:27.207Z Compiling bzip2 v0.4.4
16492026-04-14T21:02:27.409Z Compiling zstd v0.13.3
16502026-04-14T21:02:27.497Z Compiling hyper-tls v0.6.0
16512026-04-14T21:02:27.675Z Compiling serde_with_macros v3.17.0
16522026-04-14T21:02:27.728Z Compiling postgres-types v0.2.12
16532026-04-14T21:02:27.850Z Compiling usdt-attr-macro v0.6.0
16542026-04-14T21:02:27.930Z Compiling usdt-macro v0.6.0
16552026-04-14T21:02:28.270Z Compiling dtrace-parser v0.2.0
16562026-04-14T21:02:28.657Z Compiling ed25519 v2.2.3
16572026-04-14T21:02:28.673Z Compiling phf_shared v0.11.3
16582026-04-14T21:02:28.793Z Compiling bstr v1.12.1
16592026-04-14T21:02:28.818Z Compiling pkcs1 v0.7.5
16602026-04-14T21:02:28.854Z Compiling hex v0.4.3
16612026-04-14T21:02:28.928Z Compiling serde-big-array v0.5.1
16622026-04-14T21:02:29.035Z Compiling rfc6979 v0.4.0
16632026-04-14T21:02:29.063Z Compiling enum-as-inner v0.6.1
16642026-04-14T21:02:29.113Z Compiling strum_macros v0.26.4
16652026-04-14T21:02:29.150Z Compiling clap_derive v4.5.55
16662026-04-14T21:02:29.230Z Compiling serde_repr v0.1.20
16672026-04-14T21:02:29.459Z Compiling float-cmp v0.10.0
16682026-04-14T21:02:29.589Z Compiling memmap2 v0.9.10
16692026-04-14T21:02:29.598Z Compiling thread-id v4.2.2
16702026-04-14T21:02:29.659Z Compiling env_filter v1.0.0
16712026-04-14T21:02:29.668Z Compiling encoding_rs v0.8.35
16722026-04-14T21:02:29.807Z Compiling precomputed-hash v0.1.1
16732026-04-14T21:02:29.816Z Compiling fixedbitset v0.5.7
16742026-04-14T21:02:29.883Z Compiling whoami v2.1.0
16752026-04-14T21:02:29.913Z Compiling keccak v0.1.6
16762026-04-14T21:02:30.119Z Compiling fixedbitset v0.4.2
16772026-04-14T21:02:30.266Z Compiling difflib v0.4.0
16782026-04-14T21:02:30.347Z Compiling predicates-core v1.0.10
16792026-04-14T21:02:30.524Z Compiling mime v0.3.17
16802026-04-14T21:02:30.728Z Compiling new_debug_unreachable v1.0.6
16812026-04-14T21:02:30.792Z Compiling static_assertions v1.1.0
16822026-04-14T21:02:30.806Z Compiling rustc-hash v2.1.1
16832026-04-14T21:02:30.832Z Compiling normalize-line-endings v0.3.0
16842026-04-14T21:02:30.869Z Compiling data-encoding v2.10.0
16852026-04-14T21:02:30.915Z Compiling either v1.15.0
16862026-04-14T21:02:30.929Z Compiling jiff v0.2.21
16872026-04-14T21:02:30.929Z Compiling toml_edit v0.22.27
16882026-04-14T21:02:30.955Z Compiling clap v4.5.60
16892026-04-14T21:02:31.040Z Compiling strum v0.26.3
16902026-04-14T21:02:31.128Z Compiling itertools v0.13.0
16912026-04-14T21:02:31.174Z Compiling hickory-proto v0.25.2
16922026-04-14T21:02:31.196Z Compiling predicates v3.1.4
16932026-04-14T21:02:31.545Z Compiling iddqd v0.3.17
16942026-04-14T21:02:31.564Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
16952026-04-14T21:02:31.837Z Compiling string_cache v0.8.9
16962026-04-14T21:02:32.063Z Compiling petgraph v0.6.5
16972026-04-14T21:02:32.330Z Compiling tokio-postgres v0.7.16
16982026-04-14T21:02:32.680Z Compiling sha3 v0.10.8
16992026-04-14T21:02:33.138Z Compiling petgraph v0.8.3
17002026-04-14T21:02:33.530Z Compiling zip v4.6.1
17012026-04-14T21:02:33.630Z Compiling env_logger v0.11.9
17022026-04-14T21:02:33.987Z Compiling usdt v0.6.0
17032026-04-14T21:02:34.256Z Compiling usdt-impl v0.5.0
17042026-04-14T21:02:34.298Z Compiling similar v2.7.0
17052026-04-14T21:02:34.524Z Compiling ecdsa v0.16.9
17062026-04-14T21:02:34.550Z Compiling serde_with v3.17.0
17072026-04-14T21:02:34.852Z Compiling rsa v0.9.10
17082026-04-14T21:02:34.925Z Compiling ed25519-dalek v2.2.0
17092026-04-14T21:02:35.112Z Compiling crossterm v0.28.1
17102026-04-14T21:02:35.199Z Compiling zip v0.6.6
17112026-04-14T21:02:35.772Z Compiling toml v0.7.8
17122026-04-14T21:02:36.227Z Compiling heck v0.4.1
17132026-04-14T21:02:36.266Z Compiling toml_parser v1.0.9+spec-1.1.0
17142026-04-14T21:02:36.373Z Compiling crossbeam-epoch v0.9.18
17152026-04-14T21:02:36.399Z Compiling tokio-stream v0.1.18
17162026-04-14T21:02:36.449Z Compiling buf-list v1.1.2
17172026-04-14T21:02:36.545Z Compiling x509-cert v0.2.5
17182026-04-14T21:02:36.695Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
17192026-04-14T21:02:36.729Z Compiling openapiv3 v2.2.0
17202026-04-14T21:02:36.865Z Compiling sha1 v0.10.6
17212026-04-14T21:02:36.894Z Compiling toml_datetime v0.7.5+spec-1.1.0
17222026-04-14T21:02:37.006Z Compiling lalrpop-util v0.19.12
17232026-04-14T21:02:37.091Z Compiling peg-runtime v0.8.5
17242026-04-14T21:02:37.184Z Compiling thread_local v1.1.9
17252026-04-14T21:02:37.201Z Compiling slog-async v2.8.0
17262026-04-14T21:02:37.365Z Compiling crossbeam-channel v0.5.15
17272026-04-14T21:02:37.439Z Compiling futures-executor v0.3.32
17282026-04-14T21:02:37.516Z Compiling is-terminal v0.4.17
17292026-04-14T21:02:37.618Z Compiling filetime v0.2.27
17302026-04-14T21:02:37.703Z Compiling take_mut v0.2.2
17312026-04-14T21:02:37.797Z Compiling xattr v1.6.1
17322026-04-14T21:02:37.817Z Compiling term v1.2.1
17332026-04-14T21:02:37.968Z Compiling tar v0.4.45
17342026-04-14T21:02:38.157Z Compiling slog-term v2.9.2
17352026-04-14T21:02:38.186Z Compiling futures v0.3.32
17362026-04-14T21:02:45.208Z Compiling rustls-webpki v0.103.9
17372026-04-14T21:02:48.047Z Compiling tokio-rustls v0.26.4
17382026-04-14T21:02:48.047Z Compiling rustls-platform-verifier v0.6.2
17392026-04-14T21:02:48.252Z Compiling hyper-rustls v0.27.7
17402026-04-14T21:02:48.455Z Compiling reqwest v0.12.28
17412026-04-14T21:02:48.455Z Compiling reqwest v0.13.2
17422026-04-14T21:02:50.555Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17432026-04-14T21:02:50.771Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17442026-04-14T21:02:53.590Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 00s
17452026-04-14T21:02:53.734Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
17462026-04-14T21:02:53.790ZApr 14 21:02:52.856 INFO Starting download, target: Clickhouse
17472026-04-14T21:02:53.790ZApr 14 21:02:52.857 INFO Starting download, target: Console
17482026-04-14T21:02:53.790ZApr 14 21:02:52.857 INFO Starting download, target: Cockroach
17492026-04-14T21:02:53.793ZApr 14 21:02:52.857 INFO Starting download, target: DendriteStub
17502026-04-14T21:02:53.793ZApr 14 21:02:52.857 INFO Starting download, target: MaghemiteMgd
17512026-04-14T21:02:53.793ZApr 14 21:02:52.857 INFO Starting download, target: TransceiverControl
17522026-04-14T21:02:53.793ZApr 14 21:02:52.857 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17532026-04-14T21:02:53.793ZApr 14 21:02:52.857 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17542026-04-14T21:02:53.793ZApr 14 21:02:52.857 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17552026-04-14T21:02:53.793ZApr 14 21:02:52.857 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17562026-04-14T21:02:53.793ZApr 14 21:02:52.857 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17572026-04-14T21:02:53.793ZApr 14 21:02:52.857 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
17582026-04-14T21:02:54.126ZApr 14 21:02:53.192 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17592026-04-14T21:02:54.383ZApr 14 21:02:53.449 INFO Download complete, target: TransceiverControl
17602026-04-14T21:02:54.861ZApr 14 21:02:53.927 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17612026-04-14T21:02:55.106ZApr 14 21:02:54.168 INFO Download complete, target: Console
17622026-04-14T21:02:55.322ZApr 14 21:02:54.388 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17632026-04-14T21:02:55.420ZApr 14 21:02:54.482 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17642026-04-14T21:02:55.789ZApr 14 21:02:54.856 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17652026-04-14T21:02:55.789ZApr 14 21:02:54.856 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17662026-04-14T21:02:56.063ZApr 14 21:02:55.130 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
17672026-04-14T21:02:57.691ZApr 14 21:02:56.758 INFO Download complete, target: MaghemiteMgd
17682026-04-14T21:02:57.691ZApr 14 21:02:56.758 INFO Download complete, target: DendriteStub
17692026-04-14T21:03:00.319ZApr 14 21:02:59.386 INFO Checking that binary works, target: Cockroach
17702026-04-14T21:03:00.422ZApr 14 21:02:59.489 INFO Download complete, target: Cockroach
17712026-04-14T21:03:02.757ZApr 14 21:03:01.823 INFO Checking that binary works, target: Clickhouse
17722026-04-14T21:03:02.865ZApr 14 21:03:01.931 INFO Download complete, target: Clickhouse
17732026-04-14T21:03:02.889ZAll builder prerequisites installed successfully, and PATH looks valid
17742026-04-14T21:03:02.891Z
17752026-04-14T21:03:02.892Zreal 3:03.372618058
17762026-04-14T21:03:02.892Zuser 7:13.371090442
17772026-04-14T21:03:02.892Zsys 1:24.624495404
17782026-04-14T21:03:02.892Ztrap 0.211291772
17792026-04-14T21:03:02.892Ztflt 0.785978970
17802026-04-14T21:03:02.892Zdflt 0.800220943
17812026-04-14T21:03:02.892Zkflt 0.042992027
17822026-04-14T21:03:02.892Zlock 20:54.490977835
17832026-04-14T21:03:02.892Zslp 21:52.019048561
17842026-04-14T21:03:02.892Zlat 43.702246132
17852026-04-14T21:03:02.892Zstop 1:54.704128764
17862026-04-14T21:03:02.892Z+ banner clippy
17872026-04-14T21:03:02.892Z
17882026-04-14T21:03:02.892Z #### # # ##### ##### # #
17892026-04-14T21:03:02.892Z # # # # # # # # # #
17902026-04-14T21:03:02.892Z # # # # # # # #
17912026-04-14T21:03:02.892Z # # # ##### ##### #
17922026-04-14T21:03:02.892Z # # # # # # #
17932026-04-14T21:03:02.892Z #### ###### # # # #
17942026-04-14T21:03:02.892Z
17952026-04-14T21:03:02.892Z+ export CARGO_INCREMENTAL=0
17962026-04-14T21:03:02.892Z+ CARGO_INCREMENTAL=0
17972026-04-14T21:03:02.892Z+ ptime -m cargo xtask clippy
17982026-04-14T21:03:03.420Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
17992026-04-14T21:03:03.637Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
18002026-04-14T21:03:05.505Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.60s
18012026-04-14T21:03:05.591Z Running `target/debug/xtask clippy`
18022026-04-14T21:03:05.619Zrunning: /home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings"
18032026-04-14T21:03:06.227Z Downloading crates ...
18042026-04-14T21:03:06.425Z Downloaded addr2line v0.25.1
18052026-04-14T21:03:06.428Z Downloaded backtrace-ext v0.2.1
18062026-04-14T21:03:06.428Z Downloaded assert-json-diff v2.0.2
18072026-04-14T21:03:06.428Z Downloaded approx v0.5.1
18082026-04-14T21:03:06.431Z Downloaded anes v0.1.6
18092026-04-14T21:03:06.435Z Downloaded async-lock v3.4.2
18102026-04-14T21:03:06.437Z Downloaded blake2b_simd v1.0.4
18112026-04-14T21:03:06.437Z Downloaded assert_cmd v2.1.2
18122026-04-14T21:03:06.440Z Downloaded guppy-workspace-hack v0.1.0
18132026-04-14T21:03:06.440Z Downloaded cargo-platform v0.3.2
18142026-04-14T21:03:06.440Z Downloaded async-object-pool v0.2.0
18152026-04-14T21:03:06.443Z Downloaded criterion-plot v0.6.0
18162026-04-14T21:03:06.449Z Downloaded target-triple v1.0.0
18172026-04-14T21:03:06.451Z Downloaded supports-unicode v2.1.0
18182026-04-14T21:03:06.451Z Downloaded oorandom v11.1.5
18192026-04-14T21:03:06.451Z Downloaded plotters-backend v0.3.7
18202026-04-14T21:03:06.451Z Downloaded miette-derive v5.10.0
18212026-04-14T21:03:06.456Z Downloaded libtest-mimic v0.8.1
18222026-04-14T21:03:06.459Z Downloaded hickory-client v0.25.2
18232026-04-14T21:03:06.459Z Downloaded serde_regex v1.1.0
18242026-04-14T21:03:06.463Z Downloaded supports-hyperlinks v2.1.0
18252026-04-14T21:03:06.465Z Downloaded cast v0.3.0
18262026-04-14T21:03:06.465Z Downloaded supports-color v2.1.0
18272026-04-14T21:03:06.470Z Downloaded owo-colors v3.5.0
18282026-04-14T21:03:06.473Z Downloaded escape8259 v0.5.3
18292026-04-14T21:03:06.478Z Downloaded concurrent-queue v2.5.0
18302026-04-14T21:03:06.481Z Downloaded datatest-stable v0.3.3
18312026-04-14T21:03:06.483Z Downloaded relative-path v1.9.3
18322026-04-14T21:03:06.486Z Downloaded cargo_metadata v0.23.1
18332026-04-14T21:03:06.486Z Downloaded futures-timer v3.0.3
18342026-04-14T21:03:06.489Z Downloaded event-listener v5.4.1
18352026-04-14T21:03:06.491Z Downloaded pathdiff v0.2.3
18362026-04-14T21:03:06.494Z Downloaded similar-asserts v1.7.0
18372026-04-14T21:03:06.497Z Downloaded constant_time_eq v0.3.1
18382026-04-14T21:03:06.501Z Downloaded linkme-impl v0.3.35
18392026-04-14T21:03:06.504Z Downloaded event-listener-strategy v0.5.4
18402026-04-14T21:03:06.506Z Downloaded tokio-test v0.4.5
18412026-04-14T21:03:06.509Z Downloaded trybuild v1.0.116
18422026-04-14T21:03:06.513Z Downloaded backtrace v0.3.76
18432026-04-14T21:03:06.516Z Downloaded plotters-svg v0.3.7
18442026-04-14T21:03:06.519Z Downloaded terminal_size v0.1.17
18452026-04-14T21:03:06.519Z Downloaded parking v2.2.1
18462026-04-14T21:03:06.523Z Downloaded target-lexicon v0.13.3
18472026-04-14T21:03:06.527Z Downloaded stringmetrics v2.2.2
18482026-04-14T21:03:06.527Z Downloaded linkme v0.3.35
18492026-04-14T21:03:06.529Z Downloaded knuffel-derive v3.2.0
18502026-04-14T21:03:06.532Z Downloaded termcolor v1.4.1
18512026-04-14T21:03:06.532Z Downloaded path-tree v0.8.3
18522026-04-14T21:03:06.532Z Downloaded nested v0.1.1
18532026-04-14T21:03:06.537Z Downloaded knuffel v3.2.0
18542026-04-14T21:03:06.540Z Downloaded cfg-expr v0.20.6
18552026-04-14T21:03:06.542Z Downloaded target-spec v3.5.7
18562026-04-14T21:03:06.542Z Downloaded partial-io v0.5.4
18572026-04-14T21:03:06.545Z Downloaded rustc-demangle v0.1.27
18582026-04-14T21:03:06.548Z Downloaded httptest v0.16.4
18592026-04-14T21:03:06.550Z Downloaded chumsky v0.9.3
18602026-04-14T21:03:06.557Z Downloaded tinytemplate v1.2.1
18612026-04-14T21:03:06.560Z Downloaded rust-argon2 v2.1.0
18622026-04-14T21:03:06.560Z Downloaded textwrap v0.15.2
18632026-04-14T21:03:06.571Z Downloaded rstest_macros v0.25.0
18642026-04-14T21:03:06.574Z Downloaded rand_distr v0.5.1
18652026-04-14T21:03:06.576Z Downloaded rstest v0.25.0
18662026-04-14T21:03:06.579Z Downloaded fancy-regex v0.14.0
18672026-04-14T21:03:06.583Z Downloaded criterion v0.7.0
18682026-04-14T21:03:06.586Z Downloaded miette v5.10.0
18692026-04-14T21:03:06.594Z Downloaded plotters v0.3.7
18702026-04-14T21:03:06.598Z Downloaded guppy v0.17.25
18712026-04-14T21:03:06.602Z Downloaded hashbrown v0.14.5
18722026-04-14T21:03:06.618Z Downloaded gimli v0.32.3
18732026-04-14T21:03:06.712Z Downloaded httpmock v0.8.3
18742026-04-14T21:03:08.257Z Checking cfg-if v1.0.4
18752026-04-14T21:03:08.598Z Checking libc v0.2.180
18762026-04-14T21:03:08.601Z Checking serde_core v1.0.228
18772026-04-14T21:03:08.672Z Checking memchr v2.8.0
18782026-04-14T21:03:08.710Z Checking smallvec v1.15.1
18792026-04-14T21:03:08.750Z Checking log v0.4.29
18802026-04-14T21:03:08.750Z Checking itoa v1.0.17
18812026-04-14T21:03:08.823Z Checking zeroize v1.8.2
18822026-04-14T21:03:08.861Z Checking libm v0.2.16
18832026-04-14T21:03:08.914Z Checking scopeguard v1.2.0
18842026-04-14T21:03:08.953Z Checking stable_deref_trait v1.2.1
18852026-04-14T21:03:08.992Z Checking zmij v1.0.21
18862026-04-14T21:03:09.030Z Checking zerofrom v0.1.6
18872026-04-14T21:03:09.064Z Checking errno v0.3.14
18882026-04-14T21:03:09.067Z Checking getrandom v0.2.17
18892026-04-14T21:03:09.099Z Checking lock_api v0.4.14
18902026-04-14T21:03:09.165Z Checking yoke v0.8.1
18912026-04-14T21:03:09.203Z Checking percent-encoding v2.3.2
18922026-04-14T21:03:09.203Z Checking litemap v0.8.1
18932026-04-14T21:03:09.268Z Checking writeable v0.6.2
18942026-04-14T21:03:09.304Z Checking icu_normalizer_data v2.1.1
18952026-04-14T21:03:09.350Z Checking zerovec v0.11.5
18962026-04-14T21:03:09.350Z Checking zerotrie v0.2.3
18972026-04-14T21:03:09.385Z Checking icu_properties_data v2.1.2
18982026-04-14T21:03:09.448Z Checking subtle v2.6.1
18992026-04-14T21:03:09.481Z Checking form_urlencoded v1.2.2
19002026-04-14T21:03:09.484Z Checking pin-project-lite v0.2.17
19012026-04-14T21:03:09.562Z Checking num-traits v0.2.19
19022026-04-14T21:03:09.598Z Checking utf8_iter v1.0.4
19032026-04-14T21:03:09.633Z Checking rand_core v0.6.4
19042026-04-14T21:03:09.669Z Checking parking_lot_core v0.9.12
19052026-04-14T21:03:09.672Z Checking portable-atomic v1.13.1
19062026-04-14T21:03:09.736Z Checking zerocopy v0.8.40
19072026-04-14T21:03:09.772Z Checking critical-section v1.2.0
19082026-04-14T21:03:09.807Z Checking tinystr v0.8.2
19092026-04-14T21:03:09.840Z Checking potential_utf v0.1.4
19102026-04-14T21:03:09.879Z Checking parking_lot v0.12.5
19112026-04-14T21:03:09.916Z Checking signal-hook-registry v1.4.8
19122026-04-14T21:03:09.990Z Checking icu_collections v2.1.1
19132026-04-14T21:03:10.025Z Checking icu_locale_core v2.1.1
19142026-04-14T21:03:10.094Z Checking mio v1.1.1
19152026-04-14T21:03:10.132Z Checking serde v1.0.228
19162026-04-14T21:03:10.132Z Checking bitflags v2.11.0
19172026-04-14T21:03:10.132Z Checking serde_json v1.0.149
19182026-04-14T21:03:10.134Z Checking once_cell v1.21.3
19192026-04-14T21:03:10.327Z Checking socket2 v0.6.2
19202026-04-14T21:03:10.327Z Checking typenum v1.19.0
19212026-04-14T21:03:10.407Z Checking iana-time-zone v0.1.65
19222026-04-14T21:03:10.409Z Checking rand_core v0.10.0
19232026-04-14T21:03:10.547Z Checking thiserror v2.0.18
19242026-04-14T21:03:10.586Z Checking icu_provider v2.1.1
19252026-04-14T21:03:10.620Z Checking getrandom v0.4.1
19262026-04-14T21:03:10.657Z Checking bytes v1.11.1
19272026-04-14T21:03:10.658Z Checking chrono v0.4.44
19282026-04-14T21:03:10.728Z Checking semver v1.0.27
19292026-04-14T21:03:10.788Z Checking uuid v1.23.0
19302026-04-14T21:03:10.837Z Checking icu_normalizer v2.1.1
19312026-04-14T21:03:10.837Z Checking icu_properties v2.1.2
19322026-04-14T21:03:10.903Z Checking generic-array v0.14.7
19332026-04-14T21:03:10.965Z Checking allocator-api2 v0.2.21
19342026-04-14T21:03:11.114Z Checking tokio v1.50.0
19352026-04-14T21:03:11.151Z Checking futures-core v0.3.32
19362026-04-14T21:03:11.202Z Checking equivalent v1.0.2
19372026-04-14T21:03:11.275Z Checking dyn-clone v1.0.20
19382026-04-14T21:03:11.313Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
19392026-04-14T21:03:11.316Z Checking const-oid v0.9.6
19402026-04-14T21:03:11.379Z Checking crypto-common v0.1.7
19412026-04-14T21:03:11.413Z Checking foldhash v0.2.0
19422026-04-14T21:03:11.526Z Checking getrandom v0.3.4
19432026-04-14T21:03:11.566Z Checking block-buffer v0.10.4
19442026-04-14T21:03:11.604Z Checking hashbrown v0.16.1
19452026-04-14T21:03:11.690Z Checking futures-sink v0.3.32
19462026-04-14T21:03:11.714Z Checking idna_adapter v1.2.1
19472026-04-14T21:03:11.717Z Checking futures-io v0.3.32
19482026-04-14T21:03:11.779Z Checking slab v0.4.12
19492026-04-14T21:03:11.813Z Checking futures-channel v0.3.32
19502026-04-14T21:03:11.860Z Checking idna v1.1.0
19512026-04-14T21:03:11.895Z Checking futures-task v0.3.32
19522026-04-14T21:03:11.961Z Checking rustix v1.1.3
19532026-04-14T21:03:12.000Z Checking digest v0.10.7
19542026-04-14T21:03:12.034Z Checking byteorder v1.5.0
19552026-04-14T21:03:12.069Z Checking futures-util v0.3.32
19562026-04-14T21:03:12.130Z Checking url v2.5.8
19572026-04-14T21:03:12.165Z Checking cpufeatures v0.2.17
19582026-04-14T21:03:12.219Z Checking indexmap v2.13.0
19592026-04-14T21:03:12.260Z Checking thiserror v1.0.69
19602026-04-14T21:03:12.262Z Checking fnv v1.0.7
19612026-04-14T21:03:12.387Z Checking regex-syntax v0.8.10
19622026-04-14T21:03:12.421Z Checking http v1.4.0
19632026-04-14T21:03:12.466Z Checking ppv-lite86 v0.2.21
19642026-04-14T21:03:12.584Z Checking schemars v0.8.22
19652026-04-14T21:03:12.780Z Checking tracing-core v0.1.36
19662026-04-14T21:03:12.816Z Checking base64 v0.22.1
19672026-04-14T21:03:12.819Z Checking ipnet v2.11.0
19682026-04-14T21:03:12.996Z Checking unicode-ident v1.0.24
19692026-04-14T21:03:13.077Z Checking untrusted v0.9.0
19702026-04-14T21:03:13.112Z Checking tracing v0.1.44
19712026-04-14T21:03:13.148Z Checking anstyle v1.0.13
19722026-04-14T21:03:13.151Z Checking utf8parse v0.2.2
19732026-04-14T21:03:13.216Z Checking ring v0.17.14
19742026-04-14T21:03:13.259Z Checking proc-macro2 v1.0.106
19752026-04-14T21:03:13.307Z Checking base64ct v1.8.3
19762026-04-14T21:03:13.343Z Checking anstyle-parse v0.2.7
19772026-04-14T21:03:13.378Z Checking block-padding v0.3.3
19782026-04-14T21:03:13.520Z Checking aho-corasick v1.1.4
19792026-04-14T21:03:13.555Z Checking colorchoice v1.0.4
19802026-04-14T21:03:13.589Z Checking is_terminal_polyfill v1.70.2
19812026-04-14T21:03:13.624Z Checking quote v1.0.44
19822026-04-14T21:03:13.679Z Checking anstyle-query v1.1.5
19832026-04-14T21:03:13.714Z Checking inout v0.1.4
19842026-04-14T21:03:13.749Z Checking rustls-pki-types v1.14.0
19852026-04-14T21:03:13.796Z Checking anstream v0.6.21
19862026-04-14T21:03:13.831Z Checking syn v2.0.117
19872026-04-14T21:03:13.878Z Checking crossbeam-utils v0.8.21
19882026-04-14T21:03:13.989Z Checking httparse v1.10.1
19892026-04-14T21:03:14.034Z Checking cipher v0.4.4
19902026-04-14T21:03:14.070Z Checking terminal_size v0.4.3
19912026-04-14T21:03:14.205Z Checking regex-automata v0.4.14
19922026-04-14T21:03:14.241Z Checking strsim v0.11.1
19932026-04-14T21:03:14.274Z Checking clap_lex v1.0.0
19942026-04-14T21:03:14.277Z Checking pem-rfc7468 v0.7.0
19952026-04-14T21:03:14.277Z Checking http-body v1.0.1
19962026-04-14T21:03:14.277Z Checking sha2 v0.10.9
19972026-04-14T21:03:14.403Z Checking tokio-util v0.7.18
19982026-04-14T21:03:14.440Z Checking atomic-waker v1.1.2
19992026-04-14T21:03:14.473Z Checking hmac v0.12.1
20002026-04-14T21:03:14.476Z Checking rand_core v0.9.5
20012026-04-14T21:03:14.540Z Checking clap_builder v4.5.60
20022026-04-14T21:03:14.574Z Checking try-lock v0.2.5
20032026-04-14T21:03:14.631Z Checking httpdate v1.0.3
20042026-04-14T21:03:14.667Z Checking ryu v1.0.23
20052026-04-14T21:03:14.702Z Checking want v0.3.1
20062026-04-14T21:03:14.702Z Checking flagset v0.4.7
20072026-04-14T21:03:14.802Z Checking tower-service v0.3.3
20082026-04-14T21:03:14.837Z Checking pin-utils v0.1.0
20092026-04-14T21:03:14.871Z Checking tower-layer v0.3.3
20102026-04-14T21:03:14.904Z Checking der v0.7.10
20112026-04-14T21:03:14.939Z Checking erased-serde v0.3.31
20122026-04-14T21:03:14.941Z Checking powerfmt v0.2.0
20132026-04-14T21:03:15.011Z Checking h2 v0.4.13
20142026-04-14T21:03:15.046Z Checking rand_chacha v0.9.0
20152026-04-14T21:03:15.143Z Checking deranged v0.5.8
20162026-04-14T21:03:15.270Z Checking spin v0.9.8
20172026-04-14T21:03:15.339Z Checking slog v2.8.2
20182026-04-14T21:03:15.474Z Checking socket2 v0.5.10
20192026-04-14T21:03:15.626Z Checking time-core v0.1.8
20202026-04-14T21:03:15.663Z Checking num_threads v0.1.7
20212026-04-14T21:03:15.740Z Checking num-conv v0.2.0
20222026-04-14T21:03:15.776Z Checking rand v0.9.2
20232026-04-14T21:03:15.778Z Checking clap v4.5.60
20242026-04-14T21:03:15.841Z Checking anyhow v1.0.102
20252026-04-14T21:03:15.883Z Checking http-body-util v0.1.3
20262026-04-14T21:03:15.918Z Checking aws-lc-sys v0.37.1
20272026-04-14T21:03:15.978Z Checking fastrand v2.3.0
20282026-04-14T21:03:16.062Z Checking untrusted v0.7.1
20292026-04-14T21:03:16.099Z Checking time v0.3.47
20302026-04-14T21:03:16.102Z Checking spki v0.7.3
20312026-04-14T21:03:16.165Z Checking serde_urlencoded v0.7.1
20322026-04-14T21:03:16.200Z Checking pbkdf2 v0.12.2
20332026-04-14T21:03:16.203Z Checking aes v0.8.4
20342026-04-14T21:03:16.272Z Checking openssl-probe v0.2.1
20352026-04-14T21:03:16.307Z Checking regex v1.12.3
20362026-04-14T21:03:16.341Z Checking cbc v0.1.2
20372026-04-14T21:03:16.394Z Checking salsa20 v0.10.2
20382026-04-14T21:03:16.428Z Checking rand_chacha v0.3.1
20392026-04-14T21:03:16.463Z Checking aws-lc-rs v1.16.0
20402026-04-14T21:03:16.496Z Checking hex v0.4.3
20412026-04-14T21:03:16.551Z Checking pretty-hex v0.4.1
20422026-04-14T21:03:16.604Z Checking scrypt v0.11.0
20432026-04-14T21:03:16.640Z Checking tempfile v3.25.0
20442026-04-14T21:03:16.675Z Checking rand v0.8.5
20452026-04-14T21:03:16.708Z Checking ipnetwork v0.21.1
20462026-04-14T21:03:16.742Z Checking plain v0.2.3
20472026-04-14T21:03:16.777Z Checking pkcs5 v0.7.1
20482026-04-14T21:03:16.854Z Checking camino v1.2.2
20492026-04-14T21:03:16.889Z Checking ucd-trie v0.1.7
20502026-04-14T21:03:16.944Z Checking rustls-native-certs v0.8.3
20512026-04-14T21:03:17.044Z Checking pest v2.8.6
20522026-04-14T21:03:17.080Z Checking pkcs8 v0.10.2
20532026-04-14T21:03:17.116Z Checking sync_wrapper v1.0.2
20542026-04-14T21:03:17.149Z Checking webpki-roots v1.0.6
20552026-04-14T21:03:17.204Z Checking simd-adler32 v0.3.8
20562026-04-14T21:03:17.240Z Checking tower v0.5.3
20572026-04-14T21:03:17.280Z Checking iri-string v0.7.10
20582026-04-14T21:03:17.283Z Checking openapiv3 v2.2.0
20592026-04-14T21:03:17.348Z Checking either v1.15.0
20602026-04-14T21:03:17.352Z Checking rustls-webpki v0.103.9
20612026-04-14T21:03:17.413Z Checking adler2 v2.0.1
20622026-04-14T21:03:17.547Z Checking mime v0.3.17
20632026-04-14T21:03:17.581Z Checking miniz_oxide v0.8.9
20642026-04-14T21:03:17.645Z Checking winnow v0.7.14
20652026-04-14T21:03:17.696Z Checking hyper v1.8.1
20662026-04-14T21:03:17.800Z Checking static_assertions v1.1.0
20672026-04-14T21:03:17.834Z Checking rustls v0.23.37
20682026-04-14T21:03:17.897Z Checking oxnet v0.1.4
20692026-04-14T21:03:17.955Z Checking lazy_static v1.5.0
20702026-04-14T21:03:18.071Z Checking signature v2.2.0
20712026-04-14T21:03:18.143Z Checking hubpack v0.1.2
20722026-04-14T21:03:18.170Z Checking encoding_rs v0.8.35
20732026-04-14T21:03:18.229Z Checking strum v0.26.3
20742026-04-14T21:03:18.313Z Checking crc32fast v1.5.0
20752026-04-14T21:03:18.348Z Checking tower-http v0.6.8
20762026-04-14T21:03:18.383Z Checking foreign-types-shared v0.1.1
20772026-04-14T21:03:18.481Z Checking sha1 v0.10.6
20782026-04-14T21:03:18.516Z Checking foreign-types v0.3.2
20792026-04-14T21:03:18.613Z Checking openssl-sys v0.9.111
20802026-04-14T21:03:18.649Z Checking tinyvec_macros v0.1.1
20812026-04-14T21:03:18.685Z Checking serde_spanned v0.6.9
20822026-04-14T21:03:18.688Z Checking toml_datetime v0.6.11
20832026-04-14T21:03:18.752Z Checking tinyvec v1.10.0
20842026-04-14T21:03:18.755Z Checking hyper-util v0.1.20
20852026-04-14T21:03:18.835Z Checking num-integer v0.1.46
20862026-04-14T21:03:18.871Z Checking data-encoding v2.10.0
20872026-04-14T21:03:18.927Z Checking scroll v0.13.0
20882026-04-14T21:03:19.088Z Checking base16ct v0.2.0
20892026-04-14T21:03:19.091Z Checking bit-vec v0.8.0
20902026-04-14T21:03:19.156Z Checking zlib-rs v0.6.2
20912026-04-14T21:03:19.159Z Checking openssl v0.10.75
20922026-04-14T21:03:19.222Z Checking goblin v0.10.5
20932026-04-14T21:03:19.225Z Checking ff v0.13.1
20942026-04-14T21:03:19.287Z Checking sec1 v0.7.3
20952026-04-14T21:03:19.322Z Checking bit-set v0.8.0
20962026-04-14T21:03:19.404Z Checking wait-timeout v0.2.1
20972026-04-14T21:03:19.490Z Checking memmap2 v0.9.10
20982026-04-14T21:03:19.524Z Checking group v0.13.0
20992026-04-14T21:03:19.557Z Checking num-iter v0.1.45
21002026-04-14T21:03:19.673Z Checking dtrace-parser v0.3.0
21012026-04-14T21:03:19.709Z Checking bstr v1.12.1
21022026-04-14T21:03:19.711Z Checking hkdf v0.12.4
21032026-04-14T21:03:19.900Z Checking crossbeam-epoch v0.9.18
21042026-04-14T21:03:19.943Z Checking ahash v0.8.12
21052026-04-14T21:03:20.040Z Checking crypto-bigint v0.5.5
21062026-04-14T21:03:20.076Z Checking flate2 v1.1.9
21072026-04-14T21:03:20.128Z Checking thread-id v5.1.0
21082026-04-14T21:03:20.163Z Checking psl-types v2.0.11
21092026-04-14T21:03:20.166Z Checking quick-error v1.2.3
21102026-04-14T21:03:20.230Z Checking tokio-rustls v0.26.4
21112026-04-14T21:03:20.262Z Checking cookie v0.18.1
21122026-04-14T21:03:20.305Z Checking publicsuffix v2.3.0
21132026-04-14T21:03:20.340Z Checking rusty-fork v0.3.1
21142026-04-14T21:03:20.387Z Checking rand_xorshift v0.4.0
21152026-04-14T21:03:20.480Z Checking hyper-rustls v0.27.7
21162026-04-14T21:03:20.516Z Checking scroll v0.12.0
21172026-04-14T21:03:20.519Z Checking unarray v0.1.4
21182026-04-14T21:03:20.582Z Checking cookie_store v0.22.1
21192026-04-14T21:03:20.585Z Checking rustls-platform-verifier v0.6.2
21202026-04-14T21:03:20.677Z Checking proptest v1.10.0
21212026-04-14T21:03:20.710Z Checking num-bigint-dig v0.8.6
21222026-04-14T21:03:20.765Z Checking goblin v0.8.2
21232026-04-14T21:03:20.801Z Checking pkcs1 v0.7.5
21242026-04-14T21:03:20.929Z Checking x509-cert v0.2.5
21252026-04-14T21:03:20.966Z Checking elliptic-curve v0.13.8
21262026-04-14T21:03:21.035Z Checking zerocopy v0.7.35
21272026-04-14T21:03:21.158Z Checking native-tls v0.2.18
21282026-04-14T21:03:21.296Z Checking unicode-segmentation v1.12.0
21292026-04-14T21:03:21.361Z Checking tokio-native-tls v0.3.1
21302026-04-14T21:03:21.545Z Checking hyper-tls v0.6.0
21312026-04-14T21:03:21.548Z Checking rsa v0.9.10
21322026-04-14T21:03:21.548Z Checking reqwest v0.13.2
21332026-04-14T21:03:21.643Z Checking dof v0.4.0
21342026-04-14T21:03:21.646Z Checking dtrace-parser v0.2.0
21352026-04-14T21:03:21.646Z Checking rfc6979 v0.4.0
21362026-04-14T21:03:21.739Z Checking reqwest v0.12.28
21372026-04-14T21:03:21.817Z Checking thread-id v4.2.2
21382026-04-14T21:03:21.926Z Checking toml_write v0.1.2
21392026-04-14T21:03:21.961Z Checking ecdsa v0.16.9
21402026-04-14T21:03:22.078Z Checking toml_parser v1.0.9+spec-1.1.0
21412026-04-14T21:03:22.119Z Checking toml_edit v0.22.27
21422026-04-14T21:03:22.297Z Checking usdt-impl v0.6.0
21432026-04-14T21:03:22.333Z Checking curve25519-dalek v4.1.3
21442026-04-14T21:03:22.434Z Checking memoffset v0.9.1
21452026-04-14T21:03:22.471Z Checking newtype-uuid v1.3.2
21462026-04-14T21:03:22.503Z Checking rustix v0.38.44
21472026-04-14T21:03:22.541Z Checking env_filter v1.0.0
21482026-04-14T21:03:22.608Z Checking usdt v0.6.0
21492026-04-14T21:03:22.611Z Checking keccak v0.1.6
21502026-04-14T21:03:22.675Z Checking dof v0.3.0
21512026-04-14T21:03:22.710Z Checking daft v0.1.5
21522026-04-14T21:03:22.713Z Checking env_logger v0.11.9
21532026-04-14T21:03:22.800Z Checking ed25519 v2.2.3
21542026-04-14T21:03:22.836Z Checking sha3 v0.10.8
21552026-04-14T21:03:22.949Z Checking itertools v0.13.0
21562026-04-14T21:03:22.985Z Checking usdt-impl v0.5.0
21572026-04-14T21:03:22.988Z Checking serde_with v3.17.0
21582026-04-14T21:03:23.051Z Checking bitflags v1.3.2
21592026-04-14T21:03:23.086Z Checking siphasher v1.0.2
21602026-04-14T21:03:23.121Z Checking ed25519-dalek v2.2.0
21612026-04-14T21:03:23.161Z Checking unicode-normalization v0.1.25
21622026-04-14T21:03:23.227Z Checking signal-hook v0.3.18
21632026-04-14T21:03:23.279Z Checking managed v0.8.0
21642026-04-14T21:03:23.313Z Checking winnow v0.5.40
21652026-04-14T21:03:23.349Z Checking nix v0.31.1
21662026-04-14T21:03:23.383Z Checking bzip2-sys v0.1.13+1.0.8
21672026-04-14T21:03:23.439Z Checking object v0.37.3
21682026-04-14T21:03:23.494Z Checking foldhash v0.1.5
21692026-04-14T21:03:23.497Z Checking bzip2 v0.4.4
21702026-04-14T21:03:23.589Z Checking signal-hook-mio v0.2.5
21712026-04-14T21:03:23.659Z Checking hashbrown v0.15.5
21722026-04-14T21:03:23.715Z Checking ref-cast v1.0.25
21732026-04-14T21:03:23.718Z Checking zstd-sys v2.0.16+zstd.1.5.7
21742026-04-14T21:03:23.842Z Checking toml_datetime v0.7.5+spec-1.1.0
21752026-04-14T21:03:23.887Z Checking zstd-safe v7.2.4
21762026-04-14T21:03:24.043Z Checking zip v0.6.6
21772026-04-14T21:03:24.078Z Checking bumpalo v3.20.2
21782026-04-14T21:03:24.081Z Checking libbz2-rs-sys v0.2.2
21792026-04-14T21:03:24.144Z Checking zstd v0.13.3
21802026-04-14T21:03:24.301Z Checking zopfli v0.8.3
21812026-04-14T21:03:24.354Z Checking crossterm v0.28.1
21822026-04-14T21:03:24.389Z Checking similar v2.7.0
21832026-04-14T21:03:24.392Z Checking tokio-stream v0.1.18
21842026-04-14T21:03:24.455Z Checking fs-err v3.3.0
21852026-04-14T21:03:24.490Z Checking toml_edit v0.19.15
21862026-04-14T21:03:24.524Z Checking bzip2 v0.6.1
21872026-04-14T21:03:24.650Z Checking hash32 v0.2.1
21882026-04-14T21:03:24.708Z Checking serde-big-array v0.5.1
21892026-04-14T21:03:24.772Z Checking unicode-bidi v0.3.18
21902026-04-14T21:03:24.808Z Checking predicates-core v1.0.10
21912026-04-14T21:03:24.844Z Checking jiff v0.2.21
21922026-04-14T21:03:24.847Z Checking unicode-properties v0.1.4
21932026-04-14T21:03:24.909Z Checking heapless v0.7.17
21942026-04-14T21:03:24.958Z Checking hickory-proto v0.25.2
21952026-04-14T21:03:25.073Z Checking md-5 v0.10.6
21962026-04-14T21:03:25.108Z Checking float-cmp v0.10.0
21972026-04-14T21:03:25.111Z Checking stringprep v0.1.5
21982026-04-14T21:03:25.235Z Checking rustc-hash v2.1.1
21992026-04-14T21:03:25.270Z Checking fallible-iterator v0.2.0
22002026-04-14T21:03:25.319Z Checking normalize-line-endings v0.3.0
22012026-04-14T21:03:25.355Z Checking difflib v0.4.0
22022026-04-14T21:03:25.388Z Checking iddqd v0.3.17
22032026-04-14T21:03:25.437Z Checking smoltcp v0.9.1
22042026-04-14T21:03:25.532Z Checking toml v0.7.8
22052026-04-14T21:03:25.567Z Checking postgres-protocol v0.6.10
22062026-04-14T21:03:25.570Z Checking predicates v3.1.4
22072026-04-14T21:03:25.767Z Checking phf_shared v0.13.1
22082026-04-14T21:03:25.861Z Checking phf_shared v0.11.3
22092026-04-14T21:03:25.902Z Checking buf-list v1.1.2
22102026-04-14T21:03:25.938Z Checking strum v0.27.2
22112026-04-14T21:03:25.992Z Checking new_debug_unreachable v1.0.6
22122026-04-14T21:03:26.031Z Checking fixedbitset v0.4.2
22132026-04-14T21:03:26.067Z Checking lalrpop-util v0.19.12
22142026-04-14T21:03:26.102Z Checking fixedbitset v0.5.7
22152026-04-14T21:03:26.105Z Checking precomputed-hash v0.1.1
22162026-04-14T21:03:26.170Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
22172026-04-14T21:03:26.206Z Checking petgraph v0.6.5
22182026-04-14T21:03:26.244Z Checking string_cache v0.8.9
22192026-04-14T21:03:26.279Z Checking phf v0.13.1
22202026-04-14T21:03:26.281Z Checking postgres-types v0.2.12
22212026-04-14T21:03:26.343Z Checking petgraph v0.8.3
22222026-04-14T21:03:26.433Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
22232026-04-14T21:03:26.468Z Checking whoami v2.1.0
22242026-04-14T21:03:26.647Z Checking peg-runtime v0.8.5
22252026-04-14T21:03:26.689Z Checking tokio-postgres v0.7.16
22262026-04-14T21:03:26.815Z Checking futures-executor v0.3.32
22272026-04-14T21:03:26.854Z Checking is-terminal v0.4.17
22282026-04-14T21:03:26.974Z Checking crossbeam-channel v0.5.15
22292026-04-14T21:03:27.009Z Checking futures v0.3.32
22302026-04-14T21:03:27.066Z Checking zip v4.6.1
22312026-04-14T21:03:27.115Z Compiling structmeta-derive v0.3.0
22322026-04-14T21:03:27.326Z Checking thread_local v1.1.9
22332026-04-14T21:03:27.466Z Checking take_mut v0.2.2
22342026-04-14T21:03:27.520Z Checking term v1.2.1
22352026-04-14T21:03:27.599Z Checking slog-async v2.8.0
22362026-04-14T21:03:27.660Z Compiling newtype-uuid-macros v0.1.0
22372026-04-14T21:03:27.723Z Compiling rustls v0.22.4
22382026-04-14T21:03:27.769Z Checking slog-term v2.9.2
22392026-04-14T21:03:27.803Z Compiling multer v3.1.0
22402026-04-14T21:03:27.926Z Checking regress v0.10.5
22412026-04-14T21:03:27.996Z Compiling async-stream-impl v0.3.6
22422026-04-14T21:03:28.029Z Compiling dropshot v0.16.7
22432026-04-14T21:03:28.093Z Compiling dropshot_endpoint v0.16.7
22442026-04-14T21:03:28.145Z Checking match_cfg v0.1.0
22452026-04-14T21:03:28.212Z Compiling structmeta v0.3.0
22462026-04-14T21:03:28.246Z Checking hostname v0.3.1
22472026-04-14T21:03:28.355Z Checking slog-json v2.6.1
22482026-04-14T21:03:28.389Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22492026-04-14T21:03:28.468Z Checking debug-ignore v1.0.5
22502026-04-14T21:03:28.471Z Compiling derive-ex v0.1.8
22512026-04-14T21:03:28.538Z Checking slog-bunyan v2.5.0
22522026-04-14T21:03:28.579Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22532026-04-14T21:03:28.614Z Checking serde_spanned v1.0.4
22542026-04-14T21:03:28.648Z Checking toml_writer v1.0.6+spec-1.1.0
22552026-04-14T21:03:28.681Z Checking progenitor-client v0.13.0
22562026-04-14T21:03:28.772Z Checking rustls-webpki v0.102.8
22572026-04-14T21:03:28.807Z Checking serde_path_to_error v0.1.20
22582026-04-14T21:03:28.850Z Checking async-stream v0.3.6
22592026-04-14T21:03:29.003Z Checking waitgroup v0.1.2
22602026-04-14T21:03:29.039Z Checking rustls-pemfile v2.2.0
22612026-04-14T21:03:29.099Z Checking hostname v0.4.2
22622026-04-14T21:03:29.134Z Checking toml v0.9.12+spec-1.1.0
22632026-04-14T21:03:29.202Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22642026-04-14T21:03:29.205Z Compiling parse-display-derive v0.10.0
22652026-04-14T21:03:29.267Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
22662026-04-14T21:03:29.369Z Checking itertools v0.14.0
22672026-04-14T21:03:29.407Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
22682026-04-14T21:03:29.441Z Checking macaddr v1.0.1
22692026-04-14T21:03:29.647Z Checking instant v0.1.13
22702026-04-14T21:03:29.724Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
22712026-04-14T21:03:29.764Z Checking progenitor-client v0.10.0
22722026-04-14T21:03:29.832Z Checking backoff v0.4.0
22732026-04-14T21:03:29.875Z Checking backon v1.6.0
22742026-04-14T21:03:29.978Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
22752026-04-14T21:03:30.054Z Checking unicode-width v0.2.0
22762026-04-14T21:03:30.087Z Checking progenitor-extras v0.1.1
22772026-04-14T21:03:30.193Z Compiling test-strategy v0.4.5
22782026-04-14T21:03:30.324Z Checking heck v0.5.0
22792026-04-14T21:03:30.358Z Compiling convert_case v0.4.0
22802026-04-14T21:03:30.436Z Checking half v2.7.1
22812026-04-14T21:03:30.474Z Checking ciborium-io v0.2.2
22822026-04-14T21:03:30.477Z Checking secrecy v0.10.3
22832026-04-14T21:03:30.596Z Checking indent_write v2.2.0
22842026-04-14T21:03:30.642Z Checking tokio-rustls v0.25.0
22852026-04-14T21:03:30.676Z Checking universal-hash v0.5.1
22862026-04-14T21:03:30.721Z Checking ciborium-ll v0.2.2
22872026-04-14T21:03:30.755Z Compiling derive_more v0.99.20
22882026-04-14T21:03:30.758Z Checking opaque-debug v0.3.1
22892026-04-14T21:03:30.824Z Compiling unsafe-libyaml v0.2.11
22902026-04-14T21:03:30.898Z Checking parse-display v0.10.0
22912026-04-14T21:03:30.930Z Checking ciborium v0.2.2
22922026-04-14T21:03:30.933Z Checking camino-tempfile v1.4.1
22932026-04-14T21:03:31.070Z Compiling crucible-workspace-hack v0.1.0
22942026-04-14T21:03:31.144Z Checking aead v0.5.2
22952026-04-14T21:03:31.316Z Checking poly1305 v0.8.0
22962026-04-14T21:03:31.383Z Compiling serde_yaml v0.9.34+deprecated
22972026-04-14T21:03:31.444Z Checking chacha20 v0.9.1
22982026-04-14T21:03:31.594Z Compiling typify-impl v0.6.1
22992026-04-14T21:03:31.667Z Compiling thiserror-impl-no-std v2.0.2
23002026-04-14T21:03:31.708Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
23012026-04-14T21:03:32.116Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
23022026-04-14T21:03:32.461Z Checking swrite v0.1.0
23032026-04-14T21:03:32.583Z Checking password-hash v0.5.0
23042026-04-14T21:03:32.755Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23052026-04-14T21:03:32.791Z Checking blake2 v0.10.6
23062026-04-14T21:03:32.835Z Checking chacha20poly1305 v0.10.1
23072026-04-14T21:03:32.870Z Checking thiserror-no-std v2.0.2
23082026-04-14T21:03:32.873Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e)
23092026-04-14T21:03:32.983Z Checking vsss-rs v3.3.4
23102026-04-14T21:03:33.018Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
23112026-04-14T21:03:33.051Z Checking argon2 v0.5.3
23122026-04-14T21:03:33.154Z Checking byte-wrapper v0.1.0
23132026-04-14T21:03:33.254Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
23142026-04-14T21:03:33.387Z Checking crossbeam-deque v0.8.6
23152026-04-14T21:03:33.426Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
23162026-04-14T21:03:33.459Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
23172026-04-14T21:03:33.515Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
23182026-04-14T21:03:33.592Z Compiling rayon-core v1.13.0
23192026-04-14T21:03:33.705Z Checking toml v0.8.23
23202026-04-14T21:03:34.056Z Compiling proc-macro-error v1.0.4
23212026-04-14T21:03:34.163Z Compiling toml_edit v0.23.10+spec-1.0.0
23222026-04-14T21:03:34.166Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
23232026-04-14T21:03:34.230Z Checking rayon v1.11.0
23242026-04-14T21:03:34.394Z Checking glob v0.3.3
23252026-04-14T21:03:34.603Z Checking unicode-width v0.1.14
23262026-04-14T21:03:34.639Z Checking tabwriter v1.4.1
23272026-04-14T21:03:34.815Z Compiling proc-macro-crate v3.4.0
23282026-04-14T21:03:34.882Z Compiling heapless v0.8.0
23292026-04-14T21:03:34.980Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
23302026-04-14T21:03:35.107Z Compiling ingot-macros v0.1.1
23312026-04-14T21:03:35.292Z Checking hash32 v0.3.1
23322026-04-14T21:03:35.344Z Compiling smoltcp v0.11.0
23332026-04-14T21:03:35.383Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23342026-04-14T21:03:35.417Z Checking cobs v0.3.0
23352026-04-14T21:03:35.588Z Compiling usdt-attr-macro v0.5.0
23362026-04-14T21:03:35.666Z Compiling usdt-macro v0.5.0
23372026-04-14T21:03:35.704Z Checking memmap v0.7.0
23382026-04-14T21:03:35.782Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23392026-04-14T21:03:35.851Z Checking colored v3.1.1
23402026-04-14T21:03:36.035Z Checking postcard v1.1.3
23412026-04-14T21:03:36.078Z Compiling num_enum_derive v0.7.5
23422026-04-14T21:03:36.124Z Compiling typify-macro v0.6.1
23432026-04-14T21:03:36.346Z Compiling proc-macro-crate v1.3.1
23442026-04-14T21:03:36.391Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23452026-04-14T21:03:36.425Z Checking usdt v0.5.0
23462026-04-14T21:03:36.621Z Checking sigpipe v0.1.3
23472026-04-14T21:03:36.656Z Compiling foreign-types-macros v0.2.3
23482026-04-14T21:03:36.729Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23492026-04-14T21:03:36.779Z Checking foreign-types-shared v0.3.1
23502026-04-14T21:03:36.899Z Checking cpufeatures v0.3.0
23512026-04-14T21:03:37.002Z Checking chacha20 v0.10.0
23522026-04-14T21:03:37.037Z Compiling num_enum_derive v0.5.11
23532026-04-14T21:03:37.137Z Checking num_enum v0.7.5
23542026-04-14T21:03:37.249Z Checking cstr-argument v0.1.2
23552026-04-14T21:03:37.282Z Checking foreign-types v0.5.0
23562026-04-14T21:03:37.285Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23572026-04-14T21:03:37.344Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23582026-04-14T21:03:37.384Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
23592026-04-14T21:03:37.417Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23602026-04-14T21:03:37.635Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23612026-04-14T21:03:37.676Z Checking rand v0.10.0
23622026-04-14T21:03:37.758Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23632026-04-14T21:03:37.807Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
23642026-04-14T21:03:37.840Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
23652026-04-14T21:03:37.871Z Compiling typify v0.6.1
23662026-04-14T21:03:37.941Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
23672026-04-14T21:03:37.944Z Checking ingot-types v0.1.2
23682026-04-14T21:03:38.015Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
23692026-04-14T21:03:38.018Z Compiling progenitor-impl v0.13.0
23702026-04-14T21:03:38.018Z Compiling zone_cfg_derive v0.3.1
23712026-04-14T21:03:38.083Z Checking num_enum v0.5.11
23722026-04-14T21:03:38.307Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
23732026-04-14T21:03:38.411Z Checking ingot v0.1.1
23742026-04-14T21:03:38.471Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
23752026-04-14T21:03:38.509Z Checking itertools v0.12.1
23762026-04-14T21:03:38.670Z Compiling num-derive v0.4.2
23772026-04-14T21:03:38.717Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23782026-04-14T21:03:38.979Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
23792026-04-14T21:03:39.082Z Checking smf v0.2.3
23802026-04-14T21:03:39.161Z Checking whoami v1.6.1
23812026-04-14T21:03:39.263Z Checking tokio-dtrace v0.1.1
23822026-04-14T21:03:39.362Z Compiling derive-where v1.6.0
23832026-04-14T21:03:39.402Z Checking console v0.15.11
23842026-04-14T21:03:39.476Z Checking oxide-tokio-rt v0.1.3
23852026-04-14T21:03:39.551Z Checking zone v0.3.1
23862026-04-14T21:03:39.632Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
23872026-04-14T21:03:39.673Z Checking atomicwrites v0.4.4
23882026-04-14T21:03:39.707Z Checking newline-converter v0.3.0
23892026-04-14T21:03:39.829Z Checking bytecount v0.6.9
23902026-04-14T21:03:39.863Z Checking expectorate v1.2.0
23912026-04-14T21:03:39.895Z Compiling owo-colors v4.3.0
23922026-04-14T21:03:39.932Z Compiling cancel-safe-futures v0.1.5
23932026-04-14T21:03:39.965Z Checking libsw-core v0.3.2
23942026-04-14T21:03:40.020Z Compiling prettyplease v0.2.37
23952026-04-14T21:03:40.086Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23962026-04-14T21:03:40.130Z Checking libsw v3.5.0
23972026-04-14T21:03:40.303Z Checking same-file v1.0.6
23982026-04-14T21:03:40.366Z Checking linear-map v1.2.0
23992026-04-14T21:03:40.445Z Checking walkdir v2.5.0
24002026-04-14T21:03:40.480Z Checking num-rational v0.4.2
24012026-04-14T21:03:40.556Z Checking num-complex v0.4.6
24022026-04-14T21:03:40.635Z Checking float-ord v0.3.2
24032026-04-14T21:03:40.718Z Checking gethostname v0.5.0
24042026-04-14T21:03:40.765Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
24052026-04-14T21:03:40.800Z Compiling async-recursion v1.1.1
24062026-04-14T21:03:40.803Z Compiling progenitor-macro v0.13.0
24072026-04-14T21:03:40.861Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
24082026-04-14T21:03:40.927Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
24092026-04-14T21:03:40.930Z Checking num v0.4.3
24102026-04-14T21:03:41.230Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
24112026-04-14T21:03:41.474Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
24122026-04-14T21:03:42.220Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
24132026-04-14T21:03:42.504Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
24142026-04-14T21:03:44.185Z Checking unicode-linebreak v0.1.5
24152026-04-14T21:03:44.337Z Checking resolv-conf v0.7.6
24162026-04-14T21:03:44.424Z Checking smawk v0.3.2
24172026-04-14T21:03:44.545Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
24182026-04-14T21:03:44.583Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
24192026-04-14T21:03:44.796Z Checking globset v0.4.18
24202026-04-14T21:03:45.089Z Compiling convert_case v0.10.0
24212026-04-14T21:03:45.424Z Compiling slog-dtrace v0.3.0
24222026-04-14T21:03:45.511Z Compiling derive_more-impl v2.1.1
24232026-04-14T21:03:45.680Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
24242026-04-14T21:03:45.789Z Checking progenitor v0.13.0
24252026-04-14T21:03:45.878Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
24262026-04-14T21:03:45.950Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
24272026-04-14T21:03:46.075Z Compiling pin-project-internal v1.1.11
24282026-04-14T21:03:46.135Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
24292026-04-14T21:03:46.380Z Checking derive_more v2.1.1
24302026-04-14T21:03:46.486Z Checking crossterm v0.29.0
24312026-04-14T21:03:46.521Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
24322026-04-14T21:03:46.553Z Checking pem v3.0.6
24332026-04-14T21:03:46.738Z Checking fd-lock v4.0.4
24342026-04-14T21:03:46.895Z Checking vte v0.14.1
24352026-04-14T21:03:47.060Z Checking display-error-chain v0.2.2
24362026-04-14T21:03:47.093Z Checking strip-ansi-escapes v0.2.1
24372026-04-14T21:03:47.192Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
24382026-04-14T21:03:47.230Z Checking pin-project v1.1.11
24392026-04-14T21:03:47.230Z Compiling snafu-derive v0.8.9
24402026-04-14T21:03:47.236Z Checking linked-hash-map v0.5.6
24412026-04-14T21:03:47.350Z Checking nu-ansi-term v0.50.3
24422026-04-14T21:03:47.385Z Checking termtree v0.5.1
24432026-04-14T21:03:47.455Z Checking lru-cache v0.1.2
24442026-04-14T21:03:47.548Z Checking textwrap v0.16.2
24452026-04-14T21:03:47.586Z Checking reedline v0.40.0
24462026-04-14T21:03:47.619Z Checking olpc-cjson v0.1.4
24472026-04-14T21:03:47.786Z Checking hickory-proto v0.24.4
24482026-04-14T21:03:47.819Z Checking serde_plain v1.0.2
24492026-04-14T21:03:47.999Z Compiling minimal-lexical v0.2.1
24502026-04-14T21:03:48.322Z Checking typed-path v0.9.3
24512026-04-14T21:03:48.499Z Compiling nom v7.1.3
24522026-04-14T21:03:48.590Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
24532026-04-14T21:03:48.815Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
24542026-04-14T21:03:48.933Z Compiling ar_archive_writer v0.5.1
24552026-04-14T21:03:49.156Z Checking humantime v2.3.0
24562026-04-14T21:03:49.191Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
24572026-04-14T21:03:49.273Z Checking snafu v0.8.9
24582026-04-14T21:03:49.368Z Checking csv-core v0.1.13
24592026-04-14T21:03:49.423Z Compiling stacker v0.1.23
24602026-04-14T21:03:49.537Z Checking tough v0.20.0
24612026-04-14T21:03:49.576Z Checking csv v1.4.0
24622026-04-14T21:03:49.619Z Checking hickory-resolver v0.24.4
24632026-04-14T21:03:49.664Z Checking highway v1.3.0
24642026-04-14T21:03:49.705Z Compiling cfg_aliases v0.1.1
24652026-04-14T21:03:49.810Z Compiling nix v0.28.0
24662026-04-14T21:03:49.846Z Compiling psm v0.1.30
24672026-04-14T21:03:49.918Z Checking papergrid v0.11.0
24682026-04-14T21:03:49.951Z Compiling tabled_derive v0.7.0
24692026-04-14T21:03:49.983Z Checking nibble_vec v0.1.0
24702026-04-14T21:03:50.134Z Checking endian-type v0.1.2
24712026-04-14T21:03:50.183Z Checking home v0.5.12
24722026-04-14T21:03:50.290Z Checking radix_trie v0.2.1
24732026-04-14T21:03:50.400Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
24742026-04-14T21:03:50.402Z Checking qorb v0.4.1
24752026-04-14T21:03:50.519Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
24762026-04-14T21:03:50.552Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
24772026-04-14T21:03:50.745Z Checking phf_shared v0.12.1
24782026-04-14T21:03:50.910Z Compiling recursive-proc-macro-impl v0.1.1
24792026-04-14T21:03:50.945Z Compiling semver v0.1.20
24802026-04-14T21:03:50.947Z Checking tabled v0.15.0
24812026-04-14T21:03:51.064Z Compiling chrono-tz v0.10.4
24822026-04-14T21:03:51.259Z Compiling rustc_version v0.1.7
24832026-04-14T21:03:51.336Z Checking phf v0.12.1
24842026-04-14T21:03:51.370Z Checking recursive v0.1.1
24852026-04-14T21:03:51.491Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
24862026-04-14T21:03:51.525Z Compiling const_format_proc_macros v0.2.34
24872026-04-14T21:03:51.527Z Compiling peg-macros v0.8.5
24882026-04-14T21:03:51.587Z Checking winnow v0.6.26
24892026-04-14T21:03:51.619Z Compiling sqlparser_derive v0.5.0
24902026-04-14T21:03:52.357Z Checking unicode_categories v0.1.1
24912026-04-14T21:03:52.360Z Checking rustyline v14.0.0
24922026-04-14T21:03:52.360Z Checking const_format v0.2.35
24932026-04-14T21:03:52.455Z Checking sqlparser v0.61.0
24942026-04-14T21:03:52.759Z Checking sqlformat v0.3.5
24952026-04-14T21:03:52.932Z Checking peg v0.8.5
24962026-04-14T21:03:53.034Z Compiling newtype_derive v0.1.6
24972026-04-14T21:03:53.114Z Checking bcs v0.1.6
24982026-04-14T21:03:53.213Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
24992026-04-14T21:03:53.429Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
25002026-04-14T21:03:53.464Z Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
25012026-04-14T21:03:53.496Z Checking steno v0.4.1
25022026-04-14T21:03:53.756Z Checking filetime v0.2.27
25032026-04-14T21:03:53.759Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
25042026-04-14T21:03:53.955Z Checking xattr v1.6.1
25052026-04-14T21:03:54.116Z Checking tar v0.4.45
25062026-04-14T21:03:54.161Z Checking subprocess v0.2.15
25072026-04-14T21:03:54.483Z Checking base64 v0.21.7
25082026-04-14T21:03:54.530Z Checking headers-core v0.3.0
25092026-04-14T21:03:54.564Z Checking yasna v0.5.2
25102026-04-14T21:03:54.664Z Checking headers v0.4.1
25112026-04-14T21:03:54.751Z Checking dropshot-api-manager-types v0.6.0
25122026-04-14T21:03:54.950Z Checking tagptr v0.2.0
25132026-04-14T21:03:54.983Z Checking rcgen v0.12.1
25142026-04-14T21:03:55.127Z Checking moka v0.12.13
25152026-04-14T21:03:55.163Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
25162026-04-14T21:03:55.335Z Checking utf-8 v0.7.6
25172026-04-14T21:03:55.369Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
25182026-04-14T21:03:55.455Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
25192026-04-14T21:03:55.497Z Compiling libefi-sys v0.1.0
25202026-04-14T21:03:55.542Z Compiling radium v0.7.0
25212026-04-14T21:03:55.752Z Compiling bitfield-struct v0.6.2
25222026-04-14T21:03:55.788Z Checking hickory-resolver v0.25.2
25232026-04-14T21:03:55.895Z Compiling maybe-uninit v2.0.0
25242026-04-14T21:03:55.927Z Checking tap v1.0.1
25252026-04-14T21:03:56.015Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25262026-04-14T21:03:56.059Z Checking wyz v0.5.1
25272026-04-14T21:03:56.402Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25282026-04-14T21:03:56.465Z Compiling zerocopy-derive v0.6.6
25292026-04-14T21:03:56.499Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25302026-04-14T21:03:56.530Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
25312026-04-14T21:03:56.599Z Checking funty v2.0.0
25322026-04-14T21:03:56.664Z Compiling packed_struct v0.10.1
25332026-04-14T21:03:56.936Z Checking crc-catalog v2.4.0
25342026-04-14T21:03:56.968Z Checking bitvec v1.0.1
25352026-04-14T21:03:57.057Z Checking crc v3.4.0
25362026-04-14T21:03:57.099Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25372026-04-14T21:03:57.183Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
25382026-04-14T21:03:57.323Z Checking zerocopy v0.6.6
25392026-04-14T21:03:57.356Z Checking tungstenite v0.21.0
25402026-04-14T21:03:57.359Z Compiling packed_struct_codegen v0.10.1
25412026-04-14T21:03:57.359Z Compiling bitfield-macros v0.19.4
25422026-04-14T21:03:57.450Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
25432026-04-14T21:03:57.633Z Compiling indexmap v1.9.3
25442026-04-14T21:03:57.793Z Checking nodrop v0.1.14
25452026-04-14T21:03:57.899Z Checking tokio-tungstenite v0.21.0
25462026-04-14T21:03:57.931Z Checking array-init v0.0.4
25472026-04-14T21:03:58.152Z Checking bitfield v0.19.4
25482026-04-14T21:03:58.250Z Checking smallvec v0.6.14
25492026-04-14T21:03:58.300Z Checking hashbrown v0.12.3
25502026-04-14T21:03:58.333Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
25512026-04-14T21:03:58.453Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
25522026-04-14T21:03:58.484Z Checking serde-hex v0.1.0
25532026-04-14T21:03:58.517Z Checking ron v0.8.1
25542026-04-14T21:03:59.094Z Checking hashbrown v0.13.2
25552026-04-14T21:03:59.128Z Checking crc-any v2.5.0
25562026-04-14T21:03:59.159Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25572026-04-14T21:03:59.335Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
25582026-04-14T21:03:59.427Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
25592026-04-14T21:03:59.462Z Checking path-slash v0.1.5
25602026-04-14T21:03:59.523Z Compiling xshell-macros v0.2.7
25612026-04-14T21:03:59.562Z Checking object v0.30.4
25622026-04-14T21:03:59.600Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
25632026-04-14T21:03:59.631Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
25642026-04-14T21:03:59.922Z Checking xshell v0.2.7
25652026-04-14T21:03:59.999Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
25662026-04-14T21:04:00.031Z Checking half v1.8.3
25672026-04-14T21:04:00.133Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
25682026-04-14T21:04:00.249Z Checking serde_cbor v0.11.2
25692026-04-14T21:04:00.651Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
25702026-04-14T21:04:00.850Z Compiling num-derive v0.3.3
25712026-04-14T21:04:00.899Z Compiling proc-macro-error-attr2 v2.0.0
25722026-04-14T21:04:00.933Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
25732026-04-14T21:04:01.019Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
25742026-04-14T21:04:01.147Z Checking papergrid v0.17.0
25752026-04-14T21:04:01.317Z Compiling proc-macro-error2 v2.0.1
25762026-04-14T21:04:01.659Z Checking testing_table v0.3.0
25772026-04-14T21:04:01.692Z Compiling tabled_derive v0.11.0
25782026-04-14T21:04:01.736Z Checking libscf-sys v1.1.0
25792026-04-14T21:04:01.781Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
25802026-04-14T21:04:01.893Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
25812026-04-14T21:04:01.950Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
25822026-04-14T21:04:02.126Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
25832026-04-14T21:04:02.323Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
25842026-04-14T21:04:02.357Z Checking maplit v1.0.2
25852026-04-14T21:04:02.465Z Checking fxhash v0.2.1
25862026-04-14T21:04:02.611Z Checking crc8 v0.1.1
25872026-04-14T21:04:02.643Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
25882026-04-14T21:04:02.674Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
25892026-04-14T21:04:02.732Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
25902026-04-14T21:04:02.876Z Checking tabled v0.20.0
25912026-04-14T21:04:02.918Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
25922026-04-14T21:04:03.306Z Checking unicase v2.9.0
25932026-04-14T21:04:03.497Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
25942026-04-14T21:04:03.544Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
25952026-04-14T21:04:03.686Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
25962026-04-14T21:04:03.869Z Checking kstat-rs v0.2.4
25972026-04-14T21:04:04.058Z Compiling diesel_derives v2.3.7
25982026-04-14T21:04:04.091Z Compiling typify-impl v0.4.3
25992026-04-14T21:04:04.094Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
26002026-04-14T21:04:04.311Z Checking scheduled-thread-pool v0.2.7
26012026-04-14T21:04:04.346Z Compiling dsl_auto_type v0.2.0
26022026-04-14T21:04:04.483Z Checking arc-swap v1.8.2
26032026-04-14T21:04:04.745Z Compiling vergen-gitcl v1.0.8
26042026-04-14T21:04:04.891Z Compiling diesel_table_macro_syntax v0.3.0
26052026-04-14T21:04:04.960Z Compiling parking_lot_core v0.8.6
26062026-04-14T21:04:04.993Z Checking slog-scope v4.4.1
26072026-04-14T21:04:05.066Z Checking r2d2 v0.8.10
26082026-04-14T21:04:05.190Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
26092026-04-14T21:04:05.270Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26102026-04-14T21:04:05.527Z Compiling git-stub v1.0.0
26112026-04-14T21:04:05.618Z Checking downcast-rs v2.0.2
26122026-04-14T21:04:05.745Z Compiling git-stub-vcs v0.1.0
26132026-04-14T21:04:06.027Z Checking slog-stdlog v4.1.1
26142026-04-14T21:04:06.110Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
26152026-04-14T21:04:06.142Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
26162026-04-14T21:04:06.175Z Checking slog-envlogger v2.2.0
26172026-04-14T21:04:06.351Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
26182026-04-14T21:04:06.459Z Checking parking_lot v0.11.2
26192026-04-14T21:04:06.665Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
26202026-04-14T21:04:06.698Z Checking prefix-trie v0.7.0
26212026-04-14T21:04:06.874Z Checking sled v0.34.7
26222026-04-14T21:04:06.942Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26232026-04-14T21:04:06.984Z Checking nanorand v0.7.0
26242026-04-14T21:04:07.048Z Checking hickory-server v0.25.2
26252026-04-14T21:04:07.130Z Compiling dirs-sys-next v0.1.2
26262026-04-14T21:04:07.209Z Compiling crunchy v0.2.4
26272026-04-14T21:04:07.449Z Compiling dirs-next v2.0.0
26282026-04-14T21:04:07.544Z Checking flume v0.11.1
26292026-04-14T21:04:07.594Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26302026-04-14T21:04:07.628Z Compiling clang-sys v1.8.1
26312026-04-14T21:04:07.790Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
26322026-04-14T21:04:07.825Z Compiling tiny-keccak v2.0.2
26332026-04-14T21:04:08.084Z Compiling term v0.7.0
26342026-04-14T21:04:08.151Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26352026-04-14T21:04:08.243Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
26362026-04-14T21:04:08.550Z Compiling salty v0.3.0
26372026-04-14T21:04:08.590Z Compiling typify-macro v0.4.3
26382026-04-14T21:04:08.718Z Compiling bit-vec v0.6.3
26392026-04-14T21:04:08.861Z Compiling ascii-canvas v3.0.0
26402026-04-14T21:04:08.969Z Compiling bit-set v0.5.3
26412026-04-14T21:04:09.161Z Checking primeorder v0.13.6
26422026-04-14T21:04:09.164Z Compiling itertools v0.10.5
26432026-04-14T21:04:09.432Z Compiling ena v0.14.4
26442026-04-14T21:04:09.463Z Compiling libloading v0.8.9
26452026-04-14T21:04:09.561Z Compiling fs-err v2.11.0
26462026-04-14T21:04:09.617Z Compiling regex-syntax v0.6.29
26472026-04-14T21:04:09.667Z Compiling diff v0.1.13
26482026-04-14T21:04:09.699Z Compiling bindgen v0.71.1
26492026-04-14T21:04:10.185Z Compiling cexpr v0.6.0
26502026-04-14T21:04:10.250Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
26512026-04-14T21:04:10.282Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
26522026-04-14T21:04:10.331Z Compiling typify v0.4.3
26532026-04-14T21:04:10.411Z Checking diesel v2.3.7
26542026-04-14T21:04:10.601Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
26552026-04-14T21:04:10.832Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
26562026-04-14T21:04:10.867Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
26572026-04-14T21:04:10.896Z Compiling libxml v0.3.3
26582026-04-14T21:04:11.083Z Compiling lalrpop v0.19.12
26592026-04-14T21:04:11.139Z Checking parse-size v1.1.0
26602026-04-14T21:04:11.274Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
26612026-04-14T21:04:11.306Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
26622026-04-14T21:04:11.338Z Checking p384 v0.13.1
26632026-04-14T21:04:11.708Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
26642026-04-14T21:04:11.783Z Compiling strum_macros v0.24.3
26652026-04-14T21:04:12.159Z Compiling indoc v1.0.9
26662026-04-14T21:04:12.624Z Checking assert_matches v1.5.0
26672026-04-14T21:04:13.153Z Compiling progenitor-impl v0.10.0
26682026-04-14T21:04:13.373Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=44a949c9bedf4fcd4d280337fa1965b4293c88d1#44a949c9)
26692026-04-14T21:04:13.592Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
26702026-04-14T21:04:13.817Z Checking predicates-tree v1.0.13
26712026-04-14T21:04:13.963Z Checking quick-xml v0.37.5
26722026-04-14T21:04:14.217Z Checking derive_builder v0.20.2
26732026-04-14T21:04:14.362Z Compiling oso-derive v0.27.3
26742026-04-14T21:04:14.394Z Compiling impl-trait-for-tuples v0.2.3
26752026-04-14T21:04:14.869Z Compiling trait-variant v0.1.2
26762026-04-14T21:04:14.901Z Checking openssl-probe v0.1.6
26772026-04-14T21:04:15.043Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=44a949c9bedf4fcd4d280337fa1965b4293c88d1#44a949c9)
26782026-04-14T21:04:15.431Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db)
26792026-04-14T21:04:15.739Z Compiling progenitor-macro v0.10.0
26802026-04-14T21:04:15.941Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
26812026-04-14T21:04:16.568Z Compiling progenitor-impl v0.11.2
26822026-04-14T21:04:16.763Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
26832026-04-14T21:04:17.168Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
26842026-04-14T21:04:18.703Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
26852026-04-14T21:04:19.026Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
26862026-04-14T21:04:19.247Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
26872026-04-14T21:04:19.945Z Checking toml_datetime v1.0.0+spec-1.1.0
26882026-04-14T21:04:20.185Z Checking toml v1.0.6+spec-1.1.0
26892026-04-14T21:04:20.275Z Compiling mime_guess v2.0.5
26902026-04-14T21:04:20.669Z Checking progenitor v0.10.0
26912026-04-14T21:04:20.800Z Compiling progenitor-macro v0.11.2
26922026-04-14T21:04:20.871Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
26932026-04-14T21:04:21.002Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
26942026-04-14T21:04:21.196Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
26952026-04-14T21:04:21.468Z Checking progenitor-client v0.11.2
26962026-04-14T21:04:21.740Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
26972026-04-14T21:04:21.774Z Checking http-range v0.1.5
26982026-04-14T21:04:21.808Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
26992026-04-14T21:04:21.890Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
27002026-04-14T21:04:21.929Z Checking ignore v0.4.25
27012026-04-14T21:04:22.368Z Checking atty v0.2.14
27022026-04-14T21:04:22.495Z Checking globwalk v0.9.1
27032026-04-14T21:04:22.730Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
27042026-04-14T21:04:23.067Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27052026-04-14T21:04:23.324Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
27062026-04-14T21:04:23.506Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27072026-04-14T21:04:23.547Z Checking bb8 v0.8.6
27082026-04-14T21:04:23.861Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27092026-04-14T21:04:23.895Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
27102026-04-14T21:04:24.092Z Checking compression-core v0.4.31
27112026-04-14T21:04:24.132Z Checking corncobs v0.1.4
27122026-04-14T21:04:24.257Z Checking compression-codecs v0.4.37
27132026-04-14T21:04:24.290Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27142026-04-14T21:04:24.455Z Checking diesel-dtrace v0.5.0
27152026-04-14T21:04:24.458Z Checking async-bb8-diesel v0.2.1
27162026-04-14T21:04:24.800Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27172026-04-14T21:04:24.835Z Checking hyper-staticfile v0.10.1
27182026-04-14T21:04:24.986Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27192026-04-14T21:04:25.143Z Checking camino-tempfile-ext v0.3.3
27202026-04-14T21:04:25.177Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
27212026-04-14T21:04:25.180Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
27222026-04-14T21:04:25.371Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
27232026-04-14T21:04:25.486Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27242026-04-14T21:04:25.592Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27252026-04-14T21:04:25.724Z Checking progenitor v0.11.2
27262026-04-14T21:04:25.890Z Checking signal-hook-tokio v0.3.1
27272026-04-14T21:04:26.047Z Checking secrecy v0.8.0
27282026-04-14T21:04:26.152Z Compiling dropshot v0.17.0
27292026-04-14T21:04:26.201Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
27302026-04-14T21:04:26.551Z Checking async-compression v0.4.41
27312026-04-14T21:04:26.582Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
27322026-04-14T21:04:26.836Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
27332026-04-14T21:04:27.094Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
27342026-04-14T21:04:27.127Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
27352026-04-14T21:04:27.478Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
27362026-04-14T21:04:27.515Z Compiling dropshot_endpoint v0.17.0
27372026-04-14T21:04:27.648Z Checking nonempty v0.12.0
27382026-04-14T21:04:27.841Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
27392026-04-14T21:04:27.958Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
27402026-04-14T21:04:28.017Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27412026-04-14T21:04:28.346Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
27422026-04-14T21:04:28.381Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
27432026-04-14T21:04:28.458Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
27442026-04-14T21:04:28.832Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
27452026-04-14T21:04:29.286Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
27462026-04-14T21:04:29.289Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
27472026-04-14T21:04:29.577Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
27482026-04-14T21:04:29.624Z Checking tungstenite v0.23.0
27492026-04-14T21:04:30.096Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
27502026-04-14T21:04:30.284Z Checking tokio-tungstenite v0.23.1
27512026-04-14T21:04:30.586Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
27522026-04-14T21:04:30.960Z Checking rand_seeder v0.4.0
27532026-04-14T21:04:31.146Z Checking void v1.0.2
27542026-04-14T21:04:31.268Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
27552026-04-14T21:04:31.302Z Checking lzss v0.8.2
27562026-04-14T21:04:31.334Z Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
27572026-04-14T21:04:31.522Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
27582026-04-14T21:04:31.719Z Checking nix v0.27.1
27592026-04-14T21:04:31.752Z Checking serde_bytes v0.11.19
27602026-04-14T21:04:31.962Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
27612026-04-14T21:04:32.173Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
27622026-04-14T21:04:32.264Z Checking gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
27632026-04-14T21:04:32.325Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27642026-04-14T21:04:33.057Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
27652026-04-14T21:04:33.106Z Checking is_ci v1.2.0
27662026-04-14T21:04:33.149Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
27672026-04-14T21:04:33.408Z Checking yansi v1.0.1
27682026-04-14T21:04:33.456Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
27692026-04-14T21:04:33.645Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
27702026-04-14T21:04:33.709Z Checking pretty_assertions v1.4.1
27712026-04-14T21:04:33.752Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
27722026-04-14T21:04:33.870Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
27732026-04-14T21:04:34.133Z Compiling darling_core v0.23.0
27742026-04-14T21:04:35.015Z Compiling indoc v2.0.7
27752026-04-14T21:04:35.248Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
27762026-04-14T21:04:35.284Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
27772026-04-14T21:04:35.495Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27782026-04-14T21:04:35.529Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27792026-04-14T21:04:35.753Z Compiling instability v0.3.11
27802026-04-14T21:04:35.853Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
27812026-04-14T21:04:36.140Z Compiling libz-sys v1.1.24
27822026-04-14T21:04:36.339Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27832026-04-14T21:04:36.538Z Checking castaway v0.2.4
27842026-04-14T21:04:36.671Z Compiling darling_macro v0.23.0
27852026-04-14T21:04:36.704Z Checking compact_str v0.8.1
27862026-04-14T21:04:37.109Z Checking supports-color v3.0.2
27872026-04-14T21:04:37.187Z Compiling darling v0.23.0
27882026-04-14T21:04:37.278Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
27892026-04-14T21:04:37.474Z Checking unicode-truncate v1.1.0
27902026-04-14T21:04:37.508Z Checking console v0.16.2
27912026-04-14T21:04:37.653Z Checking lru v0.12.5
27922026-04-14T21:04:37.842Z Checking cassowary v0.3.0
27932026-04-14T21:04:37.845Z Checking unit-prefix v0.5.2
27942026-04-14T21:04:38.037Z Checking indicatif v0.18.4
27952026-04-14T21:04:38.072Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
27962026-04-14T21:04:38.135Z Checking ratatui v0.29.0
27972026-04-14T21:04:38.179Z Compiling libgit2-sys v0.18.3+1.9.2
27982026-04-14T21:04:38.345Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
27992026-04-14T21:04:38.657Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
28002026-04-14T21:04:39.495Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
28012026-04-14T21:04:39.725Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
28022026-04-14T21:04:39.873Z Compiling vergen-git2 v1.0.7
28032026-04-14T21:04:39.918Z Checking plotters-backend v0.3.7
28042026-04-14T21:04:39.994Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
28052026-04-14T21:04:40.140Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28062026-04-14T21:04:40.173Z Checking plotters-svg v0.3.7
28072026-04-14T21:04:40.213Z Checking colored v2.2.0
28082026-04-14T21:04:40.338Z Checking cast v0.3.0
28092026-04-14T21:04:40.372Z Compiling rustls v0.21.12
28102026-04-14T21:04:40.438Z Checking shell-words v1.1.1
28112026-04-14T21:04:40.525Z Checking criterion-plot v0.6.0
28122026-04-14T21:04:40.660Z Checking plotters v0.3.7
28132026-04-14T21:04:40.738Z Checking typeid v1.0.3
28142026-04-14T21:04:40.795Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
28152026-04-14T21:04:40.872Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28162026-04-14T21:04:41.096Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
28172026-04-14T21:04:41.319Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
28182026-04-14T21:04:41.431Z Checking sct v0.7.1
28192026-04-14T21:04:41.600Z Checking rustls-webpki v0.101.7
28202026-04-14T21:04:41.754Z Checking tinytemplate v1.2.1
28212026-04-14T21:04:41.788Z Compiling nix v0.29.0
28222026-04-14T21:04:41.968Z Checking hex-literal v0.4.1
28232026-04-14T21:04:42.001Z Checking oorandom v11.1.5
28242026-04-14T21:04:42.099Z Checking anes v0.1.6
28252026-04-14T21:04:42.259Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
28262026-04-14T21:04:42.336Z Checking criterion v0.7.0
28272026-04-14T21:04:43.569Z Checking erased-serde v0.4.9
28282026-04-14T21:04:43.603Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
28292026-04-14T21:04:43.945Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
28302026-04-14T21:04:44.716Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
28312026-04-14T21:04:45.521Z Checking ordered-float v2.10.1
28322026-04-14T21:04:45.792Z Checking serde-value v0.7.0
28332026-04-14T21:04:46.039Z Checking serde-untagged v0.1.9
28342026-04-14T21:04:46.274Z Checking tokio-rustls v0.24.1
28352026-04-14T21:04:46.589Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
28362026-04-14T21:04:46.767Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28372026-04-14T21:04:46.994Z Checking rustls-pemfile v1.0.4
28382026-04-14T21:04:47.165Z Checking twox-hash v2.1.2
28392026-04-14T21:04:47.400Z Checking unicode-xid v0.2.6
28402026-04-14T21:04:47.543Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
28412026-04-14T21:04:47.546Z Checking cargo-util-schemas v0.8.2
28422026-04-14T21:04:48.509Z Checking nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
28432026-04-14T21:04:48.542Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28442026-04-14T21:04:48.721Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28452026-04-14T21:04:49.197Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
28462026-04-14T21:04:49.391Z Checking fatfs v0.3.6
28472026-04-14T21:04:49.876Z Checking cargo-platform v0.2.0
28482026-04-14T21:04:50.009Z Compiling petname v2.0.2
28492026-04-14T21:04:50.094Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
28502026-04-14T21:04:50.318Z Compiling seq-macro v0.3.6
28512026-04-14T21:04:50.671Z Checking cargo_metadata v0.21.0
28522026-04-14T21:04:50.848Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
28532026-04-14T21:04:51.435Z Checking concurrent-queue v2.5.0
28542026-04-14T21:04:51.468Z Checking rtoolbox v0.0.3
28552026-04-14T21:04:51.630Z Checking parking v2.2.1
28562026-04-14T21:04:51.662Z Checking futures-timer v3.0.3
28572026-04-14T21:04:51.693Z Checking rpassword v7.4.0
28582026-04-14T21:04:51.780Z Checking event-listener v5.4.1
28592026-04-14T21:04:51.866Z Checking tui-tree-widget v0.23.1
28602026-04-14T21:04:52.031Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
28612026-04-14T21:04:52.079Z Checking polyval v0.6.2
28622026-04-14T21:04:52.219Z Checking sapling-renderdag v0.1.0
28632026-04-14T21:04:52.252Z Checking sync-ptr v0.1.4
28642026-04-14T21:04:52.284Z Checking ghash v0.5.1
28652026-04-14T21:04:52.398Z Checking event-listener-strategy v0.5.4
28662026-04-14T21:04:52.431Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
28672026-04-14T21:04:52.486Z Checking ctr v0.9.2
28682026-04-14T21:04:52.562Z Checking arrayvec v0.7.6
28692026-04-14T21:04:52.647Z Checking constant_time_eq v0.4.2
28702026-04-14T21:04:52.679Z Checking arrayref v0.3.9
28712026-04-14T21:04:52.777Z Checking aes-gcm v0.10.3
28722026-04-14T21:04:52.842Z Checking async-lock v3.4.2
28732026-04-14T21:04:52.886Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
28742026-04-14T21:04:52.959Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
28752026-04-14T21:04:52.992Z Compiling samael v0.0.19
28762026-04-14T21:04:53.275Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
28772026-04-14T21:04:53.867Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
28782026-04-14T21:04:53.966Z Checking ssh-encoding v0.2.0
28792026-04-14T21:04:54.193Z Checking blowfish v0.9.1
28802026-04-14T21:04:54.373Z Checking bcrypt-pbkdf v0.10.0
28812026-04-14T21:04:54.567Z Checking ssh-cipher v0.2.0
28822026-04-14T21:04:54.770Z Checking async-object-pool v0.2.0
28832026-04-14T21:04:54.912Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
28842026-04-14T21:04:55.064Z Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
28852026-04-14T21:04:55.236Z Checking serde_regex v1.1.0
28862026-04-14T21:04:55.427Z Checking password-hash v0.4.2
28872026-04-14T21:04:55.597Z Checking assert-json-diff v2.0.2
28882026-04-14T21:04:55.675Z Checking path-tree v0.8.3
28892026-04-14T21:04:55.717Z Checking gimli v0.32.3
28902026-04-14T21:04:55.792Z Checking stringmetrics v2.2.2
28912026-04-14T21:04:55.886Z Compiling target-lexicon v0.13.3
28922026-04-14T21:04:55.968Z Checking httpmock v0.8.3
28932026-04-14T21:04:56.460Z Checking pbkdf2 v0.11.0
28942026-04-14T21:04:56.666Z Checking ssh-key v0.6.7
28952026-04-14T21:04:57.257Z Checking addr2line v0.25.1
28962026-04-14T21:04:57.558Z Checking p521 v0.13.3
28972026-04-14T21:04:57.591Z Checking p256 v0.13.2
28982026-04-14T21:04:57.868Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
28992026-04-14T21:04:58.100Z Checking russh-cryptovec v0.7.3
29002026-04-14T21:04:58.155Z Checking md5 v0.7.0
29012026-04-14T21:04:58.196Z Compiling guppy-workspace-hack v0.1.0
29022026-04-14T21:04:58.281Z Checking rustc-demangle v0.1.27
29032026-04-14T21:04:58.373Z Checking russh-keys v0.45.0
29042026-04-14T21:04:58.541Z Checking backtrace v0.3.76
29052026-04-14T21:04:58.714Z Checking num-bigint v0.4.6
29062026-04-14T21:04:58.886Z Checking des v0.8.1
29072026-04-14T21:04:59.093Z Compiling blake3 v1.8.3
29082026-04-14T21:04:59.218Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
29092026-04-14T21:04:59.304Z Compiling target-spec v3.5.7
29102026-04-14T21:04:59.645Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
29112026-04-14T21:04:59.718Z Checking russh v0.45.0
29122026-04-14T21:04:59.815Z Checking backtrace-ext v0.2.1
29132026-04-14T21:04:59.958Z Checking cfg-expr v0.20.6
29142026-04-14T21:05:00.094Z Checking supports-color v2.1.0
29152026-04-14T21:05:00.260Z Checking textwrap v0.15.2
29162026-04-14T21:05:00.293Z Checking supports-hyperlinks v2.1.0
29172026-04-14T21:05:00.373Z Checking supports-unicode v2.1.0
29182026-04-14T21:05:00.437Z Checking hashbrown v0.14.5
29192026-04-14T21:05:00.495Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
29202026-04-14T21:05:00.526Z Checking cargo-platform v0.3.2
29212026-04-14T21:05:00.721Z Checking terminal_size v0.1.17
29222026-04-14T21:05:00.753Z Compiling miette-derive v5.10.0
29232026-04-14T21:05:00.863Z Checking owo-colors v3.5.0
29242026-04-14T21:05:00.955Z Checking internet-checksum v0.2.1
29252026-04-14T21:05:01.110Z Checking chumsky v0.9.3
29262026-04-14T21:05:01.428Z Checking cargo_metadata v0.23.1
29272026-04-14T21:05:01.910Z Checking miette v5.10.0
29282026-04-14T21:05:02.192Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
29292026-04-14T21:05:02.196Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
29302026-04-14T21:05:02.413Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
29312026-04-14T21:05:02.444Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
29322026-04-14T21:05:02.716Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
29332026-04-14T21:05:02.750Z Compiling knuffel-derive v3.2.0
29342026-04-14T21:05:02.998Z Checking httptest v0.16.4
29352026-04-14T21:05:03.083Z Checking pathdiff v0.2.3
29362026-04-14T21:05:03.223Z Checking nested v0.1.1
29372026-04-14T21:05:03.395Z Checking topological-sort v0.2.2
29382026-04-14T21:05:03.427Z Checking guppy v0.17.25
29392026-04-14T21:05:03.570Z Checking omicron-zone-package v0.12.2
29402026-04-14T21:05:03.604Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
29412026-04-14T21:05:03.844Z Checking similar-asserts v1.7.0
29422026-04-14T21:05:04.029Z Compiling rstest_macros v0.25.0
29432026-04-14T21:05:04.267Z Checking knuffel v3.2.0
29442026-04-14T21:05:04.333Z Compiling target-triple v1.0.0
29452026-04-14T21:05:04.400Z Compiling git2 v0.20.4
29462026-04-14T21:05:04.432Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
29472026-04-14T21:05:04.588Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
29482026-04-14T21:05:04.620Z Checking scim2-test-client v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db)
29492026-04-14T21:05:04.694Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
29502026-04-14T21:05:04.920Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
29512026-04-14T21:05:04.953Z Checking hickory-client v0.25.2
29522026-04-14T21:05:05.266Z Checking tokio-test v0.4.5
29532026-04-14T21:05:05.502Z Checking escape8259 v0.5.3
29542026-04-14T21:05:05.543Z Compiling relative-path v1.9.3
29552026-04-14T21:05:05.669Z Compiling assert_cmd v2.1.2
29562026-04-14T21:05:05.994Z Checking libtest-mimic v0.8.1
29572026-04-14T21:05:06.368Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
29582026-04-14T21:05:06.422Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
29592026-04-14T21:05:06.503Z Checking blake2b_simd v1.0.4
29602026-04-14T21:05:07.115Z Checking omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
29612026-04-14T21:05:07.542Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d)
29622026-04-14T21:05:07.545Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
29632026-04-14T21:05:07.750Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
29642026-04-14T21:05:07.963Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
29652026-04-14T21:05:08.126Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
29662026-04-14T21:05:08.238Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
29672026-04-14T21:05:08.313Z Compiling polar-core v0.27.3
29682026-04-14T21:05:08.478Z Checking fancy-regex v0.14.0
29692026-04-14T21:05:08.743Z Checking serde_tokenstream v0.2.3
29702026-04-14T21:05:08.877Z Checking uzers v0.12.2
29712026-04-14T21:05:08.991Z Checking constant_time_eq v0.3.1
29722026-04-14T21:05:09.123Z Compiling linkme-impl v0.3.35
29732026-04-14T21:05:09.155Z Checking termcolor v1.4.1
29742026-04-14T21:05:09.396Z Checking trybuild v1.0.116
29752026-04-14T21:05:09.469Z Checking rstest v0.25.0
29762026-04-14T21:05:09.513Z Checking rust-argon2 v2.1.0
29772026-04-14T21:05:09.649Z Checking datatest-stable v0.3.3
29782026-04-14T21:05:10.024Z Checking attest-mock v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d)
29792026-04-14T21:05:10.086Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
29802026-04-14T21:05:10.314Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
29812026-04-14T21:05:10.379Z Checking support-bundle-viewer v0.1.2
29822026-04-14T21:05:10.659Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
29832026-04-14T21:05:10.897Z Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests)
29842026-04-14T21:05:11.047Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
29852026-04-14T21:05:11.120Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
29862026-04-14T21:05:11.279Z Checking drift v0.1.3
29872026-04-14T21:05:11.360Z Checking rand_distr v0.5.1
29882026-04-14T21:05:11.631Z Checking multimap v0.10.1
29892026-04-14T21:05:11.801Z Checking approx v0.5.1
29902026-04-14T21:05:11.839Z Compiling linkme v0.3.35
29912026-04-14T21:05:11.970Z Checking dropshot-api-manager v0.6.0
29922026-04-14T21:05:13.125Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
29932026-04-14T21:05:13.356Z Checking pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=7600756029ce046a02c6234aa84ce230cc5eaa04#76007560)
29942026-04-14T21:05:13.486Z Checking oso v0.27.3
29952026-04-14T21:05:13.536Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
29962026-04-14T21:05:13.656Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
29972026-04-14T21:05:13.703Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
29982026-04-14T21:05:13.758Z Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
29992026-04-14T21:05:13.893Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
30002026-04-14T21:05:14.151Z Checking partial-io v0.5.4
30012026-04-14T21:05:14.185Z Checking cargo_toml v0.21.0
30022026-04-14T21:05:14.251Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
30032026-04-14T21:05:14.395Z Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
30042026-04-14T21:05:14.448Z Checking termios v0.3.3
30052026-04-14T21:05:14.612Z Checking sprockets-tls-test-utils v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
30062026-04-14T21:05:14.946Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
30072026-04-14T21:05:15.079Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
30082026-04-14T21:05:16.885Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
30092026-04-14T21:05:18.998Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
30102026-04-14T21:05:23.528Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
30112026-04-14T21:05:23.685Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
30122026-04-14T21:05:26.678Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
30132026-04-14T21:05:30.012Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
30142026-04-14T21:05:35.411Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
30152026-04-14T21:05:38.486Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
30162026-04-14T21:05:40.839Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
30172026-04-14T21:05:42.322Z Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
30182026-04-14T21:05:42.442Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
30192026-04-14T21:05:50.049Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
30202026-04-14T21:07:04.791Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3m 59s
30212026-04-14T21:07:05.390Z
30222026-04-14T21:07:05.390Zreal 4:02.475376890
30232026-04-14T21:07:05.390Zuser 20:35.427533169
30242026-04-14T21:07:05.390Zsys 4:44.472239262
30252026-04-14T21:07:05.390Ztrap 0.494579942
30262026-04-14T21:07:05.393Ztflt 0.095277127
30272026-04-14T21:07:05.393Zdflt 0.177916886
30282026-04-14T21:07:05.393Zkflt 0.002822195
30292026-04-14T21:07:05.393Zlock 56:40.439062422
30302026-04-14T21:07:05.393Zslp 56:32.570410202
30312026-04-14T21:07:05.393Zlat 1:51.911225184
30322026-04-14T21:07:05.393Zstop 10:25.038970285
30332026-04-14T21:07:05.393Z+ RUSTDOCFLAGS='--document-private-items -D warnings --cfg tokio'
30342026-04-14T21:07:05.393Z+ ptime -m cargo doc --workspace --no-deps
30352026-04-14T21:07:06.263Zwarning: output filename collision at /work/oxidecomputer/omicron/target/doc/oximeter/index.html
30362026-04-14T21:07:06.263Z |
30372026-04-14T21:07:06.263Z = note: the bin target `oximeter` in package `oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)` has the same output filename as the lib target `oximeter` in package `oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)`
30382026-04-14T21:07:06.263Z = note: this is a known bug where multiple crates with the same name use the same path; see <https://github.com/rust-lang/cargo/issues/6313>
30392026-04-14T21:07:07.189Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30402026-04-14T21:07:07.417Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
30412026-04-14T21:07:07.461Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
30422026-04-14T21:07:07.525Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30432026-04-14T21:07:07.641Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
30442026-04-14T21:07:07.685Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
30452026-04-14T21:07:07.713Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30462026-04-14T21:07:07.740Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
30472026-04-14T21:07:07.785Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
30482026-04-14T21:07:07.949Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
30492026-04-14T21:07:07.990Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
30502026-04-14T21:07:08.013Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
30512026-04-14T21:07:08.067Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
30522026-04-14T21:07:08.090Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
30532026-04-14T21:07:08.093Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
30542026-04-14T21:07:08.133Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
30552026-04-14T21:07:08.206Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
30562026-04-14T21:07:08.246Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
30572026-04-14T21:07:08.269Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
30582026-04-14T21:07:08.273Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
30592026-04-14T21:07:08.657Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
30602026-04-14T21:07:08.720Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
30612026-04-14T21:07:08.834Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
30622026-04-14T21:07:08.863Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
30632026-04-14T21:07:08.912Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
30642026-04-14T21:07:08.982Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
30652026-04-14T21:07:09.010Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
30662026-04-14T21:07:09.180Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
30672026-04-14T21:07:09.229Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
30682026-04-14T21:07:09.373Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
30692026-04-14T21:07:09.519Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
30702026-04-14T21:07:09.563Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
30712026-04-14T21:07:09.686Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
30722026-04-14T21:07:09.789Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
30732026-04-14T21:07:09.882Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
30742026-04-14T21:07:09.914Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
30752026-04-14T21:07:10.021Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
30762026-04-14T21:07:10.072Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
30772026-04-14T21:07:10.144Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
30782026-04-14T21:07:10.307Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
30792026-04-14T21:07:10.415Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
30802026-04-14T21:07:10.511Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
30812026-04-14T21:07:10.585Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
30822026-04-14T21:07:10.634Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
30832026-04-14T21:07:10.788Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
30842026-04-14T21:07:10.828Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
30852026-04-14T21:07:10.927Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
30862026-04-14T21:07:11.066Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
30872026-04-14T21:07:11.090Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
30882026-04-14T21:07:11.167Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
30892026-04-14T21:07:11.190Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
30902026-04-14T21:07:11.260Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
30912026-04-14T21:07:11.290Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
30922026-04-14T21:07:11.446Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
30932026-04-14T21:07:11.489Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
30942026-04-14T21:07:11.531Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
30952026-04-14T21:07:11.559Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
30962026-04-14T21:07:11.684Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
30972026-04-14T21:07:11.726Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
30982026-04-14T21:07:11.755Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
30992026-04-14T21:07:11.915Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
31002026-04-14T21:07:11.957Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
31012026-04-14T21:07:11.985Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
31022026-04-14T21:07:12.028Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
31032026-04-14T21:07:12.157Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
31042026-04-14T21:07:12.185Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
31052026-04-14T21:07:12.188Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
31062026-04-14T21:07:12.351Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
31072026-04-14T21:07:12.465Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
31082026-04-14T21:07:12.469Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
31092026-04-14T21:07:12.507Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
31102026-04-14T21:07:12.510Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
31112026-04-14T21:07:12.510Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
31122026-04-14T21:07:12.906Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
31132026-04-14T21:07:12.931Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
31142026-04-14T21:07:13.259Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
31152026-04-14T21:07:13.624Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
31162026-04-14T21:07:13.700Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
31172026-04-14T21:07:13.847Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
31182026-04-14T21:07:14.140Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
31192026-04-14T21:07:14.165Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
31202026-04-14T21:07:14.337Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
31212026-04-14T21:07:14.623Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
31222026-04-14T21:07:14.880Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
31232026-04-14T21:07:15.107Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
31242026-04-14T21:07:15.189Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
31252026-04-14T21:07:15.657Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
31262026-04-14T21:07:16.307Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
31272026-04-14T21:07:16.935Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
31282026-04-14T21:07:16.982Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
31292026-04-14T21:07:17.028Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
31302026-04-14T21:07:17.116Z Checking oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
31312026-04-14T21:07:17.383Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
31322026-04-14T21:07:17.645Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
31332026-04-14T21:07:17.996Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
31342026-04-14T21:07:18.083Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
31352026-04-14T21:07:18.248Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
31362026-04-14T21:07:18.271Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
31372026-04-14T21:07:18.362Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
31382026-04-14T21:07:18.504Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
31392026-04-14T21:07:18.659Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
31402026-04-14T21:07:18.681Z Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
31412026-04-14T21:07:18.716Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
31422026-04-14T21:07:18.942Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
31432026-04-14T21:07:18.964Z Documenting omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
31442026-04-14T21:07:19.185Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
31452026-04-14T21:07:19.452Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
31462026-04-14T21:07:19.998Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
31472026-04-14T21:07:20.223Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
31482026-04-14T21:07:20.633Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
31492026-04-14T21:07:21.008Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
31502026-04-14T21:07:21.170Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
31512026-04-14T21:07:21.527Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
31522026-04-14T21:07:21.606Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
31532026-04-14T21:07:21.781Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
31542026-04-14T21:07:22.384Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
31552026-04-14T21:07:22.489Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
31562026-04-14T21:07:22.513Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
31572026-04-14T21:07:22.667Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
31582026-04-14T21:07:22.790Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
31592026-04-14T21:07:23.227Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
31602026-04-14T21:07:23.382Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
31612026-04-14T21:07:23.564Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
31622026-04-14T21:07:23.712Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
31632026-04-14T21:07:23.736Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
31642026-04-14T21:07:23.778Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
31652026-04-14T21:07:24.456Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
31662026-04-14T21:07:24.565Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
31672026-04-14T21:07:25.037Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
31682026-04-14T21:07:25.207Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
31692026-04-14T21:07:25.654Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
31702026-04-14T21:07:26.067Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
31712026-04-14T21:07:26.954Z Documenting omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
31722026-04-14T21:07:26.980Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
31732026-04-14T21:07:27.404Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
31742026-04-14T21:07:27.692Z Documenting omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
31752026-04-14T21:07:27.801Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
31762026-04-14T21:07:27.984Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
31772026-04-14T21:07:28.474Z Documenting omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
31782026-04-14T21:07:28.496Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
31792026-04-14T21:07:28.716Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
31802026-04-14T21:07:29.627Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
31812026-04-14T21:07:29.664Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
31822026-04-14T21:07:29.689Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
31832026-04-14T21:07:29.817Z Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
31842026-04-14T21:07:29.841Z Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
31852026-04-14T21:07:31.023Z Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
31862026-04-14T21:07:31.502Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
31872026-04-14T21:07:32.142Z Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
31882026-04-14T21:07:32.799Z Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
31892026-04-14T21:07:33.505Z Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
31902026-04-14T21:07:33.783Z Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
31912026-04-14T21:07:34.051Z Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
31922026-04-14T21:07:34.726Z Documenting trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
31932026-04-14T21:07:35.168Z Documenting sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
31942026-04-14T21:07:35.270Z Documenting sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
31952026-04-14T21:07:36.931Z Documenting wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
31962026-04-14T21:07:37.302Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
31972026-04-14T21:07:37.606Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
31982026-04-14T21:07:37.992Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
31992026-04-14T21:07:38.091Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
32002026-04-14T21:07:38.213Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
32012026-04-14T21:07:38.989Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
32022026-04-14T21:07:39.215Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
32032026-04-14T21:07:39.261Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
32042026-04-14T21:07:39.760Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
32052026-04-14T21:07:39.853Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
32062026-04-14T21:07:39.895Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
32072026-04-14T21:07:40.152Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
32082026-04-14T21:07:40.407Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
32092026-04-14T21:07:40.570Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
32102026-04-14T21:07:40.879Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
32112026-04-14T21:07:41.165Z Checking nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
32122026-04-14T21:07:41.359Z Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
32132026-04-14T21:07:41.562Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
32142026-04-14T21:07:41.733Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
32152026-04-14T21:07:42.351Z Documenting nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
32162026-04-14T21:07:42.435Z Documenting clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
32172026-04-14T21:07:42.709Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
32182026-04-14T21:07:43.440Z Documenting mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
32192026-04-14T21:07:43.602Z Documenting omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
32202026-04-14T21:07:44.018Z Documenting tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
32212026-04-14T21:07:44.155Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
32222026-04-14T21:07:46.097Z Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
32232026-04-14T21:07:47.697Z Documenting nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
32242026-04-14T21:07:48.228Z Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
32252026-04-14T21:07:48.830Z Documenting reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
32262026-04-14T21:07:50.627Z Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
32272026-04-14T21:07:51.184Z Documenting reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
32282026-04-14T21:07:52.243Z Documenting oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
32292026-04-14T21:07:53.030Z Documenting ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
32302026-04-14T21:07:56.696Z Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
32312026-04-14T21:07:56.709Z Documenting db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
32322026-04-14T21:07:56.709Z Documenting omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
32332026-04-14T21:07:58.026Z Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
32342026-04-14T21:07:58.031Z Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
32352026-04-14T21:07:58.031Z Documenting end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
32362026-04-14T21:07:58.562Z Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
32372026-04-14T21:07:59.800Z Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
32382026-04-14T21:07:59.804Z Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
32392026-04-14T21:08:01.074Z Documenting nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
32402026-04-14T21:08:04.671Z Documenting nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
32412026-04-14T21:08:05.459Z Documenting nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
32422026-04-14T21:08:06.088Z Documenting nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
32432026-04-14T21:08:06.883Z Documenting nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
32442026-04-14T21:08:07.767Z Documenting nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
32452026-04-14T21:08:08.663Z Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
32462026-04-14T21:08:09.358Z Documenting nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
32472026-04-14T21:08:10.017Z Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
32482026-04-14T21:08:10.703Z Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
32492026-04-14T21:08:11.582Z Documenting schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
32502026-04-14T21:08:13.361Z Documenting nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
32512026-04-14T21:08:13.920Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
32522026-04-14T21:08:14.073Z Documenting nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
32532026-04-14T21:08:15.191Z Documenting nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
32542026-04-14T21:08:15.921Z Documenting nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
32552026-04-14T21:08:16.743Z Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
32562026-04-14T21:08:17.870Z Documenting sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
32572026-04-14T21:08:20.702Z Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
32582026-04-14T21:08:21.844Z Documenting sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
32592026-04-14T21:08:22.544Z Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
32602026-04-14T21:08:23.410Z Documenting sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
32612026-04-14T21:08:24.453Z Documenting sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
32622026-04-14T21:08:25.288Z Documenting sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
32632026-04-14T21:08:27.845Z Documenting zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
32642026-04-14T21:08:28.210Z Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
32652026-04-14T21:08:29.082Z Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
32662026-04-14T21:08:30.571Z Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
32672026-04-14T21:08:31.761Z Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
32682026-04-14T21:08:33.031Z Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
32692026-04-14T21:08:34.356Z Documenting trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
32702026-04-14T21:08:39.082Z Documenting bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
32712026-04-14T21:08:40.497Z Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
32722026-04-14T21:08:42.229Z Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32732026-04-14T21:08:43.794Z Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
32742026-04-14T21:08:45.241Z Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
32752026-04-14T21:08:46.761Z Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
32762026-04-14T21:08:50.150Z Documenting omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
32772026-04-14T21:08:51.724Z Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
32782026-04-14T21:08:52.041Z Documenting nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
32792026-04-14T21:08:53.611Z Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
32802026-04-14T21:08:55.209Z Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
32812026-04-14T21:08:57.061Z Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
32822026-04-14T21:08:58.947Z Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
32832026-04-14T21:09:00.870Z Documenting nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
32842026-04-14T21:09:02.584Z Documenting nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
32852026-04-14T21:09:04.709Z Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
32862026-04-14T21:09:06.212Z Documenting nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
32872026-04-14T21:09:07.970Z Documenting bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
32882026-04-14T21:09:09.733Z Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
32892026-04-14T21:09:11.496Z Documenting bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
32902026-04-14T21:09:13.266Z Documenting trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
32912026-04-14T21:09:14.732Z Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
32922026-04-14T21:09:16.872Z Documenting bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
32932026-04-14T21:09:19.090Z Documenting sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
32942026-04-14T21:09:20.584Z Documenting omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
32952026-04-14T21:09:22.853Z Documenting transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
32962026-04-14T21:09:24.577Z Documenting clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
32972026-04-14T21:09:26.663Z Documenting oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
32982026-04-14T21:09:28.722Z Documenting dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
32992026-04-14T21:09:30.928Z Documenting oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
33002026-04-14T21:09:32.949Z Documenting oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
33012026-04-14T21:09:34.877Z Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
33022026-04-14T21:09:36.944Z Documenting clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
33032026-04-14T21:09:38.939Z Documenting clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
33042026-04-14T21:09:42.329Z Documenting omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
33052026-04-14T21:09:43.347Z Documenting clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
33062026-04-14T21:09:45.577Z Documenting clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
33072026-04-14T21:09:47.791Z Documenting internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33082026-04-14T21:09:49.958Z Documenting clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
33092026-04-14T21:09:52.043Z Documenting clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
33102026-04-14T21:09:54.180Z Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
33112026-04-14T21:09:56.494Z Documenting internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
33122026-04-14T21:09:58.865Z Documenting dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
33132026-04-14T21:10:00.738Z Documenting oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
33142026-04-14T21:10:03.299Z Documenting oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
33152026-04-14T21:10:05.029Z Documenting installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
33162026-04-14T21:10:07.169Z Documenting ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
33172026-04-14T21:10:09.357Z Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
33182026-04-14T21:10:11.551Z Documenting internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
33192026-04-14T21:10:13.749Z Documenting oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
33202026-04-14T21:10:15.942Z Documenting cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
33212026-04-14T21:10:18.140Z Documenting gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
33222026-04-14T21:10:20.437Z Documenting clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
33232026-04-14T21:10:22.587Z Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
33242026-04-14T21:10:24.735Z Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
33252026-04-14T21:10:27.021Z Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
33262026-04-14T21:10:29.198Z Documenting sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
33272026-04-14T21:10:31.439Z Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
33282026-04-14T21:10:33.636Z Documenting installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
33292026-04-14T21:10:35.873Z Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
33302026-04-14T21:10:38.215Z Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
33312026-04-14T21:10:40.456Z Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
33322026-04-14T21:10:42.639Z Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
33332026-04-14T21:10:44.746Z Documenting ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
33342026-04-14T21:10:47.017Z Documenting omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
33352026-04-14T21:10:49.791Z Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33362026-04-14T21:10:51.906Z Documenting gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
33372026-04-14T21:10:54.324Z Documenting omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
33382026-04-14T21:10:56.839Z Documenting nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
33392026-04-14T21:10:59.014Z Documenting trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
33402026-04-14T21:11:01.454Z Documenting cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
33412026-04-14T21:11:03.873Z Documenting trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
33422026-04-14T21:11:06.350Z Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
33432026-04-14T21:11:09.038Z Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
33442026-04-14T21:11:11.461Z Documenting cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
33452026-04-14T21:11:13.926Z Documenting gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
33462026-04-14T21:11:16.312Z Documenting installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
33472026-04-14T21:11:18.697Z Documenting ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
33482026-04-14T21:11:21.230Z Documenting cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
33492026-04-14T21:11:24.146Z Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
33502026-04-14T21:11:26.436Z Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
33512026-04-14T21:11:29.011Z Documenting xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
33522026-04-14T21:11:36.454Z Documenting nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
33532026-04-14T21:11:36.747Z Documenting omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
33542026-04-14T21:11:39.887Z Documenting repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
33552026-04-14T21:11:43.241Z Documenting parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
33562026-04-14T21:11:46.485Z Documenting repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
33572026-04-14T21:11:49.687Z Documenting range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
33582026-04-14T21:11:53.056Z Documenting live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
33592026-04-14T21:11:57.675Z Documenting ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
33602026-04-14T21:12:00.432Z Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
33612026-04-14T21:12:04.030Z Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
33622026-04-14T21:12:07.702Z Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
33632026-04-14T21:12:11.195Z Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
33642026-04-14T21:12:14.947Z Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
33652026-04-14T21:12:18.504Z Documenting omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
33662026-04-14T21:12:21.971Z Documenting cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
33672026-04-14T21:12:25.633Z Documenting gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
33682026-04-14T21:12:29.368Z Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
33692026-04-14T21:12:32.871Z Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
33702026-04-14T21:12:36.429Z Documenting ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
33712026-04-14T21:12:40.126Z Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
33722026-04-14T21:12:43.698Z Documenting key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
33732026-04-14T21:12:47.340Z Documenting nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
33742026-04-14T21:12:50.976Z Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
33752026-04-14T21:12:54.618Z Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
33762026-04-14T21:12:58.208Z Documenting dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
33772026-04-14T21:13:27.121Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6m 21s
33782026-04-14T21:13:27.292Z Generated /work/oxidecomputer/omicron/target/doc/api_identity/index.html and 191 other files
33792026-04-14T21:13:27.400Z
33802026-04-14T21:13:27.400Zreal 6:21.888715829
33812026-04-14T21:13:27.400Zuser 17:21.161836319
33822026-04-14T21:13:27.400Zsys 3:41.954339523
33832026-04-14T21:13:27.400Ztrap 0.263156074
33842026-04-14T21:13:27.400Ztflt 0.014393054
33852026-04-14T21:13:27.400Zdflt 0.023169666
33862026-04-14T21:13:27.403Zkflt 0.000055422
33872026-04-14T21:13:27.403Zlock 5:48:47.908834242
33882026-04-14T21:13:27.403Zslp 2:07:41.543382378
33892026-04-14T21:13:27.403Zlat 34.507119084
33902026-04-14T21:13:27.403Zstop 1:35.355825287
33912026-04-14T21:13:27.403Zprocess exited: duration 807879 ms, exit code 0
 
33922026-04-14T21:13:27.410Zfound 0 output files