01HZMSGDA7C9B3FFAXP73XJCTJ: clippy (helios)

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

Buildomat Job: 01HZMSGTRMVB1VPTD0CGSE9Q9S

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12024-06-05T18:11:35.132Zjob assigned to worker 01HZMSH1MPAS87BMBC9TKCS61Q (queued for 1 m 3 s)
 
22024-06-05T18:11:43.874Zstarting task 0: "setup"
32024-06-05T18:11:43.931Z++ uname -s
42024-06-05T18:11:43.957Z+ kern=SunOS
52024-06-05T18:11:43.958Z+ case "$kern" in
62024-06-05T18:11:43.958Z+ groupadd -g 12345 build
72024-06-05T18:11:43.958Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-06-05T18:11:45.946Z+ zfs create -o mountpoint=/work rpool/work
92024-06-05T18:11:46.051Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-06-05T18:11:46.538Z+ home_fs=zfs
112024-06-05T18:11:46.538Z+ [[ zfs == autofs ]]
122024-06-05T18:11:46.539Z+ mkdir -p /home/build
132024-06-05T18:11:46.539Z+ chown build:build /home/build /work
142024-06-05T18:11:48.049Z+ chmod 0700 /home/build /work
152024-06-05T18:11:48.056Zprocess exited: duration 4180 ms, exit code 0
 
