01HT1YK3RT8PES4KC06SZEX85D: clippy (helios)

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

Buildomat Job: 01HT1YKEEWBZNMCQXYRJ0102GA

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12024-03-28T07:17:30.554Zjob assigned to worker 01HT1YKQMZMN7ZH7PX9J08EVKG (queued for 2 m 13 s)
 
22024-03-28T07:17:38.954Zstarting task 0: "setup"
32024-03-28T07:17:40.400Z++ uname -s
42024-03-28T07:17:40.409Z+ kern=SunOS
52024-03-28T07:17:40.409Z+ case "$kern" in
62024-03-28T07:17:40.409Z+ groupadd -g 12345 build
72024-03-28T07:17:40.409Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-03-28T07:17:41.141Z+ zfs create -o mountpoint=/work rpool/work
92024-03-28T07:17:41.262Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-03-28T07:17:41.266Z+ home_fs=zfs
112024-03-28T07:17:41.266Z+ [[ zfs == autofs ]]
122024-03-28T07:17:41.266Z+ mkdir -p /home/build
132024-03-28T07:17:41.266Z+ chown build:build /home/build /work
142024-03-28T07:17:42.266Z+ chmod 0700 /home/build /work
152024-03-28T07:17:42.270Zprocess exited: duration 3318 ms, exit code 0
 