162024-06-05T18:11:48.083Zstarting task 1: "rust-toolchain"
172024-06-05T18:11:48.096Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
182024-06-05T18:11:48.097Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.78.0 --profile default
192024-06-05T18:11:48.247Zinfo: downloading installer
202024-06-05T18:11:50.376Zwarning: it looks like you have an existing installation of Rust at:
212024-06-05T18:11:50.376Zwarning: /opt/ooce/bin
222024-06-05T18:11:50.376Zwarning: It is recommended that rustup be the primary Rust installation.
232024-06-05T18:11:50.376Zwarning: Otherwise you may have confusion unless you are careful with your PATH
242024-06-05T18:11:50.376Zwarning: If you are sure that you want both rustup and your already installed Rust
252024-06-05T18:11:50.377Zwarning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
262024-06-05T18:11:50.377Zwarning: or pass `-y' to ignore all ignorable checks.
272024-06-05T18:11:50.377Zerror: cannot install while Rust is installed
282024-06-05T18:11:50.377Zwarning: continuing (because the -y flag is set and the error is ignorable)
292024-06-05T18:11:50.407Zinfo: profile set to 'default'
302024-06-05T18:11:50.407Zinfo: default host triple is x86_64-unknown-illumos
312024-06-05T18:11:50.407Zinfo: syncing channel updates for '1.78.0-x86_64-unknown-illumos'
322024-06-05T18:11:50.408Zinfo: latest update on 2024-05-02, rust version 1.78.0 (9b00956e5 2024-04-29)
332024-06-05T18:11:50.408Zinfo: downloading component 'cargo'
342024-06-05T18:11:50.907Zinfo: downloading component 'clippy'
352024-06-05T18:11:51.196Zinfo: downloading component 'rust-docs'
362024-06-05T18:11:52.380Zinfo: downloading component 'rust-std'
372024-06-05T18:11:54.243Zinfo: downloading component 'rustc'
382024-06-05T18:11:59.140Zinfo: downloading component 'rustfmt'
392024-06-05T18:11:59.671Zinfo: installing component 'cargo'
402024-06-05T18:12:00.122Zinfo: installing component 'clippy'
412024-06-05T18:12:00.504Zinfo: installing component 'rust-docs'
422024-06-05T18:12:02.005Zinfo: installing component 'rust-std'
432024-06-05T18:12:03.820Zinfo: installing component 'rustc'
442024-06-05T18:12:08.105Zinfo: installing component 'rustfmt'
452024-06-05T18:12:08.436Zinfo: default toolchain set to '1.78.0-x86_64-unknown-illumos'
462024-06-05T18:12:08.436Z
472024-06-05T18:12:08.736Z 1.78.0-x86_64-unknown-illumos installed - rustc 1.78.0 (9b00956e5 2024-04-29)
482024-06-05T18:12:08.736Z
492024-06-05T18:12:08.746Z
502024-06-05T18:12:08.746ZRust is installed now. Great!
512024-06-05T18:12:08.746Z
522024-06-05T18:12:08.746ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
532024-06-05T18:12:08.746Zenvironment variable. This has not been done automatically.
542024-06-05T18:12:08.746Z
552024-06-05T18:12:08.746ZTo configure your current shell, you need to source
562024-06-05T18:12:08.746Zthe corresponding env file under $HOME/.cargo.
572024-06-05T18:12:08.747Z
582024-06-05T18:12:08.747ZThis is usually done by running one of the following (note the leading DOT):
592024-06-05T18:12:08.747Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
602024-06-05T18:12:08.747Zsource "$HOME/.cargo/env.fish" # For fish
612024-06-05T18:12:08.811Z+ rustc --version
622024-06-05T18:12:08.876Zrustc 1.78.0 (9b00956e5 2024-04-29)
632024-06-05T18:12:08.897Zprocess exited: duration 20793 ms, exit code 0
 
642024-06-05T18:12:08.935Zstarting task 2: "authentication"
652024-06-05T18:12:09.411Zprocess exited: duration 65 ms, exit code 0
 
662024-06-05T18:12:09.851Zstarting task 3: "clone repository"
672024-06-05T18:12:09.861Z+ mkdir -p /work/oxidecomputer/omicron
682024-06-05T18:12:09.861Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
692024-06-05T18:12:10.020ZCloning into '/work/oxidecomputer/omicron'...
702024-06-05T18:12:16.848Z+ cd /work/oxidecomputer/omicron
712024-06-05T18:12:16.848Z+ git fetch origin 84faad4b4a21247a55f76d851d9477d2e05ebd8f
722024-06-05T18:12:17.311ZFrom https://github.com/oxidecomputer/omicron
732024-06-05T18:12:17.312Z * branch 84faad4b4a21247a55f76d851d9477d2e05ebd8f -> FETCH_HEAD
742024-06-05T18:12:17.326Z+ [[ -n '' ]]
752024-06-05T18:12:17.326Z+ git reset --hard 84faad4b4a21247a55f76d851d9477d2e05ebd8f
762024-06-05T18:12:17.446ZHEAD is now at 84faad4b4 while i'm here, fix these block delimiters
772024-06-05T18:12:17.449Zprocess exited: duration 7598 ms, exit code 0
 
782024-06-05T18:12:17.460Zstarting task 4: "build"
792024-06-05T18:12:17.912Z+ cargo --version
802024-06-05T18:12:17.912Zcargo 1.78.0 (54d8815d0 2024-03-26)
812024-06-05T18:12:17.912Z+ rustc --version
822024-06-05T18:12:17.913Zrustc 1.78.0 (9b00956e5 2024-04-29)
832024-06-05T18:12:17.913Z+ source ./env.sh
842024-06-05T18:12:17.913Z++ set -o xtrace
852024-06-05T18:12:17.914Z++++ dirname ./env.sh
862024-06-05T18:12:17.914Z+++ readlink -f .
872024-06-05T18:12:17.914Z++ OMICRON_WS=/work/oxidecomputer/omicron
882024-06-05T18:12:17.914Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
892024-06-05T18:12:17.914Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
902024-06-05T18:12:17.914Z++ 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
912024-06-05T18:12:17.915Z++ 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
922024-06-05T18:12:17.915Z++ 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
932024-06-05T18:12:17.915Z++ 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
942024-06-05T18:12:17.915Z++ 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
952024-06-05T18:12:17.916Z++ 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
962024-06-05T18:12:17.916Z++ unset OMICRON_WS
972024-06-05T18:12:17.916Z++ set +o xtrace
982024-06-05T18:12:17.916Z
992024-06-05T18:12:17.916Z ##### ##### ###### ##### ###### #### # # # #### #
1002024-06-05T18:12:17.916Z # # # # # # # # # # # # # # #
1012024-06-05T18:12:17.917Z # # # # ##### # # ##### # # # # # #### #
1022024-06-05T18:12:17.917Z ##### ##### # ##### # # # # # # # # #
1032024-06-05T18:12:17.917Z # # # # # # # # # # # # # # #
1042024-06-05T18:12:17.917Z # # # ###### # # ###### ### # #### # #### #
1052024-06-05T18:12:17.917Z
1062024-06-05T18:12:32.066Z Startup: Refreshing catalog 'helios-dev' ... Done
1072024-06-05T18:12:34.021Z Startup: Caching catalogs ... Done
1082024-06-05T18:12:35.978ZPlanning: Solver setup ... Done (1.469s)
1092024-06-05T18:12:36.007ZPlanning: Running solver ... Done (0.029s)
1102024-06-05T18:12:36.044ZPlanning: Finding local manifests ... Done (0.003s)
1112024-06-05T18:12:36.525ZPlanning: Fetching manifests: 0/4 0% complete
1122024-06-05T18:12:36.666ZPlanning: Fetching manifests: 4/4 100% complete
1132024-06-05T18:12:36.666ZPlanning: Package planning ... Done (0.048s)
1142024-06-05T18:12:36.667ZPlanning: Merging actions ... Done (0.051s)
1152024-06-05T18:12:37.647ZPlanning: Checking for conflicting actions ... Done (1.125s)
1162024-06-05T18:12:37.655ZPlanning: Consolidating action changes ... Done (0.011s)
1172024-06-05T18:12:43.105ZPlanning: Evaluating mediators ... Done (5.472s)
1182024-06-05T18:12:43.115ZPlanning: Planning completed in 9.03 seconds
1192024-06-05T18:12:43.736Z Packages to install: 4
1202024-06-05T18:12:43.737Z Mediators to change: 2
1212024-06-05T18:12:43.737Z Services to change: 1
1222024-06-05T18:12:43.745Z Estimated space available: 155.78 GB
1232024-06-05T18:12:43.745ZEstimated space to be consumed: 1.45 GB
1242024-06-05T18:12:43.745Z Create boot environment: No
1252024-06-05T18:12:43.745ZCreate backup boot environment: No
1262024-06-05T18:12:43.746Z Rebuild boot archive: No
1272024-06-05T18:12:43.746Z
1282024-06-05T18:12:43.746ZChanged mediators:
1292024-06-05T18:12:43.746Z mediator clang:
1302024-06-05T18:12:43.746Z version: None -> 15 (system default)
1312024-06-05T18:12:43.746Z
1322024-06-05T18:12:43.747Z mediator llvm:
1332024-06-05T18:12:43.747Z version: 14 (system default) -> 15 (system default)
1342024-06-05T18:12:43.747Z
1352024-06-05T18:12:43.747ZChanged packages:
1362024-06-05T18:12:43.747Zhelios-dev
1372024-06-05T18:12:43.747Z developer/build-essential
1382024-06-05T18:12:43.747Z None -> 11-2.0
1392024-06-05T18:12:43.747Z library/libxmlsec1
1402024-06-05T18:12:43.747Z None -> 1.2.35-2.0
1412024-06-05T18:12:43.748Z ooce/developer/clang-15
1422024-06-05T18:12:43.748Z None -> 15.0.7-2.0
1432024-06-05T18:12:43.748Z ooce/developer/llvm-15
1442024-06-05T18:12:43.748Z None -> 15.0.7-2.0
1452024-06-05T18:12:43.748Z
1462024-06-05T18:12:43.748ZServices:
1472024-06-05T18:12:43.748Z restart_fmri:
1482024-06-05T18:12:43.749Z svc:/system/update-man-index:default
1492024-06-05T18:12:43.876Z
1502024-06-05T18:12:43.876ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1512024-06-05T18:12:48.878ZDownload: 557/3290 items 3.4/212.6MB 1% complete (708k/s)
1522024-06-05T18:12:54.295ZDownload: 1195/3290 items 75.7/212.6MB 35% complete (7.5M/s)
1532024-06-05T18:12:59.152ZDownload: 1324/3290 items 103.9/212.6MB 48% complete (10.0M/s)
1542024-06-05T18:13:04.168ZDownload: 2040/3290 items 118.7/212.6MB 55% complete (4.4M/s)
1552024-06-05T18:13:09.217ZDownload: 2794/3290 items 120.9/212.6MB 56% complete (2.1M/s)
1562024-06-05T18:13:15.360ZDownload: 3246/3290 items 201.6/212.6MB 94% complete (8.2M/s)
1572024-06-05T18:13:17.555ZDownload: Completed 212.60 MB in 33.67 seconds (6.3M/s)
1582024-06-05T18:13:18.028Z Actions: 1/3689 actions (Installing new actions)
1592024-06-05T18:13:23.116Z Actions: 3606/3689 actions (Installing new actions)
1602024-06-05T18:13:23.199Z Actions: Completed 3689 actions in 5.20 seconds.
1612024-06-05T18:13:23.424Z Done (0.220s)
1622024-06-05T18:13:23.425Z Done (0.000s)
1632024-06-05T18:13:23.732Z Done (0.301s)
1642024-06-05T18:13:29.212Z Done (5.318s)
1652024-06-05T18:13:29.917Z Done (0.212s)
1662024-06-05T18:13:29.926Z Done (0.000s)
1672024-06-05T18:13:29.926Z Done (0.000s)
1682024-06-05T18:13:30.212ZPlanning: Evaluating mediator changes ... Done
1692024-06-05T18:13:30.415ZPlanning: Checking for conflicting actions ... Done
1702024-06-05T18:13:30.437ZPlanning: Consolidating action changes ... Done
1712024-06-05T18:13:30.649ZPlanning: Evaluating mediators ... Done
1722024-06-05T18:13:30.661ZPlanning: Planning completed in 0.43 seconds
1732024-06-05T18:13:31.087Z Mediators to change: 2
1742024-06-05T18:13:31.087Z Create boot environment: No
1752024-06-05T18:13:31.087ZCreate backup boot environment: No
1762024-06-05T18:13:31.095Z Done
1772024-06-05T18:13:31.095Z Done
1782024-06-05T18:13:31.096Z Done
1792024-06-05T18:13:34.724Z Done
1802024-06-05T18:13:34.765Z Done
1812024-06-05T18:13:34.765Z Done
1822024-06-05T18:13:34.765Z Done
1832024-06-05T18:13:35.241ZPlanning: Evaluating mediator changes ... Done
1842024-06-05T18:13:35.257ZPlanning: Merging actions ... Done
1852024-06-05T18:13:35.442ZPlanning: Checking for conflicting actions ... Done
1862024-06-05T18:13:35.463ZPlanning: Consolidating action changes ... Done
1872024-06-05T18:13:35.714ZPlanning: Evaluating mediators ... Done
1882024-06-05T18:13:35.779ZPlanning: Planning completed in 0.74 seconds
1892024-06-05T18:13:35.794Z Packages to change: 1
1902024-06-05T18:13:35.794Z Mediators to change: 1
1912024-06-05T18:13:35.795Z Services to change: 1
1922024-06-05T18:13:35.795Z Create boot environment: No
1932024-06-05T18:13:35.795ZCreate backup boot environment: Yes
1942024-06-05T18:13:37.760Z Actions: 1/6 actions (Updating modified actions)
1952024-06-05T18:13:38.243Z Actions: Completed 6 actions in 0.06 seconds.
1962024-06-05T18:13:38.258Z Done
1972024-06-05T18:13:38.258Z Done
1982024-06-05T18:13:38.258Z Done
1992024-06-05T18:13:41.378Z Done
2002024-06-05T18:13:41.467Z Done
2012024-06-05T18:13:41.519Z Done
2022024-06-05T18:13:41.565Z Done
2032024-06-05T18:13:42.041ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2042024-06-05T18:13:42.041Zclang system 15 system
2052024-06-05T18:13:42.042Zcsh system system illumos
2062024-06-05T18:13:42.042Zctags system system illumos
2072024-06-05T18:13:42.043Zgcc vendor 12 vendor
2082024-06-05T18:13:42.043Zgcc system 10 system
2092024-06-05T18:13:42.045Zgcc system 7 system
2102024-06-05T18:13:42.045Zgo system 1.20 system
2112024-06-05T18:13:42.049Zgo system 1.19 system
2122024-06-05T18:13:42.053Zllvm system 15 system
2132024-06-05T18:13:42.053Zllvm system 14 system
2142024-06-05T18:13:42.053Zmariadb system 10.6 system
2152024-06-05T18:13:42.053Zmta vendor vendor dma
2162024-06-05T18:13:42.053Zopenjdk system 17 system
2172024-06-05T18:13:42.053Zopenjdk system 11 system
2182024-06-05T18:13:42.054Zopenjdk system 1.8 system
2192024-06-05T18:13:42.054Zopenssl vendor 3 vendor
2202024-06-05T18:13:42.054Zperl system 5.36 system
2212024-06-05T18:13:42.054Zpostgresql system 15 system
2222024-06-05T18:13:42.055Zpostgresql system 13 system
2232024-06-05T18:13:42.055Zpython vendor 3 vendor
2242024-06-05T18:13:42.056Zpython system 2 system
2252024-06-05T18:13:42.056Zpython3 system 3.11 system
2262024-06-05T18:13:42.056Zruby system 3.0 system
2272024-06-05T18:13:42.056Zwords vendor vendor american-english
2282024-06-05T18:13:42.056Zwords system system australian-english
2292024-06-05T18:13:42.057Zwords system system british-english
2302024-06-05T18:13:42.057Zwords system system canadian-english
2312024-06-05T18:13:42.057Zwords system system french
2322024-06-05T18:13:42.057Zwords system system italian
2332024-06-05T18:13:42.058Zwords system system ngerman
2342024-06-05T18:13:42.058Zwords system system ogerman
2352024-06-05T18:13:42.058Zwords system system spanish
2362024-06-05T18:13:42.327ZPUBLISHER TYPE STATUS P LOCATION
2372024-06-05T18:13:42.327Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2382024-06-05T18:13:43.827ZFMRI IFO
2392024-06-05T18:13:43.827Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2402024-06-05T18:13:43.827Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2412024-06-05T18:13:43.827Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2422024-06-05T18:13:43.828Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2432024-06-05T18:13:43.828Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2442024-06-05T18:13:43.828Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2452024-06-05T18:13:43.828Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i--
2462024-06-05T18:13:43.828Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2472024-06-05T18:13:43.828Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i--
2482024-06-05T18:13:43.828Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2492024-06-05T18:13:43.828Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i--
2502024-06-05T18:13:43.828Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2512024-06-05T18:13:44.219Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2522024-06-05T18:13:44.553Z Updating git repository `https://github.com/oxidecomputer/zone`
2532024-06-05T18:13:44.881Z Updating crates.io index
2542024-06-05T18:13:44.898Z Updating git repository `https://github.com/oxidecomputer/dropshot`
2552024-06-05T18:13:45.859Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2562024-06-05T18:13:46.361Z Updating git repository `https://github.com/oxidecomputer/oxnet`
2572024-06-05T18:13:46.681Z Updating git repository `https://github.com/oxidecomputer/progenitor`
2582024-06-05T18:13:52.038Z Updating git repository `http://github.com/oxidecomputer/serde_human_bytes`
2592024-06-05T18:13:52.210Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2602024-06-05T18:13:52.210Z Updating git repository `https://github.com/oxidecomputer/propolis`
2612024-06-05T18:13:52.210Z Updating git repository `https://github.com/oxidecomputer/crucible`
2622024-06-05T18:13:52.569Z Updating git repository `https://github.com/oxidecomputer/opte`
2632024-06-05T18:13:53.509Z Updating git repository `https://github.com/oxidecomputer/falcon`
2642024-06-05T18:13:54.436Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2652024-06-05T18:13:55.232Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2662024-06-05T18:13:55.428Z Updating git repository `http://github.com/oxidecomputer/sprockets`
2672024-06-05T18:13:55.811Z Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel`
2682024-06-05T18:13:56.076Z Updating git repository `https://github.com/oxidecomputer/diesel-dtrace`
2692024-06-05T18:13:56.418Z Updating git repository `http://github.com/oxidecomputer/tofino`
2702024-06-05T18:13:56.707Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2712024-06-05T18:13:56.975Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2722024-06-05T18:13:57.258Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2732024-06-05T18:13:57.675Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2742024-06-05T18:13:58.079Z Updating git repository `https://github.com/oxidecomputer/ispf`
2752024-06-05T18:13:58.470Z Updating git repository `https://github.com/oxidecomputer/poptrie`
2762024-06-05T18:13:58.837Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2772024-06-05T18:13:59.486Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2782024-06-05T18:13:59.768Z Updating git repository `https://github.com/cbiffle/hubpack.git`
2792024-06-05T18:14:00.038Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2802024-06-05T18:14:00.454Z Updating git repository `https://github.com/oxidecomputer/typify`
2812024-06-05T18:14:02.569Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2822024-06-05T18:14:02.916Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2832024-06-05T18:14:03.180Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2842024-06-05T18:14:03.584Z Updating git repository `https://github.com/oxidecomputer/rfb`
2852024-06-05T18:14:04.590Z Downloading crates ...
2862024-06-05T18:14:04.651Z Downloaded anyhow v1.0.86
2872024-06-05T18:14:04.659Z Downloaded bytes v1.6.0
2882024-06-05T18:14:04.659Z Downloaded anstyle-query v1.0.3
2892024-06-05T18:14:04.668Z Downloaded cargo_toml v0.20.2
2902024-06-05T18:14:04.668Z Downloaded camino v1.1.7
2912024-06-05T18:14:04.668Z Downloaded cargo_metadata v0.18.1
2922024-06-05T18:14:05.082Z Downloaded cargo-platform v0.1.8
2932024-06-05T18:14:05.082Z Downloaded base64 v0.21.7
2942024-06-05T18:14:05.082Z Downloaded anstyle-parse v0.2.4
2952024-06-05T18:14:05.082Z Downloaded serde_urlencoded v0.7.1
2962024-06-05T18:14:05.115Z Downloaded cc v1.0.97
2972024-06-05T18:14:05.115Z Downloaded block-buffer v0.10.4
2982024-06-05T18:14:05.115Z Downloaded bitflags v2.5.0
2992024-06-05T18:14:05.115Z Downloaded autocfg v1.3.0
3002024-06-05T18:14:05.115Z Downloaded ryu v1.0.18
3012024-06-05T18:14:05.115Z Downloaded serde_derive v1.0.203
3022024-06-05T18:14:05.116Z Downloaded anstyle v1.0.7
3032024-06-05T18:14:05.116Z Downloaded anstream v0.6.14
3042024-06-05T18:14:05.116Z Downloaded adler v1.0.2
3052024-06-05T18:14:05.116Z Downloaded signal-hook-registry v1.4.2
3062024-06-05T18:14:05.116Z Downloaded sha2 v0.10.8
3072024-06-05T18:14:05.116Z Downloaded semver v1.0.23
3082024-06-05T18:14:05.116Z Downloaded scopeguard v1.2.0
3092024-06-05T18:14:05.116Z Downloaded serde v1.0.203
3102024-06-05T18:14:05.116Z Downloaded tinyvec_macros v0.1.1
3112024-06-05T18:14:05.116Z Downloaded time-core v0.1.2
3122024-06-05T18:14:05.117Z Downloaded hashbrown v0.14.5
3132024-06-05T18:14:05.117Z Downloaded itoa v1.0.11
3142024-06-05T18:14:05.117Z Downloaded xattr v1.3.1
3152024-06-05T18:14:05.117Z Downloaded http v0.2.12
3162024-06-05T18:14:05.117Z Downloaded form_urlencoded v1.2.1
3172024-06-05T18:14:05.117Z Downloaded openssl-macros v0.1.1
3182024-06-05T18:14:05.117Z Downloaded tracing-core v0.1.32
3192024-06-05T18:14:05.117Z Downloaded is_terminal_polyfill v1.70.0
3202024-06-05T18:14:05.117Z Downloaded foreign-types v0.3.2
3212024-06-05T18:14:05.117Z Downloaded futures-channel v0.3.30
3222024-06-05T18:14:05.117Z Downloaded tower-service v0.3.2
3232024-06-05T18:14:05.117Z Downloaded equivalent v1.0.1
3242024-06-05T18:14:05.118Z Downloaded openssl-probe v0.1.5
3252024-06-05T18:14:05.118Z Downloaded num_threads v0.1.7
3262024-06-05T18:14:05.118Z Downloaded take_mut v0.2.2
3272024-06-05T18:14:05.118Z Downloaded sync_wrapper v0.1.2
3282024-06-05T18:14:05.118Z Downloaded swrite v0.1.0
3292024-06-05T18:14:05.118Z Downloaded md5 v0.7.0
3302024-06-05T18:14:05.118Z Downloaded is-terminal v0.4.12
3312024-06-05T18:14:05.118Z Downloaded match_cfg v0.1.0
3322024-06-05T18:14:05.118Z Downloaded foreign-types-shared v0.1.1
3332024-06-05T18:14:05.118Z Downloaded want v0.3.1
3342024-06-05T18:14:05.118Z Downloaded try-lock v0.2.5
3352024-06-05T18:14:05.119Z Downloaded strum v0.26.2
3362024-06-05T18:14:05.119Z Downloaded clap v4.5.4
3372024-06-05T18:14:05.119Z Downloaded thiserror-impl v1.0.60
3382024-06-05T18:14:05.119Z Downloaded utf8parse v0.2.1
3392024-06-05T18:14:05.119Z Downloaded tokio-native-tls v0.3.1
3402024-06-05T18:14:05.119Z Downloaded thiserror v1.0.60
3412024-06-05T18:14:05.119Z Downloaded heck v0.5.0
3422024-06-05T18:14:05.119Z Downloaded toml_datetime v0.6.6
3432024-06-05T18:14:05.119Z Downloaded thread_local v1.1.8
3442024-06-05T18:14:05.119Z Downloaded terminal_size v0.3.0
3452024-06-05T18:14:05.119Z Downloaded num-conv v0.1.0
3462024-06-05T18:14:05.120Z Downloaded httpdate v1.0.3
3472024-06-05T18:14:05.120Z Downloaded dirs-next v2.0.0
3482024-06-05T18:14:05.120Z Downloaded cpufeatures v0.2.12
3492024-06-05T18:14:05.120Z Downloaded tokio-macros v2.2.0
3502024-06-05T18:14:05.120Z Downloaded strsim v0.11.1
3512024-06-05T18:14:05.120Z Downloaded hostname v0.3.1
3522024-06-05T18:14:05.120Z Downloaded heck v0.4.1
3532024-06-05T18:14:05.120Z Downloaded mime v0.3.17
3542024-06-05T18:14:05.120Z Downloaded version_check v0.9.4
3552024-06-05T18:14:05.120Z Downloaded term v0.7.0
3562024-06-05T18:14:05.121Z Downloaded smallvec v1.13.2
3572024-06-05T18:14:05.121Z Downloaded slog-term v2.9.1
3582024-06-05T18:14:05.121Z Downloaded unicode-ident v1.0.12
3592024-06-05T18:14:05.121Z Downloaded powerfmt v0.2.0
3602024-06-05T18:14:05.121Z Downloaded unicode-bidi v0.3.15
3612024-06-05T18:14:05.121Z Downloaded tokio-util v0.7.11
3622024-06-05T18:14:05.121Z Downloaded typenum v1.17.0
3632024-06-05T18:14:05.121Z Downloaded tar v0.4.40
3642024-06-05T18:14:05.121Z Downloaded rustls-pemfile v1.0.4
3652024-06-05T18:14:05.121Z Downloaded quote v1.0.36
3662024-06-05T18:14:05.121Z Downloaded rustversion v1.0.17
3672024-06-05T18:14:05.122Z Downloaded url v2.5.0
3682024-06-05T18:14:05.122Z Downloaded tracing v0.1.40
3692024-06-05T18:14:05.122Z Downloaded proc-macro2 v1.0.82
3702024-06-05T18:14:05.122Z Downloaded parking_lot v0.12.2
3712024-06-05T18:14:05.122Z Downloaded toml_edit v0.22.13
3722024-06-05T18:14:05.122Z Downloaded unicode-normalization v0.1.23
3732024-06-05T18:14:05.122Z Downloaded winnow v0.6.8
3742024-06-05T18:14:05.122Z Downloaded openssl-sys v0.9.102
3752024-06-05T18:14:05.122Z Downloaded vcpkg v0.2.15
3762024-06-05T18:14:05.122Z Downloaded syn v2.0.64
3772024-06-05T18:14:05.122Z Downloaded tokio v1.37.0
3782024-06-05T18:14:05.123Z Downloaded mio v0.8.11
3792024-06-05T18:14:05.123Z Downloaded futures-util v0.3.30
3802024-06-05T18:14:05.123Z Downloaded clap_builder v4.5.2
3812024-06-05T18:14:05.123Z Downloaded reqwest v0.11.27
3822024-06-05T18:14:05.123Z Downloaded hyper v0.14.28
3832024-06-05T18:14:05.123Z Downloaded idna v0.5.0
3842024-06-05T18:14:05.123Z Downloaded openssl v0.10.64
3852024-06-05T18:14:05.123Z Downloaded memchr v2.7.2
3862024-06-05T18:14:05.123Z Downloaded rustix v0.38.34
3872024-06-05T18:14:05.123Z Downloaded h2 v0.3.26
3882024-06-05T18:14:05.123Z Downloaded flate2 v1.0.30
3892024-06-05T18:14:05.124Z Downloaded log v0.4.21
3902024-06-05T18:14:05.124Z Downloaded indexmap v2.2.6
3912024-06-05T18:14:05.124Z Downloaded crossbeam-utils v0.8.19
3922024-06-05T18:14:05.124Z Downloaded time v0.3.36
3932024-06-05T18:14:05.124Z Downloaded miniz_oxide v0.7.2
3942024-06-05T18:14:05.124Z Downloaded futures v0.3.30
3952024-06-05T18:14:05.124Z Downloaded libc v0.2.155
3962024-06-05T18:14:05.158Z Downloaded pin-project-lite v0.2.14
3972024-06-05T18:14:05.158Z Downloaded futures-macro v0.3.30
3982024-06-05T18:14:05.158Z Downloaded strum_macros v0.26.2
3992024-06-05T18:14:05.158Z Downloaded parking_lot_core v0.9.10
4002024-06-05T18:14:05.158Z Downloaded native-tls v0.2.11
4012024-06-05T18:14:05.158Z Downloaded lock_api v0.4.12
4022024-06-05T18:14:05.158Z Downloaded toml v0.8.13
4032024-06-05T18:14:05.159Z Downloaded tinyvec v1.6.0
4042024-06-05T18:14:05.159Z Downloaded encoding_rs v0.8.34
4052024-06-05T18:14:05.159Z Downloaded time-macros v0.2.18
4062024-06-05T18:14:05.159Z Downloaded socket2 v0.5.7
4072024-06-05T18:14:05.159Z Downloaded once_cell v1.19.0
4082024-06-05T18:14:05.159Z Downloaded fs-err v2.11.0
4092024-06-05T18:14:05.159Z Downloaded crc32fast v1.4.0
4102024-06-05T18:14:05.159Z Downloaded ipnet v2.9.0
4112024-06-05T18:14:05.160Z Downloaded slog v2.7.0
4122024-06-05T18:14:05.160Z Downloaded pkg-config v0.3.30
4132024-06-05T18:14:05.160Z Downloaded percent-encoding v2.3.1
4142024-06-05T18:14:05.160Z Downloaded clap_derive v4.5.4
4152024-06-05T18:14:05.160Z Downloaded slog-bunyan v2.5.0
4162024-06-05T18:14:05.160Z Downloaded macaddr v1.0.1
4172024-06-05T18:14:05.160Z Downloaded hyper-tls v0.5.0
4182024-06-05T18:14:05.160Z Downloaded cfg-if v1.0.0
4192024-06-05T18:14:05.160Z Downloaded futures-executor v0.3.30
4202024-06-05T18:14:05.160Z Downloaded futures-core v0.3.30
4212024-06-05T18:14:05.160Z Downloaded fnv v1.0.7
4222024-06-05T18:14:05.160Z Downloaded dirs-sys-next v0.1.2
4232024-06-05T18:14:05.161Z Downloaded deranged v0.3.11
4242024-06-05T18:14:05.161Z Downloaded crypto-common v0.1.6
4252024-06-05T18:14:05.166Z Downloaded slog-json v2.6.1
4262024-06-05T18:14:05.166Z Downloaded slog-async v2.8.0
4272024-06-05T18:14:05.166Z Downloaded pin-utils v0.1.0
4282024-06-05T18:14:05.166Z Downloaded num_cpus v1.16.0
4292024-06-05T18:14:05.167Z Downloaded http-body v0.4.6
4302024-06-05T18:14:05.167Z Downloaded generic-array v0.14.7
4312024-06-05T18:14:05.167Z Downloaded futures-task v0.3.30
4322024-06-05T18:14:05.167Z Downloaded futures-sink v0.3.30
4332024-06-05T18:14:05.167Z Downloaded futures-io v0.3.30
4342024-06-05T18:14:05.167Z Downloaded filetime v0.2.23
4352024-06-05T18:14:05.167Z Downloaded digest v0.10.7
4362024-06-05T18:14:05.167Z Downloaded colorchoice v1.0.1
4372024-06-05T18:14:05.167Z Downloaded slab v0.4.9
4382024-06-05T18:14:05.167Z Downloaded errno v0.3.9
4392024-06-05T18:14:05.167Z Downloaded clap_lex v0.7.0
4402024-06-05T18:14:05.168Z Downloaded httparse v1.8.0
4412024-06-05T18:14:05.168Z Downloaded crossbeam-channel v0.5.12
4422024-06-05T18:14:05.168Z Downloaded serde_spanned v0.6.6
4432024-06-05T18:14:05.168Z Downloaded serde_json v1.0.117
4442024-06-05T18:14:05.447Z Compiling proc-macro2 v1.0.82
4452024-06-05T18:14:05.448Z Compiling unicode-ident v1.0.12
4462024-06-05T18:14:05.448Z Compiling libc v0.2.155
4472024-06-05T18:14:05.452Z Compiling cfg-if v1.0.0
4482024-06-05T18:14:05.452Z Compiling autocfg v1.3.0
4492024-06-05T18:14:05.452Z Compiling serde v1.0.203
4502024-06-05T18:14:05.480Z Compiling itoa v1.0.11
4512024-06-05T18:14:05.485Z Compiling once_cell v1.19.0
4522024-06-05T18:14:05.601Z Compiling pin-project-lite v0.2.14
4532024-06-05T18:14:05.671Z Compiling bitflags v2.5.0
4542024-06-05T18:14:05.697Z Compiling vcpkg v0.2.15
4552024-06-05T18:14:05.730Z Compiling pkg-config v0.3.30
4562024-06-05T18:14:05.966Z Compiling parking_lot_core v0.9.10
4572024-06-05T18:14:06.083Z Compiling cc v1.0.97
4582024-06-05T18:14:06.424Z Compiling lock_api v0.4.12
4592024-06-05T18:14:07.024Z Compiling slab v0.4.9
4602024-06-05T18:14:07.436Z Compiling bytes v1.6.0
4612024-06-05T18:14:07.938Z Compiling scopeguard v1.2.0
4622024-06-05T18:14:08.052Z Compiling futures-sink v0.3.30
4632024-06-05T18:14:08.083Z Compiling smallvec v1.13.2
4642024-06-05T18:14:08.108Z Compiling futures-core v0.3.30
4652024-06-05T18:14:08.326Z Compiling hashbrown v0.14.5
4662024-06-05T18:14:08.360Z Compiling equivalent v1.0.1
4672024-06-05T18:14:08.468Z Compiling futures-channel v0.3.30
4682024-06-05T18:14:08.490Z Compiling memchr v2.7.2
4692024-06-05T18:14:08.660Z Compiling futures-task v0.3.30
4702024-06-05T18:14:08.691Z Compiling pin-utils v0.1.0
4712024-06-05T18:14:08.783Z Compiling typenum v1.17.0
4722024-06-05T18:14:08.807Z Compiling openssl-sys v0.9.102
4732024-06-05T18:14:09.315Z Compiling version_check v0.9.4
4742024-06-05T18:14:09.315Z Compiling quote v1.0.36
4752024-06-05T18:14:09.631Z Compiling syn v2.0.64
4762024-06-05T18:14:09.726Z Compiling indexmap v2.2.6
4772024-06-05T18:14:09.749Z Compiling num_cpus v1.16.0
4782024-06-05T18:14:09.830Z Compiling mio v0.8.11
4792024-06-05T18:14:10.274Z Compiling signal-hook-registry v1.4.2
4802024-06-05T18:14:10.280Z Compiling socket2 v0.5.7
4812024-06-05T18:14:10.281Z Compiling parking_lot v0.12.2
4822024-06-05T18:14:10.341Z Compiling futures-io v0.3.30
4832024-06-05T18:14:10.594Z Compiling rustix v0.38.34
4842024-06-05T18:14:10.873Z Compiling generic-array v0.14.7
4852024-06-05T18:14:10.893Z Compiling errno v0.3.9
4862024-06-05T18:14:10.996Z Compiling slog v2.7.0
4872024-06-05T18:14:11.022Z Compiling foreign-types-shared v0.1.1
4882024-06-05T18:14:11.112Z Compiling openssl v0.10.64
4892024-06-05T18:14:11.132Z Compiling ryu v1.0.18
4902024-06-05T18:14:11.152Z Compiling fnv v1.0.7
4912024-06-05T18:14:11.247Z Compiling foreign-types v0.3.2
4922024-06-05T18:14:11.283Z Compiling http v0.2.12
4932024-06-05T18:14:11.880Z Compiling tracing-core v0.1.32
4942024-06-05T18:14:11.887Z Compiling httparse v1.8.0
4952024-06-05T18:14:11.887Z Compiling time-core v0.1.2
4962024-06-05T18:14:11.887Z Compiling num-conv v0.1.0
4972024-06-05T18:14:11.926Z Compiling serde_json v1.0.117
4982024-06-05T18:14:12.002Z Compiling tinyvec_macros v0.1.1
4992024-06-05T18:14:12.100Z Compiling powerfmt v0.2.0
5002024-06-05T18:14:12.196Z Compiling native-tls v0.2.11
5012024-06-05T18:14:12.505Z Compiling deranged v0.3.11
5022024-06-05T18:14:12.928Z Compiling tracing v0.1.40
5032024-06-05T18:14:12.946Z Compiling tinyvec v1.6.0
5042024-06-05T18:14:12.984Z Compiling time-macros v0.2.18
5052024-06-05T18:14:13.913Z Compiling rustversion v1.0.17
5062024-06-05T18:14:14.204Z Compiling num_threads v0.1.7
5072024-06-05T18:14:14.232Z Compiling log v0.4.21
5082024-06-05T18:14:14.333Z Compiling openssl-probe v0.1.5
5092024-06-05T18:14:14.380Z Compiling percent-encoding v2.3.1
5102024-06-05T18:14:14.494Z Compiling utf8parse v0.2.1
5112024-06-05T18:14:15.002Z Compiling crossbeam-utils v0.8.19
5122024-06-05T18:14:15.015Z Compiling try-lock v0.2.5
5132024-06-05T18:14:15.015Z Compiling anstyle-parse v0.2.4
5142024-06-05T18:14:15.015Z Compiling want v0.3.1
5152024-06-05T18:14:15.015Z Compiling form_urlencoded v1.2.1
5162024-06-05T18:14:15.015Z Compiling unicode-normalization v0.1.23
5172024-06-05T18:14:15.051Z Compiling http-body v0.4.6
5182024-06-05T18:14:15.107Z Compiling dirs-sys-next v0.1.2
5192024-06-05T18:14:15.234Z Compiling is_terminal_polyfill v1.70.0
5202024-06-05T18:14:15.348Z Compiling camino v1.1.7
5212024-06-05T18:14:15.388Z Compiling thiserror v1.0.60
5222024-06-05T18:14:15.518Z Compiling colorchoice v1.0.1
5232024-06-05T18:14:15.666Z Compiling semver v1.0.23
5242024-06-05T18:14:15.711Z Compiling tower-service v0.3.2
5252024-06-05T18:14:16.142Z Compiling anstyle v1.0.7
5262024-06-05T18:14:16.156Z Compiling anstyle-query v1.0.3
5272024-06-05T18:14:16.156Z Compiling crc32fast v1.4.0
5282024-06-05T18:14:16.156Z Compiling httpdate v1.0.3
5292024-06-05T18:14:16.156Z Compiling winnow v0.6.8
5302024-06-05T18:14:16.156Z Compiling unicode-bidi v0.3.15
5312024-06-05T18:14:16.599Z Compiling anstream v0.6.14
5322024-06-05T18:14:16.611Z Compiling dirs-next v2.0.0
5332024-06-05T18:14:16.611Z Compiling time v0.3.36
5342024-06-05T18:14:16.611Z Compiling block-buffer v0.10.4
5352024-06-05T18:14:16.823Z Compiling idna v0.5.0
5362024-06-05T18:14:17.021Z Compiling crypto-common v0.1.6
5372024-06-05T18:14:17.250Z Compiling terminal_size v0.3.0
5382024-06-05T18:14:17.460Z Compiling fs-err v2.11.0
5392024-06-05T18:14:17.592Z Compiling thread_local v1.1.8
5402024-06-05T18:14:17.749Z Compiling base64 v0.21.7
5412024-06-05T18:14:17.814Z Compiling clap_lex v0.7.0
5422024-06-05T18:14:18.119Z Compiling heck v0.5.0
5432024-06-05T18:14:18.152Z Compiling strsim v0.11.1
5442024-06-05T18:14:18.364Z Compiling match_cfg v0.1.0
5452024-06-05T18:14:18.467Z Compiling anyhow v1.0.86
5462024-06-05T18:14:18.485Z Compiling adler v1.0.2
5472024-06-05T18:14:18.511Z Compiling slog-async v2.8.0
5482024-06-05T18:14:18.650Z Compiling heck v0.4.1
5492024-06-05T18:14:18.717Z Compiling miniz_oxide v0.7.2
5502024-06-05T18:14:19.087Z Compiling clap_builder v4.5.2
5512024-06-05T18:14:19.108Z Compiling hostname v0.3.1
5522024-06-05T18:14:19.113Z Compiling rustls-pemfile v1.0.4
5532024-06-05T18:14:19.357Z Compiling url v2.5.0
5542024-06-05T18:14:19.384Z Compiling crossbeam-channel v0.5.12
5552024-06-05T18:14:19.591Z Compiling digest v0.10.7
5562024-06-05T18:14:20.019Z Compiling term v0.7.0
5572024-06-05T18:14:20.171Z Compiling xattr v1.3.1
5582024-06-05T18:14:20.319Z Compiling is-terminal v0.4.12
5592024-06-05T18:14:20.342Z Compiling filetime v0.2.23
5602024-06-05T18:14:20.440Z Compiling encoding_rs v0.8.34
5612024-06-05T18:14:20.465Z Compiling cpufeatures v0.2.12
5622024-06-05T18:14:20.497Z Compiling ipnet v2.9.0
5632024-06-05T18:14:20.573Z Compiling mime v0.3.17
5642024-06-05T18:14:20.691Z Compiling take_mut v0.2.2
5652024-06-05T18:14:20.868Z Compiling sync_wrapper v0.1.2
5662024-06-05T18:14:21.187Z Compiling sha2 v0.10.8
5672024-06-05T18:14:21.276Z Compiling tar v0.4.40
5682024-06-05T18:14:21.676Z Compiling slog-term v2.9.1
5692024-06-05T18:14:21.874Z Compiling flate2 v1.0.30
5702024-06-05T18:14:22.835Z Compiling serde_derive v1.0.203
5712024-06-05T18:14:22.899Z Compiling futures-macro v0.3.30
5722024-06-05T18:14:22.975Z Compiling tokio-macros v2.2.0
5732024-06-05T18:14:23.491Z Compiling openssl-macros v0.1.1
5742024-06-05T18:14:23.739Z Compiling thiserror-impl v1.0.60
5752024-06-05T18:14:24.673Z Compiling strum_macros v0.26.2
5762024-06-05T18:14:24.703Z Compiling tokio v1.37.0
5772024-06-05T18:14:25.057Z Compiling futures-util v0.3.30
5782024-06-05T18:14:25.061Z Compiling clap_derive v4.5.4
5792024-06-05T18:14:27.382Z Compiling swrite v0.1.0
5802024-06-05T18:14:27.572Z Compiling md5 v0.7.0
5812024-06-05T18:14:29.847Z Compiling strum v0.26.2
5822024-06-05T18:14:29.919Z Compiling clap v4.5.4
5832024-06-05T18:14:30.654Z Compiling futures-executor v0.3.30
5842024-06-05T18:14:30.905Z Compiling futures v0.3.30
5852024-06-05T18:14:31.885Z Compiling tokio-util v0.7.11
5862024-06-05T18:14:31.885Z Compiling tokio-native-tls v0.3.1
5872024-06-05T18:14:32.564Z Compiling h2 v0.3.26
5882024-06-05T18:14:34.682Z Compiling serde_spanned v0.6.6
5892024-06-05T18:14:34.682Z Compiling toml_datetime v0.6.6
5902024-06-05T18:14:34.690Z Compiling serde_urlencoded v0.7.1
5912024-06-05T18:14:34.911Z Compiling cargo-platform v0.1.8
5922024-06-05T18:14:35.086Z Compiling toml_edit v0.22.13
5932024-06-05T18:14:35.215Z Compiling macaddr v1.0.1
5942024-06-05T18:14:35.927Z Compiling hyper v0.14.28
5952024-06-05T18:14:36.190Z Compiling slog-json v2.6.1
5962024-06-05T18:14:36.190Z Compiling cargo_metadata v0.18.1
5972024-06-05T18:14:36.623Z Compiling slog-bunyan v2.5.0
5982024-06-05T18:14:37.870Z Compiling toml v0.8.13
5992024-06-05T18:14:38.418Z Compiling cargo_toml v0.20.2
6002024-06-05T18:14:39.106Z Compiling hyper-tls v0.5.0
6012024-06-05T18:14:39.409Z Compiling reqwest v0.11.27
6022024-06-05T18:14:44.311Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
6032024-06-05T18:14:50.664Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 06s
6042024-06-05T18:14:50.915Z Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
6052024-06-05T18:14:50.971ZJun 05 18:14:50.680 INFO Starting download, target: Clickhouse
6062024-06-05T18:14:50.972ZJun 05 18:14:50.680 INFO Starting download, target: Cockroach
6072024-06-05T18:14:50.972ZJun 05 18:14:50.680 INFO Starting download, target: Console
6082024-06-05T18:14:50.972ZJun 05 18:14:50.680 INFO Starting download, target: DendriteOpenapi
6092024-06-05T18:14:50.976ZJun 05 18:14:50.680 INFO Starting download, target: DendriteStub
6102024-06-05T18:14:50.976ZJun 05 18:14:50.680 INFO Starting download, target: MaghemiteMgd
6112024-06-05T18:14:50.976ZJun 05 18:14:50.680 INFO Starting download, target: TransceiverControl
6122024-06-05T18:14:50.976ZJun 05 18:14:50.681 INFO Downloading out/downloads/console.tar.gz, target: Console
6132024-06-05T18:14:50.976ZJun 05 18:14:50.681 INFO Downloading out/downloads/dpd-6334bf74fa21790c15f1c4e494ea2ec0edd1c83c.json, target: DendriteOpenapi
6142024-06-05T18:14:50.976ZJun 05 18:14:50.681 INFO Downloading out/downloads/xcvradm.gz, target: TransceiverControl
6152024-06-05T18:14:50.976ZJun 05 18:14:50.681 INFO Downloading out/downloads/mgd.tar.gz, target: MaghemiteMgd
6162024-06-05T18:14:50.976ZJun 05 18:14:50.681 INFO Downloading out/downloads/cockroach-v22.1.9.illumos.tar.gz, target: Cockroach
6172024-06-05T18:14:50.976ZJun 05 18:14:50.681 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz, target: Clickhouse
6182024-06-05T18:14:50.976ZJun 05 18:14:50.681 INFO Downloading out/downloads/dendrite-stub.tar.gz, target: DendriteStub
6192024-06-05T18:14:51.564ZJun 05 18:14:51.260 INFO Download complete, target: DendriteOpenapi
6202024-06-05T18:14:51.824ZJun 05 18:14:51.514 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
6212024-06-05T18:14:52.171ZJun 05 18:14:51.854 INFO Download complete, target: Console
6222024-06-05T18:14:53.712ZJun 05 18:14:53.052 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
6232024-06-05T18:14:53.855ZJun 05 18:14:53.076 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
6242024-06-05T18:14:54.027ZJun 05 18:14:53.677 INFO Download complete, target: TransceiverControl
6252024-06-05T18:14:58.141ZJun 05 18:14:57.632 INFO tarball path: out/downloads/cockroach-v22.1.9.illumos.tar.gz, target: Cockroach
6262024-06-05T18:14:58.141ZJun 05 18:14:57.632 INFO Unpacking out/downloads/cockroach-v22.1.9.illumos.tar.gz to out/downloads, target: Cockroach
6272024-06-05T18:15:03.919ZJun 05 18:15:03.578 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
6282024-06-05T18:15:04.311ZJun 05 18:15:04.015 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
6292024-06-05T18:15:06.584ZJun 05 18:15:06.277 INFO Copying from out/downloads/cockroach-v22.1.9 to out/cockroachdb, target: Cockroach
6302024-06-05T18:15:06.802ZJun 05 18:15:06.505 INFO Download complete, target: DendriteStub
6312024-06-05T18:15:07.032ZJun 05 18:15:06.728 INFO Checking that binary works, target: Cockroach
6322024-06-05T18:15:19.672ZJun 05 18:15:06.961 INFO Download complete, target: Cockroach
6332024-06-05T18:15:20.154ZJun 05 18:15:07.148 INFO Download complete, target: MaghemiteMgd
6342024-06-05T18:15:20.154ZJun 05 18:15:08.232 INFO Checking that binary works, target: Clickhouse
6352024-06-05T18:15:20.810ZJun 05 18:15:08.825 INFO Download complete, target: Clickhouse
6362024-06-05T18:15:20.810ZAll builder prerequisites installed successfully, and PATH looks valid
6372024-06-05T18:15:20.810Z
6382024-06-05T18:15:20.810Zreal 2:51.611908426
6392024-06-05T18:15:20.810Zuser 4:39.879919651
6402024-06-05T18:15:20.810Zsys 1:04.504808652
6412024-06-05T18:15:20.811Ztrap 0.140045251
6422024-06-05T18:15:20.811Ztflt 4.090224845
6432024-06-05T18:15:20.811Zdflt 5.741392430
6442024-06-05T18:15:20.811Zkflt 0.347639685
6452024-06-05T18:15:20.811Zlock 10:19.321862219
6462024-06-05T18:15:20.811Zslp 13:46.921273465
6472024-06-05T18:15:20.811Zlat 14.319252981
6482024-06-05T18:15:20.812Zstop 47.149554191
6492024-06-05T18:15:20.812Z
6502024-06-05T18:15:20.812Z #### # # ##### ##### # #
6512024-06-05T18:15:20.812Z # # # # # # # # # #
6522024-06-05T18:15:20.812Z # # # # # # # #
6532024-06-05T18:15:20.812Z # # # ##### ##### #
6542024-06-05T18:15:20.812Z # # # # # # #
6552024-06-05T18:15:20.812Z #### ###### # # # #
6562024-06-05T18:15:20.812Z
6572024-06-05T18:15:20.813Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
6582024-06-05T18:15:20.813Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.39s
6592024-06-05T18:15:20.813Z Running `target/debug/xtask clippy`
6602024-06-05T18:15:20.813Zrunning: "/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/cargo" "clippy" "--all-targets" "--" "--deny" "warnings"
6612024-06-05T18:15:20.813Z Downloading crates ...
6622024-06-05T18:15:20.813Z Downloaded aho-corasick v1.1.3
6632024-06-05T18:15:20.813Z Downloaded aead v0.5.2
6642024-06-05T18:15:20.813Z Downloaded is_ci v1.2.0
6652024-06-05T18:15:20.813Z Downloaded allocator-api2 v0.2.18
6662024-06-05T18:15:20.814Z Downloaded lazy_static v1.4.0
6672024-06-05T18:15:20.814Z Downloaded addr2line v0.21.0
6682024-06-05T18:15:20.814Z Downloaded ascii v1.1.0
6692024-06-05T18:15:20.814Z Downloaded argon2 v0.5.3
6702024-06-05T18:15:20.814Z Downloaded arc-swap v1.7.1
6712024-06-05T18:15:20.814Z Downloaded arrayref v0.3.7
6722024-06-05T18:15:20.814Z Downloaded atty v0.2.14
6732024-06-05T18:15:20.814Z Downloaded lalrpop-util v0.19.12
6742024-06-05T18:15:20.815Z Downloaded libefi-sys v0.1.0
6752024-06-05T18:15:20.815Z Downloaded itertools v0.10.5
6762024-06-05T18:15:20.815Z Downloaded kstat-rs v0.2.3
6772024-06-05T18:15:20.815Z Downloaded lazycell v1.3.0
6782024-06-05T18:15:20.815Z Downloaded backtrace v0.3.71
6792024-06-05T18:15:20.815Z Downloaded atomic-waker v1.1.2
6802024-06-05T18:15:20.815Z Downloaded async-stream v0.3.5
6812024-06-05T18:15:20.815Z Downloaded libsw v3.3.1
6822024-06-05T18:15:20.815Z Downloaded bindgen v0.69.4
6832024-06-05T18:15:20.816Z Downloaded libloading v0.8.3
6842024-06-05T18:15:20.816Z Downloaded libm v0.2.8
6852024-06-05T18:15:20.816Z Downloaded lalrpop v0.19.12
6862024-06-05T18:15:20.816Z Downloaded maplit v1.0.2
6872024-06-05T18:15:20.816Z Downloaded nu-ansi-term v0.50.0
6882024-06-05T18:15:20.816Z Downloaded mockall_derive v0.12.1
6892024-06-05T18:15:20.816Z Downloaded phf_shared v0.10.0
6902024-06-05T18:15:20.816Z Downloaded num v0.4.3
6912024-06-05T18:15:20.816Z Downloaded memmap v0.7.0
6922024-06-05T18:15:20.816Z Downloaded crunchy v0.2.2
6932024-06-05T18:15:20.816Z Downloaded cfg_aliases v0.1.1
6942024-06-05T18:15:20.817Z Downloaded libxml v0.3.3
6952024-06-05T18:15:20.817Z Downloaded bb8 v0.8.3
6962024-06-05T18:15:20.817Z Downloaded nodrop v0.1.14
6972024-06-05T18:15:20.817Z Downloaded oso-derive v0.27.3
6982024-06-05T18:15:20.817Z Downloaded number_prefix v0.4.0
6992024-06-05T18:15:20.817Z Downloaded normalize-line-endings v0.3.0
7002024-06-05T18:15:20.817Z Downloaded newline-converter v0.3.0
7012024-06-05T18:15:20.818Z Downloaded data-encoding v2.6.0
7022024-06-05T18:15:20.818Z Downloaded newtype-uuid v1.1.0
7032024-06-05T18:15:20.818Z Downloaded datatest-stable v0.2.9
7042024-06-05T18:15:20.818Z Downloaded curve25519-dalek-derive v0.1.1
7052024-06-05T18:15:20.818Z Downloaded peg-runtime v0.8.3
7062024-06-05T18:15:20.818Z Downloaded path-slash v0.1.5
7072024-06-05T18:15:20.818Z Downloaded managed v0.8.0
7082024-06-05T18:15:20.818Z Downloaded ciborium-io v0.2.2
7092024-06-05T18:15:20.818Z Downloaded cast v0.3.0
7102024-06-05T18:15:20.818Z Downloaded bytecount v0.6.8
7112024-06-05T18:15:20.819Z Downloaded async-recursion v1.1.1
7122024-06-05T18:15:20.819Z Downloaded castaway v0.2.2
7132024-06-05T18:15:20.819Z Downloaded packed_struct_codegen v0.10.1
7142024-06-05T18:15:20.819Z Downloaded camino-tempfile v1.1.1
7152024-06-05T18:15:20.819Z Downloaded pathdiff v0.2.1
7162024-06-05T18:15:20.819Z Downloaded opaque-debug v0.3.1
7172024-06-05T18:15:20.819Z Downloaded cexpr v0.6.0
7182024-06-05T18:15:20.819Z Downloaded newtype_derive v0.1.6
7192024-06-05T18:15:20.819Z Downloaded vte_generate_state_changes v0.1.1
7202024-06-05T18:15:20.819Z Downloaded parse-size v1.0.0
7212024-06-05T18:15:20.819Z Downloaded criterion-plot v0.5.0
7222024-06-05T18:15:20.819Z Downloaded crc-catalog v2.4.0
7232024-06-05T18:15:20.819Z Downloaded doc-comment v0.3.3
7242024-06-05T18:15:20.819Z Downloaded olpc-cjson v0.1.3
7252024-06-05T18:15:20.820Z Downloaded lru-cache v0.1.2
7262024-06-05T18:15:20.820Z Downloaded colored v2.1.0
7272024-06-05T18:15:20.820Z Downloaded block-padding v0.3.3
7282024-06-05T18:15:20.820Z Downloaded phf v0.11.2
7292024-06-05T18:15:20.820Z Downloaded pem v3.0.4
7302024-06-05T18:15:20.820Z Downloaded num_enum_derive v0.5.11
7312024-06-05T18:15:20.820Z Downloaded cancel-safe-futures v0.1.5
7322024-06-05T18:15:20.849Z Downloaded cstr-argument v0.1.2
7332024-06-05T18:15:20.850Z Downloaded num-derive v0.4.2
7342024-06-05T18:15:20.850Z Downloaded shlex v1.3.0
7352024-06-05T18:15:20.850Z Downloaded crossbeam-deque v0.8.5
7362024-06-05T18:15:20.850Z Downloaded downcast v0.11.0
7372024-06-05T18:15:20.850Z Downloaded guppy-workspace-hack v0.1.0
7382024-06-05T18:15:20.850Z Downloaded fxhash v0.2.1
7392024-06-05T18:15:20.850Z Downloaded bzip2 v0.4.4
7402024-06-05T18:15:20.850Z Downloaded nanorand v0.7.0
7412024-06-05T18:15:20.850Z Downloaded strum_macros v0.25.3
7422024-06-05T18:15:20.850Z Downloaded pest_generator v2.7.10
7432024-06-05T18:15:20.850Z Downloaded linked-hash-map v0.5.6
7442024-06-05T18:15:20.850Z Downloaded tls_codec_derive v0.4.1
7452024-06-05T18:15:20.850Z Downloaded linear-map v1.2.0
7462024-06-05T18:15:20.850Z Downloaded target-spec v3.1.0
7472024-06-05T18:15:20.850Z Downloaded packed_struct v0.10.1
7482024-06-05T18:15:20.850Z Downloaded untrusted v0.9.0
7492024-06-05T18:15:20.850Z Downloaded cookie_store v0.20.0
7502024-06-05T18:15:20.851Z Downloaded plain v0.2.3
7512024-06-05T18:15:20.851Z Downloaded ciborium v0.2.2
7522024-06-05T18:15:20.851Z Downloaded plotters-svg v0.3.5
7532024-06-05T18:15:20.851Z Downloaded display-error-chain v0.2.0
7542024-06-05T18:15:20.851Z Downloaded difflib v0.4.0
7552024-06-05T18:15:20.851Z Downloaded csv-core v0.1.11
7562024-06-05T18:15:20.851Z Downloaded pem-rfc7468 v0.7.0
7572024-06-05T18:15:20.851Z Downloaded parse-display v0.9.0
7582024-06-05T18:15:20.851Z Downloaded ref-cast v1.0.23
7592024-06-05T18:15:20.851Z Downloaded sqlformat v0.2.3
7602024-06-05T18:15:20.851Z Downloaded static_assertions v1.1.0
7612024-06-05T18:15:20.851Z Downloaded password-hash v0.5.0
7622024-06-05T18:15:20.851Z Downloaded sigpipe v0.1.3
7632024-06-05T18:15:20.851Z Downloaded peg-macros v0.8.3
7642024-06-05T18:15:20.851Z Downloaded paste v1.0.15
7652024-06-05T18:15:20.851Z Downloaded cookie v0.18.1
7662024-06-05T18:15:20.851Z Downloaded group v0.13.0
7672024-06-05T18:15:20.851Z Downloaded waitgroup v0.1.2
7682024-06-05T18:15:20.851Z Downloaded tokio-rustls v0.24.1
7692024-06-05T18:15:20.851Z Downloaded glob v0.3.1
7702024-06-05T18:15:20.851Z Downloaded tui-tree-widget v0.19.0
7712024-06-05T18:15:20.851Z Downloaded parking_lot v0.11.2
7722024-06-05T18:15:20.851Z Downloaded ipnetwork v0.20.0
7732024-06-05T18:15:20.852Z Downloaded zone_cfg_derive v0.1.2
7742024-06-05T18:15:20.852Z Downloaded clang-sys v1.7.0
7752024-06-05T18:15:20.852Z Downloaded parking_lot_core v0.8.6
7762024-06-05T18:15:20.852Z Downloaded ref-cast-impl v1.0.23
7772024-06-05T18:15:20.852Z Downloaded pest_derive v2.7.10
7782024-06-05T18:15:20.852Z Downloaded num-rational v0.4.2
7792024-06-05T18:15:20.852Z Downloaded foreign-types-shared v0.3.1
7802024-06-05T18:15:20.852Z Downloaded humantime v2.1.0
7812024-06-05T18:15:20.852Z Downloaded schemars_derive v0.8.20
7822024-06-05T18:15:20.852Z Downloaded quick-error v1.2.3
7832024-06-05T18:15:20.852Z Downloaded http-range v0.1.5
7842024-06-05T18:15:20.852Z Downloaded http-body v1.0.0
7852024-06-05T18:15:20.852Z Downloaded hubpack_derive v0.1.1
7862024-06-05T18:15:20.852Z Downloaded slog-stdlog v4.1.1
7872024-06-05T18:15:20.852Z Downloaded slog-scope v4.4.0
7882024-06-05T18:15:20.852Z Downloaded serde-big-array v0.5.1
7892024-06-05T18:15:20.853Z Downloaded stability v0.2.0
7902024-06-05T18:15:20.853Z Downloaded subprocess v0.2.9
7912024-06-05T18:15:20.853Z Downloaded rustc_version v0.4.0
7922024-06-05T18:15:20.853Z Downloaded uzers v0.11.3
7932024-06-05T18:15:20.853Z Downloaded unicase v2.7.0
7942024-06-05T18:15:20.853Z Downloaded unarray v0.1.4
7952024-06-05T18:15:20.853Z Downloaded threadpool v1.8.1
7962024-06-05T18:15:20.853Z Downloaded plotters-backend v0.3.5
7972024-06-05T18:15:20.853Z Downloaded platforms v3.4.0
7982024-06-05T18:15:20.853Z Downloaded derive_more v0.99.17
7992024-06-05T18:15:20.853Z Downloaded scroll_derive v0.12.0
8002024-06-05T18:15:20.853Z Downloaded zone v0.1.8
8012024-06-05T18:15:20.853Z Downloaded serde_repr v0.1.19
8022024-06-05T18:15:20.853Z Downloaded untrusted v0.7.1
8032024-06-05T18:15:20.853Z Downloaded structmeta v0.3.0
8042024-06-05T18:15:20.853Z Downloaded strip-ansi-escapes v0.2.0
8052024-06-05T18:15:20.853Z Downloaded stringprep v0.1.4
8062024-06-05T18:15:20.853Z Downloaded wait-timeout v0.2.0
8072024-06-05T18:15:20.853Z Downloaded hostname v0.4.0
8082024-06-05T18:15:20.853Z Downloaded fragile v2.0.0
8092024-06-05T18:15:20.853Z Downloaded dtrace-parser v0.2.0
8102024-06-05T18:15:20.854Z Downloaded defmt v0.3.8
8112024-06-05T18:15:20.854Z Downloaded rustfmt-wrapper v0.2.1
8122024-06-05T18:15:20.854Z Downloaded stable_deref_trait v1.2.0
8132024-06-05T18:15:20.854Z Downloaded serde-big-array v0.4.1
8142024-06-05T18:15:20.854Z Downloaded futures-timer v3.0.3
8152024-06-05T18:15:20.854Z Downloaded diff v0.1.13
8162024-06-05T18:15:20.854Z Downloaded funty v2.0.0
8172024-06-05T18:15:20.854Z Downloaded escape8259 v0.5.2
8182024-06-05T18:15:20.854Z Downloaded psl-types v2.0.11
8192024-06-05T18:15:20.854Z Downloaded hyper-rustls v0.26.0
8202024-06-05T18:15:20.854Z Downloaded hyper-staticfile v0.9.5
8212024-06-05T18:15:20.854Z Downloaded semver v0.1.20
8222024-06-05T18:15:20.854Z Downloaded yansi v0.5.1
8232024-06-05T18:15:20.854Z Downloaded wyz v0.5.1
8242024-06-05T18:15:20.854Z Downloaded enum-as-inner v0.5.1
8252024-06-05T18:15:20.854Z Downloaded ident_case v1.0.1
8262024-06-05T18:15:20.855Z Downloaded usdt-macro v0.5.0
8272024-06-05T18:15:20.855Z Downloaded toolchain_find v0.4.0
8282024-06-05T18:15:20.855Z Downloaded getopts v0.2.21
8292024-06-05T18:15:20.855Z Downloaded httptest v0.15.5
8302024-06-05T18:15:20.855Z Downloaded indoc v2.0.5
8312024-06-05T18:15:20.855Z Downloaded proc-macro-error-attr v1.0.4
8322024-06-05T18:15:20.871Z Downloaded derive_builder_macro v0.20.0
8332024-06-05T18:15:20.872Z Downloaded similar v2.5.0
8342024-06-05T18:15:20.872Z Downloaded trust-dns-server v0.22.1
8352024-06-05T18:15:20.872Z Downloaded der v0.7.9
8362024-06-05T18:15:20.872Z Downloaded termtree v0.4.1
8372024-06-05T18:15:20.873Z Downloaded fd-lock v4.0.2
8382024-06-05T18:15:20.873Z Downloaded tower-layer v0.3.2
8392024-06-05T18:15:20.873Z Downloaded tokio-tungstenite v0.21.0
8402024-06-05T18:15:20.873Z Downloaded same-file v1.0.6
8412024-06-05T18:15:20.873Z Downloaded structmeta-derive v0.3.0
8422024-06-05T18:15:20.873Z Downloaded hubpack v0.1.2
8432024-06-05T18:15:20.873Z Downloaded predicates v3.1.0
8442024-06-05T18:15:20.874Z Downloaded ed25519 v1.5.3
8452024-06-05T18:15:20.874Z Downloaded precomputed-hash v0.1.1
8462024-06-05T18:15:20.874Z Downloaded rpassword v7.3.1
8472024-06-05T18:15:20.874Z Downloaded r2d2 v0.8.10
8482024-06-05T18:15:20.874Z Downloaded dyn-clone v1.0.17
8492024-06-05T18:15:20.874Z Downloaded serde_path_to_error v0.1.16
8502024-06-05T18:15:20.875Z Downloaded proc-macro-crate v1.3.1
8512024-06-05T18:15:20.875Z Downloaded home v0.5.9
8522024-06-05T18:15:20.875Z Downloaded serde_arrays v0.1.0
8532024-06-05T18:15:20.875Z Downloaded erased-serde v0.3.31
8542024-06-05T18:15:20.875Z Downloaded diesel_derives v2.1.4
8552024-06-05T18:15:20.876Z Downloaded proc-macro-error v1.0.4
8562024-06-05T18:15:20.876Z Downloaded smawk v0.3.2
8572024-06-05T18:15:20.876Z Downloaded either v1.12.0
8582024-06-05T18:15:20.876Z Downloaded pretty-hex v0.2.1
8592024-06-05T18:15:20.877Z Downloaded env_logger v0.9.3
8602024-06-05T18:15:20.877Z Downloaded tempfile v3.10.1
8612024-06-05T18:15:20.877Z Downloaded target-lexicon v0.12.14
8622024-06-05T18:15:20.877Z Downloaded endian-type v0.1.2
8632024-06-05T18:15:20.877Z Downloaded flagset v0.4.5
8642024-06-05T18:15:20.878Z Downloaded unicode-linebreak v0.1.5
8652024-06-05T18:15:20.878Z Downloaded hash32 v0.3.1
8662024-06-05T18:15:20.878Z Downloaded foreign-types v0.5.0
8672024-06-05T18:15:20.878Z Downloaded omicron-zone-package v0.11.0
8682024-06-05T18:15:20.879Z Downloaded float-cmp v0.9.0
8692024-06-05T18:15:20.879Z Downloaded fixedbitset v0.4.2
8702024-06-05T18:15:20.879Z Downloaded derive_builder_core v0.20.0
8712024-06-05T18:15:20.879Z Downloaded hmac v0.12.1
8722024-06-05T18:15:20.879Z Downloaded pretty-hex v0.4.1
8732024-06-05T18:15:20.879Z Downloaded yasna v0.5.2
8742024-06-05T18:15:20.879Z Downloaded termios v0.3.3
8752024-06-05T18:15:20.880Z Downloaded termcolor v1.4.1
8762024-06-05T18:15:20.880Z Downloaded tabled_derive v0.7.0
8772024-06-05T18:15:20.880Z Downloaded radium v0.7.0
8782024-06-05T18:15:20.880Z Downloaded minimal-lexical v0.2.1
8792024-06-05T18:15:20.880Z Downloaded usdt-impl v0.5.0
8802024-06-05T18:15:20.880Z Downloaded hash32 v0.2.1
8812024-06-05T18:15:20.880Z Downloaded spin v0.5.2
8822024-06-05T18:15:20.880Z Downloaded num-bigint v0.4.5
8832024-06-05T18:15:20.880Z Downloaded spin v0.9.8
8842024-06-05T18:15:20.880Z Downloaded zip v0.6.6
8852024-06-05T18:15:20.881Z Downloaded predicates-core v1.0.6
8862024-06-05T18:15:20.881Z Downloaded instant v0.1.12
8872024-06-05T18:15:20.881Z Downloaded serde_plain v1.0.2
8882024-06-05T18:15:20.881Z Downloaded tracing-attributes v0.1.27
8892024-06-05T18:15:20.881Z Downloaded half v2.4.1
8902024-06-05T18:15:20.881Z Downloaded serde_tokenstream v0.2.0
8912024-06-05T18:15:20.882Z Downloaded tokio-tungstenite v0.20.1
8922024-06-05T18:15:20.882Z Downloaded smf v0.2.3
8932024-06-05T18:15:20.882Z Downloaded portpicker v0.1.1
8942024-06-05T18:15:20.882Z Downloaded usdt-attr-macro v0.5.0
8952024-06-05T18:15:20.882Z Downloaded rustc-hash v1.1.0
8962024-06-05T18:15:20.882Z Downloaded inout v0.1.3
8972024-06-05T18:15:20.883Z Downloaded impl-trait-for-tuples v0.2.2
8982024-06-05T18:15:20.883Z Downloaded supports-color v3.0.0
8992024-06-05T18:15:20.883Z Downloaded ppv-lite86 v0.2.17
9002024-06-05T18:15:20.883Z Downloaded fallible-iterator v0.2.0
9012024-06-05T18:15:20.884Z Downloaded ron v0.8.1
9022024-06-05T18:15:20.884Z Downloaded nom v7.1.3
9032024-06-05T18:15:20.884Z Downloaded serde_with_macros v3.8.1
9042024-06-05T18:15:20.884Z Downloaded rtoolbox v0.0.2
9052024-06-05T18:15:20.884Z Downloaded rand_xorshift v0.3.0
9062024-06-05T18:15:20.884Z Downloaded rand_chacha v0.3.1
9072024-06-05T18:15:20.884Z Downloaded headers-core v0.2.0
9082024-06-05T18:15:20.885Z Downloaded rand_core v0.6.4
9092024-06-05T18:15:20.885Z Downloaded publicsuffix v2.2.3
9102024-06-05T18:15:20.885Z Downloaded fatfs v0.3.6
9112024-06-05T18:15:20.885Z Downloaded fastrand v2.1.0
9122024-06-05T18:15:20.885Z Downloaded hex v0.4.3
9132024-06-05T18:15:20.885Z Downloaded prettyplease v0.2.20
9142024-06-05T18:15:20.885Z Downloaded heck v0.3.3
9152024-06-05T18:15:20.885Z Downloaded rusty-fork v0.3.0
9162024-06-05T18:15:20.885Z Downloaded http v1.1.0
9172024-06-05T18:15:20.885Z Downloaded serde_derive_internals v0.29.1
9182024-06-05T18:15:20.885Z Downloaded sqlparser_derive v0.2.2
9192024-06-05T18:15:20.886Z Downloaded defmt-parser v0.3.4
9202024-06-05T18:15:20.886Z Downloaded signal-hook-mio v0.2.3
9212024-06-05T18:15:20.886Z Downloaded tls_codec v0.4.1
9222024-06-05T18:15:20.886Z Downloaded whoami v1.5.1
9232024-06-05T18:15:20.886Z Downloaded hex-literal v0.4.1
9242024-06-05T18:15:20.886Z Downloaded rstest_macros v0.19.0
9252024-06-05T18:15:20.886Z Downloaded smallvec v0.6.14
9262024-06-05T18:15:20.887Z Downloaded steno v0.4.0
9272024-06-05T18:15:20.887Z Downloaded unsafe-libyaml v0.2.11
9282024-06-05T18:15:20.887Z Downloaded guppy v0.17.5
9292024-06-05T18:15:20.887Z Downloaded string_cache v0.8.7
9302024-06-05T18:15:20.887Z Downloaded highway v1.1.0
9312024-06-05T18:15:20.887Z Downloaded iana-time-zone v0.1.60
9322024-06-05T18:15:20.903Z Downloaded walkdir v2.5.0
9332024-06-05T18:15:20.903Z Downloaded subtle v2.5.0
9342024-06-05T18:15:20.903Z Downloaded utf-8 v0.7.6
9352024-06-05T18:15:20.903Z Downloaded signature v2.2.0
9362024-06-05T18:15:20.903Z Downloaded zeroize_derive v1.4.2
9372024-06-05T18:15:20.903Z Downloaded which v4.4.2
9382024-06-05T18:15:20.903Z Downloaded blake3 v1.5.1
9392024-06-05T18:15:20.903Z Downloaded derive_builder v0.20.0
9402024-06-05T18:15:20.904Z Downloaded getrandom v0.2.14
9412024-06-05T18:15:20.904Z Downloaded signal-hook-tokio v0.3.1
9422024-06-05T18:15:20.904Z Downloaded pretty_assertions v1.4.0
9432024-06-05T18:15:20.904Z Downloaded tower v0.4.13
9442024-06-05T18:15:20.904Z Downloaded shell-words v1.1.0
9452024-06-05T18:15:20.904Z Downloaded strum_macros v0.24.3
9462024-06-05T18:15:20.904Z Downloaded elliptic-curve v0.13.8
9472024-06-05T18:15:20.904Z Downloaded hyper-util v0.1.3
9482024-06-05T18:15:20.904Z Downloaded ron v0.7.1
9492024-06-05T18:15:20.904Z Downloaded snafu-derive v0.8.2
9502024-06-05T18:15:20.904Z Downloaded rsa v0.9.6
9512024-06-05T18:15:20.904Z Downloaded regex-automata v0.1.10
9522024-06-05T18:15:20.904Z Downloaded rustls-pki-types v1.7.0
9532024-06-05T18:15:20.904Z Downloaded postgres-protocol v0.6.6
9542024-06-05T18:15:20.904Z Downloaded indexmap v1.9.3
9552024-06-05T18:15:20.904Z Downloaded derive-where v1.2.7
9562024-06-05T18:15:20.904Z Downloaded rayon-core v1.12.1
9572024-06-05T18:15:20.904Z Downloaded trust-dns-client v0.22.0
9582024-06-05T18:15:20.905Z Downloaded poly1305 v0.8.0
9592024-06-05T18:15:20.905Z Downloaded unicode_categories v0.1.1
9602024-06-05T18:15:20.905Z Downloaded uuid v1.8.0
9612024-06-05T18:15:20.905Z Downloaded heapless v0.8.0
9622024-06-05T18:15:20.905Z Downloaded rand v0.8.5
9632024-06-05T18:15:20.905Z Downloaded plotters v0.3.5
9642024-06-05T18:15:20.905Z Downloaded scheduled-thread-pool v0.2.7
9652024-06-05T18:15:20.905Z Downloaded socket2 v0.4.10
9662024-06-05T18:15:20.905Z Downloaded hashbrown v0.12.3
9672024-06-05T18:15:20.905Z Downloaded zerocopy v0.6.6
9682024-06-05T18:15:20.905Z Downloaded samael v0.0.15
9692024-06-05T18:15:20.905Z Downloaded signal-hook v0.3.17
9702024-06-05T18:15:20.905Z Downloaded unicode-segmentation v1.11.0
9712024-06-05T18:15:20.905Z Downloaded schemars v0.8.20
9722024-06-05T18:15:20.905Z Downloaded hyper v1.3.1
9732024-06-05T18:15:20.905Z Downloaded fancy-regex v0.13.0
9742024-06-05T18:15:20.905Z Downloaded goblin v0.8.2
9752024-06-05T18:15:20.905Z Downloaded salty v0.2.0
9762024-06-05T18:15:20.905Z Downloaded chrono v0.4.38
9772024-06-05T18:15:20.905Z Downloaded bitvec v1.0.1
9782024-06-05T18:15:20.905Z Downloaded tough v0.17.1
9792024-06-05T18:15:20.905Z Downloaded bstr v1.9.1
9802024-06-05T18:15:20.905Z Downloaded expectorate v1.1.0
9812024-06-05T18:15:20.906Z Downloaded quick-xml v0.31.0
9822024-06-05T18:15:20.906Z Downloaded hashbrown v0.13.2
9832024-06-05T18:15:20.906Z Downloaded serde_with v3.8.1
9842024-06-05T18:15:20.906Z Downloaded rustyline v14.0.0
9852024-06-05T18:15:20.906Z Downloaded portable-atomic v1.6.0
9862024-06-05T18:15:20.906Z Downloaded zerocopy v0.7.34
9872024-06-05T18:15:20.906Z Downloaded hkdf v0.12.4
9882024-06-05T18:15:20.906Z Downloaded rayon v1.10.0
9892024-06-05T18:15:20.906Z Downloaded object v0.30.4
9902024-06-05T18:15:20.906Z Downloaded regex v1.10.4
9912024-06-05T18:15:20.906Z Downloaded object v0.32.2
9922024-06-05T18:15:20.906Z Downloaded rustls-webpki v0.101.7
9932024-06-05T18:15:20.906Z Downloaded webpki-roots v0.25.4
9942024-06-05T18:15:20.906Z Downloaded winnow v0.5.40
9952024-06-05T18:15:20.906Z Downloaded smoltcp v0.11.0
9962024-06-05T18:15:20.906Z Downloaded rustls v0.22.4
9972024-06-05T18:15:20.906Z Downloaded radix_trie v0.2.1
9982024-06-05T18:15:20.906Z Downloaded rustls-webpki v0.102.4
9992024-06-05T18:15:20.906Z Downloaded ratatui v0.26.2
10002024-06-05T18:15:20.906Z Downloaded idna v0.3.0
10012024-06-05T18:15:20.906Z Downloaded trust-dns-proto v0.22.0
10022024-06-05T18:15:20.906Z Downloaded petgraph v0.6.5
10032024-06-05T18:15:20.906Z Downloaded smoltcp v0.9.1
10042024-06-05T18:15:20.907Z Downloaded regex-syntax v0.8.3
10052024-06-05T18:15:20.907Z Downloaded gimli v0.28.1
10062024-06-05T18:15:20.907Z Downloaded regress v0.9.1
10072024-06-05T18:15:20.907Z Downloaded sha3 v0.10.8
10082024-06-05T18:15:20.907Z Downloaded sled v0.34.7
10092024-06-05T18:15:20.907Z Downloaded regex-syntax v0.6.29
10102024-06-05T18:15:20.907Z Downloaded rustls v0.21.12
10112024-06-05T18:15:20.907Z Downloaded syn v1.0.109
10122024-06-05T18:15:20.907Z Downloaded idna v0.2.3
10132024-06-05T18:15:20.907Z Downloaded diesel v2.1.6
10142024-06-05T18:15:20.907Z Downloaded bzip2-sys v0.1.11+1.0.8
10152024-06-05T18:15:20.907Z Downloaded zerocopy-derive v0.6.6
10162024-06-05T18:15:20.907Z Downloaded openapiv3 v2.0.0
10172024-06-05T18:15:20.907Z Downloaded regex-automata v0.4.6
10182024-06-05T18:15:20.907Z Downloaded bstr v0.2.17
10192024-06-05T18:15:20.907Z Downloaded finl_unicode v1.2.0
10202024-06-05T18:15:20.907Z Downloaded csv v1.3.0
10212024-06-05T18:15:20.908Z Downloaded tabled v0.15.0
10222024-06-05T18:15:20.908Z Downloaded curve25519-dalek v4.1.2
10232024-06-05T18:15:20.908Z Downloaded polar-core v0.27.3
10242024-06-05T18:15:20.908Z Downloaded nix v0.28.0
10252024-06-05T18:15:20.908Z Downloaded nix v0.27.1
10262024-06-05T18:15:20.908Z Downloaded proptest v1.4.0
10272024-06-05T18:15:20.908Z Downloaded sqlparser v0.45.0
10282024-06-05T18:15:20.908Z Downloaded postcard v1.0.8
10292024-06-05T18:15:20.908Z Downloaded headers v0.3.9
10302024-06-05T18:15:20.908Z Downloaded toml_edit v0.19.15
10312024-06-05T18:15:20.908Z Downloaded typed-path v0.7.1
10322024-06-05T18:15:20.930Z Downloaded rust-argon2 v2.1.0
10332024-06-05T18:15:20.930Z Downloaded snafu v0.8.2
10342024-06-05T18:15:20.930Z Downloaded reedline v0.31.0
10352024-06-05T18:15:20.930Z Downloaded unicode-width v0.1.12
10362024-06-05T18:15:20.930Z Downloaded ff v0.13.0
10372024-06-05T18:15:20.930Z Downloaded rstest v0.19.0
10382024-06-05T18:15:20.930Z Downloaded pest v2.7.10
10392024-06-05T18:15:20.930Z Downloaded unicode-xid v0.2.4
10402024-06-05T18:15:20.930Z Downloaded heapless v0.7.17
10412024-06-05T18:15:20.930Z Downloaded tokio-stream v0.1.15
10422024-06-05T18:15:20.930Z Downloaded flume v0.11.0
10432024-06-05T18:15:20.930Z Downloaded tungstenite v0.21.0
10442024-06-05T18:15:20.930Z Downloaded num-bigint-dig v0.8.4
10452024-06-05T18:15:20.930Z Downloaded tungstenite v0.20.1
10462024-06-05T18:15:20.931Z Downloaded x509-cert v0.2.5
10472024-06-05T18:15:20.931Z Downloaded der_derive v0.7.2
10482024-06-05T18:15:20.931Z Downloaded rustc_version v0.1.7
10492024-06-05T18:15:20.931Z Downloaded postgres-types v0.2.6
10502024-06-05T18:15:20.931Z Downloaded ena v0.14.3
10512024-06-05T18:15:20.931Z Downloaded embedded-io v0.4.0
10522024-06-05T18:15:20.931Z Downloaded indicatif v0.17.8
10532024-06-05T18:15:20.931Z Downloaded tokio-rustls v0.25.0
10542024-06-05T18:15:20.931Z Downloaded ucd-trie v0.1.6
10552024-06-05T18:15:20.931Z Downloaded rand_seeder v0.2.3
10562024-06-05T18:15:20.931Z Downloaded trust-dns-resolver v0.22.0
10572024-06-05T18:15:20.931Z Downloaded tinytemplate v1.2.1
10582024-06-05T18:15:20.931Z Downloaded predicates-tree v1.0.9
10592024-06-05T18:15:20.931Z Downloaded secrecy v0.8.0
10602024-06-05T18:15:20.931Z Downloaded sec1 v0.7.3
10612024-06-05T18:15:20.931Z Downloaded defmt-macros v0.3.9
10622024-06-05T18:15:20.931Z Downloaded serde_yaml v0.9.34+deprecated
10632024-06-05T18:15:20.931Z Downloaded crossterm v0.27.0
10642024-06-05T18:15:20.931Z Downloaded spki v0.7.3
10652024-06-05T18:15:20.931Z Downloaded vsss-rs v3.3.4
10662024-06-05T18:15:20.931Z Downloaded topological-sort v0.2.2
10672024-06-05T18:15:20.931Z Downloaded tap v1.0.1
10682024-06-05T18:15:20.932Z Downloaded tabwriter v1.4.0
10692024-06-05T18:15:20.932Z Downloaded toml v0.7.8
10702024-06-05T18:15:20.932Z Downloaded toml v0.5.11
10712024-06-05T18:15:20.932Z Downloaded criterion v0.5.1
10722024-06-05T18:15:20.932Z Downloaded universal-hash v0.5.1
10732024-06-05T18:15:20.932Z Downloaded rcgen v0.12.1
10742024-06-05T18:15:20.932Z Downloaded tokio-postgres v0.7.10
10752024-06-05T18:15:20.932Z Downloaded sha1 v0.10.6
10762024-06-05T18:15:20.932Z Downloaded scroll v0.12.0
10772024-06-05T18:15:20.932Z Downloaded rustls-native-certs v0.7.0
10782024-06-05T18:15:20.932Z Downloaded indoc v1.0.9
10792024-06-05T18:15:20.932Z Downloaded serde-hex v0.1.0
10802024-06-05T18:15:20.932Z Downloaded sct v0.7.1
10812024-06-05T18:15:20.932Z Downloaded gethostname v0.4.3
10822024-06-05T18:15:20.932Z Downloaded env_logger v0.10.2
10832024-06-05T18:15:20.932Z Downloaded oso v0.27.3
10842024-06-05T18:15:20.932Z Downloaded rustls-pemfile v2.1.2
10852024-06-05T18:15:20.933Z Downloaded rustc-demangle v0.1.24
10862024-06-05T18:15:20.933Z Downloaded trybuild v1.0.96
10872024-06-05T18:15:20.933Z Downloaded pest_meta v2.7.10
10882024-06-05T18:15:20.933Z Downloaded partial-io v0.5.4
10892024-06-05T18:15:20.933Z Downloaded hyper-rustls v0.24.2
10902024-06-05T18:15:20.933Z Downloaded pkcs1 v0.7.5
10912024-06-05T18:15:20.933Z Downloaded pin-project v1.1.5
10922024-06-05T18:15:20.933Z Downloaded papergrid v0.11.0
10932024-06-05T18:15:20.933Z Downloaded resolv-conf v0.7.0
10942024-06-05T18:15:20.933Z Downloaded relative-path v1.9.3
10952024-06-05T18:15:20.933Z Downloaded zerocopy-derive v0.7.34
10962024-06-05T18:15:20.933Z Downloaded num-traits v0.2.19
10972024-06-05T18:15:20.933Z Downloaded num-complex v0.4.6
10982024-06-05T18:15:20.933Z Downloaded foreign-types-macros v0.2.3
10992024-06-05T18:15:20.933Z Downloaded similar-asserts v1.5.0
11002024-06-05T18:15:20.933Z Downloaded globset v0.4.14
11012024-06-05T18:15:20.933Z Downloaded const_format v0.2.32
11022024-06-05T18:15:20.933Z Downloaded tiny-keccak v2.0.2
11032024-06-05T18:15:20.933Z Downloaded structmeta-derive v0.2.0
11042024-06-05T18:15:20.933Z Downloaded crypto-bigint v0.5.5
11052024-06-05T18:15:20.933Z Downloaded vte v0.11.1
11062024-06-05T18:15:20.933Z Downloaded test-strategy v0.3.1
11072024-06-05T18:15:20.933Z Downloaded thread-id v4.2.1
11082024-06-05T18:15:20.933Z Downloaded thiserror-no-std v2.0.2
11092024-06-05T18:15:20.934Z Downloaded thiserror-impl-no-std v2.0.2
11102024-06-05T18:15:20.934Z Downloaded textwrap v0.16.1
11112024-06-05T18:15:20.934Z Downloaded pkcs8 v0.10.2
11122024-06-05T18:15:20.934Z Downloaded signature v1.6.4
11132024-06-05T18:15:20.934Z Downloaded darling_core v0.20.9
11142024-06-05T18:15:20.934Z Downloaded base64 v0.22.1
11152024-06-05T18:15:20.934Z Downloaded compact_str v0.7.1
11162024-06-05T18:15:20.934Z Downloaded num-iter v0.1.45
11172024-06-05T18:15:20.934Z Downloaded pin-project-internal v1.1.5
11182024-06-05T18:15:20.934Z Downloaded owo-colors v4.0.0
11192024-06-05T18:15:20.934Z Downloaded crc-any v2.5.0
11202024-06-05T18:15:20.934Z Downloaded cookie v0.17.0
11212024-06-05T18:15:20.934Z Downloaded crossbeam-epoch v0.9.18
11222024-06-05T18:15:20.934Z Downloaded dof v0.3.0
11232024-06-05T18:15:20.934Z Downloaded zeroize v1.7.0
11242024-06-05T18:15:20.934Z Downloaded usdt v0.5.0
11252024-06-05T18:15:20.934Z Downloaded memmap2 v0.9.4
11262024-06-05T18:15:20.934Z Downloaded slog-dtrace v0.3.0
11272024-06-05T18:15:20.934Z Downloaded parse-display-derive v0.9.0
11282024-06-05T18:15:20.934Z Downloaded num_enum v0.5.11
11292024-06-05T18:15:20.934Z Downloaded multer v3.1.0
11302024-06-05T18:15:20.934Z Downloaded libtest-mimic v0.7.3
11312024-06-05T18:15:20.934Z Downloaded blake2 v0.10.6
11322024-06-05T18:15:20.955Z Downloaded ring v0.17.8
11332024-06-05T18:15:20.955Z Downloaded const-oid v0.9.6
11342024-06-05T18:15:20.955Z Downloaded chacha20poly1305 v0.10.1
11352024-06-05T18:15:20.955Z Downloaded slog-envlogger v2.2.0
11362024-06-05T18:15:20.955Z Downloaded const_format_proc_macros v0.2.32
11372024-06-05T18:15:20.955Z Downloaded oorandom v11.1.3
11382024-06-05T18:15:20.955Z Downloaded num-integer v0.1.46
11392024-06-05T18:15:20.955Z Downloaded chacha20 v0.9.1
11402024-06-05T18:15:20.955Z Downloaded structmeta v0.2.0
11412024-06-05T18:15:20.955Z Downloaded siphasher v0.3.11
11422024-06-05T18:15:20.955Z Downloaded mime_guess v2.0.4
11432024-06-05T18:15:20.955Z Downloaded darling v0.20.9
11442024-06-05T18:15:20.955Z Downloaded ciborium-ll v0.2.2
11452024-06-05T18:15:20.955Z Downloaded console v0.15.8
11462024-06-05T18:15:20.955Z Downloaded nibble_vec v0.1.0
11472024-06-05T18:15:20.956Z Downloaded maybe-uninit v2.0.0
11482024-06-05T18:15:20.956Z Downloaded lru v0.12.3
11492024-06-05T18:15:20.956Z Downloaded peg v0.8.3
11502024-06-05T18:15:20.956Z Downloaded crc v3.2.1
11512024-06-05T18:15:20.956Z Downloaded corncobs v0.1.3
11522024-06-05T18:15:20.956Z Downloaded constant_time_eq v0.3.0
11532024-06-05T18:15:20.956Z Downloaded cobs v0.2.3
11542024-06-05T18:15:20.956Z Downloaded cipher v0.4.4
11552024-06-05T18:15:20.956Z Downloaded blake2b_simd v1.0.2
11562024-06-05T18:15:20.956Z Downloaded diesel_table_macro_syntax v0.1.0
11572024-06-05T18:15:20.956Z Downloaded phf_shared v0.11.2
11582024-06-05T18:15:20.956Z Downloaded memoffset v0.9.1
11592024-06-05T18:15:20.956Z Downloaded matches v0.1.10
11602024-06-05T18:15:20.956Z Downloaded convert_case v0.4.0
11612024-06-05T18:15:20.956Z Downloaded byteorder v1.5.0
11622024-06-05T18:15:20.956Z Downloaded bit-vec v0.6.3
11632024-06-05T18:15:20.956Z Downloaded ring v0.16.20
11642024-06-05T18:15:20.956Z Downloaded new_debug_unreachable v1.0.6
11652024-06-05T18:15:20.956Z Downloaded base16ct v0.2.0
11662024-06-05T18:15:20.957Z Downloaded assert_matches v1.5.0
11672024-06-05T18:15:20.957Z Downloaded mockall v0.12.1
11682024-06-05T18:15:20.957Z Downloaded darling_macro v0.20.9
11692024-06-05T18:15:20.957Z Downloaded crucible-workspace-hack v0.1.0
11702024-06-05T18:15:20.957Z Downloaded bitstruct v0.1.1
11712024-06-05T18:15:20.957Z Downloaded atomicwrites v0.4.3
11722024-06-05T18:15:20.957Z Downloaded nested v0.1.1
11732024-06-05T18:15:20.957Z Downloaded multimap v0.10.0
11742024-06-05T18:15:20.957Z Downloaded md-5 v0.10.6
11752024-06-05T18:15:20.957Z Downloaded keccak v0.1.5
11762024-06-05T18:15:20.957Z Downloaded cfg-expr v0.15.8
11772024-06-05T18:15:20.957Z Downloaded cassowary v0.3.0
11782024-06-05T18:15:20.957Z Downloaded bitfield v0.14.0
11792024-06-05T18:15:20.957Z Downloaded base64ct v1.6.0
11802024-06-05T18:15:20.957Z Downloaded base64 v0.13.1
11812024-06-05T18:15:20.957Z Downloaded itertools v0.12.1
11822024-06-05T18:15:20.957Z Downloaded buf-list v1.0.3
11832024-06-05T18:15:20.957Z Downloaded bitstruct_derive v0.1.0
11842024-06-05T18:15:20.957Z Downloaded bitflags v1.3.2
11852024-06-05T18:15:20.957Z Downloaded bit-set v0.5.3
11862024-06-05T18:15:20.957Z Downloaded bcs v0.1.6
11872024-06-05T18:15:20.957Z Downloaded backoff v0.4.0
11882024-06-05T18:15:20.957Z Downloaded async-trait v0.1.80
11892024-06-05T18:15:20.957Z Downloaded async-stream-impl v0.3.5
11902024-06-05T18:15:20.958Z Downloaded arrayvec v0.7.4
11912024-06-05T18:15:20.958Z Downloaded approx v0.5.1
11922024-06-05T18:15:20.958Z Downloaded assert_cmd v2.0.14
11932024-06-05T18:15:20.958Z Downloaded array-init v0.0.4
11942024-06-05T18:15:20.958Z Downloaded ahash v0.8.11
11952024-06-05T18:15:20.958Z Downloaded debug-ignore v1.0.5
11962024-06-05T18:15:20.958Z Downloaded ascii-canvas v3.0.0
11972024-06-05T18:15:20.958Z Downloaded anes v0.1.6
11982024-06-05T18:15:20.958Z Compiling serde v1.0.203
11992024-06-05T18:15:20.958Z Checking cfg-if v1.0.0
12002024-06-05T18:15:20.958Z Compiling libm v0.2.8
12012024-06-05T18:15:20.958Z Checking libc v0.2.155
12022024-06-05T18:15:20.958Z Compiling syn v2.0.64
12032024-06-05T18:15:20.958Z Compiling ahash v0.8.11
12042024-06-05T18:15:20.958Z Compiling num-traits v0.2.19
12052024-06-05T18:15:20.958Z Compiling getrandom v0.2.14
12062024-06-05T18:15:20.958Z Compiling serde_json v1.0.117
12072024-06-05T18:15:20.958Z Compiling byteorder v1.5.0
12082024-06-05T18:15:20.958Z Compiling log v0.4.21
12092024-06-05T18:15:20.958Z Compiling generic-array v0.14.7
12102024-06-05T18:15:20.958Z Checking memchr v2.7.2
12112024-06-05T18:15:20.958Z Checking itoa v1.0.11
12122024-06-05T18:15:20.959Z Compiling syn v1.0.109
12132024-06-05T18:15:20.959Z Compiling allocator-api2 v0.2.18
12142024-06-05T18:15:20.959Z Checking scopeguard v1.2.0
12152024-06-05T18:15:20.959Z Checking smallvec v1.13.2
12162024-06-05T18:15:20.959Z Checking lock_api v0.4.12
12172024-06-05T18:15:20.959Z Compiling schemars v0.8.20
12182024-06-05T18:15:20.959Z Compiling ring v0.17.8
12192024-06-05T18:15:20.959Z Compiling time-macros v0.2.18
12202024-06-05T18:15:20.959Z Checking once_cell v1.19.0
12212024-06-05T18:15:20.959Z Checking parking_lot_core v0.9.10
12222024-06-05T18:15:20.959Z Compiling aho-corasick v1.1.3
12232024-06-05T18:15:21.166Z Checking parking_lot v0.12.2
12242024-06-05T18:15:21.337Z Compiling regex-syntax v0.8.3
12252024-06-05T18:15:21.507Z Checking pin-project-lite v0.2.14
12262024-06-05T18:15:24.171Z Checking signal-hook-registry v1.4.2
12272024-06-05T18:15:24.411Z Checking mio v0.8.11
12282024-06-05T18:15:24.557Z Compiling slog v2.7.0
12292024-06-05T18:15:24.981Z Compiling regex-automata v0.4.6
12302024-06-05T18:15:25.233Z Checking num_cpus v1.16.0
12312024-06-05T18:15:25.354Z Compiling crossbeam-utils v0.8.19
12322024-06-05T18:15:26.373Z Checking ryu v1.0.18
12332024-06-05T18:15:26.376Z Checking rand_core v0.6.4
12342024-06-05T18:15:26.376Z Compiling rustls v0.21.12
12352024-06-05T18:15:26.376Z Compiling iana-time-zone v0.1.60
12362024-06-05T18:15:26.430Z Checking futures-core v0.3.30
12372024-06-05T18:15:26.534Z Checking socket2 v0.5.7
12382024-06-05T18:15:26.619Z Compiling cookie v0.17.0
12392024-06-05T18:15:26.788Z Compiling serde_derive_internals v0.29.1
12402024-06-05T18:15:26.852Z Compiling backtrace v0.3.71
12412024-06-05T18:15:26.941Z Compiling dyn-clone v1.0.17
12422024-06-05T18:15:27.010Z Compiling anyhow v1.0.86
12432024-06-05T18:15:27.173Z Compiling ucd-trie v0.1.6
12442024-06-05T18:15:27.816Z Compiling unicode-normalization v0.1.23
12452024-06-05T18:15:27.946Z Compiling unicode-bidi v0.3.15
12462024-06-05T18:15:28.295Z Compiling either v1.12.0
12472024-06-05T18:15:28.617Z Compiling usdt-impl v0.5.0
12482024-06-05T18:15:28.751Z Checking futures-sink v0.3.30
12492024-06-05T18:15:28.907Z Compiling unicode-width v0.1.12
12502024-06-05T18:15:28.919Z Compiling plain v0.2.3
12512024-06-05T18:15:29.081Z Compiling spin v0.9.8
12522024-06-05T18:15:29.112Z Compiling winnow v0.5.40
12532024-06-05T18:15:29.131Z Compiling pretty-hex v0.4.1
12542024-06-05T18:15:29.338Z Compiling thread-id v4.2.1
12552024-06-05T18:15:29.449Z Checking futures-channel v0.3.30
12562024-06-05T18:15:29.495Z Checking slab v0.4.9
12572024-06-05T18:15:29.533Z Checking futures-task v0.3.30
12582024-06-05T18:15:29.740Z Compiling subtle v2.5.0
12592024-06-05T18:15:29.751Z Checking futures-io v0.3.30
12602024-06-05T18:15:29.771Z Checking pin-utils v0.1.0
12612024-06-05T18:15:29.836Z Compiling const-oid v0.9.6
12622024-06-05T18:15:30.252Z Compiling untrusted v0.9.0
12632024-06-05T18:15:30.252Z Compiling spin v0.5.2
12642024-06-05T18:15:30.252Z Compiling signal-hook v0.3.17
12652024-06-05T18:15:30.714Z Compiling regex v1.10.4
12662024-06-05T18:15:30.714Z Compiling siphasher v0.3.11
12672024-06-05T18:15:30.843Z Compiling time v0.3.36
12682024-06-05T18:15:31.417Z Compiling idna v0.5.0
12692024-06-05T18:15:31.824Z Checking typenum v1.17.0
12702024-06-05T18:15:33.076Z Compiling rustls-webpki v0.101.7
12712024-06-05T18:15:33.079Z Compiling sct v0.7.1
12722024-06-05T18:15:33.406Z Compiling url v2.5.0
12732024-06-05T18:15:33.828Z Compiling idna v0.3.0
12742024-06-05T18:15:34.519Z Compiling serde_derive v1.0.203
12752024-06-05T18:15:35.110Z Compiling zerocopy-derive v0.7.34
12762024-06-05T18:15:35.394Z Compiling zeroize_derive v1.4.2
12772024-06-05T18:15:35.451Z Compiling thiserror-impl v1.0.60
12782024-06-05T18:15:35.688Z Compiling tokio-macros v2.2.0
12792024-06-05T18:15:36.339Z Compiling futures-macro v0.3.30
12802024-06-05T18:15:37.082Z Compiling tracing-attributes v0.1.27
12812024-06-05T18:15:37.408Z Compiling schemars_derive v0.8.20
12822024-06-05T18:15:37.522Z Compiling zerocopy v0.7.34
12832024-06-05T18:15:38.300Z Compiling openssl-macros v0.1.1
12842024-06-05T18:15:38.522Z Compiling async-trait v0.1.80
12852024-06-05T18:15:38.862Z Compiling thiserror v1.0.60
12862024-06-05T18:15:39.021Z Checking zeroize v1.7.0
12872024-06-05T18:15:39.298Z Compiling scroll_derive v0.12.0
12882024-06-05T18:15:39.328Z Compiling pest v2.7.10
12892024-06-05T18:15:39.868Z Compiling hashbrown v0.14.5
12902024-06-05T18:15:41.225Z Compiling der_derive v0.7.2
12912024-06-05T18:15:41.322Z Compiling scroll v0.12.0
12922024-06-05T18:15:41.430Z Compiling futures-util v0.3.30
12932024-06-05T18:15:41.881Z Compiling pest_meta v2.7.10
12942024-06-05T18:15:42.250Z Compiling goblin v0.8.2
12952024-06-05T18:15:43.252Z Compiling pest_generator v2.7.10
12962024-06-05T18:15:43.295Z Compiling tracing v0.1.40
12972024-06-05T18:15:43.859Z Compiling clap_derive v4.5.4
12982024-06-05T18:15:45.477Z Compiling crypto-common v0.1.6
12992024-06-05T18:15:45.678Z Compiling zerocopy-derive v0.6.6
13002024-06-05T18:15:47.420Z Compiling pest_derive v2.7.10
13012024-06-05T18:15:47.622Z Compiling block-buffer v0.10.4
13022024-06-05T18:15:47.865Z Compiling digest v0.10.7
13032024-06-05T18:15:48.184Z Compiling dtrace-parser v0.2.0
13042024-06-05T18:15:48.757Z Checking bytes v1.6.0
13052024-06-05T18:15:49.161Z Checking bitflags v2.5.0
13062024-06-05T18:15:49.187Z Compiling psl-types v2.0.11
13072024-06-05T18:15:49.354Z Compiling ppv-lite86 v0.2.17
13082024-06-05T18:15:49.449Z Compiling publicsuffix v2.2.3
13092024-06-05T18:15:49.555Z Checking tokio v1.37.0
13102024-06-05T18:15:49.700Z Compiling crossbeam-epoch v0.9.18
13112024-06-05T18:15:50.121Z Compiling indexmap v2.2.6
13122024-06-05T18:15:50.488Z Compiling semver v1.0.23
13132024-06-05T18:15:50.802Z Compiling serde_tokenstream v0.2.0
13142024-06-05T18:15:51.281Z Compiling uuid v1.8.0
13152024-06-05T18:15:51.802Z Compiling chrono v0.4.38
13162024-06-05T18:15:51.803Z Compiling http v0.2.12
13172024-06-05T18:15:51.803Z Compiling serde_spanned v0.6.6
13182024-06-05T18:15:51.803Z Compiling toml_datetime v0.6.6
13192024-06-05T18:15:52.679Z Compiling rustc_version v0.4.0
13202024-06-05T18:15:52.748Z Compiling rustix v0.38.34
13212024-06-05T18:15:53.080Z Compiling dof v0.3.0
13222024-06-05T18:15:53.304Z Compiling openapiv3 v2.0.0
13232024-06-05T18:15:53.977Z Compiling toml_edit v0.19.15
13242024-06-05T18:15:55.524Z Compiling http-body v0.4.6
13252024-06-05T18:15:55.860Z Compiling openssl v0.10.64
13262024-06-05T18:15:55.984Z Compiling heapless v0.7.17
13272024-06-05T18:15:56.892Z Compiling rand_chacha v0.3.1
13282024-06-05T18:15:56.900Z Compiling unicode-xid v0.2.4
13292024-06-05T18:15:56.900Z Compiling usdt-macro v0.5.0
13302024-06-05T18:15:56.941Z Compiling usdt-attr-macro v0.5.0
13312024-06-05T18:15:57.582Z Compiling bit-vec v0.6.3
13322024-06-05T18:15:57.909Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
13332024-06-05T18:15:58.424Z Compiling rand v0.8.5
13342024-06-05T18:15:58.535Z Compiling cookie_store v0.20.0
13352024-06-05T18:15:58.808Z Compiling serde_urlencoded v0.7.1
13362024-06-05T18:15:59.213Z Compiling phf_shared v0.10.0
13372024-06-05T18:15:59.350Z Compiling lazy_static v1.4.0
13382024-06-05T18:15:59.470Z Compiling precomputed-hash v0.1.1
13392024-06-05T18:15:59.589Z Checking fnv v1.0.7
13402024-06-05T18:15:59.619Z Compiling tokio-util v0.7.11
13412024-06-05T18:15:59.710Z Compiling tokio-rustls v0.24.1
13422024-06-05T18:16:00.110Z Compiling webpki-roots v0.25.4
13432024-06-05T18:16:00.163Z Compiling minimal-lexical v0.2.1
13442024-06-05T18:16:00.179Z Compiling gimli v0.28.1
13452024-06-05T18:16:00.272Z Compiling new_debug_unreachable v1.0.6
13462024-06-05T18:16:00.365Z Compiling base64ct v1.6.0
13472024-06-05T18:16:00.399Z Compiling smoltcp v0.9.1
13482024-06-05T18:16:00.692Z Compiling h2 v0.3.26
13492024-06-05T18:16:00.947Z Compiling fixedbitset v0.4.2
13502024-06-05T18:16:01.021Z Compiling pem-rfc7468 v0.7.0
13512024-06-05T18:16:01.187Z Compiling nom v7.1.3
13522024-06-05T18:16:01.418Z Compiling petgraph v0.6.5
13532024-06-05T18:16:01.842Z Compiling string_cache v0.8.7
13542024-06-05T18:16:02.338Z Compiling native-tls v0.2.11
13552024-06-05T18:16:02.381Z Compiling bit-set v0.5.3
13562024-06-05T18:16:02.670Z Compiling tokio-native-tls v0.3.1
13572024-06-05T18:16:02.959Z Compiling hmac v0.12.1
13582024-06-05T18:16:02.981Z Compiling enum-as-inner v0.5.1
13592024-06-05T18:16:03.221Z Compiling hubpack_derive v0.1.1
13602024-06-05T18:16:04.051Z Compiling itertools v0.10.5
13612024-06-05T18:16:04.185Z Compiling diesel_table_macro_syntax v0.1.0
13622024-06-05T18:16:04.584Z Compiling addr2line v0.21.0
13632024-06-05T18:16:04.879Z Compiling object v0.32.2
13642024-06-05T18:16:05.064Z Compiling lalrpop-util v0.19.12
13652024-06-05T18:16:05.227Z Compiling rustc-demangle v0.1.24
13662024-06-05T18:16:05.254Z Compiling unicode-segmentation v1.11.0
13672024-06-05T18:16:05.335Z Compiling flagset v0.4.5
13682024-06-05T18:16:05.432Z Compiling toml_edit v0.22.13
13692024-06-05T18:16:05.539Z Compiling der v0.7.9
13702024-06-05T18:16:06.119Z Compiling diesel_derives v2.1.4
13712024-06-05T18:16:06.780Z Compiling futures-executor v0.3.30
13722024-06-05T18:16:06.870Z Compiling itertools v0.12.1
13732024-06-05T18:16:07.043Z Compiling finl_unicode v1.2.0
13742024-06-05T18:16:07.445Z Compiling hyper v0.14.28
13752024-06-05T18:16:07.632Z Compiling spki v0.7.3
13762024-06-05T18:16:08.013Z Compiling stringprep v0.1.4
13772024-06-05T18:16:08.957Z Compiling sha2 v0.10.8
13782024-06-05T18:16:09.269Z Compiling futures v0.3.30
13792024-06-05T18:16:09.400Z Compiling toml v0.7.8
13802024-06-05T18:16:10.108Z Compiling hex v0.4.3
13812024-06-05T18:16:10.743Z Compiling md-5 v0.10.6
13822024-06-05T18:16:11.002Z Compiling strum_macros v0.25.3
13832024-06-05T18:16:11.184Z Compiling serde_repr v0.1.19
13842024-06-05T18:16:12.710Z Compiling num-integer v0.1.46
13852024-06-05T18:16:12.717Z Compiling hash32 v0.2.1
13862024-06-05T18:16:12.718Z Compiling fs-err v2.11.0
13872024-06-05T18:16:12.755Z Checking tinyvec_macros v0.1.1
13882024-06-05T18:16:12.833Z Compiling stable_deref_trait v1.2.0
13892024-06-05T18:16:12.847Z Compiling fallible-iterator v0.2.0
13902024-06-05T18:16:13.989Z Compiling postgres-protocol v0.6.6
13912024-06-05T18:16:14.097Z Checking tinyvec v1.6.0
13922024-06-05T18:16:14.259Z Compiling pkcs8 v0.10.2
13932024-06-05T18:16:14.337Z Compiling hyper-rustls v0.24.2
13942024-06-05T18:16:14.707Z Compiling hyper-tls v0.5.0
13952024-06-05T18:16:14.853Z Compiling terminal_size v0.3.0
13962024-06-05T18:16:15.023Z Compiling reqwest v0.11.27
13972024-06-05T18:16:15.055Z Compiling block-padding v0.3.3
13982024-06-05T18:16:15.214Z Compiling phf_shared v0.11.2
13992024-06-05T18:16:15.362Z Compiling ff v0.13.0
14002024-06-05T18:16:15.790Z Compiling scheduled-thread-pool v0.2.7
14012024-06-05T18:16:15.795Z Compiling matches v0.1.10
14022024-06-05T18:16:15.795Z Compiling peg-runtime v0.8.3
14032024-06-05T18:16:15.795Z Compiling base16ct v0.2.0
14042024-06-05T18:16:15.917Z Compiling managed v0.8.0
14052024-06-05T18:16:16.107Z Compiling bitflags v1.3.2
14062024-06-05T18:16:16.210Z Checking equivalent v1.0.1
14072024-06-05T18:16:16.264Z Compiling sec1 v0.7.3
14082024-06-05T18:16:16.364Z Compiling clap_builder v4.5.2
14092024-06-05T18:16:16.855Z Compiling idna v0.2.3
14102024-06-05T18:16:17.603Z Compiling signal-hook-mio v0.2.3
14112024-06-05T18:16:17.770Z Compiling r2d2 v0.8.10
14122024-06-05T18:16:17.793Z Compiling group v0.13.0
14132024-06-05T18:16:17.799Z Compiling phf v0.11.2
14142024-06-05T18:16:18.114Z Compiling inout v0.1.3
14152024-06-05T18:16:18.118Z Compiling postgres-types v0.2.6
14162024-06-05T18:16:18.118Z Compiling num-bigint v0.4.5
14172024-06-05T18:16:18.404Z Compiling hubpack v0.1.2
14182024-06-05T18:16:18.531Z Compiling hkdf v0.12.4
14192024-06-05T18:16:18.790Z Compiling ipnetwork v0.20.0
14202024-06-05T18:16:18.858Z Compiling zerocopy v0.6.6
14212024-06-05T18:16:18.882Z Compiling crypto-bigint v0.5.5
14222024-06-05T18:16:19.709Z Compiling float-cmp v0.9.0
14232024-06-05T18:16:19.713Z Compiling memmap v0.7.0
14242024-06-05T18:16:19.774Z Compiling whoami v1.5.1
14252024-06-05T18:16:19.952Z Compiling static_assertions v1.1.0
14262024-06-05T18:16:20.050Z Compiling difflib v0.4.0
14272024-06-05T18:16:20.054Z Compiling normalize-line-endings v0.3.0
14282024-06-05T18:16:20.192Z Compiling predicates-core v1.0.6
14292024-06-05T18:16:20.483Z Compiling data-encoding v2.6.0
14302024-06-05T18:16:20.569Z Compiling predicates v3.1.0
14312024-06-05T18:16:21.735Z Compiling yasna v0.5.2
14322024-06-05T18:16:22.398Z Compiling elliptic-curve v0.13.8
14332024-06-05T18:16:22.405Z Compiling diesel v2.1.6
14342024-06-05T18:16:23.034Z Compiling trust-dns-proto v0.22.0
14352024-06-05T18:16:23.310Z Compiling tokio-postgres v0.7.10
14362024-06-05T18:16:23.673Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=c85a4ca043aaa389df12aac5348d8a3feda28762#c85a4ca0)
14372024-06-05T18:16:25.064Z Compiling clap v4.5.4
14382024-06-05T18:16:25.205Z Compiling usdt v0.5.0
14392024-06-05T18:16:25.767Z Compiling cipher v0.4.4
14402024-06-05T18:16:26.246Z Compiling crossterm v0.27.0
14412024-06-05T18:16:28.044Z Compiling num-iter v0.1.45
14422024-06-05T18:16:28.232Z Compiling similar v2.5.0
14432024-06-05T18:16:28.562Z Compiling tokio-stream v0.1.15
14442024-06-05T18:16:29.021Z Compiling console v0.15.8
14452024-06-05T18:16:29.614Z Compiling bstr v1.9.1
14462024-06-05T18:16:30.676Z Checking tracing-core v0.1.32
14472024-06-05T18:16:31.185Z Checking percent-encoding v2.3.1
14482024-06-05T18:16:31.667Z Checking form_urlencoded v1.2.1
14492024-06-05T18:16:31.677Z Checking unicode-ident v1.0.12
14502024-06-05T18:16:31.853Z Checking httparse v1.8.0
14512024-06-05T18:16:31.881Z Checking powerfmt v0.2.0
14522024-06-05T18:16:32.117Z Checking deranged v0.3.11
14532024-06-05T18:16:32.260Z Checking errno v0.3.9
14542024-06-05T18:16:32.360Z Checking time-core v0.1.2
14552024-06-05T18:16:32.420Z Checking num_threads v0.1.7
14562024-06-05T18:16:32.526Z Checking num-conv v0.1.0
14572024-06-05T18:16:34.391Z Checking proc-macro2 v1.0.82
14582024-06-05T18:16:34.644Z Checking cpufeatures v0.2.12
14592024-06-05T18:16:34.644Z Checking adler v1.0.2
14602024-06-05T18:16:34.644Z Checking quote v1.0.36
14612024-06-05T18:16:34.644Z Checking try-lock v0.2.5
14622024-06-05T18:16:34.644Z Checking base64 v0.21.7
14632024-06-05T18:16:34.644Z Checking want v0.3.1
14642024-06-05T18:16:34.645Z Checking miniz_oxide v0.7.2
14652024-06-05T18:16:34.750Z Checking tower-service v0.3.2
14662024-06-05T18:16:34.793Z Checking httpdate v1.0.3
14672024-06-05T18:16:35.155Z Checking foreign-types-shared v0.1.1
14682024-06-05T18:16:35.232Z Checking openssl-probe v0.1.5
14692024-06-05T18:16:35.257Z Checking foreign-types v0.3.2
14702024-06-05T18:16:35.339Z Checking openssl-sys v0.9.102
14712024-06-05T18:16:35.370Z Checking mime v0.3.17
14722024-06-05T18:16:36.792Z Checking ipnet v2.9.0
14732024-06-05T18:16:37.260Z Checking utf8parse v0.2.1
14742024-06-05T18:16:40.236Z Checking encoding_rs v0.8.34
14752024-06-05T18:16:40.741Z Checking anstyle v1.0.7
14762024-06-05T18:16:41.418Z Checking rustls-pemfile v1.0.4
14772024-06-05T18:16:42.030Z Checking sync_wrapper v0.1.2
14782024-06-05T18:16:42.812Z Checking anstyle-parse v0.2.4
14792024-06-05T18:16:42.862Z Checking anstyle-query v1.0.3
14802024-06-05T18:16:42.994Z Checking colorchoice v1.0.1
14812024-06-05T18:16:43.057Z Checking is_terminal_polyfill v1.70.0
14822024-06-05T18:16:43.570Z Checking anstream v0.6.14
14832024-06-05T18:16:43.796Z Checking clap_lex v0.7.0
14842024-06-05T18:16:43.997Z Checking strsim v0.11.1
14852024-06-05T18:16:45.099Z Checking crc32fast v1.4.0
14862024-06-05T18:17:02.378Z Checking flate2 v1.0.30
14872024-06-05T18:17:02.595Z Checking winnow v0.6.8
14882024-06-05T18:17:02.595Z Compiling regress v0.9.1
14892024-06-05T18:17:02.595Z Compiling getopts v0.2.21
14902024-06-05T18:17:02.595Z Compiling unsafe-libyaml v0.2.11
14912024-06-05T18:17:02.595Z Checking heck v0.5.0
14922024-06-05T18:17:02.735Z Checking progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
14932024-06-05T18:17:02.735Z Compiling serde_yaml v0.9.34+deprecated
14942024-06-05T18:17:02.735Z Checking camino v1.1.7
14952024-06-05T18:17:02.735Z Checking base64 v0.22.1
14962024-06-05T18:17:02.735Z Checking is-terminal v0.4.12
14972024-06-05T18:17:02.735Z Checking sha1 v0.10.6
14982024-06-05T18:17:02.735Z Checking http v1.1.0
14992024-06-05T18:17:02.735Z Compiling paste v1.0.15
15002024-06-05T18:17:02.736Z Compiling strum_macros v0.26.2
15012024-06-05T18:17:02.736Z Checking match_cfg v0.1.0
15022024-06-05T18:17:02.736Z Checking fastrand v2.1.0
15032024-06-05T18:17:02.736Z Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
15042024-06-05T18:17:02.736Z Compiling ident_case v1.0.1
15052024-06-05T18:17:02.736Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
15062024-06-05T18:17:02.736Z Checking rustls-pki-types v1.7.0
15072024-06-05T18:17:02.736Z Compiling darling_core v0.20.9
15082024-06-05T18:17:02.736Z Checking tempfile v3.10.1
15092024-06-05T18:17:02.736Z Checking hostname v0.3.1
15102024-06-05T18:17:02.736Z Checking dirs-sys-next v0.1.2
15112024-06-05T18:17:02.736Z Checking quick-error v1.2.3
15122024-06-05T18:17:02.736Z Checking dirs-next v2.0.0
15132024-06-05T18:17:02.736Z Checking crossbeam-channel v0.5.12
15142024-06-05T18:17:02.736Z Checking thread_local v1.1.8
15152024-06-05T18:17:02.736Z Compiling rustls v0.22.4
15162024-06-05T18:17:02.736Z Checking term v0.7.0
15172024-06-05T18:17:02.736Z Checking rustls-webpki v0.102.4
15182024-06-05T18:17:02.852Z Checking instant v0.1.12
15192024-06-05T18:17:02.968Z Checking take_mut v0.2.2
15202024-06-05T18:17:02.968Z Checking rustls-pemfile v2.1.2
15212024-06-05T18:17:02.996Z Checking slog-term v2.9.1
15222024-06-05T18:17:02.996Z Checking slog-async v2.8.0
15232024-06-05T18:17:03.093Z Compiling multer v3.1.0
15242024-06-05T18:17:03.273Z Checking debug-ignore v1.0.5
15252024-06-05T18:17:03.413Z Checking toml v0.8.13
15262024-06-05T18:17:03.434Z Checking slog-json v2.6.1
15272024-06-05T18:17:03.475Z Compiling async-stream-impl v0.3.5
15282024-06-05T18:17:03.727Z Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#0cd0e828)
15292024-06-05T18:17:04.005Z Checking atomic-waker v1.1.2
15302024-06-05T18:17:04.136Z Checking waitgroup v0.1.2
15312024-06-05T18:17:04.226Z Checking slog-bunyan v2.5.0
15322024-06-05T18:17:04.330Z Checking strum v0.26.2
15332024-06-05T18:17:04.402Z Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#0cd0e828)
15342024-06-05T18:17:04.485Z Checking serde_path_to_error v0.1.16
15352024-06-05T18:17:04.652Z Checking hostname v0.4.0
15362024-06-05T18:17:04.786Z Checking newtype-uuid v1.1.0
15372024-06-05T18:17:04.900Z Checking async-stream v0.3.5
15382024-06-05T18:17:05.029Z Checking wait-timeout v0.2.0
15392024-06-05T18:17:05.101Z Compiling structmeta-derive v0.3.0
15402024-06-05T18:17:05.128Z Compiling structmeta-derive v0.2.0
15412024-06-05T18:17:05.221Z Checking rusty-fork v0.3.0
15422024-06-05T18:17:05.503Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
15432024-06-05T18:17:06.277Z Checking rand_xorshift v0.3.0
15442024-06-05T18:17:06.460Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=5630887d0373857f77cb264f84aa19bdec720ce3#5630887d)
15452024-06-05T18:17:06.676Z Checking unarray v0.1.4
15462024-06-05T18:17:06.772Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
15472024-06-05T18:17:06.826Z Checking proptest v1.4.0
15482024-06-05T18:17:06.899Z Checking backoff v0.4.0
15492024-06-05T18:17:06.997Z Checking tokio-rustls v0.25.0
15502024-06-05T18:17:07.212Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
15512024-06-05T18:17:07.480Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
15522024-06-05T18:17:08.148Z Compiling structmeta v0.2.0
15532024-06-05T18:17:08.217Z Compiling structmeta v0.3.0
15542024-06-05T18:17:08.273Z Checking serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
15552024-06-05T18:17:08.385Z Compiling darling_macro v0.20.9
15562024-06-05T18:17:08.424Z Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet?branch=main#42b4d3c7)
15572024-06-05T18:17:08.589Z Compiling test-strategy v0.3.1
15582024-06-05T18:17:08.650Z Compiling parse-display-derive v0.9.0
15592024-06-05T18:17:09.205Z Checking macaddr v1.0.1
15602024-06-05T18:17:09.209Z Compiling proc-macro-error-attr v1.0.4
15612024-06-05T18:17:09.510Z Compiling proc-macro-error v1.0.4
15622024-06-05T18:17:09.526Z Compiling darling v0.20.9
15632024-06-05T18:17:09.637Z Compiling serde_with_macros v3.8.1
15642024-06-05T18:17:11.164Z Checking camino-tempfile v1.1.1
15652024-06-05T18:17:11.455Z Compiling proc-macro-crate v1.3.1
15662024-06-05T18:17:11.481Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
15672024-06-05T18:17:11.512Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
15682024-06-05T18:17:11.819Z Compiling foreign-types-macros v0.2.3
15692024-06-05T18:17:11.843Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
15702024-06-05T18:17:12.116Z Checking foreign-types-shared v0.3.1
15712024-06-05T18:17:12.542Z Compiling num_enum_derive v0.5.11
15722024-06-05T18:17:12.566Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
15732024-06-05T18:17:12.707Z Checking cstr-argument v0.1.2
15742024-06-05T18:17:12.842Z Checking serde_with v3.8.1
15752024-06-05T18:17:12.902Z Checking pretty-hex v0.2.1
15762024-06-05T18:17:13.066Z Checking tabwriter v1.4.0
15772024-06-05T18:17:13.109Z Checking foreign-types v0.5.0
15782024-06-05T18:17:13.224Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
15792024-06-05T18:17:13.318Z Checking colored v2.1.0
15802024-06-05T18:17:13.508Z Checking socket2 v0.4.10
15812024-06-05T18:17:13.528Z Checking smf v0.2.3
15822024-06-05T18:17:13.603Z Checking humantime v2.1.0
15832024-06-05T18:17:13.635Z Checking parse-display v0.9.0
15842024-06-05T18:17:13.859Z Checking termcolor v1.4.1
15852024-06-05T18:17:13.960Z Checking arc-swap v1.7.1
15862024-06-05T18:17:13.995Z Checking newline-converter v0.3.0
15872024-06-05T18:17:14.070Z Checking xattr v1.3.1
15882024-06-05T18:17:14.143Z Checking expectorate v1.1.0
15892024-06-05T18:17:14.273Z Checking filetime v0.2.23
15902024-06-05T18:17:14.290Z Checking utf-8 v0.7.6
15912024-06-05T18:17:14.308Z Checking same-file v1.0.6
15922024-06-05T18:17:14.421Z Checking slog-scope v4.4.0
15932024-06-05T18:17:14.465Z Checking tar v0.4.40
15942024-06-05T18:17:14.484Z Checking tungstenite v0.20.1
15952024-06-05T18:17:14.488Z Checking walkdir v2.5.0
15962024-06-05T18:17:14.610Z Checking slog-stdlog v4.1.1
15972024-06-05T18:17:14.778Z Checking slog-envlogger v2.2.0
15982024-06-05T18:17:14.782Z Checking termtree v0.4.1
15992024-06-05T18:17:14.982Z Compiling heapless v0.8.0
16002024-06-05T18:17:15.002Z Checking predicates-tree v1.0.9
16012024-06-05T18:17:15.162Z Checking hash32 v0.3.1
16022024-06-05T18:17:15.195Z Compiling smoltcp v0.11.0
16032024-06-05T18:17:15.367Z Compiling crucible-workspace-hack v0.1.0
16042024-06-05T18:17:15.370Z Checking tokio-tungstenite v0.20.1
16052024-06-05T18:17:15.403Z Checking num_enum v0.5.11
16062024-06-05T18:17:15.559Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
16072024-06-05T18:17:15.596Z Checking cobs v0.2.3
16082024-06-05T18:17:15.756Z Checking embedded-io v0.4.0
16092024-06-05T18:17:15.844Z Checking sigpipe v0.1.3
16102024-06-05T18:17:15.884Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=d6177ca84f23e60a661461bb4cece475689502d2#d6177ca8)
16112024-06-05T18:17:15.951Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=d6177ca84f23e60a661461bb4cece475689502d2#d6177ca8)
16122024-06-05T18:17:15.964Z Checking postcard v1.0.8
16132024-06-05T18:17:16.086Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=d6177ca84f23e60a661461bb4cece475689502d2#d6177ca8)
16142024-06-05T18:17:16.096Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e)
16152024-06-05T18:17:16.225Z Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
16162024-06-05T18:17:16.296Z Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
16172024-06-05T18:17:16.451Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6d7ed9a033babc054db9eff5b59dee978d2b0d76#6d7ed9a0)
16182024-06-05T18:17:16.665Z Checking pem v3.0.4
16192024-06-05T18:17:16.796Z Compiling num-derive v0.4.2
16202024-06-05T18:17:16.914Z Compiling mockall_derive v0.12.1
16212024-06-05T18:17:16.966Z Checking atty v0.2.14
16222024-06-05T18:17:17.079Z Checking fragile v2.0.0
16232024-06-05T18:17:17.334Z Checking downcast v0.11.0
16242024-06-05T18:17:17.536Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6d7ed9a033babc054db9eff5b59dee978d2b0d76#6d7ed9a0)
16252024-06-05T18:17:17.761Z Compiling derive-where v1.2.7
16262024-06-05T18:17:17.779Z Checking zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
16272024-06-05T18:17:18.108Z Checking env_logger v0.9.3
16282024-06-05T18:17:18.515Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
16292024-06-05T18:17:18.536Z Compiling bitstruct_derive v0.1.0
16302024-06-05T18:17:18.922Z Checking viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
16312024-06-05T18:17:19.043Z Checking ascii v1.1.0
16322024-06-05T18:17:19.399Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=8c6d485110ecfae5409575246b986a145c386dc4#8c6d4851)
16332024-06-05T18:17:19.449Z Checking rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c)
16342024-06-05T18:17:19.756Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=d6177ca84f23e60a661461bb4cece475689502d2#d6177ca8)
16352024-06-05T18:17:19.819Z Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
16362024-06-05T18:17:19.850Z Checking viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
16372024-06-05T18:17:19.952Z Checking bitstruct v0.1.1
16382024-06-05T18:17:19.997Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
16392024-06-05T18:17:20.067Z Checking dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
16402024-06-05T18:17:20.231Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
16412024-06-05T18:17:20.350Z Checking erased-serde v0.3.31
16422024-06-05T18:17:20.369Z Checking serde_arrays v0.1.0
16432024-06-05T18:17:20.488Z Compiling heck v0.3.3
16442024-06-05T18:17:20.519Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e)
16452024-06-05T18:17:20.821Z Checking tungstenite v0.21.0
16462024-06-05T18:17:20.929Z Compiling zone_cfg_derive v0.1.2
16472024-06-05T18:17:21.119Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=d6177ca84f23e60a661461bb4cece475689502d2#d6177ca8)
16482024-06-05T18:17:21.432Z Checking propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
16492024-06-05T18:17:21.488Z Checking headers-core v0.2.0
16502024-06-05T18:17:21.620Z Checking base64 v0.13.1
16512024-06-05T18:17:21.623Z Checking tokio-tungstenite v0.21.0
16522024-06-05T18:17:22.025Z Checking ron v0.7.1
16532024-06-05T18:17:22.117Z Checking headers v0.3.9
16542024-06-05T18:17:22.492Z Checking zone v0.1.8
16552024-06-05T18:17:22.709Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=d6177ca84f23e60a661461bb4cece475689502d2#d6177ca8)
16562024-06-05T18:17:23.130Z Checking portpicker v0.1.1
16572024-06-05T18:17:23.184Z Checking rcgen v0.12.1
16582024-06-05T18:17:23.248Z Checking atomicwrites v0.4.3
16592024-06-05T18:17:23.264Z Checking subprocess v0.2.9
16602024-06-05T18:17:23.432Z Compiling convert_case v0.4.0
16612024-06-05T18:17:23.847Z Checking password-hash v0.5.0
16622024-06-05T18:17:23.866Z Checking blake2 v0.10.6
16632024-06-05T18:17:24.301Z Checking linked-hash-map v0.5.6
16642024-06-05T18:17:24.332Z Checking argon2 v0.5.3
16652024-06-05T18:17:24.422Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
16662024-06-05T18:17:24.456Z Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
16672024-06-05T18:17:24.596Z Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
16682024-06-05T18:17:24.621Z Compiling derive_more v0.99.17
16692024-06-05T18:17:24.729Z Checking lru-cache v0.1.2
16702024-06-05T18:17:24.759Z Checking swrite v0.1.0
16712024-06-05T18:17:24.869Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
16722024-06-05T18:17:24.897Z Compiling rayon-core v1.12.1
16732024-06-05T18:17:24.993Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
16742024-06-05T18:17:25.201Z Checking resolv-conf v0.7.0
16752024-06-05T18:17:25.238Z Checking half v2.4.1
16762024-06-05T18:17:25.317Z Checking ciborium-io v0.2.2
16772024-06-05T18:17:25.363Z Checking mockall v0.12.1
16782024-06-05T18:17:25.442Z Compiling cancel-safe-futures v0.1.5
16792024-06-05T18:17:25.928Z Checking trust-dns-resolver v0.22.0
16802024-06-05T18:17:25.932Z Compiling semver v0.1.20
16812024-06-05T18:17:25.932Z Checking ciborium-ll v0.2.2
16822024-06-05T18:17:25.990Z Compiling rustc_version v0.1.7
16832024-06-05T18:17:26.250Z Checking ciborium v0.2.2
16842024-06-05T18:17:26.268Z Compiling slog-dtrace v0.3.0
16852024-06-05T18:17:26.502Z Compiling newtype_derive v0.1.6
16862024-06-05T18:17:26.579Z Checking libsw v3.3.1
16872024-06-05T18:17:26.838Z Checking linear-map v1.2.0
16882024-06-05T18:17:26.966Z Checking owo-colors v4.0.0
16892024-06-05T18:17:26.969Z Checking steno v0.4.0
16902024-06-05T18:17:27.014Z Compiling radium v0.7.0
16912024-06-05T18:17:27.174Z Checking num-rational v0.4.2
16922024-06-05T18:17:27.232Z Checking num-complex v0.4.6
16932024-06-05T18:17:27.488Z Checking nibble_vec v0.1.0
16942024-06-05T18:17:27.681Z Compiling maybe-uninit v2.0.0
16952024-06-05T18:17:27.836Z Checking endian-type v0.1.2
16962024-06-05T18:17:28.059Z Checking tap v1.0.1
16972024-06-05T18:17:28.164Z Checking num v0.4.3
16982024-06-05T18:17:28.224Z Checking wyz v0.5.1
16992024-06-05T18:17:28.271Z Checking radix_trie v0.2.1
17002024-06-05T18:17:28.606Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
17012024-06-05T18:17:28.725Z Checking fxhash v0.2.1
17022024-06-05T18:17:28.729Z Compiling bzip2-sys v0.1.11+1.0.8
17032024-06-05T18:17:28.821Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
17042024-06-05T18:17:28.903Z Checking crc-catalog v2.4.0
17052024-06-05T18:17:29.050Z Checking display-error-chain v0.2.0
17062024-06-05T18:17:29.193Z Compiling packed_struct v0.10.1
17072024-06-05T18:17:29.213Z Compiling num-bigint-dig v0.8.4
17082024-06-05T18:17:29.217Z Checking funty v2.0.0
17092024-06-05T18:17:29.648Z Checking crc v3.2.1
17102024-06-05T18:17:29.947Z Compiling packed_struct_codegen v0.10.1
17112024-06-05T18:17:30.070Z Compiling indexmap v1.9.3
17122024-06-05T18:17:30.214Z Checking bitvec v1.0.1
17132024-06-05T18:17:30.265Z Checking nodrop v0.1.14
17142024-06-05T18:17:30.286Z Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
17152024-06-05T18:17:30.337Z Compiling home v0.5.9
17162024-06-05T18:17:30.374Z Checking array-init v0.0.4
17172024-06-05T18:17:30.579Z Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
17182024-06-05T18:17:30.784Z Checking smallvec v0.6.14
17192024-06-05T18:17:31.169Z Checking pkcs1 v0.7.5
17202024-06-05T18:17:31.428Z Checking signature v2.2.0
17212024-06-05T18:17:31.567Z Checking bitfield v0.14.0
17222024-06-05T18:17:31.623Z Checking hashbrown v0.12.3
17232024-06-05T18:17:31.841Z Checking serde-hex v0.1.0
17242024-06-05T18:17:32.959Z Checking bzip2 v0.4.4
17252024-06-05T18:17:33.227Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
17262024-06-05T18:17:33.246Z Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
17272024-06-05T18:17:33.263Z Checking rsa v0.9.6
17282024-06-05T18:17:33.294Z Checking env_logger v0.10.2
17292024-06-05T18:17:33.298Z Checking x509-cert v0.2.5
17302024-06-05T18:17:33.298Z Checking ron v0.8.1
17312024-06-05T18:17:33.459Z Checking hashbrown v0.13.2
17322024-06-05T18:17:33.713Z Checking crc-any v2.5.0
17332024-06-05T18:17:34.104Z Checking zip v0.6.6
17342024-06-05T18:17:34.373Z Checking path-slash v0.1.5
17352024-06-05T18:17:34.498Z Checking object v0.30.4
17362024-06-05T18:17:34.520Z Compiling async-recursion v1.1.1
17372024-06-05T18:17:34.570Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
17382024-06-05T18:17:34.795Z Checking maplit v1.0.2
17392024-06-05T18:17:34.818Z Compiling blake3 v1.5.1
17402024-06-05T18:17:34.886Z Compiling ring v0.16.20
17412024-06-05T18:17:34.904Z Compiling buf-list v1.0.3
17422024-06-05T18:17:35.789Z Checking gethostname v0.4.3
17432024-06-05T18:17:35.793Z Compiling parking_lot_core v0.8.6
17442024-06-05T18:17:35.905Z Compiling libefi-sys v0.1.0
17452024-06-05T18:17:35.937Z Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
17462024-06-05T18:17:36.255Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
17472024-06-05T18:17:36.463Z Compiling crossbeam-deque v0.8.5
17482024-06-05T18:17:36.547Z Checking keccak v0.1.5
17492024-06-05T18:17:36.556Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81)
17502024-06-05T18:17:36.812Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
17512024-06-05T18:17:36.855Z Checking sha3 v0.10.8
17522024-06-05T18:17:37.228Z Checking libnvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81)
17532024-06-05T18:17:37.594Z Checking parking_lot v0.11.2
17542024-06-05T18:17:37.794Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
17552024-06-05T18:17:38.022Z Checking trust-dns-client v0.22.0
17562024-06-05T18:17:38.093Z Checking toml v0.5.11
17572024-06-05T18:17:38.167Z Checking secrecy v0.8.0
17582024-06-05T18:17:38.359Z Compiling pin-project-internal v1.1.5
17592024-06-05T18:17:38.567Z Checking sled v0.34.7
17602024-06-05T18:17:38.577Z Compiling rayon v1.10.0
17612024-06-05T18:17:39.616Z Checking trust-dns-server v0.22.1
17622024-06-05T18:17:40.561Z Compiling memmap2 v0.9.4
17632024-06-05T18:17:40.736Z Compiling glob v0.3.1
17642024-06-05T18:17:41.043Z Compiling arrayref v0.3.7
17652024-06-05T18:17:41.129Z Compiling untrusted v0.7.1
17662024-06-05T18:17:41.294Z Compiling constant_time_eq v0.3.0
17672024-06-05T18:17:41.342Z Compiling arrayvec v0.7.4
17682024-06-05T18:17:41.636Z Checking pin-project v1.1.5
17692024-06-05T18:17:41.778Z Compiling toolchain_find v0.4.0
17702024-06-05T18:17:42.488Z Compiling vte_generate_state_changes v0.1.1
17712024-06-05T18:17:42.677Z Compiling topological-sort v0.2.2
17722024-06-05T18:17:42.892Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=5630887d0373857f77cb264f84aa19bdec720ce3#5630887d)
17732024-06-05T18:17:43.149Z Checking vte v0.11.1
17742024-06-05T18:17:43.188Z Compiling rustfmt-wrapper v0.2.1
17752024-06-05T18:17:43.762Z Checking fd-lock v4.0.2
17762024-06-05T18:17:43.929Z Compiling prettyplease v0.2.20
17772024-06-05T18:17:44.135Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
17782024-06-05T18:17:44.223Z Checking nu-ansi-term v0.50.0
17792024-06-05T18:17:44.245Z Compiling crunchy v0.2.2
17802024-06-05T18:17:44.421Z Compiling omicron-zone-package v0.11.0
17812024-06-05T18:17:44.546Z Checking strip-ansi-escapes v0.2.0
17822024-06-05T18:17:44.652Z Compiling clang-sys v1.7.0
17832024-06-05T18:17:44.684Z Checking reedline v0.31.0
17842024-06-05T18:17:44.766Z Compiling snafu-derive v0.8.2
17852024-06-05T18:17:45.338Z Compiling tiny-keccak v2.0.2
17862024-06-05T18:17:45.455Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
17872024-06-05T18:17:45.521Z Checking globset v0.4.14
17882024-06-05T18:17:45.716Z Checking olpc-cjson v0.1.3
17892024-06-05T18:17:45.923Z Checking serde_plain v1.0.2
17902024-06-05T18:17:45.968Z Compiling memoffset v0.9.1
17912024-06-05T18:17:45.989Z Compiling ref-cast v1.0.23
17922024-06-05T18:17:46.171Z Checking typed-path v0.7.1
17932024-06-05T18:17:46.253Z Compiling platforms v3.4.0
17942024-06-05T18:17:46.941Z Compiling curve25519-dalek v4.1.2
17952024-06-05T18:17:47.415Z Compiling ascii-canvas v3.0.0
17962024-06-05T18:17:47.580Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
17972024-06-05T18:17:47.873Z Compiling ref-cast-impl v1.0.23
17982024-06-05T18:17:47.986Z Compiling ena v0.14.3
17992024-06-05T18:17:47.994Z Compiling libloading v0.8.3
18002024-06-05T18:17:48.044Z Compiling unicase v2.7.0
18012024-06-05T18:17:48.064Z Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
18022024-06-05T18:17:48.324Z Compiling diff v0.1.13
18032024-06-05T18:17:48.802Z Compiling regex-syntax v0.6.29
18042024-06-05T18:17:48.806Z Checking parse-size v1.0.0
18052024-06-05T18:17:48.807Z Compiling bindgen v0.69.4
18062024-06-05T18:17:49.512Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
18072024-06-05T18:17:50.326Z Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#943c4bbe)
18082024-06-05T18:17:50.814Z Checking snafu v0.8.2
18092024-06-05T18:17:51.178Z Compiling which v4.4.2
18102024-06-05T18:17:51.284Z Checking tough v0.17.1
18112024-06-05T18:17:51.803Z Compiling lalrpop v0.19.12
18122024-06-05T18:17:52.539Z Checking progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
18132024-06-05T18:17:53.461Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
18142024-06-05T18:17:54.043Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
18152024-06-05T18:17:54.137Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
18162024-06-05T18:17:54.894Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
18172024-06-05T18:17:55.487Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
18182024-06-05T18:17:57.241Z Checking universal-hash v0.5.1
18192024-06-05T18:17:57.288Z Compiling cexpr v0.6.0
18202024-06-05T18:17:57.414Z Compiling thiserror-impl-no-std v2.0.2
18212024-06-05T18:17:57.528Z Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1)
18222024-06-05T18:17:57.553Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
18232024-06-05T18:17:59.597Z Compiling curve25519-dalek-derive v0.1.1
18242024-06-05T18:17:59.798Z Checking nanorand v0.7.0
18252024-06-05T18:18:00.159Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=c85a4ca043aaa389df12aac5348d8a3feda28762#c85a4ca0)
18262024-06-05T18:18:00.474Z Compiling cfg_aliases v0.1.1
18272024-06-05T18:18:00.599Z Compiling salty v0.2.0
18282024-06-05T18:18:00.650Z Checking opaque-debug v0.3.1
18292024-06-05T18:18:00.745Z Compiling lazycell v1.3.0
18302024-06-05T18:18:00.765Z Compiling rustc-hash v1.1.0
18312024-06-05T18:18:00.782Z Compiling shlex v1.3.0
18322024-06-05T18:18:00.906Z Checking signature v1.6.4
18332024-06-05T18:18:00.906Z Checking bytecount v0.6.8
18342024-06-05T18:18:01.059Z Checking ed25519 v1.5.3
18352024-06-05T18:18:01.077Z Checking papergrid v0.11.0
18362024-06-05T18:18:01.235Z Checking thiserror-no-std v2.0.2
18372024-06-05T18:18:01.342Z Checking poly1305 v0.8.0
18382024-06-05T18:18:01.842Z Compiling nix v0.28.0
18392024-06-05T18:18:02.776Z Checking flume v0.11.0
18402024-06-05T18:18:02.785Z Checking nix v0.27.1
18412024-06-05T18:18:02.786Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
18422024-06-05T18:18:02.848Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
18432024-06-05T18:18:02.881Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
18442024-06-05T18:18:03.116Z Compiling tabled_derive v0.7.0
18452024-06-05T18:18:03.152Z Compiling derive_builder_core v0.20.0
18462024-06-05T18:18:03.171Z Checking chacha20 v0.9.1
18472024-06-05T18:18:03.633Z Checking aead v0.5.2
18482024-06-05T18:18:03.757Z Checking serde-big-array v0.5.1
18492024-06-05T18:18:03.977Z Checking kstat-rs v0.2.3
18502024-06-05T18:18:03.999Z Compiling hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack.git?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a)
18512024-06-05T18:18:04.316Z Compiling libxml v0.3.3
18522024-06-05T18:18:04.940Z Checking hubpack v0.1.0 (https://github.com/cbiffle/hubpack.git?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a)
18532024-06-05T18:18:05.242Z Checking chacha20poly1305 v0.10.1
18542024-06-05T18:18:05.495Z Checking vsss-rs v3.3.4
18552024-06-05T18:18:05.730Z Compiling derive_builder_macro v0.20.0
18562024-06-05T18:18:05.854Z Checking tabled v0.15.0
18572024-06-05T18:18:06.818Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=8c6d485110ecfae5409575246b986a145c386dc4#8c6d4851)
18582024-06-05T18:18:07.713Z Checking signal-hook-tokio v0.3.1
18592024-06-05T18:18:07.851Z Checking serde-big-array v0.4.1
18602024-06-05T18:18:07.871Z Compiling strum_macros v0.24.3
18612024-06-05T18:18:08.015Z Compiling cookie v0.18.1
18622024-06-05T18:18:08.331Z Compiling indoc v1.0.9
18632024-06-05T18:18:08.671Z Checking sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef)
18642024-06-05T18:18:09.049Z Compiling mime_guess v2.0.4
18652024-06-05T18:18:09.647Z Checking derive_builder v0.20.0
18662024-06-05T18:18:10.423Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
18672024-06-05T18:18:10.441Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
18682024-06-05T18:18:11.593Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
18692024-06-05T18:18:11.872Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
18702024-06-05T18:18:12.078Z Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
18712024-06-05T18:18:13.072Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
18722024-06-05T18:18:13.438Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
18732024-06-05T18:18:13.606Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
18742024-06-05T18:18:15.154Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
18752024-06-05T18:18:15.380Z Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
18762024-06-05T18:18:15.579Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6d7ed9a033babc054db9eff5b59dee978d2b0d76#6d7ed9a0)
18772024-06-05T18:18:16.407Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
18782024-06-05T18:18:17.892Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
18792024-06-05T18:18:18.022Z Compiling peg-macros v0.8.3
18802024-06-05T18:18:18.169Z Checking quick-xml v0.31.0
18812024-06-05T18:18:19.977Z Compiling oso-derive v0.27.3
18822024-06-05T18:18:20.321Z Compiling impl-trait-for-tuples v0.2.2
18832024-06-05T18:18:21.065Z Compiling sqlparser_derive v0.2.2
18842024-06-05T18:18:21.942Z Checking corncobs v0.1.3
18852024-06-05T18:18:22.146Z Checking heck v0.4.1
18862024-06-05T18:18:22.712Z Checking unicode_categories v0.1.1
18872024-06-05T18:18:22.719Z Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4)
18882024-06-05T18:18:22.719Z Checking sqlformat v0.2.3
18892024-06-05T18:18:22.744Z Checking rustyline v14.0.0
18902024-06-05T18:18:23.345Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
18912024-06-05T18:18:24.092Z Checking sqlparser v0.45.0
18922024-06-05T18:18:24.337Z Checking sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef)
18932024-06-05T18:18:24.535Z Checking peg v0.8.3
18942024-06-05T18:18:25.465Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
18952024-06-05T18:18:27.323Z Checking bcs v0.1.6
18962024-06-05T18:18:27.343Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
18972024-06-05T18:18:27.807Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
18982024-06-05T18:18:27.824Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
18992024-06-05T18:18:28.229Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
19002024-06-05T18:18:29.134Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
19012024-06-05T18:18:29.980Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
19022024-06-05T18:18:30.072Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
19032024-06-05T18:18:33.170Z Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#62ef5ca0)
19042024-06-05T18:18:33.453Z Checking highway v1.1.0
19052024-06-05T18:18:33.539Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
19062024-06-05T18:18:33.844Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6d7ed9a033babc054db9eff5b59dee978d2b0d76#6d7ed9a0)
19072024-06-05T18:18:33.862Z Compiling const_format_proc_macros v0.2.32
19082024-06-05T18:18:34.119Z Checking bb8 v0.8.3
19092024-06-05T18:18:34.179Z Checking http-range v0.1.5
19102024-06-05T18:18:34.358Z Checking hyper-staticfile v0.9.5
19112024-06-05T18:18:34.584Z Checking async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef)
19122024-06-05T18:18:34.777Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6d7ed9a033babc054db9eff5b59dee978d2b0d76#6d7ed9a0)
19132024-06-05T18:18:35.150Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
19142024-06-05T18:18:36.147Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
19152024-06-05T18:18:36.161Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
19162024-06-05T18:18:36.170Z Checking const_format v0.2.32
19172024-06-05T18:18:36.643Z Checking assert_matches v1.5.0
19182024-06-05T18:18:36.746Z Compiling portable-atomic v1.6.0
19192024-06-05T18:18:37.135Z Checking rand_seeder v0.2.3
19202024-06-05T18:18:37.325Z Checking number_prefix v0.4.0
19212024-06-05T18:18:37.525Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
19222024-06-05T18:18:37.740Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
19232024-06-05T18:18:38.729Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
19242024-06-05T18:18:38.860Z Checking indicatif v0.17.8
19252024-06-05T18:18:38.942Z Checking castaway v0.2.2
19262024-06-05T18:18:39.109Z Checking compact_str v0.7.1
19272024-06-05T18:18:39.201Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
19282024-06-05T18:18:39.485Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
19292024-06-05T18:18:39.617Z Checking lru v0.12.3
19302024-06-05T18:18:39.644Z Compiling stability v0.2.0
19312024-06-05T18:18:39.760Z Compiling indoc v2.0.5
19322024-06-05T18:18:39.823Z Checking cassowary v0.3.0
19332024-06-05T18:18:39.963Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
19342024-06-05T18:18:40.218Z Checking unicode-linebreak v0.1.5
19352024-06-05T18:18:40.632Z Checking smawk v0.3.2
19362024-06-05T18:18:40.647Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
19372024-06-05T18:18:40.838Z Checking textwrap v0.16.1
19382024-06-05T18:18:40.874Z Checking ratatui v0.26.2
19392024-06-05T18:18:40.901Z Checking is_ci v1.2.0
19402024-06-05T18:18:41.040Z Checking supports-color v3.0.0
19412024-06-05T18:18:41.229Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=8c6d485110ecfae5409575246b986a145c386dc4#8c6d4851)
19422024-06-05T18:18:41.267Z Checking fatfs v0.3.6
19432024-06-05T18:18:42.304Z Checking shell-words v1.1.0
19442024-06-05T18:18:42.478Z Checking rtoolbox v0.0.2
19452024-06-05T18:18:42.683Z Checking rpassword v7.3.1
19462024-06-05T18:18:42.701Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
19472024-06-05T18:18:42.830Z Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
19482024-06-05T18:18:42.972Z Checking yansi v0.5.1
19492024-06-05T18:18:43.487Z Checking pretty_assertions v1.4.0
19502024-06-05T18:18:43.905Z Checking tui-tree-widget v0.19.0
19512024-06-05T18:18:44.410Z Compiling target-lexicon v0.12.14
19522024-06-05T18:18:44.410Z Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
19532024-06-05T18:18:44.410Z Checking cargo-platform v0.1.8
19542024-06-05T18:18:44.419Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
19552024-06-05T18:18:44.953Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
19562024-06-05T18:18:45.420Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
19572024-06-05T18:18:45.791Z Compiling guppy-workspace-hack v0.1.0
19582024-06-05T18:18:46.047Z Checking plotters-backend v0.3.5
19592024-06-05T18:18:46.438Z Compiling doc-comment v0.3.3
19602024-06-05T18:18:46.547Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
19612024-06-05T18:18:46.702Z Checking plotters-svg v0.3.5
19622024-06-05T18:18:47.134Z Checking cargo_metadata v0.18.1
19632024-06-05T18:18:47.416Z Checking http-body v1.0.0
19642024-06-05T18:18:47.634Z Checking cast v0.3.0
19652024-06-05T18:18:47.953Z Checking tower-layer v0.3.2
19662024-06-05T18:18:48.121Z Compiling target-spec v3.1.0
19672024-06-05T18:18:48.225Z Checking regex-automata v0.1.10
19682024-06-05T18:18:48.632Z Compiling assert_cmd v2.0.14
19692024-06-05T18:18:48.719Z Checking bstr v0.2.17
19702024-06-05T18:18:48.772Z Checking tower v0.4.13
19712024-06-05T18:18:49.098Z Checking criterion-plot v0.5.0
19722024-06-05T18:18:49.559Z Checking hyper v1.3.1
19732024-06-05T18:18:49.595Z Checking cfg-expr v0.15.8
19742024-06-05T18:18:49.827Z Checking plotters v0.3.5
19752024-06-05T18:18:50.437Z Checking installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd)
19762024-06-05T18:18:50.809Z Checking tinytemplate v1.2.1
19772024-06-05T18:18:51.205Z Checking csv-core v0.1.11
19782024-06-05T18:18:51.954Z Checking oorandom v11.1.3
19792024-06-05T18:18:51.969Z Checking anes v0.1.6
19802024-06-05T18:18:52.005Z Checking criterion v0.5.1
19812024-06-05T18:18:52.233Z Checking csv v1.3.0
19822024-06-05T18:18:52.738Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
19832024-06-05T18:18:53.127Z Checking hyper-util v0.1.3
19842024-06-05T18:18:54.427Z Checking httptest v0.15.5
19852024-06-05T18:18:54.689Z Checking installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client)
19862024-06-05T18:18:54.840Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
19872024-06-05T18:18:55.203Z Checking rustls-native-certs v0.7.0
19882024-06-05T18:18:55.353Z Checking pathdiff v0.2.1
19892024-06-05T18:18:55.717Z Checking nested v0.1.1
19902024-06-05T18:18:55.936Z Checking guppy v0.17.5
19912024-06-05T18:18:56.583Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
19922024-06-05T18:18:57.741Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
19932024-06-05T18:18:57.981Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
19942024-06-05T18:18:59.922Z Checking hyper-rustls v0.26.0
19952024-06-05T18:19:00.211Z Checking escape8259 v0.5.2
19962024-06-05T18:19:00.397Z Checking threadpool v1.8.1
19972024-06-05T18:19:00.593Z Checking libtest-mimic v0.7.3
19982024-06-05T18:19:00.611Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
19992024-06-05T18:19:01.050Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
20002024-06-05T18:19:01.337Z Checking similar-asserts v1.5.0
20012024-06-05T18:19:01.340Z Checking fancy-regex v0.13.0
20022024-06-05T18:19:01.574Z Compiling rstest_macros v0.19.0
20032024-06-05T18:19:02.139Z Checking datatest-stable v0.2.9
20042024-06-05T18:19:02.257Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
20052024-06-05T18:19:02.435Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
20062024-06-05T18:19:02.697Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
20072024-06-05T18:19:03.013Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
20082024-06-05T18:19:03.606Z Compiling relative-path v1.9.3
20092024-06-05T18:19:03.667Z Compiling trybuild v1.0.96
20102024-06-05T18:19:04.007Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
20112024-06-05T18:19:04.196Z Checking blake2b_simd v1.0.2
20122024-06-05T18:19:05.038Z Checking multimap v0.10.0
20132024-06-05T18:19:05.357Z Checking futures-timer v3.0.3
20142024-06-05T18:19:05.666Z Checking rust-argon2 v2.1.0
20152024-06-05T18:19:08.778Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
20162024-06-05T18:19:10.859Z Checking partial-io v0.5.4
20172024-06-05T18:19:11.222Z Checking approx v0.5.1
20182024-06-05T18:19:11.458Z Checking termios v0.3.3
20192024-06-05T18:19:11.677Z Checking uzers v0.11.3
20202024-06-05T18:19:12.049Z Checking hex-literal v0.4.1
20212024-06-05T18:19:14.325Z Checking rstest v0.19.0
20222024-06-05T18:19:16.439Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
20232024-06-05T18:19:17.584Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
20242024-06-05T18:19:26.316Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
20252024-06-05T18:19:34.632Z Compiling samael v0.0.15
20262024-06-05T18:20:06.069Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
20272024-06-05T18:20:07.023Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli)
20282024-06-05T18:20:11.128Z Compiling polar-core v0.27.3
20292024-06-05T18:20:22.554Z Checking oso v0.27.3
20302024-06-05T18:20:55.037Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
20312024-06-05T18:20:55.037Z Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
20322024-06-05T18:20:55.037Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
20332024-06-05T18:21:58.960Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6m 42s
20342024-06-05T18:21:59.416Z
20352024-06-05T18:21:59.417Zreal 6:49.637114811
20362024-06-05T18:21:59.417Zuser 37:30.472150242
20372024-06-05T18:21:59.417Zsys 6:32.688125790
20382024-06-05T18:21:59.417Ztrap 0.970325801
20392024-06-05T18:21:59.418Ztflt 1.210979387
20402024-06-05T18:21:59.418Zdflt 1.274438734
20412024-06-05T18:21:59.418Zkflt 0.002841144
20422024-06-05T18:21:59.418Zlock 1:44:35.412582703
20432024-06-05T18:21:59.419Zslp 2:00:00.991123010
20442024-06-05T18:21:59.419Zlat 1:46.756667819
20452024-06-05T18:21:59.419Zstop 4:57.255319512
20462024-06-05T18:22:00.224Zwarning: output filename collision.
20472024-06-05T18:22:00.224ZThe lib target `bhyve_api` in package `bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)` has the same output filename as the lib target `bhyve_api` in package `bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6d7ed9a033babc054db9eff5b59dee978d2b0d76#6d7ed9a0)`.
20482024-06-05T18:22:00.225ZColliding filename is: /work/oxidecomputer/omicron/target/doc/bhyve_api/index.html
20492024-06-05T18:22:00.225ZThe targets should have unique names.
20502024-06-05T18:22:00.225ZThis is a known bug where multiple crates with the same name use
20512024-06-05T18:22:00.225Zthe same path; see <https://github.com/rust-lang/cargo/issues/6313>.
20522024-06-05T18:22:00.226Zwarning: output filename collision.
20532024-06-05T18:22:00.226ZThe lib target `bhyve_api_sys` in package `bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)` has the same output filename as the lib target `bhyve_api_sys` in package `bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6d7ed9a033babc054db9eff5b59dee978d2b0d76#6d7ed9a0)`.
20542024-06-05T18:22:00.226ZColliding filename is: /work/oxidecomputer/omicron/target/doc/bhyve_api_sys/index.html
20552024-06-05T18:22:00.226ZThe targets should have unique names.
20562024-06-05T18:22:00.226ZThis is a known bug where multiple crates with the same name use
20572024-06-05T18:22:00.227Zthe same path; see <https://github.com/rust-lang/cargo/issues/6313>.
20582024-06-05T18:22:00.244Zwarning: output filename collision.
20592024-06-05T18:22:00.244ZThe lib target `hubpack` in package `hubpack v0.1.2` has the same output filename as the lib target `hubpack` in package `hubpack v0.1.0 (https://github.com/cbiffle/hubpack.git?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a)`.
20602024-06-05T18:22:00.245ZColliding filename is: /work/oxidecomputer/omicron/target/doc/hubpack/index.html
20612024-06-05T18:22:00.245ZThe targets should have unique names.
20622024-06-05T18:22:00.245ZThis is a known bug where multiple crates with the same name use
20632024-06-05T18:22:00.245Zthe same path; see <https://github.com/rust-lang/cargo/issues/6313>.
20642024-06-05T18:22:00.246Zwarning: output filename collision.
20652024-06-05T18:22:00.246ZThe lib target `libnet` in package `libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e)` has the same output filename as the lib target `libnet` in package `libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e)`.
20662024-06-05T18:22:00.246ZColliding filename is: /work/oxidecomputer/omicron/target/doc/libnet/index.html
20672024-06-05T18:22:00.246ZThe targets should have unique names.
20682024-06-05T18:22:00.246ZThis is a known bug where multiple crates with the same name use
20692024-06-05T18:22:00.247Zthe same path; see <https://github.com/rust-lang/cargo/issues/6313>.
20702024-06-05T18:22:00.247Zwarning: output filename collision.
20712024-06-05T18:22:00.247ZThe 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)`.
20722024-06-05T18:22:00.247ZColliding filename is: /work/oxidecomputer/omicron/target/doc/oximeter/index.html
20732024-06-05T18:22:00.247ZThe targets should have unique names.
20742024-06-05T18:22:00.247ZThis is a known bug where multiple crates with the same name use
20752024-06-05T18:22:00.247Zthe same path; see <https://github.com/rust-lang/cargo/issues/6313>.
20762024-06-05T18:22:00.247Zwarning: output filename collision.
20772024-06-05T18:22:00.248ZThe lib target `propolis-client` in package `propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)` has the same output filename as the lib target `propolis-client` in package `propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6d7ed9a033babc054db9eff5b59dee978d2b0d76#6d7ed9a0)`.
20782024-06-05T18:22:00.248ZColliding filename is: /work/oxidecomputer/omicron/target/doc/propolis_client/index.html
20792024-06-05T18:22:00.248ZThe targets should have unique names.
20802024-06-05T18:22:00.248ZThis is a known bug where multiple crates with the same name use
20812024-06-05T18:22:00.248Zthe same path; see <https://github.com/rust-lang/cargo/issues/6313>.
20822024-06-05T18:22:00.249Zwarning: output filename collision.
20832024-06-05T18:22:00.249ZThe lib target `tlvc` in package `tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)` has the same output filename as the lib target `tlvc` in package `tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)`.
20842024-06-05T18:22:00.249ZColliding filename is: /work/oxidecomputer/omicron/target/doc/tlvc/index.html
20852024-06-05T18:22:00.249ZThe targets should have unique names.
20862024-06-05T18:22:00.249ZThis is a known bug where multiple crates with the same name use
20872024-06-05T18:22:00.249Zthe same path; see <https://github.com/rust-lang/cargo/issues/6313>.
20882024-06-05T18:22:00.249Zwarning: output filename collision.
20892024-06-05T18:22:00.250ZThe lib target `zone` in package `zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)` has the same output filename as the lib target `zone` in package `zone v0.1.8`.
20902024-06-05T18:22:00.250ZColliding filename is: /work/oxidecomputer/omicron/target/doc/zone/index.html
20912024-06-05T18:22:00.250ZThe targets should have unique names.
20922024-06-05T18:22:00.250ZThis is a known bug where multiple crates with the same name use
20932024-06-05T18:22:00.250Zthe same path; see <https://github.com/rust-lang/cargo/issues/6313>.
20942024-06-05T18:22:00.766Z Documenting libc v0.2.155
20952024-06-05T18:22:01.215Z Documenting cfg-if v1.0.0
20962024-06-05T18:22:01.250Z Documenting serde_derive v1.0.203
20972024-06-05T18:22:01.250Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
20982024-06-05T18:22:01.250Z Documenting log v0.4.21
20992024-06-05T18:22:01.250Z Documenting memchr v2.7.2
21002024-06-05T18:22:01.250Z Documenting itoa v1.0.11
21012024-06-05T18:22:01.251Z Documenting byteorder v1.5.0
21022024-06-05T18:22:01.251Z Documenting scopeguard v1.2.0
21032024-06-05T18:22:03.540Z Documenting smallvec v1.13.2
21042024-06-05T18:22:03.911Z Documenting pin-project-lite v0.2.14
21052024-06-05T18:22:04.953Z Documenting libm v0.2.8
21062024-06-05T18:22:04.973Z Documenting once_cell v1.19.0
21072024-06-05T18:22:05.103Z Documenting getrandom v0.2.14
21082024-06-05T18:22:05.895Z Documenting lock_api v0.4.12
21092024-06-05T18:22:06.374Z Documenting signal-hook-registry v1.4.2
21102024-06-05T18:22:06.709Z Documenting parking_lot_core v0.9.10
21112024-06-05T18:22:06.740Z Documenting mio v0.8.11
21122024-06-05T18:22:08.233Z Documenting num-traits v0.2.19
21132024-06-05T18:22:08.747Z Documenting serde v1.0.203
21142024-06-05T18:22:09.513Z Documenting thiserror-impl v1.0.60
21152024-06-05T18:22:09.521Z Documenting rand_core v0.6.4
21162024-06-05T18:22:10.827Z Documenting ryu v1.0.18
21172024-06-05T18:22:10.946Z Documenting zeroize_derive v1.4.2
21182024-06-05T18:22:11.728Z Documenting parking_lot v0.12.2
21192024-06-05T18:22:12.573Z Documenting futures-core v0.3.30
21202024-06-05T18:22:14.757Z Documenting num_cpus v1.16.0
21212024-06-05T18:22:14.809Z Documenting socket2 v0.5.7
21222024-06-05T18:22:14.809Z Documenting tokio-macros v2.2.0
21232024-06-05T18:22:15.585Z Documenting thiserror v1.0.60
21242024-06-05T18:22:15.808Z Documenting zeroize v1.7.0
21252024-06-05T18:22:16.788Z Documenting zerocopy v0.7.34
21262024-06-05T18:22:16.926Z Checking syn v1.0.109
21272024-06-05T18:22:17.975Z Documenting futures-sink v0.3.30
21282024-06-05T18:22:18.921Z Documenting typenum v1.17.0
21292024-06-05T18:22:19.603Z Documenting subtle v2.5.0
21302024-06-05T18:22:20.243Z Documenting iana-time-zone v0.1.60
21312024-06-05T18:22:20.278Z Documenting slab v0.4.9
21322024-06-05T18:22:22.685Z Documenting futures-macro v0.3.30
21332024-06-05T18:22:23.743Z Documenting futures-channel v0.3.30
21342024-06-05T18:22:29.883Z Documenting bytes v1.6.0
21352024-06-05T18:22:31.821Z Documenting serde_json v1.0.117
21362024-06-05T18:22:31.871Z Documenting bitflags v2.5.0
21372024-06-05T18:22:32.111Z Documenting chrono v0.4.38
21382024-06-05T18:22:32.148Z Documenting pin-utils v0.1.0
21392024-06-05T18:22:32.205Z Documenting futures-io v0.3.30
21402024-06-05T18:22:32.548Z Documenting futures-task v0.3.30
21412024-06-05T18:22:33.040Z Documenting generic-array v0.14.7
21422024-06-05T18:22:34.876Z Documenting tokio v1.37.0
21432024-06-05T18:22:37.297Z Documenting uuid v1.8.0
21442024-06-05T18:22:37.321Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
21452024-06-05T18:22:37.447Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
21462024-06-05T18:22:37.518Z Documenting ahash v0.8.11
21472024-06-05T18:22:37.569Z Documenting futures-util v0.3.30
21482024-06-05T18:22:38.134Z Documenting allocator-api2 v0.2.18
21492024-06-05T18:22:38.156Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
21502024-06-05T18:22:38.614Z Documenting crypto-common v0.1.6
21512024-06-05T18:22:39.316Z Documenting tinyvec_macros v0.1.1
21522024-06-05T18:22:42.175Z Documenting const-oid v0.9.6
21532024-06-05T18:22:42.255Z Documenting tinyvec v1.6.0
21542024-06-05T18:22:42.484Z Documenting hashbrown v0.14.5
21552024-06-05T18:22:42.688Z Documenting serde_derive_internals v0.29.1
21562024-06-05T18:22:44.266Z Checking serde_derive_internals v0.29.1
21572024-06-05T18:22:48.201Z Documenting dyn-clone v1.0.17
21582024-06-05T18:22:48.284Z Documenting unicode-normalization v0.1.23
21592024-06-05T18:22:48.285Z Documenting ppv-lite86 v0.2.17
21602024-06-05T18:22:48.285Z Documenting tracing-core v0.1.32
21612024-06-05T18:22:48.285Z Documenting tracing-attributes v0.1.27
21622024-06-05T18:22:48.285Z Documenting unicode-bidi v0.3.15
21632024-06-05T18:22:48.553Z Documenting lazy_static v1.4.0
21642024-06-05T18:22:49.025Z Documenting percent-encoding v2.3.1
21652024-06-05T18:22:49.590Z Documenting rand_chacha v0.3.1
21662024-06-05T18:22:49.969Z Documenting schemars_derive v0.8.20
21672024-06-05T18:22:51.498Z Documenting block-buffer v0.10.4
21682024-06-05T18:22:51.518Z Documenting serde_tokenstream v0.2.0
21692024-06-05T18:22:53.436Z Documenting equivalent v1.0.1
21702024-06-05T18:22:53.574Z Documenting powerfmt v0.2.0
21712024-06-05T18:22:53.589Z Documenting form_urlencoded v1.2.1
21722024-06-05T18:22:54.725Z Documenting rand v0.8.5
21732024-06-05T18:22:55.551Z Documenting schemars v0.8.20
21742024-06-05T18:22:55.865Z Documenting indexmap v2.2.6
21752024-06-05T18:22:56.672Z Documenting digest v0.10.7
21762024-06-05T18:22:56.686Z Documenting deranged v0.3.11
21772024-06-05T18:22:56.786Z Documenting time-macros v0.2.18
21782024-06-05T18:22:59.135Z Documenting num-conv v0.1.0
21792024-06-05T18:23:00.360Z Documenting unicode-width v0.1.12
21802024-06-05T18:23:01.324Z Documenting time-core v0.1.2
21812024-06-05T18:23:01.514Z Documenting num_threads v0.1.7
21822024-06-05T18:23:05.241Z Documenting tracing v0.1.40
21832024-06-05T18:23:10.264Z Documenting fnv v1.0.7
21842024-06-05T18:23:10.385Z Documenting unicode-ident v1.0.12
21852024-06-05T18:23:10.454Z Documenting idna v0.5.0
21862024-06-05T18:23:10.899Z Documenting adler v1.0.2
21872024-06-05T18:23:10.903Z Documenting slog v2.7.0
21882024-06-05T18:23:10.903Z Documenting time v0.3.36
21892024-06-05T18:23:11.118Z Documenting httparse v1.8.0
21902024-06-05T18:23:14.933Z Documenting proc-macro2 v1.0.82
21912024-06-05T18:23:14.971Z Documenting miniz_oxide v0.7.2
21922024-06-05T18:23:15.098Z Documenting cpufeatures v0.2.12
21932024-06-05T18:23:15.219Z Documenting tokio-util v0.7.11
21942024-06-05T18:23:15.240Z Documenting errno v0.3.9
21952024-06-05T18:23:15.327Z Documenting url v2.5.0
21962024-06-05T18:23:16.377Z Documenting async-trait v0.1.80
21972024-06-05T18:23:18.135Z Documenting try-lock v0.2.5
21982024-06-05T18:23:18.595Z Documenting httpdate v1.0.3
21992024-06-05T18:23:19.780Z Documenting rustix v0.38.34
22002024-06-05T18:23:20.095Z Documenting http-body v0.4.6
22012024-06-05T18:23:20.449Z Documenting quote v1.0.36
22022024-06-05T18:23:21.128Z Documenting want v0.3.1
22032024-06-05T18:23:21.899Z Documenting aho-corasick v1.1.3
22042024-06-05T18:23:22.420Z Documenting h2 v0.3.26
22052024-06-05T18:23:22.527Z Documenting openssl-sys v0.9.102
22062024-06-05T18:23:23.558Z Documenting openssl-macros v0.1.1
22072024-06-05T18:23:25.467Z Documenting syn v2.0.64
22082024-06-05T18:23:25.675Z Documenting mime v0.3.17
22092024-06-05T18:23:26.003Z Documenting regex-syntax v0.8.3
22102024-06-05T18:23:27.672Z Documenting gimli v0.28.1
22112024-06-05T18:23:28.056Z Documenting tower-service v0.3.2
22122024-06-05T18:23:29.354Z Documenting object v0.32.2
22132024-06-05T18:23:29.853Z Documenting openssl v0.10.64
22142024-06-05T18:23:30.101Z Documenting ipnet v2.9.0
22152024-06-05T18:23:33.037Z Documenting openssl-probe v0.1.5
22162024-06-05T18:23:33.089Z Documenting hyper v0.14.28
22172024-06-05T18:23:33.896Z Documenting regex-automata v0.4.6
22182024-06-05T18:23:34.571Z Documenting addr2line v0.21.0
22192024-06-05T18:23:35.522Z Documenting rustc-demangle v0.1.24
22202024-06-05T18:23:38.072Z Documenting base64ct v1.6.0
22212024-06-05T18:23:38.446Z Documenting futures-executor v0.3.30
22222024-06-05T18:23:38.567Z Documenting encoding_rs v0.8.34
22232024-06-05T18:23:38.963Z Documenting native-tls v0.2.11
22242024-06-05T18:23:42.862Z Documenting backtrace v0.3.71
22252024-06-05T18:23:43.189Z Checking pest_meta v2.7.10
22262024-06-05T18:23:43.322Z Documenting psl-types v2.0.11
22272024-06-05T18:23:43.399Z Documenting serde_urlencoded v0.7.1
22282024-06-05T18:23:44.174Z Documenting semver v1.0.23
22292024-06-05T18:23:44.752Z Documenting pest_meta v2.7.10
22302024-06-05T18:23:44.862Z Documenting tokio-native-tls v0.3.1
22312024-06-05T18:23:46.356Z Documenting publicsuffix v2.2.3
22322024-06-05T18:23:46.538Z Documenting crossbeam-utils v0.8.19
22332024-06-05T18:23:48.644Z Documenting anyhow v1.0.86
22342024-06-05T18:23:48.970Z Documenting scroll_derive v0.12.0
22352024-06-05T18:23:49.396Z Documenting utf8parse v0.2.1
22362024-06-05T18:23:49.597Z Documenting hyper-rustls v0.24.2
22372024-06-05T18:23:49.972Z Documenting pest_generator v2.7.10
22382024-06-05T18:23:50.576Z Documenting hyper-tls v0.5.0
22392024-06-05T18:23:51.453Z Documenting cookie_store v0.20.0
22402024-06-05T18:23:51.976Z Documenting regex v1.10.4
22412024-06-05T18:23:52.327Z Checking pest_generator v2.7.10
22422024-06-05T18:23:53.005Z Documenting pem-rfc7468 v0.7.0
22432024-06-05T18:23:53.761Z Documenting futures v0.3.30
22442024-06-05T18:23:54.708Z Documenting scroll v0.12.0
22452024-06-05T18:23:55.067Z Documenting der_derive v0.7.2
22462024-06-05T18:23:56.566Z Documenting flagset v0.4.5
22472024-06-05T18:23:57.344Z Documenting webpki-roots v0.25.4
22482024-06-05T18:23:57.956Z Documenting ucd-trie v0.1.6
22492024-06-05T18:23:58.257Z Documenting sync_wrapper v0.1.2
22502024-06-05T18:23:58.512Z Documenting plain v0.2.3
22512024-06-05T18:23:59.461Z Documenting pest_derive v2.7.10
22522024-06-05T18:23:59.751Z Documenting num-integer v0.1.46
22532024-06-05T18:24:01.142Z Documenting pretty-hex v0.4.1
22542024-06-05T18:24:01.511Z Documenting goblin v0.8.2
22552024-06-05T18:24:01.690Z Documenting der v0.7.9
22562024-06-05T18:24:01.840Z Documenting openapiv3 v2.0.0
22572024-06-05T18:24:02.114Z Documenting pest v2.7.10
22582024-06-05T18:24:02.265Z Documenting reqwest v0.11.27
22592024-06-05T18:24:04.417Z Documenting thread-id v4.2.1
22602024-06-05T18:24:04.518Z Documenting usdt-macro v0.5.0
22612024-06-05T18:24:05.077Z Documenting usdt-attr-macro v0.5.0
22622024-06-05T18:24:07.836Z Documenting spki v0.7.3
22632024-06-05T18:24:08.576Z Documenting dtrace-parser v0.2.0
22642024-06-05T18:24:09.262Z Documenting dof v0.3.0
22652024-06-05T18:24:09.474Z Documenting spin v0.9.8
22662024-06-05T18:24:10.791Z Documenting memmap v0.7.0
22672024-06-05T18:24:11.021Z Documenting anstyle v1.0.7
22682024-06-05T18:24:11.721Z Documenting either v1.12.0
22692024-06-05T18:24:12.482Z Documenting pkcs8 v0.10.2
22702024-06-05T18:24:13.637Z Documenting anstyle-parse v0.2.4
22712024-06-05T18:24:13.955Z Documenting ipnetwork v0.20.0
22722024-06-05T18:24:14.474Z Documenting data-encoding v2.6.0
22732024-06-05T18:24:15.072Z Documenting usdt-impl v0.5.0
22742024-06-05T18:24:15.903Z Documenting is_terminal_polyfill v1.70.0
22752024-06-05T18:24:15.956Z Documenting anstyle-query v1.0.3
22762024-06-05T18:24:16.478Z Documenting colorchoice v1.0.1
22772024-06-05T18:24:16.876Z Documenting crossbeam-epoch v0.9.18
22782024-06-05T18:24:17.118Z Documenting terminal_size v0.3.0
22792024-06-05T18:24:19.178Z Documenting sha2 v0.10.8
22802024-06-05T18:24:19.244Z Documenting hex v0.4.3
22812024-06-05T18:24:20.619Z Documenting crc32fast v1.4.0
22822024-06-05T18:24:20.667Z Documenting strsim v0.11.1
22832024-06-05T18:24:20.743Z Documenting anstream v0.6.14
22842024-06-05T18:24:21.892Z Documenting clap_lex v0.7.0
22852024-06-05T18:24:22.566Z Documenting untrusted v0.9.0
22862024-06-05T18:24:22.880Z Documenting usdt v0.5.0
22872024-06-05T18:24:23.884Z Documenting unicode-segmentation v1.11.0
22882024-06-05T18:24:24.498Z Documenting num-iter v0.1.45
22892024-06-05T18:24:24.859Z Documenting hmac v0.12.1
22902024-06-05T18:24:25.386Z Documenting signal-hook v0.3.17
22912024-06-05T18:24:25.450Z Documenting ring v0.17.8
22922024-06-05T18:24:25.760Z Documenting clap_derive v4.5.4
22932024-06-05T18:24:26.073Z Documenting clap_builder v4.5.2
22942024-06-05T18:24:27.257Z Documenting flate2 v1.0.30
22952024-06-05T18:24:29.546Z Documenting static_assertions v1.1.0
22962024-06-05T18:24:30.044Z Documenting managed v0.8.0
22972024-06-05T18:24:30.056Z Documenting itertools v0.12.1
22982024-06-05T18:24:30.586Z Documenting signal-hook-mio v0.2.3
22992024-06-05T18:24:31.359Z Documenting enum-as-inner v0.5.1
23002024-06-05T18:24:32.035Z Documenting regress v0.9.1
23012024-06-05T18:24:32.454Z Documenting block-padding v0.3.3
23022024-06-05T18:24:32.684Z Documenting scheduled-thread-pool v0.2.7
23032024-06-05T18:24:33.048Z Documenting diesel_table_macro_syntax v0.1.0
23042024-06-05T18:24:33.148Z Documenting clap v4.5.4
23052024-06-05T18:24:35.810Z Checking diesel_table_macro_syntax v0.1.0
23062024-06-05T18:24:35.991Z Documenting finl_unicode v1.2.0
23072024-06-05T18:24:37.022Z Documenting trust-dns-proto v0.22.0
23082024-06-05T18:24:37.828Z Documenting inout v0.1.3
23092024-06-05T18:24:37.900Z Documenting r2d2 v0.8.10
23102024-06-05T18:24:37.981Z Documenting crossterm v0.27.0
23112024-06-05T18:24:38.892Z Documenting diesel_derives v2.1.4
23122024-06-05T18:24:39.454Z Documenting md-5 v0.10.6
23132024-06-05T18:24:39.531Z Documenting ff v0.13.0
23142024-06-05T18:24:41.305Z Documenting stringprep v0.1.4
23152024-06-05T18:24:42.609Z Documenting serde_spanned v0.6.6
23162024-06-05T18:24:42.695Z Documenting toml_datetime v0.6.6
23172024-06-05T18:24:43.882Z Documenting pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
23182024-06-05T18:24:44.109Z Documenting base16ct v0.2.0
23192024-06-05T18:24:44.502Z Documenting fallible-iterator v0.2.0
23202024-06-05T18:24:46.395Z Documenting winnow v0.6.8
23212024-06-05T18:24:46.671Z Documenting heck v0.5.0
23222024-06-05T18:24:47.363Z Documenting siphasher v0.3.11
23232024-06-05T18:24:47.393Z Documenting bit-vec v0.6.3
23242024-06-05T18:24:47.785Z Checking unsafe-libyaml v0.2.11
23252024-06-05T18:24:47.944Z Documenting sec1 v0.7.3
23262024-06-05T18:24:48.914Z Documenting diesel v2.1.6
23272024-06-05T18:24:48.955Z Documenting group v0.13.0
23282024-06-05T18:24:49.945Z Documenting typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
23292024-06-05T18:24:50.484Z Documenting postgres-protocol v0.6.6
23302024-06-05T18:24:50.490Z Documenting phf_shared v0.11.2
23312024-06-05T18:24:51.984Z Documenting cipher v0.4.4
23322024-06-05T18:24:52.713Z Documenting toml_edit v0.22.13
23332024-06-05T18:25:02.062Z Documenting hkdf v0.12.4
23342024-06-05T18:25:02.168Z Documenting num-bigint v0.4.5
23352024-06-05T18:25:02.391Z Documenting bstr v1.9.1
23362024-06-05T18:25:02.757Z Documenting console v0.15.8
23372024-06-05T18:25:10.968Z Documenting typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
23382024-06-05T18:25:11.424Z Documenting crypto-bigint v0.5.5
23392024-06-05T18:25:11.453Z Documenting hubpack v0.1.2
23402024-06-05T18:25:11.884Z Documenting serde_repr v0.1.19
23412024-06-05T18:25:11.894Z Documenting precomputed-hash v0.1.1
23422024-06-05T18:25:12.355Z Documenting new_debug_unreachable v1.0.6
23432024-06-05T18:25:12.374Z Documenting unsafe-libyaml v0.2.11
23442024-06-05T18:25:13.413Z Documenting fixedbitset v0.4.2
23452024-06-05T18:25:15.364Z Documenting minimal-lexical v0.2.1
23462024-06-05T18:25:16.168Z Documenting lalrpop-util v0.19.12
23472024-06-05T18:25:16.369Z Documenting serde_yaml v0.9.34+deprecated
23482024-06-05T18:25:16.854Z Documenting petgraph v0.6.5
23492024-06-05T18:25:16.885Z Documenting string_cache v0.8.7
23502024-06-05T18:25:17.381Z Documenting gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=c85a4ca043aaa389df12aac5348d8a3feda28762#c85a4ca0)
23512024-06-05T18:25:18.291Z Documenting typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
23522024-06-05T18:25:27.433Z Documenting nom v7.1.3
23532024-06-05T18:25:27.611Z Documenting yasna v0.5.2
23542024-06-05T18:25:27.743Z Documenting postgres-types v0.2.6
23552024-06-05T18:25:28.081Z Documenting phf v0.11.2
23562024-06-05T18:25:28.229Z Checking serde_yaml v0.9.34+deprecated
23572024-06-05T18:25:28.332Z Documenting similar v2.5.0
23582024-06-05T18:25:28.376Z Documenting elliptic-curve v0.13.8
23592024-06-05T18:25:29.285Z Documenting progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
23602024-06-05T18:25:30.232Z Documenting getopts v0.2.21
23612024-06-05T18:25:33.155Z Documenting float-cmp v0.9.0
23622024-06-05T18:25:33.598Z Documenting peg-runtime v0.8.3
23632024-06-05T18:25:33.619Z Documenting whoami v1.5.1
23642024-06-05T18:25:34.344Z Documenting difflib v0.4.0
23652024-06-05T18:25:34.587Z Documenting predicates-core v1.0.6
23662024-06-05T18:25:35.773Z Documenting normalize-line-endings v0.3.0
23672024-06-05T18:25:44.994Z Documenting progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
23682024-06-05T18:25:45.321Z Documenting progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
23692024-06-05T18:25:45.364Z Documenting bit-set v0.5.3
23702024-06-05T18:25:45.364Z Documenting tokio-postgres v0.7.10
23712024-06-05T18:25:45.412Z Documenting tokio-stream v0.1.15
23722024-06-05T18:25:45.436Z Documenting fs-err v2.11.0
23732024-06-05T18:25:45.544Z Documenting predicates v3.1.0
23742024-06-05T18:25:45.836Z Checking ident_case v1.0.1
23752024-06-05T18:25:45.988Z Checking darling_core v0.20.9
23762024-06-05T18:25:48.232Z Documenting is-terminal v0.4.12
23772024-06-05T18:25:50.167Z Documenting strum v0.26.2
23782024-06-05T18:25:50.928Z Documenting base64 v0.22.1
23792024-06-05T18:25:51.146Z Documenting ident_case v1.0.1
23802024-06-05T18:25:51.993Z Documenting camino v1.1.7
23812024-06-05T18:25:52.325Z Documenting dirs-sys-next v0.1.2
23822024-06-05T18:25:52.825Z Checking darling v0.20.9
23832024-06-05T18:25:52.931Z Documenting sha1 v0.10.6
23842024-06-05T18:25:53.480Z Documenting progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
23852024-06-05T18:25:54.460Z Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
23862024-06-05T18:25:54.972Z Documenting http v1.1.0
23872024-06-05T18:25:55.494Z Documenting darling_core v0.20.9
23882024-06-05T18:25:55.955Z Documenting paste v1.0.15
23892024-06-05T18:25:56.740Z Documenting thread_local v1.1.8
23902024-06-05T18:25:57.357Z Documenting dirs-next v2.0.0
23912024-06-05T18:25:57.637Z Documenting rustls-pki-types v1.7.0
23922024-06-05T18:25:59.279Z Documenting crossbeam-channel v0.5.12
23932024-06-05T18:26:00.235Z Documenting take_mut v0.2.2
23942024-06-05T18:26:07.226Z Documenting slog-json v2.6.1
23952024-06-05T18:26:07.371Z Documenting async-stream-impl v0.3.5
23962024-06-05T18:26:07.371Z Documenting term v0.7.0
23972024-06-05T18:26:07.371Z Documenting rustls-webpki v0.102.4
23982024-06-05T18:26:07.402Z Documenting atomic-waker v1.1.2
23992024-06-05T18:26:07.402Z Documenting debug-ignore v1.0.5
24002024-06-05T18:26:07.402Z Documenting slog-async v2.8.0
24012024-06-05T18:26:07.402Z Documenting darling_macro v0.20.9
24022024-06-05T18:26:07.402Z Documenting slog-bunyan v2.5.0
24032024-06-05T18:26:07.402Z Documenting async-stream v0.3.5
24042024-06-05T18:26:07.592Z Documenting slog-term v2.9.1
24052024-06-05T18:26:07.653Z Documenting waitgroup v0.1.2
24062024-06-05T18:26:08.069Z Documenting rustls-pemfile v2.1.2
24072024-06-05T18:26:08.646Z Documenting rustls v0.22.4
24082024-06-05T18:26:09.522Z Documenting multer v3.1.0
24092024-06-05T18:26:10.944Z Documenting darling v0.20.9
24102024-06-05T18:26:11.607Z Documenting toml v0.8.13
24112024-06-05T18:26:11.639Z Documenting dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#0cd0e828)
24122024-06-05T18:26:12.631Z Documenting serde_path_to_error v0.1.16
24132024-06-05T18:26:12.708Z Documenting hostname v0.4.0
24142024-06-05T18:26:13.050Z Documenting structmeta-derive v0.3.0
24152024-06-05T18:26:16.098Z Documenting newtype-uuid v1.1.0
24162024-06-05T18:26:16.540Z Documenting serde_with_macros v3.8.1
24172024-06-05T18:26:17.776Z Checking structmeta v0.3.0
24182024-06-05T18:26:17.823Z Documenting tokio-rustls v0.25.0
24192024-06-05T18:26:17.902Z Documenting instant v0.1.12
24202024-06-05T18:26:18.001Z Documenting slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24212024-06-05T18:26:18.336Z Documenting mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=5630887d0373857f77cb264f84aa19bdec720ce3#5630887d)
24222024-06-05T18:26:18.348Z Documenting serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
24232024-06-05T18:26:19.497Z Documenting structmeta v0.3.0
24242024-06-05T18:26:21.668Z Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24252024-06-05T18:26:22.205Z Documenting serde_with v3.8.1
24262024-06-05T18:26:22.744Z Documenting backoff v0.4.0
24272024-06-05T18:26:22.904Z Documenting oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet?branch=main#42b4d3c7)
24282024-06-05T18:26:23.660Z Documenting slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24292024-06-05T18:26:23.833Z Documenting dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#0cd0e828)
24302024-06-05T18:26:25.116Z Documenting parse-display-derive v0.9.0
24312024-06-05T18:26:27.472Z Documenting macaddr v1.0.1
24322024-06-05T18:26:28.372Z Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
24332024-06-05T18:26:28.579Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
24342024-06-05T18:26:28.628Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
24352024-06-05T18:26:28.857Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
24362024-06-05T18:26:29.785Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
24372024-06-05T18:26:30.978Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
24382024-06-05T18:26:31.301Z Documenting fastrand v2.1.0
24392024-06-05T18:26:31.914Z Documenting parse-display v0.9.0
24402024-06-05T18:26:32.324Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
24412024-06-05T18:26:32.418Z Documenting proc-macro-crate v1.3.1
24422024-06-05T18:26:32.731Z Checking proc-macro-crate v1.3.1
24432024-06-05T18:26:32.740Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
24442024-06-05T18:26:32.843Z Documenting foreign-types-macros v0.2.3
24452024-06-05T18:26:32.847Z Documenting foreign-types-shared v0.3.1
24462024-06-05T18:26:34.437Z Documenting libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
24472024-06-05T18:26:35.799Z Documenting nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
24482024-06-05T18:26:35.964Z Documenting tempfile v3.10.1
24492024-06-05T18:26:37.474Z Documenting rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
24502024-06-05T18:26:37.717Z Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
24512024-06-05T18:26:38.216Z Documenting num_enum_derive v0.5.11
24522024-06-05T18:26:38.617Z Documenting cstr-argument v0.1.2
24532024-06-05T18:26:38.761Z Documenting foreign-types v0.5.0
24542024-06-05T18:26:40.456Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
24552024-06-05T18:26:40.743Z Documenting tabwriter v1.4.0
24562024-06-05T18:26:40.917Z Documenting camino-tempfile v1.1.1
24572024-06-05T18:26:43.152Z Documenting rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
24582024-06-05T18:26:43.548Z Documenting colored v2.1.0
24592024-06-05T18:26:43.675Z Documenting nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
24602024-06-05T18:26:45.752Z Documenting hash32 v0.3.1
24612024-06-05T18:26:46.484Z Documenting num_enum v0.5.11
24622024-06-05T18:26:46.934Z Documenting stable_deref_trait v1.2.0
24632024-06-05T18:26:47.518Z Documenting smf v0.2.3
24642024-06-05T18:26:47.796Z Documenting embedded-io v0.4.0
24652024-06-05T18:26:47.970Z Documenting cobs v0.2.3
24662024-06-05T18:26:49.873Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
24672024-06-05T18:26:50.995Z Documenting heapless v0.8.0
24682024-06-05T18:26:51.113Z Documenting derive-where v1.2.7
24692024-06-05T18:26:51.237Z Documenting postcard v1.0.8
24702024-06-05T18:26:51.597Z Documenting dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
24712024-06-05T18:26:51.882Z Documenting illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=d6177ca84f23e60a661461bb4cece475689502d2#d6177ca8)
24722024-06-05T18:26:52.635Z Documenting crucible-workspace-hack v0.1.0
24732024-06-05T18:26:53.351Z Documenting kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=d6177ca84f23e60a661461bb4cece475689502d2#d6177ca8)
24742024-06-05T18:26:54.886Z Documenting newline-converter v0.3.0
24752024-06-05T18:26:55.317Z Documenting poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
24762024-06-05T18:26:56.568Z Documenting libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e)
24772024-06-05T18:26:56.750Z Documenting smoltcp v0.11.0
24782024-06-05T18:26:56.915Z Documenting bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6d7ed9a033babc054db9eff5b59dee978d2b0d76#6d7ed9a0)
24792024-06-05T18:26:57.479Z Documenting sigpipe v0.1.3
24802024-06-05T18:26:57.503Z Documenting num-derive v0.4.2
24812024-06-05T18:26:58.621Z Documenting convert_case v0.4.0
24822024-06-05T18:26:59.077Z Checking convert_case v0.4.0
24832024-06-05T18:26:59.318Z Documenting zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
24842024-06-05T18:26:59.760Z Documenting expectorate v1.1.0
24852024-06-05T18:27:02.339Z Documenting bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6d7ed9a033babc054db9eff5b59dee978d2b0d76#6d7ed9a0)
24862024-06-05T18:27:02.547Z Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
24872024-06-05T18:27:03.152Z Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
24882024-06-05T18:27:03.627Z Documenting crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=8c6d485110ecfae5409575246b986a145c386dc4#8c6d4851)
24892024-06-05T18:27:03.757Z Documenting derive_more v0.99.17
24902024-06-05T18:27:04.148Z Documenting opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=d6177ca84f23e60a661461bb4cece475689502d2#d6177ca8)
24912024-06-05T18:27:05.007Z Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
24922024-06-05T18:27:06.012Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
24932024-06-05T18:27:07.140Z Documenting password-hash v0.5.0
24942024-06-05T18:27:07.154Z Documenting blake2 v0.10.6
24952024-06-05T18:27:08.028Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
24962024-06-05T18:27:09.856Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
24972024-06-05T18:27:10.540Z Documenting humantime v2.1.0
24982024-06-05T18:27:10.875Z Documenting linked-hash-map v0.5.6
24992024-06-05T18:27:10.907Z Documenting opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=d6177ca84f23e60a661461bb4cece475689502d2#d6177ca8)
25002024-06-05T18:27:11.191Z Documenting newtype_derive v0.1.6
25012024-06-05T18:27:11.836Z Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
25022024-06-05T18:27:12.062Z Documenting argon2 v0.5.3
25032024-06-05T18:27:15.342Z Documenting lru-cache v0.1.2
25042024-06-05T18:27:15.436Z Documenting swrite v0.1.0
25052024-06-05T18:27:15.754Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
25062024-06-05T18:27:16.016Z Documenting steno v0.4.0
25072024-06-05T18:27:17.538Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
25082024-06-05T18:27:17.647Z Documenting oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=d6177ca84f23e60a661461bb4cece475689502d2#d6177ca8)
25092024-06-05T18:27:17.797Z Documenting arc-swap v1.7.1
25102024-06-05T18:27:18.381Z Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
25112024-06-05T18:27:18.539Z Documenting quick-error v1.2.3
25122024-06-05T18:27:20.393Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
25132024-06-05T18:27:20.466Z Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
25142024-06-05T18:27:20.893Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
25152024-06-05T18:27:21.182Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
25162024-06-05T18:27:22.845Z Documenting slog-scope v4.4.0
25172024-06-05T18:27:23.634Z Documenting resolv-conf v0.7.0
25182024-06-05T18:27:24.763Z Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
25192024-06-05T18:27:24.784Z Documenting xattr v1.3.1
25202024-06-05T18:27:24.810Z Documenting opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=d6177ca84f23e60a661461bb4cece475689502d2#d6177ca8)
25212024-06-05T18:27:25.522Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
25222024-06-05T18:27:25.552Z Documenting filetime v0.2.23
25232024-06-05T18:27:25.914Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
25242024-06-05T18:27:26.167Z Documenting num-rational v0.4.2
25252024-06-05T18:27:27.824Z Documenting slog-stdlog v4.1.1
25262024-06-05T18:27:28.806Z Documenting trust-dns-resolver v0.22.0
25272024-06-05T18:27:28.986Z Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
25282024-06-05T18:27:30.444Z Documenting num-complex v0.4.6
25292024-06-05T18:27:30.590Z Documenting tar v0.4.40
25302024-06-05T18:27:31.599Z Documenting tap v1.0.1
25312024-06-05T18:27:31.738Z Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
25322024-06-05T18:27:32.890Z Documenting slog-envlogger v2.2.0
25332024-06-05T18:27:34.553Z Documenting wyz v0.5.1
25342024-06-05T18:27:35.729Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
25352024-06-05T18:27:36.421Z Documenting num v0.4.3
25362024-06-05T18:27:36.953Z Documenting radium v0.7.0
25372024-06-05T18:27:37.776Z Documenting nibble_vec v0.1.0
25382024-06-05T18:27:38.305Z Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
25392024-06-05T18:27:38.596Z Documenting crc-catalog v2.4.0
25402024-06-05T18:27:40.164Z Documenting same-file v1.0.6
25412024-06-05T18:27:41.607Z Documenting funty v2.0.0
25422024-06-05T18:27:42.142Z Documenting endian-type v0.1.2
25432024-06-05T18:27:42.143Z Documenting display-error-chain v0.2.0
25442024-06-05T18:27:43.015Z Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25452024-06-05T18:27:44.416Z Documenting walkdir v2.5.0
25462024-06-05T18:27:45.104Z Documenting bitvec v1.0.1
25472024-06-05T18:27:46.674Z Documenting radix_trie v0.2.1
25482024-06-05T18:27:46.784Z Documenting crc v3.2.1
25492024-06-05T18:27:48.762Z Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
25502024-06-05T18:27:48.778Z Documenting slog-dtrace v0.3.0
25512024-06-05T18:27:49.973Z Documenting cancel-safe-futures v0.1.5
25522024-06-05T18:27:50.913Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
25532024-06-05T18:27:51.191Z Documenting packed_struct_codegen v0.10.1
25542024-06-05T18:27:51.397Zwarning: unresolved link to `Blueprints`
25552024-06-05T18:27:51.398Z --> nexus/types/src/deployment/blueprint_diff.rs:5:33
25562024-06-05T18:27:51.398Z |
25572024-06-05T18:27:51.398Z5 | //! Types helpful for diffing [`Blueprints`].
25582024-06-05T18:27:51.398Z | ^^^^^^^^^^ no item named `Blueprints` in scope
25592024-06-05T18:27:51.398Z |
25602024-06-05T18:27:51.398Z = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
25612024-06-05T18:27:51.398Z = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default
25622024-06-05T18:27:51.399Z
25632024-06-05T18:27:51.404Zwarning: unresolved link to `Blueprints`
25642024-06-05T18:27:51.405Z --> nexus/types/src/deployment/blueprint_display.rs:5:35
25652024-06-05T18:27:51.405Z |
25662024-06-05T18:27:51.405Z5 | //! Types helpful for rendering [`Blueprints`].
25672024-06-05T18:27:51.405Z | ^^^^^^^^^^ no item named `Blueprints` in scope
25682024-06-05T18:27:51.405Z |
25692024-06-05T18:27:51.405Z = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
25702024-06-05T18:27:51.405Z
25712024-06-05T18:27:51.405Zwarning: unresolved link to `BpSledTable`
25722024-06-05T18:27:51.405Z --> nexus/types/src/deployment/blueprint_display.rs:179:49
25732024-06-05T18:27:51.405Z |
25742024-06-05T18:27:51.405Z179 | /// `BpSledSubtable`s are always nested under [`BpSledTable`]s.
25752024-06-05T18:27:51.405Z | ^^^^^^^^^^^ no item named `BpSledTable` in scope
25762024-06-05T18:27:51.405Z |
25772024-06-05T18:27:51.405Z = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
25782024-06-05T18:27:51.405Z
25792024-06-05T18:27:52.034Z Documenting nodrop v0.1.14
25802024-06-05T18:27:53.731Zwarning: `nexus-types` (lib doc) generated 3 warnings
25812024-06-05T18:27:53.757Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
25822024-06-05T18:27:55.187Z Documenting array-init v0.0.4
25832024-06-05T18:27:55.531Z Documenting bzip2-sys v0.1.11+1.0.8
25842024-06-05T18:27:56.803Z Documenting packed_struct v0.10.1
25852024-06-05T18:27:57.298Z Documenting num-bigint-dig v0.8.4
25862024-06-05T18:27:57.630Z Documenting pem v3.0.4
25872024-06-05T18:27:58.622Z Documenting pkcs1 v0.7.5
25882024-06-05T18:28:00.745Z Documenting signature v2.2.0
25892024-06-05T18:28:02.093Z Documenting termcolor v1.4.1
25902024-06-05T18:28:02.718Z Documenting maplit v1.0.2
25912024-06-05T18:28:03.492Z Documenting bitfield v0.14.0
25922024-06-05T18:28:03.513Z Documenting bzip2 v0.4.4
25932024-06-05T18:28:04.376Z Documenting serde-hex v0.1.0
25942024-06-05T18:28:05.509Z Documenting rsa v0.9.6
25952024-06-05T18:28:06.595Z Documenting tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
25962024-06-05T18:28:06.619Z Documenting env_logger v0.10.2
25972024-06-05T18:28:06.678Z Documenting lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
25982024-06-05T18:28:07.679Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
25992024-06-05T18:28:07.937Z Documenting x509-cert v0.2.5
26002024-06-05T18:28:08.730Z Documenting libsw v3.3.1
26012024-06-05T18:28:10.364Z Documenting ron v0.8.1
26022024-06-05T18:28:11.253Z Documenting half v2.4.1
26032024-06-05T18:28:12.001Z Documenting headers-core v0.2.0
26042024-06-05T18:28:13.964Z Documenting linear-map v1.2.0
26052024-06-05T18:28:14.435Z Documenting owo-colors v4.0.0
26062024-06-05T18:28:14.627Z Documenting ciborium-io v0.2.2
26072024-06-05T18:28:14.728Z Documenting crc-any v2.5.0
26082024-06-05T18:28:15.757Z Documenting tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
26092024-06-05T18:28:16.134Z Documenting zip v0.6.6
26102024-06-05T18:28:18.036Z Documenting headers v0.3.9
26112024-06-05T18:28:18.055Z Documenting lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
26122024-06-05T18:28:18.787Z Documenting internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
26132024-06-05T18:28:19.420Z Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
26142024-06-05T18:28:19.727Z Documenting ciborium-ll v0.2.2
26152024-06-05T18:28:20.412Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
26162024-06-05T18:28:21.783Z Documenting async-recursion v1.1.1
26172024-06-05T18:28:24.636Z Documenting path-slash v0.1.5
26182024-06-05T18:28:24.709Z Documenting ciborium v0.2.2
26192024-06-05T18:28:27.743Z Documenting fxhash v0.2.1
26202024-06-05T18:28:28.285Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
26212024-06-05T18:28:28.515Z Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26222024-06-05T18:28:29.471Z Documenting hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#943c4bbe)
26232024-06-05T18:28:29.770Z Documenting buf-list v1.0.3
26242024-06-05T18:28:30.408Z Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
26252024-06-05T18:28:32.817Z Documenting derive_builder_core v0.20.0
26262024-06-05T18:28:33.420Z Checking derive_builder_core v0.20.0
26272024-06-05T18:28:34.297Z Documenting pin-project-internal v1.1.5
26282024-06-05T18:28:35.414Z Documenting ref-cast-impl v1.0.23
26292024-06-05T18:28:39.761Z Documenting vte_generate_state_changes v0.1.1
26302024-06-05T18:28:40.139Z Documenting derive_builder_macro v0.20.0
26312024-06-05T18:28:40.444Z Documenting ref-cast v1.0.23
26322024-06-05T18:28:40.979Z Documenting pin-project v1.1.5
26332024-06-05T18:28:42.747Z Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26342024-06-05T18:28:43.330Z Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
26352024-06-05T18:28:44.031Z Documenting bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
26362024-06-05T18:28:44.941Z Documenting vte v0.11.1
26372024-06-05T18:28:45.053Z Documenting crossbeam-deque v0.8.5
26382024-06-05T18:28:46.072Z Documenting snafu-derive v0.8.2
26392024-06-05T18:28:48.760Z Documenting fd-lock v4.0.2
26402024-06-05T18:28:49.425Z Documenting bitstruct_derive v0.1.0
26412024-06-05T18:28:49.696Z Documenting viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
26422024-06-05T18:28:50.022Z Documenting ascii v1.1.0
26432024-06-05T18:28:50.710Z Documenting rayon-core v1.12.1
26442024-06-05T18:28:53.187Z Documenting snafu v0.8.2
26452024-06-05T18:28:53.273Z Documenting rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c)
26462024-06-05T18:28:54.605Z Documenting bitstruct v0.1.1
26472024-06-05T18:28:54.786Z Documenting bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
26482024-06-05T18:28:54.906Z Documenting viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
26492024-06-05T18:28:56.159Z Documenting strip-ansi-escapes v0.2.0
26502024-06-05T18:28:57.022Z Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26512024-06-05T18:28:57.595Z Documenting derive_builder v0.20.0
26522024-06-05T18:28:57.963Z Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
26532024-06-05T18:28:59.551Z Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
26542024-06-05T18:28:59.703Z Documenting polar-core v0.27.3
26552024-06-05T18:28:59.770Z Documenting libxml v0.3.3
26562024-06-05T18:29:00.648Z Documenting proc-macro-error-attr v1.0.4
26572024-06-05T18:29:01.093Z Documenting dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
26582024-06-05T18:29:05.460Z Documenting globset v0.4.14
26592024-06-05T18:29:07.034Z Documenting propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
26602024-06-05T18:29:07.507Z Documenting olpc-cjson v0.1.3
26612024-06-05T18:29:07.905Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
26622024-06-05T18:29:08.963Z Documenting quick-xml v0.31.0
26632024-06-05T18:29:09.512Z Documenting serde_plain v1.0.2
26642024-06-05T18:29:10.424Z Documenting serde_arrays v0.1.0
26652024-06-05T18:29:11.898Z Documenting erased-serde v0.3.31
26662024-06-05T18:29:12.757Z Documenting oso-derive v0.27.3
26672024-06-05T18:29:12.929Z Documenting impl-trait-for-tuples v0.2.2
26682024-06-05T18:29:15.079Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
26692024-06-05T18:29:15.374Z Documenting typed-path v0.7.1
26702024-06-05T18:29:15.863Z Documenting unicode-xid v0.2.4
26712024-06-05T18:29:16.042Z Checking unicode-xid v0.2.4
26722024-06-05T18:29:16.198Z Documenting nu-ansi-term v0.50.0
26732024-06-05T18:29:18.195Z Documenting propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
26742024-06-05T18:29:18.625Z Documenting samael v0.0.15
26752024-06-05T18:29:18.713Z Documenting oso v0.27.3
26762024-06-05T18:29:18.842Z Documenting const_format_proc_macros v0.2.32
26772024-06-05T18:29:21.417Z Documenting reedline v0.31.0
26782024-06-05T18:29:22.387Z Documenting tough v0.17.1
26792024-06-05T18:29:24.565Z Documenting proc-macro-error v1.0.4
26802024-06-05T18:29:25.435Z Documenting rayon v1.10.0
26812024-06-05T18:29:25.609Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
26822024-06-05T18:29:29.848Z Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
26832024-06-05T18:29:30.267Z Documenting libefi-sys v0.1.0
26842024-06-05T18:29:30.673Z Documenting trust-dns-client v0.22.0
26852024-06-05T18:29:34.070Z Documenting cookie v0.18.1
26862024-06-05T18:29:34.491Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
26872024-06-05T18:29:35.409Z Documenting illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
26882024-06-05T18:29:35.711Z Checking proc-macro-error v1.0.4
26892024-06-05T18:29:35.826Z Documenting bb8 v0.8.3
26902024-06-05T18:29:36.405Z Documenting keccak v0.1.5
26912024-06-05T18:29:36.415Z Documenting bytecount v0.6.8
26922024-06-05T18:29:37.642Z Documenting libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81)
26932024-06-05T18:29:39.054Z Documenting utf-8 v0.7.6
26942024-06-05T18:29:39.093Z Documenting parse-size v1.0.0
26952024-06-05T18:29:39.376Z Documenting trust-dns-server v0.22.1
26962024-06-05T18:29:39.455Z Documenting papergrid v0.11.0
26972024-06-05T18:29:40.201Z Documenting tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
26982024-06-05T18:29:42.098Z Documenting tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
26992024-06-05T18:29:42.732Z Documenting libnvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81)
27002024-06-05T18:29:43.083Z Documenting async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef)
27012024-06-05T18:29:43.985Z Documenting tungstenite v0.21.0
27022024-06-05T18:29:45.240Z Documenting sha3 v0.10.8
27032024-06-05T18:29:45.395Z Documenting tabled_derive v0.7.0
27042024-06-05T18:29:47.918Z Documenting libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
27052024-06-05T18:29:48.546Z Documenting cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
27062024-06-05T18:29:50.837Z Documenting const_format v0.2.32
27072024-06-05T18:29:50.874Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27082024-06-05T18:29:50.939Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
27092024-06-05T18:29:51.551Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
27102024-06-05T18:29:51.738Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
27112024-06-05T18:29:52.090Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
27122024-06-05T18:29:52.699Z Documenting sled v0.34.7
27132024-06-05T18:29:52.991Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27142024-06-05T18:29:53.134Z Documenting nix v0.28.0
27152024-06-05T18:29:53.854Z Documenting diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#62ef5ca0)
27162024-06-05T18:29:53.932Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
27172024-06-05T18:29:54.219Z Documenting secrecy v0.8.0
27182024-06-05T18:29:54.313Z Documenting gethostname v0.4.3
27192024-06-05T18:29:58.194Z Documenting peg-macros v0.8.3
27202024-06-05T18:29:58.886Z Documenting rustversion v1.0.17
27212024-06-05T18:29:59.345Z Documenting sqlparser_derive v0.2.2
27222024-06-05T18:29:59.435Z Documenting unicode_categories v0.1.1
27232024-06-05T18:29:59.497Z Documenting home v0.5.9
27242024-06-05T18:30:02.759Z Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
27252024-06-05T18:30:03.967Z Documenting castaway v0.2.2
27262024-06-05T18:30:04.124Z Documenting peg v0.8.3
27272024-06-05T18:30:04.364Z Documenting rustyline v14.0.0
27282024-06-05T18:30:04.537Z Documenting sqlparser v0.45.0
27292024-06-05T18:30:04.653Z Documenting sqlformat v0.2.3
27302024-06-05T18:30:08.848Z Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
27312024-06-05T18:30:09.088Z Documenting propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
27322024-06-05T18:30:10.153Z Documenting tabled v0.15.0
27332024-06-05T18:30:10.206Z Documenting tokio-tungstenite v0.21.0
27342024-06-05T18:30:10.872Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
27352024-06-05T18:30:16.057Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
27362024-06-05T18:30:17.297Z Documenting zone v0.1.8
27372024-06-05T18:30:17.358Z Documenting dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
27382024-06-05T18:30:17.860Z Documenting libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e)
27392024-06-05T18:30:18.251Z Documenting ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=5630887d0373857f77cb264f84aa19bdec720ce3#5630887d)
27402024-06-05T18:30:18.471Z Documenting propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
27412024-06-05T18:30:21.905Z Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27422024-06-05T18:30:23.470Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
27432024-06-05T18:30:23.726Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
27442024-06-05T18:30:24.030Z Documenting portpicker v0.1.1
27452024-06-05T18:30:24.729Z Documenting universal-hash v0.5.1
27462024-06-05T18:30:27.033Z Documenting bcs v0.1.6
27472024-06-05T18:30:29.542Z Documenting thiserror-impl-no-std v2.0.2
27482024-06-05T18:30:31.080Z Documenting kstat-rs v0.2.3
27492024-06-05T18:30:33.557Z Documenting nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
27502024-06-05T18:30:39.786Z Documenting curve25519-dalek-derive v0.1.1
27512024-06-05T18:30:39.950Z Documenting highway v1.1.0
27522024-06-05T18:30:40.014Z Documenting opaque-debug v0.3.1
27532024-06-05T18:30:40.129Z Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
27542024-06-05T18:30:40.285Z Documenting libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1)
27552024-06-05T18:30:40.302Z Documenting thiserror-no-std v2.0.2
27562024-06-05T18:30:40.678Z Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
27572024-06-05T18:30:42.938Z Documenting poly1305 v0.8.0
27582024-06-05T18:30:43.266Z Documenting compact_str v0.7.1
27592024-06-05T18:30:44.999Z Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27602024-06-05T18:30:45.579Z Documenting curve25519-dalek v4.1.2
27612024-06-05T18:30:48.558Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
27622024-06-05T18:30:48.833Z Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
27632024-06-05T18:30:50.500Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
27642024-06-05T18:30:51.345Z Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27652024-06-05T18:30:51.362Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
27662024-06-05T18:30:52.260Z Documenting portable-atomic v1.6.0
27672024-06-05T18:30:53.807Z Documenting ed25519 v1.5.3
27682024-06-05T18:30:54.556Z Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
27692024-06-05T18:30:55.742Z Documenting unicase v2.7.0
27702024-06-05T18:30:56.086Z Documenting rcgen v0.12.1
27712024-06-05T18:30:56.880Z Documenting propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6d7ed9a033babc054db9eff5b59dee978d2b0d76#6d7ed9a0)
27722024-06-05T18:30:59.078Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
27732024-06-05T18:31:01.536Z Documenting crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=8c6d485110ecfae5409575246b986a145c386dc4#8c6d4851)
27742024-06-05T18:31:02.287Zwarning: could not parse code block as Rust code
27752024-06-05T18:31:02.287Z --> oximeter/db/src/oxql/ast/grammar.rs:246:9
27762024-06-05T18:31:02.288Z |
27772024-06-05T18:31:02.288Z246 | / /// Parse a string literal, either single- or double-quoted.
27782024-06-05T18:31:02.288Z247 | | ///
27792024-06-05T18:31:02.288Z248 | | /// Parsing string literals is pretty tricky, but we add several
27802024-06-05T18:31:02.288Z249 | | /// constraints to simplify things. First strings must be quoted, either
27812024-06-05T18:31:02.288Z... |
27822024-06-05T18:31:02.288Z277 | | ///
27832024-06-05T18:31:02.288Z278 | | /// Will be parsed as `this string has " in it`.
27842024-06-05T18:31:02.288Z | |________________________________________________________^
27852024-06-05T18:31:02.288Z |
27862024-06-05T18:31:02.288Z = help: `ignore` code blocks require valid Rust code for syntax highlighting; mark blocks that do not contain Rust code as text: ```text
27872024-06-05T18:31:02.288Z = note: error from rustc: unknown start of token: \
27882024-06-05T18:31:02.288Z = note: error from rustc: unknown start of token: \
27892024-06-05T18:31:02.288Z = note: error from rustc: unknown start of token: \
27902024-06-05T18:31:02.288Z = note: error from rustc: unknown start of token: \
27912024-06-05T18:31:02.288Z = note: error from rustc: unknown start of token: \
27922024-06-05T18:31:02.288Z = note: `#[warn(rustdoc::invalid_rust_codeblocks)]` on by default
27932024-06-05T18:31:02.289Z
27942024-06-05T18:31:02.708Z Documenting atomicwrites v0.4.3
27952024-06-05T18:31:03.556Z Documenting nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
27962024-06-05T18:31:03.696Zwarning: `oximeter-db` (lib doc) generated 1 warning
27972024-06-05T18:31:03.702Z Documenting chacha20 v0.9.1
27982024-06-05T18:31:04.482Z Documenting lru v0.12.3
27992024-06-05T18:31:08.603Z Documenting aead v0.5.2
28002024-06-05T18:31:08.675Z Documenting rand_seeder v0.2.3
28012024-06-05T18:31:09.573Z Documenting nanorand v0.7.0
28022024-06-05T18:31:10.053Z Documenting subprocess v0.2.9
28032024-06-05T18:31:11.665Z Documenting stability v0.2.0
28042024-06-05T18:31:12.195Z Documenting cassowary v0.3.0
28052024-06-05T18:31:13.207Z Documenting glob v0.3.1
28062024-06-05T18:31:23.064Z Documenting number_prefix v0.4.0
28072024-06-05T18:31:23.344Z Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
28082024-06-05T18:31:23.628Z Documenting chacha20poly1305 v0.10.1
28092024-06-05T18:31:23.695Z Documenting flume v0.11.0
28102024-06-05T18:31:23.813Z Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
28112024-06-05T18:31:23.929Z Documenting ratatui v0.26.2
28122024-06-05T18:31:24.218Z Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
28132024-06-05T18:31:26.349Zwarning: unresolved link to `crate::db::lookup::LookupPath`
28142024-06-05T18:31:26.350Z --> nexus/auth/src/authz/api_resources.rs:8:12
28152024-06-05T18:31:26.350Z |
28162024-06-05T18:31:26.350Z8 | //! (see [`crate::db::lookup::LookupPath`]) and get back a so-called `authz`
28172024-06-05T18:31:26.350Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `db` in module `nexus_auth`
28182024-06-05T18:31:26.350Z |
28192024-06-05T18:31:26.350Z = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default
28202024-06-05T18:31:26.350Z
28212024-06-05T18:31:27.871Zwarning: `nexus-auth` (lib doc) generated 1 warning
28222024-06-05T18:31:27.874Z Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
28232024-06-05T18:31:27.920Z Documenting indicatif v0.17.8
28242024-06-05T18:31:28.719Z Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
28252024-06-05T18:31:40.911Z Documenting mime_guess v2.0.4
28262024-06-05T18:31:40.981Z Documenting salty v0.2.0
28272024-06-05T18:31:41.135Z Documenting vsss-rs v3.3.4
28282024-06-05T18:31:41.162Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
28292024-06-05T18:31:41.629Z Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
28302024-06-05T18:31:42.572Z Documenting hubpack v0.1.0 (https://github.com/cbiffle/hubpack.git?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a)
28312024-06-05T18:31:43.886Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
28322024-06-05T18:31:45.003Z Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
28332024-06-05T18:31:45.470Z Documenting tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
28342024-06-05T18:31:45.697Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28352024-06-05T18:31:45.956Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
28362024-06-05T18:31:46.213Z Documenting serde-big-array v0.5.1
28372024-06-05T18:31:46.328Z Documenting memmap2 v0.9.4
28382024-06-05T18:31:47.388Z Documenting rtoolbox v0.0.2
28392024-06-05T18:31:50.043Z Documenting unicode-linebreak v0.1.5
28402024-06-05T18:31:50.246Z Documenting arrayref v0.3.7
28412024-06-05T18:31:50.737Z Documenting shell-words v1.1.0
28422024-06-05T18:31:51.045Z Documenting smawk v0.3.2
28432024-06-05T18:31:52.710Z Documenting is_ci v1.2.0
28442024-06-05T18:31:53.175Z Documenting arrayvec v0.7.4
28452024-06-05T18:31:53.294Z Documenting http-range v0.1.5
28462024-06-05T18:31:55.232Z Documenting constant_time_eq v0.3.0
28472024-06-05T18:31:55.354Z Documenting textwrap v0.16.1
28482024-06-05T18:31:56.503Z Documenting rpassword v7.3.1
28492024-06-05T18:31:57.827Z Documenting supports-color v3.0.0
28502024-06-05T18:31:58.205Z Documenting hyper-staticfile v0.9.5
28512024-06-05T18:31:58.383Z Documenting blake3 v1.5.1
28522024-06-05T18:31:58.801Z Documenting gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=c85a4ca043aaa389df12aac5348d8a3feda28762#c85a4ca0)
28532024-06-05T18:32:06.476Z Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
28542024-06-05T18:32:06.679Z Documenting sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef)
28552024-06-05T18:32:06.679Z Documenting tui-tree-widget v0.19.0
28562024-06-05T18:32:06.679Z Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
28572024-06-05T18:32:06.761Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
28582024-06-05T18:32:06.761Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
28592024-06-05T18:32:06.832Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
28602024-06-05T18:32:07.946Z Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
28612024-06-05T18:32:08.199Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
28622024-06-05T18:32:09.182Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
28632024-06-05T18:32:09.483Z Documenting signal-hook-tokio v0.3.1
28642024-06-05T18:32:10.410Z Documenting csv-core v0.1.11
28652024-06-05T18:32:11.245Z Documenting corncobs v0.1.3
28662024-06-05T18:32:13.535Z Documenting topological-sort v0.2.2
28672024-06-05T18:32:14.316Z Documenting sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef)
28682024-06-05T18:32:14.938Z Documenting csv v1.3.0
28692024-06-05T18:32:15.115Z Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
28702024-06-05T18:32:18.127Z Documenting omicron-zone-package v0.11.0
28712024-06-05T18:32:18.334Z Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
28722024-06-05T18:32:18.830Z Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
28732024-06-05T18:32:20.243Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
28742024-06-05T18:32:20.497Z Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
28752024-06-05T18:32:27.371Z Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
28762024-06-05T18:32:27.506Zwarning: unresolved link to `test_sled_transitions`
28772024-06-05T18:32:27.506Z --> nexus/db-queries/src/db/datastore/sled.rs:698:11
28782024-06-05T18:32:27.506Z |
28792024-06-05T18:32:27.506Z698 | /// [`test_sled_transitions`].
28802024-06-05T18:32:27.506Z | ^^^^^^^^^^^^^^^^^^^^^ no item named `test_sled_transitions` in scope
28812024-06-05T18:32:27.506Z |
28822024-06-05T18:32:27.506Z = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
28832024-06-05T18:32:27.506Z = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default
28842024-06-05T18:32:27.506Z
28852024-06-05T18:32:27.513Zwarning: unresolved link to `test_sled_transitions`
28862024-06-05T18:32:27.513Z --> nexus/db-queries/src/db/datastore/sled.rs:734:11
28872024-06-05T18:32:27.513Z |
28882024-06-05T18:32:27.513Z734 | /// [`test_sled_transitions`].
28892024-06-05T18:32:27.513Z | ^^^^^^^^^^^^^^^^^^^^^ no item named `test_sled_transitions` in scope
28902024-06-05T18:32:27.513Z |
28912024-06-05T18:32:27.513Z = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
28922024-06-05T18:32:27.513Z
28932024-06-05T18:32:27.513Zwarning: unresolved link to `DataStore::update_tuf_repo_description_insert`
28942024-06-05T18:32:27.514Z --> nexus/db-queries/src/db/datastore/update.rs:28:27
28952024-06-05T18:32:27.514Z |
28962024-06-05T18:32:27.514Z28 | /// The return value of [`DataStore::update_tuf_repo_description_insert`].
28972024-06-05T18:32:27.514Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the struct `DataStore` has no field or associated item named `update_tuf_repo_description_insert`
28982024-06-05T18:32:27.514Z
28992024-06-05T18:32:28.959Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
29002024-06-05T18:32:30.826Z Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
29012024-06-05T18:32:37.388Z Documenting crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=8c6d485110ecfae5409575246b986a145c386dc4#8c6d4851)
29022024-06-05T18:32:37.661Zwarning: unresolved link to `BlueprintDisksConfig`
29032024-06-05T18:32:37.661Z --> nexus/reconfigurator/planning/src/blueprint_builder/builder.rs:1013:55
29042024-06-05T18:32:37.662Z |
29052024-06-05T18:32:37.662Z1013 | /// blueprint. We do this by keeping a copy of any [`BlueprintDisksConfig`]
29062024-06-05T18:32:37.662Z | ^^^^^^^^^^^^^^^^^^^^ no item named `BlueprintDisksConfig` in scope
29072024-06-05T18:32:37.663Z |
29082024-06-05T18:32:37.663Z = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
29092024-06-05T18:32:37.663Z = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default
29102024-06-05T18:32:37.663Z
29112024-06-05T18:32:38.689Zwarning: `nexus-reconfigurator-planning` (lib doc) generated 1 warning
29122024-06-05T18:32:38.705Z Documenting fatfs v0.3.6
29132024-06-05T18:32:48.930Z Documenting cargo-platform v0.1.8
29142024-06-05T18:32:49.145Z Documenting assert_matches v1.5.0
29152024-06-05T18:32:49.145Zwarning: `nexus-db-queries` (lib doc) generated 3 warnings
29162024-06-05T18:32:49.146Z Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
29172024-06-05T18:32:49.146Z Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
29182024-06-05T18:32:49.146Z Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
29192024-06-05T18:32:49.146Zwarning: unclosed HTML tag `usize`
29202024-06-05T18:32:49.146Z --> wicket/src/ui/panes/update.rs:153:19
29212024-06-05T18:32:49.146Z |
29222024-06-05T18:32:49.146Z153 | /// TODO: The <usize> generic parameter is carried over from earlier versions
29232024-06-05T18:32:49.146Z | ^^^^^^^
29242024-06-05T18:32:49.146Z |
29252024-06-05T18:32:49.146Z = note: `#[warn(rustdoc::invalid_html_tags)]` on by default
29262024-06-05T18:32:49.146Z
29272024-06-05T18:32:49.146Z Documenting cargo_metadata v0.18.1
29282024-06-05T18:32:49.588Zwarning: `wicket` (lib doc) generated 1 warning
29292024-06-05T18:32:49.600Z Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
29302024-06-05T18:32:50.338Z Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
29312024-06-05T18:32:52.589Z Documenting omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
29322024-06-05T18:33:07.798Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
29332024-06-05T18:33:08.846Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
29342024-06-05T18:33:10.952Z Documenting installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd)
29352024-06-05T18:33:11.307Z Documenting installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client)
29362024-06-05T18:33:12.453Z Checking installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd)
29372024-06-05T18:33:13.228Z Checking installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client)
29382024-06-05T18:33:14.754Z Documenting uzers v0.11.3
29392024-06-05T18:33:15.177Z Documenting termios v0.3.3
29402024-06-05T18:33:15.208Zwarning: unresolved link to `propolis_client::api::InstanceStateMonitorResponse`
29412024-06-05T18:33:15.208Z --> sled-agent/src/sim/instance.rs:46:7
29422024-06-05T18:33:15.208Z |
29432024-06-05T18:33:15.209Z46 | /// [`propolis_client::api::InstanceStateMonitorResponse`]. Transition requests
29442024-06-05T18:33:15.209Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `api` in module `propolis_client`
29452024-06-05T18:33:15.209Z |
29462024-06-05T18:33:15.209Z = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default
29472024-06-05T18:33:15.209Z
29482024-06-05T18:33:18.783Zwarning: `omicron-sled-agent` (lib doc) generated 1 warning
29492024-06-05T18:33:20.365Z Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
29502024-06-05T18:33:20.608Z Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
29512024-06-05T18:33:24.464Z Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
29522024-06-05T18:33:26.927Z Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
29532024-06-05T18:33:33.714Z Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
29542024-06-05T18:33:39.675Z Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
29552024-06-05T18:33:41.172Z Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
29562024-06-05T18:33:53.524Z Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
29572024-06-05T18:34:00.770Z Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
29582024-06-05T18:34:01.958Z Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
29592024-06-05T18:34:12.119Z Documenting tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
29602024-06-05T18:34:13.719Z Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli)
29612024-06-05T18:34:15.516Z Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
29622024-06-05T18:34:15.815Z Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
29632024-06-05T18:34:16.630Z Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
29642024-06-05T18:34:47.509Zwarning: unresolved link to `Nexus`
29652024-06-05T18:34:47.509Z --> nexus/src/app/instance_network.rs:241:34
29662024-06-05T18:34:47.509Z |
29672024-06-05T18:34:47.509Z241 | /// called by methods on the [`Nexus`] type, this is the `OpContext` used for
29682024-06-05T18:34:47.509Z | ^^^^^ no item named `Nexus` in scope
29692024-06-05T18:34:47.509Z |
29702024-06-05T18:34:47.510Z = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
29712024-06-05T18:34:47.510Z = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default
29722024-06-05T18:34:47.510Z
29732024-06-05T18:34:47.527Zwarning: unresolved link to `Nexus`
29742024-06-05T18:34:47.527Z --> nexus/src/app/instance_network.rs:419:34
29752024-06-05T18:34:47.527Z |
29762024-06-05T18:34:47.527Z419 | /// called by methods on the [`Nexus`] type, this is the `OpContext` used for
29772024-06-05T18:34:47.527Z | ^^^^^ no item named `Nexus` in scope
29782024-06-05T18:34:47.527Z |
29792024-06-05T18:34:47.528Z = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
29802024-06-05T18:34:47.528Z
29812024-06-05T18:34:47.528Zwarning: unresolved link to `VolumeConstructionRequest`
29822024-06-05T18:34:47.528Z --> nexus/src/app/sagas/volume_delete.rs:335:7
29832024-06-05T18:34:47.528Z |
29842024-06-05T18:34:47.528Z335 | /// [`VolumeConstructionRequest`] is shown here):
29852024-06-05T18:34:47.528Z | ^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `VolumeConstructionRequest` in scope
29862024-06-05T18:34:47.528Z |
29872024-06-05T18:34:47.528Z = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
29882024-06-05T18:34:47.528Z
29892024-06-05T18:34:47.529Zwarning: unresolved link to `fd00:1122:3344:101::5`
29902024-06-05T18:34:47.529Z --> nexus/src/app/sagas/volume_delete.rs:345:17
29912024-06-05T18:34:47.529Z |
29922024-06-05T18:34:47.529Z345 | /// "[fd00:1122:3344:101::5]:1000",
29932024-06-05T18:34:47.529Z | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:101` in scope
29942024-06-05T18:34:47.529Z
29952024-06-05T18:34:47.529Zwarning: unresolved link to `fd00:1122:3344:102::9`
29962024-06-05T18:34:47.529Z --> nexus/src/app/sagas/volume_delete.rs:346:17
29972024-06-05T18:34:47.529Z |
29982024-06-05T18:34:47.529Z346 | /// "[fd00:1122:3344:102::9]:1000",
29992024-06-05T18:34:47.529Z | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:102` in scope
30002024-06-05T18:34:47.530Z
30012024-06-05T18:34:47.530Zwarning: unresolved link to `fd00:1122:3344:103::2`
30022024-06-05T18:34:47.530Z --> nexus/src/app/sagas/volume_delete.rs:347:17
30032024-06-05T18:34:47.530Z |
30042024-06-05T18:34:47.530Z347 | /// "[fd00:1122:3344:103::2]:1000"
30052024-06-05T18:34:47.531Z | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:103` in scope
30062024-06-05T18:34:47.531Z
30072024-06-05T18:34:47.531Zwarning: unresolved link to `fd00:1122:3344:101::5`
30082024-06-05T18:34:47.531Z --> nexus/src/app/sagas/volume_delete.rs:366:17
30092024-06-05T18:34:47.531Z |
30102024-06-05T18:34:47.531Z366 | /// "[fd00:1122:3344:101::5]:1001", <-- port changed
30112024-06-05T18:34:47.531Z | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:101` in scope
30122024-06-05T18:34:47.531Z
30132024-06-05T18:34:47.531Zwarning: unresolved link to `fd00:1122:3344:102::9`
30142024-06-05T18:34:47.531Z --> nexus/src/app/sagas/volume_delete.rs:367:17
30152024-06-05T18:34:47.531Z |
30162024-06-05T18:34:47.532Z367 | /// "[fd00:1122:3344:102::9]:1001", <-- port changed
30172024-06-05T18:34:47.532Z | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:102` in scope
30182024-06-05T18:34:47.532Z
30192024-06-05T18:34:47.532Zwarning: unresolved link to `fd00:1122:3344:103::2`
30202024-06-05T18:34:47.532Z --> nexus/src/app/sagas/volume_delete.rs:368:17
30212024-06-05T18:34:47.532Z |
30222024-06-05T18:34:47.532Z368 | /// "[fd00:1122:3344:103::2]:1001" <-- port changed
30232024-06-05T18:34:47.532Z | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:103` in scope
30242024-06-05T18:34:47.532Z
30252024-06-05T18:34:50.493Zwarning: `omicron-nexus` (lib doc) generated 9 warnings
30262024-06-05T18:35:07.315Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13m 07s
30272024-06-05T18:35:07.441Z Generated /work/oxidecomputer/omicron/target/doc/authz_macros/index.html and 84 other files
30282024-06-05T18:35:07.485Z
30292024-06-05T18:35:07.486Zreal 13:08.108107691
30302024-06-05T18:35:07.486Zuser 37:02.206340253
30312024-06-05T18:35:07.486Zsys 55:30.572583110
30322024-06-05T18:35:07.486Ztrap 0.916759331
30332024-06-05T18:35:07.486Ztflt 0.189718714
30342024-06-05T18:35:07.486Zdflt 0.699289646
30352024-06-05T18:35:07.487Zkflt 0.000081446
30362024-06-05T18:35:07.492Zlock 3:20:34.266446959
30372024-06-05T18:35:07.492Zslp 3:35:21.222121698
30382024-06-05T18:35:07.492Zlat 4:35.605723325
30392024-06-05T18:35:07.493Zstop 2:42.487065345
30402024-06-05T18:35:07.493Zprocess exited: duration 1369807 ms, exit code 0
 
30412024-06-05T18:35:07.502Zfound 0 output files