162024-03-28T07:17:42.281Zstarting task 1: "rust-toolchain"
172024-03-28T07:17:42.288Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
182024-03-28T07:17:42.292Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default
192024-03-28T07:17:42.404Zinfo: downloading installer
202024-03-28T07:17:44.397Zwarning: it looks like you have an existing installation of Rust at:
212024-03-28T07:17:44.397Zwarning: /opt/ooce/bin
222024-03-28T07:17:44.397Zwarning: It is recommended that rustup be the primary Rust installation.
232024-03-28T07:17:44.398Zwarning: Otherwise you may have confusion unless you are careful with your PATH
242024-03-28T07:17:44.398Zwarning: If you are sure that you want both rustup and your already installed Rust
252024-03-28T07:17:44.398Zwarning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
262024-03-28T07:17:44.398Zwarning: or pass `-y' to ignore all ignorable checks.
272024-03-28T07:17:44.398Zerror: cannot install while Rust is installed
282024-03-28T07:17:44.398Zwarning: continuing (because the -y flag is set and the error is ignorable)
292024-03-28T07:17:44.555Zinfo: profile set to 'default'
302024-03-28T07:17:44.556Zinfo: default host triple is x86_64-unknown-illumos
312024-03-28T07:17:44.564Zinfo: syncing channel updates for '1.72.1-x86_64-unknown-illumos'
322024-03-28T07:17:44.722Zinfo: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13)
332024-03-28T07:17:44.723Zinfo: downloading component 'cargo'
342024-03-28T07:17:45.707Zinfo: downloading component 'clippy'
352024-03-28T07:17:46.119Zinfo: downloading component 'rust-docs'
362024-03-28T07:17:47.387Zinfo: downloading component 'rust-std'
372024-03-28T07:17:49.756Zinfo: downloading component 'rustc'
382024-03-28T07:17:55.315Zinfo: downloading component 'rustfmt'
392024-03-28T07:17:55.706Zinfo: installing component 'cargo'
402024-03-28T07:17:56.547Zinfo: installing component 'clippy'
412024-03-28T07:17:56.913Zinfo: installing component 'rust-docs'
422024-03-28T07:17:58.485Zinfo: installing component 'rust-std'
432024-03-28T07:18:00.261Zinfo: installing component 'rustc'
442024-03-28T07:18:04.421Zinfo: installing component 'rustfmt'
452024-03-28T07:18:04.944Zinfo: default toolchain set to '1.72.1-x86_64-unknown-illumos'
462024-03-28T07:18:04.944Z
472024-03-28T07:18:05.229Z 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13)
482024-03-28T07:18:05.231Z
492024-03-28T07:18:05.238Z
502024-03-28T07:18:05.239ZRust is installed now. Great!
512024-03-28T07:18:05.239Z
522024-03-28T07:18:05.239ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
532024-03-28T07:18:05.239Zenvironment variable. This has not been done automatically.
542024-03-28T07:18:05.239Z
552024-03-28T07:18:05.239ZTo configure your current shell, you need to source
562024-03-28T07:18:05.239Zthe corresponding env file under $HOME/.cargo.
572024-03-28T07:18:05.239Z
582024-03-28T07:18:05.239ZThis is usually done by running one of the following (note the leading DOT):
592024-03-28T07:18:05.239Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
602024-03-28T07:18:05.240Zsource "$HOME/.cargo/env.fish" # For fish
612024-03-28T07:18:05.344Z+ rustc --version
622024-03-28T07:18:05.407Zrustc 1.72.1 (d5c2e9c34 2023-09-13)
632024-03-28T07:18:05.410Zprocess exited: duration 23155 ms, exit code 0
 
642024-03-28T07:18:05.419Zstarting task 2: "authentication"
652024-03-28T07:18:05.443Zprocess exited: duration 25 ms, exit code 0
 
662024-03-28T07:18:05.454Zstarting task 3: "clone repository"
672024-03-28T07:18:05.457Z+ mkdir -p /work/oxidecomputer/omicron
682024-03-28T07:18:05.461Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
692024-03-28T07:18:05.901ZCloning into '/work/oxidecomputer/omicron'...
702024-03-28T07:18:11.972Z+ cd /work/oxidecomputer/omicron
712024-03-28T07:18:11.972Z+ git fetch origin 3d116a771a135290dcc0cbb4c7352d2769e21648
722024-03-28T07:18:12.535ZFrom https://github.com/oxidecomputer/omicron
732024-03-28T07:18:12.535Z * branch 3d116a771a135290dcc0cbb4c7352d2769e21648 -> FETCH_HEAD
742024-03-28T07:18:12.553Z+ [[ -n '' ]]
752024-03-28T07:18:12.553Z+ git reset --hard 3d116a771a135290dcc0cbb4c7352d2769e21648
762024-03-28T07:18:12.659ZHEAD is now at 3d116a771 wip - vnc proxy - avoid double join handle
772024-03-28T07:18:12.663Zprocess exited: duration 7218 ms, exit code 0
 
782024-03-28T07:18:12.672Zstarting task 4: "build"
792024-03-28T07:18:12.677Z+ cargo --version
802024-03-28T07:18:12.682Zinfo: syncing channel updates for '1.76.0-x86_64-unknown-illumos'
812024-03-28T07:18:12.827Zinfo: latest update on 2024-02-08, rust version 1.76.0 (07dca489a 2024-02-04)
822024-03-28T07:18:12.827Zinfo: downloading component 'cargo'
832024-03-28T07:18:13.563Zinfo: downloading component 'clippy'
842024-03-28T07:18:13.781Zinfo: downloading component 'rust-docs'
852024-03-28T07:18:14.675Zinfo: downloading component 'rust-std'
862024-03-28T07:18:16.142Zinfo: downloading component 'rustc'
872024-03-28T07:18:19.876Zinfo: downloading component 'rustfmt'
882024-03-28T07:18:20.088Zinfo: installing component 'cargo'
892024-03-28T07:18:20.970Zinfo: installing component 'clippy'
902024-03-28T07:18:21.309Zinfo: installing component 'rust-docs'
912024-03-28T07:18:22.797Zinfo: installing component 'rust-std'
922024-03-28T07:18:24.671Zinfo: installing component 'rustc'
932024-03-28T07:18:28.792Zinfo: installing component 'rustfmt'
942024-03-28T07:18:29.187Zcargo 1.76.0 (c84b36747 2024-01-18)
952024-03-28T07:18:29.194Z+ rustc --version
962024-03-28T07:18:29.265Zrustc 1.76.0 (07dca489a 2024-02-04)
972024-03-28T07:18:29.270Z+ source ./env.sh
982024-03-28T07:18:29.273Z++ set -o xtrace
992024-03-28T07:18:29.273Z++++ dirname ./env.sh
1002024-03-28T07:18:29.319Z+++ readlink -f .
1012024-03-28T07:18:29.387Z++ OMICRON_WS=/work/oxidecomputer/omicron
1022024-03-28T07:18:29.394Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1032024-03-28T07:18:29.394Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1042024-03-28T07:18:29.394Z++ 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
1052024-03-28T07:18:29.394Z++ 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
1062024-03-28T07:18:29.394Z++ 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
1072024-03-28T07:18:29.394Z++ 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
1082024-03-28T07:18:29.394Z++ 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
1092024-03-28T07:18:29.394Z++ 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
1102024-03-28T07:18:29.394Z++ unset OMICRON_WS
1112024-03-28T07:18:29.394Z++ set +o xtrace
1122024-03-28T07:18:29.398Z
1132024-03-28T07:18:29.398Z ##### ##### ###### ##### ###### #### # # # #### #
1142024-03-28T07:18:29.398Z # # # # # # # # # # # # # # #
1152024-03-28T07:18:29.398Z # # # # ##### # # ##### # # # # # #### #
1162024-03-28T07:18:29.398Z ##### ##### # ##### # # # # # # # # #
1172024-03-28T07:18:29.398Z # # # # # # # # # # # # # # #
1182024-03-28T07:18:29.398Z # # # ###### # # ###### ### # #### # #### #
1192024-03-28T07:18:29.398Z
1202024-03-28T07:18:39.507Z Startup: Refreshing catalog 'helios-dev' ... Done
1212024-03-28T07:18:40.499Z Startup: Caching catalogs ... Done
1222024-03-28T07:18:42.157ZPlanning: Solver setup ... Done (1.277s)
1232024-03-28T07:18:42.176ZPlanning: Running solver ... Done (0.025s)
1242024-03-28T07:18:42.345ZPlanning: Finding local manifests ... Done (0.144s)
1252024-03-28T07:18:42.361ZPlanning: Fetching manifests: 0/4 0% complete
1262024-03-28T07:18:42.631ZPlanning: Fetching manifests: 4/4 100% complete
1272024-03-28T07:18:42.681ZPlanning: Package planning ... Done (0.049s)
1282024-03-28T07:18:42.733ZPlanning: Merging actions ... Done (0.052s)
1292024-03-28T07:18:43.178ZPlanning: Checking for conflicting actions ... Done (0.443s)
1302024-03-28T07:18:43.195ZPlanning: Consolidating action changes ... Done (0.011s)
1312024-03-28T07:18:49.865ZPlanning: Evaluating mediators ... Done (6.682s)
1322024-03-28T07:18:49.872ZPlanning: Planning completed in 9.33 seconds
1332024-03-28T07:18:49.887Z Packages to install: 4
1342024-03-28T07:18:49.887Z Mediators to change: 2
1352024-03-28T07:18:49.891Z Services to change: 1
1362024-03-28T07:18:49.891Z Estimated space available: 155.31 GB
1372024-03-28T07:18:49.891ZEstimated space to be consumed: 1.43 GB
1382024-03-28T07:18:49.891Z Create boot environment: No
1392024-03-28T07:18:49.891ZCreate backup boot environment: No
1402024-03-28T07:18:49.891Z Rebuild boot archive: No
1412024-03-28T07:18:49.891Z
1422024-03-28T07:18:49.891ZChanged mediators:
1432024-03-28T07:18:49.891Z mediator clang:
1442024-03-28T07:18:49.891Z version: None -> 15 (system default)
1452024-03-28T07:18:49.891Z
1462024-03-28T07:18:49.891Z mediator llvm:
1472024-03-28T07:18:49.891Z version: 14 (system default) -> 15 (system default)
1482024-03-28T07:18:49.891Z
1492024-03-28T07:18:49.891ZChanged packages:
1502024-03-28T07:18:49.892Zhelios-dev
1512024-03-28T07:18:49.892Z developer/build-essential
1522024-03-28T07:18:49.892Z None -> 11-2.0
1532024-03-28T07:18:49.892Z library/libxmlsec1
1542024-03-28T07:18:49.892Z None -> 1.2.35-2.0
1552024-03-28T07:18:49.892Z ooce/developer/clang-15
1562024-03-28T07:18:49.892Z None -> 15.0.7-2.0
1572024-03-28T07:18:49.892Z ooce/developer/llvm-15
1582024-03-28T07:18:49.892Z None -> 15.0.7-2.0
1592024-03-28T07:18:49.892Z
1602024-03-28T07:18:49.892ZServices:
1612024-03-28T07:18:49.892Z restart_fmri:
1622024-03-28T07:18:49.892Z svc:/system/update-man-index:default
1632024-03-28T07:18:49.986Z
1642024-03-28T07:18:49.986ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1652024-03-28T07:18:54.994ZDownload: 910/3290 items 18.9/212.6MB 8% complete (3.9M/s)
1662024-03-28T07:18:59.978ZDownload: 1228/3290 items 99.0/212.6MB 46% complete (9.9M/s)
1672024-03-28T07:19:04.993ZDownload: 1852/3290 items 118.5/212.6MB 55% complete (10.0M/s)
1682024-03-28T07:19:09.987ZDownload: 2510/3290 items 120.3/212.6MB 56% complete (2.3M/s)
1692024-03-28T07:19:15.932ZDownload: 3288/3290 items 211.9/212.6MB 99% complete (9.3M/s)
1702024-03-28T07:19:15.983ZDownload: Completed 212.60 MB in 26.02 seconds (8.2M/s)
1712024-03-28T07:19:16.171Z Actions: 1/3689 actions (Installing new actions)
1722024-03-28T07:19:21.167Z Actions: 3554/3689 actions (Installing new actions)
1732024-03-28T07:19:21.635Z Actions: Completed 3689 actions in 5.47 seconds.
1742024-03-28T07:19:21.753Z Done (0.109s)
1752024-03-28T07:19:21.753Z Done (0.000s)
1762024-03-28T07:19:21.999Z Done (0.249s)
1772024-03-28T07:19:28.032Z Done (5.899s)
1782024-03-28T07:19:28.279Z Done (0.179s)
1792024-03-28T07:19:28.282Z Done (0.000s)
1802024-03-28T07:19:28.430Z Done (0.000s)
1812024-03-28T07:19:28.958ZPlanning: Evaluating mediator changes ... Done
1822024-03-28T07:19:29.124ZPlanning: Checking for conflicting actions ... Done
1832024-03-28T07:19:29.132ZPlanning: Consolidating action changes ... Done
1842024-03-28T07:19:29.395ZPlanning: Evaluating mediators ... Done
1852024-03-28T07:19:29.400ZPlanning: Planning completed in 0.44 seconds
1862024-03-28T07:19:29.433Z Mediators to change: 2
1872024-03-28T07:19:29.433Z Create boot environment: No
1882024-03-28T07:19:29.445ZCreate backup boot environment: No
1892024-03-28T07:19:29.512Z Done
1902024-03-28T07:19:29.512Z Done
1912024-03-28T07:19:29.659Z Done
1922024-03-28T07:19:33.383Z Done
1932024-03-28T07:19:33.464Z Done
1942024-03-28T07:19:33.471Z Done
1952024-03-28T07:19:33.565Z Done
1962024-03-28T07:19:34.210ZPlanning: Evaluating mediator changes ... Done
1972024-03-28T07:19:34.214ZPlanning: Merging actions ... Done
1982024-03-28T07:19:34.406ZPlanning: Checking for conflicting actions ... Done
1992024-03-28T07:19:34.416ZPlanning: Consolidating action changes ... Done
2002024-03-28T07:19:34.679ZPlanning: Evaluating mediators ... Done
2012024-03-28T07:19:34.737ZPlanning: Planning completed in 0.80 seconds
2022024-03-28T07:19:34.773Z Packages to change: 1
2032024-03-28T07:19:34.773Z Mediators to change: 1
2042024-03-28T07:19:34.773Z Services to change: 1
2052024-03-28T07:19:34.778Z Create boot environment: No
2062024-03-28T07:19:34.778ZCreate backup boot environment: Yes
2072024-03-28T07:19:36.638Z Actions: 1/6 actions (Updating modified actions)
2082024-03-28T07:19:36.642Z Actions: Completed 6 actions in 0.00 seconds.
2092024-03-28T07:19:36.642Z Done
2102024-03-28T07:19:36.642Z Done
2112024-03-28T07:19:36.695Z Done
2122024-03-28T07:19:40.390Z Done
2132024-03-28T07:19:40.494Z Done
2142024-03-28T07:19:40.498Z Done
2152024-03-28T07:19:40.591Z Done
2162024-03-28T07:19:41.038ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2172024-03-28T07:19:41.038Zclang system 15 system
2182024-03-28T07:19:41.038Zcsh system system illumos
2192024-03-28T07:19:41.038Zctags system system illumos
2202024-03-28T07:19:41.038Zgcc vendor 12 vendor
2212024-03-28T07:19:41.038Zgcc system 10 system
2222024-03-28T07:19:41.038Zgcc system 7 system
2232024-03-28T07:19:41.038Zgo system 1.20 system
2242024-03-28T07:19:41.038Zgo system 1.19 system
2252024-03-28T07:19:41.038Zllvm system 15 system
2262024-03-28T07:19:41.038Zllvm system 14 system
2272024-03-28T07:19:41.038Zmariadb system 10.6 system
2282024-03-28T07:19:41.038Zmta vendor vendor dma
2292024-03-28T07:19:41.039Zopenjdk system 17 system
2302024-03-28T07:19:41.039Zopenjdk system 11 system
2312024-03-28T07:19:41.039Zopenjdk system 1.8 system
2322024-03-28T07:19:41.039Zopenssl vendor 3 vendor
2332024-03-28T07:19:41.039Zperl system 5.36 system
2342024-03-28T07:19:41.039Zpostgresql system 15 system
2352024-03-28T07:19:41.039Zpostgresql system 13 system
2362024-03-28T07:19:41.039Zpython vendor 3 vendor
2372024-03-28T07:19:41.039Zpython system 2 system
2382024-03-28T07:19:41.039Zpython3 system 3.11 system
2392024-03-28T07:19:41.039Zruby system 3.0 system
2402024-03-28T07:19:41.039Zwords vendor vendor american-english
2412024-03-28T07:19:41.039Zwords system system australian-english
2422024-03-28T07:19:41.039Zwords system system british-english
2432024-03-28T07:19:41.039Zwords system system canadian-english
2442024-03-28T07:19:41.039Zwords system system french
2452024-03-28T07:19:41.039Zwords system system italian
2462024-03-28T07:19:41.039Zwords system system ngerman
2472024-03-28T07:19:41.039Zwords system system ogerman
2482024-03-28T07:19:41.039Zwords system system spanish
2492024-03-28T07:19:41.378ZPUBLISHER TYPE STATUS P LOCATION
2502024-03-28T07:19:41.378Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2512024-03-28T07:19:42.619ZFMRI IFO
2522024-03-28T07:19:42.619Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2532024-03-28T07:19:42.619Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2542024-03-28T07:19:42.619Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2552024-03-28T07:19:42.619Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2562024-03-28T07:19:42.619Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2572024-03-28T07:19:42.619Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2582024-03-28T07:19:42.619Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i--
2592024-03-28T07:19:42.620Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2602024-03-28T07:19:42.620Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i--
2612024-03-28T07:19:42.620Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2622024-03-28T07:19:42.620Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i--
2632024-03-28T07:19:42.620Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2642024-03-28T07:19:42.859Z+ set -o errexit
2652024-03-28T07:19:42.863Z+++ dirname ./tools/ci_download_cockroachdb
2662024-03-28T07:19:42.863Z++ cd ./tools
2672024-03-28T07:19:42.863Z++ pwd
2682024-03-28T07:19:42.863Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
2692024-03-28T07:19:42.867Z++ basename ./tools/ci_download_cockroachdb
2702024-03-28T07:19:42.867Z+ ARG0=ci_download_cockroachdb
2712024-03-28T07:19:42.867Z++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version
2722024-03-28T07:19:42.867Z+ CIDL_VERSION=v22.1.9
2732024-03-28T07:19:42.867Z+ source /work/oxidecomputer/omicron/tools/cockroachdb_checksums
2742024-03-28T07:19:42.867Z++ CIDL_SHA256_DARWIN=1ca69e0911af11a73305c3c6f4650b912d70754900b5bf7b80a1d361efe36561
2752024-03-28T07:19:42.867Z++ CIDL_SHA256_LINUX=24c321820e7ee45fa07fe91ac138befe13ad860e41c6ed595ce58823205ff4a9
2762024-03-28T07:19:42.867Z++ CIDL_SHA256_ILLUMOS=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088
2772024-03-28T07:19:42.867Z+ TARGET_DIR=out
2782024-03-28T07:19:42.867Z+ DOWNLOAD_DIR=out/downloads
2792024-03-28T07:19:42.867Z+ DEST_DIR=./out/cockroachdb
2802024-03-28T07:19:42.867Z+ CIDL_URL_COCKROACH=https://binaries.cockroachdb.com
2812024-03-28T07:19:42.867Z+ CIDL_URL_ILLUMOS=https://illumos.org/downloads
2822024-03-28T07:19:42.871Z+ main
2832024-03-28T07:19:42.871Z+ [[ 0 != 0 ]]
2842024-03-28T07:19:42.871Z+ CIDL_OS=solaris2.11
2852024-03-28T07:19:42.871Z+ [[ 0 != 0 ]]
2862024-03-28T07:19:42.871Z+ configure_os solaris2.11
2872024-03-28T07:19:42.871Z+ echo 'current directory: /work/oxidecomputer/omicron'
2882024-03-28T07:19:42.871Z+ echo 'configuring based on OS: "solaris2.11"'
2892024-03-28T07:19:42.871Zcurrent directory: /work/oxidecomputer/omicron
2902024-03-28T07:19:42.871Zconfiguring based on OS: "solaris2.11"
2912024-03-28T07:19:42.871Z+ case "$1" in
2922024-03-28T07:19:42.871Z+ CIDL_BUILD=illumos
2932024-03-28T07:19:42.872Z+ CIDL_SUFFIX=tar.gz
2942024-03-28T07:19:42.872Z+ CIDL_SHA256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088
2952024-03-28T07:19:42.872Z+ CIDL_URL_BASE=https://illumos.org/downloads
2962024-03-28T07:19:42.872Z+ CIDL_ASSEMBLE=do_assemble_illumos
2972024-03-28T07:19:42.872Z+ TARBALL_DIRNAME=cockroach-v22.1.9.illumos
2982024-03-28T07:19:42.872Z+ TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz
2992024-03-28T07:19:42.872Z+ TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz
3002024-03-28T07:19:42.872Z+ TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos
3012024-03-28T07:19:42.872Z+ CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz
3022024-03-28T07:19:42.872Z+ CIDL_SHA256FUNC=do_sha256sum
3032024-03-28T07:19:42.872Z+ echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz'
3042024-03-28T07:19:42.872Z+ echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz'
3052024-03-28T07:19:42.872Z+ mkdir -p out/downloads
3062024-03-28T07:19:42.872ZURL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz
3072024-03-28T07:19:42.872ZLocal file: out/downloads/cockroach-v22.1.9.illumos.tar.gz
3082024-03-28T07:19:42.872Z+ mkdir -p ./out/cockroachdb
3092024-03-28T07:19:42.875Z+ local DO_DOWNLOAD=true
3102024-03-28T07:19:42.876Z+ [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]]
3112024-03-28T07:19:42.876Z+ '[' true == true ']'
3122024-03-28T07:19:42.876Z+ echo Downloading...
3132024-03-28T07:19:42.876ZDownloading...
3142024-03-28T07:19:42.876Z+ do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz
3152024-03-28T07:19:42.876Z+ curl --silent --show-error --fail --location --output out/downloads/cockroach-v22.1.9.illumos.tar.gz https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz
3162024-03-28T07:19:45.382Z++ do_sha256sum out/downloads/cockroach-v22.1.9.illumos.tar.gz
3172024-03-28T07:19:45.385Z++ sha256sum
3182024-03-28T07:19:45.385Z++ awk '{print $1}'
3192024-03-28T07:19:45.572Z+ calculated_sha256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088
3202024-03-28T07:19:45.572Z+ [[ f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 != \f\1\5\1\7\1\4\b\a\3\a\6\e\0\2\c\a\a\a\a\5\9\7\2\7\4\8\2\c\3\6\0\8\5\e\6\0\d\6\b\d\2\f\a\9\6\3\9\3\8\e\9\a\3\d\8\c\8\a\7\7\0\8\8 ]]
3212024-03-28T07:19:45.576Z+ do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz
3222024-03-28T07:19:45.576Z+ tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads
3232024-03-28T07:19:47.800Z+ do_assemble_illumos
3242024-03-28T07:19:47.800Z+ rm -r ./out/cockroachdb
3252024-03-28T07:19:47.803Z+ cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb
3262024-03-28T07:19:48.242Z+ ./out/cockroachdb/bin/cockroach version
3272024-03-28T07:19:48.418ZBuild Tag: v22.1.9-dirty
3282024-03-28T07:19:48.418ZBuild Time: 2022/10/26 21:17:46
3292024-03-28T07:19:48.419ZDistribution: OSS
3302024-03-28T07:19:48.419ZPlatform: illumos amd64 (x86_64-pc-solaris2.11)
3312024-03-28T07:19:48.419ZGo Version: go1.17.13
3322024-03-28T07:19:48.419ZC Compiler: gcc 10.3.0
3332024-03-28T07:19:48.419ZBuild Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493
3342024-03-28T07:19:48.419ZBuild Type: release
3352024-03-28T07:19:48.437Z+ set -o errexit
3362024-03-28T07:19:48.443Z+++ dirname ./tools/ci_download_clickhouse
3372024-03-28T07:19:48.447Z++ cd ./tools
3382024-03-28T07:19:48.447Z++ pwd
3392024-03-28T07:19:48.447Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
3402024-03-28T07:19:48.447Z++ basename ./tools/ci_download_clickhouse
3412024-03-28T07:19:48.447Z+ ARG0=ci_download_clickhouse
3422024-03-28T07:19:48.447Z+ TARGET_DIR=out
3432024-03-28T07:19:48.447Z+ DOWNLOAD_DIR=out/downloads
3442024-03-28T07:19:48.447Z+ DEST_DIR=./out/clickhouse
3452024-03-28T07:19:48.447Z++ cat /work/oxidecomputer/omicron/tools/clickhouse_version
3462024-03-28T07:19:48.451Z+ CIDL_VERSION=v23.8.7.24
3472024-03-28T07:19:48.451Z+ source /work/oxidecomputer/omicron/tools/clickhouse_checksums
3482024-03-28T07:19:48.451Z++ CIDL_MD5_DARWIN=3e20c3284b7e6b0cfcfedf622ecf547a
3492024-03-28T07:19:48.451Z++ CIDL_MD5_LINUX=f6c30a25a86deac3bad6c50dcf758fd5
3502024-03-28T07:19:48.451Z++ CIDL_MD5_ILLUMOS=409222de8ecb59e5dd97dcc942ccdffe
3512024-03-28T07:19:48.451Z+ CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com
3522024-03-28T07:19:48.451Z+ main
3532024-03-28T07:19:48.451Z+ [[ 0 != 0 ]]
3542024-03-28T07:19:48.451Z+ CIDL_OS=solaris2.11
3552024-03-28T07:19:48.451Z+ [[ 0 != 0 ]]
3562024-03-28T07:19:48.451Z+ configure_os solaris2.11
3572024-03-28T07:19:48.451Z+ echo 'current directory: /work/oxidecomputer/omicron'
3582024-03-28T07:19:48.451Zcurrent directory: /work/oxidecomputer/omicron
3592024-03-28T07:19:48.451Z+ echo 'configuring based on OS: "solaris2.11"'
3602024-03-28T07:19:48.451Z+ CIDL_DASHREV=
3612024-03-28T07:19:48.451Zconfiguring based on OS: "solaris2.11"
3622024-03-28T07:19:48.451Z+ case "$1" in
3632024-03-28T07:19:48.452Z+ CIDL_PLATFORM=illumos
3642024-03-28T07:19:48.452Z+ CIDL_MD5=409222de8ecb59e5dd97dcc942ccdffe
3652024-03-28T07:19:48.452Z+ CIDL_MD5FUNC=do_md5sum
3662024-03-28T07:19:48.452Z+ TARBALL_DIRNAME=clickhouse-v23.8.7.24
3672024-03-28T07:19:48.452Z+ TARBALL_FILENAME=clickhouse-v23.8.7.24.illumos.tar.gz
3682024-03-28T07:19:48.452Z+ TARBALL_FILE=out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz
3692024-03-28T07:19:48.452Z+ CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz
3702024-03-28T07:19:48.452Z+ echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz'
3712024-03-28T07:19:48.452ZURL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz
3722024-03-28T07:19:48.452ZLocal file: out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz
3732024-03-28T07:19:48.452Z+ echo 'Local file: out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz'
3742024-03-28T07:19:48.452Z+ mkdir -p out/downloads
3752024-03-28T07:19:48.452Z+ mkdir -p ./out/clickhouse
3762024-03-28T07:19:48.455Z+ local DO_DOWNLOAD=true
3772024-03-28T07:19:48.456Z+ [[ -f out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz ]]
3782024-03-28T07:19:48.456Z+ '[' true == true ']'
3792024-03-28T07:19:48.456Z+ echo Downloading...
3802024-03-28T07:19:48.456ZDownloading...
3812024-03-28T07:19:48.456Z+ do_download_curl https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz
3822024-03-28T07:19:48.456Z+ curl --silent --show-error --fail --location --output out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz
3832024-03-28T07:19:50.047Z++ do_md5sum out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz
3842024-03-28T07:19:50.051Z++ md5sum
3852024-03-28T07:19:50.051Z++ awk '{print $1}'
3862024-03-28T07:19:50.269Z+ calculated_md5=409222de8ecb59e5dd97dcc942ccdffe
3872024-03-28T07:19:50.269Z+ [[ 409222de8ecb59e5dd97dcc942ccdffe != \4\0\9\2\2\2\d\e\8\e\c\b\5\9\e\5\d\d\9\7\d\c\c\9\4\2\c\c\d\f\f\e ]]
3882024-03-28T07:19:50.272Z+ do_untar out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz ./out/clickhouse
3892024-03-28T07:19:50.273Z+ mkdir -p ./out/clickhouse
3902024-03-28T07:19:50.273Z+ tar xzf out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz -C ./out/clickhouse
3912024-03-28T07:19:54.125Z+ [[ solaris2.11 == darwin* ]]
3922024-03-28T07:19:54.125Z+ ./out/clickhouse/clickhouse server --version
3932024-03-28T07:19:54.509ZClickHouse server version 23.8.7.1.
3942024-03-28T07:19:54.529Z+ set -o errexit
3952024-03-28T07:19:54.532Z+++ dirname ./tools/ci_download_console
3962024-03-28T07:19:54.535Z++ cd ./tools
3972024-03-28T07:19:54.535Z++ pwd
3982024-03-28T07:19:54.535Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
3992024-03-28T07:19:54.535Z++ basename ./tools/ci_download_console
4002024-03-28T07:19:54.538Z+ ARG0=ci_download_console
4012024-03-28T07:19:54.539Z+ TARGET_DIR=out
4022024-03-28T07:19:54.539Z+ DOWNLOAD_DIR=out/downloads
4032024-03-28T07:19:54.539Z+ DEST_DIR=./out/console-assets
4042024-03-28T07:19:54.539Z+ source /work/oxidecomputer/omicron/tools/console_version
4052024-03-28T07:19:54.539Z++ COMMIT=0114288974fb9e36bf392277fe59b0de357ec137
4062024-03-28T07:19:54.539Z++ SHA2=12e4e0205665127b6f99911484b7d61e50ef740f7a94ac6c95e11918f0ce7ada
4072024-03-28T07:19:54.539Z+ URL=https://dl.oxide.computer/releases/console/0114288974fb9e36bf392277fe59b0de357ec137.tar.gz
4082024-03-28T07:19:54.539Z+ TARBALL_FILE=out/downloads/console.tar.gz
4092024-03-28T07:19:54.539Z+ main
4102024-03-28T07:19:54.539Z+ [[ 0 != 0 ]]
4112024-03-28T07:19:54.539Z+ echo 'URL: https://dl.oxide.computer/releases/console/0114288974fb9e36bf392277fe59b0de357ec137.tar.gz'
4122024-03-28T07:19:54.539ZURL: https://dl.oxide.computer/releases/console/0114288974fb9e36bf392277fe59b0de357ec137.tar.gz
4132024-03-28T07:19:54.539Z+ echo 'Local file: out/downloads/console.tar.gz'
4142024-03-28T07:19:54.539ZLocal file: out/downloads/console.tar.gz
4152024-03-28T07:19:54.539Z+ local DO_DOWNLOAD=true
4162024-03-28T07:19:54.539Z+ [[ -f out/downloads/console.tar.gz ]]
4172024-03-28T07:19:54.539Z+ mkdir -p out/downloads
4182024-03-28T07:19:54.539Z+ '[' true == true ']'
4192024-03-28T07:19:54.539Z+ echo Downloading...
4202024-03-28T07:19:54.545ZDownloading...
4212024-03-28T07:19:54.545Z+ do_download_curl https://dl.oxide.computer/releases/console/0114288974fb9e36bf392277fe59b0de357ec137.tar.gz out/downloads/console.tar.gz
4222024-03-28T07:19:54.545Z+ curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/0114288974fb9e36bf392277fe59b0de357ec137.tar.gz
4232024-03-28T07:19:55.035Z++ do_sha256sum out/downloads/console.tar.gz
4242024-03-28T07:19:55.035Z++ case "$OSTYPE" in
4252024-03-28T07:19:55.035Z++ SHA=sha256sum
4262024-03-28T07:19:55.039Z++ sha256sum
4272024-03-28T07:19:55.039Z++ awk '{print $1}'
4282024-03-28T07:19:55.044Z+ calculated_sha2=12e4e0205665127b6f99911484b7d61e50ef740f7a94ac6c95e11918f0ce7ada
4292024-03-28T07:19:55.050Z+ [[ 12e4e0205665127b6f99911484b7d61e50ef740f7a94ac6c95e11918f0ce7ada != \1\2\e\4\e\0\2\0\5\6\6\5\1\2\7\b\6\f\9\9\9\1\1\4\8\4\b\7\d\6\1\e\5\0\e\f\7\4\0\f\7\a\9\4\a\c\6\c\9\5\e\1\1\9\1\8\f\0\c\e\7\a\d\a ]]
4302024-03-28T07:19:55.050Z+ rm -rf ./out/console-assets
4312024-03-28T07:19:55.050Z+ mkdir -p ./out/console-assets
4322024-03-28T07:19:55.054Z+ do_untar out/downloads/console.tar.gz ./out/console-assets
4332024-03-28T07:19:55.055Z+ mkdir -p ./out/console-assets
4342024-03-28T07:19:55.055Z+ tar xzf out/downloads/console.tar.gz -C ./out/console-assets
4352024-03-28T07:19:55.142Z+ set -o errexit
4362024-03-28T07:19:55.150Z+++ dirname ./tools/ci_download_maghemite_openapi
4372024-03-28T07:19:55.153Z++ cd ./tools
4382024-03-28T07:19:55.153Z++ pwd
4392024-03-28T07:19:55.153Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
4402024-03-28T07:19:55.153Z++ basename ./tools/ci_download_maghemite_openapi
4412024-03-28T07:19:55.153Z+ ARG0=ci_download_maghemite_openapi
4422024-03-28T07:19:55.153Z+ TARGET_DIR=out
4432024-03-28T07:19:55.154Z+ DOWNLOAD_DIR=out/downloads
4442024-03-28T07:19:55.154Z+ source /work/oxidecomputer/omicron/tools/maghemite_ddm_openapi_version
4452024-03-28T07:19:55.154Z++ COMMIT=bc244d418368fcc3e66db2a0637501a900be161a
4462024-03-28T07:19:55.154Z++ SHA2=004e873e4120aa26460271368485266b75b7f964e5ed4dbee8fb5db4519470d7
4472024-03-28T07:19:55.154Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/ddm-admin.json
4482024-03-28T07:19:55.154Z+ LOCAL_FILE=out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json
4492024-03-28T07:19:55.154Z+ main
4502024-03-28T07:19:55.154Z+ rm -rf out/downloads/root
4512024-03-28T07:19:55.154Z+ [[ 0 != 0 ]]
4522024-03-28T07:19:55.154Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/ddm-admin.json'
4532024-03-28T07:19:55.154ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/ddm-admin.json
4542024-03-28T07:19:55.154Z+ echo 'Local file: out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json'
4552024-03-28T07:19:55.154ZLocal file: out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json
4562024-03-28T07:19:55.154Z+ local DO_DOWNLOAD=true
4572024-03-28T07:19:55.154Z+ [[ -f out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json ]]
4582024-03-28T07:19:55.154Z+ mkdir -p out/downloads
4592024-03-28T07:19:55.158Z+ '[' true == true ']'
4602024-03-28T07:19:55.158Z+ echo Downloading...
4612024-03-28T07:19:55.158ZDownloading...
4622024-03-28T07:19:55.158Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/ddm-admin.json out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json
4632024-03-28T07:19:55.158Z+ curl --silent --show-error --fail --location --output out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/ddm-admin.json
4642024-03-28T07:19:55.335Z++ do_sha256sum out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json
4652024-03-28T07:19:55.335Z++ case "$OSTYPE" in
4662024-03-28T07:19:55.341Z++ SHA=sha256sum
4672024-03-28T07:19:55.341Z++ sha256sum
4682024-03-28T07:19:55.341Z++ awk '{print $1}'
4692024-03-28T07:19:55.345Z+ calculated_sha2=004e873e4120aa26460271368485266b75b7f964e5ed4dbee8fb5db4519470d7
4702024-03-28T07:19:55.345Z+ [[ 004e873e4120aa26460271368485266b75b7f964e5ed4dbee8fb5db4519470d7 != \0\0\4\e\8\7\3\e\4\1\2\0\a\a\2\6\4\6\0\2\7\1\3\6\8\4\8\5\2\6\6\b\7\5\b\7\f\9\6\4\e\5\e\d\4\d\b\e\e\8\f\b\5\d\b\4\5\1\9\4\7\0\d\7 ]]
4712024-03-28T07:19:55.345Z+ source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version
4722024-03-28T07:19:55.345Z++ COMMIT=bc244d418368fcc3e66db2a0637501a900be161a
4732024-03-28T07:19:55.345Z++ SHA2=a5d2f275c99152711dec1df58fd49d459d3fcb8fbfc7a7f48f432be248d74639
4742024-03-28T07:19:55.345Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/mg-admin.json
4752024-03-28T07:19:55.345Z+ LOCAL_FILE=out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json
4762024-03-28T07:19:55.345Z+ main
4772024-03-28T07:19:55.345Z+ rm -rf out/downloads/root
4782024-03-28T07:19:55.345Z+ [[ 0 != 0 ]]
4792024-03-28T07:19:55.345Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/mg-admin.json'
4802024-03-28T07:19:55.345ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/mg-admin.json
4812024-03-28T07:19:55.345Z+ echo 'Local file: out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json'
4822024-03-28T07:19:55.345ZLocal file: out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json
4832024-03-28T07:19:55.345Z+ local DO_DOWNLOAD=true
4842024-03-28T07:19:55.345Z+ [[ -f out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json ]]
4852024-03-28T07:19:55.346Z+ mkdir -p out/downloads
4862024-03-28T07:19:55.346Z+ '[' true == true ']'
4872024-03-28T07:19:55.346Z+ echo Downloading...
4882024-03-28T07:19:55.346ZDownloading...
4892024-03-28T07:19:55.346Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/mg-admin.json out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json
4902024-03-28T07:19:55.350Z+ curl --silent --show-error --fail --location --output out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/mg-admin.json
4912024-03-28T07:19:55.445Z++ do_sha256sum out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json
4922024-03-28T07:19:55.445Z++ case "$OSTYPE" in
4932024-03-28T07:19:55.450Z++ SHA=sha256sum
4942024-03-28T07:19:55.451Z++ sha256sum
4952024-03-28T07:19:55.451Z++ awk '{print $1}'
4962024-03-28T07:19:55.451Z+ calculated_sha2=a5d2f275c99152711dec1df58fd49d459d3fcb8fbfc7a7f48f432be248d74639
4972024-03-28T07:19:55.451Z+ [[ a5d2f275c99152711dec1df58fd49d459d3fcb8fbfc7a7f48f432be248d74639 != \a\5\d\2\f\2\7\5\c\9\9\1\5\2\7\1\1\d\e\c\1\d\f\5\8\f\d\4\9\d\4\5\9\d\3\f\c\b\8\f\b\f\c\7\a\7\f\4\8\f\4\3\2\b\e\2\4\8\d\7\4\6\3\9 ]]
4982024-03-28T07:19:55.455Z+ set -o errexit
4992024-03-28T07:19:55.458Z+++ dirname ./tools/ci_download_dendrite_openapi
5002024-03-28T07:19:55.462Z++ cd ./tools
5012024-03-28T07:19:55.462Z++ pwd
5022024-03-28T07:19:55.462Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
5032024-03-28T07:19:55.462Z++ basename ./tools/ci_download_dendrite_openapi
5042024-03-28T07:19:55.465Z+ ARG0=ci_download_dendrite_openapi
5052024-03-28T07:19:55.465Z+ TARGET_DIR=out
5062024-03-28T07:19:55.465Z+ DOWNLOAD_DIR=out/downloads
5072024-03-28T07:19:55.465Z+ source /work/oxidecomputer/omicron/tools/dendrite_openapi_version
5082024-03-28T07:19:55.465Z++ COMMIT=c2a9f29f70b1e05d891c713997577be53826e1bb
5092024-03-28T07:19:55.465Z++ SHA2=50eff6d9f986b7b1af5970d11d8d01b812de37269731c6c691a244b3fdae82ae
5102024-03-28T07:19:55.465Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/c2a9f29f70b1e05d891c713997577be53826e1bb/dpd.json
5112024-03-28T07:19:55.465Z+ LOCAL_FILE=out/downloads/dpd-c2a9f29f70b1e05d891c713997577be53826e1bb.json
5122024-03-28T07:19:55.465Z+ main
5132024-03-28T07:19:55.465Z+ [[ 0 != 0 ]]
5142024-03-28T07:19:55.465Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/c2a9f29f70b1e05d891c713997577be53826e1bb/dpd.json'
5152024-03-28T07:19:55.466ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/c2a9f29f70b1e05d891c713997577be53826e1bb/dpd.json
5162024-03-28T07:19:55.466ZLocal file: out/downloads/dpd-c2a9f29f70b1e05d891c713997577be53826e1bb.json
5172024-03-28T07:19:55.466Z+ echo 'Local file: out/downloads/dpd-c2a9f29f70b1e05d891c713997577be53826e1bb.json'
5182024-03-28T07:19:55.466Z+ local DO_DOWNLOAD=true
5192024-03-28T07:19:55.466Z+ [[ -f out/downloads/dpd-c2a9f29f70b1e05d891c713997577be53826e1bb.json ]]
5202024-03-28T07:19:55.466Z+ mkdir -p out/downloads
5212024-03-28T07:19:55.466Z+ '[' true == true ']'
5222024-03-28T07:19:55.466Z+ echo Downloading...
5232024-03-28T07:19:55.466ZDownloading...
5242024-03-28T07:19:55.466Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/c2a9f29f70b1e05d891c713997577be53826e1bb/dpd.json out/downloads/dpd-c2a9f29f70b1e05d891c713997577be53826e1bb.json
5252024-03-28T07:19:55.466Z+ curl --silent --show-error --fail --location --output out/downloads/dpd-c2a9f29f70b1e05d891c713997577be53826e1bb.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/c2a9f29f70b1e05d891c713997577be53826e1bb/dpd.json
5262024-03-28T07:19:55.600Z++ do_sha256sum out/downloads/dpd-c2a9f29f70b1e05d891c713997577be53826e1bb.json
5272024-03-28T07:19:55.604Z++ case "$OSTYPE" in
5282024-03-28T07:19:55.604Z++ SHA=sha256sum
5292024-03-28T07:19:55.604Z++ sha256sum
5302024-03-28T07:19:55.604Z++ awk '{print $1}'
5312024-03-28T07:19:55.609Z+ calculated_sha2=50eff6d9f986b7b1af5970d11d8d01b812de37269731c6c691a244b3fdae82ae
5322024-03-28T07:19:55.609Z+ [[ 50eff6d9f986b7b1af5970d11d8d01b812de37269731c6c691a244b3fdae82ae != \5\0\e\f\f\6\d\9\f\9\8\6\b\7\b\1\a\f\5\9\7\0\d\1\1\d\8\d\0\1\b\8\1\2\d\e\3\7\2\6\9\7\3\1\c\6\c\6\9\1\a\2\4\4\b\3\f\d\a\e\8\2\a\e ]]
5332024-03-28T07:19:55.614Z+ set -o errexit
5342024-03-28T07:19:55.618Z+++ dirname ./tools/ci_download_dendrite_stub
5352024-03-28T07:19:55.624Z++ cd ./tools
5362024-03-28T07:19:55.624Z++ pwd
5372024-03-28T07:19:55.624Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
5382024-03-28T07:19:55.624Z++ basename ./tools/ci_download_dendrite_stub
5392024-03-28T07:19:55.624Z+ ARG0=ci_download_dendrite_stub
5402024-03-28T07:19:55.625Z+ source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums
5412024-03-28T07:19:55.625Z++ CIDL_SHA256_ILLUMOS=1405185cc9645b3a6f1bf82d2ffd89f17505e4e625795cd0beb58f043fa7fd8a
5422024-03-28T07:19:55.625Z++ CIDL_SHA256_LINUX_DPD=db3e419cf4381607482c55230c64c6afa80388a26db8efa48e437ebc8b82526a
5432024-03-28T07:19:55.625Z++ CIDL_SHA256_LINUX_SWADM=1de82f6b7419aa0e6e0632def69d5b370a9cb3ac2261527fce96840eb5af5b8d
5442024-03-28T07:19:55.625Z+ source /work/oxidecomputer/omicron/tools/dendrite_openapi_version
5452024-03-28T07:19:55.625Z++ COMMIT=c2a9f29f70b1e05d891c713997577be53826e1bb
5462024-03-28T07:19:55.625Z++ SHA2=50eff6d9f986b7b1af5970d11d8d01b812de37269731c6c691a244b3fdae82ae
5472024-03-28T07:19:55.625Z+ TARGET_DIR=out
5482024-03-28T07:19:55.625Z+ DOWNLOAD_DIR=out/downloads
5492024-03-28T07:19:55.625Z+ DEST_DIR=./out/dendrite-stub
5502024-03-28T07:19:55.625Z+ BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin
5512024-03-28T07:19:55.625Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
5522024-03-28T07:19:55.625Z+ REPO=oxidecomputer/dendrite
5532024-03-28T07:19:55.625Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/c2a9f29f70b1e05d891c713997577be53826e1bb
5542024-03-28T07:19:55.625Z+ main
5552024-03-28T07:19:55.625Z+ [[ 0 != 0 ]]
5562024-03-28T07:19:55.625Z+ CIDL_OS=solaris2.11
5572024-03-28T07:19:55.625Z+ [[ 0 != 0 ]]
5582024-03-28T07:19:55.625Z+ configure_os solaris2.11
5592024-03-28T07:19:55.625Z+ echo 'current directory: /work/oxidecomputer/omicron'
5602024-03-28T07:19:55.629Zcurrent directory: /work/oxidecomputer/omicron
5612024-03-28T07:19:55.629Z+ echo 'configuring based on OS: "solaris2.11"'
5622024-03-28T07:19:55.630Z+ case "$1" in
5632024-03-28T07:19:55.630Zconfiguring based on OS: "solaris2.11"
5642024-03-28T07:19:55.630Z+ SET_BINARIES=
5652024-03-28T07:19:55.630Z+ CIDL_SHA256=1405185cc9645b3a6f1bf82d2ffd89f17505e4e625795cd0beb58f043fa7fd8a
5662024-03-28T07:19:55.630Z+ CIDL_SHA256FUNC=do_sha256sum
5672024-03-28T07:19:55.630Z+ TARBALL_FILENAME=dendrite-stub.tar.gz
5682024-03-28T07:19:55.630Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/c2a9f29f70b1e05d891c713997577be53826e1bb/dendrite-stub.tar.gz
5692024-03-28T07:19:55.630Z+ TARBALL_FILE=out/downloads/dendrite-stub.tar.gz
5702024-03-28T07:19:55.630Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/c2a9f29f70b1e05d891c713997577be53826e1bb/dendrite-stub.tar.gz'
5712024-03-28T07:19:55.630ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/c2a9f29f70b1e05d891c713997577be53826e1bb/dendrite-stub.tar.gz
5722024-03-28T07:19:55.630Z+ echo 'Local file: out/downloads/dendrite-stub.tar.gz'
5732024-03-28T07:19:55.631Z+ mkdir -p out/downloads
5742024-03-28T07:19:55.631ZLocal file: out/downloads/dendrite-stub.tar.gz
5752024-03-28T07:19:55.631Z+ mkdir -p ./out/dendrite-stub
5762024-03-28T07:19:55.631Z+ fetch_and_verify
5772024-03-28T07:19:55.631Z+ local DO_DOWNLOAD=true
5782024-03-28T07:19:55.631Z+ [[ -f out/downloads/dendrite-stub.tar.gz ]]
5792024-03-28T07:19:55.631Z+ '[' true == true ']'
5802024-03-28T07:19:55.631Z+ echo Downloading...
5812024-03-28T07:19:55.631ZDownloading...
5822024-03-28T07:19:55.631Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/c2a9f29f70b1e05d891c713997577be53826e1bb/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz
5832024-03-28T07:19:55.631Z+ curl --silent --show-error --fail --location --output out/downloads/dendrite-stub.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/c2a9f29f70b1e05d891c713997577be53826e1bb/dendrite-stub.tar.gz
5842024-03-28T07:19:59.226Z++ do_sha256sum out/downloads/dendrite-stub.tar.gz
5852024-03-28T07:19:59.229Z++ sha256sum
5862024-03-28T07:19:59.229Z++ awk '{print $1}'
5872024-03-28T07:19:59.248Z+ calculated_sha256=1405185cc9645b3a6f1bf82d2ffd89f17505e4e625795cd0beb58f043fa7fd8a
5882024-03-28T07:19:59.251Z+ [[ 1405185cc9645b3a6f1bf82d2ffd89f17505e4e625795cd0beb58f043fa7fd8a != \1\4\0\5\1\8\5\c\c\9\6\4\5\b\3\a\6\f\1\b\f\8\2\d\2\f\f\d\8\9\f\1\7\5\0\5\e\4\e\6\2\5\7\9\5\c\d\0\b\e\b\5\8\f\0\4\3\f\a\7\f\d\8\a ]]
5892024-03-28T07:19:59.251Z+ do_untar out/downloads/dendrite-stub.tar.gz
5902024-03-28T07:19:59.251Z+ tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads
5912024-03-28T07:19:59.844Z+ do_assemble
5922024-03-28T07:19:59.844Z+ rm -r ./out/dendrite-stub
5932024-03-28T07:19:59.847Z+ mkdir ./out/dendrite-stub
5942024-03-28T07:19:59.850Z+ cp -r out/downloads/root ./out/dendrite-stub/root
5952024-03-28T07:19:59.931Z+ ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin
5962024-03-28T07:19:59.942Z+ set -o errexit
5972024-03-28T07:19:59.945Z+++ dirname ./tools/ci_download_maghemite_mgd
5982024-03-28T07:19:59.953Z++ cd ./tools
5992024-03-28T07:19:59.953Z++ pwd
6002024-03-28T07:19:59.953Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
6012024-03-28T07:19:59.953Z++ basename ./tools/ci_download_maghemite_mgd
6022024-03-28T07:19:59.956Z+ ARG0=ci_download_maghemite_mgd
6032024-03-28T07:19:59.956Z+ source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums
6042024-03-28T07:19:59.957Z++ CIDL_SHA256=ddc19da8932e0ff4a91dea139369bb5b729748bdf698223bc2717a4abea89ed6
6052024-03-28T07:19:59.957Z++ MGD_LINUX_SHA256=ee41d903d19b4ced4bbf139ed05ba8c060517642bc7d4bcef3790e697fa3f44d
6062024-03-28T07:19:59.957Z+ source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version
6072024-03-28T07:19:59.957Z++ COMMIT=bc244d418368fcc3e66db2a0637501a900be161a
6082024-03-28T07:19:59.957Z++ SHA2=a5d2f275c99152711dec1df58fd49d459d3fcb8fbfc7a7f48f432be248d74639
6092024-03-28T07:19:59.957Z+ TARGET_DIR=out
6102024-03-28T07:19:59.957Z+ DOWNLOAD_DIR=out/downloads
6112024-03-28T07:19:59.957Z+ DEST_DIR=./out/mgd
6122024-03-28T07:19:59.957Z+ BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin
6132024-03-28T07:19:59.957Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
6142024-03-28T07:19:59.957Z+ REPO=oxidecomputer/maghemite
6152024-03-28T07:19:59.957Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/bc244d418368fcc3e66db2a0637501a900be161a
6162024-03-28T07:19:59.957Z+ main
6172024-03-28T07:19:59.957Z+ rm -rf out/downloads/root
6182024-03-28T07:19:59.961Z+ [[ 0 != 0 ]]
6192024-03-28T07:19:59.961Z+ CIDL_OS=solaris2.11
6202024-03-28T07:19:59.961Z+ [[ 0 != 0 ]]
6212024-03-28T07:19:59.961Z+ configure_os solaris2.11
6222024-03-28T07:19:59.961Z+ echo 'current directory: /work/oxidecomputer/omicron'
6232024-03-28T07:19:59.961Z+ echo 'configuring based on OS: "solaris2.11"'
6242024-03-28T07:19:59.961Zcurrent directory: /work/oxidecomputer/omicron
6252024-03-28T07:19:59.961Zconfiguring based on OS: "solaris2.11"
6262024-03-28T07:19:59.961Z+ case "$1" in
6272024-03-28T07:19:59.961Z+ SET_BINARIES=
6282024-03-28T07:19:59.961Z+ CIDL_SHA256FUNC=do_sha256sum
6292024-03-28T07:19:59.961Z+ TARBALL_FILENAME=mgd.tar.gz
6302024-03-28T07:19:59.961Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/bc244d418368fcc3e66db2a0637501a900be161a/mgd.tar.gz
6312024-03-28T07:19:59.961Z+ TARBALL_FILE=out/downloads/mgd.tar.gz
6322024-03-28T07:19:59.961Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/bc244d418368fcc3e66db2a0637501a900be161a/mgd.tar.gz'
6332024-03-28T07:19:59.961Z+ echo 'Local file: out/downloads/mgd.tar.gz'
6342024-03-28T07:19:59.961ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/bc244d418368fcc3e66db2a0637501a900be161a/mgd.tar.gz
6352024-03-28T07:19:59.961ZLocal file: out/downloads/mgd.tar.gz
6362024-03-28T07:19:59.962Z+ mkdir -p out/downloads
6372024-03-28T07:19:59.962Z+ mkdir -p ./out/mgd
6382024-03-28T07:19:59.965Z+ fetch_and_verify
6392024-03-28T07:19:59.965Z+ local DO_DOWNLOAD=true
6402024-03-28T07:19:59.965Z+ [[ -f out/downloads/mgd.tar.gz ]]
6412024-03-28T07:19:59.965Z+ '[' true == true ']'
6422024-03-28T07:19:59.965Z+ echo Downloading...
6432024-03-28T07:19:59.965ZDownloading...
6442024-03-28T07:19:59.965Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/bc244d418368fcc3e66db2a0637501a900be161a/mgd.tar.gz out/downloads/mgd.tar.gz
6452024-03-28T07:19:59.965Z+ curl --silent --show-error --fail --location --output out/downloads/mgd.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/bc244d418368fcc3e66db2a0637501a900be161a/mgd.tar.gz
6462024-03-28T07:20:04.878Z++ do_sha256sum out/downloads/mgd.tar.gz
6472024-03-28T07:20:04.884Z++ sha256sum
6482024-03-28T07:20:04.884Z++ awk '{print $1}'
6492024-03-28T07:20:04.930Z+ calculated_sha256=ddc19da8932e0ff4a91dea139369bb5b729748bdf698223bc2717a4abea89ed6
6502024-03-28T07:20:04.949Z+ [[ ddc19da8932e0ff4a91dea139369bb5b729748bdf698223bc2717a4abea89ed6 != \d\d\c\1\9\d\a\8\9\3\2\e\0\f\f\4\a\9\1\d\e\a\1\3\9\3\6\9\b\b\5\b\7\2\9\7\4\8\b\d\f\6\9\8\2\2\3\b\c\2\7\1\7\a\4\a\b\e\a\8\9\e\d\6 ]]
6512024-03-28T07:20:04.950Z+ do_untar out/downloads/mgd.tar.gz
6522024-03-28T07:20:04.950Z+ tar xzf out/downloads/mgd.tar.gz -C out/downloads
6532024-03-28T07:20:05.499Z+ do_assemble
6542024-03-28T07:20:05.499Z+ rm -r ./out/mgd
6552024-03-28T07:20:05.503Z+ mkdir ./out/mgd
6562024-03-28T07:20:05.507Z+ cp -r out/downloads/root ./out/mgd/root
6572024-03-28T07:20:05.589Z+ set -o errexit
6582024-03-28T07:20:05.593Z+++ dirname ./tools/ci_download_transceiver_control
6592024-03-28T07:20:05.593Z++ cd ./tools
6602024-03-28T07:20:05.593Z++ pwd
6612024-03-28T07:20:05.597Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
6622024-03-28T07:20:05.597Z++ basename ./tools/ci_download_transceiver_control
6632024-03-28T07:20:05.597Z+ ARG0=ci_download_transceiver_control
6642024-03-28T07:20:05.597Z+ source /work/oxidecomputer/omicron/tools/transceiver_control_version
6652024-03-28T07:20:05.597Z++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a
6662024-03-28T07:20:05.597Z++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
6672024-03-28T07:20:05.597Z+ TARGET_DIR=out
6682024-03-28T07:20:05.597Z+ DOWNLOAD_DIR=out/downloads
6692024-03-28T07:20:05.597Z+ DEST_DIR=./out/transceiver-control
6702024-03-28T07:20:05.597Z+ BIN_DIR=/opt/oxide/bin
6712024-03-28T07:20:05.597Z+ BINARY=xcvradm
6722024-03-28T07:20:05.597Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
6732024-03-28T07:20:05.598Z+ REPO=oxidecomputer/transceiver-control
6742024-03-28T07:20:05.598Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a
6752024-03-28T07:20:05.598Z+ main
6762024-03-28T07:20:05.598Z+ [[ 0 != 0 ]]
6772024-03-28T07:20:05.598Z+ CIDL_OS=solaris2.11
6782024-03-28T07:20:05.598Z+ [[ 0 != 0 ]]
6792024-03-28T07:20:05.598Z+ configure_os solaris2.11
6802024-03-28T07:20:05.598Z+ echo 'current directory: /work/oxidecomputer/omicron'
6812024-03-28T07:20:05.598Z+ echo 'configuring based on OS: "solaris2.11"'
6822024-03-28T07:20:05.598Zcurrent directory: /work/oxidecomputer/omicron
6832024-03-28T07:20:05.598Zconfiguring based on OS: "solaris2.11"
6842024-03-28T07:20:05.598Z+ case "$1" in
6852024-03-28T07:20:05.598Z+ SET_BINARIES=
6862024-03-28T07:20:05.598Z+ CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
6872024-03-28T07:20:05.598Z+ CIDL_SHA256FUNC=do_sha256sum
6882024-03-28T07:20:05.598Z+ ARCHIVE_FILENAME=xcvradm.gz
6892024-03-28T07:20:05.598Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz
6902024-03-28T07:20:05.598Z+ ARCHIVE_FILE=out/downloads/xcvradm.gz
6912024-03-28T07:20:05.598Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz'
6922024-03-28T07:20:05.598ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz
6932024-03-28T07:20:05.598Z+ echo 'Local file: out/downloads/xcvradm.gz'
6942024-03-28T07:20:05.599Z+ mkdir -p out/downloads
6952024-03-28T07:20:05.599ZLocal file: out/downloads/xcvradm.gz
6962024-03-28T07:20:05.602Z+ mkdir -p ./out/transceiver-control
6972024-03-28T07:20:05.602Z+ fetch_and_verify
6982024-03-28T07:20:05.602Z+ local DO_DOWNLOAD=true
6992024-03-28T07:20:05.602Z+ [[ -f out/downloads/xcvradm.gz ]]
7002024-03-28T07:20:05.602Z+ '[' true == true ']'
7012024-03-28T07:20:05.602Z+ echo Downloading...
7022024-03-28T07:20:05.603ZDownloading...
7032024-03-28T07:20:05.603Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz
7042024-03-28T07:20:05.603Z+ curl --silent --show-error --fail --location --output out/downloads/xcvradm.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz
7052024-03-28T07:20:07.620Z++ do_sha256sum out/downloads/xcvradm.gz
7062024-03-28T07:20:07.624Z++ sha256sum
7072024-03-28T07:20:07.624Z++ awk '{print $1}'
7082024-03-28T07:20:07.629Z+ calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
7092024-03-28T07:20:07.636Z+ [[ 388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 != \3\8\8\f\9\e\0\3\0\8\9\e\8\b\c\6\d\4\7\f\d\2\1\f\9\c\8\3\5\5\4\a\6\c\d\c\6\2\6\e\b\9\2\8\3\7\4\f\c\f\f\9\4\5\a\8\8\1\e\1\f\7\e\1 ]]
7102024-03-28T07:20:07.636Z+ do_unpack out/downloads/xcvradm.gz
7112024-03-28T07:20:07.637Z+ mkdir -p out/downloads/root//opt/oxide/bin
7122024-03-28T07:20:07.637Z+ gzip -dc out/downloads/xcvradm.gz
7132024-03-28T07:20:07.758Z+ chmod +x out/downloads/root//opt/oxide/bin/xcvradm
7142024-03-28T07:20:07.774Z+ do_assemble
7152024-03-28T07:20:07.774Z+ rm -r ./out/transceiver-control
7162024-03-28T07:20:07.774Z+ mkdir ./out/transceiver-control
7172024-03-28T07:20:07.774Z+ cp -r out/downloads/root ./out/transceiver-control/root
7182024-03-28T07:20:07.870Z+ set -o errexit
7192024-03-28T07:20:07.885Z+++ dirname ./tools/ci_download_thundermuffin
7202024-03-28T07:20:07.886Z++ cd ./tools
7212024-03-28T07:20:07.886Z++ pwd
7222024-03-28T07:20:07.886Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
7232024-03-28T07:20:07.886Z++ basename ./tools/ci_download_thundermuffin
7242024-03-28T07:20:07.886Z+ ARG0=ci_download_thundermuffin
7252024-03-28T07:20:07.886Z+ source /work/oxidecomputer/omicron/tools/thundermuffin_checksums
7262024-03-28T07:20:07.886Z++ CIDL_SHA256=dc55a2accd33a347df4cbdc0026cbaccea2c004940c3fec8cadcdd633d440dfa
7272024-03-28T07:20:07.886Z+ source /work/oxidecomputer/omicron/tools/thundermuffin_version
7282024-03-28T07:20:07.886Z++ COMMIT=a4a6108d7c9aac2464a0b6898e88132a8f701a13
7292024-03-28T07:20:07.886Z+ TARGET_DIR=out
7302024-03-28T07:20:07.886Z+ DOWNLOAD_DIR=out/downloads
7312024-03-28T07:20:07.886Z+ DEST_DIR=./out/thundermuffin
7322024-03-28T07:20:07.886Z+ BIN_DIR=./out/thundermuffin/root/opt/oxide/thundermuffin/bin
7332024-03-28T07:20:07.887Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
7342024-03-28T07:20:07.887Z+ REPO=oxidecomputer/thundermuffin
7352024-03-28T07:20:07.887Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13
7362024-03-28T07:20:07.887Z+ main
7372024-03-28T07:20:07.887Z+ rm -rf out/downloads/root
7382024-03-28T07:20:07.900Z+ [[ 0 != 0 ]]
7392024-03-28T07:20:07.900Z+ CIDL_OS=solaris2.11
7402024-03-28T07:20:07.901Z+ [[ 0 != 0 ]]
7412024-03-28T07:20:07.901Z+ configure_os solaris2.11
7422024-03-28T07:20:07.901Z+ echo 'current directory: /work/oxidecomputer/omicron'
7432024-03-28T07:20:07.901Zcurrent directory: /work/oxidecomputer/omicron
7442024-03-28T07:20:07.901Z+ echo 'configuring based on OS: "solaris2.11"'
7452024-03-28T07:20:07.902Z+ case "$1" in
7462024-03-28T07:20:07.902Zconfiguring based on OS: "solaris2.11"
7472024-03-28T07:20:07.902Z+ SET_BINARIES=
7482024-03-28T07:20:07.902Z+ CIDL_SHA256FUNC=do_sha256sum
7492024-03-28T07:20:07.902Z+ TARBALL_FILENAME=thundermuffin.tar.gz
7502024-03-28T07:20:07.902Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz
7512024-03-28T07:20:07.902Z+ TARBALL_FILE=out/downloads/thundermuffin.tar.gz
7522024-03-28T07:20:07.903Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz'
7532024-03-28T07:20:07.903ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz
7542024-03-28T07:20:07.903Z+ echo 'Local file: out/downloads/thundermuffin.tar.gz'
7552024-03-28T07:20:07.903ZLocal file: out/downloads/thundermuffin.tar.gz
7562024-03-28T07:20:07.903Z+ mkdir -p out/downloads
7572024-03-28T07:20:07.903Z+ mkdir -p ./out/thundermuffin
7582024-03-28T07:20:07.904Z+ fetch_and_verify
7592024-03-28T07:20:07.904Z+ local DO_DOWNLOAD=true
7602024-03-28T07:20:07.904Z+ [[ -f out/downloads/thundermuffin.tar.gz ]]
7612024-03-28T07:20:07.904Z+ '[' true == true ']'
7622024-03-28T07:20:07.904Z+ echo Downloading...
7632024-03-28T07:20:07.904ZDownloading...
7642024-03-28T07:20:07.904Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz out/downloads/thundermuffin.tar.gz
7652024-03-28T07:20:07.905Z+ curl --silent --show-error --fail --location --output out/downloads/thundermuffin.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz
7662024-03-28T07:20:09.913Z++ do_sha256sum out/downloads/thundermuffin.tar.gz
7672024-03-28T07:20:09.918Z++ sha256sum
7682024-03-28T07:20:09.918Z++ awk '{print $1}'
7692024-03-28T07:20:09.923Z+ calculated_sha256=dc55a2accd33a347df4cbdc0026cbaccea2c004940c3fec8cadcdd633d440dfa
7702024-03-28T07:20:09.924Z+ [[ dc55a2accd33a347df4cbdc0026cbaccea2c004940c3fec8cadcdd633d440dfa != \d\c\5\5\a\2\a\c\c\d\3\3\a\3\4\7\d\f\4\c\b\d\c\0\0\2\6\c\b\a\c\c\e\a\2\c\0\0\4\9\4\0\c\3\f\e\c\8\c\a\d\c\d\d\6\3\3\d\4\4\0\d\f\a ]]
7712024-03-28T07:20:09.924Z+ do_untar out/downloads/thundermuffin.tar.gz
7722024-03-28T07:20:09.924Z+ tar xzf out/downloads/thundermuffin.tar.gz -C out/downloads
7732024-03-28T07:20:09.990Z+ do_assemble
7742024-03-28T07:20:09.990Z+ rm -r ./out/thundermuffin
7752024-03-28T07:20:10.006Z+ mkdir ./out/thundermuffin
7762024-03-28T07:20:10.006Z+ cp -r out/downloads/root ./out/thundermuffin/root
7772024-03-28T07:20:10.015ZAll builder prerequisites installed successfully, and PATH looks valid
7782024-03-28T07:20:10.033Z
7792024-03-28T07:20:10.034Zreal 1:40.699935094
7802024-03-28T07:20:10.034Zuser 37.741837332
7812024-03-28T07:20:10.034Zsys 7.181527977
7822024-03-28T07:20:10.034Ztrap 0.008697006
7832024-03-28T07:20:10.034Ztflt 0.145492506
7842024-03-28T07:20:10.034Zdflt 0.429063296
7852024-03-28T07:20:10.034Zkflt 0.198704869
7862024-03-28T07:20:10.034Zlock 1.110531169
7872024-03-28T07:20:10.034Zslp 3:10.163965616
7882024-03-28T07:20:10.034Zlat 1.949222617
7892024-03-28T07:20:10.034Zstop 0.141294368
7902024-03-28T07:20:10.034Z
7912024-03-28T07:20:10.034Z #### # # ##### ##### # #
7922024-03-28T07:20:10.034Z # # # # # # # # # #
7932024-03-28T07:20:10.034Z # # # # # # # #
7942024-03-28T07:20:10.034Z # # # ##### ##### #
7952024-03-28T07:20:10.034Z # # # # # # #
7962024-03-28T07:20:10.035Z #### ###### # # # #
7972024-03-28T07:20:10.035Z
7982024-03-28T07:20:10.236Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
7992024-03-28T07:20:10.527Z Updating git repository `https://github.com/oxidecomputer/samael`
8002024-03-28T07:20:10.870Z Updating git repository `https://github.com/oxidecomputer/zone`
8012024-03-28T07:20:11.171Z Updating crates.io index
8022024-03-28T07:20:11.183Z Updating git repository `https://github.com/oxidecomputer/dropshot`
8032024-03-28T07:20:11.931Z Updating git repository `https://github.com/oxidecomputer/maghemite`
8042024-03-28T07:20:12.496Z Updating git repository `https://github.com/oxidecomputer/progenitor`
8052024-03-28T07:20:14.775Z Updating git repository `http://github.com/oxidecomputer/serde_human_bytes`
8062024-03-28T07:20:14.877Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
8072024-03-28T07:20:15.138Z Updating git repository `https://github.com/oxidecomputer/propolis`
8082024-03-28T07:20:16.056Z Updating git repository `https://github.com/oxidecomputer/crucible`
8092024-03-28T07:20:18.279Z Updating git repository `https://github.com/oxidecomputer/opte`
8102024-03-28T07:20:19.271Z Updating git repository `https://github.com/oxidecomputer/falcon`
8112024-03-28T07:20:19.946Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
8122024-03-28T07:20:20.239Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
8132024-03-28T07:20:20.761Z Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel`
8142024-03-28T07:20:21.205Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
8152024-03-28T07:20:21.487Z Updating git repository `http://github.com/oxidecomputer/sprockets`
8162024-03-28T07:20:21.832Z Updating git repository `https://github.com/oxidecomputer/diesel-dtrace`
8172024-03-28T07:20:22.133Z Updating git repository `http://github.com/oxidecomputer/tofino`
8182024-03-28T07:20:22.518Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
8192024-03-28T07:20:22.893Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
8202024-03-28T07:20:23.168Z Updating git repository `https://github.com/oxidecomputer/libnvme`
8212024-03-28T07:20:23.409Z Updating git repository `https://github.com/oxidecomputer/ispf`
8222024-03-28T07:20:23.743Z Updating git repository `https://github.com/oxidecomputer/poptrie`
8232024-03-28T07:20:24.295Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
8242024-03-28T07:20:24.822Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
8252024-03-28T07:20:25.169Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
8262024-03-28T07:20:25.486Z Updating git repository `https://github.com/jgallagher/nix`
8272024-03-28T07:20:26.429Z Updating git repository `https://github.com/cbiffle/hubpack`
8282024-03-28T07:20:26.738Z Updating git repository `https://github.com/oxidecomputer/typify`
8292024-03-28T07:20:28.483Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
8302024-03-28T07:20:28.817Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
8312024-03-28T07:20:29.079Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
8322024-03-28T07:20:29.488Z Updating git repository `https://github.com/oxidecomputer/rfb`
8332024-03-28T07:20:30.659Z Downloading crates ...
8342024-03-28T07:20:30.770Z Downloaded anstyle v1.0.6
8352024-03-28T07:20:30.778Z Downloaded anstream v0.6.11
8362024-03-28T07:20:30.810Z Downloaded cargo_toml v0.19.0
8372024-03-28T07:20:30.810Z Downloaded itoa v1.0.9
8382024-03-28T07:20:30.811Z Downloaded thiserror-impl v1.0.57
8392024-03-28T07:20:30.832Z Downloaded ryu v1.0.15
8402024-03-28T07:20:30.832Z Downloaded bitflags v2.4.2
8412024-03-28T07:20:30.832Z Downloaded equivalent v1.0.1
8422024-03-28T07:20:30.833Z Downloaded autocfg v1.1.0
8432024-03-28T07:20:30.833Z Downloaded clap_lex v0.7.0
8442024-03-28T07:20:30.833Z Downloaded terminal_size v0.3.0
8452024-03-28T07:20:30.833Z Downloaded anstyle-query v1.0.0
8462024-03-28T07:20:30.833Z Downloaded colorchoice v1.0.0
8472024-03-28T07:20:30.833Z Downloaded swrite v0.1.0
8482024-03-28T07:20:30.833Z Downloaded strsim v0.11.0
8492024-03-28T07:20:30.833Z Downloaded errno v0.3.8
8502024-03-28T07:20:30.859Z Downloaded serde_spanned v0.6.5
8512024-03-28T07:20:30.859Z Downloaded utf8parse v0.2.1
8522024-03-28T07:20:30.859Z Downloaded heck v0.4.1
8532024-03-28T07:20:30.859Z Downloaded clap_derive v4.5.0
8542024-03-28T07:20:30.860Z Downloaded cargo_metadata v0.18.1
8552024-03-28T07:20:30.860Z Downloaded thiserror v1.0.57
8562024-03-28T07:20:30.860Z Downloaded toml_datetime v0.6.5
8572024-03-28T07:20:30.860Z Downloaded cargo-platform v0.1.3
8582024-03-28T07:20:30.860Z Downloaded fs-err v2.11.0
8592024-03-28T07:20:30.872Z Downloaded serde_derive v1.0.197
8602024-03-28T07:20:30.872Z Downloaded anstyle-parse v0.2.1
8612024-03-28T07:20:30.872Z Downloaded proc-macro2 v1.0.78
8622024-03-28T07:20:30.872Z Downloaded quote v1.0.35
8632024-03-28T07:20:30.873Z Downloaded unicode-ident v1.0.12
8642024-03-28T07:20:30.873Z Downloaded semver v1.0.22
8652024-03-28T07:20:30.873Z Downloaded camino v1.1.6
8662024-03-28T07:20:30.873Z Downloaded clap v4.5.1
8672024-03-28T07:20:30.873Z Downloaded toml v0.8.10
8682024-03-28T07:20:30.885Z Downloaded anyhow v1.0.79
8692024-03-28T07:20:30.885Z Downloaded serde v1.0.197
8702024-03-28T07:20:30.885Z Downloaded toml_edit v0.22.6
8712024-03-28T07:20:30.898Z Downloaded memchr v2.7.1
8722024-03-28T07:20:30.906Z Downloaded indexmap v2.2.5
8732024-03-28T07:20:30.913Z Downloaded hashbrown v0.14.3
8742024-03-28T07:20:30.919Z Downloaded clap_builder v4.5.1
8752024-03-28T07:20:30.926Z Downloaded winnow v0.6.1
8762024-03-28T07:20:30.926Z Downloaded syn v2.0.52
8772024-03-28T07:20:30.941Z Downloaded serde_json v1.0.114
8782024-03-28T07:20:30.950Z Downloaded rustix v0.38.31
8792024-03-28T07:20:30.970Z Downloaded libc v0.2.153
8802024-03-28T07:20:31.636Z Compiling proc-macro2 v1.0.78
8812024-03-28T07:20:31.653Z Compiling unicode-ident v1.0.12
8822024-03-28T07:20:31.653Z Compiling serde v1.0.197
8832024-03-28T07:20:31.653Z Compiling libc v0.2.153
8842024-03-28T07:20:31.653Z Compiling rustix v0.38.31
8852024-03-28T07:20:31.653Z Compiling equivalent v1.0.1
8862024-03-28T07:20:31.653Z Compiling hashbrown v0.14.3
8872024-03-28T07:20:31.654Z Compiling bitflags v2.4.2
8882024-03-28T07:20:31.654Z Compiling utf8parse v0.2.1
8892024-03-28T07:20:31.654Z Compiling thiserror v1.0.57
8902024-03-28T07:20:31.654Z Compiling anstyle-parse v0.2.1
8912024-03-28T07:20:31.684Z Compiling camino v1.1.6
8922024-03-28T07:20:31.837Z Compiling colorchoice v1.0.0
8932024-03-28T07:20:31.958Z Compiling anstyle-query v1.0.0
8942024-03-28T07:20:32.457Z Compiling autocfg v1.1.0
8952024-03-28T07:20:32.475Z Compiling indexmap v2.2.5
8962024-03-28T07:20:32.649Z Compiling semver v1.0.22
8972024-03-28T07:20:32.905Z Compiling serde_json v1.0.114
8982024-03-28T07:20:32.908Z Compiling winnow v0.6.1
8992024-03-28T07:20:33.059Z Compiling anstyle v1.0.6
9002024-03-28T07:20:33.243Z Compiling fs-err v2.11.0
9012024-03-28T07:20:33.268Z Compiling clap_lex v0.7.0
9022024-03-28T07:20:33.319Z Compiling itoa v1.0.9
9032024-03-28T07:20:33.460Z Compiling anstream v0.6.11
9042024-03-28T07:20:33.503Z Compiling ryu v1.0.15
9052024-03-28T07:20:33.517Z Compiling strsim v0.11.0
9062024-03-28T07:20:33.534Z Compiling anyhow v1.0.79
9072024-03-28T07:20:33.813Z Compiling heck v0.4.1
9082024-03-28T07:20:33.990Z Compiling quote v1.0.35
9092024-03-28T07:20:34.274Z Compiling errno v0.3.8
9102024-03-28T07:20:34.482Z Compiling syn v2.0.52
9112024-03-28T07:20:34.577Z Compiling swrite v0.1.0
9122024-03-28T07:20:35.337Z Compiling terminal_size v0.3.0
9132024-03-28T07:20:35.475Z Compiling clap_builder v4.5.1
9142024-03-28T07:20:39.537Z Compiling serde_derive v1.0.197
9152024-03-28T07:20:39.537Z Compiling thiserror-impl v1.0.57
9162024-03-28T07:20:39.541Z Compiling clap_derive v4.5.0
9172024-03-28T07:20:42.130Z Compiling clap v4.5.1
9182024-03-28T07:20:47.325Z Compiling toml_datetime v0.6.5
9192024-03-28T07:20:47.331Z Compiling serde_spanned v0.6.5
9202024-03-28T07:20:47.331Z Compiling cargo-platform v0.1.3
9212024-03-28T07:20:47.548Z Compiling toml_edit v0.22.6
9222024-03-28T07:20:48.646Z Compiling cargo_metadata v0.18.1
9232024-03-28T07:20:49.557Z Compiling toml v0.8.10
9242024-03-28T07:20:50.203Z Compiling cargo_toml v0.19.0
9252024-03-28T07:20:53.896Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
9262024-03-28T07:20:55.758Z Finished dev [unoptimized + debuginfo] target(s) in 45.74s
9272024-03-28T07:20:55.968Z Running `target/debug/xtask clippy`
9282024-03-28T07:20:56.015Zrunning: "/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/cargo" "clippy" "--all-targets" "--" "--deny" "warnings" "--allow" "clippy::style" "--warn" "clippy::disallowed_macros" "--warn" "clippy::disallowed_methods" "--warn" "clippy::disallowed_names" "--warn" "clippy::disallowed_script_idents" "--warn" "clippy::disallowed_types"
9292024-03-28T07:20:56.589Z Downloading crates ...
9302024-03-28T07:20:56.691Z Downloaded aead v0.5.2
9312024-03-28T07:20:56.694Z Downloaded arrayvec v0.7.4
9322024-03-28T07:20:56.698Z Downloaded assert_matches v1.5.0
9332024-03-28T07:20:56.698Z Downloaded addr2line v0.21.0
9342024-03-28T07:20:56.701Z Downloaded ahash v0.8.8
9352024-03-28T07:20:56.704Z Downloaded ascii v1.1.0
9362024-03-28T07:20:56.707Z Downloaded argon2 v0.5.3
9372024-03-28T07:20:56.707Z Downloaded adler v1.0.2
9382024-03-28T07:20:56.710Z Downloaded headers-core v0.2.0
9392024-03-28T07:20:56.710Z Downloaded async-recursion v1.0.5
9402024-03-28T07:20:56.713Z Downloaded assert_cmd v2.0.14
9412024-03-28T07:20:56.716Z Downloaded cfg-if v1.0.0
9422024-03-28T07:20:56.716Z Downloaded arc-swap v1.6.0
9432024-03-28T07:20:56.720Z Downloaded allocator-api2 v0.2.16
9442024-03-28T07:20:56.727Z Downloaded cpufeatures v0.2.12
9452024-03-28T07:20:56.734Z Downloaded compact_str v0.7.1
9462024-03-28T07:20:56.734Z Downloaded crypto-bigint v0.5.2
9472024-03-28T07:20:56.738Z Downloaded indoc v1.0.9
9482024-03-28T07:20:56.741Z Downloaded hubpack v0.1.2
9492024-03-28T07:20:56.741Z Downloaded heck v0.3.3
9502024-03-28T07:20:56.744Z Downloaded heapless v0.7.16
9512024-03-28T07:20:56.748Z Downloaded hyper-rustls v0.26.0
9522024-03-28T07:20:56.751Z Downloaded cipher v0.4.4
9532024-03-28T07:20:56.754Z Downloaded ciborium-io v0.2.2
9542024-03-28T07:20:56.754Z Downloaded cast v0.3.0
9552024-03-28T07:20:56.758Z Downloaded bitstruct_derive v0.1.0
9562024-03-28T07:20:56.758Z Downloaded atty v0.2.14
9572024-03-28T07:20:56.758Z Downloaded hyper-staticfile v0.9.5
9582024-03-28T07:20:56.762Z Downloaded ident_case v1.0.1
9592024-03-28T07:20:56.765Z Downloaded atomicwrites v0.4.3
9602024-03-28T07:20:56.765Z Downloaded crossbeam-deque v0.8.3
9612024-03-28T07:20:56.765Z Downloaded async-stream-impl v0.3.5
9622024-03-28T07:20:56.768Z Downloaded lazycell v1.3.0
9632024-03-28T07:20:56.768Z Downloaded indoc v2.0.3
9642024-03-28T07:20:56.771Z Downloaded kstat-rs v0.2.3
9652024-03-28T07:20:56.777Z Downloaded highway v1.1.0
9662024-03-28T07:20:56.780Z Downloaded crc v3.0.1
9672024-03-28T07:20:56.780Z Downloaded http-body v1.0.0
9682024-03-28T07:20:56.780Z Downloaded crucible-workspace-hack v0.1.0
9692024-03-28T07:20:56.780Z Downloaded bitstruct v0.1.1
9702024-03-28T07:20:56.783Z Downloaded corncobs v0.1.3
9712024-03-28T07:20:56.786Z Downloaded scroll_derive v0.12.0
9722024-03-28T07:20:56.786Z Downloaded lazy_static v1.4.0
9732024-03-28T07:20:56.789Z Downloaded humantime v2.1.0
9742024-03-28T07:20:56.789Z Downloaded httpdate v1.0.3
9752024-03-28T07:20:56.792Z Downloaded camino-tempfile v1.1.1
9762024-03-28T07:20:56.797Z Downloaded http-range v0.1.5
9772024-03-28T07:20:56.797Z Downloaded newline-converter v0.3.0
9782024-03-28T07:20:56.800Z Downloaded matches v0.1.10
9792024-03-28T07:20:56.800Z Downloaded ciborium-ll v0.2.2
9802024-03-28T07:20:56.800Z Downloaded constant_time_eq v0.2.6
9812024-03-28T07:20:56.800Z Downloaded buf-list v1.0.3
9822024-03-28T07:20:56.803Z Downloaded nodrop v0.1.14
9832024-03-28T07:20:56.806Z Downloaded base16ct v0.2.0
9842024-03-28T07:20:56.806Z Downloaded bit-vec v0.6.3
9852024-03-28T07:20:56.809Z Downloaded newtype_derive v0.1.6
9862024-03-28T07:20:56.809Z Downloaded bitfield v0.14.0
9872024-03-28T07:20:56.812Z Downloaded match_cfg v0.1.0
9882024-03-28T07:20:56.815Z Downloaded cancel-safe-futures v0.1.5
9892024-03-28T07:20:56.818Z Downloaded nested v0.1.1
9902024-03-28T07:20:56.818Z Downloaded cookie_store v0.20.0
9912024-03-28T07:20:56.821Z Downloaded cassowary v0.3.0
9922024-03-28T07:20:56.824Z Downloaded bzip2 v0.4.4
9932024-03-28T07:20:56.824Z Downloaded httparse v1.8.0
9942024-03-28T07:20:56.827Z Downloaded hyper-util v0.1.2
9952024-03-28T07:20:56.834Z Downloaded rusty-fork v0.3.0
9962024-03-28T07:20:56.837Z Downloaded toolchain_find v0.2.0
9972024-03-28T07:20:56.837Z Downloaded scopeguard v1.2.0
9982024-03-28T07:20:56.837Z Downloaded hyper-tls v0.5.0
9992024-03-28T07:20:56.841Z Downloaded linear-map v1.2.0
10002024-03-28T07:20:56.844Z Downloaded similar-asserts v1.5.0
10012024-03-28T07:20:56.844Z Downloaded lru-cache v0.1.2
10022024-03-28T07:20:56.847Z Downloaded tower-service v0.3.2
10032024-03-28T07:20:56.847Z Downloaded slog-stdlog v4.1.1
10042024-03-28T07:20:56.851Z Downloaded slog-scope v4.4.0
10052024-03-28T07:20:56.851Z Downloaded vte_generate_state_changes v0.1.1
10062024-03-28T07:20:56.851Z Downloaded newtype-uuid v1.0.1
10072024-03-28T07:20:56.854Z Downloaded maplit v1.0.2
10082024-03-28T07:20:56.857Z Downloaded normalize-line-endings v0.3.0
10092024-03-28T07:20:56.857Z Downloaded indicatif v0.17.8
10102024-03-28T07:20:56.860Z Downloaded maybe-uninit v2.0.0
10112024-03-28T07:20:56.864Z Downloaded libefi-sys v0.1.0
10122024-03-28T07:20:56.864Z Downloaded spin v0.5.2
10132024-03-28T07:20:56.867Z Downloaded http-body v0.4.5
10142024-03-28T07:20:56.867Z Downloaded vec_map v0.8.2
10152024-03-28T07:20:56.870Z Downloaded curve25519-dalek-derive v0.1.0
10162024-03-28T07:20:56.870Z Downloaded managed v0.8.0
10172024-03-28T07:20:56.876Z Downloaded lalrpop-util v0.19.12
10182024-03-28T07:20:56.877Z Downloaded string_cache v0.8.7
10192024-03-28T07:20:56.880Z Downloaded thread-id v4.2.0
10202024-03-28T07:20:56.880Z Downloaded mockall v0.12.0
10212024-03-28T07:20:56.880Z Downloaded mime v0.3.17
10222024-03-28T07:20:56.880Z Downloaded strsim v0.10.0
10232024-03-28T07:20:56.885Z Downloaded num_threads v0.1.6
10242024-03-28T07:20:56.885Z Downloaded libsw v3.3.1
10252024-03-28T07:20:56.888Z Downloaded foreign-types v0.3.2
10262024-03-28T07:20:56.888Z Downloaded foreign-types v0.5.0
10272024-03-28T07:20:56.888Z Downloaded structmeta v0.2.0
10282024-03-28T07:20:56.891Z Downloaded cookie v0.17.0
10292024-03-28T07:20:56.894Z Downloaded thread_local v1.1.7
10302024-03-28T07:20:56.894Z Downloaded httptest v0.15.5
10312024-03-28T07:20:56.897Z Downloaded num-conv v0.1.0
10322024-03-28T07:20:56.900Z Downloaded multer v3.0.0
10332024-03-28T07:20:56.903Z Downloaded oso-derive v0.27.0
10342024-03-28T07:20:56.903Z Downloaded predicates-core v1.0.6
10352024-03-28T07:20:56.903Z Downloaded base64 v0.13.1
10362024-03-28T07:20:56.906Z Downloaded memmap2 v0.7.1
10372024-03-28T07:20:56.909Z Downloaded untrusted v0.7.1
10382024-03-28T07:20:56.913Z Downloaded universal-hash v0.5.1
10392024-03-28T07:20:56.913Z Downloaded hyper-rustls v0.24.2
10402024-03-28T07:20:56.916Z Downloaded nu-ansi-term v0.50.0
10412024-03-28T07:20:56.919Z Downloaded serde-big-array v0.5.1
10422024-03-28T07:20:56.924Z Downloaded basic-toml v0.1.8
10432024-03-28T07:20:56.934Z Downloaded sync_wrapper v0.1.2
10442024-03-28T07:20:56.937Z Downloaded percent-encoding v2.3.1
10452024-03-28T07:20:56.937Z Downloaded tower-layer v0.3.2
10462024-03-28T07:20:56.937Z Downloaded deranged v0.3.11
10472024-03-28T07:20:56.937Z Downloaded mime_guess v2.0.4
10482024-03-28T07:20:56.941Z Downloaded unicode-linebreak v0.1.5
10492024-03-28T07:20:56.941Z Downloaded fnv v1.0.7
10502024-03-28T07:20:56.944Z Downloaded pretty-hex v0.2.1
10512024-03-28T07:20:56.944Z Downloaded tempfile v3.10.0
10522024-03-28T07:20:56.947Z Downloaded cc v1.0.83
10532024-03-28T07:20:56.950Z Downloaded owo-colors v4.0.0
10542024-03-28T07:20:56.953Z Downloaded usdt-attr-macro v0.5.0
10552024-03-28T07:20:56.957Z Downloaded usdt-attr-macro v0.3.5
10562024-03-28T07:20:56.957Z Downloaded subtle v2.5.0
10572024-03-28T07:20:56.957Z Downloaded packed_struct_codegen v0.10.1
10582024-03-28T07:20:56.960Z Downloaded packed_struct v0.10.1
10592024-03-28T07:20:56.963Z Downloaded rustc_version v0.4.0
10602024-03-28T07:20:56.963Z Downloaded erased-serde v0.3.31
10612024-03-28T07:20:56.966Z Downloaded der_derive v0.7.2
10622024-03-28T07:20:56.969Z Downloaded cstr-argument v0.1.2
10632024-03-28T07:20:56.969Z Downloaded foreign-types-macros v0.2.3
10642024-03-28T07:20:56.969Z Downloaded rtoolbox v0.0.1
10652024-03-28T07:20:56.972Z Downloaded csv-core v0.1.11
10662024-03-28T07:20:56.975Z Downloaded serde-big-array v0.4.1
10672024-03-28T07:20:56.975Z Downloaded rustfmt-wrapper v0.2.0
10682024-03-28T07:20:56.979Z Downloaded serde_arrays v0.1.0
10692024-03-28T07:20:56.979Z Downloaded serde-hex v0.1.0
10702024-03-28T07:20:56.985Z Downloaded once_cell v1.19.0
10712024-03-28T07:20:56.988Z Downloaded precomputed-hash v0.1.1
10722024-03-28T07:20:56.988Z Downloaded stable_deref_trait v1.2.0
10732024-03-28T07:20:56.988Z Downloaded portpicker v0.1.1
10742024-03-28T07:20:56.988Z Downloaded poly1305 v0.8.0
10752024-03-28T07:20:56.992Z Downloaded supports-color v3.0.0
10762024-03-28T07:20:56.992Z Downloaded strum_macros v0.25.2
10772024-03-28T07:20:56.995Z Downloaded tabled_derive v0.7.0
10782024-03-28T07:20:57.001Z Downloaded base64 v0.21.7
10792024-03-28T07:20:57.004Z Downloaded miniz_oxide v0.7.1
10802024-03-28T07:20:57.004Z Downloaded signal-hook-tokio v0.3.1
10812024-03-28T07:20:57.005Z Downloaded unicase v2.7.0
10822024-03-28T07:20:57.008Z Downloaded vsss-rs v3.3.4
10832024-03-28T07:20:57.011Z Downloaded tinyvec_macros v0.1.1
10842024-03-28T07:20:57.011Z Downloaded pin-project-lite v0.2.13
10852024-03-28T07:20:57.016Z Downloaded olpc-cjson v0.1.3
10862024-03-28T07:20:57.019Z Downloaded flagset v0.4.3
10872024-03-28T07:20:57.020Z Downloaded fixedbitset v0.4.2
10882024-03-28T07:20:57.023Z Downloaded omicron-zone-package v0.11.0
10892024-03-28T07:20:57.027Z Downloaded psl-types v2.0.11
10902024-03-28T07:20:57.027Z Downloaded snafu-derive v0.7.5
10912024-03-28T07:20:57.042Z Downloaded float-cmp v0.9.0
10922024-03-28T07:20:57.042Z Downloaded dtrace-parser v0.2.0
10932024-03-28T07:20:57.046Z Downloaded hash32 v0.2.1
10942024-03-28T07:20:57.046Z Downloaded unsafe-libyaml v0.2.10
10952024-03-28T07:20:57.046Z Downloaded http v1.0.0
10962024-03-28T07:20:57.046Z Downloaded foreign-types-shared v0.1.1
10972024-03-28T07:20:57.046Z Downloaded secrecy v0.8.0
10982024-03-28T07:20:57.046Z Downloaded parse-size v1.0.0
10992024-03-28T07:20:57.046Z Downloaded guppy-workspace-hack v0.1.0
11002024-03-28T07:20:57.051Z Downloaded derive-where v1.2.7
11012024-03-28T07:20:57.056Z Downloaded pem v3.0.2
11022024-03-28T07:20:57.056Z Downloaded rustls-pemfile v1.0.3
11032024-03-28T07:20:57.060Z Downloaded darling v0.14.4
11042024-03-28T07:20:57.064Z Downloaded tokio-macros v2.2.0
11052024-03-28T07:20:57.064Z Downloaded signal-hook-registry v1.4.1
11062024-03-28T07:20:57.065Z Downloaded signal-hook-mio v0.2.3
11072024-03-28T07:20:57.068Z Downloaded postgres-types v0.2.6
11082024-03-28T07:20:57.068Z Downloaded threadpool v1.8.1
11092024-03-28T07:20:57.072Z Downloaded target-spec v3.1.0
11102024-03-28T07:20:57.072Z Downloaded smf v0.2.2
11112024-03-28T07:20:57.077Z Downloaded quick-error v1.2.3
11122024-03-28T07:20:57.077Z Downloaded parking_lot_core v0.8.6
11132024-03-28T07:20:57.083Z Downloaded debug-ignore v1.0.5
11142024-03-28T07:20:57.083Z Downloaded usdt-macro v0.5.0
11152024-03-28T07:20:57.083Z Downloaded datatest-stable v0.2.3
11162024-03-28T07:20:57.087Z Downloaded usdt-macro v0.3.5
11172024-03-28T07:20:57.087Z Downloaded futures-sink v0.3.30
11182024-03-28T07:20:57.087Z Downloaded rustls-native-certs v0.7.0
11192024-03-28T07:20:57.091Z Downloaded endian-type v0.1.2
11202024-03-28T07:20:57.091Z Downloaded try-lock v0.2.4
11212024-03-28T07:20:57.091Z Downloaded num v0.4.1
11222024-03-28T07:20:57.094Z Downloaded serde_derive_internals v0.26.0
11232024-03-28T07:20:57.094Z Downloaded plotters-backend v0.3.5
11242024-03-28T07:20:57.102Z Downloaded plotters-svg v0.3.5
11252024-03-28T07:20:57.105Z Downloaded target-lexicon v0.12.13
11262024-03-28T07:20:57.109Z Downloaded parking_lot_core v0.9.8
11272024-03-28T07:20:57.112Z Downloaded getopts v0.2.21
11282024-03-28T07:20:57.112Z Downloaded fd-lock v4.0.2
11292024-03-28T07:20:57.116Z Downloaded pem-rfc7468 v0.7.0
11302024-03-28T07:20:57.116Z Downloaded snafu v0.7.5
11312024-03-28T07:20:57.123Z Downloaded pretty-hex v0.4.1
11322024-03-28T07:20:57.129Z Downloaded same-file v1.0.6
11332024-03-28T07:20:57.129Z Downloaded rpassword v7.3.1
11342024-03-28T07:20:57.133Z Downloaded rand v0.4.6
11352024-03-28T07:20:57.133Z Downloaded wyz v0.5.1
11362024-03-28T07:20:57.138Z Downloaded derive_more v0.99.17
11372024-03-28T07:20:57.142Z Downloaded futures-macro v0.3.30
11382024-03-28T07:20:57.151Z Downloaded slog-async v2.8.0
11392024-03-28T07:20:57.152Z Downloaded opaque-debug v0.3.0
11402024-03-28T07:20:57.152Z Downloaded doc-comment v0.3.3
11412024-03-28T07:20:57.157Z Downloaded futures-io v0.3.30
11422024-03-28T07:20:57.157Z Downloaded futures-executor v0.3.30
11432024-03-28T07:20:57.158Z Downloaded xattr v1.0.1
11442024-03-28T07:20:57.158Z Downloaded powerfmt v0.2.0
11452024-03-28T07:20:57.158Z Downloaded pin-utils v0.1.0
11462024-03-28T07:20:57.158Z Downloaded tui-tree-widget v0.17.0
11472024-03-28T07:20:57.158Z Downloaded tokio-tungstenite v0.20.1
11482024-03-28T07:20:57.162Z Downloaded zerocopy v0.3.0
11492024-03-28T07:20:57.162Z Downloaded tokio-tungstenite v0.21.0
11502024-03-28T07:20:57.169Z Downloaded fxhash v0.2.1
11512024-03-28T07:20:57.169Z Downloaded yasna v0.5.2
11522024-03-28T07:20:57.169Z Downloaded ppv-lite86 v0.2.17
11532024-03-28T07:20:57.172Z Downloaded spki v0.7.2
11542024-03-28T07:20:57.173Z Downloaded smawk v0.3.1
11552024-03-28T07:20:57.177Z Downloaded siphasher v0.3.11
11562024-03-28T07:20:57.178Z Downloaded enum-as-inner v0.5.1
11572024-03-28T07:20:57.181Z Downloaded flume v0.11.0
11582024-03-28T07:20:57.185Z Downloaded darling_macro v0.14.4
11592024-03-28T07:20:57.185Z Downloaded zone_cfg_derive v0.1.2
11602024-03-28T07:20:57.185Z Downloaded sqlformat v0.2.3
11612024-03-28T07:20:57.188Z Downloaded dtrace-parser v0.1.14
11622024-03-28T07:20:57.188Z Downloaded downcast v0.11.0
11632024-03-28T07:20:57.191Z Downloaded socket2 v0.5.5
11642024-03-28T07:20:57.191Z Downloaded crypto-common v0.1.6
11652024-03-28T07:20:57.195Z Downloaded socket2 v0.4.9
11662024-03-28T07:20:57.195Z Downloaded openssl-macros v0.1.1
11672024-03-28T07:20:57.199Z Downloaded proc-macro-error-attr v1.0.4
11682024-03-28T07:20:57.199Z Downloaded unarray v0.1.4
11692024-03-28T07:20:57.199Z Downloaded take_mut v0.2.2
11702024-03-28T07:20:57.202Z Downloaded oorandom v11.1.3
11712024-03-28T07:20:57.202Z Downloaded unicode-width v0.1.11
11722024-03-28T07:20:57.208Z Downloaded pkcs1 v0.7.5
11732024-03-28T07:20:57.208Z Downloaded postgres-protocol v0.6.6
11742024-03-28T07:20:57.223Z Downloaded termios v0.3.3
11752024-03-28T07:20:57.223Z Downloaded reedline v0.30.0
11762024-03-28T07:20:57.228Z Downloaded serde_plain v1.0.2
11772024-03-28T07:20:57.228Z Downloaded serde_path_to_error v0.1.16
11782024-03-28T07:20:57.228Z Downloaded parse-display v0.9.0
11792024-03-28T07:20:57.228Z Downloaded structopt-derive v0.4.18
11802024-03-28T07:20:57.228Z Downloaded criterion v0.5.1
11812024-03-28T07:20:57.234Z Downloaded want v0.3.1
11822024-03-28T07:20:57.238Z Downloaded serde_tokenstream v0.1.7
11832024-03-28T07:20:57.243Z Downloaded fastrand v2.0.1
11842024-03-28T07:20:57.243Z Downloaded slog v2.7.0
11852024-03-28T07:20:57.248Z Downloaded rand_core v0.6.4
11862024-03-28T07:20:57.248Z Downloaded untrusted v0.9.0
11872024-03-28T07:20:57.248Z Downloaded termtree v0.4.1
11882024-03-28T07:20:57.251Z Downloaded foreign-types-shared v0.3.1
11892024-03-28T07:20:57.251Z Downloaded signal-hook v0.3.17
11902024-03-28T07:20:57.261Z Downloaded parking_lot v0.11.2
11912024-03-28T07:20:57.265Z Downloaded unicode-xid v0.2.4
11922024-03-28T07:20:57.265Z Downloaded itertools v0.10.5
11932024-03-28T07:20:57.265Z Downloaded phf_shared v0.10.0
11942024-03-28T07:20:57.270Z Downloaded rand_seeder v0.2.3
11952024-03-28T07:20:57.270Z Downloaded futures-channel v0.3.30
11962024-03-28T07:20:57.273Z Downloaded trybuild v1.0.89
11972024-03-28T07:20:57.278Z Downloaded tokio-postgres v0.7.10
11982024-03-28T07:20:57.281Z Downloaded rustls-pemfile v2.1.1
11992024-03-28T07:20:57.285Z Downloaded time-core v0.1.2
12002024-03-28T07:20:57.285Z Downloaded ref-cast-impl v1.0.20
12012024-03-28T07:20:57.285Z Downloaded rustls-pki-types v1.3.0
12022024-03-28T07:20:57.291Z Downloaded usdt-impl v0.3.5
12032024-03-28T07:20:57.292Z Downloaded signature v2.1.0
12042024-03-28T07:20:57.292Z Downloaded smallvec v0.6.14
12052024-03-28T07:20:57.292Z Downloaded slog-envlogger v2.2.0
12062024-03-28T07:20:57.306Z Downloaded slab v0.4.9
12072024-03-28T07:20:57.306Z Downloaded pest_generator v2.7.6
12082024-03-28T07:20:57.307Z Downloaded env_logger v0.9.3
12092024-03-28T07:20:57.312Z Downloaded diesel_table_macro_syntax v0.1.0
12102024-03-28T07:20:57.312Z Downloaded signature v1.6.4
12112024-03-28T07:20:57.312Z Downloaded darling_macro v0.20.3
12122024-03-28T07:20:57.312Z Downloaded papergrid v0.11.0
12132024-03-28T07:20:57.312Z Downloaded num-complex v0.4.4
12142024-03-28T07:20:57.312Z Downloaded postcard v1.0.8
12152024-03-28T07:20:57.312Z Downloaded serde_yaml v0.9.25
12162024-03-28T07:20:57.316Z Downloaded sqlparser_derive v0.2.2
12172024-03-28T07:20:57.319Z Downloaded serde_tokenstream v0.2.0
12182024-03-28T07:20:57.323Z Downloaded num_cpus v1.16.0
12192024-03-28T07:20:57.323Z Downloaded display-error-chain v0.2.0
12202024-03-28T07:20:57.327Z Downloaded defmt-macros v0.3.6
12212024-03-28T07:20:57.330Z Downloaded tungstenite v0.20.1
12222024-03-28T07:20:57.334Z Downloaded funty v2.0.0
12232024-03-28T07:20:57.334Z Downloaded whoami v1.5.0
12242024-03-28T07:20:57.338Z Downloaded fragile v2.0.0
12252024-03-28T07:20:57.342Z Downloaded ref-cast v1.0.20
12262024-03-28T07:20:57.342Z Downloaded stability v0.1.1
12272024-03-28T07:20:57.342Z Downloaded scheduled-thread-pool v0.2.7
12282024-03-28T07:20:57.347Z Downloaded utf-8 v0.7.6
12292024-03-28T07:20:57.347Z Downloaded slog-term v2.9.0
12302024-03-28T07:20:57.350Z Downloaded textwrap v0.11.0
12312024-03-28T07:20:57.350Z Downloaded hashbrown v0.12.3
12322024-03-28T07:20:57.354Z Downloaded salty v0.2.0
12332024-03-28T07:20:57.360Z Downloaded number_prefix v0.4.0
12342024-03-28T07:20:57.363Z Downloaded num_enum_derive v0.5.11
12352024-03-28T07:20:57.364Z Downloaded dof v0.1.5
12362024-03-28T07:20:57.367Z Downloaded data-encoding v2.4.0
12372024-03-28T07:20:57.367Z Downloaded zone v0.1.8
12382024-03-28T07:20:57.368Z Downloaded walkdir v2.4.0
12392024-03-28T07:20:57.375Z Downloaded topological-sort v0.2.2
12402024-03-28T07:20:57.376Z Downloaded dof v0.3.0
12412024-03-28T07:20:57.376Z Downloaded clap v2.34.0
12422024-03-28T07:20:57.381Z Downloaded num-integer v0.1.46
12432024-03-28T07:20:57.385Z Downloaded serde_urlencoded v0.7.1
12442024-03-28T07:20:57.385Z Downloaded sha1 v0.10.6
12452024-03-28T07:20:57.385Z Downloaded num-iter v0.1.44
12462024-03-28T07:20:57.388Z Downloaded serde_with_macros v3.6.1
12472024-03-28T07:20:57.389Z Downloaded phf v0.11.2
12482024-03-28T07:20:57.395Z Downloaded hkdf v0.12.4
12492024-03-28T07:20:57.395Z Downloaded env_logger v0.10.0
12502024-03-28T07:20:57.398Z Downloaded getrandom v0.2.12
12512024-03-28T07:20:57.399Z Downloaded darling_core v0.20.3
12522024-03-28T07:20:57.403Z Downloaded dirs-sys-next v0.1.2
12532024-03-28T07:20:57.407Z Downloaded waitgroup v0.1.2
12542024-03-28T07:20:57.407Z Downloaded proc-macro-error v1.0.4
12552024-03-28T07:20:57.410Z Downloaded pretty_assertions v1.4.0
12562024-03-28T07:20:57.413Z Downloaded fatfs v0.3.6
12572024-03-28T07:20:57.422Z Downloaded tiny-keccak v2.0.2
12582024-03-28T07:20:57.425Z Downloaded shlex v1.3.0
12592024-03-28T07:20:57.425Z Downloaded pest_meta v2.7.6
12602024-03-28T07:20:57.426Z Downloaded hyper v1.1.0
12612024-03-28T07:20:57.429Z Downloaded ron v0.8.1
12622024-03-28T07:20:57.435Z Downloaded num-bigint v0.4.4
12632024-03-28T07:20:57.440Z Downloaded structopt v0.3.26
12642024-03-28T07:20:57.448Z Downloaded test-strategy v0.3.1
12652024-03-28T07:20:57.453Z Downloaded zerocopy-derive v0.7.32
12662024-03-28T07:20:57.457Z Downloaded sha2 v0.10.8
12672024-03-28T07:20:57.460Z Downloaded pest_derive v2.7.6
12682024-03-28T07:20:57.463Z Downloaded bindgen v0.69.2
12692024-03-28T07:20:57.470Z Downloaded tracing-core v0.1.32
12702024-03-28T07:20:57.473Z Downloaded ron v0.7.1
12712024-03-28T07:20:57.478Z Downloaded goblin v0.8.0
12722024-03-28T07:20:57.485Z Downloaded toml v0.7.8
12732024-03-28T07:20:57.489Z Downloaded openssl-sys v0.9.96
12742024-03-28T07:20:57.494Z Downloaded unicode_categories v0.1.1
12752024-03-28T07:20:57.497Z Downloaded reqwest v0.11.24
12762024-03-28T07:20:57.506Z Downloaded tough v0.16.0
12772024-03-28T07:20:57.514Z Downloaded toml_edit v0.19.15
12782024-03-28T07:20:57.533Z Downloaded unicode-normalization v0.1.22
12792024-03-28T07:20:57.536Z Downloaded trust-dns-server v0.22.1
12802024-03-28T07:20:57.542Z Downloaded regex-automata v0.1.10
12812024-03-28T07:20:57.547Z Downloaded quick-xml v0.30.0
12822024-03-28T07:20:57.554Z Downloaded zerocopy v0.7.32
12832024-03-28T07:20:57.571Z Downloaded guppy v0.17.5
12842024-03-28T07:20:57.577Z Downloaded vcpkg v0.2.15
12852024-03-28T07:20:57.616Z Downloaded time v0.3.34
12862024-03-28T07:20:57.623Z Downloaded rayon v1.9.0
12872024-03-28T07:20:57.633Z Downloaded tabled v0.15.0
12882024-03-28T07:20:57.650Z Downloaded rustls-webpki v0.101.7
12892024-03-28T07:20:57.665Z Downloaded serde_with v3.6.1
12902024-03-28T07:20:57.673Z Downloaded rustls-webpki v0.102.1
12912024-03-28T07:20:57.691Z Downloaded proptest v1.4.0
12922024-03-28T07:20:57.701Z Downloaded regex v1.10.3
12932024-03-28T07:20:57.715Z Downloaded smoltcp v0.11.0
12942024-03-28T07:20:57.728Z Downloaded smoltcp v0.9.1
12952024-03-28T07:20:57.739Z Downloaded petgraph v0.6.4
12962024-03-28T07:20:57.758Z Downloaded regex-syntax v0.6.29
12972024-03-28T07:20:57.763Z Downloaded webpki-roots v0.25.2
12982024-03-28T07:20:57.771Z Downloaded diesel v2.1.4
12992024-03-28T07:20:57.787Z Downloaded openssl v0.10.60
13002024-03-28T07:20:57.796Z Downloaded gimli v0.28.0
13012024-03-28T07:20:57.805Z Downloaded rustls v0.21.9
13022024-03-28T07:20:57.818Z Downloaded zerocopy-derive v0.6.4
13032024-03-28T07:20:57.828Z Downloaded zerocopy-derive v0.2.0
13042024-03-28T07:20:57.837Z Downloaded regex-automata v0.4.5
13052024-03-28T07:20:57.855Z Downloaded openapiv3 v2.0.0
13062024-03-28T07:20:57.869Z Downloaded object v0.30.4
13072024-03-28T07:20:57.879Z Downloaded sled v0.34.7
13082024-03-28T07:20:57.890Z Downloaded ratatui v0.26.1
13092024-03-28T07:20:57.908Z Downloaded rustls v0.22.2
13102024-03-28T07:20:57.923Z Downloaded bzip2-sys v0.1.11+1.0.8
13112024-03-28T07:20:57.935Z Downloaded regex-syntax v0.8.2
13122024-03-28T07:20:57.944Z Downloaded polar-core v0.27.0
13132024-03-28T07:20:57.955Z Downloaded object v0.32.1
13142024-03-28T07:20:57.967Z Downloaded bstr v1.9.0
13152024-03-28T07:20:57.977Z Downloaded tokio v1.36.0
13162024-03-28T07:20:58.031Z Downloaded sha3 v0.10.8
13172024-03-28T07:20:58.036Z Downloaded curve25519-dalek v4.1.1
13182024-03-28T07:20:58.051Z Downloaded csv v1.3.0
13192024-03-28T07:20:58.067Z Downloaded trust-dns-proto v0.22.0
13202024-03-28T07:20:58.080Z Downloaded regress v0.9.0
13212024-03-28T07:20:58.088Z Downloaded bstr v0.2.17
13222024-03-28T07:20:58.098Z Downloaded nix v0.27.1
13232024-03-28T07:20:58.110Z Downloaded encoding_rs v0.8.33
13242024-03-28T07:20:58.132Z Downloaded syn v1.0.109
13252024-03-28T07:20:58.143Z Downloaded radix_trie v0.2.1
13262024-03-28T07:20:58.151Z Downloaded sqlparser v0.43.1
13272024-03-28T07:20:58.157Z Downloaded idna v0.2.3
13282024-03-28T07:20:58.164Z Downloaded idna v0.5.0
13292024-03-28T07:20:58.171Z Downloaded h2 v0.3.24
13302024-03-28T07:20:58.178Z Downloaded lalrpop v0.19.12
13312024-03-28T07:20:58.190Z Downloaded idna v0.3.0
13322024-03-28T07:20:58.196Z Downloaded typed-path v0.7.0
13332024-03-28T07:20:58.202Z Downloaded portable-atomic v1.4.3
13342024-03-28T07:20:58.208Z Downloaded ring v0.16.20
13352024-03-28T07:20:58.290Z Downloaded winnow v0.5.15
13362024-03-28T07:20:58.296Z Downloaded chrono v0.4.34
13372024-03-28T07:20:58.304Z Downloaded tower v0.4.13
13382024-03-28T07:20:58.312Z Downloaded tokio-util v0.7.10
13392024-03-28T07:20:58.320Z Downloaded rayon-core v1.12.1
13402024-03-28T07:20:58.323Z Downloaded diesel_derives v2.1.2
13412024-03-28T07:20:58.326Z Downloaded num-bigint-dig v0.8.4
13422024-03-28T07:20:58.331Z Downloaded bitvec v1.0.1
13432024-03-28T07:20:58.346Z Downloaded ring v0.17.8
13442024-03-28T07:20:58.417Z Downloaded url v2.5.0
13452024-03-28T07:20:58.420Z Downloaded unicode-segmentation v1.10.1
13462024-03-28T07:20:58.423Z Downloaded num-traits v0.2.18
13472024-03-28T07:20:58.426Z Downloaded num-rational v0.4.1
13482024-03-28T07:20:58.429Z Downloaded toml v0.5.11
13492024-03-28T07:20:58.432Z Downloaded ucd-trie v0.1.6
13502024-03-28T07:20:58.432Z Downloaded zip v0.6.6
13512024-03-28T07:20:58.435Z Downloaded plotters v0.3.5
13522024-03-28T07:20:58.443Z Downloaded rustyline v13.0.0
13532024-03-28T07:20:58.449Z Downloaded trust-dns-client v0.22.0
13542024-03-28T07:20:58.454Z Downloaded futures v0.3.30
13552024-03-28T07:20:58.459Z Downloaded tungstenite v0.21.0
13562024-03-28T07:20:58.465Z Downloaded futures-util v0.3.30
13572024-03-28T07:20:58.474Z Downloaded wait-timeout v0.2.0
13582024-03-28T07:20:58.477Z Downloaded darling_core v0.14.4
13592024-03-28T07:20:58.480Z Downloaded glob v0.3.1
13602024-03-28T07:20:58.483Z Downloaded time-macros v0.2.17
13612024-03-28T07:20:58.483Z Downloaded tap v1.0.1
13622024-03-28T07:20:58.483Z Downloaded structmeta-derive v0.3.0
13632024-03-28T07:20:58.487Z Downloaded structmeta-derive v0.2.0
13642024-03-28T07:20:58.487Z Downloaded structmeta v0.3.0
13652024-03-28T07:20:58.487Z Downloaded defmt v0.3.5
13662024-03-28T07:20:58.490Z Downloaded usdt-impl v0.5.0
13672024-03-28T07:20:58.493Z Downloaded form_urlencoded v1.2.1
13682024-03-28T07:20:58.493Z Downloaded zeroize_derive v1.4.2
13692024-03-28T07:20:58.493Z Downloaded textwrap v0.16.1
13702024-03-28T07:20:58.496Z Downloaded prettyplease v0.2.16
13712024-03-28T07:20:58.499Z Downloaded tracing v0.1.40
13722024-03-28T07:20:58.502Z Downloaded itertools v0.12.1
13732024-03-28T07:20:58.508Z Downloaded rstest v0.18.2
13742024-03-28T07:20:58.513Z Downloaded parking_lot v0.12.1
13752024-03-28T07:20:58.516Z Downloaded proc-macro-crate v1.3.1
13762024-03-28T07:20:58.516Z Downloaded phf_shared v0.11.2
13772024-03-28T07:20:58.519Z Downloaded gethostname v0.4.3
13782024-03-28T07:20:58.519Z Downloaded x509-cert v0.2.4
13792024-03-28T07:20:58.524Z Downloaded blake3 v1.5.0
13802024-03-28T07:20:58.530Z Downloaded publicsuffix v2.2.3
13812024-03-28T07:20:58.540Z Downloaded pest v2.7.6
13822024-03-28T07:20:58.543Z Downloaded nom v7.1.3
13832024-03-28T07:20:58.546Z Downloaded libxml v0.3.3
13842024-03-28T07:20:58.550Z Downloaded der v0.7.8
13852024-03-28T07:20:58.554Z Downloaded tabwriter v1.4.0
13862024-03-28T07:20:58.557Z Downloaded serde_repr v0.1.16
13872024-03-28T07:20:58.557Z Downloaded parse-display-derive v0.9.0
13882024-03-28T07:20:58.560Z Downloaded darling v0.20.3
13892024-03-28T07:20:58.567Z Downloaded diff v0.1.13
13902024-03-28T07:20:58.567Z Downloaded generic-array v0.14.7
13912024-03-28T07:20:58.567Z Downloaded futures-core v0.3.30
13922024-03-28T07:20:58.570Z Downloaded partial-io v0.5.4
13932024-03-28T07:20:58.570Z Downloaded sec1 v0.7.3
13942024-03-28T07:20:58.570Z Downloaded term v0.7.0
13952024-03-28T07:20:58.573Z Downloaded tar v0.4.40
13962024-03-28T07:20:58.576Z Downloaded rand v0.8.5
13972024-03-28T07:20:58.579Z Downloaded tinyvec v1.6.0
13982024-03-28T07:20:58.582Z Downloaded strum v0.26.1
13992024-03-28T07:20:58.582Z Downloaded futures-task v0.3.30
14002024-03-28T07:20:58.586Z Downloaded password-hash v0.5.0
14012024-03-28T07:20:58.586Z Downloaded unicode-bidi v0.3.15
14022024-03-28T07:20:58.596Z Downloaded mio v0.8.11
14032024-03-28T07:20:58.599Z Downloaded difflib v0.4.0
14042024-03-28T07:20:58.599Z Downloaded ena v0.14.2
14052024-03-28T07:20:58.599Z Downloaded pin-project v1.1.3
14062024-03-28T07:20:58.606Z Downloaded tokio-rustls v0.25.0
14072024-03-28T07:20:58.609Z Downloaded tokio-rustls v0.24.1
14082024-03-28T07:20:58.612Z Downloaded flate2 v1.0.28
14092024-03-28T07:20:58.615Z Downloaded half v2.3.1
14102024-03-28T07:20:58.618Z Downloaded libm v0.2.7
14112024-03-28T07:20:58.626Z Downloaded paste v1.0.14
14122024-03-28T07:20:58.629Z Downloaded termcolor v1.2.0
14132024-03-28T07:20:58.632Z Downloaded slog-dtrace v0.3.0
14142024-03-28T07:20:58.632Z Downloaded platforms v3.0.2
14152024-03-28T07:20:58.636Z Downloaded pkcs8 v0.10.2
14162024-03-28T07:20:58.636Z Downloaded expectorate v1.1.0
14172024-03-28T07:20:58.639Z Downloaded trust-dns-resolver v0.22.0
14182024-03-28T07:20:58.642Z Downloaded steno v0.4.0
14192024-03-28T07:20:58.648Z Downloaded zerocopy v0.6.4
14202024-03-28T07:20:58.651Z Downloaded path-slash v0.1.5
14212024-03-28T07:20:58.651Z Downloaded strum v0.25.0
14222024-03-28T07:20:58.651Z Downloaded tokio-native-tls v0.3.1
14232024-03-28T07:20:58.651Z Downloaded minimal-lexical v0.2.1
14242024-03-28T07:20:58.655Z Downloaded fd-lock v3.0.13
14252024-03-28T07:20:58.658Z Downloaded dirs-next v2.0.0
14262024-03-28T07:20:58.661Z Downloaded digest v0.10.7
14272024-03-28T07:20:58.662Z Downloaded tinytemplate v1.2.1
14282024-03-28T07:20:58.665Z Downloaded rustversion v1.0.14
14292024-03-28T07:20:58.665Z Downloaded resolv-conf v0.7.0
14302024-03-28T07:20:58.669Z Downloaded which v4.4.0
14312024-03-28T07:20:58.669Z Downloaded plain v0.2.3
14322024-03-28T07:20:58.669Z Downloaded pkg-config v0.3.27
14332024-03-28T07:20:58.672Z Downloaded hyper v0.14.28
14342024-03-28T07:20:58.677Z Downloaded hash32 v0.3.1
14352024-03-28T07:20:58.680Z Downloaded crossterm v0.27.0
14362024-03-28T07:20:58.684Z Downloaded rstest_macros v0.18.2
14372024-03-28T07:20:58.687Z Downloaded yansi v0.5.1
14382024-03-28T07:20:58.690Z Downloaded subprocess v0.2.9
14392024-03-28T07:20:58.690Z Downloaded strum_macros v0.26.1
14402024-03-28T07:20:58.697Z Downloaded rand_chacha v0.3.1
14412024-03-28T07:20:58.697Z Downloaded usdt v0.5.0
14422024-03-28T07:20:58.700Z Downloaded oso v0.27.0
14432024-03-28T07:20:58.700Z Downloaded r2d2 v0.8.10
14442024-03-28T07:20:58.701Z Downloaded predicates v3.1.0
14452024-03-28T07:20:58.701Z Downloaded tracing-attributes v0.1.27
14462024-03-28T07:20:58.704Z Downloaded elliptic-curve v0.13.8
14472024-03-28T07:20:58.707Z Downloaded semver v0.1.20
14482024-03-28T07:20:58.710Z Downloaded num_enum v0.5.11
14492024-03-28T07:20:58.713Z Downloaded static_assertions v1.1.0
14502024-03-28T07:20:58.713Z Downloaded smallvec v1.13.1
14512024-03-28T07:20:58.717Z Downloaded filetime v0.2.23
14522024-03-28T07:20:58.717Z Downloaded ff v0.13.0
14532024-03-28T07:20:58.720Z Downloaded embedded-io v0.4.0
14542024-03-28T07:20:58.720Z Downloaded ed25519 v1.5.3
14552024-03-28T07:20:58.723Z Downloaded dyn-clone v1.0.17
14562024-03-28T07:20:58.723Z Downloaded derive_builder_macro v0.12.0
14572024-03-28T07:20:58.723Z Downloaded defmt-parser v0.3.3
14582024-03-28T07:20:58.732Z Downloaded rust-argon2 v1.0.1
14592024-03-28T07:20:58.734Z Downloaded vte v0.11.1
14602024-03-28T07:20:58.735Z Downloaded rcgen v0.12.1
14612024-03-28T07:20:58.735Z Downloaded zeroize v1.7.0
14622024-03-28T07:20:58.735Z Downloaded usdt v0.3.5
14632024-03-28T07:20:58.735Z Downloaded uuid v1.7.0
14642024-03-28T07:20:58.735Z Downloaded log v0.4.21
14652024-03-28T07:20:58.738Z Downloaded chacha20poly1305 v0.10.1
14662024-03-28T07:20:58.738Z Downloaded derive_builder_core v0.12.0
14672024-03-28T07:20:58.741Z Downloaded derive_builder v0.12.0
14682024-03-28T07:20:58.746Z Downloaded similar v2.4.0
14692024-03-28T07:20:58.752Z Downloaded pin-project-internal v1.1.3
14702024-03-28T07:20:58.755Z Downloaded peeking_take_while v0.1.2
14712024-03-28T07:20:58.755Z Downloaded pathdiff v0.2.1
14722024-03-28T07:20:58.755Z Downloaded synstructure v0.12.6
14732024-03-28T07:20:58.755Z Downloaded openssl-probe v0.1.5
14742024-03-28T07:20:58.755Z Downloaded strum_macros v0.24.3
14752024-03-28T07:20:58.758Z Downloaded slog-bunyan v2.5.0
14762024-03-28T07:20:58.758Z Downloaded schemars v0.8.16
14772024-03-28T07:20:58.767Z Downloaded rsa v0.9.2
14782024-03-28T07:20:58.772Z Downloaded semver-parser v0.10.2
14792024-03-28T07:20:58.776Z Downloaded semver v0.11.0
14802024-03-28T07:20:58.778Z Downloaded remove_dir_all v0.5.3
14812024-03-28T07:20:58.779Z Downloaded crossbeam-channel v0.5.8
14822024-03-28T07:20:58.782Z Downloaded base64 v0.22.0
14832024-03-28T07:20:58.785Z Downloaded num-derive v0.4.0
14842024-03-28T07:20:58.788Z Downloaded radium v0.7.0
14852024-03-28T07:20:58.788Z Downloaded version_check v0.9.4
14862024-03-28T07:20:58.791Z Downloaded uuid v0.8.2
14872024-03-28T07:20:58.791Z Downloaded mockall_derive v0.12.0
14882024-03-28T07:20:58.794Z Downloaded indexmap v1.9.3
14892024-03-28T07:20:58.797Z Downloaded predicates-tree v1.0.9
14902024-03-28T07:20:58.798Z Downloaded fallible-iterator v0.2.0
14912024-03-28T07:20:58.802Z Downloaded tokio-stream v0.1.14
14922024-03-28T07:20:58.805Z Downloaded heapless v0.8.0
14932024-03-28T07:20:58.808Z Downloaded bytes v1.5.0
14942024-03-28T07:20:58.811Z Downloaded group v0.13.0
14952024-03-28T07:20:58.816Z Downloaded globset v0.4.13
14962024-03-28T07:20:58.816Z Downloaded futures-timer v3.0.2
14972024-03-28T07:20:58.819Z Downloaded typenum v1.16.0
14982024-03-28T07:20:58.819Z Downloaded thiserror-impl-no-std v2.0.2
14992024-03-28T07:20:58.819Z Downloaded spin v0.9.8
15002024-03-28T07:20:58.822Z Downloaded sct v0.7.0
15012024-03-28T07:20:58.826Z Downloaded rustc-demangle v0.1.23
15022024-03-28T07:20:58.830Z Downloaded http v0.2.12
15032024-03-28T07:20:58.832Z Downloaded either v1.10.0
15042024-03-28T07:20:58.832Z Downloaded native-tls v0.2.11
15052024-03-28T07:20:58.835Z Downloaded lock_api v0.4.10
15062024-03-28T07:20:58.835Z Downloaded libtest-mimic v0.6.1
15072024-03-28T07:20:58.838Z Downloaded ipnet v2.9.0
15082024-03-28T07:20:58.841Z Downloaded crossbeam-utils v0.8.19
15092024-03-28T07:20:58.841Z Downloaded blake2b_simd v1.0.1
15102024-03-28T07:20:58.844Z Downloaded libloading v0.7.4
15112024-03-28T07:20:58.848Z Downloaded cfg-expr v0.15.6
15122024-03-28T07:20:58.851Z Downloaded blake2 v0.10.6
15132024-03-28T07:20:58.851Z Downloaded async-trait v0.1.77
15142024-03-28T07:20:58.857Z Downloaded clang-sys v1.6.1
15152024-03-28T07:20:58.861Z Downloaded strsim v0.8.0
15162024-03-28T07:20:58.861Z Downloaded strip-ansi-escapes v0.2.0
15172024-03-28T07:20:58.861Z Downloaded stringprep v0.1.3
15182024-03-28T07:20:58.861Z Downloaded const-oid v0.9.6
15192024-03-28T07:20:58.864Z Downloaded thiserror-no-std v2.0.2
15202024-03-28T07:20:58.867Z Downloaded tempdir v0.3.7
15212024-03-28T07:20:58.867Z Downloaded scroll v0.12.0
15222024-03-28T07:20:58.871Z Downloaded relative-path v1.9.0
15232024-03-28T07:20:58.871Z Downloaded impl-trait-for-tuples v0.2.2
15242024-03-28T07:20:58.874Z Downloaded hostname v0.3.1
15252024-03-28T07:20:58.877Z Downloaded bcs v0.1.6
15262024-03-28T07:20:58.877Z Downloaded backoff v0.4.0
15272024-03-28T07:20:58.880Z Downloaded keccak v0.1.4
15282024-03-28T07:20:58.880Z Downloaded crc-any v2.4.3
15292024-03-28T07:20:58.883Z Downloaded cookie v0.18.0
15302024-03-28T07:20:58.886Z Downloaded crc32fast v1.3.2
15312024-03-28T07:20:58.886Z Downloaded base64ct v1.6.0
15322024-03-28T07:20:58.889Z Downloaded multimap v0.10.0
15332024-03-28T07:20:58.889Z Downloaded slog-json v2.6.1
15342024-03-28T07:20:58.892Z Downloaded nibble_vec v0.1.0
15352024-03-28T07:20:58.892Z Downloaded nanorand v0.7.0
15362024-03-28T07:20:58.896Z Downloaded lru v0.12.1
15372024-03-28T07:20:58.896Z Downloaded linked-hash-map v0.5.6
15382024-03-28T07:20:58.902Z Downloaded constant_time_eq v0.3.0
15392024-03-28T07:20:58.902Z Downloaded console v0.15.8
15402024-03-28T07:20:58.902Z Downloaded ciborium v0.2.2
15412024-03-28T07:20:58.905Z Downloaded iana-time-zone v0.1.57
15422024-03-28T07:20:58.906Z Downloaded shell-words v1.1.0
15432024-03-28T07:20:58.906Z Downloaded schemars_derive v0.8.16
15442024-03-28T07:20:58.906Z Downloaded macaddr v1.0.1
15452024-03-28T07:20:58.909Z Downloaded is-terminal v0.4.9
15462024-03-28T07:20:58.909Z Downloaded ipnetwork v0.20.0
15472024-03-28T07:20:58.909Z Downloaded inout v0.1.3
15482024-03-28T07:20:58.912Z Downloaded rustc_version v0.1.7
15492024-03-28T07:20:58.912Z Downloaded rustc-hash v1.1.0
15502024-03-28T07:20:58.912Z Downloaded rand_xorshift v0.3.0
15512024-03-28T07:20:58.912Z Downloaded hmac v0.12.1
15522024-03-28T07:20:58.915Z Downloaded home v0.5.5
15532024-03-28T07:20:58.915Z Downloaded criterion-plot v0.5.0
15542024-03-28T07:20:58.919Z Downloaded cexpr v0.6.0
15552024-03-28T07:20:58.919Z Downloaded byteorder v1.5.0
15562024-03-28T07:20:58.923Z Downloaded convert_case v0.4.0
15572024-03-28T07:20:58.924Z Downloaded block-padding v0.3.3
15582024-03-28T07:20:58.924Z Downloaded bb8 v0.8.3
15592024-03-28T07:20:58.924Z Downloaded new_debug_unreachable v1.0.4
15602024-03-28T07:20:58.924Z Downloaded memoffset v0.7.1
15612024-03-28T07:20:58.928Z Downloaded memmap v0.7.0
15622024-03-28T07:20:58.928Z Downloaded md-5 v0.10.5
15632024-03-28T07:20:58.928Z Downloaded atomic-waker v1.1.1
15642024-03-28T07:20:58.928Z Downloaded instant v0.1.12
15652024-03-28T07:20:58.932Z Downloaded bit-set v0.5.3
15662024-03-28T07:20:58.932Z Downloaded bitflags v1.3.2
15672024-03-28T07:20:58.936Z Downloaded is_ci v1.2.0
15682024-03-28T07:20:58.936Z Downloaded hubpack_derive v0.1.1
15692024-03-28T07:20:58.936Z Downloaded crc-catalog v2.2.0
15702024-03-28T07:20:58.941Z Downloaded block-buffer v0.10.4
15712024-03-28T07:20:58.941Z Downloaded async-stream v0.3.5
15722024-03-28T07:20:58.941Z Downloaded hex-literal v0.4.1
15732024-03-28T07:20:58.941Z Downloaded colored v2.1.0
15742024-03-28T07:20:58.945Z Downloaded cobs v0.2.3
15752024-03-28T07:20:58.945Z Downloaded chacha20 v0.9.1
15762024-03-28T07:20:58.945Z Downloaded bytecount v0.6.3
15772024-03-28T07:20:58.948Z Downloaded hex v0.4.3
15782024-03-28T07:20:58.948Z Downloaded backtrace v0.3.69
15792024-03-28T07:20:58.954Z Downloaded headers v0.3.9
15802024-03-28T07:20:58.959Z Downloaded hashbrown v0.13.2
15812024-03-28T07:20:58.963Z Downloaded crunchy v0.2.2
15822024-03-28T07:20:58.963Z Downloaded crossbeam-epoch v0.9.18
15832024-03-28T07:20:58.968Z Downloaded aho-corasick v1.1.2
15842024-03-28T07:20:58.971Z Downloaded castaway v0.2.2
15852024-03-28T07:20:58.971Z Downloaded array-init v0.0.4
15862024-03-28T07:20:58.975Z Downloaded ascii-canvas v3.0.0
15872024-03-28T07:20:58.975Z Downloaded arrayref v0.3.7
15882024-03-28T07:20:58.975Z Downloaded approx v0.5.1
15892024-03-28T07:20:58.978Z Downloaded anes v0.1.6
15902024-03-28T07:20:58.978Z Downloaded ansi_term v0.12.1
15912024-03-28T07:20:59.520Z Compiling libc v0.2.153
15922024-03-28T07:20:59.520Z Compiling serde v1.0.197
15932024-03-28T07:20:59.523Z Compiling version_check v0.9.4
15942024-03-28T07:20:59.523Z Checking cfg-if v1.0.0
15952024-03-28T07:20:59.523Z Compiling syn v1.0.109
15962024-03-28T07:20:59.581Z Compiling lock_api v0.4.10
15972024-03-28T07:20:59.616Z Compiling syn v2.0.52
15982024-03-28T07:20:59.669Z Compiling parking_lot_core v0.9.8
15992024-03-28T07:20:59.687Z Compiling libm v0.2.7
16002024-03-28T07:21:00.029Z Compiling once_cell v1.19.0
16012024-03-28T07:21:00.032Z Compiling memchr v2.7.1
16022024-03-28T07:21:00.098Z Compiling num-traits v0.2.18
16032024-03-28T07:21:00.116Z Compiling serde_json v1.0.114
16042024-03-28T07:21:00.410Z Compiling ahash v0.8.8
16052024-03-28T07:21:00.454Z Compiling byteorder v1.5.0
16062024-03-28T07:21:00.903Z Checking log v0.4.21
16072024-03-28T07:21:01.169Z Checking itoa v1.0.9
16082024-03-28T07:21:01.228Z Compiling slab v0.4.9
16092024-03-28T07:21:01.396Z Checking getrandom v0.2.12
16102024-03-28T07:21:01.527Z Compiling cc v1.0.83
16112024-03-28T07:21:01.791Z Compiling typenum v1.16.0
16122024-03-28T07:21:01.811Z Compiling generic-array v0.14.7
16132024-03-28T07:21:01.855Z Checking scopeguard v1.2.0
16142024-03-28T07:21:02.156Z Checking smallvec v1.13.1
16152024-03-28T07:21:02.202Z Compiling allocator-api2 v0.2.16
16162024-03-28T07:21:02.383Z Compiling pkg-config v0.3.27
16172024-03-28T07:21:02.495Z Compiling rustix v0.38.31
16182024-03-28T07:21:02.863Z Compiling schemars v0.8.16
16192024-03-28T07:21:03.010Z Checking parking_lot v0.12.1
16202024-03-28T07:21:03.175Z Checking pin-project-lite v0.2.13
16212024-03-28T07:21:03.338Z Checking signal-hook-registry v1.4.1
16222024-03-28T07:21:03.421Z Compiling httparse v1.8.0
16232024-03-28T07:21:03.438Z Compiling fnv v1.0.7
16242024-03-28T07:21:03.562Z Checking mio v0.8.11
16252024-03-28T07:21:03.583Z Checking ryu v1.0.15
16262024-03-28T07:21:03.817Z Compiling num-conv v0.1.0
16272024-03-28T07:21:03.876Z Compiling time-core v0.1.2
16282024-03-28T07:21:03.909Z Checking rand_core v0.6.4
16292024-03-28T07:21:04.055Z Checking num_cpus v1.16.0
16302024-03-28T07:21:04.094Z Compiling time-macros v0.2.17
16312024-03-28T07:21:04.205Z Checking futures-core v0.3.30
16322024-03-28T07:21:04.224Z Compiling vcpkg v0.2.15
16332024-03-28T07:21:04.378Z Compiling ucd-trie v0.1.6
16342024-03-28T07:21:04.674Z Compiling ring v0.17.8
16352024-03-28T07:21:04.762Z Checking socket2 v0.5.5
16362024-03-28T07:21:05.053Z Compiling aho-corasick v1.1.2
16372024-03-28T07:21:06.014Z Compiling regex-syntax v0.8.2
16382024-03-28T07:21:06.583Z Compiling openssl-sys v0.9.96
16392024-03-28T07:21:07.605Z Compiling serde_derive_internals v0.26.0
16402024-03-28T07:21:08.512Z Compiling ring v0.16.20
16412024-03-28T07:21:09.462Z Compiling regex-automata v0.4.5
16422024-03-28T07:21:10.138Z Checking spin v0.5.2
16432024-03-28T07:21:10.337Z Compiling openssl v0.10.60
16442024-03-28T07:21:10.730Z Compiling slog v2.7.0
16452024-03-28T07:21:11.242Z Compiling crossbeam-utils v0.8.19
16462024-03-28T07:21:11.842Z Compiling async-trait v0.1.77
16472024-03-28T07:21:11.933Z Compiling native-tls v0.2.11
16482024-03-28T07:21:12.245Z Compiling iana-time-zone v0.1.57
16492024-03-28T07:21:12.392Z Checking futures-sink v0.3.30
16502024-03-28T07:21:12.395Z Compiling rustls v0.21.9
16512024-03-28T07:21:12.559Z Compiling rustversion v1.0.14
16522024-03-28T07:21:12.660Z Compiling cookie v0.17.0
16532024-03-28T07:21:12.685Z Checking pin-utils v0.1.0
16542024-03-28T07:21:12.767Z Checking futures-channel v0.3.30
16552024-03-28T07:21:13.013Z Compiling backtrace v0.3.69
16562024-03-28T07:21:13.333Z Checking futures-io v0.3.30
16572024-03-28T07:21:13.403Z Checking futures-task v0.3.30
16582024-03-28T07:21:13.614Z Compiling uuid v0.8.2
16592024-03-28T07:21:13.843Z Compiling regex v1.10.3
16602024-03-28T07:21:14.043Z Compiling dyn-clone v1.0.17
16612024-03-28T07:21:14.219Z Compiling serde_derive v1.0.197
16622024-03-28T07:21:14.255Z Compiling zerocopy-derive v0.7.32
16632024-03-28T07:21:14.494Z Compiling thiserror-impl v1.0.57
16642024-03-28T07:21:14.630Z Compiling zeroize_derive v1.4.2
16652024-03-28T07:21:14.719Z Compiling tokio-macros v2.2.0
16662024-03-28T07:21:14.959Z Compiling futures-macro v0.3.30
16672024-03-28T07:21:15.153Z Compiling tracing-attributes v0.1.27
16682024-03-28T07:21:16.303Z Compiling schemars_derive v0.8.16
16692024-03-28T07:21:16.495Z Checking zeroize v1.7.0
16702024-03-28T07:21:16.715Z Compiling zerocopy v0.7.32
16712024-03-28T07:21:17.166Z Compiling openssl-macros v0.1.1
16722024-03-28T07:21:17.977Z Compiling thiserror v1.0.57
16732024-03-28T07:21:18.162Z Compiling pest v2.7.6
16742024-03-28T07:21:18.246Z Checking futures-util v0.3.30
16752024-03-28T07:21:19.036Z Compiling hashbrown v0.14.3
16762024-03-28T07:21:19.114Z Compiling anyhow v1.0.79
16772024-03-28T07:21:20.189Z Compiling unicode-xid v0.2.4
16782024-03-28T07:21:20.327Z Compiling pest_meta v2.7.6
16792024-03-28T07:21:20.356Z Checking subtle v2.5.0
16802024-03-28T07:21:20.815Z Compiling tinyvec_macros v0.1.1
16812024-03-28T07:21:21.043Z Compiling tinyvec v1.6.0
16822024-03-28T07:21:21.133Z Compiling scroll_derive v0.12.0
16832024-03-28T07:21:21.156Z Compiling thread-id v4.2.0
16842024-03-28T07:21:21.864Z Compiling pest_generator v2.7.6
16852024-03-28T07:21:22.511Z Compiling unicode-normalization v0.1.22
16862024-03-28T07:21:22.773Z Compiling der_derive v0.7.2
16872024-03-28T07:21:23.636Z Compiling unicode-bidi v0.3.15
16882024-03-28T07:21:24.327Z Compiling errno v0.3.8
16892024-03-28T07:21:24.553Z Compiling either v1.10.0
16902024-03-28T07:21:24.614Z Compiling crc32fast v1.3.2
16912024-03-28T07:21:24.968Z Compiling unicode-width v0.1.11
16922024-03-28T07:21:25.190Z Compiling winnow v0.5.15
16932024-03-28T07:21:25.336Z Compiling pest_derive v2.7.6
16942024-03-28T07:21:25.562Z Compiling synstructure v0.12.6
16952024-03-28T07:21:25.850Z Compiling spin v0.9.8
16962024-03-28T07:21:26.104Z Compiling tracing-core v0.1.32
16972024-03-28T07:21:26.155Z Compiling scroll v0.12.0
16982024-03-28T07:21:26.237Z Compiling usdt-impl v0.5.0
16992024-03-28T07:21:26.565Z Compiling percent-encoding v2.3.1
17002024-03-28T07:21:26.711Z Compiling plain v0.2.3
17012024-03-28T07:21:26.921Z Compiling tracing v0.1.40
17022024-03-28T07:21:26.952Z Compiling const-oid v0.9.6
17032024-03-28T07:21:27.375Z Compiling zerocopy-derive v0.2.0
17042024-03-28T07:21:27.737Z Compiling goblin v0.8.0
17052024-03-28T07:21:28.122Z Checking bytes v1.5.0
17062024-03-28T07:21:28.919Z Compiling indexmap v2.2.5
17072024-03-28T07:21:29.245Z Checking tokio v1.36.0
17082024-03-28T07:21:29.435Z Compiling bitflags v2.4.2
17092024-03-28T07:21:30.155Z Compiling chrono v0.4.34
17102024-03-28T07:21:30.158Z Compiling uuid v1.7.0
17112024-03-28T07:21:30.300Z Compiling http v0.2.12
17122024-03-28T07:21:30.501Z Compiling semver v1.0.22
17132024-03-28T07:21:31.248Z Compiling rustc_version v0.4.0
17142024-03-28T07:21:31.525Z Compiling toml_datetime v0.6.5
17152024-03-28T07:21:32.001Z Compiling serde_spanned v0.6.5
17162024-03-28T07:21:32.237Z Compiling toml_edit v0.19.15
17172024-03-28T07:21:34.151Z Compiling openapiv3 v2.0.0
17182024-03-28T07:21:34.884Z Checking crypto-common v0.1.6
17192024-03-28T07:21:35.058Z Compiling lazy_static v1.4.0
17202024-03-28T07:21:35.211Z Compiling pretty-hex v0.4.1
17212024-03-28T07:21:35.414Z Compiling dof v0.3.0
17222024-03-28T07:21:36.442Z Compiling dtrace-parser v0.2.0
17232024-03-28T07:21:36.888Z Compiling clap_derive v4.5.0
17242024-03-28T07:21:36.906Z Compiling untrusted v0.9.0
17252024-03-28T07:21:37.084Z Compiling untrusted v0.7.1
17262024-03-28T07:21:37.265Z Compiling signal-hook v0.3.17
17272024-03-28T07:21:37.545Z Checking equivalent v1.0.1
17282024-03-28T07:21:37.650Z Compiling foreign-types-shared v0.1.1
17292024-03-28T07:21:37.759Z Compiling powerfmt v0.2.0
17302024-03-28T07:21:37.800Z Compiling foreign-types v0.3.2
17312024-03-28T07:21:38.167Z Compiling deranged v0.3.11
17322024-03-28T07:21:40.018Z Compiling tokio-util v0.7.10
17332024-03-28T07:21:40.252Z Compiling form_urlencoded v1.2.1
17342024-03-28T07:21:40.483Z Compiling zerocopy-derive v0.6.4
17352024-03-28T07:21:41.276Z Compiling usdt-impl v0.3.5
17362024-03-28T07:21:41.474Z Compiling try-lock v0.2.4
17372024-03-28T07:21:41.596Z Compiling siphasher v0.3.11
17382024-03-28T07:21:41.621Z Compiling base64 v0.21.7
17392024-03-28T07:21:41.995Z Compiling num_threads v0.1.6
17402024-03-28T07:21:42.108Z Compiling time v0.3.34
17412024-03-28T07:21:42.126Z Compiling want v0.3.1
17422024-03-28T07:21:42.352Z Compiling h2 v0.3.24
17432024-03-28T07:21:42.395Z Compiling rustls-webpki v0.101.7
17442024-03-28T07:21:42.440Z Compiling sct v0.7.0
17452024-03-28T07:21:42.514Z Compiling http-body v0.4.5
17462024-03-28T07:21:42.741Z Compiling zerocopy v0.3.0
17472024-03-28T07:21:42.776Z Compiling block-buffer v0.10.4
17482024-03-28T07:21:42.897Z Compiling idna v0.5.0
17492024-03-28T07:21:43.054Z Compiling bzip2-sys v0.1.11+1.0.8
17502024-03-28T07:21:43.632Z Compiling openssl-probe v0.1.5
17512024-03-28T07:21:43.976Z Checking ppv-lite86 v0.2.17
17522024-03-28T07:21:44.414Z Compiling tower-service v0.3.2
17532024-03-28T07:21:44.510Z Compiling httpdate v1.0.3
17542024-03-28T07:21:44.547Z Compiling url v2.5.0
17552024-03-28T07:21:44.702Z Checking rand_chacha v0.3.1
17562024-03-28T07:21:45.015Z Compiling dof v0.1.5
17572024-03-28T07:21:45.616Z Compiling digest v0.10.7
17582024-03-28T07:21:45.932Z Compiling heapless v0.7.16
17592024-03-28T07:21:46.089Z Compiling dtrace-parser v0.1.14
17602024-03-28T07:21:46.375Z Compiling idna v0.3.0
17612024-03-28T07:21:47.434Z Compiling psl-types v2.0.11
17622024-03-28T07:21:47.560Z Compiling adler v1.0.2
17632024-03-28T07:21:47.754Z Compiling unicode-segmentation v1.10.1
17642024-03-28T07:21:47.803Z Compiling miniz_oxide v0.7.1
17652024-03-28T07:21:47.944Z Compiling publicsuffix v2.2.3
17662024-03-28T07:21:48.202Z Compiling crossbeam-epoch v0.9.18
17672024-03-28T07:21:48.609Z Compiling tokio-native-tls v0.3.1
17682024-03-28T07:21:48.948Z Checking rand v0.8.5
17692024-03-28T07:21:48.980Z Compiling tokio-rustls v0.24.1
17702024-03-28T07:21:49.376Z Compiling hyper v0.14.28
17712024-03-28T07:21:50.230Z Compiling serde_tokenstream v0.1.7
17722024-03-28T07:21:50.453Z Compiling ipnet v2.9.0
17732024-03-28T07:21:50.737Z Checking unicode-ident v1.0.12
17742024-03-28T07:21:50.882Z Compiling bit-vec v0.6.3
17752024-03-28T07:21:51.105Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
17762024-03-28T07:21:51.715Z Compiling cookie_store v0.20.0
17772024-03-28T07:21:52.894Z Compiling rustls-pemfile v1.0.3
17782024-03-28T07:21:53.097Z Compiling phf_shared v0.10.0
17792024-03-28T07:21:53.215Z Compiling serde_urlencoded v0.7.1
17802024-03-28T07:21:53.424Z Compiling encoding_rs v0.8.33
17812024-03-28T07:21:53.444Z Compiling num-bigint v0.4.4
17822024-03-28T07:21:53.568Z Compiling gimli v0.28.0
17832024-03-28T07:21:53.714Z Compiling webpki-roots v0.25.2
17842024-03-28T07:21:53.854Z Compiling fixedbitset v0.4.2
17852024-03-28T07:21:53.892Z Compiling minimal-lexical v0.2.1
17862024-03-28T07:21:54.212Z Compiling mime v0.3.17
17872024-03-28T07:21:54.715Z Compiling sync_wrapper v0.1.2
17882024-03-28T07:21:54.727Z Compiling smoltcp v0.9.1
17892024-03-28T07:21:54.727Z Compiling new_debug_unreachable v1.0.4
17902024-03-28T07:21:54.727Z Compiling base64ct v1.6.0
17912024-03-28T07:21:54.727Z Compiling precomputed-hash v0.1.1
17922024-03-28T07:21:54.773Z Compiling string_cache v0.8.7
17932024-03-28T07:21:55.189Z Compiling nom v7.1.3
17942024-03-28T07:21:55.192Z Compiling pem-rfc7468 v0.7.0
17952024-03-28T07:21:55.219Z Compiling petgraph v0.6.4
17962024-03-28T07:21:55.711Z Compiling bit-set v0.5.3
17972024-03-28T07:21:55.737Z Compiling usdt-macro v0.3.5
17982024-03-28T07:21:55.987Z Compiling hyper-rustls v0.24.2
17992024-03-28T07:21:56.294Z Compiling hyper-tls v0.5.0
18002024-03-28T07:21:56.619Z Compiling reqwest v0.11.24
18012024-03-28T07:21:57.003Z Compiling usdt-attr-macro v0.3.5
18022024-03-28T07:21:57.805Z Compiling addr2line v0.21.0
18032024-03-28T07:21:58.080Z Compiling hmac v0.12.1
18042024-03-28T07:21:58.368Z Compiling itertools v0.10.5
18052024-03-28T07:21:58.386Z Compiling hubpack_derive v0.1.1
18062024-03-28T07:21:58.420Z Compiling enum-as-inner v0.5.1
18072024-03-28T07:21:58.618Z Compiling diesel_table_macro_syntax v0.1.0
18082024-03-28T07:21:59.000Z Compiling object v0.32.1
18092024-03-28T07:21:59.028Z Compiling flagset v0.4.3
18102024-03-28T07:21:59.127Z Compiling rustc-demangle v0.1.23
18112024-03-28T07:21:59.220Z Compiling lalrpop-util v0.19.12
18122024-03-28T07:21:59.238Z Compiling der v0.7.8
18132024-03-28T07:21:59.469Z Compiling diesel_derives v2.1.2
18142024-03-28T07:21:59.572Z Compiling flate2 v1.0.28
18152024-03-28T07:22:00.309Z Checking proc-macro2 v1.0.78
18162024-03-28T07:22:00.566Z Compiling futures-executor v0.3.30
18172024-03-28T07:22:00.965Z Compiling strum_macros v0.25.2
18182024-03-28T07:22:01.122Z Compiling cpufeatures v0.2.12
18192024-03-28T07:22:01.189Z Compiling toml_edit v0.22.6
18202024-03-28T07:22:01.222Z Compiling sha2 v0.10.8
18212024-03-28T07:22:02.763Z Compiling spki v0.7.2
18222024-03-28T07:22:03.182Z Checking quote v1.0.35
18232024-03-28T07:22:03.534Z Compiling futures v0.3.30
18242024-03-28T07:22:03.647Z Compiling md-5 v0.10.5
18252024-03-28T07:22:03.911Z Compiling toml v0.7.8
18262024-03-28T07:22:04.998Z Compiling hex v0.4.3
18272024-03-28T07:22:05.113Z Compiling stringprep v0.1.3
18282024-03-28T07:22:05.597Z Compiling serde_repr v0.1.16
18292024-03-28T07:22:06.284Z Compiling num-integer v0.1.46
18302024-03-28T07:22:06.776Z Compiling hash32 v0.2.1
18312024-03-28T07:22:06.841Z Compiling stable_deref_trait v1.2.0
18322024-03-28T07:22:06.942Z Compiling fallible-iterator v0.2.0
18332024-03-28T07:22:07.676Z Compiling postgres-protocol v0.6.6
18342024-03-28T07:22:09.005Z Compiling pkcs8 v0.10.2
18352024-03-28T07:22:09.069Z Compiling phf_shared v0.11.2
18362024-03-28T07:22:09.133Z Compiling terminal_size v0.3.0
18372024-03-28T07:22:09.336Z Compiling ff v0.13.0
18382024-03-28T07:22:09.434Z Compiling block-padding v0.3.3
18392024-03-28T07:22:09.553Z Compiling scheduled-thread-pool v0.2.7
18402024-03-28T07:22:09.573Z Compiling managed v0.8.0
18412024-03-28T07:22:09.907Z Compiling matches v0.1.10
18422024-03-28T07:22:09.999Z Compiling bitflags v1.3.2
18432024-03-28T07:22:10.028Z Compiling regex-automata v0.1.10
18442024-03-28T07:22:10.103Z Compiling base16ct v0.2.0
18452024-03-28T07:22:10.103Z Compiling clap_builder v4.5.1
18462024-03-28T07:22:10.433Z Compiling bstr v0.2.17
18472024-03-28T07:22:10.504Z Compiling sec1 v0.7.3
18482024-03-28T07:22:10.530Z Compiling idna v0.2.3
18492024-03-28T07:22:11.075Z Compiling r2d2 v0.8.10
18502024-03-28T07:22:11.454Z Compiling inout v0.1.3
18512024-03-28T07:22:11.733Z Compiling group v0.13.0
18522024-03-28T07:22:11.915Z Compiling signal-hook-mio v0.2.3
18532024-03-28T07:22:12.035Z Compiling phf v0.11.2
18542024-03-28T07:22:12.074Z Compiling bzip2 v0.4.4
18552024-03-28T07:22:12.091Z Compiling postgres-types v0.2.6
18562024-03-28T07:22:12.336Z Compiling hubpack v0.1.2
18572024-03-28T07:22:12.353Z Compiling hkdf v0.12.4
18582024-03-28T07:22:12.709Z Compiling zerocopy v0.6.4
18592024-03-28T07:22:13.120Z Compiling ipnetwork v0.20.0
18602024-03-28T07:22:13.120Z Compiling crypto-bigint v0.5.2
18612024-03-28T07:22:13.485Z Compiling float-cmp v0.9.0
18622024-03-28T07:22:13.953Z Compiling predicates-core v1.0.6
18632024-03-28T07:22:14.082Z Compiling difflib v0.4.0
18642024-03-28T07:22:14.082Z Compiling whoami v1.5.0
18652024-03-28T07:22:14.082Z Compiling data-encoding v2.4.0
18662024-03-28T07:22:14.083Z Compiling normalize-line-endings v0.3.0
18672024-03-28T07:22:14.083Z Compiling static_assertions v1.1.0
18682024-03-28T07:22:14.116Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
18692024-03-28T07:22:14.335Z Compiling predicates v3.1.0
18702024-03-28T07:22:15.376Z Compiling yasna v0.5.2
18712024-03-28T07:22:16.087Z Compiling diesel v2.1.4
18722024-03-28T07:22:16.185Z Compiling elliptic-curve v0.13.8
18732024-03-28T07:22:16.201Z Compiling trust-dns-proto v0.22.0
18742024-03-28T07:22:16.234Z Compiling tokio-postgres v0.7.10
18752024-03-28T07:22:16.982Z Compiling clap v4.5.1
18762024-03-28T07:22:17.309Z Compiling zip v0.6.6
18772024-03-28T07:22:17.914Z Compiling crossterm v0.27.0
18782024-03-28T07:22:18.781Z Compiling cipher v0.4.4
18792024-03-28T07:22:19.240Z Compiling similar v2.4.0
18802024-03-28T07:22:20.185Z Compiling num-iter v0.1.44
18812024-03-28T07:22:20.217Z Compiling usdt v0.3.5
18822024-03-28T07:22:20.372Z Compiling tokio-stream v0.1.14
18832024-03-28T07:22:20.470Z Compiling console v0.15.8
18842024-03-28T07:22:21.218Z Compiling bstr v1.9.0
18852024-03-28T07:22:25.302Z Checking utf8parse v0.2.1
18862024-03-28T07:22:28.881Z Checking anstyle v1.0.6
18872024-03-28T07:22:30.273Z Checking anstyle-parse v0.2.1
18882024-03-28T07:22:30.516Z Checking anstyle-query v1.0.0
18892024-03-28T07:22:30.620Z Checking colorchoice v1.0.0
18902024-03-28T07:22:30.752Z Checking anstream v0.6.11
18912024-03-28T07:22:30.945Z Checking clap_lex v0.7.0
18922024-03-28T07:22:31.114Z Checking strsim v0.11.0
18932024-03-28T07:22:31.404Z Compiling serde_tokenstream v0.2.0
18942024-03-28T07:22:36.889Z Checking winnow v0.6.1
18952024-03-28T07:22:44.231Z Compiling regress v0.9.0
18962024-03-28T07:22:44.415Z Checking heck v0.4.1
18972024-03-28T07:22:44.624Z Compiling getopts v0.2.21
18982024-03-28T07:22:45.248Z Compiling unsafe-libyaml v0.2.10
18992024-03-28T07:22:45.662Z Checking progenitor-client v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f)
19002024-03-28T07:22:46.171Z Compiling ident_case v1.0.1
19012024-03-28T07:22:46.331Z Compiling strsim v0.10.0
19022024-03-28T07:22:46.350Z Checking camino v1.1.6
19032024-03-28T07:22:46.769Z Compiling serde_yaml v0.9.25
19042024-03-28T07:22:46.899Z Checking atty v0.2.14
19052024-03-28T07:22:47.020Z Checking sha1 v0.10.6
19062024-03-28T07:22:47.122Z Checking http v1.0.0
19072024-03-28T07:22:47.174Z Checking rustls-pki-types v1.3.0
19082024-03-28T07:22:47.284Z Checking fastrand v2.0.1
19092024-03-28T07:22:47.595Z Checking match_cfg v0.1.0
19102024-03-28T07:22:47.615Z Checking tempfile v3.10.0
19112024-03-28T07:22:47.681Z Checking hostname v0.3.1
19122024-03-28T07:22:47.818Z Compiling darling_core v0.20.3
19132024-03-28T07:22:47.995Z Compiling typify-impl v0.0.16 (https://github.com/oxidecomputer/typify#c5ebe0a2)
19142024-03-28T07:22:48.406Z Compiling strum_macros v0.26.1
19152024-03-28T07:22:49.494Z Checking dirs-sys-next v0.1.2
19162024-03-28T07:22:49.681Z Compiling paste v1.0.14
19172024-03-28T07:22:50.182Z Checking quick-error v1.2.3
19182024-03-28T07:22:50.391Z Checking dirs-next v2.0.0
19192024-03-28T07:22:50.530Z Checking crossbeam-channel v0.5.8
19202024-03-28T07:22:50.962Z Checking thread_local v1.1.7
19212024-03-28T07:22:51.026Z Compiling rustls v0.22.2
19222024-03-28T07:22:51.248Z Compiling slog-async v2.8.0
19232024-03-28T07:22:51.267Z Checking term v0.7.0
19242024-03-28T07:22:51.701Z Checking rustls-webpki v0.102.1
19252024-03-28T07:22:51.821Z Checking instant v0.1.12
19262024-03-28T07:22:51.942Z Checking take_mut v0.2.2
19272024-03-28T07:22:52.377Z Checking slog-term v2.9.0
19282024-03-28T07:22:52.598Z Checking rustls-pemfile v2.1.1
19292024-03-28T07:22:52.828Z Compiling multer v3.0.0
19302024-03-28T07:22:52.831Z Checking debug-ignore v1.0.5
19312024-03-28T07:22:52.981Z Checking slog-json v2.6.1
19322024-03-28T07:22:53.215Z Compiling async-stream-impl v0.3.5
19332024-03-28T07:22:53.249Z Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#29ae98d1)
19342024-03-28T07:22:53.534Z Checking atomic-waker v1.1.1
19352024-03-28T07:22:53.684Z Checking waitgroup v0.1.2
19362024-03-28T07:22:53.772Z Checking strum v0.26.1
19372024-03-28T07:22:53.877Z Checking slog-bunyan v2.5.0
19382024-03-28T07:22:54.037Z Checking toml v0.8.10
19392024-03-28T07:22:54.115Z Compiling darling_macro v0.20.3
19402024-03-28T07:22:54.303Z Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#29ae98d1)
19412024-03-28T07:22:54.643Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
19422024-03-28T07:22:54.682Z Checking async-stream v0.3.5
19432024-03-28T07:22:54.805Z Checking serde_path_to_error v0.1.16
19442024-03-28T07:22:54.872Z Checking wait-timeout v0.2.0
19452024-03-28T07:22:55.058Z Compiling structmeta-derive v0.3.0
19462024-03-28T07:22:55.091Z Checking rusty-fork v0.3.0
19472024-03-28T07:22:55.171Z Compiling darling v0.20.3
19482024-03-28T07:22:55.301Z Compiling serde_with_macros v3.6.1
19492024-03-28T07:22:55.376Z Checking newtype-uuid v1.0.1
19502024-03-28T07:22:55.402Z Compiling structmeta-derive v0.2.0
19512024-03-28T07:22:55.623Z Checking rand_xorshift v0.3.0
19522024-03-28T07:22:55.791Z Checking unarray v0.1.4
19532024-03-28T07:22:55.942Z Checking proptest v1.4.0
19542024-03-28T07:22:56.236Z Checking tokio-rustls v0.25.0
19552024-03-28T07:22:56.502Z Checking backoff v0.4.0
19562024-03-28T07:22:56.783Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
19572024-03-28T07:22:57.569Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
19582024-03-28T07:22:57.713Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
19592024-03-28T07:22:57.954Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
19602024-03-28T07:22:58.244Z Compiling structmeta v0.3.0
19612024-03-28T07:22:58.509Z Checking serde_with v3.6.1
19622024-03-28T07:22:58.548Z Compiling structmeta v0.2.0
19632024-03-28T07:22:58.691Z Compiling parse-display-derive v0.9.0
19642024-03-28T07:22:58.794Z Checking serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
19652024-03-28T07:22:58.943Z Checking macaddr v1.0.1
19662024-03-28T07:22:58.975Z Compiling test-strategy v0.3.1
19672024-03-28T07:22:59.268Z Compiling proc-macro-error-attr v1.0.4
19682024-03-28T07:22:59.659Z Compiling proc-macro-error v1.0.4
19692024-03-28T07:23:00.342Z Compiling proc-macro-crate v1.3.1
19702024-03-28T07:23:00.659Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
19712024-03-28T07:23:01.037Z Checking camino-tempfile v1.1.1
19722024-03-28T07:23:01.331Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
19732024-03-28T07:23:01.478Z Compiling num_enum_derive v0.5.11
19742024-03-28T07:23:01.639Z Compiling foreign-types-macros v0.2.3
19752024-03-28T07:23:01.708Z Checking foreign-types-shared v0.3.1
19762024-03-28T07:23:01.813Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
19772024-03-28T07:23:02.124Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
19782024-03-28T07:23:02.242Z Checking cstr-argument v0.1.2
19792024-03-28T07:23:02.396Z Checking pretty-hex v0.2.1
19802024-03-28T07:23:02.560Z Checking tabwriter v1.4.0
19812024-03-28T07:23:02.783Z Checking colored v2.1.0
19822024-03-28T07:23:02.966Z Checking foreign-types v0.5.0
19832024-03-28T07:23:03.084Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
19842024-03-28T07:23:03.100Z Checking socket2 v0.4.9
19852024-03-28T07:23:03.153Z Checking smf v0.2.2
19862024-03-28T07:23:03.211Z Checking humantime v2.1.0
19872024-03-28T07:23:03.395Z Compiling usdt-attr-macro v0.5.0
19882024-03-28T07:23:03.528Z Compiling usdt-macro v0.5.0
19892024-03-28T07:23:03.537Z Checking memmap v0.7.0
19902024-03-28T07:23:04.004Z Checking termcolor v1.2.0
19912024-03-28T07:23:04.004Z Checking parse-display v0.9.0
19922024-03-28T07:23:04.004Z Compiling heapless v0.8.0
19932024-03-28T07:23:04.004Z Checking termtree v0.4.1
19942024-03-28T07:23:04.004Z Checking arc-swap v1.6.0
19952024-03-28T07:23:04.095Z Checking predicates-tree v1.0.9
19962024-03-28T07:23:04.246Z Checking hash32 v0.3.1
19972024-03-28T07:23:04.263Z Checking num_enum v0.5.11
19982024-03-28T07:23:04.405Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
19992024-03-28T07:23:04.422Z Compiling smoltcp v0.11.0
20002024-03-28T07:23:04.438Z Checking slog-scope v4.4.0
20012024-03-28T07:23:04.652Z Checking slog-stdlog v4.1.1
20022024-03-28T07:23:04.661Z Compiling crucible-workspace-hack v0.1.0
20032024-03-28T07:23:04.780Z Checking cobs v0.2.3
20042024-03-28T07:23:04.918Z Checking embedded-io v0.4.0
20052024-03-28T07:23:05.041Z Checking slog-envlogger v2.2.0
20062024-03-28T07:23:05.059Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
20072024-03-28T07:23:05.086Z Checking usdt v0.5.0
20082024-03-28T07:23:05.106Z Checking postcard v1.0.8
20092024-03-28T07:23:05.150Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
20102024-03-28T07:23:05.290Z Compiling derror-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
20112024-03-28T07:23:05.317Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
20122024-03-28T07:23:05.338Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d)
20132024-03-28T07:23:05.419Z Checking utf-8 v0.7.6
20142024-03-28T07:23:05.613Z Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
20152024-03-28T07:23:05.794Z Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
20162024-03-28T07:23:05.815Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fdf0585c6a227a7cfbee4a61a36938c3d77e4712#fdf0585c)
20172024-03-28T07:23:06.179Z Compiling num-derive v0.4.0
20182024-03-28T07:23:06.208Z Compiling mockall_derive v0.12.0
20192024-03-28T07:23:06.377Z Checking downcast v0.11.0
20202024-03-28T07:23:06.585Z Checking fragile v2.0.0
20212024-03-28T07:23:06.793Z Compiling typify-macro v0.0.16 (https://github.com/oxidecomputer/typify#c5ebe0a2)
20222024-03-28T07:23:06.848Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fdf0585c6a227a7cfbee4a61a36938c3d77e4712#fdf0585c)
20232024-03-28T07:23:07.077Z Checking xattr v1.0.1
20242024-03-28T07:23:07.263Z Checking filetime v0.2.23
20252024-03-28T07:23:07.321Z Checking zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
20262024-03-28T07:23:07.395Z Checking same-file v1.0.6
20272024-03-28T07:23:07.460Z Checking tar v0.4.40
20282024-03-28T07:23:07.555Z Checking walkdir v2.4.0
20292024-03-28T07:23:07.829Z Checking tungstenite v0.20.1
20302024-03-28T07:23:08.122Z Checking base64 v0.22.0
20312024-03-28T07:23:08.228Z Compiling heck v0.3.3
20322024-03-28T07:23:08.530Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
20332024-03-28T07:23:08.619Z Checking pem v3.0.2
20342024-03-28T07:23:08.644Z Checking headers-core v0.2.0
20352024-03-28T07:23:08.687Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=16f16478f4af1502b25ddcd79d307b3f116f13f6#16f16478)
20362024-03-28T07:23:08.738Z Checking tokio-tungstenite v0.20.1
20372024-03-28T07:23:08.776Z Checking headers v0.3.9
20382024-03-28T07:23:08.877Z Checking linked-hash-map v0.5.6
20392024-03-28T07:23:09.136Z Checking env_logger v0.9.3
20402024-03-28T07:23:09.189Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
20412024-03-28T07:23:09.210Z Checking lru-cache v0.1.2
20422024-03-28T07:23:09.386Z Compiling bitstruct_derive v0.1.0
20432024-03-28T07:23:09.552Z Checking viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
20442024-03-28T07:23:09.578Z Checking ascii v1.1.0
20452024-03-28T07:23:09.678Z Checking viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
20462024-03-28T07:23:09.826Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
20472024-03-28T07:23:09.859Z Checking dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
20482024-03-28T07:23:09.898Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
20492024-03-28T07:23:09.976Z Checking rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c)
20502024-03-28T07:23:10.052Z Checking password-hash v0.5.0
20512024-03-28T07:23:10.156Z Checking itertools v0.12.1
20522024-03-28T07:23:10.496Z Checking blake2 v0.10.6
20532024-03-28T07:23:10.753Z Checking bitstruct v0.1.1
20542024-03-28T07:23:10.852Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
20552024-03-28T07:23:10.869Z Checking erased-serde v0.3.31
20562024-03-28T07:23:10.944Z Checking serde_arrays v0.1.0
20572024-03-28T07:23:11.096Z Checking argon2 v0.5.3
20582024-03-28T07:23:11.111Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#d44d9e08)
20592024-03-28T07:23:11.305Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
20602024-03-28T07:23:11.419Z Compiling zone_cfg_derive v0.1.2
20612024-03-28T07:23:11.589Z Checking tungstenite v0.21.0
20622024-03-28T07:23:11.786Z Checking swrite v0.1.0
20632024-03-28T07:23:11.889Z Checking propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
20642024-03-28T07:23:11.904Z Checking base64 v0.13.1
20652024-03-28T07:23:12.124Z Compiling typify v0.0.16 (https://github.com/oxidecomputer/typify#c5ebe0a2)
20662024-03-28T07:23:12.266Z Compiling progenitor-impl v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f)
20672024-03-28T07:23:12.468Z Checking tokio-tungstenite v0.21.0
20682024-03-28T07:23:12.565Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
20692024-03-28T07:23:12.758Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
20702024-03-28T07:23:12.847Z Checking ron v0.7.1
20712024-03-28T07:23:12.947Z Checking zone v0.1.8
20722024-03-28T07:23:13.127Z Checking portpicker v0.1.1
20732024-03-28T07:23:13.274Z Checking rcgen v0.12.1
20742024-03-28T07:23:13.645Z Checking atomicwrites v0.4.3
20752024-03-28T07:23:13.850Z Checking subprocess v0.2.9
20762024-03-28T07:23:13.945Z Compiling derive-where v1.2.7
20772024-03-28T07:23:13.963Z Checking resolv-conf v0.7.0
20782024-03-28T07:23:14.291Z Compiling rayon-core v1.12.1
20792024-03-28T07:23:14.316Z Checking trust-dns-resolver v0.22.0
20802024-03-28T07:23:14.366Z Checking half v2.3.1
20812024-03-28T07:23:14.606Z Compiling cancel-safe-futures v0.1.5
20822024-03-28T07:23:14.701Z Checking ciborium-io v0.2.2
20832024-03-28T07:23:14.744Z Checking mockall v0.12.0
20842024-03-28T07:23:14.798Z Compiling semver v0.1.20
20852024-03-28T07:23:14.815Z Checking ciborium-ll v0.2.2
20862024-03-28T07:23:14.970Z Checking libsw v3.3.1
20872024-03-28T07:23:15.094Z Checking ciborium v0.2.2
20882024-03-28T07:23:15.233Z Compiling rustc_version v0.1.7
20892024-03-28T07:23:15.439Z Checking owo-colors v4.0.0
20902024-03-28T07:23:15.455Z Checking linear-map v1.2.0
20912024-03-28T07:23:15.754Z Compiling newtype_derive v0.1.6
20922024-03-28T07:23:15.786Z Compiling slog-dtrace v0.3.0
20932024-03-28T07:23:15.850Z Compiling radium v0.7.0
20942024-03-28T07:23:16.066Z Checking is-terminal v0.4.9
20952024-03-28T07:23:16.185Z Checking nibble_vec v0.1.0
20962024-03-28T07:23:16.221Z Checking steno v0.4.0
20972024-03-28T07:23:16.321Z Compiling maybe-uninit v2.0.0
20982024-03-28T07:23:16.372Z Checking endian-type v0.1.2
20992024-03-28T07:23:16.537Z Checking tap v1.0.1
21002024-03-28T07:23:16.599Z Checking radix_trie v0.2.1
21012024-03-28T07:23:16.704Z Checking wyz v0.5.1
21022024-03-28T07:23:17.016Z Checking newline-converter v0.3.0
21032024-03-28T07:23:17.086Z Checking fxhash v0.2.1
21042024-03-28T07:23:17.166Z Compiling packed_struct v0.10.1
21052024-03-28T07:23:17.250Z Compiling num-bigint-dig v0.8.4
21062024-03-28T07:23:17.279Z Checking funty v2.0.0
21072024-03-28T07:23:17.342Z Checking crc-catalog v2.2.0
21082024-03-28T07:23:17.465Z Checking crc v3.0.1
21092024-03-28T07:23:17.579Z Checking expectorate v1.1.0
21102024-03-28T07:23:17.651Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
21112024-03-28T07:23:17.665Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
21122024-03-28T07:23:17.718Z Compiling packed_struct_codegen v0.10.1
21132024-03-28T07:23:17.733Z Compiling num-rational v0.4.1
21142024-03-28T07:23:18.061Z Compiling indexmap v1.9.3
21152024-03-28T07:23:18.071Z Checking nodrop v0.1.14
21162024-03-28T07:23:18.184Z Checking array-init v0.0.4
21172024-03-28T07:23:18.254Z Checking bitvec v1.0.1
21182024-03-28T07:23:18.478Z Checking smallvec v0.6.14
21192024-03-28T07:23:18.865Z Checking pkcs1 v0.7.5
21202024-03-28T07:23:19.171Z Checking signature v2.1.0
21212024-03-28T07:23:19.276Z Checking hashbrown v0.12.3
21222024-03-28T07:23:19.368Z Checking bitfield v0.14.0
21232024-03-28T07:23:19.650Z Checking serde-hex v0.1.0
21242024-03-28T07:23:20.649Z Compiling progenitor-macro v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f)
21252024-03-28T07:23:20.789Z Checking rsa v0.9.2
21262024-03-28T07:23:20.997Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
21272024-03-28T07:23:21.000Z Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
21282024-03-28T07:23:21.231Z Checking env_logger v0.10.0
21292024-03-28T07:23:21.294Z Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
21302024-03-28T07:23:21.380Z Checking x509-cert v0.2.4
21312024-03-28T07:23:21.636Z Checking ron v0.8.1
21322024-03-28T07:23:21.759Z Checking hashbrown v0.13.2
21332024-03-28T07:23:21.765Z Checking num-complex v0.4.4
21342024-03-28T07:23:22.297Z Checking crc-any v2.4.3
21352024-03-28T07:23:22.669Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
21362024-03-28T07:23:22.690Z Checking num v0.4.1
21372024-03-28T07:23:22.788Z Checking path-slash v0.1.5
21382024-03-28T07:23:22.804Z Checking object v0.30.4
21392024-03-28T07:23:22.845Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
21402024-03-28T07:23:22.939Z Compiling convert_case v0.4.0
21412024-03-28T07:23:23.012Z Checking display-error-chain v0.2.0
21422024-03-28T07:23:23.119Z Compiling buf-list v1.0.3
21432024-03-28T07:23:23.158Z Compiling blake3 v1.5.0
21442024-03-28T07:23:23.613Z Checking textwrap v0.11.0
21452024-03-28T07:23:23.814Z Checking gethostname v0.4.3
21462024-03-28T07:23:23.911Z Checking ansi_term v0.12.1
21472024-03-28T07:23:23.947Z Checking strsim v0.8.0
21482024-03-28T07:23:23.990Z Compiling derive_more v0.99.17
21492024-03-28T07:23:24.115Z Checking vec_map v0.8.2
21502024-03-28T07:23:24.140Z Compiling libefi-sys v0.1.0
21512024-03-28T07:23:24.212Z Compiling parking_lot_core v0.8.6
21522024-03-28T07:23:24.228Z Compiling structopt-derive v0.4.18
21532024-03-28T07:23:24.377Z Checking clap v2.34.0
21542024-03-28T07:23:24.423Z Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802)
21552024-03-28T07:23:24.586Z Checking lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
21562024-03-28T07:23:25.038Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
21572024-03-28T07:23:25.329Z Compiling crossbeam-deque v0.8.3
21582024-03-28T07:23:25.346Z Compiling pin-project-internal v1.1.3
21592024-03-28T07:23:25.677Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81)
21602024-03-28T07:23:25.834Z Compiling doc-comment v0.3.3
21612024-03-28T07:23:27.127Z Checking keccak v0.1.4
21622024-03-28T07:23:27.310Z Checking structopt v0.3.26
21632024-03-28T07:23:27.419Z Checking sha3 v0.10.8
21642024-03-28T07:23:27.966Z Checking libnvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81)
21652024-03-28T07:23:28.299Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
21662024-03-28T07:23:28.495Z Checking parking_lot v0.11.2
21672024-03-28T07:23:28.530Z Checking trust-dns-client v0.22.0
21682024-03-28T07:23:28.633Z Checking pin-project v1.1.3
21692024-03-28T07:23:28.749Z Checking toml v0.5.11
21702024-03-28T07:23:28.818Z Compiling semver-parser v0.10.2
21712024-03-28T07:23:28.912Z Checking secrecy v0.8.0
21722024-03-28T07:23:29.125Z Compiling vte_generate_state_changes v0.1.1
21732024-03-28T07:23:29.731Z Compiling semver v0.11.0
21742024-03-28T07:23:29.814Z Checking vte v0.11.1
21752024-03-28T07:23:29.927Z Compiling rayon v1.9.0
21762024-03-28T07:23:30.303Z Checking trust-dns-server v0.22.1
21772024-03-28T07:23:30.546Z Checking sled v0.34.7
21782024-03-28T07:23:31.841Z Compiling memmap2 v0.7.1
21792024-03-28T07:23:32.118Z Compiling arrayvec v0.7.4
21802024-03-28T07:23:32.268Z Compiling constant_time_eq v0.3.0
21812024-03-28T07:23:32.453Z Compiling home v0.5.5
21822024-03-28T07:23:32.548Z Compiling arrayref v0.3.7
21832024-03-28T07:23:32.654Z Compiling toolchain_find v0.2.0
21842024-03-28T07:23:33.230Z Checking strip-ansi-escapes v0.2.0
21852024-03-28T07:23:33.339Z Checking fd-lock v3.0.13
21862024-03-28T07:23:33.400Z Checking nu-ansi-term v0.50.0
21872024-03-28T07:23:33.514Z Compiling topological-sort v0.2.2
21882024-03-28T07:23:33.740Z Checking strum v0.25.0
21892024-03-28T07:23:33.835Z Checking glob v0.3.1
21902024-03-28T07:23:33.883Z Checking reedline v0.30.0
21912024-03-28T07:23:34.132Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
21922024-03-28T07:23:34.832Z Compiling snafu-derive v0.7.5
21932024-03-28T07:23:34.847Z Compiling unicase v2.7.0
21942024-03-28T07:23:35.170Z Compiling omicron-zone-package v0.11.0
21952024-03-28T07:23:35.561Z Compiling rustfmt-wrapper v0.2.0
21962024-03-28T07:23:35.756Z Checking lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
21972024-03-28T07:23:36.207Z Compiling platforms v3.0.2
21982024-03-28T07:23:36.409Z Checking globset v0.4.13
21992024-03-28T07:23:36.565Z Checking olpc-cjson v0.1.3
22002024-03-28T07:23:36.582Z Checking serde_plain v1.0.2
22012024-03-28T07:23:36.780Z Compiling async-recursion v1.0.5
22022024-03-28T07:23:36.841Z Checking typed-path v0.7.0
22032024-03-28T07:23:37.059Z Checking fs-err v2.11.0
22042024-03-28T07:23:37.555Z Compiling memoffset v0.7.1
22052024-03-28T07:23:37.747Z Checking hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84)
22062024-03-28T07:23:37.879Z Checking parse-size v1.0.0
22072024-03-28T07:23:37.896Z Checking bytecount v0.6.3
22082024-03-28T07:23:38.045Z Checking papergrid v0.11.0
22092024-03-28T07:23:38.333Z Compiling curve25519-dalek v4.1.1
22102024-03-28T07:23:38.814Z Compiling tabled_derive v0.7.0
22112024-03-28T07:23:38.917Z Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4)
22122024-03-28T07:23:39.071Z Compiling mime_guess v2.0.4
22132024-03-28T07:23:39.431Z Checking universal-hash v0.5.1
22142024-03-28T07:23:39.487Z Checking progenitor v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f)
22152024-03-28T07:23:39.605Z Compiling thiserror-impl-no-std v2.0.2
22162024-03-28T07:23:39.696Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=de065a84831e66c829603d9a098e237e8f5faaa1#de065a84)
22172024-03-28T07:23:39.801Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
22182024-03-28T07:23:40.490Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
22192024-03-28T07:23:40.826Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
22202024-03-28T07:23:40.961Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
22212024-03-28T07:23:41.487Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=de065a84831e66c829603d9a098e237e8f5faaa1#de065a84)
22222024-03-28T07:23:41.991Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
22232024-03-28T07:23:42.723Z Checking snafu v0.7.5
22242024-03-28T07:23:42.920Z Checking tabled v0.15.0
22252024-03-28T07:23:43.075Z Compiling curve25519-dalek-derive v0.1.0
22262024-03-28T07:23:43.177Z Checking nanorand v0.7.0
22272024-03-28T07:23:43.232Z Checking tough v0.16.0
22282024-03-28T07:23:43.548Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
22292024-03-28T07:23:43.721Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
22302024-03-28T07:23:43.858Z Checking opaque-debug v0.3.0
22312024-03-28T07:23:43.948Z Checking signature v1.6.4
22322024-03-28T07:23:44.103Z Compiling prettyplease v0.2.16
22332024-03-28T07:23:44.368Z Compiling salty v0.2.0
22342024-03-28T07:23:44.937Z Checking ed25519 v1.5.3
22352024-03-28T07:23:44.955Z Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1)
22362024-03-28T07:23:45.119Z Checking poly1305 v0.8.0
22372024-03-28T07:23:45.700Z Checking flume v0.11.0
22382024-03-28T07:23:45.948Z Checking thiserror-no-std v2.0.2
22392024-03-28T07:23:46.097Z Checking nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d)
22402024-03-28T07:23:46.457Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
22412024-03-28T07:23:46.578Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
22422024-03-28T07:23:46.616Z Checking chacha20 v0.9.1
22432024-03-28T07:23:46.774Z Checking aead v0.5.2
22442024-03-28T07:23:46.812Z Checking serde-big-array v0.5.1
22452024-03-28T07:23:46.961Z Checking kstat-rs v0.2.3
22462024-03-28T07:23:46.985Z Compiling hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a)
22472024-03-28T07:23:47.016Z Checking chacha20poly1305 v0.10.1
22482024-03-28T07:23:47.160Z Checking vsss-rs v3.3.4
22492024-03-28T07:23:47.895Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=16f16478f4af1502b25ddcd79d307b3f116f13f6#16f16478)
22502024-03-28T07:23:47.913Z Checking signal-hook-tokio v0.3.1
22512024-03-28T07:23:47.936Z Checking hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a)
22522024-03-28T07:23:47.951Z Checking serde-big-array v0.4.1
22532024-03-28T07:23:48.120Z Compiling crunchy v0.2.2
22542024-03-28T07:23:48.260Z Checking sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef)
22552024-03-28T07:23:48.777Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fdf0585c6a227a7cfbee4a61a36938c3d77e4712#fdf0585c)
22562024-03-28T07:23:48.824Z Compiling clang-sys v1.6.1
22572024-03-28T07:23:48.915Z Checking fd-lock v4.0.2
22582024-03-28T07:23:49.107Z Checking nix v0.27.1
22592024-03-28T07:23:49.232Z Compiling sqlparser_derive v0.2.2
22602024-03-28T07:23:49.720Z Checking corncobs v0.1.3
22612024-03-28T07:23:49.911Z Compiling tiny-keccak v2.0.2
22622024-03-28T07:23:50.230Z Checking unicode_categories v0.1.1
22632024-03-28T07:23:50.392Z Checking sqlparser v0.43.1
22642024-03-28T07:23:50.507Z Checking sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef)
22652024-03-28T07:23:50.523Z Checking sqlformat v0.2.3
22662024-03-28T07:23:51.533Z Checking rustyline v13.0.0
22672024-03-28T07:23:51.821Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
22682024-03-28T07:23:51.991Z Compiling darling_core v0.14.4
22692024-03-28T07:23:52.076Z Checking bcs v0.1.6
22702024-03-28T07:23:52.262Z Checking highway v1.1.0
22712024-03-28T07:23:52.541Z Compiling ref-cast v1.0.20
22722024-03-28T07:23:52.819Z Compiling ascii-canvas v3.0.0
22732024-03-28T07:23:53.148Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
22742024-03-28T07:23:53.166Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fdf0585c6a227a7cfbee4a61a36938c3d77e4712#fdf0585c)
22752024-03-28T07:23:53.419Z Compiling ref-cast-impl v1.0.20
22762024-03-28T07:23:53.422Z Compiling ena v0.14.2
22772024-03-28T07:23:53.448Z Compiling libloading v0.7.4
22782024-03-28T07:23:53.454Z Compiling bindgen v0.69.2
22792024-03-28T07:23:53.819Z Compiling regex-syntax v0.6.29
22802024-03-28T07:23:53.853Z Compiling diff v0.1.13
22812024-03-28T07:23:54.160Z Checking http-range v0.1.5
22822024-03-28T07:23:54.334Z Checking hyper-staticfile v0.9.5
22832024-03-28T07:23:54.770Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fdf0585c6a227a7cfbee4a61a36938c3d77e4712#fdf0585c)
22842024-03-28T07:23:54.794Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
22852024-03-28T07:23:55.792Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
22862024-03-28T07:23:56.597Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
22872024-03-28T07:23:57.953Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
22882024-03-28T07:23:58.895Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
22892024-03-28T07:23:59.124Z Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
22902024-03-28T07:23:59.158Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
22912024-03-28T07:23:59.975Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
22922024-03-28T07:24:00.636Z Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
22932024-03-28T07:24:00.864Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
22942024-03-28T07:24:00.943Z Compiling darling_macro v0.14.4
22952024-03-28T07:24:01.418Z Compiling lalrpop v0.19.12
22962024-03-28T07:24:02.033Z Compiling darling v0.14.4
22972024-03-28T07:24:02.157Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
22982024-03-28T07:24:03.048Z Compiling cexpr v0.6.0
22992024-03-28T07:24:03.342Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
23002024-03-28T07:24:04.839Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
23012024-03-28T07:24:04.911Z Compiling which v4.4.0
23022024-03-28T07:24:05.574Z Compiling shlex v1.3.0
23032024-03-28T07:24:05.817Z Compiling rustc-hash v1.1.0
23042024-03-28T07:24:05.966Z Compiling lazycell v1.3.0
23052024-03-28T07:24:05.999Z Compiling peeking_take_while v0.1.2
23062024-03-28T07:24:06.126Z Checking maplit v1.0.2
23072024-03-28T07:24:06.142Z Checking assert_matches v1.5.0
23082024-03-28T07:24:06.235Z Compiling derive_builder_core v0.12.0
23092024-03-28T07:24:07.958Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
23102024-03-28T07:24:08.744Z Compiling libxml v0.3.3
23112024-03-28T07:24:09.136Z Compiling derive_builder_macro v0.12.0
23122024-03-28T07:24:09.210Z Compiling strum_macros v0.24.3
23132024-03-28T07:24:09.997Z Compiling cookie v0.18.0
23142024-03-28T07:24:10.299Z Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#62ef5ca0)
23152024-03-28T07:24:10.609Z Compiling portable-atomic v1.4.3
23162024-03-28T07:24:11.627Z Compiling indoc v1.0.9
23172024-03-28T07:24:12.160Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
23182024-03-28T07:24:12.254Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
23192024-03-28T07:24:12.670Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
23202024-03-28T07:24:13.048Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
23212024-03-28T07:24:13.206Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
23222024-03-28T07:24:13.901Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
23232024-03-28T07:24:14.182Z Checking derive_builder v0.12.0
23242024-03-28T07:24:14.552Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
23252024-03-28T07:24:15.611Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
23262024-03-28T07:24:16.235Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
23272024-03-28T07:24:16.518Z Checking bb8 v0.8.3
23282024-03-28T07:24:16.534Z Checking quick-xml v0.30.0
23292024-03-28T07:24:16.988Z Compiling oso-derive v0.27.0
23302024-03-28T07:24:17.258Z Compiling impl-trait-for-tuples v0.2.2
23312024-03-28T07:24:17.293Z Checking async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef)
23322024-03-28T07:24:18.485Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
23332024-03-28T07:24:18.607Z Checking number_prefix v0.4.0
23342024-03-28T07:24:18.807Z Checking castaway v0.2.2
23352024-03-28T07:24:18.964Z Checking rand_seeder v0.2.3
23362024-03-28T07:24:19.205Z Checking compact_str v0.7.1
23372024-03-28T07:24:19.413Z Checking indicatif v0.17.8
23382024-03-28T07:24:20.002Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
23392024-03-28T07:24:20.215Z Checking lru v0.12.1
23402024-03-28T07:24:20.361Z Compiling stability v0.1.1
23412024-03-28T07:24:20.427Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
23422024-03-28T07:24:20.480Z Checking cassowary v0.3.0
23432024-03-28T07:24:20.897Z Compiling indoc v2.0.3
23442024-03-28T07:24:21.286Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
23452024-03-28T07:24:21.385Z Checking smawk v0.3.1
23462024-03-28T07:24:21.599Z Checking unicode-linebreak v0.1.5
23472024-03-28T07:24:22.016Z Checking textwrap v0.16.1
23482024-03-28T07:24:22.053Z Checking ratatui v0.26.1
23492024-03-28T07:24:22.397Z Checking is_ci v1.2.0
23502024-03-28T07:24:22.531Z Checking supports-color v3.0.0
23512024-03-28T07:24:22.713Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
23522024-03-28T07:24:22.852Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
23532024-03-28T07:24:23.043Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
23542024-03-28T07:24:23.338Z Checking rtoolbox v0.0.1
23552024-03-28T07:24:23.425Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
23562024-03-28T07:24:23.539Z Checking rpassword v7.3.1
23572024-03-28T07:24:23.721Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=16f16478f4af1502b25ddcd79d307b3f116f13f6#16f16478)
23582024-03-28T07:24:24.321Z Checking fatfs v0.3.6
23592024-03-28T07:24:25.160Z Checking tui-tree-widget v0.17.0
23602024-03-28T07:24:25.209Z Checking shell-words v1.1.0
23612024-03-28T07:24:25.328Z Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
23622024-03-28T07:24:25.375Z Checking yansi v0.5.1
23632024-03-28T07:24:25.653Z Compiling target-lexicon v0.12.13
23642024-03-28T07:24:25.668Z Checking pretty_assertions v1.4.0
23652024-03-28T07:24:26.347Z Checking plotters-backend v0.3.5
23662024-03-28T07:24:26.455Z Compiling guppy-workspace-hack v0.1.0
23672024-03-28T07:24:26.708Z Checking plotters-svg v0.3.5
23682024-03-28T07:24:26.774Z Checking http-body v1.0.0
23692024-03-28T07:24:26.932Z Checking rand v0.4.6
23702024-03-28T07:24:26.998Z Checking tower-layer v0.3.2
23712024-03-28T07:24:27.238Z Checking cast v0.3.0
23722024-03-28T07:24:27.282Z Checking remove_dir_all v0.5.3
23732024-03-28T07:24:27.519Z Compiling target-spec v3.1.0
23742024-03-28T07:24:27.535Z Compiling assert_cmd v2.0.14
23752024-03-28T07:24:27.968Z Checking criterion-plot v0.5.0
23762024-03-28T07:24:28.004Z Checking tempdir v0.3.7
23772024-03-28T07:24:28.128Z Checking tower v0.4.13
23782024-03-28T07:24:28.160Z Checking cfg-expr v0.15.6
23792024-03-28T07:24:28.507Z Checking hyper v1.1.0
23802024-03-28T07:24:28.909Z Checking plotters v0.3.5
23812024-03-28T07:24:29.138Z Checking installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd)
23822024-03-28T07:24:29.389Z Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
23832024-03-28T07:24:29.733Z Checking tinytemplate v1.2.1
23842024-03-28T07:24:30.017Z Checking cargo-platform v0.1.3
23852024-03-28T07:24:30.114Z Checking anes v0.1.6
23862024-03-28T07:24:30.327Z Checking oorandom v11.1.3
23872024-03-28T07:24:30.472Z Checking cargo_metadata v0.18.1
23882024-03-28T07:24:30.496Z Checking hyper-util v0.1.2
23892024-03-28T07:24:30.682Z Checking criterion v0.5.1
23902024-03-28T07:24:31.758Z Checking installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client)
23912024-03-28T07:24:31.990Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
23922024-03-28T07:24:32.090Z Checking rustls-native-certs v0.7.0
23932024-03-28T07:24:32.239Z Checking pathdiff v0.2.1
23942024-03-28T07:24:32.400Z Checking nested v0.1.1
23952024-03-28T07:24:32.599Z Checking guppy v0.17.5
23962024-03-28T07:24:33.541Z Checking hyper-rustls v0.26.0
23972024-03-28T07:24:33.877Z Checking httptest v0.15.5
23982024-03-28T07:24:33.963Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
23992024-03-28T07:24:34.618Z Checking threadpool v1.8.1
24002024-03-28T07:24:35.097Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
24012024-03-28T07:24:35.102Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
24022024-03-28T07:24:35.847Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
24032024-03-28T07:24:36.819Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
24042024-03-28T07:24:37.240Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
24052024-03-28T07:24:37.797Z Checking libtest-mimic v0.6.1
24062024-03-28T07:24:38.248Z Checking similar-asserts v1.5.0
24072024-03-28T07:24:38.469Z Compiling rstest_macros v0.18.2
24082024-03-28T07:24:40.350Z Checking datatest-stable v0.2.3
24092024-03-28T07:24:40.407Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
24102024-03-28T07:24:40.585Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
24112024-03-28T07:24:40.848Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
24122024-03-28T07:24:41.132Z Checking csv-core v0.1.11
24132024-03-28T07:24:41.433Z Checking constant_time_eq v0.2.6
24142024-03-28T07:24:41.938Z Compiling relative-path v1.9.0
24152024-03-28T07:24:41.938Z Compiling trybuild v1.0.89
24162024-03-28T07:24:41.938Z Checking blake2b_simd v1.0.1
24172024-03-28T07:24:41.984Z Checking csv v1.3.0
24182024-03-28T07:24:42.555Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
24192024-03-28T07:24:42.833Z Checking basic-toml v0.1.8
24202024-03-28T07:24:43.714Z Checking multimap v0.10.0
24212024-03-28T07:24:44.003Z Checking futures-timer v3.0.2
24222024-03-28T07:24:45.757Z Checking rust-argon2 v1.0.1
24232024-03-28T07:24:46.207Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
24242024-03-28T07:24:48.144Z Checking partial-io v0.5.4
24252024-03-28T07:24:48.528Z Checking approx v0.5.1
24262024-03-28T07:24:48.762Z Checking termios v0.3.3
24272024-03-28T07:24:48.977Z Checking hex-literal v0.4.1
24282024-03-28T07:24:52.160Z Checking rstest v0.18.2
24292024-03-28T07:24:53.189Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
24302024-03-28T07:24:53.301Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
24312024-03-28T07:24:54.115Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
24322024-03-28T07:25:00.236Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
24332024-03-28T07:25:11.693Z Checking reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
24342024-03-28T07:25:40.691Z Compiling samael v0.0.14 (https://github.com/oxidecomputer/samael?branch=oxide/omicron#9e609a8f)
24352024-03-28T07:25:48.304Z Checking zone-network-setup v0.1.0 (/work/oxidecomputer/omicron/zone-network-setup)
24362024-03-28T07:25:51.797Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
24372024-03-28T07:25:52.346Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli)
24382024-03-28T07:25:54.544Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
24392024-03-28T07:26:07.405Z Checking caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util)
24402024-03-28T07:26:14.043Z Compiling polar-core v0.27.0
24412024-03-28T07:26:21.630Z Checking oso v0.27.0
24422024-03-28T07:26:48.386Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
24432024-03-28T07:26:48.386Z Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
24442024-03-28T07:27:46.280Z Finished dev [unoptimized + debuginfo] target(s) in 6m 50s
24452024-03-28T07:27:46.477Z
24462024-03-28T07:27:46.477Zreal 7:36.981975390
24472024-03-28T07:27:46.477Zuser 38:54.469101495
24482024-03-28T07:27:46.477Zsys 6:53.469576612
24492024-03-28T07:27:46.477Ztrap 1.035795887
24502024-03-28T07:27:46.477Ztflt 9.236743668
24512024-03-28T07:27:46.481Zdflt 5.881834216
24522024-03-28T07:27:46.481Zkflt 0.195782629
24532024-03-28T07:27:46.481Zlock 59:15.754028199
24542024-03-28T07:27:46.481Zslp 1:58:29.303725556
24552024-03-28T07:27:46.481Zlat 1:46.582835916
24562024-03-28T07:27:46.481Zstop 4:37.082282947
24572024-03-28T07:27:47.403Zwarning: output filename collision.
24582024-03-28T07:27:47.403ZThe lib target `bhyve_api` in package `bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fdf0585c6a227a7cfbee4a61a36938c3d77e4712#fdf0585c)` has the same output filename as the lib target `bhyve_api` in package `bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)`.
24592024-03-28T07:27:47.403ZColliding filename is: /work/oxidecomputer/omicron/target/doc/bhyve_api/index.html
24602024-03-28T07:27:47.404ZThe targets should have unique names.
24612024-03-28T07:27:47.404ZThis is a known bug where multiple crates with the same name use
24622024-03-28T07:27:47.404Zthe same path; see <https://github.com/rust-lang/cargo/issues/6313>.
24632024-03-28T07:27:47.404Zwarning: output filename collision.
24642024-03-28T07:27:47.404ZThe lib target `bhyve_api_sys` in package `bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fdf0585c6a227a7cfbee4a61a36938c3d77e4712#fdf0585c)` 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=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)`.
24652024-03-28T07:27:47.404ZColliding filename is: /work/oxidecomputer/omicron/target/doc/bhyve_api_sys/index.html
24662024-03-28T07:27:47.404ZThe targets should have unique names.
24672024-03-28T07:27:47.404ZThis is a known bug where multiple crates with the same name use
24682024-03-28T07:27:47.404Zthe same path; see <https://github.com/rust-lang/cargo/issues/6313>.
24692024-03-28T07:27:47.409Zwarning: output filename collision.
24702024-03-28T07:27:47.409ZThe 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?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a)`.
24712024-03-28T07:27:47.409ZColliding filename is: /work/oxidecomputer/omicron/target/doc/hubpack/index.html
24722024-03-28T07:27:47.409ZThe targets should have unique names.
24732024-03-28T07:27:47.409ZThis is a known bug where multiple crates with the same name use
24742024-03-28T07:27:47.409Zthe same path; see <https://github.com/rust-lang/cargo/issues/6313>.
24752024-03-28T07:27:47.409Zwarning: output filename collision.
24762024-03-28T07:27:47.409ZThe lib target `libnet` in package `libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d)` has the same output filename as the lib target `libnet` in package `libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#d44d9e08)`.
24772024-03-28T07:27:47.409ZColliding filename is: /work/oxidecomputer/omicron/target/doc/libnet/index.html
24782024-03-28T07:27:47.409ZThe targets should have unique names.
24792024-03-28T07:27:47.409ZThis is a known bug where multiple crates with the same name use
24802024-03-28T07:27:47.409Zthe same path; see <https://github.com/rust-lang/cargo/issues/6313>.
24812024-03-28T07:27:47.409Zwarning: output filename collision.
24822024-03-28T07:27:47.409ZThe lib target `nix` in package `nix v0.27.1` has the same output filename as the lib target `nix` in package `nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d)`.
24832024-03-28T07:27:47.409ZColliding filename is: /work/oxidecomputer/omicron/target/doc/nix/index.html
24842024-03-28T07:27:47.409ZThe targets should have unique names.
24852024-03-28T07:27:47.409ZThis is a known bug where multiple crates with the same name use
24862024-03-28T07:27:47.409Zthe same path; see <https://github.com/rust-lang/cargo/issues/6313>.
24872024-03-28T07:27:47.409Zwarning: output filename collision.
24882024-03-28T07:27:47.410ZThe 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)`.
24892024-03-28T07:27:47.410ZColliding filename is: /work/oxidecomputer/omicron/target/doc/oximeter/index.html
24902024-03-28T07:27:47.410ZThe targets should have unique names.
24912024-03-28T07:27:47.410ZThis is a known bug where multiple crates with the same name use
24922024-03-28T07:27:47.410Zthe same path; see <https://github.com/rust-lang/cargo/issues/6313>.
24932024-03-28T07:27:47.410Zwarning: output filename collision.
24942024-03-28T07:27:47.410ZThe lib target `propolis-client` in package `propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fdf0585c6a227a7cfbee4a61a36938c3d77e4712#fdf0585c)` has the same output filename as the lib target `propolis-client` in package `propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)`.
24952024-03-28T07:27:47.410ZColliding filename is: /work/oxidecomputer/omicron/target/doc/propolis_client/index.html
24962024-03-28T07:27:47.410ZThe targets should have unique names.
24972024-03-28T07:27:47.410ZThis is a known bug where multiple crates with the same name use
24982024-03-28T07:27:47.410Zthe same path; see <https://github.com/rust-lang/cargo/issues/6313>.
24992024-03-28T07:27:47.410Zwarning: output filename collision.
25002024-03-28T07:27:47.410ZThe lib target `tlvc` in package `tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#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)`.
25012024-03-28T07:27:47.410ZColliding filename is: /work/oxidecomputer/omicron/target/doc/tlvc/index.html
25022024-03-28T07:27:47.410ZThe targets should have unique names.
25032024-03-28T07:27:47.410ZThis is a known bug where multiple crates with the same name use
25042024-03-28T07:27:47.410Zthe same path; see <https://github.com/rust-lang/cargo/issues/6313>.
25052024-03-28T07:27:47.410Zwarning: output filename collision.
25062024-03-28T07:27:47.410ZThe 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`.
25072024-03-28T07:27:47.410ZColliding filename is: /work/oxidecomputer/omicron/target/doc/zone/index.html
25082024-03-28T07:27:47.410ZThe targets should have unique names.
25092024-03-28T07:27:47.411ZThis is a known bug where multiple crates with the same name use
25102024-03-28T07:27:47.411Zthe same path; see <https://github.com/rust-lang/cargo/issues/6313>.
25112024-03-28T07:27:47.890Z Documenting libc v0.2.153
25122024-03-28T07:27:47.939Z Documenting cfg-if v1.0.0
25132024-03-28T07:27:47.951Z Documenting serde_derive v1.0.197
25142024-03-28T07:27:47.979Z Documenting log v0.4.21
25152024-03-28T07:27:47.999Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
25162024-03-28T07:27:48.013Z Documenting memchr v2.7.1
25172024-03-28T07:27:48.026Z Documenting byteorder v1.5.0
25182024-03-28T07:27:48.039Z Documenting smallvec v1.13.1
25192024-03-28T07:27:48.281Z Documenting scopeguard v1.2.0
25202024-03-28T07:27:51.098Z Documenting itoa v1.0.9
25212024-03-28T07:27:51.121Z Documenting lock_api v0.4.10
25222024-03-28T07:27:51.317Z Documenting libm v0.2.7
25232024-03-28T07:27:52.507Z Documenting once_cell v1.19.0
25242024-03-28T07:27:52.667Z Documenting pin-project-lite v0.2.13
25252024-03-28T07:27:52.680Z Documenting getrandom v0.2.12
25262024-03-28T07:27:53.473Z Documenting parking_lot_core v0.9.8
25272024-03-28T07:27:54.035Z Documenting signal-hook-registry v1.4.1
25282024-03-28T07:27:54.702Z Documenting mio v0.8.11
25292024-03-28T07:27:55.184Z Documenting num-traits v0.2.18
25302024-03-28T07:27:55.505Z Documenting zeroize_derive v1.4.2
25312024-03-28T07:27:55.733Z Documenting serde v1.0.197
25322024-03-28T07:27:57.171Z Documenting thiserror-impl v1.0.57
25332024-03-28T07:27:57.623Z Documenting rand_core v0.6.4
25342024-03-28T07:27:58.419Z Documenting parking_lot v0.12.1
25352024-03-28T07:27:59.006Z Documenting futures-core v0.3.30
25362024-03-28T07:27:59.905Z Documenting ryu v1.0.15
25372024-03-28T07:28:00.099Z Documenting num_cpus v1.16.0
25382024-03-28T07:28:00.685Z Documenting zeroize v1.7.0
25392024-03-28T07:28:02.501Z Documenting socket2 v0.5.5
25402024-03-28T07:28:02.644Z Documenting tokio-macros v2.2.0
25412024-03-28T07:28:02.902Z Documenting zerocopy v0.7.32
25422024-03-28T07:28:03.387Z Documenting thiserror v1.0.57
25432024-03-28T07:28:03.674Z Documenting futures-sink v0.3.30
25442024-03-28T07:28:04.818Z Documenting typenum v1.16.0
25452024-03-28T07:28:05.177Z Documenting iana-time-zone v0.1.57
25462024-03-28T07:28:08.690Z Documenting pin-utils v0.1.0
25472024-03-28T07:28:08.784Z Documenting subtle v2.5.0
25482024-03-28T07:28:08.795Z Documenting futures-channel v0.3.30
25492024-03-28T07:28:08.854Z Documenting slab v0.4.9
25502024-03-28T07:28:09.861Z Documenting futures-macro v0.3.30
25512024-03-28T07:28:15.993Z Documenting bytes v1.5.0
25522024-03-28T07:28:18.729Z Documenting bitflags v2.4.2
25532024-03-28T07:28:18.776Z Documenting serde_json v1.0.114
25542024-03-28T07:28:18.840Z Documenting chrono v0.4.34
25552024-03-28T07:28:18.855Z Documenting futures-task v0.3.30
25562024-03-28T07:28:18.883Z Documenting futures-io v0.3.30
25572024-03-28T07:28:19.027Z Documenting uuid v1.7.0
25582024-03-28T07:28:19.659Z Documenting tokio v1.36.0
25592024-03-28T07:28:20.094Z Documenting generic-array v0.14.7
25602024-03-28T07:28:23.442Z Documenting ahash v0.8.8
25612024-03-28T07:28:23.756Z Documenting allocator-api2 v0.2.16
25622024-03-28T07:28:23.924Z Documenting futures-util v0.3.30
25632024-03-28T07:28:24.580Z Documenting tinyvec_macros v0.1.1
25642024-03-28T07:28:24.583Z Documenting const-oid v0.9.6
25652024-03-28T07:28:25.007Z Documenting crypto-common v0.1.6
25662024-03-28T07:28:26.047Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
25672024-03-28T07:28:26.213Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
25682024-03-28T07:28:26.950Z Documenting tracing-core v0.1.32
25692024-03-28T07:28:27.711Z Checking serde_derive_internals v0.26.0
25702024-03-28T07:28:28.015Z Documenting tinyvec v1.6.0
25712024-03-28T07:28:28.288Z Documenting serde_derive_internals v0.26.0
25722024-03-28T07:28:28.694Z Documenting hashbrown v0.14.3
25732024-03-28T07:28:30.786Z Documenting tracing-attributes v0.1.27
25742024-03-28T07:28:31.090Z Documenting dyn-clone v1.0.17
25752024-03-28T07:28:32.263Z Documenting unicode-normalization v0.1.22
25762024-03-28T07:28:32.508Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
25772024-03-28T07:28:33.336Z Documenting ppv-lite86 v0.2.17
25782024-03-28T07:28:34.859Z Documenting lazy_static v1.4.0
25792024-03-28T07:28:35.277Z Documenting schemars_derive v0.8.16
25802024-03-28T07:28:35.488Z Documenting unicode-bidi v0.3.15
25812024-03-28T07:28:36.535Z Documenting rand_chacha v0.3.1
25822024-03-28T07:28:38.571Z Documenting percent-encoding v2.3.1
25832024-03-28T07:28:38.619Z Documenting block-buffer v0.10.4
25842024-03-28T07:28:38.806Z Documenting fnv v1.0.7
25852024-03-28T07:28:39.828Z Documenting equivalent v1.0.1
25862024-03-28T07:28:40.492Z Documenting powerfmt v0.2.0
25872024-03-28T07:28:40.598Z Documenting schemars v0.8.16
25882024-03-28T07:28:41.370Z Documenting rand v0.8.5
25892024-03-28T07:28:42.780Z Documenting form_urlencoded v1.2.1
25902024-03-28T07:28:43.462Z Documenting indexmap v2.2.5
25912024-03-28T07:28:43.905Z Documenting time-macros v0.2.17
25922024-03-28T07:28:44.139Z Documenting deranged v0.3.11
25932024-03-28T07:28:44.463Z Documenting digest v0.10.7
25942024-03-28T07:28:46.275Z Documenting tracing v0.1.40
25952024-03-28T07:28:46.832Z Documenting time-core v0.1.2
25962024-03-28T07:28:47.366Z Documenting num-conv v0.1.0
25972024-03-28T07:28:47.677Z Documenting num_threads v0.1.6
25982024-03-28T07:28:49.248Z Documenting unicode-width v0.1.11
25992024-03-28T07:28:49.286Z Documenting idna v0.5.0
26002024-03-28T07:28:49.587Z Documenting unicode-ident v1.0.12
26012024-03-28T07:28:49.808Z Documenting adler v1.0.2
26022024-03-28T07:28:59.295Z Documenting slog v2.7.0
26032024-03-28T07:28:59.326Z Documenting httparse v1.8.0
26042024-03-28T07:28:59.378Z Documenting time v0.3.34
26052024-03-28T07:28:59.422Z Documenting miniz_oxide v0.7.1
26062024-03-28T07:28:59.480Z Documenting proc-macro2 v1.0.78
26072024-03-28T07:28:59.598Z Documenting url v2.5.0
26082024-03-28T07:29:00.220Z Documenting cpufeatures v0.2.12
26092024-03-28T07:29:03.180Z Documenting async-trait v0.1.77
26102024-03-28T07:29:03.480Z Documenting errno v0.3.8
26112024-03-28T07:29:04.157Z Documenting try-lock v0.2.4
26122024-03-28T07:29:04.426Z Documenting httpdate v1.0.3
26132024-03-28T07:29:04.805Z Documenting quote v1.0.35
26142024-03-28T07:29:04.963Z Documenting http-body v0.4.5
26152024-03-28T07:29:05.555Z Documenting aho-corasick v1.1.2
26162024-03-28T07:29:07.663Z Documenting want v0.3.1
26172024-03-28T07:29:08.505Z Documenting rustix v0.38.31
26182024-03-28T07:29:09.058Z Documenting tokio-util v0.7.10
26192024-03-28T07:29:09.301Z Documenting openssl-sys v0.9.96
26202024-03-28T07:29:09.445Z Documenting openssl-macros v0.1.1
26212024-03-28T07:29:09.733Z Documenting syn v2.0.52
26222024-03-28T07:29:10.508Z Documenting tower-service v0.3.2
26232024-03-28T07:29:11.733Z Documenting mime v0.3.17
26242024-03-28T07:29:12.463Z Documenting gimli v0.28.0
26252024-03-28T07:29:14.925Z Documenting regex-syntax v0.8.2
26262024-03-28T07:29:15.402Z Documenting object v0.32.1
26272024-03-28T07:29:15.799Z Documenting h2 v0.3.24
26282024-03-28T07:29:16.421Z Documenting ipnet v2.9.0
26292024-03-28T07:29:16.482Z Documenting openssl v0.10.60
26302024-03-28T07:29:16.609Z Documenting openssl-probe v0.1.5
26312024-03-28T07:29:20.052Z Documenting addr2line v0.21.0
26322024-03-28T07:29:21.574Z Documenting rustc-demangle v0.1.23
26332024-03-28T07:29:21.696Z Documenting base64ct v1.6.0
26342024-03-28T07:29:22.923Z Documenting regex-automata v0.4.5
26352024-03-28T07:29:24.511Z Documenting futures-executor v0.3.30
26362024-03-28T07:29:25.026Z Documenting native-tls v0.2.11
26372024-03-28T07:29:25.038Z Documenting encoding_rs v0.8.33
26382024-03-28T07:29:26.465Z Documenting hyper v0.14.28
26392024-03-28T07:29:26.720Z Documenting psl-types v2.0.11
26402024-03-28T07:29:28.712Z Documenting backtrace v0.3.69
26412024-03-28T07:29:29.164Z Documenting serde_urlencoded v0.7.1
26422024-03-28T07:29:30.193Z Documenting publicsuffix v2.2.3
26432024-03-28T07:29:30.409Z Documenting crossbeam-utils v0.8.19
26442024-03-28T07:29:30.754Z Documenting tokio-native-tls v0.3.1
26452024-03-28T07:29:33.000Z Documenting regex v1.10.3
26462024-03-28T07:29:33.623Z Documenting utf8parse v0.2.1
26472024-03-28T07:29:33.816Z Documenting futures v0.3.30
26482024-03-28T07:29:35.187Z Documenting anyhow v1.0.79
26492024-03-28T07:29:35.243Z Documenting cookie_store v0.20.0
26502024-03-28T07:29:35.882Z Documenting pem-rfc7468 v0.7.0
26512024-03-28T07:29:36.507Z Checking pest_meta v2.7.6
26522024-03-28T07:29:37.405Z Documenting der_derive v0.7.2
26532024-03-28T07:29:37.885Z Documenting sync_wrapper v0.1.2
26542024-03-28T07:29:39.403Z Documenting webpki-roots v0.25.2
26552024-03-28T07:29:40.257Z Documenting flagset v0.4.3
26562024-03-28T07:29:40.641Z Documenting hyper-rustls v0.24.2
26572024-03-28T07:29:40.754Z Documenting hyper-tls v0.5.0
26582024-03-28T07:29:41.009Z Documenting num-integer v0.1.46
26592024-03-28T07:29:41.026Z Documenting pest_meta v2.7.6
26602024-03-28T07:29:41.535Z Documenting scroll_derive v0.12.0
26612024-03-28T07:29:43.236Z Checking pest_generator v2.7.6
26622024-03-28T07:29:43.926Z Documenting openapiv3 v2.0.0
26632024-03-28T07:29:44.118Z Documenting der v0.7.8
26642024-03-28T07:29:44.239Z Documenting plain v0.2.3
26652024-03-28T07:29:45.835Z Documenting ucd-trie v0.1.6
26662024-03-28T07:29:46.146Z Documenting pest_generator v2.7.6
26672024-03-28T07:29:47.257Z Documenting scroll v0.12.0
26682024-03-28T07:29:47.344Z Documenting spin v0.9.8
26692024-03-28T07:29:47.682Z Documenting anstyle v1.0.6
26702024-03-28T07:29:47.921Z Documenting reqwest v0.11.24
26712024-03-28T07:29:50.220Z Documenting spki v0.7.2
26722024-03-28T07:29:50.436Z Documenting pest v2.7.6
26732024-03-28T07:29:50.892Z Documenting pretty-hex v0.4.1
26742024-03-28T07:29:51.021Z Documenting pest_derive v2.7.6
26752024-03-28T07:29:51.529Z Documenting goblin v0.8.0
26762024-03-28T07:29:51.532Z Documenting either v1.10.0
26772024-03-28T07:29:52.553Z Documenting anstyle-parse v0.2.1
26782024-03-28T07:29:54.106Z Documenting thread-id v4.2.0
26792024-03-28T07:29:54.651Z Documenting pkcs8 v0.10.2
26802024-03-28T07:29:55.816Z Documenting colorchoice v1.0.0
26812024-03-28T07:29:55.905Z Documenting dtrace-parser v0.2.0
26822024-03-28T07:29:56.264Z Documenting anstyle-query v1.0.0
26832024-03-28T07:29:56.407Z Documenting data-encoding v2.4.0
26842024-03-28T07:29:58.966Z Documenting crossbeam-epoch v0.9.18
26852024-03-28T07:29:59.166Z Documenting terminal_size v0.3.0
26862024-03-28T07:29:59.190Z Documenting sha2 v0.10.8
26872024-03-28T07:29:59.193Z Documenting dof v0.3.0
26882024-03-28T07:29:59.430Z Documenting ipnetwork v0.20.0
26892024-03-28T07:30:00.807Z Documenting hex v0.4.3
26902024-03-28T07:30:01.015Z Documenting anstream v0.6.11
26912024-03-28T07:30:01.203Z Documenting crc32fast v1.3.2
26922024-03-28T07:30:03.366Z Documenting clap_lex v0.7.0
26932024-03-28T07:30:03.894Z Documenting strsim v0.11.0
26942024-03-28T07:30:04.461Z Documenting usdt-impl v0.5.0
26952024-03-28T07:30:05.034Z Documenting untrusted v0.9.0
26962024-03-28T07:30:05.258Z Documenting num-iter v0.1.44
26972024-03-28T07:30:05.334Z Documenting hmac v0.12.1
26982024-03-28T07:30:06.032Z Documenting signal-hook v0.3.17
26992024-03-28T07:30:06.052Z Documenting clap_derive v4.5.0
27002024-03-28T07:30:07.945Z Documenting static_assertions v1.1.0
27012024-03-28T07:30:08.015Z Documenting ring v0.17.8
27022024-03-28T07:30:08.514Z Documenting clap_builder v4.5.1
27032024-03-28T07:30:10.110Z Documenting flate2 v1.0.28
27042024-03-28T07:30:11.063Z Documenting unicode-segmentation v1.10.1
27052024-03-28T07:30:11.103Z Documenting managed v0.8.0
27062024-03-28T07:30:11.289Z Documenting signal-hook-mio v0.2.3
27072024-03-28T07:30:11.402Z Documenting regress v0.9.0
27082024-03-28T07:30:11.767Z Documenting block-padding v0.3.3
27092024-03-28T07:30:14.574Z Documenting scheduled-thread-pool v0.2.7
27102024-03-28T07:30:15.004Z Documenting bzip2-sys v0.1.11+1.0.8
27112024-03-28T07:30:15.030Z Documenting enum-as-inner v0.5.1
27122024-03-28T07:30:15.518Z Checking diesel_table_macro_syntax v0.1.0
27132024-03-28T07:30:15.688Z Documenting diesel_table_macro_syntax v0.1.0
27142024-03-28T07:30:16.394Z Documenting crossterm v0.27.0
27152024-03-28T07:30:16.499Z Documenting clap v4.5.1
27162024-03-28T07:30:17.215Z Documenting inout v0.1.3
27172024-03-28T07:30:18.725Z Documenting md-5 v0.10.5
27182024-03-28T07:30:18.782Z Documenting r2d2 v0.8.10
27192024-03-28T07:30:19.726Z Documenting trust-dns-proto v0.22.0
27202024-03-28T07:30:20.034Z Documenting bzip2 v0.4.4
27212024-03-28T07:30:21.603Z Documenting diesel_derives v2.1.2
27222024-03-28T07:30:22.416Z Documenting stringprep v0.1.3
27232024-03-28T07:30:22.638Z Documenting ff v0.13.0
27242024-03-28T07:30:23.222Z Documenting serde_spanned v0.6.5
27252024-03-28T07:30:23.410Z Documenting toml_datetime v0.6.5
27262024-03-28T07:30:24.468Z Documenting pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
27272024-03-28T07:30:25.105Z Checking unsafe-libyaml v0.2.10
27282024-03-28T07:30:26.295Z Documenting winnow v0.6.1
27292024-03-28T07:30:27.660Z Documenting heck v0.4.1
27302024-03-28T07:30:27.729Z Documenting base16ct v0.2.0
27312024-03-28T07:30:28.596Z Documenting fallible-iterator v0.2.0
27322024-03-28T07:30:28.608Z Documenting siphasher v0.3.11
27332024-03-28T07:30:28.704Z Documenting bit-vec v0.6.3
27342024-03-28T07:30:29.325Z Documenting group v0.13.0
27352024-03-28T07:30:30.003Z Documenting diesel v2.1.4
27362024-03-28T07:30:31.420Z Documenting sec1 v0.7.3
27372024-03-28T07:30:31.635Z Documenting phf_shared v0.11.2
27382024-03-28T07:30:32.285Z Documenting typify-impl v0.0.16 (https://github.com/oxidecomputer/typify#c5ebe0a2)
27392024-03-28T07:30:32.558Z Documenting toml_edit v0.22.6
27402024-03-28T07:30:33.422Z Documenting zip v0.6.6
27412024-03-28T07:30:34.413Z Documenting cipher v0.4.4
27422024-03-28T07:30:34.547Z Documenting postgres-protocol v0.6.6
27432024-03-28T07:30:36.653Z Documenting hkdf v0.12.4
27442024-03-28T07:30:46.035Z Documenting typify-macro v0.0.16 (https://github.com/oxidecomputer/typify#c5ebe0a2)
27452024-03-28T07:30:46.438Z Documenting num-bigint v0.4.4
27462024-03-28T07:30:46.497Z Documenting bstr v1.9.0
27472024-03-28T07:30:46.557Z Documenting crypto-bigint v0.5.2
27482024-03-28T07:30:55.592Z Documenting hubpack v0.1.2
27492024-03-28T07:30:55.595Z Documenting serde_repr v0.1.16
27502024-03-28T07:30:56.162Z Documenting unsafe-libyaml v0.2.10
27512024-03-28T07:30:56.239Z Documenting minimal-lexical v0.2.1
27522024-03-28T07:30:56.492Z Documenting fixedbitset v0.4.2
27532024-03-28T07:30:58.037Z Documenting lalrpop-util v0.19.12
27542024-03-28T07:31:05.722Z Documenting precomputed-hash v0.1.1
27552024-03-28T07:31:05.825Z Documenting new_debug_unreachable v1.0.4
27562024-03-28T07:31:06.023Z Checking strsim v0.10.0
27572024-03-28T07:31:06.036Z Checking ident_case v1.0.1
27582024-03-28T07:31:06.130Z Documenting gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
27592024-03-28T07:31:06.184Z Documenting serde_yaml v0.9.25
27602024-03-28T07:31:06.252Z Documenting nom v7.1.3
27612024-03-28T07:31:06.309Z Documenting petgraph v0.6.4
27622024-03-28T07:31:06.321Z Documenting yasna v0.5.2
27632024-03-28T07:31:06.371Z Documenting elliptic-curve v0.13.8
27642024-03-28T07:31:08.892Z Documenting typify v0.0.16 (https://github.com/oxidecomputer/typify#c5ebe0a2)
27652024-03-28T07:31:10.530Z Documenting string_cache v0.8.7
27662024-03-28T07:31:12.438Z Documenting postgres-types v0.2.6
27672024-03-28T07:31:12.468Z Documenting phf v0.11.2
27682024-03-28T07:31:12.958Z Checking serde_yaml v0.9.25
27692024-03-28T07:31:13.059Z Documenting progenitor-client v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f)
27702024-03-28T07:31:14.782Z Documenting getopts v0.2.21
27712024-03-28T07:31:23.004Z Documenting console v0.15.8
27722024-03-28T07:31:23.084Z Documenting semver v1.0.22
27732024-03-28T07:31:23.272Z Documenting float-cmp v0.9.0
27742024-03-28T07:31:23.485Z Documenting normalize-line-endings v0.3.0
27752024-03-28T07:31:23.498Z Documenting difflib v0.4.0
27762024-03-28T07:31:23.619Z Documenting predicates-core v1.0.6
27772024-03-28T07:31:23.691Z Documenting whoami v1.5.0
27782024-03-28T07:31:23.694Z Documenting progenitor-impl v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f)
27792024-03-28T07:31:28.053Z Documenting progenitor-macro v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f)
27802024-03-28T07:31:28.232Z Documenting bit-set v0.5.3
27812024-03-28T07:31:28.307Z Documenting similar v2.4.0
27822024-03-28T07:31:28.448Z Documenting tokio-stream v0.1.14
27832024-03-28T07:31:28.661Z Documenting strum v0.26.1
27842024-03-28T07:31:28.713Z Documenting predicates v3.1.0
27852024-03-28T07:31:28.892Z Documenting tokio-postgres v0.7.10
27862024-03-28T07:31:31.673Z Documenting dirs-sys-next v0.1.2
27872024-03-28T07:31:32.765Z Documenting match_cfg v0.1.0
27882024-03-28T07:31:33.101Z Checking darling_core v0.20.3
27892024-03-28T07:31:33.801Z Documenting sha1 v0.10.6
27902024-03-28T07:31:34.882Z Documenting http v1.0.0
27912024-03-28T07:31:35.027Z Documenting camino v1.1.6
27922024-03-28T07:31:35.153Z Documenting thread_local v1.1.7
27932024-03-28T07:31:35.712Z Documenting hostname v0.3.1
27942024-03-28T07:31:36.280Z Documenting progenitor v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f)
27952024-03-28T07:31:36.681Z Documenting dirs-next v2.0.0
27962024-03-28T07:31:38.124Z Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
27972024-03-28T07:31:38.791Z Documenting rustls-pki-types v1.3.0
27982024-03-28T07:31:40.070Z Checking darling v0.20.3
27992024-03-28T07:31:40.180Z Documenting crossbeam-channel v0.5.8
28002024-03-28T07:31:40.245Z Documenting paste v1.0.14
28012024-03-28T07:31:40.292Z Documenting atty v0.2.14
28022024-03-28T07:31:40.648Z Documenting take_mut v0.2.2
28032024-03-28T07:31:41.493Z Documenting term v0.7.0
28042024-03-28T07:31:42.948Z Documenting slog-json v2.6.1
28052024-03-28T07:31:43.831Z Documenting rustls-webpki v0.102.1
28062024-03-28T07:31:44.138Z Documenting async-stream-impl v0.3.5
28072024-03-28T07:31:44.776Z Documenting atomic-waker v1.1.1
28082024-03-28T07:31:44.937Z Documenting debug-ignore v1.0.5
28092024-03-28T07:31:45.445Z Documenting slog-async v2.8.0
28102024-03-28T07:31:46.537Z Documenting rustls-pemfile v2.1.1
28112024-03-28T07:31:46.761Z Documenting slog-term v2.9.0
28122024-03-28T07:31:47.789Z Documenting waitgroup v0.1.2
28132024-03-28T07:31:47.966Z Documenting slog-bunyan v2.5.0
28142024-03-28T07:31:48.069Z Documenting multer v3.0.0
28152024-03-28T07:31:48.759Z Documenting rustls v0.22.2
28162024-03-28T07:31:49.908Z Documenting async-stream v0.3.5
28172024-03-28T07:31:50.195Z Documenting toml v0.8.10
28182024-03-28T07:31:51.355Z Documenting dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#29ae98d1)
28192024-03-28T07:31:51.595Z Documenting serde_path_to_error v0.1.16
28202024-03-28T07:31:52.526Z Documenting serde_with_macros v3.6.1
28212024-03-28T07:31:53.134Z Documenting structmeta-derive v0.3.0
28222024-03-28T07:31:53.575Z Checking structmeta v0.3.0
28232024-03-28T07:31:53.802Z Documenting instant v0.1.12
28242024-03-28T07:31:54.138Z Documenting newtype-uuid v1.0.1
28252024-03-28T07:31:56.387Z Documenting slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
28262024-03-28T07:31:56.508Z Documenting mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=de065a84831e66c829603d9a098e237e8f5faaa1#de065a84)
28272024-03-28T07:31:56.981Z Documenting serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
28282024-03-28T07:31:58.663Z Documenting backoff v0.4.0
28292024-03-28T07:31:59.081Z Documenting serde_with v3.6.1
28302024-03-28T07:31:59.566Z Documenting structmeta v0.3.0
28312024-03-28T07:31:59.762Z Documenting tokio-rustls v0.25.0
28322024-03-28T07:31:59.847Z Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
28332024-03-28T07:32:01.001Z Documenting slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
28342024-03-28T07:32:01.436Z Documenting macaddr v1.0.1
28352024-03-28T07:32:04.168Z Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
28362024-03-28T07:32:05.193Z Documenting parse-display-derive v0.9.0
28372024-03-28T07:32:05.516Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
28382024-03-28T07:32:05.734Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
28392024-03-28T07:32:05.996Z Documenting dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#29ae98d1)
28402024-03-28T07:32:06.070Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
28412024-03-28T07:32:06.739Z Documenting fastrand v2.0.1
28422024-03-28T07:32:06.842Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
28432024-03-28T07:32:07.786Z Checking proc-macro-crate v1.3.1
28442024-03-28T07:32:08.033Z Documenting proc-macro-crate v1.3.1
28452024-03-28T07:32:08.412Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
28462024-03-28T07:32:08.597Z Documenting foreign-types-macros v0.2.3
28472024-03-28T07:32:08.741Z Documenting foreign-types-shared v0.3.1
28482024-03-28T07:32:09.826Z Documenting libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
28492024-03-28T07:32:10.208Z Documenting nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
28502024-03-28T07:32:11.405Z Documenting tempfile v3.10.0
28512024-03-28T07:32:11.607Z Documenting parse-display v0.9.0
28522024-03-28T07:32:11.688Z Documenting cstr-argument v0.1.2
28532024-03-28T07:32:13.343Z Documenting num_enum_derive v0.5.11
28542024-03-28T07:32:14.384Z Documenting foreign-types v0.5.0
28552024-03-28T07:32:14.516Z Documenting rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
28562024-03-28T07:32:15.036Z Documenting tabwriter v1.4.0
28572024-03-28T07:32:16.470Z Documenting colored v2.1.0
28582024-03-28T07:32:16.690Z Documenting camino-tempfile v1.1.1
28592024-03-28T07:32:16.936Z Documenting hash32 v0.3.1
28602024-03-28T07:32:19.161Z Documenting rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
28612024-03-28T07:32:19.202Z Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
28622024-03-28T07:32:19.265Z Documenting nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
28632024-03-28T07:32:19.464Z Documenting num_enum v0.5.11
28642024-03-28T07:32:19.861Z Documenting stable_deref_trait v1.2.0
28652024-03-28T07:32:21.261Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
28662024-03-28T07:32:21.600Z Documenting smf v0.2.2
28672024-03-28T07:32:21.912Z Documenting embedded-io v0.4.0
28682024-03-28T07:32:23.408Z Documenting heapless v0.8.0
28692024-03-28T07:32:23.577Z Documenting dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
28702024-03-28T07:32:24.063Z Documenting cobs v0.2.3
28712024-03-28T07:32:24.250Z Documenting illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
28722024-03-28T07:32:25.881Z Documenting crucible-workspace-hack v0.1.0
28732024-03-28T07:32:26.694Z Documenting derror-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
28742024-03-28T07:32:27.057Z Documenting postcard v1.0.8
28752024-03-28T07:32:27.261Z Documenting kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
28762024-03-28T07:32:28.122Z Documenting smoltcp v0.11.0
28772024-03-28T07:32:28.726Z Documenting base64 v0.22.0
28782024-03-28T07:32:30.480Z Documenting poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
28792024-03-28T07:32:31.541Z Documenting libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d)
28802024-03-28T07:32:32.015Z Documenting bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fdf0585c6a227a7cfbee4a61a36938c3d77e4712#fdf0585c)
28812024-03-28T07:32:32.029Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
28822024-03-28T07:32:32.355Z Documenting num-derive v0.4.0
28832024-03-28T07:32:32.908Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
28842024-03-28T07:32:33.866Z Documenting zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
28852024-03-28T07:32:34.275Z Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
28862024-03-28T07:32:35.336Z Documenting opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
28872024-03-28T07:32:36.933Z Documenting memmap v0.7.0
28882024-03-28T07:32:37.673Z Documenting bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fdf0585c6a227a7cfbee4a61a36938c3d77e4712#fdf0585c)
28892024-03-28T07:32:38.302Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
28902024-03-28T07:32:38.401Z Documenting crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=16f16478f4af1502b25ddcd79d307b3f116f13f6#16f16478)
28912024-03-28T07:32:39.683Z Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
28922024-03-28T07:32:40.073Z Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
28932024-03-28T07:32:40.593Z Documenting password-hash v0.5.0
28942024-03-28T07:32:41.711Z Documenting opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
28952024-03-28T07:32:42.471Z Documenting usdt v0.5.0
28962024-03-28T07:32:43.069Z Documenting blake2 v0.10.6
28972024-03-28T07:32:44.410Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
28982024-03-28T07:32:45.263Z Documenting linked-hash-map v0.5.6
28992024-03-28T07:32:45.403Z Documenting humantime v2.1.0
29002024-03-28T07:32:45.556Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
29012024-03-28T07:32:48.360Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
29022024-03-28T07:32:48.510Z Documenting oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
29032024-03-28T07:32:48.927Z Documenting argon2 v0.5.3
29042024-03-28T07:32:49.162Z Documenting itertools v0.12.1
29052024-03-28T07:32:50.053Z Documenting lru-cache v0.1.2
29062024-03-28T07:32:50.269Z Documenting derive-where v1.2.7
29072024-03-28T07:32:50.813Z Documenting arc-swap v1.6.0
29082024-03-28T07:32:51.290Z Documenting newtype_derive v0.1.6
29092024-03-28T07:32:52.504Z Documenting swrite v0.1.0
29102024-03-28T07:32:54.939Z Documenting quick-error v1.2.3
29112024-03-28T07:32:55.197Z Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
29122024-03-28T07:32:55.519Z Documenting opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
29132024-03-28T07:32:55.791Z Documenting slog-scope v4.4.0
29142024-03-28T07:32:56.071Z Documenting steno v0.4.0
29152024-03-28T07:32:56.380Z Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
29162024-03-28T07:32:57.288Z Documenting proc-macro-error-attr v1.0.4
29172024-03-28T07:32:57.485Z Checking proc-macro-error v1.0.4
29182024-03-28T07:32:58.411Z Documenting xattr v1.0.1
29192024-03-28T07:32:59.727Z Documenting resolv-conf v0.7.0
29202024-03-28T07:33:00.787Z Documenting slog-stdlog v4.1.1
29212024-03-28T07:33:02.285Z Documenting filetime v0.2.23
29222024-03-28T07:33:02.437Z Documenting proc-macro-error v1.0.4
29232024-03-28T07:33:02.756Z Documenting tap v1.0.1
29242024-03-28T07:33:03.714Z Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
29252024-03-28T07:33:04.834Z Documenting trust-dns-resolver v0.22.0
29262024-03-28T07:33:05.244Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
29272024-03-28T07:33:05.677Z Documenting slog-envlogger v2.2.0
29282024-03-28T07:33:05.774Z Documenting wyz v0.5.1
29292024-03-28T07:33:06.480Z Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
29302024-03-28T07:33:07.263Z Documenting tar v0.4.40
29312024-03-28T07:33:07.278Z Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
29322024-03-28T07:33:08.097Z Documenting radium v0.7.0
29332024-03-28T07:33:08.989Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
29342024-03-28T07:33:09.664Z Documenting nibble_vec v0.1.0
29352024-03-28T07:33:11.350Z Documenting funty v2.0.0
29362024-03-28T07:33:12.181Z Documenting endian-type v0.1.2
29372024-03-28T07:33:12.549Z Documenting crc-catalog v2.2.0
29382024-03-28T07:33:13.488Z Documenting cancel-safe-futures v0.1.5
29392024-03-28T07:33:14.335Z Documenting num-rational v0.4.1
29402024-03-28T07:33:15.005Z Documenting bitvec v1.0.1
29412024-03-28T07:33:15.628Z Documenting crc v3.0.1
29422024-03-28T07:33:15.647Z Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
29432024-03-28T07:33:16.990Z Documenting radix_trie v0.2.1
29442024-03-28T07:33:18.895Z Documenting num-complex v0.4.4
29452024-03-28T07:33:19.417Z Documenting packed_struct_codegen v0.10.1
29462024-03-28T07:33:19.587Z Documenting same-file v1.0.6
29472024-03-28T07:33:20.239Z Documenting nodrop v0.1.14
29482024-03-28T07:33:20.838Z Documenting num-bigint-dig v0.8.4
29492024-03-28T07:33:22.078Z Documenting pkcs1 v0.7.5
29502024-03-28T07:33:22.204Z Documenting is-terminal v0.4.9
29512024-03-28T07:33:23.347Z Documenting array-init v0.0.4
29522024-03-28T07:33:23.979Z Documenting num v0.4.1
29532024-03-28T07:33:24.290Z Documenting walkdir v2.4.0
29542024-03-28T07:33:24.877Z Documenting packed_struct v0.10.1
29552024-03-28T07:33:26.680Z Documenting signature v2.1.0
29562024-03-28T07:33:27.238Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
29572024-03-28T07:33:27.463Z Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
29582024-03-28T07:33:27.818Z Documenting bitfield v0.14.0
29592024-03-28T07:33:28.579Z Documenting termcolor v1.2.0
29602024-03-28T07:33:29.063Z Documenting serde-hex v0.1.0
29612024-03-28T07:33:30.592Z Documenting tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
29622024-03-28T07:33:30.895Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
29632024-03-28T07:33:31.377Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
29642024-03-28T07:33:31.660Z Documenting x509-cert v0.2.4
29652024-03-28T07:33:31.734Z Documenting rsa v0.9.2
29662024-03-28T07:33:32.622Z Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
29672024-03-28T07:33:33.554Z Documenting env_logger v0.10.0
29682024-03-28T07:33:34.151Z Documenting lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
29692024-03-28T07:33:35.010Z Documenting libsw v3.3.1
29702024-03-28T07:33:35.520Z Documenting ron v0.8.1
29712024-03-28T07:33:37.377Z Documenting half v2.3.1
29722024-03-28T07:33:37.831Z Documenting pem v3.0.2
29732024-03-28T07:33:38.482Z Documenting ciborium-io v0.2.2
29742024-03-28T07:33:39.368Z Documenting linear-map v1.2.0
29752024-03-28T07:33:40.396Z Documenting crc-any v2.4.3
29762024-03-28T07:33:40.957Z Documenting owo-colors v4.0.0
29772024-03-28T07:33:41.189Z Documenting display-error-chain v0.2.0
29782024-03-28T07:33:41.717Z Documenting tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
29792024-03-28T07:33:42.837Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
29802024-03-28T07:33:43.332Z Documenting ciborium-ll v0.2.2
29812024-03-28T07:33:43.620Z Documenting lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
29822024-03-28T07:33:44.333Z Documenting slog-dtrace v0.3.0
29832024-03-28T07:33:45.948Z Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
29842024-03-28T07:33:46.114Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
29852024-03-28T07:33:46.477Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
29862024-03-28T07:33:46.493Z Documenting path-slash v0.1.5
29872024-03-28T07:33:46.846Z Documenting internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
29882024-03-28T07:33:47.563Z Documenting fxhash v0.2.1
29892024-03-28T07:33:48.189Z Documenting ciborium v0.2.2
29902024-03-28T07:33:51.373Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
29912024-03-28T07:33:52.933Z Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
29922024-03-28T07:33:53.371Z Documenting hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84)
29932024-03-28T07:33:53.914Z Checking darling_core v0.14.4
29942024-03-28T07:33:55.676Z Documenting headers-core v0.2.0
29952024-03-28T07:33:57.301Z Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
29962024-03-28T07:33:58.164Z Documenting vte_generate_state_changes v0.1.1
29972024-03-28T07:34:01.784Z Documenting convert_case v0.4.0
29982024-03-28T07:34:01.918Z Checking convert_case v0.4.0
29992024-03-28T07:34:02.141Z Documenting headers v0.3.9
30002024-03-28T07:34:03.108Z Documenting vte v0.11.1
30012024-03-28T07:34:06.192Z Checking darling v0.14.4
30022024-03-28T07:34:06.310Z Documenting buf-list v1.0.3
30032024-03-28T07:34:06.581Z Documenting derive_more v0.99.17
30042024-03-28T07:34:07.729Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
30052024-03-28T07:34:07.958Z Documenting bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
30062024-03-28T07:34:07.984Z Documenting viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
30072024-03-28T07:34:08.078Z Checking heck v0.3.3
30082024-03-28T07:34:08.247Z Documenting bitstruct_derive v0.1.0
30092024-03-28T07:34:08.770Z Documenting pin-project-internal v1.1.3
30102024-03-28T07:34:12.526Z Documenting ascii v1.1.0
30112024-03-28T07:34:12.866Z Documenting viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
30122024-03-28T07:34:13.367Z Documenting bitstruct v0.1.1
30132024-03-28T07:34:13.831Z Documenting bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
30142024-03-28T07:34:14.013Z Documenting structopt-derive v0.4.18
30152024-03-28T07:34:15.004Z Documenting pin-project v1.1.3
30162024-03-28T07:34:16.081Z Documenting rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c)
30172024-03-28T07:34:16.340Z Documenting strip-ansi-escapes v0.2.0
30182024-03-28T07:34:18.057Z Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
30192024-03-28T07:34:18.401Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
30202024-03-28T07:34:18.609Z Documenting doc-comment v0.3.3
30212024-03-28T07:34:19.308Z Documenting dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
30222024-03-28T07:34:19.742Z Documenting crossbeam-deque v0.8.3
30232024-03-28T07:34:20.060Z Documenting propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
30242024-03-28T07:34:21.295Z Documenting serde_arrays v0.1.0
30252024-03-28T07:34:22.300Z Documenting erased-serde v0.3.31
30262024-03-28T07:34:22.514Z Documenting snafu-derive v0.7.5
30272024-03-28T07:34:24.114Z Documenting nu-ansi-term v0.50.0
30282024-03-28T07:34:24.594Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
30292024-03-28T07:34:24.906Z Documenting rayon-core v1.12.1
30302024-03-28T07:34:25.659Z Documenting structopt v0.3.26
30312024-03-28T07:34:25.818Z Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
30322024-03-28T07:34:28.011Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
30332024-03-28T07:34:28.014Z Documenting propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
30342024-03-28T07:34:28.746Z Checking derive_builder_core v0.12.0
30352024-03-28T07:34:29.145Z Documenting reedline v0.30.0
30362024-03-28T07:34:29.606Z Documenting derive_builder_core v0.12.0
30372024-03-28T07:34:30.231Z Documenting snafu v0.7.5
30382024-03-28T07:34:30.947Z Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
30392024-03-28T07:34:35.426Z Documenting libefi-sys v0.1.0
30402024-03-28T07:34:36.242Z Documenting trust-dns-client v0.22.0
30412024-03-28T07:34:37.466Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
30422024-03-28T07:34:39.588Z Documenting illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
30432024-03-28T07:34:39.964Z Documenting globset v0.4.13
30442024-03-28T07:34:40.770Z Documenting olpc-cjson v0.1.3
30452024-03-28T07:34:40.883Z Documenting serde_plain v1.0.2
30462024-03-28T07:34:43.291Z Documenting ref-cast-impl v1.0.20
30472024-03-28T07:34:43.862Z Documenting async-recursion v1.0.5
30482024-03-28T07:34:45.243Z Documenting bytecount v0.6.3
30492024-03-28T07:34:45.249Z Documenting utf-8 v0.7.6
30502024-03-28T07:34:45.277Z Documenting keccak v0.1.4
30512024-03-28T07:34:46.048Z Documenting libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81)
30522024-03-28T07:34:46.219Z Documenting typed-path v0.7.0
30532024-03-28T07:34:48.213Z Documenting papergrid v0.11.0
30542024-03-28T07:34:48.360Z Documenting sha3 v0.10.8
30552024-03-28T07:34:48.595Z Documenting ref-cast v1.0.20
30562024-03-28T07:34:49.660Z Documenting trust-dns-server v0.22.1
30572024-03-28T07:34:50.161Z Documenting tungstenite v0.21.0
30582024-03-28T07:34:51.073Z Documenting libnvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81)
30592024-03-28T07:34:51.604Z Documenting tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802)
30602024-03-28T07:34:52.691Z Documenting tough v0.16.0
30612024-03-28T07:34:53.663Z Documenting cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
30622024-03-28T07:34:54.097Z Documenting libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
30632024-03-28T07:34:55.430Z Documenting derive_builder_macro v0.12.0
30642024-03-28T07:34:56.692Z Documenting rayon v1.9.0
30652024-03-28T07:34:57.656Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30662024-03-28T07:34:58.914Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
30672024-03-28T07:34:59.418Z Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
30682024-03-28T07:34:59.452Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
30692024-03-28T07:35:00.062Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
30702024-03-28T07:35:00.607Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
30712024-03-28T07:35:00.636Z Documenting sled v0.34.7
30722024-03-28T07:35:00.875Z Documenting fs-err v2.11.0
30732024-03-28T07:35:01.401Z Documenting unicase v2.7.0
30742024-03-28T07:35:02.670Z Documenting tabled_derive v0.7.0
30752024-03-28T07:35:05.277Z Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
30762024-03-28T07:35:05.483Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
30772024-03-28T07:35:05.786Z Documenting fd-lock v4.0.2
30782024-03-28T07:35:05.837Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
30792024-03-28T07:35:06.169Z Documenting nix v0.27.1
30802024-03-28T07:35:06.838Z Documenting secrecy v0.8.0
30812024-03-28T07:35:07.828Z Documenting gethostname v0.4.3
30822024-03-28T07:35:08.019Z Documenting rustversion v1.0.14
30832024-03-28T07:35:08.128Z Documenting sqlparser_derive v0.2.2
30842024-03-28T07:35:10.847Z Documenting home v0.5.5
30852024-03-28T07:35:11.232Z Documenting parse-size v1.0.0
30862024-03-28T07:35:12.228Z Documenting unicode_categories v0.1.1
30872024-03-28T07:35:13.075Z Documenting castaway v0.2.2
30882024-03-28T07:35:13.144Z Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
30892024-03-28T07:35:13.360Z Documenting sqlparser v0.43.1
30902024-03-28T07:35:14.350Z Documenting tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
30912024-03-28T07:35:15.913Z Documenting rustyline v13.0.0
30922024-03-28T07:35:17.867Z Documenting sqlformat v0.2.3
30932024-03-28T07:35:17.890Z Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
30942024-03-28T07:35:19.286Z Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
30952024-03-28T07:35:22.171Z Documenting tabled v0.15.0
30962024-03-28T07:35:22.666Z Documenting mime_guess v2.0.4
30972024-03-28T07:35:32.214Z Documenting derive_builder v0.12.0
30982024-03-28T07:35:32.531Z Documenting propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
30992024-03-28T07:35:32.572Z Documenting tokio-tungstenite v0.21.0
31002024-03-28T07:35:32.572Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
31012024-03-28T07:35:32.572Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
31022024-03-28T07:35:32.572Z Documenting zone v0.1.8
31032024-03-28T07:35:34.018Z Documenting dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
31042024-03-28T07:35:34.787Z Documenting libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#d44d9e08)
31052024-03-28T07:35:36.072Z Documenting polar-core v0.27.0
31062024-03-28T07:35:36.163Z Documenting libxml v0.3.3
31072024-03-28T07:35:36.457Z Documenting propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
31082024-03-28T07:35:36.516Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
31092024-03-28T07:35:36.790Z Documenting ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=de065a84831e66c829603d9a098e237e8f5faaa1#de065a84)
31102024-03-28T07:35:41.662Z Documenting bb8 v0.8.3
31112024-03-28T07:35:42.138Z Documenting portpicker v0.1.1
31122024-03-28T07:35:44.569Z Documenting universal-hash v0.5.1
31132024-03-28T07:35:46.649Z Documenting quick-xml v0.30.0
31142024-03-28T07:35:47.195Z Documenting bcs v0.1.6
31152024-03-28T07:35:47.996Z Documenting kstat-rs v0.2.3
31162024-03-28T07:35:48.057Z Documenting impl-trait-for-tuples v0.2.2
31172024-03-28T07:35:48.417Z Documenting oso-derive v0.27.0
31182024-03-28T07:35:50.873Z Documenting thiserror-impl-no-std v2.0.2
31192024-03-28T07:36:00.010Z Documenting curve25519-dalek-derive v0.1.0
31202024-03-28T07:36:00.151Z Documenting highway v1.1.0
31212024-03-28T07:36:00.362Z Documenting opaque-debug v0.3.0
31222024-03-28T07:36:00.390Z Documenting maplit v1.0.2
31232024-03-28T07:36:00.901Z Documenting samael v0.0.14 (https://github.com/oxidecomputer/samael?branch=oxide/omicron#9e609a8f)
31242024-03-28T07:36:00.918Z Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
31252024-03-28T07:36:01.091Z Documenting thiserror-no-std v2.0.2
31262024-03-28T07:36:03.706Z Documenting poly1305 v0.8.0
31272024-03-28T07:36:04.737Z Documenting libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1)
31282024-03-28T07:36:05.316Z Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
31292024-03-28T07:36:05.410Z Documenting oso v0.27.0
31302024-03-28T07:36:05.652Z Documenting curve25519-dalek v4.1.1
31312024-03-28T07:36:09.627Z Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
31322024-03-28T07:36:12.106Z Documenting async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef)
31332024-03-28T07:36:12.455Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
31342024-03-28T07:36:12.906Z Documenting compact_str v0.7.1
31352024-03-28T07:36:13.334Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
31362024-03-28T07:36:14.695Z Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
31372024-03-28T07:36:17.655Z Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
31382024-03-28T07:36:19.386Z Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
31392024-03-28T07:36:20.140Z Documenting portable-atomic v1.4.3
31402024-03-28T07:36:21.499Z Documenting ed25519 v1.5.3
31412024-03-28T07:36:23.019Z Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
31422024-03-28T07:36:24.505Z Documenting cookie v0.18.0
31432024-03-28T07:36:24.788Z Documenting diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#62ef5ca0)
31442024-03-28T07:36:24.827Z Documenting memoffset v0.7.1
31452024-03-28T07:36:25.452Z Documenting rcgen v0.12.1
31462024-03-28T07:36:27.922Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
31472024-03-28T07:36:30.317Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
31482024-03-28T07:36:30.598Z Documenting propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fdf0585c6a227a7cfbee4a61a36938c3d77e4712#fdf0585c)
31492024-03-28T07:36:31.122Z Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
31502024-03-28T07:36:31.844Z Documenting crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=16f16478f4af1502b25ddcd79d307b3f116f13f6#16f16478)
31512024-03-28T07:36:33.214Z Documenting atomicwrites v0.4.3
31522024-03-28T07:36:34.146Z Documenting chacha20 v0.9.1
31532024-03-28T07:36:34.633Z Documenting lru v0.12.1
31542024-03-28T07:36:38.248Z Documenting aead v0.5.2
31552024-03-28T07:36:38.309Z Documenting nanorand v0.7.0
31562024-03-28T07:36:38.630Z Documenting subprocess v0.2.9
31572024-03-28T07:36:40.840Z Documenting stability v0.1.1
31582024-03-28T07:36:42.733Z Documenting glob v0.3.1
31592024-03-28T07:36:43.648Z Documenting cassowary v0.3.0
31602024-03-28T07:36:44.192Z Documenting number_prefix v0.4.0
31612024-03-28T07:36:45.116Z Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
31622024-03-28T07:36:46.809Z Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
31632024-03-28T07:36:54.202Z Documenting flume v0.11.0
31642024-03-28T07:36:54.214Z Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
31652024-03-28T07:36:54.489Z Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
31662024-03-28T07:36:54.512Z Documenting chacha20poly1305 v0.10.1
31672024-03-28T07:36:54.804Z Documenting ratatui v0.26.1
31682024-03-28T07:36:55.430Z Documenting indicatif v0.17.8
31692024-03-28T07:36:57.026Z Documenting nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d)
31702024-03-28T07:37:00.181Z Documenting salty v0.2.0
31712024-03-28T07:37:09.920Z Documenting vsss-rs v3.3.4
31722024-03-28T07:37:10.260Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
31732024-03-28T07:37:10.725Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
31742024-03-28T07:37:11.038Z Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
31752024-03-28T07:37:11.196Z Documenting hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a)
31762024-03-28T07:37:11.570Z Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
31772024-03-28T07:37:11.754Z Documenting tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
31782024-03-28T07:37:11.839Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
31792024-03-28T07:37:12.139Z Documenting serde-big-array v0.5.1
31802024-03-28T07:37:13.219Z Documenting rtoolbox v0.0.1
31812024-03-28T07:37:15.980Z Documenting smawk v0.3.1
31822024-03-28T07:37:16.258Z Documenting is_ci v1.2.0
31832024-03-28T07:37:16.709Z Documenting unicode-linebreak v0.1.5
31842024-03-28T07:37:17.609Z Documenting http-range v0.1.5
31852024-03-28T07:37:18.450Z Documenting rpassword v7.3.1
31862024-03-28T07:37:20.367Z Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31872024-03-28T07:37:20.687Z Documenting textwrap v0.16.1
31882024-03-28T07:37:21.278Z Documenting supports-color v3.0.0
31892024-03-28T07:37:22.599Z Documenting hyper-staticfile v0.9.5
31902024-03-28T07:37:23.456Z Documenting gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
31912024-03-28T07:37:25.152Z Documenting sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef)
31922024-03-28T07:37:25.745Z Documenting tui-tree-widget v0.17.0
31932024-03-28T07:37:26.015Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
31942024-03-28T07:37:27.535Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
31952024-03-28T07:37:28.393Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
31962024-03-28T07:37:33.280Z Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
31972024-03-28T07:37:33.338Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
31982024-03-28T07:37:33.339Z Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
31992024-03-28T07:37:33.339Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
32002024-03-28T07:37:33.340Z Documenting signal-hook-tokio v0.3.1
32012024-03-28T07:37:33.340Z Documenting rand_seeder v0.2.3
32022024-03-28T07:37:33.559Z Documenting memmap2 v0.7.1
32032024-03-28T07:37:37.509Z Documenting arrayvec v0.7.4
32042024-03-28T07:37:37.639Z Documenting shell-words v1.1.0
32052024-03-28T07:37:38.308Z Documenting corncobs v0.1.3
32062024-03-28T07:37:38.612Z Documenting arrayref v0.3.7
32072024-03-28T07:37:39.378Zwarning: unresolved link to `test_sled_transitions`
32082024-03-28T07:37:39.378Z --> nexus/db-queries/src/db/datastore/sled.rs:536:11
32092024-03-28T07:37:39.378Z |
32102024-03-28T07:37:39.378Z536 | /// [`test_sled_transitions`].
32112024-03-28T07:37:39.378Z | ^^^^^^^^^^^^^^^^^^^^^ no item named `test_sled_transitions` in scope
32122024-03-28T07:37:39.378Z |
32132024-03-28T07:37:39.378Z = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
32142024-03-28T07:37:39.378Z = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default
32152024-03-28T07:37:39.378Z
32162024-03-28T07:37:39.384Zwarning: unresolved link to `test_sled_transitions`
32172024-03-28T07:37:39.384Z --> nexus/db-queries/src/db/datastore/sled.rs:572:11
32182024-03-28T07:37:39.384Z |
32192024-03-28T07:37:39.384Z572 | /// [`test_sled_transitions`].
32202024-03-28T07:37:39.384Z | ^^^^^^^^^^^^^^^^^^^^^ no item named `test_sled_transitions` in scope
32212024-03-28T07:37:39.384Z |
32222024-03-28T07:37:39.384Z = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
32232024-03-28T07:37:39.384Z
32242024-03-28T07:37:39.384Zwarning: unresolved link to `DataStore::update_tuf_repo_description_insert`
32252024-03-28T07:37:39.384Z --> nexus/db-queries/src/db/datastore/update.rs:28:27
32262024-03-28T07:37:39.384Z |
32272024-03-28T07:37:39.384Z28 | /// The return value of [`DataStore::update_tuf_repo_description_insert`].
32282024-03-28T07:37:39.384Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the struct `DataStore` has no field or associated item named `update_tuf_repo_description_insert`
32292024-03-28T07:37:39.384Z
32302024-03-28T07:37:40.857Z Documenting constant_time_eq v0.3.0
32312024-03-28T07:37:42.448Z Documenting sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef)
32322024-03-28T07:37:42.688Z Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
32332024-03-28T07:37:42.906Z Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
32342024-03-28T07:37:43.680Z Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
32352024-03-28T07:37:44.090Z Documenting blake3 v1.5.0
32362024-03-28T07:37:47.486Z Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
32372024-03-28T07:37:48.105Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
32382024-03-28T07:37:49.036Z Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
32392024-03-28T07:37:49.905Z Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
32402024-03-28T07:37:57.666Zwarning: `nexus-db-queries` (lib doc) generated 3 warnings
32412024-03-28T07:37:57.670Z Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
32422024-03-28T07:38:04.297Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
32432024-03-28T07:38:05.592Z Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
32442024-03-28T07:38:08.268Z Documenting crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=16f16478f4af1502b25ddcd79d307b3f116f13f6#16f16478)
32452024-03-28T07:38:08.306Zwarning: unclosed HTML tag `usize`
32462024-03-28T07:38:08.306Z --> wicket/src/ui/panes/update.rs:153:19
32472024-03-28T07:38:08.306Z |
32482024-03-28T07:38:08.306Z153 | /// TODO: The <usize> generic parameter is carried over from earlier versions
32492024-03-28T07:38:08.306Z | ^^^^^^^
32502024-03-28T07:38:08.306Z |
32512024-03-28T07:38:08.306Z = note: `#[warn(rustdoc::invalid_html_tags)]` on by default
32522024-03-28T07:38:08.307Z
32532024-03-28T07:38:08.599Z Documenting fatfs v0.3.6
32542024-03-28T07:38:09.278Zwarning: `wicket` (lib doc) generated 1 warning
32552024-03-28T07:38:09.291Z Documenting topological-sort v0.2.2
32562024-03-28T07:38:09.718Z Documenting assert_matches v1.5.0
32572024-03-28T07:38:12.790Z Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
32582024-03-28T07:38:14.053Z Documenting omicron-zone-package v0.11.0
32592024-03-28T07:38:14.522Z Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
32602024-03-28T07:38:21.459Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
32612024-03-28T07:38:23.475Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
32622024-03-28T07:38:23.516Z Documenting installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd)
32632024-03-28T07:38:24.256Z Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
32642024-03-28T07:38:24.347Z Documenting installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client)
32652024-03-28T07:38:28.719Z Checking installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client)
32662024-03-28T07:38:29.692Z Checking installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd)
32672024-03-28T07:38:30.488Z Documenting termios v0.3.3
32682024-03-28T07:38:35.156Z Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
32692024-03-28T07:38:36.067Z Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
32702024-03-28T07:38:37.771Zwarning: unresolved link to `propolis_client::api::InstanceStateMonitorResponse`
32712024-03-28T07:38:37.771Z --> sled-agent/src/sim/instance.rs:46:7
32722024-03-28T07:38:37.771Z |
32732024-03-28T07:38:37.771Z46 | /// [`propolis_client::api::InstanceStateMonitorResponse`]. Transition requests
32742024-03-28T07:38:37.771Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `api` in module `propolis_client`
32752024-03-28T07:38:37.771Z |
32762024-03-28T07:38:37.771Z = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default
32772024-03-28T07:38:37.771Z
32782024-03-28T07:38:39.136Z Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
32792024-03-28T07:38:41.179Z Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
32802024-03-28T07:38:41.557Zwarning: `omicron-sled-agent` (lib doc) generated 1 warning
32812024-03-28T07:38:55.678Z Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
32822024-03-28T07:39:03.640Z Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
32832024-03-28T07:39:05.986Z Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
32842024-03-28T07:39:12.729Z Documenting tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
32852024-03-28T07:39:22.956Z Documenting caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util)
32862024-03-28T07:39:25.171Z Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli)
32872024-03-28T07:39:26.141Z Documenting zone-network-setup v0.1.0 (/work/oxidecomputer/omicron/zone-network-setup)
32882024-03-28T07:39:26.447Z Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
32892024-03-28T07:39:29.223Z Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
32902024-03-28T07:39:34.046Z Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
32912024-03-28T07:39:50.557Zwarning: unresolved link to `VolumeConstructionRequest`
32922024-03-28T07:39:50.557Z --> nexus/src/app/sagas/volume_delete.rs:338:7
32932024-03-28T07:39:50.557Z |
32942024-03-28T07:39:50.557Z338 | /// [`VolumeConstructionRequest`] is shown here):
32952024-03-28T07:39:50.557Z | ^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `VolumeConstructionRequest` in scope
32962024-03-28T07:39:50.557Z |
32972024-03-28T07:39:50.557Z = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
32982024-03-28T07:39:50.558Z = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default
32992024-03-28T07:39:50.558Z
33002024-03-28T07:39:50.561Zwarning: unresolved link to `fd00:1122:3344:101::5`
33012024-03-28T07:39:50.562Z --> nexus/src/app/sagas/volume_delete.rs:348:17
33022024-03-28T07:39:50.562Z |
33032024-03-28T07:39:50.562Z348 | /// "[fd00:1122:3344:101::5]:1000",
33042024-03-28T07:39:50.562Z | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:101` in scope
33052024-03-28T07:39:50.562Z
33062024-03-28T07:39:50.562Zwarning: unresolved link to `fd00:1122:3344:102::9`
33072024-03-28T07:39:50.562Z --> nexus/src/app/sagas/volume_delete.rs:349:17
33082024-03-28T07:39:50.562Z |
33092024-03-28T07:39:50.562Z349 | /// "[fd00:1122:3344:102::9]:1000",
33102024-03-28T07:39:50.562Z | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:102` in scope
33112024-03-28T07:39:50.562Z
33122024-03-28T07:39:50.562Zwarning: unresolved link to `fd00:1122:3344:103::2`
33132024-03-28T07:39:50.562Z --> nexus/src/app/sagas/volume_delete.rs:350:17
33142024-03-28T07:39:50.562Z |
33152024-03-28T07:39:50.562Z350 | /// "[fd00:1122:3344:103::2]:1000"
33162024-03-28T07:39:50.562Z | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:103` in scope
33172024-03-28T07:39:50.562Z
33182024-03-28T07:39:50.562Zwarning: unresolved link to `fd00:1122:3344:101::5`
33192024-03-28T07:39:50.562Z --> nexus/src/app/sagas/volume_delete.rs:369:17
33202024-03-28T07:39:50.562Z |
33212024-03-28T07:39:50.562Z369 | /// "[fd00:1122:3344:101::5]:1001", <-- port changed
33222024-03-28T07:39:50.563Z | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:101` in scope
33232024-03-28T07:39:50.563Z
33242024-03-28T07:39:50.563Zwarning: unresolved link to `fd00:1122:3344:102::9`
33252024-03-28T07:39:50.563Z --> nexus/src/app/sagas/volume_delete.rs:370:17
33262024-03-28T07:39:50.563Z |
33272024-03-28T07:39:50.563Z370 | /// "[fd00:1122:3344:102::9]:1001", <-- port changed
33282024-03-28T07:39:50.563Z | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:102` in scope
33292024-03-28T07:39:50.563Z
33302024-03-28T07:39:50.563Zwarning: unresolved link to `fd00:1122:3344:103::2`
33312024-03-28T07:39:50.563Z --> nexus/src/app/sagas/volume_delete.rs:371:17
33322024-03-28T07:39:50.563Z |
33332024-03-28T07:39:50.563Z371 | /// "[fd00:1122:3344:103::2]:1001" <-- port changed
33342024-03-28T07:39:50.563Z | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:103` in scope
33352024-03-28T07:39:50.563Z
33362024-03-28T07:39:53.694Zwarning: `omicron-nexus` (lib doc) generated 7 warnings
33372024-03-28T07:40:09.838Z Finished dev [unoptimized + debuginfo] target(s) in 12m 24s
33382024-03-28T07:40:09.913Z Generated /work/oxidecomputer/omicron/target/doc/authz_macros/index.html
33392024-03-28T07:40:09.913Z Generated /work/oxidecomputer/omicron/target/doc/bootstore/index.html
33402024-03-28T07:40:09.914Z Generated /work/oxidecomputer/omicron/target/doc/bootstrap_agent_client/index.html
33412024-03-28T07:40:09.914Z Generated /work/oxidecomputer/omicron/target/doc/caboose_util/index.html
33422024-03-28T07:40:09.914Z Generated /work/oxidecomputer/omicron/target/doc/crdb_seed/index.html
33432024-03-28T07:40:09.914Z Generated /work/oxidecomputer/omicron/target/doc/db_macros/index.html
33442024-03-28T07:40:09.914Z Generated /work/oxidecomputer/omicron/target/doc/dns_server/index.html
33452024-03-28T07:40:09.934Z Generated /work/oxidecomputer/omicron/target/doc/apigen/index.html
33462024-03-28T07:40:09.934Z Generated /work/oxidecomputer/omicron/target/doc/dns_db_dump/index.html
33472024-03-28T07:40:09.934Z Generated /work/oxidecomputer/omicron/target/doc/dnsadm/index.html
33482024-03-28T07:40:09.935Z Generated /work/oxidecomputer/omicron/target/doc/dns_service_client/index.html
33492024-03-28T07:40:09.935Z Generated /work/oxidecomputer/omicron/target/doc/dpd_client/index.html
33502024-03-28T07:40:09.935Z Generated /work/oxidecomputer/omicron/target/doc/gateway_cli/index.html
33512024-03-28T07:40:09.935Z Generated /work/oxidecomputer/omicron/target/doc/gateway_client/index.html
33522024-03-28T07:40:09.935Z Generated /work/oxidecomputer/omicron/target/doc/gateway_test_utils/index.html
33532024-03-28T07:40:09.936Z Generated /work/oxidecomputer/omicron/target/doc/illumos_utils/index.html
33542024-03-28T07:40:09.936Z Generated /work/oxidecomputer/omicron/target/doc/installinator/index.html
33552024-03-28T07:40:09.936Z Generated /work/oxidecomputer/omicron/target/doc/installinator_artifact_client/index.html
33562024-03-28T07:40:09.936Z Generated /work/oxidecomputer/omicron/target/doc/installinator_artifactd/index.html
33572024-03-28T07:40:09.936Z Generated /work/oxidecomputer/omicron/target/doc/installinator_common/index.html
33582024-03-28T07:40:09.936Z Generated /work/oxidecomputer/omicron/target/doc/internal_dns/index.html
33592024-03-28T07:40:09.936Z Generated /work/oxidecomputer/omicron/target/doc/dnswait/index.html
33602024-03-28T07:40:09.937Z Generated /work/oxidecomputer/omicron/target/doc/ipcc/index.html
33612024-03-28T07:40:09.937Z Generated /work/oxidecomputer/omicron/target/doc/key_manager/index.html
33622024-03-28T07:40:09.937Z Generated /work/oxidecomputer/omicron/target/doc/nexus_client/index.html
33632024-03-28T07:40:09.937Z Generated /work/oxidecomputer/omicron/target/doc/nexus_config/index.html
33642024-03-28T07:40:09.938Z Generated /work/oxidecomputer/omicron/target/doc/nexus_db_model/index.html
33652024-03-28T07:40:09.938Z Generated /work/oxidecomputer/omicron/target/doc/nexus_db_queries/index.html
33662024-03-28T07:40:09.938Z Generated /work/oxidecomputer/omicron/target/doc/nexus_defaults/index.html
33672024-03-28T07:40:09.938Z Generated /work/oxidecomputer/omicron/target/doc/nexus_inventory/index.html
33682024-03-28T07:40:09.938Z Generated /work/oxidecomputer/omicron/target/doc/nexus_macros_common/index.html
33692024-03-28T07:40:09.939Z Generated /work/oxidecomputer/omicron/target/doc/nexus_networking/index.html
33702024-03-28T07:40:09.939Z Generated /work/oxidecomputer/omicron/target/doc/nexus_reconfigurator_execution/index.html
33712024-03-28T07:40:09.939Z Generated /work/oxidecomputer/omicron/target/doc/nexus_reconfigurator_planning/index.html
33722024-03-28T07:40:09.939Z Generated /work/oxidecomputer/omicron/target/doc/nexus_reconfigurator_preparation/index.html
33732024-03-28T07:40:09.939Z Generated /work/oxidecomputer/omicron/target/doc/nexus_types/index.html
33742024-03-28T07:40:09.940Z Generated /work/oxidecomputer/omicron/target/doc/omicron_certificates/index.html
33752024-03-28T07:40:09.940Z Generated /work/oxidecomputer/omicron/target/doc/omicron_common/index.html
33762024-03-28T07:40:09.940Z Generated /work/oxidecomputer/omicron/target/doc/omicron_ddm_admin_client/index.html
33772024-03-28T07:40:09.940Z Generated /work/oxidecomputer/omicron/target/doc/omicron_gateway/index.html
33782024-03-28T07:40:09.940Z Generated /work/oxidecomputer/omicron/target/doc/omicron_nexus/index.html
33792024-03-28T07:40:09.941Z Generated /work/oxidecomputer/omicron/target/doc/schema_updater/index.html
33802024-03-28T07:40:09.941Z Generated /work/oxidecomputer/omicron/target/doc/omicron_package/index.html
33812024-03-28T07:40:09.941Z Generated /work/oxidecomputer/omicron/target/doc/omicron_passwords/index.html
33822024-03-28T07:40:09.941Z Generated /work/oxidecomputer/omicron/target/doc/omicron_rpaths/index.html
33832024-03-28T07:40:09.942Z Generated /work/oxidecomputer/omicron/target/doc/omicron_sled_agent/index.html
33842024-03-28T07:40:09.942Z Generated /work/oxidecomputer/omicron/target/doc/services_ledger_check_migrate/index.html
33852024-03-28T07:40:09.942Z Generated /work/oxidecomputer/omicron/target/doc/zone_bundle/index.html
33862024-03-28T07:40:09.942Z Generated /work/oxidecomputer/omicron/target/doc/omicron_test_utils/index.html
33872024-03-28T07:40:09.942Z Generated /work/oxidecomputer/omicron/target/doc/falcon_runner/index.html
33882024-03-28T07:40:09.942Z Generated /work/oxidecomputer/omicron/target/doc/falcon_runner_cli/index.html
33892024-03-28T07:40:09.943Z Generated /work/oxidecomputer/omicron/target/doc/omicron_uuid_kinds/index.html
33902024-03-28T07:40:09.943Z Generated /work/oxidecomputer/omicron/target/doc/oxide_client/index.html
33912024-03-28T07:40:09.943Z Generated /work/oxidecomputer/omicron/target/doc/oximeter/index.html
33922024-03-28T07:40:09.943Z Generated /work/oxidecomputer/omicron/target/doc/oximeter_client/index.html
33932024-03-28T07:40:09.943Z Generated /work/oxidecomputer/omicron/target/doc/oximeter_collector/index.html
33942024-03-28T07:40:09.943Z Generated /work/oxidecomputer/omicron/target/doc/clickhouse_schema_updater/index.html
33952024-03-28T07:40:09.944Z Generated /work/oxidecomputer/omicron/target/doc/oximeter/index.html
33962024-03-28T07:40:09.944Z Generated /work/oxidecomputer/omicron/target/doc/oximeter_db/index.html
33972024-03-28T07:40:09.944Z Generated /work/oxidecomputer/omicron/target/doc/oximeter_instruments/index.html
33982024-03-28T07:40:09.944Z Generated /work/oxidecomputer/omicron/target/doc/oximeter_macro_impl/index.html
33992024-03-28T07:40:09.944Z Generated /work/oxidecomputer/omicron/target/doc/oximeter_producer/index.html
34002024-03-28T07:40:09.945Z Generated /work/oxidecomputer/omicron/target/doc/oxlog/index.html
34012024-03-28T07:40:09.945Z Generated /work/oxidecomputer/omicron/target/doc/sled_agent_client/index.html
34022024-03-28T07:40:09.945Z Generated /work/oxidecomputer/omicron/target/doc/sled_hardware/index.html
34032024-03-28T07:40:09.945Z Generated /work/oxidecomputer/omicron/target/doc/sled_hardware_types/index.html
34042024-03-28T07:40:09.946Z Generated /work/oxidecomputer/omicron/target/doc/sled_storage/index.html
34052024-03-28T07:40:09.946Z Generated /work/oxidecomputer/omicron/target/doc/sp_sim/index.html
34062024-03-28T07:40:09.946Z Generated /work/oxidecomputer/omicron/target/doc/tufaceous/index.html
34072024-03-28T07:40:09.946Z Generated /work/oxidecomputer/omicron/target/doc/tufaceous_lib/index.html
34082024-03-28T07:40:09.946Z Generated /work/oxidecomputer/omicron/target/doc/update_common/index.html
34092024-03-28T07:40:09.947Z Generated /work/oxidecomputer/omicron/target/doc/update_engine/index.html
34102024-03-28T07:40:09.947Z Generated /work/oxidecomputer/omicron/target/doc/wicket/index.html
34112024-03-28T07:40:09.947Z Generated /work/oxidecomputer/omicron/target/doc/wicket_common/index.html
34122024-03-28T07:40:09.947Z Generated /work/oxidecomputer/omicron/target/doc/wicket_dbg/index.html
34132024-03-28T07:40:09.947Z Generated /work/oxidecomputer/omicron/target/doc/wicket_dbg_server/index.html
34142024-03-28T07:40:09.947Z Generated /work/oxidecomputer/omicron/target/doc/wicketd/index.html
34152024-03-28T07:40:09.947Z Generated /work/oxidecomputer/omicron/target/doc/wicketd_client/index.html
34162024-03-28T07:40:09.948Z Generated /work/oxidecomputer/omicron/target/doc/zone_networking/index.html
34172024-03-28T07:40:09.961Z
34182024-03-28T07:40:09.961Zreal 12:24.298082484
34192024-03-28T07:40:09.961Zuser 33:04.854796435
34202024-03-28T07:40:09.961Zsys 54:38.334426923
34212024-03-28T07:40:09.961Ztrap 0.867091196
34222024-03-28T07:40:09.962Ztflt 0.441603252
34232024-03-28T07:40:09.962Zdflt 0.253220321
34242024-03-28T07:40:09.962Zkflt 0.000168974
34252024-03-28T07:40:09.962Zlock 3:24:26.600408239
34262024-03-28T07:40:09.963Zslp 3:27:39.106563598
34272024-03-28T07:40:09.963Zlat 4:16.202847206
34282024-03-28T07:40:09.963Zstop 1:41.821486870
34292024-03-28T07:40:09.963Zprocess exited: duration 1318790 ms, exit code 0
 
34302024-03-28T07:40:09.978Zfound 0 output files