01HDQ0ZPVJHNMRBW8BGKJ8KH1P: 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: 01HDQ10GHRGWCQQBKSY9TC9M1M

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12023-10-26T22:19:20.431Zjob assigned to worker 01HDQ10SHWTWCCPX8VN5V4SPY5 (queued for 1 m 59 s)
 
22023-10-26T22:19:20.993Zstarting task 0: "setup"
32023-10-26T22:19:21.250Z++ uname -s
42023-10-26T22:19:21.254Z+ kern=SunOS
52023-10-26T22:19:21.258Z+ case "$kern" in
62023-10-26T22:19:21.263Z+ groupadd -g 12345 build
72023-10-26T22:19:21.267Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82023-10-26T22:19:23.280Z+ zfs create -o mountpoint=/work rpool/work
92023-10-26T22:19:23.384Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102023-10-26T22:19:23.402Z+ home_fs=zfs
112023-10-26T22:19:23.423Z+ [[ zfs == autofs ]]
122023-10-26T22:19:23.433Z+ mkdir -p /home/build
132023-10-26T22:19:23.466Z+ chown build:build /home/build /work
142023-10-26T22:19:25.792Z+ chmod 0700 /home/build /work
152023-10-26T22:19:25.803Zprocess exited: duration 4380 ms, exit code 0
 
162023-10-26T22:19:25.826Zstarting task 1: "rust-toolchain"
172023-10-26T22:19:25.843Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
182023-10-26T22:19:25.854Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default
192023-10-26T22:19:26.022Zinfo: downloading installer
202023-10-26T22:19:29.436Zwarning: it looks like you have an existing installation of Rust at:
212023-10-26T22:19:29.445Zwarning: /opt/ooce/bin
222023-10-26T22:19:29.463Zwarning: It is recommended that rustup be the primary Rust installation.
232023-10-26T22:19:29.479Zwarning: Otherwise you may have confusion unless you are careful with your PATH
242023-10-26T22:19:29.486Zwarning: If you are sure that you want both rustup and your already installed Rust
252023-10-26T22:19:29.495Zwarning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
262023-10-26T22:19:29.503Zwarning: or pass `-y' to ignore all ignorable checks.
272023-10-26T22:19:29.515Zerror: cannot install while Rust is installed
282023-10-26T22:19:29.530Zwarning: continuing (because the -y flag is set and the error is ignorable)
292023-10-26T22:19:29.728Zinfo: profile set to 'default'
302023-10-26T22:19:29.732Zinfo: default host triple is x86_64-unknown-illumos
312023-10-26T22:19:29.739Zinfo: syncing channel updates for '1.72.1-x86_64-unknown-illumos'
322023-10-26T22:19:29.913Zinfo: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13)
332023-10-26T22:19:29.918Zinfo: downloading component 'cargo'
342023-10-26T22:19:30.846Zinfo: downloading component 'clippy'
352023-10-26T22:19:31.590Zinfo: downloading component 'rust-docs'
362023-10-26T22:19:32.343Zinfo: downloading component 'rust-std'
372023-10-26T22:19:34.455Zinfo: downloading component 'rustc'
382023-10-26T22:19:39.762Zinfo: downloading component 'rustfmt'
392023-10-26T22:19:40.123Zinfo: installing component 'cargo'
402023-10-26T22:19:41.985Zinfo: installing component 'clippy'
412023-10-26T22:19:42.810Zinfo: installing component 'rust-docs'
422023-10-26T22:19:45.659Zinfo: installing component 'rust-std'
432023-10-26T22:19:49.407Zinfo: installing component 'rustc'
442023-10-26T22:19:59.170Zinfo: installing component 'rustfmt'
452023-10-26T22:19:59.637Zinfo: default toolchain set to '1.72.1-x86_64-unknown-illumos'
462023-10-26T22:19:59.641Z
472023-10-26T22:19:59.849Z 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13)
482023-10-26T22:19:59.853Z
492023-10-26T22:19:59.856Z
502023-10-26T22:19:59.860ZRust is installed now. Great!
512023-10-26T22:19:59.863Z
522023-10-26T22:19:59.867ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
532023-10-26T22:19:59.870Zenvironment variable. This has not been done automatically.
542023-10-26T22:19:59.873Z
552023-10-26T22:19:59.877ZTo configure your current shell, run:
562023-10-26T22:19:59.881Zsource "$HOME/.cargo/env"
572023-10-26T22:20:00.350Z+ rustc --version
582023-10-26T22:20:00.354Zrustc 1.72.1 (d5c2e9c34 2023-09-13)
592023-10-26T22:20:00.357Zprocess exited: duration 34224 ms, exit code 0
 
602023-10-26T22:20:00.374Zstarting task 2: "authentication"
612023-10-26T22:20:00.435Zprocess exited: duration 33 ms, exit code 0
 
622023-10-26T22:20:00.445Zstarting task 3: "clone repository"
632023-10-26T22:20:00.469Z+ mkdir -p /work/oxidecomputer/omicron
642023-10-26T22:20:00.481Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
652023-10-26T22:20:00.516ZCloning into '/work/oxidecomputer/omicron'...
662023-10-26T22:20:11.875Z+ cd /work/oxidecomputer/omicron
672023-10-26T22:20:11.900Z+ [[ -n dap/omdb-db-version ]]
682023-10-26T22:20:11.925Z+ git fetch origin dap/omdb-db-version
692023-10-26T22:20:12.238ZFrom https://github.com/oxidecomputer/omicron
702023-10-26T22:20:12.241Z * branch dap/omdb-db-version -> FETCH_HEAD
712023-10-26T22:20:12.249Z+ git checkout -B dap/omdb-db-version remotes/origin/dap/omdb-db-version
722023-10-26T22:20:12.336ZSwitched to a new branch 'dap/omdb-db-version'
732023-10-26T22:20:12.340Zbranch 'dap/omdb-db-version' set up to track 'origin/dap/omdb-db-version'.
742023-10-26T22:20:12.343Z+ git reset --hard b6fe409d74d32e43335b8545e1d089e5a88d42d9
752023-10-26T22:20:12.498ZHEAD is now at b6fe409d omdb could care less about the current database version
762023-10-26T22:20:12.509Zprocess exited: duration 12032 ms, exit code 0
 
772023-10-26T22:20:12.530Zstarting task 4: "build"
782023-10-26T22:20:12.547Z+ cargo --version
792023-10-26T22:20:12.633Zcargo 1.72.1 (103a7ff2e 2023-08-15)
802023-10-26T22:20:12.639Z+ rustc --version
812023-10-26T22:20:12.735Zrustc 1.72.1 (d5c2e9c34 2023-09-13)
822023-10-26T22:20:12.740Z+ source ./env.sh
832023-10-26T22:20:12.745Z++ set -o xtrace
842023-10-26T22:20:12.749Z++++ dirname ./env.sh
852023-10-26T22:20:12.755Z+++ cd .
862023-10-26T22:20:12.760Z+++ echo /work/oxidecomputer/omicron
872023-10-26T22:20:12.764Z++ OMICRON_WS=/work/oxidecomputer/omicron
882023-10-26T22:20:12.768Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
892023-10-26T22:20:12.772Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
902023-10-26T22:20:12.776Z++ 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
912023-10-26T22:20:12.780Z++ 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
922023-10-26T22:20:12.785Z++ 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
932023-10-26T22:20:12.789Z++ 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
942023-10-26T22:20:12.792Z++ 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
952023-10-26T22:20:12.796Z++ 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
962023-10-26T22:20:12.801Z++ unset OMICRON_WS
972023-10-26T22:20:12.805Z++ set +o xtrace
982023-10-26T22:20:12.946Z
992023-10-26T22:20:12.952Z ##### ##### ###### ##### ###### #### # # # #### #
1002023-10-26T22:20:12.955Z # # # # # # # # # # # # # # #
1012023-10-26T22:20:12.958Z # # # # ##### # # ##### # # # # # #### #
1022023-10-26T22:20:12.961Z ##### ##### # ##### # # # # # # # # #
1032023-10-26T22:20:12.964Z # # # # # # # # # # # # # # #
1042023-10-26T22:20:12.967Z # # # ###### # # ###### ### # #### # #### #
1052023-10-26T22:20:12.970Z
1062023-10-26T22:20:25.011Z Startup: Refreshing catalog 'helios-dev' ... Done
1072023-10-26T22:20:25.934Z Startup: Caching catalogs ... Done
1082023-10-26T22:20:30.636ZPlanning: Solver setup ... Done (4.413s)
1092023-10-26T22:20:30.749ZPlanning: Running solver ... Done (0.115s)
1102023-10-26T22:20:30.801ZPlanning: Finding local manifests ... Done (0.003s)
1112023-10-26T22:20:30.818ZPlanning: Fetching manifests: 0/4 0% complete
1122023-10-26T22:20:31.039ZPlanning: Fetching manifests: 4/4 100% complete
1132023-10-26T22:20:31.118ZPlanning: Package planning ... Done (0.077s)
1142023-10-26T22:20:31.203ZPlanning: Merging actions ... Done (0.085s)
1152023-10-26T22:20:32.522ZPlanning: Checking for conflicting actions ... Done (0.904s)
1162023-10-26T22:20:32.982ZPlanning: Consolidating action changes ... Done (0.017s)
1172023-10-26T22:20:37.036ZPlanning: Evaluating mediators ... Done (4.912s)
1182023-10-26T22:20:37.053ZPlanning: Planning completed in 11.06 seconds
1192023-10-26T22:20:37.075Z Packages to install: 4
1202023-10-26T22:20:37.081Z Mediators to change: 2
1212023-10-26T22:20:37.086Z Services to change: 1
1222023-10-26T22:20:37.090Z Estimated space available: 149.39 GB
1232023-10-26T22:20:37.094ZEstimated space to be consumed: 1.37 GB
1242023-10-26T22:20:37.097Z Create boot environment: No
1252023-10-26T22:20:37.102ZCreate backup boot environment: No
1262023-10-26T22:20:37.107Z Rebuild boot archive: No
1272023-10-26T22:20:37.111Z
1282023-10-26T22:20:37.116ZChanged mediators:
1292023-10-26T22:20:37.120Z mediator clang:
1302023-10-26T22:20:37.124Z version: None -> 15 (system default)
1312023-10-26T22:20:37.128Z
1322023-10-26T22:20:37.132Z mediator llvm:
1332023-10-26T22:20:37.136Z version: 14 (system default) -> 15 (system default)
1342023-10-26T22:20:37.140Z
1352023-10-26T22:20:37.144ZChanged packages:
1362023-10-26T22:20:37.148Zhelios-dev
1372023-10-26T22:20:37.151Z developer/build-essential
1382023-10-26T22:20:37.155Z None -> 11-2.0
1392023-10-26T22:20:37.159Z library/libxmlsec1
1402023-10-26T22:20:37.162Z None -> 1.2.35-2.0
1412023-10-26T22:20:37.166Z ooce/developer/clang-15
1422023-10-26T22:20:37.171Z None -> 15.0.7-2.0
1432023-10-26T22:20:37.174Z ooce/developer/llvm-15
1442023-10-26T22:20:37.178Z None -> 15.0.7-2.0
1452023-10-26T22:20:37.182Z
1462023-10-26T22:20:37.189ZServices:
1472023-10-26T22:20:37.192Z restart_fmri:
1482023-10-26T22:20:37.196Z svc:/system/update-man-index:default
1492023-10-26T22:20:37.308Z
1502023-10-26T22:20:37.317ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1512023-10-26T22:20:42.321ZDownload: 1194/3290 items 72.3/212.6MB 33% complete (14.7M/s)
1522023-10-26T22:20:47.325ZDownload: 1570/3290 items 116.1/212.6MB 54% complete (11.8M/s)
1532023-10-26T22:20:52.325ZDownload: 2225/3290 items 119.2/212.6MB 56% complete (4.7M/s)
1542023-10-26T22:20:57.143ZDownload: Completed 212.60 MB in 19.83 seconds (10.7M/s)
1552023-10-26T22:20:57.799Z Actions: 1/3687 actions (Installing new actions)
1562023-10-26T22:21:02.795Z Actions: 2248/3687 actions (Installing new actions)
1572023-10-26T22:21:06.053Z Actions: Completed 3687 actions in 8.26 seconds.
1582023-10-26T22:21:06.204Z Done (0.143s)
1592023-10-26T22:21:06.211Z Done (0.000s)
1602023-10-26T22:21:06.413Z Done (0.204s)
1612023-10-26T22:21:14.027Z Done (7.502s)
1622023-10-26T22:21:14.421Z Done (0.294s)
1632023-10-26T22:21:14.897Z Done (0.000s)
1642023-10-26T22:21:14.902Z Done (0.000s)
1652023-10-26T22:21:15.320ZPlanning: Evaluating mediator changes ... Done
1662023-10-26T22:21:15.601ZPlanning: Checking for conflicting actions ... Done
1672023-10-26T22:21:15.617ZPlanning: Consolidating action changes ... Done
1682023-10-26T22:21:16.027ZPlanning: Evaluating mediators ... Done
1692023-10-26T22:21:16.060ZPlanning: Planning completed in 0.71 seconds
1702023-10-26T22:21:16.527Z Mediators to change: 2
1712023-10-26T22:21:16.537Z Create boot environment: No
1722023-10-26T22:21:16.552ZCreate backup boot environment: No
1732023-10-26T22:21:16.570Z Done
1742023-10-26T22:21:16.584Z Done
1752023-10-26T22:21:16.598Z Done
1762023-10-26T22:21:22.303Z Done
1772023-10-26T22:21:22.435Z Done
1782023-10-26T22:21:22.452Z Done
1792023-10-26T22:21:22.527Z Done
1802023-10-26T22:21:23.509ZPlanning: Evaluating mediator changes ... Done
1812023-10-26T22:21:23.514ZPlanning: Merging actions ... Done
1822023-10-26T22:21:23.836ZPlanning: Checking for conflicting actions ... Done
1832023-10-26T22:21:23.841ZPlanning: Consolidating action changes ... Done
1842023-10-26T22:21:24.258ZPlanning: Evaluating mediators ... Done
1852023-10-26T22:21:24.347ZPlanning: Planning completed in 1.27 seconds
1862023-10-26T22:21:24.404Z Packages to change: 1
1872023-10-26T22:21:24.416Z Mediators to change: 1
1882023-10-26T22:21:24.423Z Services to change: 1
1892023-10-26T22:21:24.434Z Create boot environment: No
1902023-10-26T22:21:24.451ZCreate backup boot environment: Yes
1912023-10-26T22:21:26.792Z Actions: 1/6 actions (Updating modified actions)
1922023-10-26T22:21:26.797Z Actions: Completed 6 actions in 0.00 seconds.
1932023-10-26T22:21:26.801Z Done
1942023-10-26T22:21:26.805Z Done
1952023-10-26T22:21:26.844Z Done
1962023-10-26T22:21:32.722Z Done
1972023-10-26T22:21:32.816Z Done
1982023-10-26T22:21:32.822Z Done
1992023-10-26T22:21:32.951Z Done
2002023-10-26T22:21:33.623ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2012023-10-26T22:21:33.630Zclang system 15 system
2022023-10-26T22:21:33.636Zcsh system system illumos
2032023-10-26T22:21:33.653Zctags system system illumos
2042023-10-26T22:21:33.658Zgcc vendor 12 vendor
2052023-10-26T22:21:33.671Zgcc system 10 system
2062023-10-26T22:21:33.697Zgcc system 7 system
2072023-10-26T22:21:33.704Zgo system 1.20 system
2082023-10-26T22:21:33.750Zgo system 1.19 system
2092023-10-26T22:21:33.780Zllvm system 15 system
2102023-10-26T22:21:34.188Zllvm system 14 system
2112023-10-26T22:21:34.193Zmariadb system 10.6 system
2122023-10-26T22:21:34.199Zmta vendor vendor dma
2132023-10-26T22:21:34.210Zopenjdk system 17 system
2142023-10-26T22:21:34.221Zopenjdk system 11 system
2152023-10-26T22:21:34.231Zopenjdk system 1.8 system
2162023-10-26T22:21:34.235Zopenssl vendor 3 vendor
2172023-10-26T22:21:34.239Zperl system 5.36 system
2182023-10-26T22:21:34.242Zpostgresql system 15 system
2192023-10-26T22:21:34.254Zpostgresql system 13 system
2202023-10-26T22:21:34.259Zpython vendor 3 vendor
2212023-10-26T22:21:34.264Zpython system 2 system
2222023-10-26T22:21:34.268Zpython3 system 3.11 system
2232023-10-26T22:21:34.274Zruby system 3.0 system
2242023-10-26T22:21:34.278Zwords vendor vendor american-english
2252023-10-26T22:21:34.282Zwords system system australian-english
2262023-10-26T22:21:34.286Zwords system system british-english
2272023-10-26T22:21:34.290Zwords system system canadian-english
2282023-10-26T22:21:34.294Zwords system system french
2292023-10-26T22:21:34.298Zwords system system italian
2302023-10-26T22:21:34.301Zwords system system ngerman
2312023-10-26T22:21:34.306Zwords system system ogerman
2322023-10-26T22:21:34.310Zwords system system spanish
2332023-10-26T22:21:34.314ZFMRI IFO
2342023-10-26T22:21:34.317Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2352023-10-26T22:21:34.324Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2362023-10-26T22:21:34.328Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2372023-10-26T22:21:34.332Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z im-
2382023-10-26T22:21:34.335Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2392023-10-26T22:21:34.339Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z i--
2402023-10-26T22:21:34.344Z+ set -o errexit
2412023-10-26T22:21:34.348Z+++ dirname ./tools/ci_download_cockroachdb
2422023-10-26T22:21:34.351Z++ cd ./tools
2432023-10-26T22:21:34.355Z++ pwd
2442023-10-26T22:21:34.359Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
2452023-10-26T22:21:34.362Z++ basename ./tools/ci_download_cockroachdb
2462023-10-26T22:21:34.367Z+ ARG0=ci_download_cockroachdb
2472023-10-26T22:21:34.371Z++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version
2482023-10-26T22:21:34.374Z+ CIDL_VERSION=v22.1.9
2492023-10-26T22:21:34.378Z+ source /work/oxidecomputer/omicron/tools/cockroachdb_checksums
2502023-10-26T22:21:34.382Z++ CIDL_MD5_DARWIN=2db972c254b4e3b599e12110520178b5
2512023-10-26T22:21:34.386Z++ CIDL_MD5_LINUX=8c3170883e0a0be1a34b44090c067a8c
2522023-10-26T22:21:34.391Z++ CIDL_MD5_ILLUMOS=d8999aff364e5d70f226e139fda724a3
2532023-10-26T22:21:34.406Z+ TARGET_DIR=out
2542023-10-26T22:21:34.415Z+ DOWNLOAD_DIR=out/downloads
2552023-10-26T22:21:34.419Z+ DEST_DIR=./out/cockroachdb
2562023-10-26T22:21:34.428Z+ CIDL_URL_COCKROACH=https://binaries.cockroachdb.com
2572023-10-26T22:21:34.432Z+ CIDL_URL_ILLUMOS=https://illumos.org/downloads
2582023-10-26T22:21:34.435Z+ main
2592023-10-26T22:21:34.447Z+ [[ 0 != 0 ]]
2602023-10-26T22:21:34.454Z+ CIDL_OS=solaris2.11
2612023-10-26T22:21:34.459Z+ [[ 0 != 0 ]]
2622023-10-26T22:21:34.462Z+ configure_os solaris2.11
2632023-10-26T22:21:34.467Z+ echo 'current directory: /work/oxidecomputer/omicron'
2642023-10-26T22:21:34.471Zcurrent directory: /work/oxidecomputer/omicron
2652023-10-26T22:21:34.476Z+ echo 'configuring based on OS: "solaris2.11"'
2662023-10-26T22:21:34.487Zconfiguring based on OS: "solaris2.11"
2672023-10-26T22:21:34.496Z+ case "$1" in
2682023-10-26T22:21:34.508Z+ CIDL_BUILD=illumos
2692023-10-26T22:21:34.517Z+ CIDL_SUFFIX=tar.gz
2702023-10-26T22:21:34.527Z+ CIDL_MD5=d8999aff364e5d70f226e139fda724a3
2712023-10-26T22:21:34.539Z+ CIDL_MD5FUNC=do_md5sum
2722023-10-26T22:21:34.550Z+ CIDL_URL_BASE=https://illumos.org/downloads
2732023-10-26T22:21:34.556Z+ CIDL_ASSEMBLE=do_assemble_illumos
2742023-10-26T22:21:34.972Z+ TARBALL_DIRNAME=cockroach-v22.1.9.illumos
2752023-10-26T22:21:34.978Z+ TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz
2762023-10-26T22:21:34.983Z+ TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz
2772023-10-26T22:21:34.991Z+ TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos
2782023-10-26T22:21:35.001Z+ CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz
2792023-10-26T22:21:35.010Z+ echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz'
2802023-10-26T22:21:35.015ZURL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz
2812023-10-26T22:21:35.023Z+ echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz'
2822023-10-26T22:21:35.028ZLocal file: out/downloads/cockroach-v22.1.9.illumos.tar.gz
2832023-10-26T22:21:35.048Z+ mkdir -p out/downloads
2842023-10-26T22:21:35.077ZDownloading...
2852023-10-26T22:21:35.496Z+ mkdir -p ./out/cockroachdb
2862023-10-26T22:21:35.499Z+ local DO_DOWNLOAD=true
2872023-10-26T22:21:35.502Z+ [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]]
2882023-10-26T22:21:35.506Z+ '[' true == true ']'
2892023-10-26T22:21:35.526Z+ echo Downloading...
2902023-10-26T22:21:35.531Z+ do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz
2912023-10-26T22:21:35.534Z+ 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
2922023-10-26T22:21:37.016Z++ do_md5sum out/downloads/cockroach-v22.1.9.illumos.tar.gz
2932023-10-26T22:21:37.024Z++ md5sum
2942023-10-26T22:21:37.031Z++ awk '{print $1}'
2952023-10-26T22:21:37.196Z+ calculated_md5=d8999aff364e5d70f226e139fda724a3
2962023-10-26T22:21:37.202Z+ [[ d8999aff364e5d70f226e139fda724a3 != \d\8\9\9\9\a\f\f\3\6\4\e\5\d\7\0\f\2\2\6\e\1\3\9\f\d\a\7\2\4\a\3 ]]
2972023-10-26T22:21:37.206Z+ do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz
2982023-10-26T22:21:37.211Z+ tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads
2992023-10-26T22:21:40.816Z+ do_assemble_illumos
3002023-10-26T22:21:40.824Z+ rm -r ./out/cockroachdb
3012023-10-26T22:21:40.831Z+ cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb
3022023-10-26T22:21:41.415Z+ ./out/cockroachdb/bin/cockroach version
3032023-10-26T22:21:41.786ZBuild Tag: v22.1.9-dirty
3042023-10-26T22:21:41.791ZBuild Time: 2022/10/26 21:17:46
3052023-10-26T22:21:41.795ZDistribution: OSS
3062023-10-26T22:21:41.799ZPlatform: illumos amd64 (x86_64-pc-solaris2.11)
3072023-10-26T22:21:41.803ZGo Version: go1.17.13
3082023-10-26T22:21:41.807ZC Compiler: gcc 10.3.0
3092023-10-26T22:21:41.810ZBuild Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493
3102023-10-26T22:21:41.814ZBuild Type: release
3112023-10-26T22:21:41.818Z+ set -o errexit
3122023-10-26T22:21:41.821Z+++ dirname ./tools/ci_download_clickhouse
3132023-10-26T22:21:41.825Z++ cd ./tools
3142023-10-26T22:21:41.829Z++ pwd
3152023-10-26T22:21:41.833Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
3162023-10-26T22:21:41.837Z++ basename ./tools/ci_download_clickhouse
3172023-10-26T22:21:41.842Z+ ARG0=ci_download_clickhouse
3182023-10-26T22:21:41.847Z+ TARGET_DIR=out
3192023-10-26T22:21:41.851Z+ DOWNLOAD_DIR=out/downloads
3202023-10-26T22:21:41.856Z+ DEST_DIR=./out/clickhouse
3212023-10-26T22:21:41.859Z+ CIDL_VERSION=v22.8.9.24
3222023-10-26T22:21:41.863Z+ source /work/oxidecomputer/omicron/tools/clickhouse_checksums
3232023-10-26T22:21:41.867Z++ CIDL_MD5_DARWIN=20603974a929926591fca70ff1df0e45
3242023-10-26T22:21:41.870Z++ CIDL_MD5_LINUX=ea909519bd9d989fd5d090fd9bdd42f1
3252023-10-26T22:21:41.892Z++ CIDL_MD5_ILLUMOS=7702939ce5b4b51846a1ba39f1392306
3262023-10-26T22:21:41.898Z+ CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com
3272023-10-26T22:21:41.902Z+ main
3282023-10-26T22:21:41.908Z+ [[ 0 != 0 ]]
3292023-10-26T22:21:41.913Z+ CIDL_OS=solaris2.11
3302023-10-26T22:21:41.917Z+ [[ 0 != 0 ]]
3312023-10-26T22:21:41.921Z+ configure_os solaris2.11
3322023-10-26T22:21:41.925Z+ echo 'current directory: /work/oxidecomputer/omicron'
3332023-10-26T22:21:41.935Zcurrent directory: /work/oxidecomputer/omicron
3342023-10-26T22:21:42.359Z+ echo 'configuring based on OS: "solaris2.11"'
3352023-10-26T22:21:42.377Zconfiguring based on OS: "solaris2.11"
3362023-10-26T22:21:42.388Z+ CIDL_DASHREV=
3372023-10-26T22:21:42.398Z+ case "$1" in
3382023-10-26T22:21:42.415Z+ CIDL_PLATFORM=illumos
3392023-10-26T22:21:42.424Z+ CIDL_MD5=7702939ce5b4b51846a1ba39f1392306
3402023-10-26T22:21:42.434Z+ CIDL_MD5FUNC=do_md5sum
3412023-10-26T22:21:42.444Z+ CIDL_DASHREV=-1
3422023-10-26T22:21:42.451Z+ TARBALL_DIRNAME=clickhouse-v22.8.9.24
3432023-10-26T22:21:42.464Z+ TARBALL_FILENAME=clickhouse-v22.8.9.24-1.illumos.tar.gz
3442023-10-26T22:21:42.482Z+ TARBALL_FILE=out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz
3452023-10-26T22:21:42.495Z+ CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz
3462023-10-26T22:21:42.504Z+ echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz'
3472023-10-26T22:21:42.509ZURL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz
3482023-10-26T22:21:42.512Z+ echo 'Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz'
3492023-10-26T22:21:42.515ZLocal file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz
3502023-10-26T22:21:42.519Z+ mkdir -p out/downloads
3512023-10-26T22:21:42.526Z+ mkdir -p ./out/clickhouse
3522023-10-26T22:21:42.936Z+ local DO_DOWNLOAD=true
3532023-10-26T22:21:42.941Z+ [[ -f out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ]]
3542023-10-26T22:21:42.945Z+ '[' true == true ']'
3552023-10-26T22:21:42.951ZDownloading...
3562023-10-26T22:21:42.963Z+ echo Downloading...
3572023-10-26T22:21:42.970Z+ do_download_curl https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz
3582023-10-26T22:21:42.976Z+ curl --silent --show-error --fail --location --output out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz
3592023-10-26T22:21:44.075Z++ do_md5sum out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz
3602023-10-26T22:21:44.083Z++ md5sum
3612023-10-26T22:21:44.088Z++ awk '{print $1}'
3622023-10-26T22:21:44.318Z+ calculated_md5=7702939ce5b4b51846a1ba39f1392306
3632023-10-26T22:21:44.324Z+ [[ 7702939ce5b4b51846a1ba39f1392306 != \7\7\0\2\9\3\9\c\e\5\b\4\b\5\1\8\4\6\a\1\b\a\3\9\f\1\3\9\2\3\0\6 ]]
3642023-10-26T22:21:44.332Z+ do_untar out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ./out/clickhouse
3652023-10-26T22:21:44.341Z+ mkdir -p ./out/clickhouse
3662023-10-26T22:21:44.352Z+ tar xzf out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz -C ./out/clickhouse
3672023-10-26T22:21:49.458Z+ ./out/clickhouse/clickhouse server --version
3682023-10-26T22:21:49.481ZClickHouse server version 22.8.9.1.
3692023-10-26T22:21:49.503Z+ set -o errexit
3702023-10-26T22:21:49.506Z+++ dirname ./tools/ci_download_console
3712023-10-26T22:21:49.516Z++ cd ./tools
3722023-10-26T22:21:49.520Z++ pwd
3732023-10-26T22:21:49.523Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
3742023-10-26T22:21:49.528Z++ basename ./tools/ci_download_console
3752023-10-26T22:21:49.531Z+ ARG0=ci_download_console
3762023-10-26T22:21:49.534Z+ TARGET_DIR=out
3772023-10-26T22:21:49.538Z+ DOWNLOAD_DIR=out/downloads
3782023-10-26T22:21:49.543Z+ DEST_DIR=./out/console-assets
3792023-10-26T22:21:49.547Z+ source /work/oxidecomputer/omicron/tools/console_version
3802023-10-26T22:21:49.551Z++ COMMIT=bd65b9da7019ad812dd056e7fc182df2cf4ec128
3812023-10-26T22:21:49.554Z++ SHA2=e4d4f33996a6e89b972fac61737acb7f1dbd21943d1f6bef776d4ee9bcccd2b0
3822023-10-26T22:21:49.559Z+ URL=https://dl.oxide.computer/releases/console/bd65b9da7019ad812dd056e7fc182df2cf4ec128.tar.gz
3832023-10-26T22:21:49.563Z+ TARBALL_FILE=out/downloads/console.tar.gz
3842023-10-26T22:21:49.566Z+ main
3852023-10-26T22:21:49.569Z+ [[ 0 != 0 ]]
3862023-10-26T22:21:49.576Z+ echo 'URL: https://dl.oxide.computer/releases/console/bd65b9da7019ad812dd056e7fc182df2cf4ec128.tar.gz'
3872023-10-26T22:21:49.579ZURL: https://dl.oxide.computer/releases/console/bd65b9da7019ad812dd056e7fc182df2cf4ec128.tar.gz
3882023-10-26T22:21:49.582Z+ echo 'Local file: out/downloads/console.tar.gz'
3892023-10-26T22:21:49.587ZLocal file: out/downloads/console.tar.gz
3902023-10-26T22:21:49.591Z+ local DO_DOWNLOAD=true
3912023-10-26T22:21:49.594Z+ [[ -f out/downloads/console.tar.gz ]]
3922023-10-26T22:21:49.596Z+ mkdir -p out/downloads
3932023-10-26T22:21:49.600Z+ '[' true == true ']'
3942023-10-26T22:21:49.602Z+ echo Downloading...
3952023-10-26T22:21:49.606ZDownloading...
3962023-10-26T22:21:49.613Z+ do_download_curl https://dl.oxide.computer/releases/console/bd65b9da7019ad812dd056e7fc182df2cf4ec128.tar.gz out/downloads/console.tar.gz
3972023-10-26T22:21:49.625Z+ curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/bd65b9da7019ad812dd056e7fc182df2cf4ec128.tar.gz
3982023-10-26T22:21:50.155Z++ do_sha256sum out/downloads/console.tar.gz
3992023-10-26T22:21:50.158Z++ case "$OSTYPE" in
4002023-10-26T22:21:50.161Z++ SHA=sha256sum
4012023-10-26T22:21:50.164Z++ sha256sum
4022023-10-26T22:21:50.167Z++ awk '{print $1}'
4032023-10-26T22:21:50.180Z+ calculated_sha2=e4d4f33996a6e89b972fac61737acb7f1dbd21943d1f6bef776d4ee9bcccd2b0
4042023-10-26T22:21:50.183Z+ [[ e4d4f33996a6e89b972fac61737acb7f1dbd21943d1f6bef776d4ee9bcccd2b0 != \e\4\d\4\f\3\3\9\9\6\a\6\e\8\9\b\9\7\2\f\a\c\6\1\7\3\7\a\c\b\7\f\1\d\b\d\2\1\9\4\3\d\1\f\6\b\e\f\7\7\6\d\4\e\e\9\b\c\c\c\d\2\b\0 ]]
4052023-10-26T22:21:50.186Z+ rm -rf ./out/console-assets
4062023-10-26T22:21:50.189Z+ mkdir -p ./out/console-assets
4072023-10-26T22:21:50.192Z+ do_untar out/downloads/console.tar.gz ./out/console-assets
4082023-10-26T22:21:50.195Z+ mkdir -p ./out/console-assets
4092023-10-26T22:21:50.199Z+ tar xzf out/downloads/console.tar.gz -C ./out/console-assets
4102023-10-26T22:21:50.335Z+ set -o errexit
4112023-10-26T22:21:50.338Z+++ dirname ./tools/ci_download_maghemite_openapi
4122023-10-26T22:21:50.340Z++ cd ./tools
4132023-10-26T22:21:50.343Z++ pwd
4142023-10-26T22:21:50.346Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
4152023-10-26T22:21:50.351Z++ basename ./tools/ci_download_maghemite_openapi
4162023-10-26T22:21:50.354Z+ ARG0=ci_download_maghemite_openapi
4172023-10-26T22:21:50.357Z+ TARGET_DIR=out
4182023-10-26T22:21:50.361Z+ DOWNLOAD_DIR=out/downloads
4192023-10-26T22:21:50.365Z+ source /work/oxidecomputer/omicron/tools/maghemite_ddm_openapi_version
4202023-10-26T22:21:50.371Z++ COMMIT=d7169a61fd8833b3a1e6f46d897ca3295b2a28b6
4212023-10-26T22:21:50.375Z++ SHA2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf
4222023-10-26T22:21:50.380Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/d7169a61fd8833b3a1e6f46d897ca3295b2a28b6/ddm-admin.json
4232023-10-26T22:21:50.384Z+ LOCAL_FILE=out/downloads/ddm-admin-d7169a61fd8833b3a1e6f46d897ca3295b2a28b6.json
4242023-10-26T22:21:50.387Z+ main
4252023-10-26T22:21:50.391Z+ [[ 0 != 0 ]]
4262023-10-26T22:21:50.394Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/d7169a61fd8833b3a1e6f46d897ca3295b2a28b6/ddm-admin.json'
4272023-10-26T22:21:50.397ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/d7169a61fd8833b3a1e6f46d897ca3295b2a28b6/ddm-admin.json
4282023-10-26T22:21:50.401Z+ echo 'Local file: out/downloads/ddm-admin-d7169a61fd8833b3a1e6f46d897ca3295b2a28b6.json'
4292023-10-26T22:21:50.403ZLocal file: out/downloads/ddm-admin-d7169a61fd8833b3a1e6f46d897ca3295b2a28b6.json
4302023-10-26T22:21:50.408Z+ local DO_DOWNLOAD=true
4312023-10-26T22:21:50.412Z+ [[ -f out/downloads/ddm-admin-d7169a61fd8833b3a1e6f46d897ca3295b2a28b6.json ]]
4322023-10-26T22:21:50.416Z+ mkdir -p out/downloads
4332023-10-26T22:21:50.420Z+ '[' true == true ']'
4342023-10-26T22:21:50.424Z+ echo Downloading...
4352023-10-26T22:21:50.431ZDownloading...
4362023-10-26T22:21:50.436Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/d7169a61fd8833b3a1e6f46d897ca3295b2a28b6/ddm-admin.json out/downloads/ddm-admin-d7169a61fd8833b3a1e6f46d897ca3295b2a28b6.json
4372023-10-26T22:21:50.441Z+ curl --silent --show-error --fail --location --output out/downloads/ddm-admin-d7169a61fd8833b3a1e6f46d897ca3295b2a28b6.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/d7169a61fd8833b3a1e6f46d897ca3295b2a28b6/ddm-admin.json
4382023-10-26T22:21:52.105Z++ do_sha256sum out/downloads/ddm-admin-d7169a61fd8833b3a1e6f46d897ca3295b2a28b6.json
4392023-10-26T22:21:52.126Z++ case "$OSTYPE" in
4402023-10-26T22:21:52.139Z++ SHA=sha256sum
4412023-10-26T22:21:52.143Z++ sha256sum
4422023-10-26T22:21:52.152Z++ awk '{print $1}'
4432023-10-26T22:21:52.156Z+ calculated_sha2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf
4442023-10-26T22:21:52.160Z+ [[ 9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf != \9\7\3\7\9\0\6\5\5\5\a\6\0\9\1\1\6\3\6\5\3\2\f\0\0\f\1\d\c\2\8\6\6\d\c\7\c\d\6\5\5\3\b\e\b\1\0\6\e\9\e\5\7\b\e\a\b\a\d\4\1\c\d\f ]]
4452023-10-26T22:21:52.165Z+ source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version
4462023-10-26T22:21:52.169Z++ COMMIT=d7169a61fd8833b3a1e6f46d897ca3295b2a28b6
4472023-10-26T22:21:52.178Z++ SHA2=d0f7611e5ecd049b0f83bcfa843942401f155a0be36d9a2dfd73b8341d5f816e
4482023-10-26T22:21:52.193Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/d7169a61fd8833b3a1e6f46d897ca3295b2a28b6/mg-admin.json
4492023-10-26T22:21:52.197Z+ LOCAL_FILE=out/downloads/mg-admin-d7169a61fd8833b3a1e6f46d897ca3295b2a28b6.json
4502023-10-26T22:21:52.204Z+ main
4512023-10-26T22:21:52.218Z+ [[ 0 != 0 ]]
4522023-10-26T22:21:52.224Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/d7169a61fd8833b3a1e6f46d897ca3295b2a28b6/mg-admin.json'
4532023-10-26T22:21:52.227ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/d7169a61fd8833b3a1e6f46d897ca3295b2a28b6/mg-admin.json
4542023-10-26T22:21:52.232Z+ echo 'Local file: out/downloads/mg-admin-d7169a61fd8833b3a1e6f46d897ca3295b2a28b6.json'
4552023-10-26T22:21:52.236ZLocal file: out/downloads/mg-admin-d7169a61fd8833b3a1e6f46d897ca3295b2a28b6.json
4562023-10-26T22:21:52.239Z+ local DO_DOWNLOAD=true
4572023-10-26T22:21:52.243Z+ [[ -f out/downloads/mg-admin-d7169a61fd8833b3a1e6f46d897ca3295b2a28b6.json ]]
4582023-10-26T22:21:52.245Z+ mkdir -p out/downloads
4592023-10-26T22:21:52.252Z+ '[' true == true ']'
4602023-10-26T22:21:52.256Z+ echo Downloading...
4612023-10-26T22:21:52.259ZDownloading...
4622023-10-26T22:21:52.263Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/d7169a61fd8833b3a1e6f46d897ca3295b2a28b6/mg-admin.json out/downloads/mg-admin-d7169a61fd8833b3a1e6f46d897ca3295b2a28b6.json
4632023-10-26T22:21:52.266Z+ curl --silent --show-error --fail --location --output out/downloads/mg-admin-d7169a61fd8833b3a1e6f46d897ca3295b2a28b6.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/d7169a61fd8833b3a1e6f46d897ca3295b2a28b6/mg-admin.json
4642023-10-26T22:21:53.550Z++ do_sha256sum out/downloads/mg-admin-d7169a61fd8833b3a1e6f46d897ca3295b2a28b6.json
4652023-10-26T22:21:53.555Z++ case "$OSTYPE" in
4662023-10-26T22:21:53.567Z++ SHA=sha256sum
4672023-10-26T22:21:53.579Z++ sha256sum
4682023-10-26T22:21:53.585Z++ awk '{print $1}'
4692023-10-26T22:21:53.593Z+ calculated_sha2=d0f7611e5ecd049b0f83bcfa843942401f155a0be36d9a2dfd73b8341d5f816e
4702023-10-26T22:21:53.599Z+ [[ d0f7611e5ecd049b0f83bcfa843942401f155a0be36d9a2dfd73b8341d5f816e != \d\0\f\7\6\1\1\e\5\e\c\d\0\4\9\b\0\f\8\3\b\c\f\a\8\4\3\9\4\2\4\0\1\f\1\5\5\a\0\b\e\3\6\d\9\a\2\d\f\d\7\3\b\8\3\4\1\d\5\f\8\1\6\e ]]
4712023-10-26T22:21:53.605Z+ set -o errexit
4722023-10-26T22:21:53.646Z+++ dirname ./tools/ci_download_dendrite_openapi
4732023-10-26T22:21:53.654Z++ cd ./tools
4742023-10-26T22:21:53.658Z++ pwd
4752023-10-26T22:21:53.662Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
4762023-10-26T22:21:53.666Z++ basename ./tools/ci_download_dendrite_openapi
4772023-10-26T22:21:53.671Z+ ARG0=ci_download_dendrite_openapi
4782023-10-26T22:21:53.685Z+ TARGET_DIR=out
4792023-10-26T22:21:53.697Z+ DOWNLOAD_DIR=out/downloads
4802023-10-26T22:21:53.705Z+ source /work/oxidecomputer/omicron/tools/dendrite_openapi_version
4812023-10-26T22:21:53.712Z++ COMMIT=343e3a572cc02efe3f8b68f9affd008623a33966
4822023-10-26T22:21:53.718Z++ SHA2=544ab42ccc7942d8ece9cdc80cd85d002bcf9d5646a291322bf2f79087ab6df0
4832023-10-26T22:21:53.727Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/343e3a572cc02efe3f8b68f9affd008623a33966/dpd.json
4842023-10-26T22:21:53.737Z+ LOCAL_FILE=out/downloads/dpd-343e3a572cc02efe3f8b68f9affd008623a33966.json
4852023-10-26T22:21:53.743Z+ main
4862023-10-26T22:21:53.749Z+ [[ 0 != 0 ]]
4872023-10-26T22:21:53.756Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/343e3a572cc02efe3f8b68f9affd008623a33966/dpd.json'
4882023-10-26T22:21:53.766ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/343e3a572cc02efe3f8b68f9affd008623a33966/dpd.json
4892023-10-26T22:21:53.774Z+ echo 'Local file: out/downloads/dpd-343e3a572cc02efe3f8b68f9affd008623a33966.json'
4902023-10-26T22:21:53.781ZLocal file: out/downloads/dpd-343e3a572cc02efe3f8b68f9affd008623a33966.json
4912023-10-26T22:21:53.789Z+ local DO_DOWNLOAD=true
4922023-10-26T22:21:53.794Z+ [[ -f out/downloads/dpd-343e3a572cc02efe3f8b68f9affd008623a33966.json ]]
4932023-10-26T22:21:53.801Z+ mkdir -p out/downloads
4942023-10-26T22:21:53.806Z+ '[' true == true ']'
4952023-10-26T22:21:53.814Z+ echo Downloading...
4962023-10-26T22:21:53.821ZDownloading...
4972023-10-26T22:21:53.830Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/343e3a572cc02efe3f8b68f9affd008623a33966/dpd.json out/downloads/dpd-343e3a572cc02efe3f8b68f9affd008623a33966.json
4982023-10-26T22:21:53.842Z+ curl --silent --show-error --fail --location --output out/downloads/dpd-343e3a572cc02efe3f8b68f9affd008623a33966.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/343e3a572cc02efe3f8b68f9affd008623a33966/dpd.json
4992023-10-26T22:21:53.878Z++ do_sha256sum out/downloads/dpd-343e3a572cc02efe3f8b68f9affd008623a33966.json
5002023-10-26T22:21:53.881Z++ case "$OSTYPE" in
5012023-10-26T22:21:53.884Z++ SHA=sha256sum
5022023-10-26T22:21:53.887Z++ sha256sum
5032023-10-26T22:21:53.890Z++ awk '{print $1}'
5042023-10-26T22:21:53.895Z+ calculated_sha2=544ab42ccc7942d8ece9cdc80cd85d002bcf9d5646a291322bf2f79087ab6df0
5052023-10-26T22:21:53.910Z+ [[ 544ab42ccc7942d8ece9cdc80cd85d002bcf9d5646a291322bf2f79087ab6df0 != \5\4\4\a\b\4\2\c\c\c\7\9\4\2\d\8\e\c\e\9\c\d\c\8\0\c\d\8\5\d\0\0\2\b\c\f\9\d\5\6\4\6\a\2\9\1\3\2\2\b\f\2\f\7\9\0\8\7\a\b\6\d\f\0 ]]
5062023-10-26T22:21:53.921Z+ set -o errexit
5072023-10-26T22:21:53.936Z+++ dirname ./tools/ci_download_dendrite_stub
5082023-10-26T22:21:53.948Z++ cd ./tools
5092023-10-26T22:21:53.958Z++ pwd
5102023-10-26T22:21:53.964Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
5112023-10-26T22:21:53.973Z++ basename ./tools/ci_download_dendrite_stub
5122023-10-26T22:21:53.977Z+ ARG0=ci_download_dendrite_stub
5132023-10-26T22:21:53.982Z+ source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums
5142023-10-26T22:21:53.986Z++ CIDL_SHA256_ILLUMOS=0808f331741e02d55e199847579dfd01f3658b21c7122cef8c3f9279f43dbab0
5152023-10-26T22:21:53.989Z++ CIDL_SHA256_LINUX_DPD=3e276dd553dd7cdb75c8ad023c2cd29b91485fafb94f27097a745b2b7ef5ecea
5162023-10-26T22:21:53.994Z++ CIDL_SHA256_LINUX_SWADM=645faf8a93bcae9814b2f116bccd66a54763332b56220e93b66316c853ce13d2
5172023-10-26T22:21:53.998Z+ source /work/oxidecomputer/omicron/tools/dendrite_openapi_version
5182023-10-26T22:21:54.005Z++ COMMIT=343e3a572cc02efe3f8b68f9affd008623a33966
5192023-10-26T22:21:54.010Z++ SHA2=544ab42ccc7942d8ece9cdc80cd85d002bcf9d5646a291322bf2f79087ab6df0
5202023-10-26T22:21:54.014Z+ TARGET_DIR=out
5212023-10-26T22:21:54.021Z+ DOWNLOAD_DIR=out/downloads
5222023-10-26T22:21:54.028Z+ DEST_DIR=./out/dendrite-stub
5232023-10-26T22:21:54.034Z+ BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin
5242023-10-26T22:21:54.039Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
5252023-10-26T22:21:54.044Z+ REPO=oxidecomputer/dendrite
5262023-10-26T22:21:54.050Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/343e3a572cc02efe3f8b68f9affd008623a33966
5272023-10-26T22:21:54.055Z+ main
5282023-10-26T22:21:54.062Z+ [[ 0 != 0 ]]
5292023-10-26T22:21:54.071Z+ CIDL_OS=solaris2.11
5302023-10-26T22:21:54.488Z+ [[ 0 != 0 ]]
5312023-10-26T22:21:54.491Z+ configure_os solaris2.11
5322023-10-26T22:21:54.494Z+ echo 'current directory: /work/oxidecomputer/omicron'
5332023-10-26T22:21:54.497Zcurrent directory: /work/oxidecomputer/omicron
5342023-10-26T22:21:54.500Z+ echo 'configuring based on OS: "solaris2.11"'
5352023-10-26T22:21:54.503Zconfiguring based on OS: "solaris2.11"
5362023-10-26T22:21:54.509Z+ case "$1" in
5372023-10-26T22:21:54.524Z+ SET_BINARIES=
5382023-10-26T22:21:54.940Z+ CIDL_SHA256=0808f331741e02d55e199847579dfd01f3658b21c7122cef8c3f9279f43dbab0
5392023-10-26T22:21:54.949Z+ CIDL_SHA256FUNC=do_sha256sum
5402023-10-26T22:21:54.957Z+ TARBALL_FILENAME=dendrite-stub.tar.gz
5412023-10-26T22:21:54.962Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/343e3a572cc02efe3f8b68f9affd008623a33966/dendrite-stub.tar.gz
5422023-10-26T22:21:54.970Z+ TARBALL_FILE=out/downloads/dendrite-stub.tar.gz
5432023-10-26T22:21:54.979Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/343e3a572cc02efe3f8b68f9affd008623a33966/dendrite-stub.tar.gz'
5442023-10-26T22:21:54.994ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/343e3a572cc02efe3f8b68f9affd008623a33966/dendrite-stub.tar.gz
5452023-10-26T22:21:55.007Z+ echo 'Local file: out/downloads/dendrite-stub.tar.gz'
5462023-10-26T22:21:55.021ZLocal file: out/downloads/dendrite-stub.tar.gz
5472023-10-26T22:21:55.028Z+ mkdir -p out/downloads
5482023-10-26T22:21:55.033Z+ mkdir -p ./out/dendrite-stub
5492023-10-26T22:21:55.036Z+ fetch_and_verify
5502023-10-26T22:21:55.040Z+ local DO_DOWNLOAD=true
5512023-10-26T22:21:55.043Z+ [[ -f out/downloads/dendrite-stub.tar.gz ]]
5522023-10-26T22:21:55.047Z+ '[' true == true ']'
5532023-10-26T22:21:55.050Z+ echo Downloading...
5542023-10-26T22:21:55.054ZDownloading...
5552023-10-26T22:21:55.057Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/343e3a572cc02efe3f8b68f9affd008623a33966/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz
5562023-10-26T22:21:55.061Z+ curl --silent --show-error --fail --location --output out/downloads/dendrite-stub.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/343e3a572cc02efe3f8b68f9affd008623a33966/dendrite-stub.tar.gz
5572023-10-26T22:22:00.877Z++ do_sha256sum out/downloads/dendrite-stub.tar.gz
5582023-10-26T22:22:00.881Z++ sha256sum
5592023-10-26T22:22:00.886Z++ awk '{print $1}'
5602023-10-26T22:22:00.973Z+ calculated_sha256=0808f331741e02d55e199847579dfd01f3658b21c7122cef8c3f9279f43dbab0
5612023-10-26T22:22:00.977Z+ [[ 0808f331741e02d55e199847579dfd01f3658b21c7122cef8c3f9279f43dbab0 != \0\8\0\8\f\3\3\1\7\4\1\e\0\2\d\5\5\e\1\9\9\8\4\7\5\7\9\d\f\d\0\1\f\3\6\5\8\b\2\1\c\7\1\2\2\c\e\f\8\c\3\f\9\2\7\9\f\4\3\d\b\a\b\0 ]]
5622023-10-26T22:22:00.981Z+ do_untar out/downloads/dendrite-stub.tar.gz
5632023-10-26T22:22:00.990Z+ tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads
5642023-10-26T22:22:01.945Z+ do_assemble
5652023-10-26T22:22:01.956Z+ rm -r ./out/dendrite-stub
5662023-10-26T22:22:01.961Z+ mkdir ./out/dendrite-stub
5672023-10-26T22:22:01.964Z+ cp -r out/downloads/root ./out/dendrite-stub/root
5682023-10-26T22:22:02.078Z+ ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin
5692023-10-26T22:22:02.089Z+ set -o errexit
5702023-10-26T22:22:02.093Z+++ dirname ./tools/ci_download_maghemite_mgd
5712023-10-26T22:22:02.096Z++ cd ./tools
5722023-10-26T22:22:02.099Z++ pwd
5732023-10-26T22:22:02.106Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
5742023-10-26T22:22:02.110Z++ basename ./tools/ci_download_maghemite_mgd
5752023-10-26T22:22:02.115Z+ ARG0=ci_download_maghemite_mgd
5762023-10-26T22:22:02.120Z+ source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums
5772023-10-26T22:22:02.124Z++ CIDL_SHA256=452dfb3491e1b6d4df6be1cb689921f59623aed082e47606a78c0f44d918f66a
5782023-10-26T22:22:02.129Z++ MGD_LINUX_SHA256=d4c48eb6374c0cc7812b7af2c0ac92acdcbc91b7718a9ce64d069da00ae5ae73
5792023-10-26T22:22:02.133Z+ source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version
5802023-10-26T22:22:02.136Z++ COMMIT=d7169a61fd8833b3a1e6f46d897ca3295b2a28b6
5812023-10-26T22:22:02.140Z++ SHA2=d0f7611e5ecd049b0f83bcfa843942401f155a0be36d9a2dfd73b8341d5f816e
5822023-10-26T22:22:02.143Z+ TARGET_DIR=out
5832023-10-26T22:22:02.148Z+ DOWNLOAD_DIR=out/downloads
5842023-10-26T22:22:02.152Z+ DEST_DIR=./out/mgd
5852023-10-26T22:22:02.156Z+ BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin
5862023-10-26T22:22:02.161Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
5872023-10-26T22:22:02.164Z+ REPO=oxidecomputer/maghemite
5882023-10-26T22:22:02.167Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/d7169a61fd8833b3a1e6f46d897ca3295b2a28b6
5892023-10-26T22:22:02.173Z+ main
5902023-10-26T22:22:02.176Z+ [[ 0 != 0 ]]
5912023-10-26T22:22:02.180Z+ CIDL_OS=solaris2.11
5922023-10-26T22:22:02.186Z+ [[ 0 != 0 ]]
5932023-10-26T22:22:02.194Z+ configure_os solaris2.11
5942023-10-26T22:22:02.198Z+ echo 'current directory: /work/oxidecomputer/omicron'
5952023-10-26T22:22:02.202Zcurrent directory: /work/oxidecomputer/omicron
5962023-10-26T22:22:02.212Z+ echo 'configuring based on OS: "solaris2.11"'
5972023-10-26T22:22:02.218Zconfiguring based on OS: "solaris2.11"
5982023-10-26T22:22:02.223Z+ case "$1" in
5992023-10-26T22:22:02.226Z+ SET_BINARIES=
6002023-10-26T22:22:02.230Z+ CIDL_SHA256FUNC=do_sha256sum
6012023-10-26T22:22:02.233Z+ TARBALL_FILENAME=mgd.tar.gz
6022023-10-26T22:22:02.237Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/d7169a61fd8833b3a1e6f46d897ca3295b2a28b6/mgd.tar.gz
6032023-10-26T22:22:02.241Z+ TARBALL_FILE=out/downloads/mgd.tar.gz
6042023-10-26T22:22:02.247Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/d7169a61fd8833b3a1e6f46d897ca3295b2a28b6/mgd.tar.gz'
6052023-10-26T22:22:02.265ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/d7169a61fd8833b3a1e6f46d897ca3295b2a28b6/mgd.tar.gz
6062023-10-26T22:22:02.284Z+ echo 'Local file: out/downloads/mgd.tar.gz'
6072023-10-26T22:22:02.297ZLocal file: out/downloads/mgd.tar.gz
6082023-10-26T22:22:02.307Z+ mkdir -p out/downloads
6092023-10-26T22:22:02.368Z+ mkdir -p ./out/mgd
6102023-10-26T22:22:02.390Z+ fetch_and_verify
6112023-10-26T22:22:02.401Z+ local DO_DOWNLOAD=true
6122023-10-26T22:22:02.410Z+ [[ -f out/downloads/mgd.tar.gz ]]
6132023-10-26T22:22:02.417Z+ '[' true == true ']'
6142023-10-26T22:22:02.425Z+ echo Downloading...
6152023-10-26T22:22:02.433ZDownloading...
6162023-10-26T22:22:02.442Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/d7169a61fd8833b3a1e6f46d897ca3295b2a28b6/mgd.tar.gz out/downloads/mgd.tar.gz
6172023-10-26T22:22:02.450Z+ curl --silent --show-error --fail --location --output out/downloads/mgd.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/d7169a61fd8833b3a1e6f46d897ca3295b2a28b6/mgd.tar.gz
6182023-10-26T22:22:10.882Z++ do_sha256sum out/downloads/mgd.tar.gz
6192023-10-26T22:22:10.885Z++ sha256sum
6202023-10-26T22:22:10.888Z++ awk '{print $1}'
6212023-10-26T22:22:10.959Z+ calculated_sha256=452dfb3491e1b6d4df6be1cb689921f59623aed082e47606a78c0f44d918f66a
6222023-10-26T22:22:10.962Z+ [[ 452dfb3491e1b6d4df6be1cb689921f59623aed082e47606a78c0f44d918f66a != \4\5\2\d\f\b\3\4\9\1\e\1\b\6\d\4\d\f\6\b\e\1\c\b\6\8\9\9\2\1\f\5\9\6\2\3\a\e\d\0\8\2\e\4\7\6\0\6\a\7\8\c\0\f\4\4\d\9\1\8\f\6\6\a ]]
6232023-10-26T22:22:10.965Z+ do_untar out/downloads/mgd.tar.gz
6242023-10-26T22:22:10.968Z+ tar xzf out/downloads/mgd.tar.gz -C out/downloads
6252023-10-26T22:22:11.672Z+ do_assemble
6262023-10-26T22:22:11.678Z+ rm -r ./out/mgd
6272023-10-26T22:22:11.682Z+ mkdir ./out/mgd
6282023-10-26T22:22:11.688Z+ cp -r out/downloads/root ./out/mgd/root
6292023-10-26T22:22:11.883Z+ set -o errexit
6302023-10-26T22:22:11.894Z+++ dirname ./tools/ci_download_transceiver_control
6312023-10-26T22:22:11.909Z++ cd ./tools
6322023-10-26T22:22:11.921Z++ pwd
6332023-10-26T22:22:11.932Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
6342023-10-26T22:22:11.942Z++ basename ./tools/ci_download_transceiver_control
6352023-10-26T22:22:11.946Z+ ARG0=ci_download_transceiver_control
6362023-10-26T22:22:11.953Z+ source /work/oxidecomputer/omicron/tools/transceiver_control_version
6372023-10-26T22:22:11.959Z++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a
6382023-10-26T22:22:11.966Z++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
6392023-10-26T22:22:11.972Z+ TARGET_DIR=out
6402023-10-26T22:22:11.978Z+ DOWNLOAD_DIR=out/downloads
6412023-10-26T22:22:11.985Z+ DEST_DIR=./out/transceiver-control
6422023-10-26T22:22:11.990Z+ BIN_DIR=/opt/oxide/bin
6432023-10-26T22:22:12.004Z+ BINARY=xcvradm
6442023-10-26T22:22:12.047Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
6452023-10-26T22:22:12.075Z+ REPO=oxidecomputer/transceiver-control
6462023-10-26T22:22:12.087Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a
6472023-10-26T22:22:12.096Z+ main
6482023-10-26T22:22:12.104Z+ [[ 0 != 0 ]]
6492023-10-26T22:22:12.112Z+ CIDL_OS=solaris2.11
6502023-10-26T22:22:12.127Z+ [[ 0 != 0 ]]
6512023-10-26T22:22:12.548Z+ configure_os solaris2.11
6522023-10-26T22:22:12.559Z+ echo 'current directory: /work/oxidecomputer/omicron'
6532023-10-26T22:22:12.572Zcurrent directory: /work/oxidecomputer/omicron
6542023-10-26T22:22:12.584Z+ echo 'configuring based on OS: "solaris2.11"'
6552023-10-26T22:22:12.595Zconfiguring based on OS: "solaris2.11"
6562023-10-26T22:22:12.603Z+ case "$1" in
6572023-10-26T22:22:12.614Z+ SET_BINARIES=
6582023-10-26T22:22:12.627Z+ CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
6592023-10-26T22:22:12.636Z+ CIDL_SHA256FUNC=do_sha256sum
6602023-10-26T22:22:12.644Z+ ARCHIVE_FILENAME=xcvradm.gz
6612023-10-26T22:22:12.652Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz
6622023-10-26T22:22:12.662Z+ ARCHIVE_FILE=out/downloads/xcvradm.gz
6632023-10-26T22:22:12.670Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz'
6642023-10-26T22:22:12.677ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz
6652023-10-26T22:22:12.690Z+ echo 'Local file: out/downloads/xcvradm.gz'
6662023-10-26T22:22:12.695ZLocal file: out/downloads/xcvradm.gz
6672023-10-26T22:22:12.699Z+ mkdir -p out/downloads
6682023-10-26T22:22:12.702Z+ mkdir -p ./out/transceiver-control
6692023-10-26T22:22:12.707Z+ fetch_and_verify
6702023-10-26T22:22:12.711Z+ local DO_DOWNLOAD=true
6712023-10-26T22:22:12.715Z+ [[ -f out/downloads/xcvradm.gz ]]
6722023-10-26T22:22:12.721Z+ '[' true == true ']'
6732023-10-26T22:22:12.727Z+ echo Downloading...
6742023-10-26T22:22:12.732ZDownloading...
6752023-10-26T22:22:12.737Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz
6762023-10-26T22:22:12.741Z+ 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
6772023-10-26T22:22:14.205Z++ do_sha256sum out/downloads/xcvradm.gz
6782023-10-26T22:22:14.211Z++ sha256sum
6792023-10-26T22:22:14.216Z++ awk '{print $1}'
6802023-10-26T22:22:14.223Z+ calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
6812023-10-26T22:22:14.228Z+ [[ 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 ]]
6822023-10-26T22:22:14.236Z+ do_unpack out/downloads/xcvradm.gz
6832023-10-26T22:22:14.243Z+ mkdir -p out/downloads/root//opt/oxide/bin
6842023-10-26T22:22:14.249Z+ gzip -dc out/downloads/xcvradm.gz
6852023-10-26T22:22:14.391Z+ chmod +x out/downloads/root//opt/oxide/bin/xcvradm
6862023-10-26T22:22:14.408Z+ do_assemble
6872023-10-26T22:22:14.419Z+ rm -r ./out/transceiver-control
6882023-10-26T22:22:14.435Z+ mkdir ./out/transceiver-control
6892023-10-26T22:22:14.447Z+ cp -r out/downloads/root ./out/transceiver-control/root
6902023-10-26T22:22:14.636ZAll builder prerequisites installed successfully, and PATH looks valid
6912023-10-26T22:22:14.639Z
6922023-10-26T22:22:14.643Zreal 2:01.699714043
6932023-10-26T22:22:14.646Zuser 51.945867544
6942023-10-26T22:22:14.649Zsys 10.490277980
6952023-10-26T22:22:14.652Ztrap 0.027868416
6962023-10-26T22:22:14.655Ztflt 0.254090517
6972023-10-26T22:22:14.662Zdflt 1.057995548
6982023-10-26T22:22:14.667Zkflt 0.200544510
6992023-10-26T22:22:14.670Zlock 2.130347868
7002023-10-26T22:22:14.677Zslp 3:48.923661213
7012023-10-26T22:22:14.685Zlat 4.188614694
7022023-10-26T22:22:14.693Zstop 0.076428550
7032023-10-26T22:22:14.702Z
7042023-10-26T22:22:14.708Z #### # # ##### ##### # #
7052023-10-26T22:22:14.716Z # # # # # # # # # #
7062023-10-26T22:22:14.733Z # # # # # # # #
7072023-10-26T22:22:14.746Z # # # ##### ##### #
7082023-10-26T22:22:14.764Z # # # # # # #
7092023-10-26T22:22:14.786Z #### ###### # # # #
7102023-10-26T22:22:14.795Z
7112023-10-26T22:22:15.005Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
7122023-10-26T22:22:15.394Z Updating crates.io index
7132023-10-26T22:22:15.406Z Updating git repository `https://github.com/oxidecomputer/dropshot`
7142023-10-26T22:22:16.411Z Updating git repository `https://github.com/oxidecomputer/progenitor`
7152023-10-26T22:22:18.462Z Updating git repository `http://github.com/oxidecomputer/serde_human_bytes`
7162023-10-26T22:22:19.029Z Updating git repository `http://github.com/oxidecomputer/tofino`
7172023-10-26T22:22:19.341Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
7182023-10-26T22:22:20.028Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
7192023-10-26T22:22:20.035Z Updating git repository `https://github.com/oxidecomputer/propolis`
7202023-10-26T22:22:20.802Z Updating git repository `https://github.com/oxidecomputer/crucible`
7212023-10-26T22:22:22.552Z Updating git repository `https://github.com/oxidecomputer/opte`
7222023-10-26T22:22:23.483Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
7232023-10-26T22:22:23.852Z Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel`
7242023-10-26T22:22:24.311Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
7252023-10-26T22:22:24.870Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
7262023-10-26T22:22:25.188Z Updating git repository `http://github.com/oxidecomputer/sprockets`
7272023-10-26T22:22:26.003Z Updating git repository `https://github.com/oxidecomputer/diesel-dtrace`
7282023-10-26T22:22:26.021Z Updating git repository `https://github.com/njaremko/samael`
7292023-10-26T22:22:26.456Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
7302023-10-26T22:22:27.006Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
7312023-10-26T22:22:27.426Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
7322023-10-26T22:22:27.864Z Updating git repository `https://github.com/jgallagher/nix`
7332023-10-26T22:22:29.169Z Updating git repository `https://github.com/cbiffle/hubpack`
7342023-10-26T22:22:29.573Z Updating git repository `https://github.com/oxidecomputer/omicron`
7352023-10-26T22:22:47.671Z Updating git repository `https://github.com/oxidecomputer/rfb`
7362023-10-26T22:22:48.110Z Updating git repository `https://github.com/oxidecomputer/typify`
7372023-10-26T22:22:49.120Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
7382023-10-26T22:22:49.499Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
7392023-10-26T22:22:49.815Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
7402023-10-26T22:22:51.251Z Downloading crates ...
7412023-10-26T22:22:51.426Z Downloaded cargo-platform v0.1.3
7422023-10-26T22:22:51.442Z Downloaded camino v1.1.6
7432023-10-26T22:22:51.458Z Downloaded quote v1.0.33
7442023-10-26T22:22:51.474Z Downloaded clap_lex v0.5.1
7452023-10-26T22:22:51.491Z Downloaded serde_spanned v0.6.3
7462023-10-26T22:22:51.510Z Downloaded indexmap v2.0.0
7472023-10-26T22:22:51.527Z Downloaded colorchoice v1.0.0
7482023-10-26T22:22:51.543Z Downloaded equivalent v1.0.1
7492023-10-26T22:22:51.563Z Downloaded bitflags v1.3.2
7502023-10-26T22:22:51.588Z Downloaded heck v0.4.1
7512023-10-26T22:22:51.604Z Downloaded thiserror-impl v1.0.49
7522023-10-26T22:22:51.641Z Downloaded toml_datetime v0.6.3
7532023-10-26T22:22:51.650Z Downloaded anstyle-query v1.0.0
7542023-10-26T22:22:51.661Z Downloaded clap_derive v4.4.2
7552023-10-26T22:22:51.670Z Downloaded errno v0.3.2
7562023-10-26T22:22:51.678Z Downloaded cargo_metadata v0.18.0
7572023-10-26T22:22:51.691Z Downloaded cargo_toml v0.16.3
7582023-10-26T22:22:51.699Z Downloaded anstream v0.5.0
7592023-10-26T22:22:51.710Z Downloaded strsim v0.10.0
7602023-10-26T22:22:51.719Z Downloaded thiserror v1.0.49
7612023-10-26T22:22:51.729Z Downloaded utf8parse v0.2.1
7622023-10-26T22:22:51.738Z Downloaded semver v1.0.20
7632023-10-26T22:22:51.748Z Downloaded itoa v1.0.9
7642023-10-26T22:22:51.757Z Downloaded anstyle v1.0.2
7652023-10-26T22:22:51.765Z Downloaded terminal_size v0.2.6
7662023-10-26T22:22:51.775Z Downloaded anstyle-parse v0.2.1
7672023-10-26T22:22:51.781Z Downloaded ryu v1.0.15
7682023-10-26T22:22:51.785Z Downloaded clap v4.4.3
7692023-10-26T22:22:51.794Z Downloaded serde_derive v1.0.188
7702023-10-26T22:22:51.798Z Downloaded toml v0.8.0
7712023-10-26T22:22:51.801Z Downloaded unicode-ident v1.0.12
7722023-10-26T22:22:51.803Z Downloaded anyhow v1.0.75
7732023-10-26T22:22:51.806Z Downloaded memchr v2.6.3
7742023-10-26T22:22:51.809Z Downloaded toml_edit v0.20.0
7752023-10-26T22:22:51.813Z Downloaded winnow v0.5.15
7762023-10-26T22:22:51.817Z Downloaded clap_builder v4.4.2
7772023-10-26T22:22:51.820Z Downloaded proc-macro2 v1.0.67
7782023-10-26T22:22:51.823Z Downloaded syn v2.0.32
7792023-10-26T22:22:51.826Z Downloaded rustix v0.37.23
7802023-10-26T22:22:51.829Z Downloaded libc v0.2.149
7812023-10-26T22:22:51.832Z Downloaded serde_json v1.0.107
7822023-10-26T22:22:51.836Z Downloaded hashbrown v0.14.0
7832023-10-26T22:22:51.839Z Downloaded serde v1.0.188
7842023-10-26T22:22:51.843Z Downloaded io-lifetimes v1.0.11
7852023-10-26T22:22:51.883Z Compiling proc-macro2 v1.0.67
7862023-10-26T22:22:51.886Z Compiling unicode-ident v1.0.12
7872023-10-26T22:22:51.889Z Compiling serde v1.0.188
7882023-10-26T22:22:51.892Z Compiling libc v0.2.149
7892023-10-26T22:22:51.895Z Compiling io-lifetimes v1.0.11
7902023-10-26T22:22:51.900Z Compiling rustix v0.37.23
7912023-10-26T22:22:51.905Z Compiling utf8parse v0.2.1
7922023-10-26T22:22:51.908Z Compiling equivalent v1.0.1
7932023-10-26T22:22:52.139Z Compiling bitflags v1.3.2
7942023-10-26T22:22:52.220Z Compiling hashbrown v0.14.0
7952023-10-26T22:22:52.238Z Compiling anstyle-parse v0.2.1
7962023-10-26T22:22:52.273Z Compiling semver v1.0.20
7972023-10-26T22:22:52.676Z Compiling colorchoice v1.0.0
7982023-10-26T22:22:52.830Z Compiling thiserror v1.0.49
7992023-10-26T22:22:53.510Z Compiling indexmap v2.0.0
8002023-10-26T22:22:54.447Z Compiling winnow v0.5.15
8012023-10-26T22:22:54.468Z Compiling anstyle-query v1.0.0
8022023-10-26T22:22:54.597Z Compiling anstyle v1.0.2
8032023-10-26T22:22:54.657Z Compiling camino v1.1.6
8042023-10-26T22:22:54.698Z Compiling serde_json v1.0.107
8052023-10-26T22:22:55.047Z Compiling ryu v1.0.15
8062023-10-26T22:22:55.144Z Compiling anstream v0.5.0
8072023-10-26T22:22:55.306Z Compiling itoa v1.0.9
8082023-10-26T22:22:55.403Z Compiling strsim v0.10.0
8092023-10-26T22:22:55.523Z Compiling clap_lex v0.5.1
8102023-10-26T22:22:55.616Z Compiling anyhow v1.0.75
8112023-10-26T22:22:55.657Z Compiling heck v0.4.1
8122023-10-26T22:22:56.205Z Compiling quote v1.0.33
8132023-10-26T22:22:56.617Z Compiling errno v0.3.2
8142023-10-26T22:22:56.877Z Compiling syn v2.0.32
8152023-10-26T22:22:58.233Z Compiling terminal_size v0.2.6
8162023-10-26T22:22:58.368Z Compiling clap_builder v4.4.2
8172023-10-26T22:23:03.900Z Compiling serde_derive v1.0.188
8182023-10-26T22:23:03.916Z Compiling thiserror-impl v1.0.49
8192023-10-26T22:23:03.929Z Compiling clap_derive v4.4.2
8202023-10-26T22:23:07.960Z Compiling clap v4.4.3
8212023-10-26T22:23:16.403Z Compiling toml_datetime v0.6.3
8222023-10-26T22:23:16.406Z Compiling serde_spanned v0.6.3
8232023-10-26T22:23:16.410Z Compiling cargo-platform v0.1.3
8242023-10-26T22:23:16.501Z Compiling toml_edit v0.20.0
8252023-10-26T22:23:18.223Z Compiling cargo_metadata v0.18.0
8262023-10-26T22:23:19.714Z Compiling toml v0.8.0
8272023-10-26T22:23:20.634Z Compiling cargo_toml v0.16.3
8282023-10-26T22:23:26.413Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
8292023-10-26T22:23:27.542Z Finished dev [unoptimized + debuginfo] target(s) in 1m 12s
8302023-10-26T22:23:27.761Z Running `target/debug/xtask clippy`
8312023-10-26T22:23:27.813Zrunning: "/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/cargo" "clippy" "--all-targets" "--" "--deny" "warnings" "--allow" "clippy::style"
8322023-10-26T22:23:28.690Z Downloading crates ...
8332023-10-26T22:23:28.937Z Downloaded cancel-safe-futures v0.1.2
8342023-10-26T22:23:28.953Z Downloaded basic-toml v0.1.4
8352023-10-26T22:23:28.982Z Downloaded number_prefix v0.4.0
8362023-10-26T22:23:28.992Z Downloaded chacha20 v0.9.1
8372023-10-26T22:23:28.998Z Downloaded num-rational v0.4.1
8382023-10-26T22:23:29.002Z Downloaded nu-ansi-term v0.49.0
8392023-10-26T22:23:29.008Z Downloaded rstest_macros v0.18.2
8402023-10-26T22:23:29.013Z Downloaded memoffset v0.9.0
8412023-10-26T22:23:29.025Z Downloaded newline-converter v0.3.0
8422023-10-26T22:23:29.035Z Downloaded macaddr v1.0.1
8432023-10-26T22:23:29.040Z Downloaded linked-hash-map v0.5.6
8442023-10-26T22:23:29.044Z Downloaded home v0.5.5
8452023-10-26T22:23:29.048Z Downloaded num v0.4.1
8462023-10-26T22:23:29.051Z Downloaded iana-time-zone v0.1.57
8472023-10-26T22:23:29.058Z Downloaded lru-cache v0.1.2
8482023-10-26T22:23:29.062Z Downloaded crc v3.0.1
8492023-10-26T22:23:29.067Z Downloaded bb8 v0.8.1
8502023-10-26T22:23:29.070Z Downloaded async-stream v0.3.5
8512023-10-26T22:23:29.075Z Downloaded mime_guess v2.0.4
8522023-10-26T22:23:29.079Z Downloaded bit-vec v0.6.3
8532023-10-26T22:23:29.082Z Downloaded bitfield v0.14.0
8542023-10-26T22:23:29.086Z Downloaded httptest v0.15.4
8552023-10-26T22:23:29.091Z Downloaded crossbeam-deque v0.8.3
8562023-10-26T22:23:29.095Z Downloaded ipnetwork v0.20.0
8572023-10-26T22:23:29.099Z Downloaded assert_matches v1.5.0
8582023-10-26T22:23:29.103Z Downloaded num_enum_derive v0.7.0
8592023-10-26T22:23:29.106Z Downloaded tinyvec_macros v0.1.1
8602023-10-26T22:23:29.110Z Downloaded strum_macros v0.25.2
8612023-10-26T22:23:29.114Z Downloaded bitflags v2.4.0
8622023-10-26T22:23:29.121Z Downloaded crucible-workspace-hack v0.1.0
8632023-10-26T22:23:29.125Z Downloaded crc32fast v1.3.2
8642023-10-26T22:23:29.130Z Downloaded take_mut v0.2.2
8652023-10-26T22:23:29.133Z Downloaded backoff v0.4.0
8662023-10-26T22:23:29.138Z Downloaded dtrace-parser v0.1.14
8672023-10-26T22:23:29.141Z Downloaded usdt-attr-macro v0.3.5
8682023-10-26T22:23:29.145Z Downloaded crunchy v0.2.2
8692023-10-26T22:23:29.149Z Downloaded thiserror-impl-no-std v2.0.2
8702023-10-26T22:23:29.578Z Downloaded async-recursion v1.0.5
8712023-10-26T22:23:29.584Z Downloaded either v1.9.0
8722023-10-26T22:23:29.592Z Downloaded arrayvec v0.7.4
8732023-10-26T22:23:29.606Z Downloaded num-traits v0.2.16
8742023-10-26T22:23:29.619Z Downloaded futures-sink v0.3.28
8752023-10-26T22:23:29.625Z Downloaded unicode-linebreak v0.1.5
8762023-10-26T22:23:29.634Z Downloaded termtree v0.4.1
8772023-10-26T22:23:29.649Z Downloaded smf v0.2.2
8782023-10-26T22:23:29.660Z Downloaded dirs-sys-next v0.1.2
8792023-10-26T22:23:29.672Z Downloaded miniz_oxide v0.7.1
8802023-10-26T22:23:30.093Z Downloaded getopts v0.2.21
8812023-10-26T22:23:30.101Z Downloaded ansi_term v0.12.1
8822023-10-26T22:23:30.107Z Downloaded peeking_take_while v0.1.2
8832023-10-26T22:23:30.113Z Downloaded path-dedot v3.1.0
8842023-10-26T22:23:30.116Z Downloaded unicase v2.7.0
8852023-10-26T22:23:30.122Z Downloaded term v0.7.0
8862023-10-26T22:23:30.129Z Downloaded derive_builder_core v0.12.0
8872023-10-26T22:23:30.138Z Downloaded base64 v0.21.5
8882023-10-26T22:23:30.143Z Downloaded blake2 v0.10.6
8892023-10-26T22:23:30.150Z Downloaded path-slash v0.1.5
8902023-10-26T22:23:30.154Z Downloaded vte_generate_state_changes v0.1.1
8912023-10-26T22:23:30.160Z Downloaded tungstenite v0.18.0
8922023-10-26T22:23:30.170Z Downloaded getrandom v0.2.10
8932023-10-26T22:23:30.176Z Downloaded darling_macro v0.20.3
8942023-10-26T22:23:30.181Z Downloaded darling_macro v0.14.4
8952023-10-26T22:23:30.190Z Downloaded tower-service v0.3.2
8962023-10-26T22:23:30.198Z Downloaded stable_deref_trait v1.2.0
8972023-10-26T22:23:30.203Z Downloaded signal-hook-mio v0.2.3
8982023-10-26T22:23:30.209Z Downloaded serial_test_derive v0.10.0
8992023-10-26T22:23:30.218Z Downloaded strip-ansi-escapes v0.2.0
9002023-10-26T22:23:30.225Z Downloaded zerocopy v0.6.4
9012023-10-26T22:23:30.240Z Downloaded heck v0.3.3
9022023-10-26T22:23:30.247Z Downloaded toolchain_find v0.2.0
9032023-10-26T22:23:30.252Z Downloaded textwrap v0.11.0
9042023-10-26T22:23:30.257Z Downloaded polyval v0.6.1
9052023-10-26T22:23:30.268Z Downloaded sha1 v0.10.5
9062023-10-26T22:23:30.281Z Downloaded tinytemplate v1.2.1
9072023-10-26T22:23:30.702Z Downloaded yasna v0.5.2
9082023-10-26T22:23:30.711Z Downloaded wyz v0.5.1
9092023-10-26T22:23:31.131Z Downloaded ahash v0.8.3
9102023-10-26T22:23:31.176Z Downloaded ff v0.13.0
9112023-10-26T22:23:31.190Z Downloaded endian-type v0.1.2
9122023-10-26T22:23:32.418Z Downloaded datatest-stable v0.2.3
9132023-10-26T22:23:32.445Z Downloaded rustc-hash v1.1.0
9142023-10-26T22:23:32.453Z Downloaded pest_meta v2.7.2
9152023-10-26T22:23:32.464Z Downloaded salty v0.2.0
9162023-10-26T22:23:32.481Z Downloaded openssl-probe v0.1.5
9172023-10-26T22:23:32.497Z Downloaded usdt-macro v0.3.5
9182023-10-26T22:23:32.510Z Downloaded serde-big-array v0.5.1
9192023-10-26T22:23:32.927Z Downloaded phf_shared v0.10.0
9202023-10-26T22:23:32.935Z Downloaded stringprep v0.1.3
9212023-10-26T22:23:32.939Z Downloaded oso-derive v0.26.4
9222023-10-26T22:23:32.948Z Downloaded test-strategy v0.2.1
9232023-10-26T22:23:32.955Z Downloaded debug-ignore v1.0.5
9242023-10-26T22:23:32.962Z Downloaded tokio-native-tls v0.3.1
9252023-10-26T22:23:32.969Z Downloaded fd-lock v3.0.13
9262023-10-26T22:23:32.982Z Downloaded downcast v0.11.0
9272023-10-26T22:23:32.995Z Downloaded rustc_version v0.1.7
9282023-10-26T22:23:33.003Z Downloaded spki v0.7.2
9292023-10-26T22:23:33.010Z Downloaded smallvec v0.6.14
9302023-10-26T22:23:33.020Z Downloaded elliptic-curve v0.13.5
9312023-10-26T22:23:33.028Z Downloaded precomputed-hash v0.1.1
9322023-10-26T22:23:33.034Z Downloaded fastrand v2.0.0
9332023-10-26T22:23:33.062Z Downloaded semver v0.1.20
9342023-10-26T22:23:33.072Z Downloaded pin-project-internal v1.1.3
9352023-10-26T22:23:33.082Z Downloaded funty v2.0.0
9362023-10-26T22:23:33.093Z Downloaded serial_test v0.10.0
9372023-10-26T22:23:33.104Z Downloaded fallible-streaming-iterator v0.1.9
9382023-10-26T22:23:33.114Z Downloaded wait-timeout v0.2.0
9392023-10-26T22:23:33.131Z Downloaded dirs-next v2.0.0
9402023-10-26T22:23:33.145Z Downloaded which v4.4.0
9412023-10-26T22:23:33.153Z Downloaded dof v0.1.5
9422023-10-26T22:23:33.165Z Downloaded doc-comment v0.3.3
9432023-10-26T22:23:33.179Z Downloaded parse-display v0.7.0
9442023-10-26T22:23:34.430Z Downloaded parking_lot_core v0.8.6
9452023-10-26T22:23:34.845Z Downloaded spin v0.9.8
9462023-10-26T22:23:34.858Z Downloaded serde_yaml v0.9.25
9472023-10-26T22:23:34.871Z Downloaded tempdir v0.3.7
9482023-10-26T22:23:34.885Z Downloaded derive_builder v0.12.0
9492023-10-26T22:23:35.918Z Downloaded predicates-tree v1.0.9
9502023-10-26T22:23:35.932Z Downloaded ron v0.8.1
9512023-10-26T22:23:36.367Z Downloaded usdt v0.3.5
9522023-10-26T22:23:36.416Z Downloaded erased-serde v0.3.30
9532023-10-26T22:23:36.837Z Downloaded darling_core v0.14.4
9542023-10-26T22:23:36.842Z Downloaded deranged v0.3.8
9552023-10-26T22:23:36.846Z Downloaded crossterm v0.26.1
9562023-10-26T22:23:36.852Z Downloaded cstr-argument v0.1.2
9572023-10-26T22:23:36.856Z Downloaded serde-hex v0.1.0
9582023-10-26T22:23:36.860Z Downloaded scopeguard v1.2.0
9592023-10-26T22:23:36.870Z Downloaded schemars_derive v0.8.13
9602023-10-26T22:23:37.287Z Downloaded foreign-types-shared v0.3.1
9612023-10-26T22:23:37.291Z Downloaded foreign-types-shared v0.1.1
9622023-10-26T22:23:37.295Z Downloaded serde_urlencoded v0.7.1
9632023-10-26T22:23:37.299Z Downloaded serde_plain v1.0.2
9642023-10-26T22:23:37.304Z Downloaded zeroize_derive v1.4.2
9652023-10-26T22:23:37.313Z Downloaded half v1.8.2
9662023-10-26T22:23:37.331Z Downloaded slog-term v2.9.0
9672023-10-26T22:23:37.337Z Downloaded diesel_table_macro_syntax v0.1.0
9682023-10-26T22:23:37.341Z Downloaded subtle v2.5.0
9692023-10-26T22:23:37.345Z Downloaded fs-err v2.9.0
9702023-10-26T22:23:37.349Z Downloaded serde_path_to_error v0.1.14
9712023-10-26T22:23:37.353Z Downloaded der v0.7.8
9722023-10-26T22:23:37.359Z Downloaded derive_builder_macro v0.12.0
9732023-10-26T22:23:37.366Z Downloaded signature v2.1.0
9742023-10-26T22:23:37.369Z Downloaded synstructure v0.12.6
9752023-10-26T22:23:37.372Z Downloaded dyn-clone v1.0.13
9762023-10-26T22:23:37.377Z Downloaded rand v0.4.6
9772023-10-26T22:23:37.381Z Downloaded structopt v0.3.26
9782023-10-26T22:23:37.387Z Downloaded yansi v0.5.1
9792023-10-26T22:23:37.811Z Downloaded unicode-bidi v0.3.13
9802023-10-26T22:23:37.820Z Downloaded oorandom v11.1.3
9812023-10-26T22:23:37.824Z Downloaded fnv v1.0.7
9822023-10-26T22:23:37.828Z Downloaded structopt-derive v0.4.18
9832023-10-26T22:23:37.836Z Downloaded rust-argon2 v1.0.1
9842023-10-26T22:23:37.845Z Downloaded foreign-types v0.3.2
9852023-10-26T22:23:37.851Z Downloaded darling_core v0.20.3
9862023-10-26T22:23:37.855Z Downloaded zerocopy v0.3.0
9872023-10-26T22:23:37.866Z Downloaded env_logger v0.9.3
9882023-10-26T22:23:37.872Z Downloaded signal-hook-registry v1.4.1
9892023-10-26T22:23:37.881Z Downloaded flate2 v1.0.28
9902023-10-26T22:23:37.887Z Downloaded group v0.13.0
9912023-10-26T22:23:37.896Z Downloaded futures-timer v3.0.2
9922023-10-26T22:23:37.900Z Downloaded untrusted v0.7.1
9932023-10-26T22:23:37.908Z Downloaded hyper v0.14.27
9942023-10-26T22:23:37.916Z Downloaded slab v0.4.9
9952023-10-26T22:23:37.920Z Downloaded slog-envlogger v2.2.0
9962023-10-26T22:23:37.926Z Downloaded sha2 v0.10.8
9972023-10-26T22:23:37.930Z Downloaded postgres-protocol v0.6.6
9982023-10-26T22:23:37.935Z Downloaded rusty-fork v0.3.0
9992023-10-26T22:23:37.940Z Downloaded portable-atomic v1.4.3
10002023-10-26T22:23:37.946Z Downloaded remove_dir_all v0.5.3
10012023-10-26T22:23:37.952Z Downloaded pkcs1 v0.7.5
10022023-10-26T22:23:37.955Z Downloaded fatfs v0.3.6
10032023-10-26T22:23:37.960Z Downloaded tokio-postgres v0.7.10
10042023-10-26T22:23:37.966Z Downloaded slog-scope v4.4.0
10052023-10-26T22:23:37.972Z Downloaded schemars v0.8.13
10062023-10-26T22:23:38.014Z Downloaded tracing-attributes v0.1.26
10072023-10-26T22:23:38.036Z Downloaded toml v0.7.8
10082023-10-26T22:23:38.452Z Downloaded pest_derive v2.7.2
10092023-10-26T22:23:38.455Z Downloaded prettyplease v0.2.12
10102023-10-26T22:23:38.463Z Downloaded signal-hook v0.3.17
10112023-10-26T22:23:38.469Z Downloaded regex-automata v0.1.10
10122023-10-26T22:23:38.477Z Downloaded tar v0.4.40
10132023-10-26T22:23:38.488Z Downloaded trust-dns-server v0.22.1
10142023-10-26T22:23:38.497Z Downloaded url v2.4.1
10152023-10-26T22:23:38.504Z Downloaded trust-dns-client v0.22.0
10162023-10-26T22:23:38.510Z Downloaded oso v0.26.4
10172023-10-26T22:23:38.514Z Downloaded nom v7.1.3
10182023-10-26T22:23:38.518Z Downloaded serde_with v2.3.3
10192023-10-26T22:23:38.522Z Downloaded futures-util v0.3.28
10202023-10-26T22:23:38.527Z Downloaded unicode-segmentation v1.10.1
10212023-10-26T22:23:38.533Z Downloaded proptest v1.3.1
10222023-10-26T22:23:38.540Z Downloaded unsafe-libyaml v0.2.9
10232023-10-26T22:23:38.543Z Downloaded reedline v0.23.0
10242023-10-26T22:23:38.547Z Downloaded syn v1.0.109
10252023-10-26T22:23:38.550Z Downloaded ratatui v0.23.0
10262023-10-26T22:23:38.553Z Downloaded petgraph v0.6.4
10272023-10-26T22:23:38.559Z Downloaded pest v2.7.2
10282023-10-26T22:23:38.562Z Downloaded trust-dns-proto v0.22.0
10292023-10-26T22:23:38.565Z Downloaded regex-syntax v0.7.5
10302023-10-26T22:23:38.569Z Downloaded steno v0.4.0
10312023-10-26T22:23:38.572Z Downloaded tokio-util v0.7.10
10322023-10-26T22:23:38.575Z Downloaded openapiv3 v1.0.3
10332023-10-26T22:23:38.579Z Downloaded rusqlite v0.29.0
10342023-10-26T22:23:38.582Z Downloaded crossterm v0.27.0
10352023-10-26T22:23:38.586Z Downloaded idna v0.2.3
10362023-10-26T22:23:38.589Z Downloaded bitvec v1.0.1
10372023-10-26T22:23:38.592Z Downloaded h2 v0.3.21
10382023-10-26T22:23:38.599Z Downloaded git2 v0.17.2
10392023-10-26T22:23:38.619Z Downloaded zerocopy-derive v0.2.0
10402023-10-26T22:23:39.046Z Downloaded sled v0.34.7
10412023-10-26T22:23:39.060Z Downloaded polar-core v0.26.4
10422023-10-26T22:23:39.073Z Downloaded openssl v0.10.57
10432023-10-26T22:23:39.091Z Downloaded gimli v0.28.0
10442023-10-26T22:23:39.132Z Downloaded object v0.30.4
10452023-10-26T22:23:39.148Z Downloaded diesel v2.1.1
10462023-10-26T22:23:39.166Z Downloaded sha3 v0.10.8
10472023-10-26T22:23:39.190Z Downloaded object v0.32.1
10482023-10-26T22:23:39.204Z Downloaded zerocopy-derive v0.6.4
10492023-10-26T22:23:39.213Z Downloaded radix_trie v0.2.1
10502023-10-26T22:23:39.223Z Downloaded rustls v0.21.7
10512023-10-26T22:23:39.229Z Downloaded tokio v1.33.0
10522023-10-26T22:23:39.236Z Downloaded libgit2-sys v0.15.2+1.6.4
10532023-10-26T22:23:39.252Z Downloaded regex-automata v0.3.8
10542023-10-26T22:23:39.257Z Downloaded curve25519-dalek v4.1.0
10552023-10-26T22:23:39.263Z Downloaded smoltcp v0.9.1
10562023-10-26T22:23:39.271Z Downloaded libz-sys v1.1.12
10572023-10-26T22:23:39.280Z Downloaded regex-syntax v0.6.29
10582023-10-26T22:23:39.289Z Downloaded vcpkg v0.2.15
10592023-10-26T22:23:39.300Z Downloaded bzip2-sys v0.1.11+1.0.8
10602023-10-26T22:23:39.307Z Downloaded rustix v0.38.9
10612023-10-26T22:23:39.320Z Downloaded encoding_rs v0.8.33
10622023-10-26T22:23:39.335Z Downloaded bstr v0.2.17
10632023-10-26T22:23:39.344Z Downloaded smoltcp v0.8.2
10642023-10-26T22:23:39.350Z Downloaded lalrpop v0.19.12
10652023-10-26T22:23:39.356Z Downloaded plotters v0.3.5
10662023-10-26T22:23:39.366Z Downloaded rustls-webpki v0.101.4
10672023-10-26T22:23:39.379Z Downloaded bstr v1.6.0
10682023-10-26T22:23:39.389Z Downloaded bindgen v0.65.1
10692023-10-26T22:23:39.396Z Downloaded idna v0.4.0
10702023-10-26T22:23:39.404Z Downloaded nix v0.26.2
10712023-10-26T22:23:39.413Z Downloaded webpki-roots v0.25.2
10722023-10-26T22:23:39.427Z Downloaded clap v2.34.0
10732023-10-26T22:23:39.447Z Downloaded regress v0.7.1
10742023-10-26T22:23:39.465Z Downloaded regex v1.9.5
10752023-10-26T22:23:39.879Z Downloaded quick-xml v0.23.1
10762023-10-26T22:23:39.882Z Downloaded tabled v0.14.0
10772023-10-26T22:23:39.885Z Downloaded x509-cert v0.2.4
10782023-10-26T22:23:39.888Z Downloaded futures v0.3.28
10792023-10-26T22:23:39.892Z Downloaded pin-project v1.1.3
10802023-10-26T22:23:39.896Z Downloaded tracing v0.1.37
10812023-10-26T22:23:39.899Z Downloaded unicode-normalization v0.1.22
10822023-10-26T22:23:39.902Z Downloaded aho-corasick v1.0.4
10832023-10-26T22:23:39.905Z Downloaded tough v0.12.5
10842023-10-26T22:23:39.914Z Downloaded rayon v1.7.0
10852023-10-26T22:23:39.918Z Downloaded expectorate v1.1.0
10862023-10-26T22:23:39.921Z Downloaded itertools v0.11.0
10872023-10-26T22:23:39.925Z Downloaded reqwest v0.11.20
10882023-10-26T22:23:39.929Z Downloaded chrono v0.4.31
10892023-10-26T22:23:39.933Z Downloaded hashbrown v0.12.3
10902023-10-26T22:23:39.941Z Downloaded socket2 v0.5.4
10912023-10-26T22:23:39.948Z Downloaded zip v0.6.6
10922023-10-26T22:23:39.953Z Downloaded derive_more v0.99.17
10932023-10-26T22:23:39.958Z Downloaded uuid v1.4.1
10942023-10-26T22:23:39.964Z Downloaded heapless v0.7.16
10952023-10-26T22:23:39.971Z Downloaded rustversion v1.0.14
10962023-10-26T22:23:39.976Z Downloaded olpc-cjson v0.1.3
10972023-10-26T22:23:39.980Z Downloaded plotters-backend v0.3.5
10982023-10-26T22:23:39.987Z Downloaded poly1305 v0.8.0
10992023-10-26T22:23:39.991Z Downloaded tracing-core v0.1.31
11002023-10-26T22:23:39.997Z Downloaded aes v0.8.3
11012023-10-26T22:23:40.002Z Downloaded proc-macro-crate v1.3.1
11022023-10-26T22:23:40.010Z Downloaded slog-async v2.8.0
11032023-10-26T22:23:40.019Z Downloaded form_urlencoded v1.2.0
11042023-10-26T22:23:40.026Z Downloaded slog-json v2.6.1
11052023-10-26T22:23:40.038Z Downloaded proc-macro-error v1.0.4
11062023-10-26T22:23:40.043Z Downloaded parking_lot_core v0.9.8
11072023-10-26T22:23:40.046Z Downloaded slog v2.7.0
11082023-10-26T22:23:40.052Z Downloaded hkdf v0.12.3
11092023-10-26T22:23:40.083Z Downloaded libxml v0.3.3
11102023-10-26T22:23:40.086Z Downloaded tabled_derive v0.6.0
11112023-10-26T22:23:40.089Z Downloaded flagset v0.4.3
11122023-10-26T22:23:40.092Z Downloaded futures-executor v0.3.28
11132023-10-26T22:23:40.096Z Downloaded strum_macros v0.24.3
11142023-10-26T22:23:40.101Z Downloaded pest_generator v2.7.2
11152023-10-26T22:23:40.104Z Downloaded globset v0.4.13
11162023-10-26T22:23:40.108Z Downloaded serde_with_macros v2.3.3
11172023-10-26T22:23:40.113Z Downloaded tokio-rustls v0.24.1
11182023-10-26T22:23:40.116Z Downloaded postcard-cobs v0.1.5-pre
11192023-10-26T22:23:40.120Z Downloaded rtoolbox v0.0.1
11202023-10-26T22:23:40.123Z Downloaded crypto-common v0.1.6
11212023-10-26T22:23:40.126Z Downloaded hashbrown v0.13.2
11222023-10-26T22:23:40.129Z Downloaded serde_tokenstream v0.2.0
11232023-10-26T22:23:40.132Z Downloaded serde_derive_internals v0.26.0
11242023-10-26T22:23:40.135Z Downloaded fallible-iterator v0.2.0
11252023-10-26T22:23:40.138Z Downloaded glob v0.3.1
11262023-10-26T22:23:40.142Z Downloaded termcolor v1.2.0
11272023-10-26T22:23:40.145Z Downloaded platforms v3.0.2
11282023-10-26T22:23:40.148Z Downloaded rand v0.8.5
11292023-10-26T22:23:40.151Z Downloaded diff v0.1.13
11302023-10-26T22:23:40.169Z Downloaded snafu v0.7.5
11312023-10-26T22:23:40.586Z Downloaded ron v0.7.1
11322023-10-26T22:23:40.604Z Downloaded minimal-lexical v0.2.1
11332023-10-26T22:23:40.614Z Downloaded openssl-sys v0.9.93
11342023-10-26T22:23:40.618Z Downloaded libsqlite3-sys v0.26.0
11352023-10-26T22:23:40.621Z Downloaded ring v0.16.20
11362023-10-26T22:23:40.624Z Downloaded utf-8 v0.7.6
11372023-10-26T22:23:40.630Z Downloaded signal-hook-tokio v0.3.1
11382023-10-26T22:23:40.634Z Downloaded try-lock v0.2.4
11392023-10-26T22:23:40.637Z Downloaded display-error-chain v0.2.0
11402023-10-26T22:23:40.640Z Downloaded enum-as-inner v0.5.1
11412023-10-26T22:23:40.643Z Downloaded tokio-macros v2.1.0
11422023-10-26T22:23:40.646Z Downloaded thread-id v4.2.0
11432023-10-26T22:23:40.649Z Downloaded tinyvec v1.6.0
11442023-10-26T22:23:40.653Z Downloaded pkg-config v0.3.27
11452023-10-26T22:23:40.657Z Downloaded futures-core v0.3.28
11462023-10-26T22:23:40.660Z Downloaded pin-project-lite v0.2.13
11472023-10-26T22:23:40.663Z Downloaded headers v0.3.9
11482023-10-26T22:23:40.667Z Downloaded serde_arrays v0.1.0
11492023-10-26T22:23:40.670Z Downloaded der_derive v0.7.2
11502023-10-26T22:23:40.673Z Downloaded tokio-tungstenite v0.20.1
11512023-10-26T22:23:40.676Z Downloaded version_check v0.9.4
11522023-10-26T22:23:40.679Z Downloaded pretty_assertions v1.4.0
11532023-10-26T22:23:40.682Z Downloaded sct v0.7.0
11542023-10-26T22:23:40.685Z Downloaded num-bigint-dig v0.8.4
11552023-10-26T22:23:40.688Z Downloaded generic-array v0.14.7
11562023-10-26T22:23:40.691Z Downloaded time-macros v0.2.13
11572023-10-26T22:23:40.694Z Downloaded diesel_derives v2.1.1
11582023-10-26T22:23:40.697Z Downloaded thiserror-no-std v2.0.2
11592023-10-26T22:23:40.700Z Downloaded zeroize v1.6.0
11602023-10-26T22:23:40.703Z Downloaded predicates v2.1.5
11612023-10-26T22:23:40.707Z Downloaded tungstenite v0.20.1
11622023-10-26T22:23:40.711Z Downloaded similar v2.2.1
11632023-10-26T22:23:40.716Z Downloaded ref-cast-impl v1.0.20
11642023-10-26T22:23:40.723Z Downloaded ref-cast v1.0.20
11652023-10-26T22:23:40.730Z Downloaded resolv-conf v0.7.0
11662023-10-26T22:23:40.736Z Downloaded pem-rfc7468 v0.7.0
11672023-10-26T22:23:40.745Z Downloaded hashlink v0.8.3
11682023-10-26T22:23:40.753Z Downloaded flume v0.11.0
11692023-10-26T22:23:40.764Z Downloaded toml_edit v0.19.15
11702023-10-26T22:23:40.773Z Downloaded trust-dns-resolver v0.22.0
11712023-10-26T22:23:40.792Z Downloaded trybuild v1.0.85
11722023-10-26T22:23:40.796Z Downloaded criterion v0.5.1
11732023-10-26T22:23:40.800Z Downloaded digest v0.10.7
11742023-10-26T22:23:40.804Z Downloaded string_cache v0.8.7
11752023-10-26T22:23:40.809Z Downloaded predicates-core v1.0.6
11762023-10-26T22:23:40.819Z Downloaded ppv-lite86 v0.2.17
11772023-10-26T22:23:40.831Z Downloaded twox-hash v1.6.3
11782023-10-26T22:23:41.672Z Downloaded futures-task v0.3.28
11792023-10-26T22:23:41.685Z Downloaded unicode-width v0.1.11
11802023-10-26T22:23:41.692Z Downloaded vte v0.11.1
11812023-10-26T22:23:41.704Z Downloaded vsss-rs v3.3.1
11822023-10-26T22:23:41.721Z Downloaded smallvec v1.11.0
11832023-10-26T22:23:41.735Z Downloaded headers-core v0.2.0
11842023-10-26T22:23:41.750Z Downloaded hash32 v0.2.1
11852023-10-26T22:23:42.180Z Downloaded derive-where v1.2.5
11862023-10-26T22:23:42.196Z Downloaded backtrace v0.3.69
11872023-10-26T22:23:42.210Z Downloaded snafu-derive v0.7.5
11882023-10-26T22:23:42.223Z Downloaded strsim v0.8.0
11892023-10-26T22:23:42.243Z Downloaded spin v0.5.2
11902023-10-26T22:23:42.262Z Downloaded tui-tree-widget v0.13.0
11912023-10-26T22:23:42.679Z Downloaded num-bigint v0.4.4
11922023-10-26T22:23:42.694Z Downloaded time v0.3.27
11932023-10-26T22:23:42.710Z Downloaded papergrid v0.10.0
11942023-10-26T22:23:42.720Z Downloaded http v0.2.9
11952023-10-26T22:23:42.731Z Downloaded subprocess v0.2.9
11962023-10-26T22:23:42.744Z Downloaded toml v0.5.11
11972023-10-26T22:23:42.750Z Downloaded rayon-core v1.11.0
11982023-10-26T22:23:42.763Z Downloaded percent-encoding v2.3.0
11992023-10-26T22:23:42.781Z Downloaded tiny-keccak v2.0.2
12002023-10-26T22:23:42.797Z Downloaded rustls-pemfile v1.0.3
12012023-10-26T22:23:42.815Z Downloaded rustls-native-certs v0.6.3
12022023-10-26T22:23:42.833Z Downloaded pin-utils v0.1.0
12032023-10-26T22:23:42.875Z Downloaded darling v0.20.3
12042023-10-26T22:23:42.897Z Downloaded difflib v0.4.0
12052023-10-26T22:23:42.906Z Downloaded postgres-types v0.2.6
12062023-10-26T22:23:42.917Z Downloaded pkcs8 v0.10.2
12072023-10-26T22:23:42.927Z Downloaded parking_lot v0.11.2
12082023-10-26T22:23:43.342Z Downloaded fragile v2.0.0
12092023-10-26T22:23:43.355Z Downloaded foreign-types v0.5.0
12102023-10-26T22:23:43.370Z Downloaded rsa v0.9.2
12112023-10-26T22:23:43.389Z Downloaded secrecy v0.8.0
12122023-10-26T22:23:43.405Z Downloaded topological-sort v0.2.2
12132023-10-26T22:23:43.432Z Downloaded futures-channel v0.3.28
12142023-10-26T22:23:43.448Z Downloaded filetime v0.2.22
12152023-10-26T22:23:43.461Z Downloaded itertools v0.10.5
12162023-10-26T22:23:43.470Z Downloaded arc-swap v1.6.0
12172023-10-26T22:23:43.891Z Downloaded allocator-api2 v0.2.16
12182023-10-26T22:23:43.920Z Downloaded slog-stdlog v4.1.1
12192023-10-26T22:23:44.333Z Downloaded env_logger v0.10.0
12202023-10-26T22:23:44.344Z Downloaded password-hash v0.5.0
12212023-10-26T22:23:44.356Z Downloaded parking_lot v0.12.1
12222023-10-26T22:23:44.361Z Downloaded pretty-hex v0.3.0
12232023-10-26T22:23:44.376Z Downloaded rpassword v7.2.0
12242023-10-26T22:23:44.388Z Downloaded plotters-svg v0.3.5
12252023-10-26T22:23:44.399Z Downloaded owo-colors v3.5.0
12262023-10-26T22:23:44.410Z Downloaded dashmap v5.5.1
12272023-10-26T22:23:44.424Z Downloaded fixedbitset v0.4.2
12282023-10-26T22:23:44.430Z Downloaded walkdir v2.4.0
12292023-10-26T22:23:44.444Z Downloaded data-encoding v2.4.0
12302023-10-26T22:23:44.455Z Downloaded ctr v0.9.2
12312023-10-26T22:23:44.471Z Downloaded predicates v3.0.4
12322023-10-26T22:23:44.483Z Downloaded pem v1.1.1
12332023-10-26T22:23:44.494Z Downloaded paste v1.0.14
12342023-10-26T22:23:44.504Z Downloaded relative-path v1.9.0
12352023-10-26T22:23:44.517Z Downloaded phf v0.11.2
12362023-10-26T22:23:44.527Z Downloaded partial-io v0.5.4
12372023-10-26T22:23:44.538Z Downloaded parse-display-derive v0.7.0
12382023-10-26T22:23:44.554Z Downloaded packed_struct_codegen v0.10.1
12392023-10-26T22:23:44.569Z Downloaded rustc-demangle v0.1.23
12402023-10-26T22:23:44.580Z Downloaded foreign-types-macros v0.2.3
12412023-10-26T22:23:44.591Z Downloaded float-cmp v0.9.0
12422023-10-26T22:23:44.606Z Downloaded waitgroup v0.1.2
12432023-10-26T22:23:44.618Z Downloaded crypto-bigint v0.5.2
12442023-10-26T22:23:44.631Z Downloaded crossbeam-utils v0.8.16
12452023-10-26T22:23:44.644Z Downloaded whoami v1.4.1
12462023-10-26T22:23:44.656Z Downloaded postcard v0.7.3
12472023-10-26T22:23:44.666Z Downloaded tempfile v3.8.0
12482023-10-26T22:23:44.679Z Downloaded omicron-zone-package v0.8.3
12492023-10-26T22:23:44.688Z Downloaded typenum v1.16.0
12502023-10-26T22:23:44.695Z Downloaded indicatif v0.17.7
12512023-10-26T22:23:44.700Z Downloaded rand_xorshift v0.3.0
12522023-10-26T22:23:44.706Z Downloaded radium v0.7.0
12532023-10-26T22:23:44.728Z Downloaded xattr v1.0.1
12542023-10-26T22:23:44.733Z Downloaded quick-error v1.2.3
12552023-10-26T22:23:44.738Z Downloaded textwrap v0.16.0
12562023-10-26T22:23:44.747Z Downloaded pretty-hex v0.2.1
12572023-10-26T22:23:44.755Z Downloaded phf_shared v0.11.2
12582023-10-26T22:23:44.758Z Downloaded packed_struct v0.10.1
12592023-10-26T22:23:44.765Z Downloaded once_cell v1.18.0
12602023-10-26T22:23:44.770Z Downloaded ucd-trie v0.1.6
12612023-10-26T22:23:44.778Z Downloaded rcgen v0.10.0
12622023-10-26T22:23:44.783Z Downloaded termios v0.3.3
12632023-10-26T22:23:44.789Z Downloaded usdt-impl v0.3.5
12642023-10-26T22:23:44.797Z Downloaded rand_core v0.6.4
12652023-10-26T22:23:44.805Z Downloaded async-trait v0.1.74
12662023-10-26T22:23:44.810Z Downloaded thread_local v1.1.7
12672023-10-26T22:23:44.818Z Downloaded rand_chacha v0.3.1
12682023-10-26T22:23:44.843Z Downloaded r2d2 v0.8.10
12692023-10-26T22:23:44.854Z Downloaded proc-macro-error-attr v1.0.4
12702023-10-26T22:23:44.882Z Downloaded strum v0.25.0
12712023-10-26T22:23:44.889Z Downloaded tap v1.0.1
12722023-10-26T22:23:44.894Z Downloaded addr2line v0.21.0
12732023-10-26T22:23:44.899Z Downloaded vec_map v0.8.2
12742023-10-26T22:23:44.905Z Downloaded same-file v1.0.6
12752023-10-26T22:23:44.912Z Downloaded shlex v1.1.0
12762023-10-26T22:23:44.917Z Downloaded argon2 v0.5.2
12772023-10-26T22:23:44.922Z Downloaded vergen v8.2.4
12782023-10-26T22:23:44.926Z Downloaded mockall_derive v0.11.4
12792023-10-26T22:23:44.930Z Downloaded base64 v0.13.1
12802023-10-26T22:23:44.933Z Downloaded darling v0.14.4
12812023-10-26T22:23:44.938Z Downloaded unarray v0.1.4
12822023-10-26T22:23:44.942Z Downloaded path-absolutize v3.1.0
12832023-10-26T22:23:44.946Z Downloaded tokio-tungstenite v0.18.0
12842023-10-26T22:23:44.950Z Downloaded threadpool v1.8.1
12852023-10-26T22:23:44.954Z Downloaded crc-any v2.4.3
12862023-10-26T22:23:44.958Z Downloaded ascii v1.1.0
12872023-10-26T22:23:44.966Z Downloaded native-tls v0.2.11
12882023-10-26T22:23:44.969Z Downloaded fxhash v0.2.1
12892023-10-26T22:23:44.972Z Downloaded ena v0.14.2
12902023-10-26T22:23:44.976Z Downloaded ed25519 v1.5.3
12912023-10-26T22:23:44.980Z Downloaded mime v0.3.17
12922023-10-26T22:23:44.984Z Downloaded libefi-sys v0.1.0
12932023-10-26T22:23:44.993Z Downloaded clang-sys v1.6.1
12942023-10-26T22:23:45.005Z Downloaded rustfmt-wrapper v0.2.0
12952023-10-26T22:23:45.012Z Downloaded slog-dtrace v0.2.3
12962023-10-26T22:23:45.020Z Downloaded similar-asserts v1.5.0
12972023-10-26T22:23:45.028Z Downloaded signature v1.6.4
12982023-10-26T22:23:45.035Z Downloaded serde_repr v0.1.16
12992023-10-26T22:23:45.047Z Downloaded semver-parser v0.10.2
13002023-10-26T22:23:45.055Z Downloaded ringbuffer v0.15.0
13012023-10-26T22:23:45.063Z Downloaded num-complex v0.4.4
13022023-10-26T22:23:45.068Z Downloaded criterion-plot v0.5.0
13032023-10-26T22:23:45.075Z Downloaded futures-macro v0.3.28
13042023-10-26T22:23:45.090Z Downloaded futures-io v0.3.28
13052023-10-26T22:23:45.097Z Downloaded zone v0.2.0
13062023-10-26T22:23:45.111Z Downloaded universal-hash v0.5.1
13072023-10-26T22:23:45.117Z Downloaded bytes v1.5.0
13082023-10-26T22:23:45.121Z Downloaded anes v0.1.6
13092023-10-26T22:23:45.124Z Downloaded shell-words v1.1.0
13102023-10-26T22:23:45.128Z Downloaded cpufeatures v0.2.9
13112023-10-26T22:23:45.132Z Downloaded base64ct v1.6.0
13122023-10-26T22:23:45.149Z Downloaded hmac v0.12.1
13132023-10-26T22:23:45.152Z Downloaded highway v1.1.0
13142023-10-26T22:23:45.156Z Downloaded array-init v0.0.4
13152023-10-26T22:23:45.159Z Downloaded aead v0.5.2
13162023-10-26T22:23:45.162Z Downloaded autocfg v1.1.0
13172023-10-26T22:23:45.166Z Downloaded tokio-stream v0.1.14
13182023-10-26T22:23:45.169Z Downloaded block-padding v0.3.3
13192023-10-26T22:23:45.173Z Downloaded indoc v2.0.3
13202023-10-26T22:23:45.176Z Downloaded serde_tokenstream v0.1.7
13212023-10-26T22:23:45.179Z Downloaded socket2 v0.4.9
13222023-10-26T22:23:45.182Z Downloaded openssl-macros v0.1.1
13232023-10-26T22:23:45.186Z Downloaded opaque-debug v0.3.0
13242023-10-26T22:23:45.189Z Downloaded keccak v0.1.4
13252023-10-26T22:23:45.192Z Downloaded hyper-tls v0.5.0
13262023-10-26T22:23:45.195Z Downloaded zone_cfg_derive v0.2.0
13272023-10-26T22:23:45.198Z Downloaded want v0.3.1
13282023-10-26T22:23:45.203Z Downloaded approx v0.5.1
13292023-10-26T22:23:45.206Z Downloaded indexmap v1.9.3
13302023-10-26T22:23:45.209Z Downloaded ascii-canvas v3.0.0
13312023-10-26T22:23:45.212Z Downloaded nibble_vec v0.1.0
13322023-10-26T22:23:45.215Z Downloaded nanorand v0.7.0
13332023-10-26T22:23:45.218Z Downloaded md-5 v0.10.5
13342023-10-26T22:23:45.221Z Downloaded impl-trait-for-tuples v0.2.2
13352023-10-26T22:23:45.224Z Downloaded crossbeam-queue v0.3.8
13362023-10-26T22:23:45.227Z Downloaded constant_time_eq v0.2.6
13372023-10-26T22:23:45.230Z Downloaded cipher v0.4.4
13382023-10-26T22:23:45.234Z Downloaded cookie v0.16.2
13392023-10-26T22:23:45.237Z Downloaded unicode-xid v0.2.4
13402023-10-26T22:23:45.241Z Downloaded bzip2 v0.4.4
13412023-10-26T22:23:45.244Z Downloaded hyper-rustls v0.24.1
13422023-10-26T22:23:45.247Z Downloaded atomicwrites v0.4.2
13432023-10-26T22:23:45.249Z Downloaded atomic-waker v1.1.1
13442023-10-26T22:23:45.281Z Downloaded arrayref v0.3.7
13452023-10-26T22:23:45.285Z Downloaded adler v1.0.2
13462023-10-26T22:23:45.288Z Downloaded byteorder v1.5.0
13472023-10-26T22:23:45.307Z Downloaded blake2b_simd v1.0.1
13482023-10-26T22:23:45.316Z Downloaded time-core v0.1.1
13492023-10-26T22:23:45.333Z Downloaded humantime v2.1.0
13502023-10-26T22:23:45.352Z Downloaded structmeta-derive v0.1.6
13512023-10-26T22:23:45.362Z Downloaded static_assertions v1.1.0
13522023-10-26T22:23:45.366Z Downloaded smawk v0.3.1
13532023-10-26T22:23:45.369Z Downloaded num_enum_derive v0.5.11
13542023-10-26T22:23:45.372Z Downloaded constant_time_eq v0.3.0
13552023-10-26T22:23:45.375Z Downloaded curve25519-dalek-derive v0.1.0
13562023-10-26T22:23:45.378Z Downloaded scheduled-thread-pool v0.2.7
13572023-10-26T22:23:45.384Z Downloaded rustc_version v0.4.0
13582023-10-26T22:23:45.388Z Downloaded async-stream-impl v0.3.5
13592023-10-26T22:23:45.391Z Downloaded siphasher v0.3.11
13602023-10-26T22:23:45.393Z Downloaded colored v2.0.4
13612023-10-26T22:23:45.396Z Downloaded semver v0.11.0
13622023-10-26T22:23:45.399Z Downloaded crc-catalog v2.2.0
13632023-10-26T22:23:45.403Z Downloaded num_enum v0.7.0
13642023-10-26T22:23:45.406Z Downloaded num-iter v0.1.43
13652023-10-26T22:23:45.410Z Downloaded num-integer v0.1.45
13662023-10-26T22:23:45.414Z Downloaded mockall v0.11.4
13672023-10-26T22:23:45.417Z Downloaded corncobs v0.1.3
13682023-10-26T22:23:45.420Z Downloaded slog-bunyan v2.4.0
13692023-10-26T22:23:45.423Z Downloaded cexpr v0.6.0
13702023-10-26T22:23:45.427Z Downloaded bitstruct v0.1.1
13712023-10-26T22:23:45.430Z Downloaded structmeta v0.1.6
13722023-10-26T22:23:45.434Z Downloaded rstest v0.18.2
13732023-10-26T22:23:45.437Z Downloaded hyper-staticfile v0.9.5
13742023-10-26T22:23:45.440Z Downloaded const_format v0.2.31
13752023-10-26T22:23:45.443Z Downloaded bincode v1.3.3
13762023-10-26T22:23:45.446Z Downloaded bcs v0.1.6
13772023-10-26T22:23:45.449Z Downloaded hubpack_derive v0.1.1
13782023-10-26T22:23:45.453Z Downloaded num_enum v0.5.11
13792023-10-26T22:23:45.456Z Downloaded lalrpop-util v0.19.12
13802023-10-26T22:23:45.459Z Downloaded hostname v0.3.1
13812023-10-26T22:23:45.462Z Downloaded crossbeam-channel v0.5.8
13822023-10-26T22:23:45.465Z Downloaded lock_api v0.4.10
13832023-10-26T22:23:45.470Z Downloaded const_format_proc_macros v0.2.31
13842023-10-26T22:23:45.473Z Downloaded cfg-if v1.0.0
13852023-10-26T22:23:45.476Z Downloaded camino-tempfile v1.0.2
13862023-10-26T22:23:45.479Z Downloaded hex v0.4.3
13872023-10-26T22:23:45.482Z Downloaded assert_cmd v2.0.12
13882023-10-26T22:23:45.485Z Downloaded libtest-mimic v0.6.1
13892023-10-26T22:23:45.488Z Downloaded buf-list v1.0.3
13902023-10-26T22:23:45.492Z Downloaded bit-set v0.5.3
13912023-10-26T22:23:45.496Z Downloaded num_cpus v1.16.0
13922023-10-26T22:23:45.499Z Downloaded bit_field v0.10.2
13932023-10-26T22:23:45.502Z Downloaded serde-big-array v0.4.1
13942023-10-26T22:23:45.505Z Downloaded multer v2.1.0
13952023-10-26T22:23:45.508Z Downloaded bytecount v0.6.3
13962023-10-26T22:23:45.518Z Downloaded hex-literal v0.4.1
13972023-10-26T22:23:45.529Z Downloaded jobserver v0.1.26
13982023-10-26T22:23:45.551Z Downloaded ipnet v2.8.0
13992023-10-26T22:23:45.563Z Downloaded http-body v0.4.5
14002023-10-26T22:23:45.570Z Downloaded httpdate v1.0.3
14012023-10-26T22:23:45.578Z Downloaded block-buffer v0.10.4
14022023-10-26T22:23:45.590Z Downloaded num-derive v0.4.0
14032023-10-26T22:23:45.596Z Downloaded maybe-uninit v2.0.0
14042023-10-26T22:23:45.605Z Downloaded managed v0.8.0
14052023-10-26T22:23:45.613Z Downloaded instant v0.1.12
14062023-10-26T22:23:45.620Z Downloaded hubpack v0.1.2
14072023-10-26T22:23:45.626Z Downloaded http-range v0.1.5
14082023-10-26T22:23:45.631Z Downloaded new_debug_unreachable v1.0.4
14092023-10-26T22:23:45.639Z Downloaded memoffset v0.7.1
14102023-10-26T22:23:45.648Z Downloaded matches v0.1.10
14112023-10-26T22:23:45.655Z Downloaded maplit v1.0.2
14122023-10-26T22:23:45.664Z Downloaded is-terminal v0.4.9
14132023-10-26T22:23:45.674Z Downloaded indoc v1.0.9
14142023-10-26T22:23:45.684Z Downloaded base16ct v0.2.0
14152023-10-26T22:23:45.688Z Downloaded atty v0.2.14
14162023-10-26T22:23:45.692Z Downloaded num_threads v0.1.6
14172023-10-26T22:23:45.695Z Downloaded httparse v1.8.0
14182023-10-26T22:23:45.700Z Downloaded chacha20poly1305 v0.10.1
14192023-10-26T22:23:45.704Z Downloaded match_cfg v0.1.0
14202023-10-26T22:23:45.709Z Downloaded ciborium v0.2.1
14212023-10-26T22:23:45.714Z Downloaded normalize-line-endings v0.3.0
14222023-10-26T22:23:45.720Z Downloaded nodrop v0.1.14
14232023-10-26T22:23:45.727Z Downloaded mio v0.8.8
14242023-10-26T22:23:45.733Z Downloaded lazycell v1.3.0
14252023-10-26T22:23:45.739Z Downloaded ident_case v1.0.1
14262023-10-26T22:23:45.745Z Downloaded newtype_derive v0.1.6
14272023-10-26T22:23:45.755Z Downloaded inout v0.1.3
14282023-10-26T22:23:45.761Z Downloaded crossbeam-epoch v0.9.15
14292023-10-26T22:23:45.770Z Downloaded ciborium-io v0.2.1
14302023-10-26T22:23:45.781Z Downloaded cast v0.3.0
14312023-10-26T22:23:45.791Z Downloaded log v0.4.20
14322023-10-26T22:23:45.806Z Downloaded libloading v0.7.4
14332023-10-26T22:23:45.818Z Downloaded convert_case v0.4.0
14342023-10-26T22:23:45.830Z Downloaded const-oid v0.9.5
14352023-10-26T22:23:46.260Z Downloaded console v0.15.7
14362023-10-26T22:23:46.264Z Downloaded cassowary v0.3.0
14372023-10-26T22:23:46.268Z Downloaded aes-gcm-siv v0.11.1
14382023-10-26T22:23:46.271Z Downloaded linear-map v1.2.0
14392023-10-26T22:23:46.276Z Downloaded libm v0.2.7
14402023-10-26T22:23:46.279Z Downloaded lazy_static v1.4.0
14412023-10-26T22:23:46.311Z Downloaded crossbeam v0.8.2
14422023-10-26T22:23:46.314Z Downloaded ciborium-ll v0.2.1
14432023-10-26T22:23:46.318Z Downloaded cfg-if v0.1.10
14442023-10-26T22:23:46.321Z Downloaded cc v1.0.83
14452023-10-26T22:23:46.324Z Downloaded bytesize v1.3.0
14462023-10-26T22:23:46.330Z Downloaded bitstruct_derive v0.1.0
14472023-10-26T22:23:46.333Z Compiling proc-macro2 v1.0.67
14482023-10-26T22:23:46.336Z Compiling serde v1.0.188
14492023-10-26T22:23:46.339Z Compiling autocfg v1.1.0
14502023-10-26T22:23:46.342Z Compiling version_check v0.9.4
14512023-10-26T22:23:46.346Z Compiling syn v1.0.109
14522023-10-26T22:23:46.349Z Compiling parking_lot_core v0.9.8
14532023-10-26T22:23:46.352Z Compiling libm v0.2.7
14542023-10-26T22:23:46.356Z Compiling libc v0.2.149
14552023-10-26T22:23:46.360Z Compiling cfg-if v1.0.0
14562023-10-26T22:23:46.364Z Compiling futures-core v0.3.28
14572023-10-26T22:23:46.368Z Compiling once_cell v1.18.0
14582023-10-26T22:23:46.371Z Compiling typenum v1.16.0
14592023-10-26T22:23:46.376Z Compiling ahash v0.8.3
14602023-10-26T22:23:46.381Z Compiling generic-array v0.14.7
14612023-10-26T22:23:46.385Z Compiling lock_api v0.4.10
14622023-10-26T22:23:46.390Z Compiling num-traits v0.2.16
14632023-10-26T22:23:46.400Z Compiling quote v1.0.33
14642023-10-26T22:23:46.412Z Compiling slab v0.4.9
14652023-10-26T22:23:46.422Z Compiling futures-task v0.3.28
14662023-10-26T22:23:46.426Z Compiling syn v2.0.32
14672023-10-26T22:23:46.430Z Compiling jobserver v0.1.26
14682023-10-26T22:23:46.434Z Compiling futures-channel v0.3.28
14692023-10-26T22:23:46.438Z Compiling cc v1.0.83
14702023-10-26T22:23:46.442Z Compiling pkg-config v0.3.27
14712023-10-26T22:23:46.446Z Compiling futures-util v0.3.28
14722023-10-26T22:23:46.451Z Compiling memchr v2.6.3
14732023-10-26T22:23:46.455Z Compiling vcpkg v0.2.15
14742023-10-26T22:23:46.459Z Compiling itoa v1.0.9
14752023-10-26T22:23:46.463Z Compiling log v0.4.20
14762023-10-26T22:23:46.467Z Compiling schemars v0.8.13
14772023-10-26T22:23:46.470Z Compiling serde_json v1.0.107
14782023-10-26T22:23:46.474Z Compiling httparse v1.8.0
14792023-10-26T22:23:46.478Z Compiling ryu v1.0.15
14802023-10-26T22:23:46.482Z Compiling indexmap v1.9.3
14812023-10-26T22:23:46.485Z Compiling allocator-api2 v0.2.16
14822023-10-26T22:23:46.489Z Compiling rustix v0.38.9
14832023-10-26T22:23:46.493Z Compiling equivalent v1.0.1
14842023-10-26T22:23:46.498Z Compiling getrandom v0.2.10
14852023-10-26T22:23:46.502Z Compiling rustls v0.21.7
14862023-10-26T22:23:46.505Z Compiling fnv v1.0.7
14872023-10-26T22:23:46.509Z Compiling openssl v0.10.57
14882023-10-26T22:23:46.512Z Compiling aho-corasick v1.0.4
14892023-10-26T22:23:46.516Z Compiling regex-syntax v0.7.5
14902023-10-26T22:23:46.522Z Compiling hashbrown v0.14.0
14912023-10-26T22:23:46.525Z Compiling unicode-xid v0.2.4
14922023-10-26T22:23:46.529Z Compiling native-tls v0.2.11
14932023-10-26T22:23:46.534Z Compiling ucd-trie v0.1.6
14942023-10-26T22:23:46.537Z Compiling ring v0.16.20
14952023-10-26T22:23:46.541Z Compiling openssl-sys v0.9.93
14962023-10-26T22:23:46.544Z Compiling backtrace v0.3.69
14972023-10-26T22:23:46.549Z Compiling async-trait v0.1.74
14982023-10-26T22:23:46.553Z Compiling crossbeam-utils v0.8.16
14992023-10-26T22:23:46.557Z Compiling rustversion v1.0.14
15002023-10-26T22:23:46.560Z Compiling anyhow v1.0.75
15012023-10-26T22:23:46.564Z Compiling regex-automata v0.3.8
15022023-10-26T22:23:46.568Z Compiling slog v2.7.0
15032023-10-26T22:23:46.691Z Compiling iana-time-zone v0.1.57
15042023-10-26T22:23:47.100Z Compiling time-core v0.1.1
15052023-10-26T22:23:47.225Z Compiling byteorder v1.5.0
15062023-10-26T22:23:47.345Z Compiling time-macros v0.2.13
15072023-10-26T22:23:48.377Z Compiling serde_derive_internals v0.26.0
15082023-10-26T22:23:48.385Z Compiling synstructure v0.12.6
15092023-10-26T22:23:50.026Z Compiling dyn-clone v1.0.13
15102023-10-26T22:23:50.080Z Compiling hashbrown v0.13.2
15112023-10-26T22:23:50.305Z Compiling usdt-impl v0.3.5
15122023-10-26T22:23:50.584Z Compiling unicode-width v0.1.11
15132023-10-26T22:23:50.815Z Compiling thread-id v4.2.0
15142023-10-26T22:23:50.968Z Compiling scopeguard v1.2.0
15152023-10-26T22:23:50.986Z Compiling strsim v0.10.0
15162023-10-26T22:23:51.168Z Compiling winnow v0.5.15
15172023-10-26T22:23:52.025Z Compiling tinyvec_macros v0.1.1
15182023-10-26T22:23:52.063Z Compiling unicode-bidi v0.3.13
15192023-10-26T22:23:52.155Z Compiling tinyvec v1.6.0
15202023-10-26T22:23:52.309Z Compiling smallvec v1.11.0
15212023-10-26T22:23:53.978Z Compiling regex v1.9.5
15222023-10-26T22:23:54.202Z Compiling percent-encoding v2.3.0
15232023-10-26T22:23:54.619Z Compiling parking_lot v0.12.1
15242023-10-26T22:23:54.725Z Compiling unicode-normalization v0.1.22
15252023-10-26T22:23:54.832Z Compiling form_urlencoded v1.2.0
15262023-10-26T22:23:55.262Z Compiling num-integer v0.1.45
15272023-10-26T22:23:55.668Z Compiling crc32fast v1.3.2
15282023-10-26T22:23:55.685Z Compiling bitflags v1.3.2
15292023-10-26T22:23:55.823Z Compiling adler v1.0.2
15302023-10-26T22:23:56.103Z Compiling miniz_oxide v0.7.1
15312023-10-26T22:23:56.161Z Compiling spin v0.5.2
15322023-10-26T22:23:56.306Z Compiling idna v0.4.0
15332023-10-26T22:23:56.617Z Compiling gimli v0.28.0
15342023-10-26T22:23:56.659Z Compiling object v0.32.1
15352023-10-26T22:23:57.526Z Compiling rustc-demangle v0.1.23
15362023-10-26T22:23:57.898Z Compiling serde_derive v1.0.188
15372023-10-26T22:23:58.116Z Compiling thiserror-impl v1.0.49
15382023-10-26T22:23:58.500Z Compiling zeroize_derive v1.4.2
15392023-10-26T22:23:59.263Z Compiling tokio-macros v2.1.0
15402023-10-26T22:23:59.272Z Compiling futures-macro v0.3.28
15412023-10-26T22:24:00.789Z Compiling tracing-attributes v0.1.26
15422023-10-26T22:24:01.219Z Compiling schemars_derive v0.8.13
15432023-10-26T22:24:01.747Z Compiling openssl-macros v0.1.1
15442023-10-26T22:24:02.781Z Compiling zerocopy-derive v0.2.0
15452023-10-26T22:24:02.832Z Compiling thiserror v1.0.49
15462023-10-26T22:24:03.025Z Compiling pest v2.7.2
15472023-10-26T22:24:04.910Z Compiling strum_macros v0.25.2
15482023-10-26T22:24:05.515Z Compiling zerocopy v0.3.0
15492023-10-26T22:24:06.238Z Compiling url v2.4.1
15502023-10-26T22:24:06.259Z Compiling addr2line v0.21.0
15512023-10-26T22:24:06.323Z Compiling pin-project-lite v0.2.13
15522023-10-26T22:24:06.576Z Compiling zerocopy-derive v0.6.4
15532023-10-26T22:24:06.861Z Compiling dof v0.1.5
15542023-10-26T22:24:07.768Z Compiling pest_meta v2.7.2
15552023-10-26T22:24:08.063Z Compiling errno v0.3.2
15562023-10-26T22:24:08.338Z Compiling mio v0.8.8
15572023-10-26T22:24:08.588Z Compiling socket2 v0.5.4
15582023-10-26T22:24:09.755Z Compiling pest_generator v2.7.2
15592023-10-26T22:24:09.997Z Compiling num_cpus v1.16.0
15602023-10-26T22:24:10.157Z Compiling signal-hook-registry v1.4.1
15612023-10-26T22:24:10.176Z Compiling futures-sink v0.3.28
15622023-10-26T22:24:10.411Z Compiling memoffset v0.9.0
15632023-10-26T22:24:11.235Z Compiling pin-utils v0.1.0
15642023-10-26T22:24:11.379Z Compiling radium v0.7.0
15652023-10-26T22:24:11.593Z Compiling deranged v0.3.8
15662023-10-26T22:24:11.753Z Compiling futures-io v0.3.28
15672023-10-26T22:24:12.024Z Compiling num_threads v0.1.6
15682023-10-26T22:24:12.186Z Compiling clap_derive v4.4.2
15692023-10-26T22:24:12.855Z Compiling tracing-core v0.1.31
15702023-10-26T22:24:12.888Z Compiling lazy_static v1.4.0
15712023-10-26T22:24:13.048Z Compiling crossbeam-epoch v0.9.15
15722023-10-26T22:24:13.832Z Compiling num-iter v0.1.43
15732023-10-26T22:24:14.216Z Compiling tracing v0.1.37
15742023-10-26T22:24:14.778Z Compiling time v0.3.27
15752023-10-26T22:24:14.797Z Compiling pest_derive v2.7.2
15762023-10-26T22:24:14.970Z Compiling either v1.9.0
15772023-10-26T22:24:15.043Z Compiling base64 v0.21.5
15782023-10-26T22:24:15.491Z Compiling untrusted v0.7.1
15792023-10-26T22:24:15.848Z Compiling dtrace-parser v0.1.14
15802023-10-26T22:24:16.415Z Compiling rand_core v0.6.4
15812023-10-26T22:24:17.220Z Compiling openssl-probe v0.1.5
15822023-10-26T22:24:17.711Z Compiling foreign-types-shared v0.1.1
15832023-10-26T22:24:17.818Z Compiling hashbrown v0.12.3
15842023-10-26T22:24:18.846Z Compiling foreign-types v0.3.2
15852023-10-26T22:24:18.970Z Compiling zeroize v1.6.0
15862023-10-26T22:24:19.810Z Compiling bzip2-sys v0.1.11+1.0.8
15872023-10-26T22:24:20.431Z Compiling try-lock v0.2.4
15882023-10-26T22:24:20.636Z Compiling want v0.3.1
15892023-10-26T22:24:21.463Z Compiling sct v0.7.0
15902023-10-26T22:24:21.561Z Compiling indexmap v2.0.0
15912023-10-26T22:24:21.567Z Compiling bytes v1.5.0
15922023-10-26T22:24:21.754Z Compiling chrono v0.4.31
15932023-10-26T22:24:21.846Z Compiling uuid v1.4.1
15942023-10-26T22:24:22.212Z Compiling semver v1.0.20
15952023-10-26T22:24:22.423Z Compiling serde_tokenstream v0.1.7
15962023-10-26T22:24:22.949Z Compiling rustc_version v0.4.0
15972023-10-26T22:24:23.049Z Compiling http v0.2.9
15982023-10-26T22:24:23.632Z Compiling toml_datetime v0.6.3
15992023-10-26T22:24:23.637Z Compiling serde_spanned v0.6.3
16002023-10-26T22:24:23.642Z Compiling bitflags v2.4.0
16012023-10-26T22:24:23.653Z Compiling tokio v1.33.0
16022023-10-26T22:24:23.687Z Compiling toml_edit v0.19.15
16032023-10-26T22:24:23.948Z Compiling rustls-webpki v0.101.4
16042023-10-26T22:24:26.269Z Compiling openapiv3 v1.0.3
16052023-10-26T22:24:26.945Z Compiling http-body v0.4.5
16062023-10-26T22:24:27.796Z Compiling enum-as-inner v0.5.1
16072023-10-26T22:24:29.258Z Compiling socket2 v0.4.9
16082023-10-26T22:24:29.450Z Compiling usdt-macro v0.3.5
16092023-10-26T22:24:30.255Z Compiling usdt-attr-macro v0.3.5
16102023-10-26T22:24:30.546Z Compiling tower-service v0.3.2
16112023-10-26T22:24:30.730Z Compiling httpdate v1.0.3
16122023-10-26T22:24:31.392Z Compiling heapless v0.7.16
16132023-10-26T22:24:31.619Z Compiling rustls-pemfile v1.0.3
16142023-10-26T22:24:32.008Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
16152023-10-26T22:24:32.137Z Compiling siphasher v0.3.11
16162023-10-26T22:24:32.491Z Compiling rustls-native-certs v0.6.3
16172023-10-26T22:24:32.745Z Compiling ipnet v2.8.0
16182023-10-26T22:24:32.996Z Compiling serde_urlencoded v0.7.1
16192023-10-26T22:24:33.330Z Compiling serde_tokenstream v0.2.0
16202023-10-26T22:24:33.817Z Compiling encoding_rs v0.8.33
16212023-10-26T22:24:34.019Z Compiling webpki-roots v0.25.2
16222023-10-26T22:24:34.145Z Compiling mime v0.3.17
16232023-10-26T22:24:34.266Z Compiling crypto-common v0.1.6
16242023-10-26T22:24:34.582Z Compiling diesel_table_macro_syntax v0.1.0
16252023-10-26T22:24:34.984Z Compiling num-bigint v0.4.4
16262023-10-26T22:24:35.038Z Compiling bit-vec v0.6.3
16272023-10-26T22:24:35.155Z Compiling smoltcp v0.9.1
16282023-10-26T22:24:35.607Z Compiling diesel_derives v2.1.1
16292023-10-26T22:24:35.664Z Compiling flate2 v1.0.28
16302023-10-26T22:24:36.085Z Compiling phf_shared v0.10.0
16312023-10-26T22:24:36.505Z Compiling block-buffer v0.10.4
16322023-10-26T22:24:36.579Z Compiling hubpack_derive v0.1.1
16332023-10-26T22:24:36.758Z Compiling tokio-util v0.7.10
16342023-10-26T22:24:37.628Z Compiling new_debug_unreachable v1.0.4
16352023-10-26T22:24:37.708Z Compiling const-oid v0.9.5
16362023-10-26T22:24:38.638Z Compiling h2 v0.3.21
16372023-10-26T22:24:39.012Z Compiling tokio-native-tls v0.3.1
16382023-10-26T22:24:39.416Z Compiling tokio-rustls v0.24.1
16392023-10-26T22:24:40.034Z Compiling ppv-lite86 v0.2.17
16402023-10-26T22:24:40.419Z Compiling fixedbitset v0.4.2
16412023-10-26T22:24:41.407Z Compiling precomputed-hash v0.1.1
16422023-10-26T22:24:41.415Z Compiling subtle v2.5.0
16432023-10-26T22:24:41.445Z Compiling string_cache v0.8.7
16442023-10-26T22:24:41.457Z Compiling rand_chacha v0.3.1
16452023-10-26T22:24:41.468Z Compiling petgraph v0.6.4
16462023-10-26T22:24:41.598Z Compiling digest v0.10.7
16472023-10-26T22:24:41.979Z Compiling bit-set v0.5.3
16482023-10-26T22:24:42.264Z Compiling toml v0.7.8
16492023-10-26T22:24:42.417Z Compiling itertools v0.10.5
16502023-10-26T22:24:42.933Z Compiling lalrpop-util v0.19.12
16512023-10-26T22:24:43.441Z Compiling unicode-segmentation v1.10.1
16522023-10-26T22:24:44.645Z Compiling rand v0.8.5
16532023-10-26T22:24:44.797Z Compiling regress v0.7.1
16542023-10-26T22:24:44.892Z Compiling serde_repr v0.1.16
16552023-10-26T22:24:46.528Z Compiling io-lifetimes v1.0.11
16562023-10-26T22:24:46.825Z Compiling utf8parse v0.2.1
16572023-10-26T22:24:46.904Z Compiling cpufeatures v0.2.9
16582023-10-26T22:24:46.930Z Compiling anstyle v1.0.2
16592023-10-26T22:24:47.026Z Compiling sha2 v0.10.8
16602023-10-26T22:24:47.050Z Compiling anstyle-parse v0.2.1
16612023-10-26T22:24:47.065Z Compiling rustix v0.37.23
16622023-10-26T22:24:47.537Z Compiling hmac v0.12.1
16632023-10-26T22:24:47.982Z Compiling md-5 v0.10.5
16642023-10-26T22:24:47.996Z Compiling stringprep v0.1.3
16652023-10-26T22:24:48.084Z Compiling spin v0.9.8
16662023-10-26T22:24:48.365Z Compiling hash32 v0.2.1
16672023-10-26T22:24:48.683Z Compiling fallible-iterator v0.2.0
16682023-10-26T22:24:48.966Z Compiling anstyle-query v1.0.0
16692023-10-26T22:24:49.152Z Compiling stable_deref_trait v1.2.0
16702023-10-26T22:24:49.258Z Compiling colorchoice v1.0.0
16712023-10-26T22:24:49.325Z Compiling terminal_size v0.2.6
16722023-10-26T22:24:49.341Z Compiling anstream v0.5.0
16732023-10-26T22:24:49.403Z Compiling phf_shared v0.11.2
16742023-10-26T22:24:49.587Z Compiling block-padding v0.3.3
16752023-10-26T22:24:49.833Z Compiling postgres-protocol v0.6.6
16762023-10-26T22:24:50.360Z Compiling scheduled-thread-pool v0.2.7
16772023-10-26T22:24:50.793Z Compiling clap_lex v0.5.1
16782023-10-26T22:24:50.817Z Compiling hyper v0.14.27
16792023-10-26T22:24:50.836Z Compiling typify-impl v0.0.13 (https://github.com/oxidecomputer/typify#de16c423)
16802023-10-26T22:24:50.863Z Compiling regex-automata v0.1.10
16812023-10-26T22:24:51.334Z Compiling tap v1.0.1
16822023-10-26T22:24:51.519Z Compiling managed v0.8.0
16832023-10-26T22:24:51.657Z Compiling matches v0.1.10
16842023-10-26T22:24:51.797Z Compiling idna v0.2.3
16852023-10-26T22:24:51.933Z Compiling wyz v0.5.1
16862023-10-26T22:24:52.656Z Compiling bstr v0.2.17
16872023-10-26T22:24:53.184Z Compiling postgres-types v0.2.6
16882023-10-26T22:24:54.256Z Compiling clap_builder v4.4.2
16892023-10-26T22:24:54.976Z Compiling r2d2 v0.8.10
16902023-10-26T22:24:55.498Z Compiling inout v0.1.3
16912023-10-26T22:24:55.547Z Compiling phf v0.11.2
16922023-10-26T22:24:55.790Z Compiling hubpack v0.1.2
16932023-10-26T22:24:55.993Z Compiling ipnetwork v0.20.0
16942023-10-26T22:24:56.412Z Compiling futures-executor v0.3.28
16952023-10-26T22:24:56.511Z Compiling itertools v0.11.0
16962023-10-26T22:24:57.417Z Compiling zerocopy v0.6.4
16972023-10-26T22:24:58.784Z Compiling float-cmp v0.9.0
16982023-10-26T22:24:59.628Z Compiling whoami v1.4.1
16992023-10-26T22:24:59.693Z Compiling predicates-core v1.0.6
17002023-10-26T22:24:59.713Z Compiling data-encoding v2.4.0
17012023-10-26T22:24:59.988Z Compiling normalize-line-endings v0.3.0
17022023-10-26T22:25:00.160Z Compiling funty v2.0.0
17032023-10-26T22:25:00.185Z Compiling static_assertions v1.1.0
17042023-10-26T22:25:00.317Z Compiling difflib v0.4.0
17052023-10-26T22:25:01.433Z Compiling predicates v3.0.4
17062023-10-26T22:25:01.559Z Compiling trust-dns-proto v0.22.0
17072023-10-26T22:25:02.581Z Compiling hyper-rustls v0.24.1
17082023-10-26T22:25:03.225Z Compiling hyper-tls v0.5.0
17092023-10-26T22:25:03.330Z Compiling bitvec v1.0.1
17102023-10-26T22:25:03.665Z Compiling clap v4.4.3
17112023-10-26T22:25:03.758Z Compiling reqwest v0.11.20
17122023-10-26T22:25:03.812Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
17132023-10-26T22:25:03.946Z Compiling yasna v0.5.2
17142023-10-26T22:25:06.366Z Compiling diesel v2.1.1
17152023-10-26T22:25:06.812Z Compiling tokio-postgres v0.7.10
17162023-10-26T22:25:09.751Z Compiling futures v0.3.28
17172023-10-26T22:25:09.925Z Compiling cipher v0.4.4
17182023-10-26T22:25:10.680Z Compiling similar v2.2.1
17192023-10-26T22:25:11.024Z Compiling signature v2.1.0
17202023-10-26T22:25:11.380Z Compiling tokio-stream v0.1.14
17212023-10-26T22:25:12.962Z Compiling usdt v0.3.5
17222023-10-26T22:25:13.364Z Compiling hex v0.4.3
17232023-10-26T22:25:13.456Z Compiling console v0.15.7
17242023-10-26T22:25:14.635Z Compiling bstr v1.6.0
17252023-10-26T22:25:14.642Z Compiling typify-macro v0.0.13 (https://github.com/oxidecomputer/typify#de16c423)
17262023-10-26T22:25:14.652Z Compiling getopts v0.2.21
17272023-10-26T22:25:15.220Z Compiling unsafe-libyaml v0.2.9
17282023-10-26T22:25:15.891Z Compiling ident_case v1.0.1
17292023-10-26T22:25:17.146Z Compiling slog-async v2.8.0
17302023-10-26T22:25:17.748Z Compiling serde_yaml v0.9.25
17312023-10-26T22:25:17.893Z Compiling paste v1.0.14
17322023-10-26T22:25:18.408Z Compiling darling_core v0.20.3
17332023-10-26T22:25:19.022Z Compiling multer v2.1.0
17342023-10-26T22:25:19.510Z Compiling async-stream-impl v0.3.5
17352023-10-26T22:25:20.288Z Compiling regex-syntax v0.6.29
17362023-10-26T22:25:21.759Z Compiling typify v0.0.13 (https://github.com/oxidecomputer/typify#de16c423)
17372023-10-26T22:25:21.779Z Compiling progenitor-impl v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b)
17382023-10-26T22:25:21.905Z Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#fa728d07)
17392023-10-26T22:25:22.412Z Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#fa728d07)
17402023-10-26T22:25:24.907Z Compiling structmeta-derive v0.1.6
17412023-10-26T22:25:27.617Z Compiling darling_macro v0.20.3
17422023-10-26T22:25:29.114Z Compiling darling v0.20.3
17432023-10-26T22:25:29.274Z Compiling structmeta v0.1.6
17442023-10-26T22:25:29.280Z Compiling serde_with_macros v2.3.3
17452023-10-26T22:25:30.007Z Compiling parse-display-derive v0.7.0
17462023-10-26T22:25:32.779Z Compiling progenitor-macro v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b)
17472023-10-26T22:25:33.097Z Compiling test-strategy v0.2.1
17482023-10-26T22:25:40.646Z Checking unicode-ident v1.0.12
17492023-10-26T22:26:12.115Z Checking heck v0.4.1
17502023-10-26T22:26:19.539Z Checking progenitor-client v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b)
17512023-10-26T22:26:19.977Z Checking crossbeam-channel v0.5.8
17522023-10-26T22:26:20.853Z Checking atty v0.2.14
17532023-10-26T22:26:20.922Z Checking match_cfg v0.1.0
17542023-10-26T22:26:21.047Z Checking hostname v0.3.1
17552023-10-26T22:26:21.550Z Checking sha1 v0.10.5
17562023-10-26T22:26:21.560Z Checking dirs-sys-next v0.1.2
17572023-10-26T22:26:21.564Z Checking fastrand v2.0.0
17582023-10-26T22:26:21.617Z Checking dirs-next v2.0.0
17592023-10-26T22:26:21.790Z Checking thread_local v1.1.7
17602023-10-26T22:26:21.793Z Checking term v0.7.0
17612023-10-26T22:26:22.003Z Checking tempfile v3.8.0
17622023-10-26T22:26:22.251Z Checking camino v1.1.6
17632023-10-26T22:26:22.448Z Checking strum v0.25.0
17642023-10-26T22:26:22.672Z Checking instant v0.1.12
17652023-10-26T22:26:22.831Z Checking take_mut v0.2.2
17662023-10-26T22:26:22.950Z Checking slog-term v2.9.0
17672023-10-26T22:26:23.500Z Checking slog-json v2.6.1
17682023-10-26T22:26:23.668Z Checking serde_with v2.3.3
17692023-10-26T22:26:24.299Z Checking slog-bunyan v2.4.0
17702023-10-26T22:26:24.307Z Checking debug-ignore v1.0.5
17712023-10-26T22:26:24.319Z Checking atomic-waker v1.1.1
17722023-10-26T22:26:24.527Z Checking waitgroup v0.1.2
17732023-10-26T22:26:24.536Z Checking async-stream v0.3.5
17742023-10-26T22:26:24.641Z Checking serde_path_to_error v0.1.14
17752023-10-26T22:26:24.919Z Checking backoff v0.4.0
17762023-10-26T22:26:25.346Z Checking serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
17772023-10-26T22:26:25.559Z Checking progenitor v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b)
17782023-10-26T22:26:25.572Z Checking parse-display v0.7.0
17792023-10-26T22:26:25.983Z Checking macaddr v1.0.1
17802023-10-26T22:26:25.996Z Checking quick-error v1.2.3
17812023-10-26T22:26:26.480Z Compiling proc-macro-crate v1.3.1
17822023-10-26T22:26:26.842Z Checking wait-timeout v0.2.0
17832023-10-26T22:26:27.088Z Compiling crucible-workspace-hack v0.1.0
17842023-10-26T22:26:27.919Z Checking rusty-fork v0.3.0
17852023-10-26T22:26:28.182Z Checking rand_xorshift v0.3.0
17862023-10-26T22:26:28.375Z Checking unarray v0.1.4
17872023-10-26T22:26:28.573Z Checking proptest v1.3.1
17882023-10-26T22:26:32.746Z Compiling proc-macro-error-attr v1.0.4
17892023-10-26T22:26:33.247Z Compiling proc-macro-error v1.0.4
17902023-10-26T22:26:33.934Z Compiling num_enum_derive v0.5.11
17912023-10-26T22:26:36.068Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
17922023-10-26T22:26:36.984Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
17932023-10-26T22:26:37.402Z Compiling foreign-types-macros v0.2.3
17942023-10-26T22:26:38.188Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59)
17952023-10-26T22:26:38.579Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
17962023-10-26T22:26:38.870Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
17972023-10-26T22:26:38.889Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59)
17982023-10-26T22:26:39.733Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d)
17992023-10-26T22:26:41.655Z Compiling zone_cfg_derive v0.2.0
18002023-10-26T22:26:41.986Z Compiling mockall_derive v0.11.4
18012023-10-26T22:26:42.975Z Compiling num-derive v0.4.0
18022023-10-26T22:26:56.909Z Checking base64ct v1.6.0
18032023-10-26T22:27:13.978Z Checking is-terminal v0.4.9
18042023-10-26T22:27:22.540Z Compiling slog-dtrace v0.2.3
18052023-10-26T22:27:22.581Z Checking termtree v0.4.1
18062023-10-26T22:27:22.874Z Checking predicates-tree v1.0.9
18072023-10-26T22:27:22.958Z Compiling cancel-safe-futures v0.1.2
18082023-10-26T22:27:23.004Z Checking password-hash v0.5.0
18092023-10-26T22:27:23.089Z Checking num_enum v0.5.11
18102023-10-26T22:27:23.306Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10)
18112023-10-26T22:27:23.426Z Checking blake2 v0.10.6
18122023-10-26T22:27:23.728Z Checking postcard-cobs v0.1.5-pre
18132023-10-26T22:27:23.857Z Checking base64 v0.13.1
18142023-10-26T22:27:23.981Z Checking postcard v0.7.3
18152023-10-26T22:27:24.117Z Checking argon2 v0.5.2
18162023-10-26T22:27:24.509Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10)
18172023-10-26T22:27:24.607Z Checking smoltcp v0.8.2
18182023-10-26T22:27:24.849Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59)
18192023-10-26T22:27:25.060Z Checking cfg-if v0.1.10
18202023-10-26T22:27:25.099Z Checking foreign-types-shared v0.3.1
18212023-10-26T22:27:25.249Z Checking foreign-types v0.5.0
18222023-10-26T22:27:25.392Z Checking cstr-argument v0.1.2
18232023-10-26T22:27:25.637Z Checking pretty-hex v0.2.1
18242023-10-26T22:27:25.664Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
18252023-10-26T22:27:25.869Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
18262023-10-26T22:27:26.088Z Checking colored v2.0.4
18272023-10-26T22:27:26.275Z Checking predicates v2.1.5
18282023-10-26T22:27:26.602Z Checking downcast v0.11.0
18292023-10-26T22:27:26.717Z Checking fragile v2.0.0
18302023-10-26T22:27:27.117Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73)
18312023-10-26T22:27:27.336Z Checking zone v0.2.0
18322023-10-26T22:27:27.363Z Checking mockall v0.11.4
18332023-10-26T22:27:27.864Z Checking smf v0.2.2
18342023-10-26T22:27:27.868Z Checking filetime v0.2.22
18352023-10-26T22:27:27.906Z Checking xattr v1.0.1
18362023-10-26T22:27:28.135Z Compiling heck v0.3.3
18372023-10-26T22:27:28.180Z Checking tar v0.4.40
18382023-10-26T22:27:28.379Z Compiling libefi-sys v0.1.0
18392023-10-26T22:27:28.479Z Compiling der_derive v0.7.2
18402023-10-26T22:27:28.711Z Compiling structopt-derive v0.4.18
18412023-10-26T22:27:29.223Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59)
18422023-10-26T22:27:29.376Z Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802)
18432023-10-26T22:27:29.495Z Checking pem v1.1.1
18442023-10-26T22:27:29.551Z Compiling memoffset v0.7.1
18452023-10-26T22:27:29.813Z Checking camino-tempfile v1.0.2
18462023-10-26T22:27:30.093Z Compiling maybe-uninit v2.0.0
18472023-10-26T22:27:30.152Z Checking headers-core v0.2.0
18482023-10-26T22:27:30.223Z Compiling num-bigint-dig v0.8.4
18492023-10-26T22:27:30.368Z Checking headers v0.3.9
18502023-10-26T22:27:30.737Z Compiling packed_struct v0.10.1
18512023-10-26T22:27:30.879Z Compiling packed_struct_codegen v0.10.1
18522023-10-26T22:27:31.237Z Compiling signal-hook v0.3.17
18532023-10-26T22:27:31.491Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59)
18542023-10-26T22:27:31.691Z Checking rcgen v0.10.0
18552023-10-26T22:27:32.211Z Checking atomicwrites v0.4.2
18562023-10-26T22:27:32.313Z Checking subprocess v0.2.9
18572023-10-26T22:27:32.503Z Compiling num-rational v0.4.1
18582023-10-26T22:27:32.640Z Compiling same-file v1.0.6
18592023-10-26T22:27:32.987Z Compiling walkdir v2.4.0
18602023-10-26T22:27:33.142Z Compiling semver-parser v0.10.2
18612023-10-26T22:27:33.293Z Checking termcolor v1.2.0
18622023-10-26T22:27:33.669Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59)
18632023-10-26T22:27:34.102Z Compiling home v0.5.5
18642023-10-26T22:27:34.440Z Compiling semver v0.11.0
18652023-10-26T22:27:34.458Z Checking linked-hash-map v0.5.6
18662023-10-26T22:27:34.968Z Checking lru-cache v0.1.2
18672023-10-26T22:27:35.117Z Compiling toolchain_find v0.2.0
18682023-10-26T22:27:35.181Z Compiling toml v0.5.11
18692023-10-26T22:27:35.253Z Compiling doc-comment v0.3.3
18702023-10-26T22:27:35.768Z Checking half v1.8.2
18712023-10-26T22:27:35.935Z Compiling omicron-zone-package v0.8.3
18722023-10-26T22:27:35.938Z Checking ciborium-io v0.2.1
18732023-10-26T22:27:36.252Z Checking arc-swap v1.6.0
18742023-10-26T22:27:36.325Z Compiling convert_case v0.4.0
18752023-10-26T22:27:36.466Z Checking ciborium-ll v0.2.1
18762023-10-26T22:27:36.929Z Checking ciborium v0.2.1
18772023-10-26T22:27:36.984Z Checking slog-scope v4.4.0
18782023-10-26T22:27:37.279Z Checking slog-stdlog v4.1.1
18792023-10-26T22:27:37.528Z Compiling snafu-derive v0.7.5
18802023-10-26T22:27:37.597Z Checking slog-envlogger v2.2.0
18812023-10-26T22:27:37.710Z Compiling derive_more v0.99.17
18822023-10-26T22:27:38.478Z Compiling rustfmt-wrapper v0.2.0
18832023-10-26T22:27:38.656Z Compiling derive-where v1.2.5
18842023-10-26T22:27:39.523Z Checking hkdf v0.12.3
18852023-10-26T22:27:39.660Z Compiling libz-sys v1.1.12
18862023-10-26T22:27:39.832Z Compiling parking_lot_core v0.8.6
18872023-10-26T22:27:40.425Z Checking resolv-conf v0.7.0
18882023-10-26T22:27:40.485Z Checking newline-converter v0.3.0
18892023-10-26T22:27:41.112Z Checking textwrap v0.11.0
18902023-10-26T22:27:41.120Z Checking strsim v0.8.0
18912023-10-26T22:27:41.126Z Checking vec_map v0.8.2
18922023-10-26T22:27:41.129Z Checking keccak v0.1.4
18932023-10-26T22:27:41.132Z Checking ansi_term v0.12.1
18942023-10-26T22:27:41.403Z Checking trust-dns-resolver v0.22.0
18952023-10-26T22:27:41.522Z Checking sha3 v0.10.8
18962023-10-26T22:27:41.582Z Checking clap v2.34.0
18972023-10-26T22:27:41.656Z Checking expectorate v1.1.0
18982023-10-26T22:27:42.353Z Checking secrecy v0.8.0
18992023-10-26T22:27:42.455Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)
19002023-10-26T22:27:42.693Z Compiling libgit2-sys v0.15.2+1.6.4
19012023-10-26T22:27:44.164Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
19022023-10-26T22:27:44.361Z Checking pem-rfc7468 v0.7.0
19032023-10-26T22:27:44.627Z Compiling libsqlite3-sys v0.26.0
19042023-10-26T22:27:44.958Z Checking flagset v0.4.3
19052023-10-26T22:27:45.609Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
19062023-10-26T22:27:45.631Z Checking der v0.7.8
19072023-10-26T22:27:45.785Z Checking fxhash v0.2.1
19082023-10-26T22:27:45.796Z Compiling vergen v8.2.4
19092023-10-26T22:27:45.812Z Compiling semver v0.1.20
19102023-10-26T22:27:46.383Z Checking structopt v0.3.26
19112023-10-26T22:27:46.725Z Compiling rustc_version v0.1.7
19122023-10-26T22:27:47.375Z Compiling newtype_derive v0.1.6
19132023-10-26T22:27:47.452Z Compiling buf-list v1.0.3
19142023-10-26T22:27:47.771Z Checking crc-catalog v2.2.0
19152023-10-26T22:27:48.255Z Checking humantime v2.1.0
19162023-10-26T22:27:48.359Z Checking spki v0.7.2
19172023-10-26T22:27:48.486Z Checking crc v3.0.1
19182023-10-26T22:27:48.795Z Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
19192023-10-26T22:27:48.816Z Checking pkcs8 v0.10.2
19202023-10-26T22:27:49.770Z Checking nodrop v0.1.14
19212023-10-26T22:27:49.932Z Checking array-init v0.0.4
19222023-10-26T22:27:50.019Z Checking pkcs1 v0.7.5
19232023-10-26T22:27:50.187Z Checking smallvec v0.6.14
19242023-10-26T22:27:50.249Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
19252023-10-26T22:27:50.809Z Compiling num_enum_derive v0.7.0
19262023-10-26T22:27:51.703Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)
19272023-10-26T22:27:53.296Z Compiling unicase v2.7.0
19282023-10-26T22:27:53.716Z Checking bitfield v0.14.0
19292023-10-26T22:27:53.775Z Compiling rayon-core v1.11.0
19302023-10-26T22:27:53.941Z Checking utf-8 v0.7.6
19312023-10-26T22:27:54.157Z Checking rsa v0.9.2
19322023-10-26T22:27:54.248Z Checking serde-hex v0.1.0
19332023-10-26T22:27:54.485Z Checking x509-cert v0.2.4
19342023-10-26T22:27:54.903Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
19352023-10-26T22:27:55.292Z Checking env_logger v0.10.0
19362023-10-26T22:27:55.681Z Checking lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
19372023-10-26T22:27:55.977Z Checking ron v0.8.1
19382023-10-26T22:27:56.187Z Checking crc-any v2.4.3
19392023-10-26T22:27:56.811Z Compiling platforms v3.0.2
19402023-10-26T22:27:57.137Z Checking object v0.30.4
19412023-10-26T22:27:57.303Z Checking path-slash v0.1.5
19422023-10-26T22:27:58.150Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
19432023-10-26T22:27:58.537Z Checking num-complex v0.4.4
19442023-10-26T22:27:59.663Z Compiling crucible v0.0.1 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73)
19452023-10-26T22:28:00.072Z Compiling erased-serde v0.3.30
19462023-10-26T22:28:00.179Z Checking num v0.4.1
19472023-10-26T22:28:00.334Z Compiling curve25519-dalek v4.1.0
19482023-10-26T22:28:00.899Z Compiling bitstruct_derive v0.1.0
19492023-10-26T22:28:01.458Z Compiling async-recursion v1.0.5
19502023-10-26T22:28:02.055Z Compiling glob v0.3.1
19512023-10-26T22:28:03.283Z Compiling mime_guess v2.0.4
19522023-10-26T22:28:03.582Z Compiling thiserror-impl-no-std v2.0.2
19532023-10-26T22:28:03.604Z Compiling curve25519-dalek-derive v0.1.0
19542023-10-26T22:28:05.183Z Compiling salty v0.2.0
19552023-10-26T22:28:05.835Z Checking tungstenite v0.18.0
19562023-10-26T22:28:05.870Z Compiling hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a)
19572023-10-26T22:28:07.173Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
19582023-10-26T22:28:07.290Z Checking tokio-tungstenite v0.18.0
19592023-10-26T22:28:07.680Z Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#bb69a3a4)
19602023-10-26T22:28:07.905Z Checking universal-hash v0.5.1
19612023-10-26T22:28:08.069Z Checking nibble_vec v0.1.0
19622023-10-26T22:28:08.364Z Checking endian-type v0.1.2
19632023-10-26T22:28:08.678Z Compiling crunchy v0.2.2
19642023-10-26T22:28:08.965Z Checking opaque-debug v0.3.0
19652023-10-26T22:28:09.087Z Checking radix_trie v0.2.1
19662023-10-26T22:28:09.387Z Checking snafu v0.7.5
19672023-10-26T22:28:09.869Z Compiling tiny-keccak v2.0.2
19682023-10-26T22:28:09.937Z Checking linear-map v1.2.0
19692023-10-26T22:28:10.324Z Checking parking_lot v0.11.2
19702023-10-26T22:28:10.351Z Checking trust-dns-client v0.22.0
19712023-10-26T22:28:10.583Z Compiling clang-sys v1.6.1
19722023-10-26T22:28:10.717Z Checking aead v0.5.2
19732023-10-26T22:28:10.841Z Compiling darling_core v0.14.4
19742023-10-26T22:28:11.043Z Compiling prettyplease v0.2.12
19752023-10-26T22:28:11.571Z Compiling ascii-canvas v3.0.0
19762023-10-26T22:28:11.724Z Checking sled v0.34.7
19772023-10-26T22:28:12.480Z Checking trust-dns-server v0.22.1
19782023-10-26T22:28:12.872Z Checking toml_edit v0.20.0
19792023-10-26T22:28:13.186Z Compiling const_format_proc_macros v0.2.31
19802023-10-26T22:28:13.222Z Compiling ena v0.14.2
19812023-10-26T22:28:13.866Z Compiling minimal-lexical v0.2.1
19822023-10-26T22:28:14.730Z Compiling diff v0.1.13
19832023-10-26T22:28:15.642Z Compiling portable-atomic v1.4.3
19842023-10-26T22:28:16.212Z Checking pretty-hex v0.3.0
19852023-10-26T22:28:16.510Z Compiling lalrpop v0.19.12
19862023-10-26T22:28:16.530Z Compiling nom v7.1.3
19872023-10-26T22:28:16.572Z Checking lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
19882023-10-26T22:28:16.815Z Checking toml v0.8.0
19892023-10-26T22:28:16.907Z Checking omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)
19902023-10-26T22:28:17.989Z Checking path-dedot v3.1.0
19912023-10-26T22:28:17.994Z Compiling libloading v0.7.4
19922023-10-26T22:28:17.999Z Compiling bindgen v0.65.1
19932023-10-26T22:28:18.003Z Compiling ref-cast v1.0.20
19942023-10-26T22:28:18.022Z Checking path-absolutize v3.1.0
19952023-10-26T22:28:19.666Z Checking globset v0.4.13
19962023-10-26T22:28:19.876Z Compiling darling_macro v0.14.4
19972023-10-26T22:28:20.430Z Checking crossbeam-deque v0.8.3
19982023-10-26T22:28:20.794Z Checking hashlink v0.8.3
19992023-10-26T22:28:20.899Z Checking olpc-cjson v0.1.3
20002023-10-26T22:28:21.217Z Checking serde_plain v1.0.2
20012023-10-26T22:28:21.349Z Compiling darling v0.14.4
20022023-10-26T22:28:21.559Z Compiling derive_builder_core v0.12.0
20032023-10-26T22:28:21.734Z Compiling which v4.4.0
20042023-10-26T22:28:21.738Z Compiling ref-cast-impl v1.0.20
20052023-10-26T22:28:21.787Z Compiling libxml v0.3.3
20062023-10-26T22:28:22.275Z Compiling peeking_take_while v0.1.2
20072023-10-26T22:28:22.479Z Compiling cexpr v0.6.0
20082023-10-26T22:28:22.482Z Checking fallible-streaming-iterator v0.1.9
20092023-10-26T22:28:22.853Z Compiling rustc-hash v1.1.0
20102023-10-26T22:28:22.970Z Compiling lazycell v1.3.0
20112023-10-26T22:28:23.080Z Compiling shlex v1.1.0
20122023-10-26T22:28:23.209Z Checking rusqlite v0.29.0
20132023-10-26T22:28:23.466Z Checking tough v0.12.5
20142023-10-26T22:28:23.485Z Checking nix v0.26.2
20152023-10-26T22:28:25.217Z Compiling derive_builder_macro v0.12.0
20162023-10-26T22:28:26.108Z Checking omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)
20172023-10-26T22:28:26.418Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73)
20182023-10-26T22:28:27.263Z Checking twox-hash v1.6.3
20192023-10-26T22:28:27.269Z Checking ff v0.13.0
20202023-10-26T22:28:27.592Z Compiling strum_macros v0.24.3
20212023-10-26T22:28:28.022Z Checking display-error-chain v0.2.0
20222023-10-26T22:28:29.460Z Checking signature v1.6.4
20232023-10-26T22:28:29.531Z Compiling indoc v1.0.9
20242023-10-26T22:28:29.707Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)
20252023-10-26T22:28:30.125Z Checking nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)
20262023-10-26T22:28:33.024Z Checking ed25519 v1.5.3
20272023-10-26T22:28:33.043Z Checking group v0.13.0
20282023-10-26T22:28:33.276Z Checking polyval v0.6.1
20292023-10-26T22:28:33.350Z Checking num_enum v0.7.0
20302023-10-26T22:28:33.742Z Checking aes v0.8.3
20312023-10-26T22:28:34.182Z Checking ctr v0.9.2
20322023-10-26T22:28:34.570Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10)
20332023-10-26T22:28:34.642Z Checking crypto-bigint v0.5.2
20342023-10-26T22:28:34.780Z Checking bincode v1.3.3
20352023-10-26T22:28:35.285Z Compiling diesel-dtrace v0.2.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#c1252df7)
20362023-10-26T22:28:35.478Z Compiling cookie v0.16.2
20372023-10-26T22:28:36.367Z Checking base16ct v0.2.0
20382023-10-26T22:28:37.328Z Checking aes-gcm-siv v0.11.1
20392023-10-26T22:28:37.532Z Checking elliptic-curve v0.13.5
20402023-10-26T22:28:37.633Z Checking rayon v1.7.0
20412023-10-26T22:28:37.735Z Checking steno v0.4.0
20422023-10-26T22:28:38.272Z Checking poly1305 v0.8.0
20432023-10-26T22:28:38.676Z Checking thiserror-no-std v2.0.2
20442023-10-26T22:28:38.815Z Checking hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a)
20452023-10-26T22:28:39.057Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
20462023-10-26T22:28:39.322Z Checking env_logger v0.9.3
20472023-10-26T22:28:39.418Z Checking nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d)
20482023-10-26T22:28:39.877Z Checking oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)
20492023-10-26T22:28:41.304Z Checking chacha20 v0.9.1
20502023-10-26T22:28:41.307Z Checking serde-big-array v0.5.1
20512023-10-26T22:28:41.498Z Checking serde-big-array v0.4.1
20522023-10-26T22:28:41.669Z Compiling impl-trait-for-tuples v0.2.2
20532023-10-26T22:28:41.770Z Compiling oso-derive v0.26.4
20542023-10-26T22:28:41.862Z Checking viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10)
20552023-10-26T22:28:42.057Z Checking ringbuffer v0.15.0
20562023-10-26T22:28:42.193Z Checking ascii v1.1.0
20572023-10-26T22:28:42.699Z Checking viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10)
20582023-10-26T22:28:42.823Z Checking rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c)
20592023-10-26T22:28:42.932Z Checking chacha20poly1305 v0.10.1
20602023-10-26T22:28:43.214Z Checking vsss-rs v3.3.1
20612023-10-26T22:28:43.249Z Checking sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef)
20622023-10-26T22:28:44.927Z Checking bitstruct v0.1.1
20632023-10-26T22:28:45.122Z Checking signal-hook-tokio v0.3.1
20642023-10-26T22:28:45.358Z Checking tungstenite v0.20.1
20652023-10-26T22:28:45.702Z Checking dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10)
20662023-10-26T22:28:46.148Z Checking serde_arrays v0.1.0
20672023-10-26T22:28:46.630Z Checking corncobs v0.1.3
20682023-10-26T22:28:46.649Z Checking sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef)
20692023-10-26T22:28:46.874Z Checking tokio-tungstenite v0.20.1
20702023-10-26T22:28:47.401Z Checking assert_matches v1.5.0
20712023-10-26T22:28:48.041Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10)
20722023-10-26T22:28:50.447Z Checking dns-service-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)
20732023-10-26T22:28:50.681Z Checking bcs v0.1.6
20742023-10-26T22:28:52.234Z Checking highway v1.1.0
20752023-10-26T22:28:52.239Z Checking internal-dns v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)
20762023-10-26T22:28:55.027Z Checking const_format v0.2.31
20772023-10-26T22:28:55.931Z Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client)
20782023-10-26T22:28:56.391Z Checking ron v0.7.1
20792023-10-26T22:28:58.132Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73)
20802023-10-26T22:28:59.074Z Checking http-range v0.1.5
20812023-10-26T22:28:59.503Z Checking bit_field v0.10.2
20822023-10-26T22:28:59.679Z Checking hyper-staticfile v0.9.5
20832023-10-26T22:29:00.032Z Compiling indoc v2.0.3
20842023-10-26T22:29:06.674Z Checking derive_builder v0.12.0
20852023-10-26T22:29:10.416Z Checking bb8 v0.8.1
20862023-10-26T22:29:10.625Z Checking quick-xml v0.23.1
20872023-10-26T22:29:10.877Z Checking bytesize v1.3.0
20882023-10-26T22:29:11.273Z Checking number_prefix v0.4.0
20892023-10-26T22:29:11.608Z Checking fs-err v2.9.0
20902023-10-26T22:29:11.890Z Checking maplit v1.0.2
20912023-10-26T22:29:12.098Z Checking indicatif v0.17.7
20922023-10-26T22:29:13.306Z Checking async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=1446f7e0c1f05f33a0581abd51fa873c7652ab61#1446f7e0)
20932023-10-26T22:29:14.713Z Checking signal-hook-mio v0.2.3
20942023-10-26T22:29:15.894Z Compiling vte_generate_state_changes v0.1.1
20952023-10-26T22:29:23.895Z Checking smawk v0.3.1
20962023-10-26T22:29:23.919Z Checking yansi v0.5.1
20972023-10-26T22:29:24.691Z Checking unicode-linebreak v0.1.5
20982023-10-26T22:29:25.424Z Checking textwrap v0.16.0
20992023-10-26T22:29:26.051Z Checking pretty_assertions v1.4.0
21002023-10-26T22:29:27.040Z Checking crossterm v0.27.0
21012023-10-26T22:29:27.772Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73)
21022023-10-26T22:29:29.318Z Checking fatfs v0.3.6
21032023-10-26T22:29:29.558Z Checking plotters-backend v0.3.5
21042023-10-26T22:29:29.590Z Checking cassowary v0.3.0
21052023-10-26T22:29:30.134Z Checking plotters-svg v0.3.5
21062023-10-26T22:29:30.279Z Checking ratatui v0.23.0
21072023-10-26T22:29:32.952Z Checking rand v0.4.6
21082023-10-26T22:29:32.988Z Checking rtoolbox v0.0.1
21092023-10-26T22:29:33.933Z Checking remove_dir_all v0.5.3
21102023-10-26T22:29:34.096Z Checking cast v0.3.0
21112023-10-26T22:29:34.191Z Checking owo-colors v3.5.0
21122023-10-26T22:29:34.493Z Checking tui-tree-widget v0.13.0
21132023-10-26T22:29:34.521Z Checking tempdir v0.3.7
21142023-10-26T22:29:34.577Z Checking criterion-plot v0.5.0
21152023-10-26T22:29:34.777Z Checking rpassword v7.2.0
21162023-10-26T22:29:34.994Z Checking plotters v0.3.5
21172023-10-26T22:29:38.669Z Checking tinytemplate v1.2.1
21182023-10-26T22:29:39.293Z Checking shell-words v1.1.0
21192023-10-26T22:29:39.395Z Checking anes v0.1.6
21202023-10-26T22:29:39.431Z Checking oorandom v11.1.3
21212023-10-26T22:29:40.050Z Checking criterion v0.5.1
21222023-10-26T22:29:49.541Z Checking assert_cmd v2.0.12
21232023-10-26T22:29:49.751Z Checking dashmap v5.5.1
21242023-10-26T22:29:49.802Z Compiling serial_test_derive v0.10.0
21252023-10-26T22:29:49.924Z Compiling crossbeam-queue v0.3.8
21262023-10-26T22:29:49.998Z Checking serial_test v0.10.0
21272023-10-26T22:29:50.106Z Checking vte v0.11.1
21282023-10-26T22:29:50.208Z Checking threadpool v1.8.1
21292023-10-26T22:29:50.926Z Checking libtest-mimic v0.6.1
21302023-10-26T22:29:51.625Z Checking crossterm v0.26.1
21312023-10-26T22:29:51.871Z Checking strip-ansi-escapes v0.2.0
21322023-10-26T22:29:52.100Z Compiling tabled_derive v0.6.0
21332023-10-26T22:29:52.955Z Checking httptest v0.15.4
21342023-10-26T22:29:53.036Z Checking similar-asserts v1.5.0
21352023-10-26T22:29:53.387Z Checking fd-lock v3.0.13
21362023-10-26T22:29:53.519Z Checking nanorand v0.7.0
21372023-10-26T22:29:53.685Z Compiling rstest_macros v0.18.2
21382023-10-26T22:29:54.140Z Checking nu-ansi-term v0.49.0
21392023-10-26T22:29:54.385Z Checking flume v0.11.0
21402023-10-26T22:29:54.518Z Checking datatest-stable v0.2.3
21412023-10-26T22:29:54.759Z Checking reedline v0.23.0
21422023-10-26T22:29:57.406Z Compiling pin-project-internal v1.1.3
21432023-10-26T22:29:57.441Z Compiling trybuild v1.0.85
21442023-10-26T22:29:57.776Z Compiling relative-path v1.9.0
21452023-10-26T22:29:57.965Z Checking constant_time_eq v0.2.6
21462023-10-26T22:29:58.143Z Checking arrayvec v0.7.4
21472023-10-26T22:29:58.199Z Checking arrayref v0.3.7
21482023-10-26T22:29:58.341Z Checking bytecount v0.6.3
21492023-10-26T22:29:58.557Z Checking topological-sort v0.2.2
21502023-10-26T22:29:58.739Z Checking blake2b_simd v1.0.1
21512023-10-26T22:29:58.870Z Checking papergrid v0.10.0
21522023-10-26T22:30:01.667Z Checking basic-toml v0.1.4
21532023-10-26T22:30:02.060Z Checking pin-project v1.1.3
21542023-10-26T22:30:02.467Z Checking futures-timer v3.0.2
21552023-10-26T22:30:02.488Z Checking constant_time_eq v0.3.0
21562023-10-26T22:30:02.668Z Checking rust-argon2 v1.0.1
21572023-10-26T22:30:02.960Z Checking partial-io v0.5.4
21582023-10-26T22:30:03.577Z Checking tabled v0.14.0
21592023-10-26T22:30:05.113Z Checking approx v0.5.1
21602023-10-26T22:30:05.183Z Checking cargo-platform v0.1.3
21612023-10-26T22:30:05.476Z Checking hex-literal v0.4.1
21622023-10-26T22:30:05.644Z Checking cargo_metadata v0.18.0
21632023-10-26T22:30:08.221Z Checking crossbeam v0.8.2
21642023-10-26T22:30:08.532Z Checking cargo_toml v0.16.3
21652023-10-26T22:30:09.213Z Checking termios v0.3.3
21662023-10-26T22:30:12.021Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
21672023-10-26T22:30:12.308Z Checking rstest v0.18.2
21682023-10-26T22:30:20.916Z Compiling samael v0.0.10 (https://github.com/njaremko/samael?branch=master#52028e45)
21692023-10-26T22:30:32.120Z Compiling bzip2 v0.4.4
21702023-10-26T22:30:32.346Z Compiling polar-core v0.26.4
21712023-10-26T22:30:32.532Z Compiling zip v0.6.6
21722023-10-26T22:30:33.769Z Checking hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84)
21732023-10-26T22:30:34.545Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
21742023-10-26T22:30:35.155Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
21752023-10-26T22:30:35.508Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
21762023-10-26T22:30:36.122Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
21772023-10-26T22:30:36.380Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
21782023-10-26T22:30:37.249Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
21792023-10-26T22:30:37.853Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
21802023-10-26T22:30:38.200Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
21812023-10-26T22:30:38.233Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
21822023-10-26T22:30:38.631Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
21832023-10-26T22:30:39.802Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
21842023-10-26T22:30:39.886Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
21852023-10-26T22:30:40.077Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
21862023-10-26T22:30:40.717Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
21872023-10-26T22:30:43.688Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
21882023-10-26T22:30:46.771Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
21892023-10-26T22:30:53.863Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
21902023-10-26T22:30:54.369Z Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
21912023-10-26T22:30:56.963Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
21922023-10-26T22:30:57.397Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
21932023-10-26T22:30:58.959Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
21942023-10-26T22:30:59.332Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
21952023-10-26T22:30:59.521Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
21962023-10-26T22:30:59.691Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
21972023-10-26T22:31:02.692Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
21982023-10-26T22:31:05.164Z Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
21992023-10-26T22:31:07.145Z Checking ipcc-key-value v0.1.0 (/work/oxidecomputer/omicron/ipcc-key-value)
22002023-10-26T22:31:09.892Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
22012023-10-26T22:31:10.610Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
22022023-10-26T22:31:12.853Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
22032023-10-26T22:31:21.349Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
22042023-10-26T22:31:25.189Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
22052023-10-26T22:31:27.092Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
22062023-10-26T22:31:28.375Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
22072023-10-26T22:31:28.875Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
22082023-10-26T22:31:29.044Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
22092023-10-26T22:31:29.183Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
22102023-10-26T22:31:30.324Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
22112023-10-26T22:31:31.346Z Checking oso v0.26.4
22122023-10-26T22:31:34.916Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
22132023-10-26T22:31:35.464Z Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
22142023-10-26T22:31:35.479Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
22152023-10-26T22:31:39.664Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
22162023-10-26T22:31:42.246Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
22172023-10-26T22:31:45.763Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
22182023-10-26T22:31:47.230Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
22192023-10-26T22:31:51.079Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
22202023-10-26T22:31:55.402Z Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
22212023-10-26T22:31:55.776Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
22222023-10-26T22:31:58.094Z Checking installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client)
22232023-10-26T22:31:58.656Z Checking installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd)
22242023-10-26T22:32:07.772Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
22252023-10-26T22:32:07.828Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
22262023-10-26T22:32:09.300Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
22272023-10-26T22:32:13.106Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
22282023-10-26T22:32:18.885Z Checking omicron-deploy v0.1.0 (/work/oxidecomputer/omicron/dev-tools/thing-flinger)
22292023-10-26T22:32:32.067Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
22302023-10-26T22:32:54.520Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli)
22312023-10-26T22:33:05.887Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
22322023-10-26T22:33:37.414Z Checking caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util)
22332023-10-26T22:34:13.636Z Compiling git2 v0.17.2
22342023-10-26T22:34:24.040Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73)
22352023-10-26T22:34:26.512Z Checking crucible-protocol v0.0.0 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73)
22362023-10-26T22:34:37.647Z Checking propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10)
22372023-10-26T22:34:47.444Z Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10)
22382023-10-26T22:34:47.764Z Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10)
22392023-10-26T22:34:48.283Z Checking propolis-server v0.1.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10)
22402023-10-26T22:34:49.776Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
22412023-10-26T22:35:26.171Z Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
22422023-10-26T22:36:49.192Z Finished dev [unoptimized + debuginfo] target(s) in 13m 21s
22432023-10-26T22:36:49.405Z
22442023-10-26T22:36:49.416Zreal 14:34.808371583
22452023-10-26T22:36:49.472Zuser 1:24:29.046802449
22462023-10-26T22:36:49.475Zsys 11:24.378609282
22472023-10-26T22:36:49.483Ztrap 3.187307058
22482023-10-26T22:36:49.486Ztflt 5.154236383
22492023-10-26T22:36:49.489Zdflt 7.141998557
22502023-10-26T22:36:49.492Zkflt 0.023506658
22512023-10-26T22:36:49.495Zlock 1:54:28.785185262
22522023-10-26T22:36:49.498Zslp 4:44:47.389748535
22532023-10-26T22:36:49.501Zlat 3:11.978036042
22542023-10-26T22:36:49.504Zstop 7:27.837627101
22552023-10-26T22:36:50.649Zwarning: output filename collision.
22562023-10-26T22:36:50.652ZThe lib target `dns-service-client` in package `dns-service-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)` has the same output filename as the lib target `dns-service-client` in package `dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)`.
22572023-10-26T22:36:50.656ZColliding filename is: /work/oxidecomputer/omicron/target/doc/dns_service_client/index.html
22582023-10-26T22:36:50.659ZThe targets should have unique names.
22592023-10-26T22:36:50.662ZThis is a known bug where multiple crates with the same name use
22602023-10-26T22:36:50.665Zthe same path; see <https://github.com/rust-lang/cargo/issues/6313>.
22612023-10-26T22:36:50.674Zwarning: output filename collision.
22622023-10-26T22:36:50.676ZThe 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)`.
22632023-10-26T22:36:50.679ZColliding filename is: /work/oxidecomputer/omicron/target/doc/hubpack/index.html
22642023-10-26T22:36:50.682ZThe targets should have unique names.
22652023-10-26T22:36:50.685ZThis is a known bug where multiple crates with the same name use
22662023-10-26T22:36:50.688Zthe same path; see <https://github.com/rust-lang/cargo/issues/6313>.
22672023-10-26T22:36:50.691Zwarning: output filename collision.
22682023-10-26T22:36:50.694ZThe lib target `internal-dns` in package `internal-dns v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)` has the same output filename as the lib target `internal-dns` in package `internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)`.
22692023-10-26T22:36:50.697ZColliding filename is: /work/oxidecomputer/omicron/target/doc/internal_dns/index.html
22702023-10-26T22:36:50.701ZThe targets should have unique names.
22712023-10-26T22:36:50.703ZThis is a known bug where multiple crates with the same name use
22722023-10-26T22:36:50.706Zthe same path; see <https://github.com/rust-lang/cargo/issues/6313>.
22732023-10-26T22:36:50.709Zwarning: output filename collision.
22742023-10-26T22:36:50.713ZThe lib target `nexus-client` in package `nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)` has the same output filename as the lib target `nexus-client` in package `nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)`.
22752023-10-26T22:36:50.716ZColliding filename is: /work/oxidecomputer/omicron/target/doc/nexus_client/index.html
22762023-10-26T22:36:50.719ZThe targets should have unique names.
22772023-10-26T22:36:50.721ZThis is a known bug where multiple crates with the same name use
22782023-10-26T22:36:50.725Zthe same path; see <https://github.com/rust-lang/cargo/issues/6313>.
22792023-10-26T22:36:50.728Zwarning: output filename collision.
22802023-10-26T22:36:50.731ZThe lib target `nix` in package `nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d)` has the same output filename as the lib target `nix` in package `nix v0.26.2`.
22812023-10-26T22:36:50.734ZColliding filename is: /work/oxidecomputer/omicron/target/doc/nix/index.html
22822023-10-26T22:36:50.736ZThe targets should have unique names.
22832023-10-26T22:36:50.740ZThis is a known bug where multiple crates with the same name use
22842023-10-26T22:36:50.743Zthe same path; see <https://github.com/rust-lang/cargo/issues/6313>.
22852023-10-26T22:36:50.745Zwarning: output filename collision.
22862023-10-26T22:36:50.748ZThe lib target `omicron-common` in package `omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)` has the same output filename as the lib target `omicron-common` in package `omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)`.
22872023-10-26T22:36:50.752ZColliding filename is: /work/oxidecomputer/omicron/target/doc/omicron_common/index.html
22882023-10-26T22:36:50.754ZThe targets should have unique names.
22892023-10-26T22:36:50.757ZThis is a known bug where multiple crates with the same name use
22902023-10-26T22:36:50.760Zthe same path; see <https://github.com/rust-lang/cargo/issues/6313>.
22912023-10-26T22:36:50.763Zwarning: output filename collision.
22922023-10-26T22:36:50.766ZThe lib target `omicron-passwords` in package `omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)` has the same output filename as the lib target `omicron-passwords` in package `omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)`.
22932023-10-26T22:36:50.769ZColliding filename is: /work/oxidecomputer/omicron/target/doc/omicron_passwords/index.html
22942023-10-26T22:36:50.773ZThe targets should have unique names.
22952023-10-26T22:36:50.775ZThis is a known bug where multiple crates with the same name use
22962023-10-26T22:36:50.778Zthe same path; see <https://github.com/rust-lang/cargo/issues/6313>.
22972023-10-26T22:36:50.781Zwarning: output filename collision.
22982023-10-26T22:36:50.789ZThe lib target `oximeter` in package `oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)` has the same output filename as the lib target `oximeter` in package `oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)`.
22992023-10-26T22:36:50.822ZColliding filename is: /work/oxidecomputer/omicron/target/doc/oximeter/index.html
23002023-10-26T22:36:50.827ZThe targets should have unique names.
23012023-10-26T22:36:50.832ZThis is a known bug where multiple crates with the same name use
23022023-10-26T22:36:50.835Zthe same path; see <https://github.com/rust-lang/cargo/issues/6313>.
23032023-10-26T22:36:50.838Zwarning: output filename collision.
23042023-10-26T22:36:50.841ZThe 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 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)`.
23052023-10-26T22:36:50.844ZColliding filename is: /work/oxidecomputer/omicron/target/doc/oximeter/index.html
23062023-10-26T22:36:50.848ZThe targets should have unique names.
23072023-10-26T22:36:50.851ZThis is a known bug where multiple crates with the same name use
23082023-10-26T22:36:50.854Zthe same path; see <https://github.com/rust-lang/cargo/issues/6313>.
23092023-10-26T22:36:50.857Zwarning: output filename collision.
23102023-10-26T22:36:50.860ZThe lib target `oximeter-producer` in package `oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)` has the same output filename as the lib target `oximeter-producer` in package `oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)`.
23112023-10-26T22:36:50.863ZColliding filename is: /work/oxidecomputer/omicron/target/doc/oximeter_producer/index.html
23122023-10-26T22:36:50.866ZThe targets should have unique names.
23132023-10-26T22:36:50.869ZThis is a known bug where multiple crates with the same name use
23142023-10-26T22:36:50.873Zthe same path; see <https://github.com/rust-lang/cargo/issues/6313>.
23152023-10-26T22:36:50.876Zwarning: output filename collision.
23162023-10-26T22:36:50.880ZThe 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)`.
23172023-10-26T22:36:50.887ZColliding filename is: /work/oxidecomputer/omicron/target/doc/tlvc/index.html
23182023-10-26T22:36:50.891ZThe targets should have unique names.
23192023-10-26T22:36:50.895ZThis is a known bug where multiple crates with the same name use
23202023-10-26T22:36:50.898Zthe same path; see <https://github.com/rust-lang/cargo/issues/6313>.
23212023-10-26T22:36:51.250Z Checking unicode-ident v1.0.12
23222023-10-26T22:36:51.272Z Documenting libc v0.2.149
23232023-10-26T22:36:51.280Z Documenting cfg-if v1.0.0
23242023-10-26T22:36:51.302Z Checking libc v0.2.149
23252023-10-26T22:36:51.322Z Checking serde v1.0.188
23262023-10-26T22:36:51.336Z Checking cfg-if v1.0.0
23272023-10-26T22:36:51.352Z Documenting log v0.4.20
23282023-10-26T22:36:51.371Z Documenting itoa v1.0.9
23292023-10-26T22:36:51.483Z Documenting scopeguard v1.2.0
23302023-10-26T22:36:51.516Z Checking proc-macro2 v1.0.67
23312023-10-26T22:36:52.544Z Checking quote v1.0.33
23322023-10-26T22:36:53.063Z Checking syn v2.0.32
23332023-10-26T22:36:53.248Z Checking syn v1.0.109
23342023-10-26T22:36:55.217Z Checking once_cell v1.18.0
23352023-10-26T22:36:55.460Z Documenting once_cell v1.18.0
23362023-10-26T22:36:55.484Z Documenting memchr v2.6.3
23372023-10-26T22:36:55.679Z Documenting smallvec v1.11.0
23382023-10-26T22:36:57.824Z Documenting lock_api v0.4.10
23392023-10-26T22:36:57.996Z Documenting getrandom v0.2.10
23402023-10-26T22:37:00.129Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
23412023-10-26T22:37:00.557Z Documenting libm v0.2.7
23422023-10-26T22:37:00.657Z Documenting parking_lot_core v0.9.8
23432023-10-26T22:37:01.520Z Documenting pin-project-lite v0.2.13
23442023-10-26T22:37:02.406Z Documenting signal-hook-registry v1.4.1
23452023-10-26T22:37:02.494Z Checking itoa v1.0.9
23462023-10-26T22:37:02.808Z Documenting mio v0.8.8
23472023-10-26T22:37:03.453Z Documenting num_cpus v1.16.0
23482023-10-26T22:37:03.772Z Documenting serde_derive v1.0.188
23492023-10-26T22:37:04.399Z Documenting rand_core v0.6.4
23502023-10-26T22:37:05.593Z Documenting zeroize_derive v1.4.2
23512023-10-26T22:37:05.600Z Documenting num-traits v0.2.16
23522023-10-26T22:37:07.075Z Documenting parking_lot v0.12.1
23532023-10-26T22:37:09.172Z Documenting thiserror-impl v1.0.49
23542023-10-26T22:37:09.395Z Documenting typenum v1.16.0
23552023-10-26T22:37:09.572Z Documenting futures-core v0.3.28
23562023-10-26T22:37:10.479Z Documenting ryu v1.0.15
23572023-10-26T22:37:12.884Z Documenting zeroize v1.6.0
23582023-10-26T22:37:12.944Z Documenting tokio-macros v2.1.0
23592023-10-26T22:37:13.187Z Documenting socket2 v0.5.4
23602023-10-26T22:37:14.499Z Checking thiserror v1.0.49
23612023-10-26T22:37:14.669Z Checking ryu v1.0.15
23622023-10-26T22:37:14.796Z Documenting serde v1.0.188
23632023-10-26T22:37:15.039Z Documenting subtle v2.5.0
23642023-10-26T22:37:15.446Z Documenting futures-sink v0.3.28
23652023-10-26T22:37:16.696Z Documenting thiserror v1.0.49
23662023-10-26T22:37:17.244Z Checking memchr v2.6.3
23672023-10-26T22:37:18.636Z Documenting pin-utils v0.1.0
23682023-10-26T22:37:18.759Z Documenting generic-array v0.14.7
23692023-10-26T22:37:19.823Z Documenting byteorder v1.5.0
23702023-10-26T22:37:20.232Z Checking serde_json v1.0.107
23712023-10-26T22:37:20.807Z Documenting iana-time-zone v0.1.57
23722023-10-26T22:37:21.746Z Checking heck v0.4.1
23732023-10-26T22:37:22.060Z Documenting futures-channel v0.3.28
23742023-10-26T22:37:22.795Z Documenting futures-macro v0.3.28
23752023-10-26T22:37:23.087Z Checking getrandom v0.2.10
23762023-10-26T22:37:23.860Z Documenting slab v0.4.9
23772023-10-26T22:37:25.801Z Documenting futures-task v0.3.28
23782023-10-26T22:37:25.861Z Documenting crypto-common v0.1.6
23792023-10-26T22:37:26.208Z Documenting futures-io v0.3.28
23802023-10-26T22:37:26.757Z Documenting const-oid v0.9.5
23812023-10-26T22:37:28.117Z Checking bytes v1.5.0
23822023-10-26T22:37:29.318Z Documenting ppv-lite86 v0.2.17
23832023-10-26T22:37:29.731Z Checking log v0.4.20
23842023-10-26T22:37:29.948Z Checking byteorder v1.5.0
23852023-10-26T22:37:30.149Z Documenting tinyvec_macros v0.1.1
23862023-10-26T22:37:30.597Z Documenting block-buffer v0.10.4
23872023-10-26T22:37:31.765Z Documenting tracing-attributes v0.1.26
23882023-10-26T22:37:31.984Z Documenting tracing-core v0.1.31
23892023-10-26T22:37:32.153Z Documenting futures-util v0.3.28
23902023-10-26T22:37:33.958Z Documenting rand_chacha v0.3.1
23912023-10-26T22:37:34.202Z Documenting tinyvec v1.6.0
23922023-10-26T22:37:35.315Z Checking fnv v1.0.7
23932023-10-26T22:37:35.512Z Documenting serde_derive_internals v0.26.0
23942023-10-26T22:37:36.979Z Documenting digest v0.10.7
23952023-10-26T22:37:41.904Z Checking serde_derive_internals v0.26.0
23962023-10-26T22:37:41.978Z Documenting rand v0.8.5
23972023-10-26T22:37:42.006Z Documenting base64 v0.21.5
23982023-10-26T22:37:42.018Z Documenting dyn-clone v1.0.13
23992023-10-26T22:37:44.751Z Documenting schemars_derive v0.8.13
24002023-10-26T22:37:46.134Z Documenting unicode-normalization v0.1.22
24012023-10-26T22:37:46.500Z Documenting cpufeatures v0.2.9
24022023-10-26T22:37:47.640Z Checking ucd-trie v0.1.6
24032023-10-26T22:37:47.740Z Documenting fnv v1.0.7
24042023-10-26T22:37:47.806Z Checking libm v0.2.7
24052023-10-26T22:37:47.880Z Documenting bytes v1.5.0
24062023-10-26T22:37:47.971Z Documenting serde_json v1.0.107
24072023-10-26T22:37:49.538Z Documenting bitflags v2.4.0
24082023-10-26T22:37:51.180Z Documenting chrono v0.4.31
24092023-10-26T22:37:53.847Z Documenting uuid v1.4.1
24102023-10-26T22:37:54.438Z Checking pest v2.7.2
24112023-10-26T22:37:55.074Z Documenting unicode-bidi v0.3.13
24122023-10-26T22:37:55.319Z Documenting tokio v1.33.0
24132023-10-26T22:37:56.618Z Documenting http v0.2.9
24142023-10-26T22:37:56.882Z Checking num-traits v0.2.16
24152023-10-26T22:37:58.545Z Documenting lazy_static v1.4.0
24162023-10-26T22:37:59.391Z Documenting tracing v0.1.37
24172023-10-26T22:37:59.584Z Documenting percent-encoding v2.3.0
24182023-10-26T22:38:00.863Z Documenting ahash v0.8.3
24192023-10-26T22:38:00.878Z Documenting schemars v0.8.13
24202023-10-26T22:38:00.929Z Checking ahash v0.8.3
24212023-10-26T22:38:01.566Z Checking time-core v0.1.1
24222023-10-26T22:38:01.815Z Documenting allocator-api2 v0.2.16
24232023-10-26T22:38:02.694Z Documenting untrusted v0.7.1
24242023-10-26T22:38:05.233Z Documenting adler v1.0.2
24252023-10-26T22:38:05.593Z Documenting form_urlencoded v1.2.0
24262023-10-26T22:38:06.779Z Documenting unicode-ident v1.0.12
24272023-10-26T22:38:06.802Z Documenting ring v0.16.20
24282023-10-26T22:38:07.077Z Documenting hashbrown v0.14.0
24292023-10-26T22:38:09.215Z Documenting miniz_oxide v0.7.1
24302023-10-26T22:38:10.091Z Documenting idna v0.4.0
24312023-10-26T22:38:10.853Z Documenting proc-macro2 v1.0.67
24322023-10-26T22:38:11.464Z Documenting httparse v1.8.0
24332023-10-26T22:38:11.827Z Documenting equivalent v1.0.1
24342023-10-26T22:38:14.216Z Checking zerocopy v0.3.0
24352023-10-26T22:38:14.660Z Checking uuid v1.4.1
24362023-10-26T22:38:15.060Z Checking iana-time-zone v0.1.57
24372023-10-26T22:38:15.685Z Checking chrono v0.4.31
24382023-10-26T22:38:15.696Z Checking dof v0.1.5
24392023-10-26T22:38:16.113Z Documenting sct v0.7.0
24402023-10-26T22:38:16.121Z Documenting indexmap v2.0.0
24412023-10-26T22:38:16.621Z Documenting rustls-webpki v0.101.4
24422023-10-26T22:38:16.868Z Documenting url v2.4.1
24432023-10-26T22:38:18.037Z Documenting quote v1.0.33
24442023-10-26T22:38:18.270Z Checking dtrace-parser v0.1.14
24452023-10-26T22:38:18.879Z Checking thread-id v4.2.0
24462023-10-26T22:38:19.032Z Documenting slog v2.7.0
24472023-10-26T22:38:19.056Z Documenting httpdate v1.0.3
24482023-10-26T22:38:21.653Z Documenting try-lock v0.2.4
24492023-10-26T22:38:22.997Z Documenting openssl-probe v0.1.5
24502023-10-26T22:38:23.173Z Documenting rustls v0.21.7
24512023-10-26T22:38:23.604Z Documenting tokio-util v0.7.10
24522023-10-26T22:38:23.926Z Checking usdt-impl v0.3.5
24532023-10-26T22:38:24.352Z Documenting http-body v0.4.5
24542023-10-26T22:38:24.750Z Documenting rustls-pemfile v1.0.3
24552023-10-26T22:38:25.086Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
24562023-10-26T22:38:25.474Z Documenting openssl-macros v0.1.1
24572023-10-26T22:38:25.716Z Documenting want v0.3.1
24582023-10-26T22:38:26.259Z Documenting aho-corasick v1.0.4
24592023-10-26T22:38:28.892Z Documenting openssl-sys v0.9.93
24602023-10-26T22:38:31.914Z Documenting tower-service v0.3.2
24612023-10-26T22:38:31.920Z Documenting gimli v0.28.0
24622023-10-26T22:38:31.928Z Documenting mime v0.3.17
24632023-10-26T22:38:32.091Z Documenting h2 v0.3.21
24642023-10-26T22:38:32.441Z Documenting regex-syntax v0.7.5
24652023-10-26T22:38:33.647Z Documenting time-macros v0.2.13
24662023-10-26T22:38:35.608Z Documenting tokio-rustls v0.24.1
24672023-10-26T22:38:36.840Z Documenting async-trait v0.1.74
24682023-10-26T22:38:38.100Z Documenting object v0.32.1
24692023-10-26T22:38:40.703Z Documenting openssl v0.10.57
24702023-10-26T22:38:41.206Z Documenting errno v0.3.2
24712023-10-26T22:38:41.692Z Documenting addr2line v0.21.0
24722023-10-26T22:38:43.284Z Documenting regex-automata v0.3.8
24732023-10-26T22:38:43.931Z Documenting ipnet v2.8.0
24742023-10-26T22:38:45.160Z Documenting rustc-demangle v0.1.23
24752023-10-26T22:38:45.739Z Checking allocator-api2 v0.2.16
24762023-10-26T22:38:46.764Z Documenting num_threads v0.1.6
24772023-10-26T22:38:47.348Z Documenting unicode-width v0.1.11
24782023-10-26T22:38:48.296Z Documenting hyper v0.14.27
24792023-10-26T22:38:49.452Z Documenting deranged v0.3.8
24802023-10-26T22:38:50.005Z Checking dyn-clone v1.0.13
24812023-10-26T22:38:50.208Z Documenting time-core v0.1.1
24822023-10-26T22:38:51.463Z Checking schemars v0.8.13
24832023-10-26T22:38:52.730Z Checking hashbrown v0.14.0
24842023-10-26T22:38:53.872Z Documenting rustix v0.38.9
24852023-10-26T22:38:54.538Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
24862023-10-26T22:38:54.671Z Checking pest_meta v2.7.2
24872023-10-26T22:38:54.700Z Documenting crossbeam-utils v0.8.16
24882023-10-26T22:38:56.341Z Checking equivalent v1.0.1
24892023-10-26T22:38:56.528Z Checking indexmap v2.0.0
24902023-10-26T22:38:56.671Z Documenting regex v1.9.5
24912023-10-26T22:38:57.228Z Documenting time v0.3.27
24922023-10-26T22:38:57.332Z Documenting backtrace v0.3.69
24932023-10-26T22:38:58.312Z Documenting native-tls v0.2.11
24942023-10-26T22:39:01.711Z Checking hashbrown v0.13.2
24952023-10-26T22:39:03.724Z Documenting pest_meta v2.7.2
24962023-10-26T22:39:05.110Z Checking http v0.2.9
24972023-10-26T22:39:05.215Z Checking aho-corasick v1.0.4
24982023-10-26T22:39:05.583Z Documenting anyhow v1.0.75
24992023-10-26T22:39:06.131Z Documenting encoding_rs v0.8.33
25002023-10-26T22:39:06.733Z Checking regex-syntax v0.7.5
25012023-10-26T22:39:07.500Z Documenting tokio-native-tls v0.3.1
25022023-10-26T22:39:07.944Z Checking pest_generator v2.7.2
25032023-10-26T22:39:08.017Z Documenting rustls-native-certs v0.6.3
25042023-10-26T22:39:09.144Z Documenting serde_urlencoded v0.7.1
25052023-10-26T22:39:09.973Z Documenting pest_generator v2.7.2
25062023-10-26T22:39:10.744Z Documenting ucd-trie v0.1.6
25072023-10-26T22:39:12.144Z Checking regex-automata v0.3.8
25082023-10-26T22:39:13.496Z Checking serde_tokenstream v0.1.7
25092023-10-26T22:39:13.865Z Documenting webpki-roots v0.25.2
25102023-10-26T22:39:14.064Z Documenting syn v2.0.32
25112023-10-26T22:39:14.297Z Documenting hyper-rustls v0.24.1
25122023-10-26T22:39:16.169Z Documenting dof v0.1.5
25132023-10-26T22:39:16.277Z Documenting hyper-tls v0.5.0
25142023-10-26T22:39:17.183Z Documenting pest v2.7.2
25152023-10-26T22:39:17.633Z Documenting pest_derive v2.7.2
25162023-10-26T22:39:18.807Z Checking regex v1.9.5
25172023-10-26T22:39:19.791Z Documenting thread-id v4.2.0
25182023-10-26T22:39:20.154Z Documenting usdt-macro v0.3.5
25192023-10-26T22:39:22.045Z Documenting usdt-attr-macro v0.3.5
25202023-10-26T22:39:24.720Z Documenting openapiv3 v1.0.3
25212023-10-26T22:39:24.933Z Documenting ipnetwork v0.20.0
25222023-10-26T22:39:25.271Z Documenting dtrace-parser v0.1.14
25232023-10-26T22:39:25.810Z Documenting sha2 v0.10.8
25242023-10-26T22:39:26.643Z Documenting reqwest v0.11.20
25252023-10-26T22:39:27.475Z Documenting futures-executor v0.3.28
25262023-10-26T22:39:29.488Z Checking serde_tokenstream v0.2.0
25272023-10-26T22:39:30.091Z Documenting spin v0.9.8
25282023-10-26T22:39:31.296Z Documenting usdt-impl v0.3.5
25292023-10-26T22:39:32.879Z Checking unicode-width v0.1.11
25302023-10-26T22:39:33.119Z Checking strsim v0.10.0
25312023-10-26T22:39:33.247Z Checking regress v0.7.1
25322023-10-26T22:39:33.413Z Documenting hex v0.4.3
25332023-10-26T22:39:33.466Z Documenting hmac v0.12.1
25342023-10-26T22:39:34.384Z Documenting fallible-iterator v0.2.0
25352023-10-26T22:39:34.900Z Documenting futures v0.3.28
25362023-10-26T22:39:40.998Z Checking typify-impl v0.0.13 (https://github.com/oxidecomputer/typify#de16c423)
25372023-10-26T22:39:41.036Z Documenting usdt v0.3.5
25382023-10-26T22:39:41.259Z Checking openapiv3 v1.0.3
25392023-10-26T22:39:41.300Z Documenting stringprep v0.1.3
25402023-10-26T22:39:41.753Z Documenting semver v1.0.20
25412023-10-26T22:39:41.760Z Documenting md-5 v0.10.5
25422023-10-26T22:39:42.565Z Documenting regress v0.7.1
25432023-10-26T22:39:45.788Z Documenting utf8parse v0.2.1
25442023-10-26T22:39:46.911Z Documenting siphasher v0.3.11
25452023-10-26T22:39:47.206Z Documenting block-padding v0.3.3
25462023-10-26T22:39:47.447Z Documenting heck v0.4.1
25472023-10-26T22:39:47.723Z Documenting static_assertions v1.1.0
25482023-10-26T22:39:48.805Z Checking unsafe-libyaml v0.2.9
25492023-10-26T22:39:48.938Z Documenting postgres-protocol v0.6.6
25502023-10-26T22:39:50.169Z Documenting typify-macro v0.0.13 (https://github.com/oxidecomputer/typify#de16c423)
25512023-10-26T22:39:50.736Z Checking typify v0.0.13 (https://github.com/oxidecomputer/typify#de16c423)
25522023-10-26T22:39:50.940Z Checking getopts v0.2.21
25532023-10-26T22:39:51.251Z Documenting phf_shared v0.11.2
25542023-10-26T22:39:51.483Z Documenting toml_datetime v0.6.3
25552023-10-26T22:39:52.167Z Documenting num-integer v0.1.45
25562023-10-26T22:39:52.296Z Checking ident_case v1.0.1
25572023-10-26T22:39:52.538Z Documenting whoami v1.4.1
25582023-10-26T22:39:53.435Z Documenting typify-impl v0.0.13 (https://github.com/oxidecomputer/typify#de16c423)
25592023-10-26T22:39:53.630Z Documenting inout v0.1.3
25602023-10-26T22:39:57.551Z Documenting phf v0.11.2
25612023-10-26T22:39:57.811Z Documenting either v1.9.0
25622023-10-26T22:39:58.150Z Documenting postgres-types v0.2.6
25632023-10-26T22:39:58.453Z Documenting unsafe-libyaml v0.2.9
25642023-10-26T22:39:58.834Z Checking progenitor-impl v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b)
25652023-10-26T22:40:00.204Z Documenting cipher v0.4.4
25662023-10-26T22:40:00.636Z Checking serde_yaml v0.9.25
25672023-10-26T22:40:01.696Z Documenting progenitor-client v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b)
25682023-10-26T22:40:03.801Z Documenting getopts v0.2.21
25692023-10-26T22:40:03.820Z Documenting zerocopy v0.6.4
25702023-10-26T22:40:04.090Z Documenting anstyle v1.0.2
25712023-10-26T22:40:04.343Z Documenting serde_yaml v0.9.25
25722023-10-26T22:40:04.872Z Documenting typify v0.0.13 (https://github.com/oxidecomputer/typify#de16c423)
25732023-10-26T22:40:08.432Z Documenting tokio-postgres v0.7.10
25742023-10-26T22:40:09.488Z Documenting data-encoding v2.4.0
25752023-10-26T22:40:10.154Z Documenting anstyle-parse v0.2.1
25762023-10-26T22:40:10.426Z Documenting crossbeam-channel v0.5.8
25772023-10-26T22:40:10.725Z Documenting colorchoice v1.0.0
25782023-10-26T22:40:11.535Z Documenting match_cfg v0.1.0
25792023-10-26T22:40:13.863Z Documenting progenitor-macro v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b)
25802023-10-26T22:40:14.901Z Documenting anstyle-query v1.0.0
25812023-10-26T22:40:15.041Z Documenting itertools v0.11.0
25822023-10-26T22:40:15.367Z Documenting progenitor-impl v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b)
25832023-10-26T22:40:15.575Z Documenting terminal_size v0.2.6
25842023-10-26T22:40:15.605Z Documenting hostname v0.3.1
25852023-10-26T22:40:17.151Z Documenting dirs-sys-next v0.1.2
25862023-10-26T22:40:21.040Z Documenting anstream v0.5.0
25872023-10-26T22:40:21.730Z Documenting strsim v0.10.0
25882023-10-26T22:40:21.822Z Documenting tap v1.0.1
25892023-10-26T22:40:23.215Z Documenting clap_lex v0.5.1
25902023-10-26T22:40:23.409Z Documenting dirs-next v2.0.0
25912023-10-26T22:40:25.623Z Documenting clap_derive v4.4.2
25922023-10-26T22:40:25.984Z Documenting wyz v0.5.1
25932023-10-26T22:40:26.650Z Documenting thread_local v1.1.7
25942023-10-26T22:40:27.208Z Documenting progenitor v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b)
25952023-10-26T22:40:27.638Z Documenting crc32fast v1.3.2
25962023-10-26T22:40:28.059Z Documenting radium v0.7.0
25972023-10-26T22:40:29.267Z Documenting clap_builder v4.4.2
25982023-10-26T22:40:29.689Z Documenting funty v2.0.0
25992023-10-26T22:40:30.620Z Documenting term v0.7.0
26002023-10-26T22:40:32.376Z Documenting num-iter v0.1.43
26012023-10-26T22:40:32.843Z Documenting sha1 v0.10.5
26022023-10-26T22:40:33.703Z Documenting enum-as-inner v0.5.1
26032023-10-26T22:40:34.193Z Documenting atty v0.2.14
26042023-10-26T22:40:34.517Z Documenting bitvec v1.0.1
26052023-10-26T22:40:36.950Z Documenting memoffset v0.9.0
26062023-10-26T22:40:39.104Z Documenting clap v4.4.3
26072023-10-26T22:40:39.119Z Documenting take_mut v0.2.2
26082023-10-26T22:40:39.380Z Documenting slog-term v2.9.0
26092023-10-26T22:40:39.831Z Documenting flate2 v1.0.28
26102023-10-26T22:40:40.817Z Documenting trust-dns-proto v0.22.0
26112023-10-26T22:40:41.086Z Documenting crossbeam-epoch v0.9.15
26122023-10-26T22:40:43.807Z Documenting slog-json v2.6.1
26132023-10-26T22:40:45.330Z Documenting camino v1.1.6
26142023-10-26T22:40:45.380Z Documenting slog-async v2.8.0
26152023-10-26T22:40:46.283Z Documenting paste v1.0.14
26162023-10-26T22:40:46.401Z Documenting signature v2.1.0
26172023-10-26T22:40:47.067Z Documenting hash32 v0.2.1
26182023-10-26T22:40:47.446Z Documenting scheduled-thread-pool v0.2.7
26192023-10-26T22:40:52.889Z Documenting slog-bunyan v2.4.0
26202023-10-26T22:40:52.996Z Checking diesel_table_macro_syntax v0.1.0
26212023-10-26T22:40:53.021Z Documenting diesel_table_macro_syntax v0.1.0
26222023-10-26T22:40:53.047Z Documenting bzip2-sys v0.1.11+1.0.8
26232023-10-26T22:40:53.061Z Documenting stable_deref_trait v1.2.0
26242023-10-26T22:40:53.230Z Documenting unicode-segmentation v1.10.1
26252023-10-26T22:40:53.678Z Checking darling_core v0.20.3
26262023-10-26T22:40:53.752Z Documenting r2d2 v0.8.10
26272023-10-26T22:40:55.141Z Documenting async-stream-impl v0.3.5
26282023-10-26T22:40:56.430Z Documenting pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
26292023-10-26T22:40:56.608Z Documenting heapless v0.7.16
26302023-10-26T22:40:58.468Z Documenting strum v0.25.0
26312023-10-26T22:40:58.730Z Documenting bzip2 v0.4.4
26322023-10-26T22:40:58.901Z Documenting bit-vec v0.6.3
26332023-10-26T22:40:59.315Z Documenting diesel_derives v2.1.1
26342023-10-26T22:41:00.489Z Documenting atomic-waker v1.1.1
26352023-10-26T22:41:02.606Z Documenting debug-ignore v1.0.5
26362023-10-26T22:41:02.820Z Documenting managed v0.8.0
26372023-10-26T22:41:04.097Z Documenting async-stream v0.3.5
26382023-10-26T22:41:04.687Z Documenting waitgroup v0.1.2
26392023-10-26T22:41:04.884Z Checking darling v0.20.3
26402023-10-26T22:41:05.068Z Documenting num-bigint v0.4.4
26412023-10-26T22:41:05.114Z Documenting multer v2.1.0
26422023-10-26T22:41:05.281Z Documenting zip v0.6.6
26432023-10-26T22:41:06.700Z Documenting dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#fa728d07)
26442023-10-26T22:41:07.766Z Documenting smoltcp v0.9.1
26452023-10-26T22:41:10.121Z Documenting bstr v1.6.0
26462023-10-26T22:41:10.564Z Documenting serde_path_to_error v0.1.14
26472023-10-26T22:41:11.027Z Documenting diesel v2.1.1
26482023-10-26T22:41:12.303Z Documenting hubpack v0.1.2
26492023-10-26T22:41:12.995Z Documenting serde_repr v0.1.16
26502023-10-26T22:41:19.731Z Documenting new_debug_unreachable v1.0.4
26512023-10-26T22:41:19.816Z Documenting precomputed-hash v0.1.1
26522023-10-26T22:41:19.912Z Documenting fixedbitset v0.4.2
26532023-10-26T22:41:19.973Z Documenting lalrpop-util v0.19.12
26542023-10-26T22:41:20.059Z Documenting dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#fa728d07)
26552023-10-26T22:41:20.076Z Documenting yasna v0.5.2
26562023-10-26T22:41:20.093Z Documenting serde_with_macros v2.3.3
26572023-10-26T22:41:20.141Z Documenting petgraph v0.6.4
26582023-10-26T22:41:20.233Z Documenting gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
26592023-10-26T22:41:21.360Z Documenting string_cache v0.8.7
26602023-10-26T22:41:23.850Z Documenting console v0.15.7
26612023-10-26T22:41:26.383Z Documenting float-cmp v0.9.0
26622023-10-26T22:41:27.427Z Documenting difflib v0.4.0
26632023-10-26T22:41:27.617Z Documenting predicates-core v1.0.6
26642023-10-26T22:41:29.607Z Documenting normalize-line-endings v0.3.0
26652023-10-26T22:41:30.705Z Documenting serde_with v2.3.3
26662023-10-26T22:41:30.808Z Documenting bit-set v0.5.3
26672023-10-26T22:41:33.271Z Documenting similar v2.2.1
26682023-10-26T22:41:33.664Z Documenting tokio-stream v0.1.14
26692023-10-26T22:41:33.846Z Documenting structmeta-derive v0.1.6
26702023-10-26T22:41:35.841Z Documenting predicates v3.0.4
26712023-10-26T22:41:37.088Z Checking structmeta v0.1.6
26722023-10-26T22:41:37.447Z Documenting instant v0.1.12
26732023-10-26T22:41:40.072Z Checking regex-syntax v0.6.29
26742023-10-26T22:41:40.922Z Documenting serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
26752023-10-26T22:41:42.043Z Documenting macaddr v1.0.1
26762023-10-26T22:41:42.303Z Documenting structmeta v0.1.6
26772023-10-26T22:41:42.431Z Documenting base64ct v1.6.0
26782023-10-26T22:41:43.732Z Documenting backoff v0.4.0
26792023-10-26T22:41:44.215Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
26802023-10-26T22:41:44.728Z Checking scopeguard v1.2.0
26812023-10-26T22:41:44.787Z Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
26822023-10-26T22:41:44.952Z Checking lock_api v0.4.10
26832023-10-26T22:41:45.236Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
26842023-10-26T22:41:45.551Z Documenting crucible-workspace-hack v0.1.0
26852023-10-26T22:41:48.261Z Checking smallvec v1.11.0
26862023-10-26T22:41:48.304Z Checking parking_lot_core v0.9.8
26872023-10-26T22:41:48.619Z Documenting is-terminal v0.4.9
26882023-10-26T22:41:48.780Z Documenting blake2 v0.10.6
26892023-10-26T22:41:48.938Z Documenting password-hash v0.5.0
26902023-10-26T22:41:49.474Z Documenting parse-display-derive v0.7.0
26912023-10-26T22:41:50.234Z Checking pin-project-lite v0.2.13
26922023-10-26T22:41:50.406Z Checking parking_lot v0.12.1
26932023-10-26T22:41:50.808Z Checking rand_core v0.6.4
26942023-10-26T22:41:50.971Z Checking typenum v1.16.0
26952023-10-26T22:41:51.048Z Checking zeroize v1.6.0
26962023-10-26T22:41:51.255Z Documenting proc-macro-error-attr v1.0.4
26972023-10-26T22:41:51.453Z Checking futures-core v0.3.28
26982023-10-26T22:41:51.564Z Checking unicode-segmentation v1.10.1
26992023-10-26T22:41:51.743Z Checking proc-macro-error v1.0.4
27002023-10-26T22:41:52.168Z Documenting bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10)
27012023-10-26T22:41:52.663Z Checking mio v0.8.8
27022023-10-26T22:41:53.168Z Checking generic-array v0.14.7
27032023-10-26T22:41:53.641Z Checking socket2 v0.5.4
27042023-10-26T22:41:54.408Z Checking num_cpus v1.16.0
27052023-10-26T22:41:54.574Z Checking signal-hook-registry v1.4.1
27062023-10-26T22:41:54.953Z Checking spin v0.5.2
27072023-10-26T22:41:55.187Z Documenting postcard-cobs v0.1.5-pre
27082023-10-26T22:41:55.263Z Checking futures-sink v0.3.28
27092023-10-26T22:41:55.475Z Documenting fastrand v2.0.0
27102023-10-26T22:41:55.491Z Checking tokio v1.33.0
27112023-10-26T22:41:55.494Z Documenting foreign-types-macros v0.2.3
27122023-10-26T22:41:55.908Z Documenting argon2 v0.5.2
27132023-10-26T22:41:57.549Z Documenting proc-macro-error v1.0.4
27142023-10-26T22:41:58.892Z Documenting bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10)
27152023-10-26T22:41:59.250Z Documenting parse-display v0.7.0
27162023-10-26T22:41:59.507Z Documenting postcard v0.7.3
27172023-10-26T22:42:01.757Z Documenting tempfile v3.8.0
27182023-10-26T22:42:03.062Z Checking tinyvec_macros v0.1.1
27192023-10-26T22:42:03.194Z Documenting foreign-types-shared v0.3.1
27202023-10-26T22:42:03.797Z Documenting illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59)
27212023-10-26T22:42:04.582Z Checking tinyvec v1.6.0
27222023-10-26T22:42:05.957Z Checking futures-channel v0.3.28
27232023-10-26T22:42:05.964Z Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
27242023-10-26T22:42:06.384Z Documenting libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
27252023-10-26T22:42:06.546Z Documenting nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
27262023-10-26T22:42:06.566Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
27272023-10-26T22:42:06.930Z Documenting kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59)
27282023-10-26T22:42:07.448Z Documenting foreign-types v0.5.0
27292023-10-26T22:42:08.080Z Documenting opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59)
27302023-10-26T22:42:08.206Z Documenting rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
27312023-10-26T22:42:08.762Z Documenting cstr-argument v0.1.2
27322023-10-26T22:42:12.454Z Checking slab v0.4.9
27332023-10-26T22:42:12.856Z Checking futures-task v0.3.28
27342023-10-26T22:42:12.904Z Checking futures-io v0.3.28
27352023-10-26T22:42:13.160Z Checking pin-utils v0.1.0
27362023-10-26T22:42:13.212Z Documenting dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
27372023-10-26T22:42:13.269Z Checking unicode-normalization v0.1.22
27382023-10-26T22:42:13.283Z Checking futures-util v0.3.28
27392023-10-26T22:42:13.715Z Documenting colored v2.0.4
27402023-10-26T22:42:14.614Z Documenting nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
27412023-10-26T22:42:14.805Z Checking crypto-common v0.1.6
27422023-10-26T22:42:15.087Z Checking tracing-core v0.1.31
27432023-10-26T22:42:15.241Z Documenting rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
27442023-10-26T22:42:16.142Z Checking unicode-bidi v0.3.13
27452023-10-26T22:42:19.353Z Checking tracing v0.1.37
27462023-10-26T22:42:19.634Z Documenting opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59)
27472023-10-26T22:42:19.758Z Documenting zone_cfg_derive v0.2.0
27482023-10-26T22:42:20.847Z Checking block-buffer v0.10.4
27492023-10-26T22:42:21.103Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
27502023-10-26T22:42:21.195Z Documenting num-derive v0.4.0
27512023-10-26T22:42:21.271Z Checking const-oid v0.9.5
27522023-10-26T22:42:21.657Z Documenting libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d)
27532023-10-26T22:42:21.677Z Checking ppv-lite86 v0.2.17
27542023-10-26T22:42:22.775Z Checking subtle v2.5.0
27552023-10-26T22:42:23.177Z Checking rand_chacha v0.3.1
27562023-10-26T22:42:23.760Z Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
27572023-10-26T22:42:24.145Z Checking digest v0.10.7
27582023-10-26T22:42:24.848Z Documenting smf v0.2.2
27592023-10-26T22:42:25.243Z Documenting zone v0.2.0
27602023-10-26T22:42:27.120Z Documenting oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59)
27612023-10-26T22:42:28.678Z Documenting crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73)
27622023-10-26T22:42:32.405Z Checking bitflags v2.4.0
27632023-10-26T22:42:32.437Z Checking base64 v0.21.5
27642023-10-26T22:42:32.509Z Checking untrusted v0.7.1
27652023-10-26T22:42:32.589Z Documenting linked-hash-map v0.5.6
27662023-10-26T22:42:32.604Z Checking ring v0.16.20
27672023-10-26T22:42:33.055Z Checking rand v0.8.5
27682023-10-26T22:42:33.946Z Checking tokio-util v0.7.10
27692023-10-26T22:42:34.692Z Checking openssl-probe v0.1.5
27702023-10-26T22:42:34.903Z Checking bitflags v1.3.2
27712023-10-26T22:42:35.054Z Checking percent-encoding v2.3.0
27722023-10-26T22:42:35.364Z Checking foreign-types-shared v0.1.1
27732023-10-26T22:42:35.467Z Checking hashbrown v0.12.3
27742023-10-26T22:42:35.949Z Checking foreign-types v0.3.2
27752023-10-26T22:42:35.955Z Checking errno v0.3.2
27762023-10-26T22:42:35.967Z Checking openssl-sys v0.9.93
27772023-10-26T22:42:35.983Z Checking adler v1.0.2
27782023-10-26T22:42:35.987Z Checking siphasher v0.3.11
27792023-10-26T22:42:36.554Z Checking try-lock v0.2.4
27802023-10-26T22:42:36.580Z Checking miniz_oxide v0.7.1
27812023-10-26T22:42:36.654Z Checking rustls-webpki v0.101.4
27822023-10-26T22:42:36.758Z Checking want v0.3.1
27832023-10-26T22:42:37.037Z Checking sct v0.7.0
27842023-10-26T22:42:37.458Z Checking indexmap v1.9.3
27852023-10-26T22:42:37.468Z Checking form_urlencoded v1.2.0
27862023-10-26T22:42:37.520Z Documenting opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59)
27872023-10-26T22:42:37.649Z Checking lazy_static v1.4.0
27882023-10-26T22:42:37.753Z Checking http-body v0.4.5
27892023-10-26T22:42:37.810Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
27902023-10-26T22:42:37.890Z Checking socket2 v0.4.9
27912023-10-26T22:42:37.926Z Checking openssl v0.10.57
27922023-10-26T22:42:38.309Z Checking io-lifetimes v1.0.11
27932023-10-26T22:42:38.335Z Checking h2 v0.3.21
27942023-10-26T22:42:38.815Z Checking httparse v1.8.0
27952023-10-26T22:42:38.820Z Checking cpufeatures v0.2.9
27962023-10-26T22:42:38.824Z Checking utf8parse v0.2.1
27972023-10-26T22:42:38.831Z Checking httpdate v1.0.3
27982023-10-26T22:42:38.846Z Checking anstyle v1.0.2
27992023-10-26T22:42:39.036Z Checking tower-service v0.3.2
28002023-10-26T22:42:39.157Z Checking anstyle-parse v0.2.1
28012023-10-26T22:42:39.218Z Checking sha2 v0.10.8
28022023-10-26T22:42:39.349Z Checking rustix v0.37.23
28032023-10-26T22:42:39.387Z Documenting lru-cache v0.1.2
28042023-10-26T22:42:39.505Z Checking rustls v0.21.7
28052023-10-26T22:42:39.646Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
28062023-10-26T22:42:40.099Z Checking rustls-pemfile v1.0.3
28072023-10-26T22:42:40.391Z Checking hmac v0.12.1
28082023-10-26T22:42:40.710Z Checking md-5 v0.10.5
28092023-10-26T22:42:40.742Z Checking idna v0.4.0
28102023-10-26T22:42:41.035Z Checking stringprep v0.1.3
28112023-10-26T22:42:41.172Z Documenting slog-dtrace v0.2.3
28122023-10-26T22:42:41.490Z Checking spin v0.9.8
28132023-10-26T22:42:42.053Z Checking num-integer v0.1.45
28142023-10-26T22:42:42.239Z Checking hash32 v0.2.1
28152023-10-26T22:42:42.739Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
28162023-10-26T22:42:42.872Z Documenting quick-error v1.2.3
28172023-10-26T22:42:44.604Z Checking fallible-iterator v0.2.0
28182023-10-26T22:42:44.778Z Checking either v1.9.0
28192023-10-26T22:42:45.265Z Checking stable_deref_trait v1.2.0
28202023-10-26T22:42:45.408Z Checking colorchoice v1.0.0
28212023-10-26T22:42:45.594Z Checking anstyle-query v1.0.0
28222023-10-26T22:42:45.605Z Checking gimli v0.28.0
28232023-10-26T22:42:45.772Z Checking anstream v0.5.0
28242023-10-26T22:42:45.970Z Checking postgres-protocol v0.6.6
28252023-10-26T22:42:46.317Z Checking heapless v0.7.16
28262023-10-26T22:42:46.946Z Checking native-tls v0.2.11
28272023-10-26T22:42:47.103Z Checking tokio-rustls v0.24.1
28282023-10-26T22:42:47.443Z Checking tokio-native-tls v0.3.1
28292023-10-26T22:42:47.663Z Checking url v2.4.1
28302023-10-26T22:42:47.843Z Checking terminal_size v0.2.6
28312023-10-26T22:42:48.065Z Checking rustls-native-certs v0.6.3
28322023-10-26T22:42:48.090Z Checking phf_shared v0.11.2
28332023-10-26T22:42:48.346Z Checking block-padding v0.3.3
28342023-10-26T22:42:48.438Z Checking hyper v0.14.27
28352023-10-26T22:42:48.557Z Checking scheduled-thread-pool v0.2.7
28362023-10-26T22:42:48.647Z Checking object v0.32.1
28372023-10-26T22:42:48.869Z Checking toml_datetime v0.6.3
28382023-10-26T22:42:48.906Z Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
28392023-10-26T22:42:48.946Z Checking serde_spanned v0.6.3
28402023-10-26T22:42:49.155Z Documenting resolv-conf v0.7.0
28412023-10-26T22:42:49.245Z Checking bzip2-sys v0.1.11+1.0.8
28422023-10-26T22:42:49.319Z Checking crc32fast v1.3.2
28432023-10-26T22:42:49.556Z Checking deranged v0.3.8
28442023-10-26T22:42:55.482Z Checking ipnet v2.8.0
28452023-10-26T22:42:55.754Z Checking num_threads v0.1.6
28462023-10-26T22:42:55.934Z Checking bit-vec v0.6.3
28472023-10-26T22:42:55.978Z Checking managed v0.8.0
28482023-10-26T22:42:56.008Z Checking winnow v0.5.15
28492023-10-26T22:42:56.036Z Checking regex-automata v0.1.10
28502023-10-26T22:42:56.057Z Checking addr2line v0.21.0
28512023-10-26T22:42:56.109Z Checking rustc-demangle v0.1.23
28522023-10-26T22:42:56.114Z Checking clap_lex v0.5.1
28532023-10-26T22:42:56.128Z Checking matches v0.1.10
28542023-10-26T22:42:56.150Z Checking tap v1.0.1
28552023-10-26T22:42:56.195Z Checking idna v0.2.3
28562023-10-26T22:42:56.229Z Checking clap_builder v4.4.2
28572023-10-26T22:42:56.647Z Checking wyz v0.5.1
28582023-10-26T22:42:56.668Z Checking time v0.3.27
28592023-10-26T22:42:56.694Z Checking bstr v0.2.17
28602023-10-26T22:42:56.729Z Checking smoltcp v0.9.1
28612023-10-26T22:42:56.736Z Documenting trust-dns-resolver v0.22.0
28622023-10-26T22:42:56.746Z Checking toml_edit v0.19.15
28632023-10-26T22:42:57.796Z Checking flate2 v1.0.28
28642023-10-26T22:42:57.813Z Checking backtrace v0.3.69
28652023-10-26T22:42:57.983Z Checking bzip2 v0.4.4
28662023-10-26T22:42:58.352Z Checking r2d2 v0.8.10
28672023-10-26T22:42:58.448Z Checking inout v0.1.3
28682023-10-26T22:42:59.333Z Checking hyper-rustls v0.24.1
28692023-10-26T22:42:59.360Z Checking hyper-tls v0.5.0
28702023-10-26T22:42:59.775Z Checking phf v0.11.2
28712023-10-26T22:42:59.880Z Checking postgres-types v0.2.6
28722023-10-26T22:42:59.894Z Checking itertools v0.11.0
28732023-10-26T22:42:59.904Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
28742023-10-26T22:42:59.924Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
28752023-10-26T22:42:59.946Z Checking num-bigint v0.4.4
28762023-10-26T22:43:00.035Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
28772023-10-26T22:43:00.128Z Checking serde_urlencoded v0.7.1
28782023-10-26T22:43:00.793Z Checking phf_shared v0.10.0
28792023-10-26T22:43:01.248Z Checking futures-executor v0.3.28
28802023-10-26T22:43:01.625Z Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
28812023-10-26T22:43:02.856Z Documenting pem-rfc7468 v0.7.0
28822023-10-26T22:43:02.873Z Checking ipnetwork v0.20.0
28832023-10-26T22:43:02.909Z Checking float-cmp v0.9.0
28842023-10-26T22:43:03.625Z Checking zerocopy v0.6.4
28852023-10-26T22:43:03.632Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
28862023-10-26T22:43:04.119Z Documenting der_derive v0.7.2
28872023-10-26T22:43:04.265Z Checking hubpack v0.1.2
28882023-10-26T22:43:04.427Z Checking encoding_rs v0.8.33
28892023-10-26T22:43:04.773Z Checking crossbeam-utils v0.8.16
28902023-10-26T22:43:05.666Z Checking pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
28912023-10-26T22:43:06.062Z Checking memoffset v0.9.0
28922023-10-26T22:43:06.212Z Checking radium v0.7.0
28932023-10-26T22:43:06.838Z Checking normalize-line-endings v0.3.0
28942023-10-26T22:43:07.016Z Checking fixedbitset v0.4.2
28952023-10-26T22:43:07.407Z Checking difflib v0.4.0
28962023-10-26T22:43:07.901Z Documenting flagset v0.4.3
28972023-10-26T22:43:08.475Z Checking whoami v1.4.1
28982023-10-26T22:43:08.825Z Checking data-encoding v2.4.0
28992023-10-26T22:43:08.884Z Checking funty v2.0.0
29002023-10-26T22:43:09.671Z Checking webpki-roots v0.25.2
29012023-10-26T22:43:10.341Z Checking mime v0.3.17
29022023-10-26T22:43:10.348Z Checking static_assertions v1.1.0
29032023-10-26T22:43:10.400Z Checking precomputed-hash v0.1.1
29042023-10-26T22:43:10.449Z Checking new_debug_unreachable v1.0.4
29052023-10-26T22:43:10.548Z Checking predicates-core v1.0.6
29062023-10-26T22:43:10.573Z Checking string_cache v0.8.7
29072023-10-26T22:43:10.690Z Checking bitvec v1.0.1
29082023-10-26T22:43:10.763Z Checking reqwest v0.11.20
29092023-10-26T22:43:10.847Z Checking predicates v3.0.4
29102023-10-26T22:43:11.012Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
29112023-10-26T22:43:11.958Z Checking trust-dns-proto v0.22.0
29122023-10-26T22:43:12.611Z Checking tokio-postgres v0.7.10
29132023-10-26T22:43:13.196Z Documenting der v0.7.8
29142023-10-26T22:43:13.348Z Checking petgraph v0.6.4
29152023-10-26T22:43:17.131Z Checking crossbeam-epoch v0.9.15
29162023-10-26T22:43:17.654Z Checking diesel v2.1.1
29172023-10-26T22:43:17.842Z Checking yasna v0.5.2
29182023-10-26T22:43:18.387Z Checking futures v0.3.28
29192023-10-26T22:43:18.530Z Checking toml v0.7.8
29202023-10-26T22:43:18.546Z Checking zip v0.6.6
29212023-10-26T22:43:18.690Z Checking cipher v0.4.4
29222023-10-26T22:43:19.332Z Checking anyhow v1.0.75
29232023-10-26T22:43:19.344Z Checking clap v4.4.3
29242023-10-26T22:43:19.359Z Checking similar v2.2.1
29252023-10-26T22:43:19.498Z Checking bit-set v0.5.3
29262023-10-26T22:43:19.650Z Checking itertools v0.10.5
29272023-10-26T22:43:19.718Z Checking num-iter v0.1.43
29282023-10-26T22:43:19.888Z Checking console v0.15.7
29292023-10-26T22:43:19.968Z Checking rustix v0.38.9
29302023-10-26T22:43:20.040Z Checking signature v2.1.0
29312023-10-26T22:43:20.336Z Checking tokio-stream v0.1.14
29322023-10-26T22:43:20.670Z Checking bstr v1.6.0
29332023-10-26T22:43:20.749Z Checking usdt v0.3.5
29342023-10-26T22:43:21.068Z Checking semver v1.0.20
29352023-10-26T22:43:21.654Z Checking hex v0.4.3
29362023-10-26T22:43:21.750Z Checking slog v2.7.0
29372023-10-26T22:43:22.019Z Checking lalrpop-util v0.19.12
29382023-10-26T22:43:22.500Z Documenting spki v0.7.2
29392023-10-26T22:43:22.511Z Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
29402023-10-26T22:43:22.519Z Documenting cancel-safe-futures v0.1.2
29412023-10-26T22:43:22.588Z Checking heck v0.3.3
29422023-10-26T22:43:22.839Z Documenting hkdf v0.12.3
29432023-10-26T22:43:23.290Z Documenting structopt-derive v0.4.18
29442023-10-26T22:43:23.812Z Documenting arc-swap v1.6.0
29452023-10-26T22:43:23.921Z Documenting keccak v0.1.4
29462023-10-26T22:43:28.166Z Documenting crc-catalog v2.2.0
29472023-10-26T22:43:28.858Z Documenting pkcs8 v0.10.2
29482023-10-26T22:43:30.198Z Documenting slog-scope v4.4.0
29492023-10-26T22:43:30.417Z Documenting sha3 v0.10.8
29502023-10-26T22:43:31.471Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
29512023-10-26T22:43:31.606Z Documenting structopt v0.3.26
29522023-10-26T22:43:32.588Z Documenting crc v3.0.1
29532023-10-26T22:43:33.792Z Documenting libefi-sys v0.1.0
29542023-10-26T22:43:35.549Z Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
29552023-10-26T22:43:36.309Z Documenting illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
29562023-10-26T22:43:36.855Z Documenting serde_spanned v0.6.3
29572023-10-26T22:43:37.226Z Documenting secrecy v0.8.0
29582023-10-26T22:43:38.046Z Documenting packed_struct_codegen v0.10.1
29592023-10-26T22:43:38.529Z Documenting nodrop v0.1.14
29602023-10-26T22:43:40.656Z Documenting half v1.8.2
29612023-10-26T22:43:42.370Z Documenting winnow v0.5.15
29622023-10-26T22:43:43.362Z Documenting ciborium-io v0.2.1
29632023-10-26T22:43:43.623Z Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
29642023-10-26T22:43:44.381Z Documenting tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802)
29652023-10-26T22:43:45.284Z Documenting array-init v0.0.4
29662023-10-26T22:43:46.417Z Documenting packed_struct v0.10.1
29672023-10-26T22:43:49.257Z Documenting ciborium-ll v0.2.1
29682023-10-26T22:43:50.109Z Documenting libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
29692023-10-26T22:43:51.069Z Documenting toml_edit v0.20.0
29702023-10-26T22:43:52.160Z Documenting slog-stdlog v4.1.1
29712023-10-26T22:43:55.573Z Documenting pkcs1 v0.7.5
29722023-10-26T22:43:55.617Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
29732023-10-26T22:43:57.340Z Documenting num-bigint-dig v0.8.4
29742023-10-26T22:43:58.425Z Documenting num-rational v0.4.1
29752023-10-26T22:44:00.022Z Documenting universal-hash v0.5.1
29762023-10-26T22:44:00.357Z Documenting num-complex v0.4.4
29772023-10-26T22:44:02.424Z Documenting xattr v1.0.1
29782023-10-26T22:44:02.549Z Documenting filetime v0.2.22
29792023-10-26T22:44:05.974Z Documenting bitfield v0.14.0
29802023-10-26T22:44:08.232Z Documenting opaque-debug v0.3.0
29812023-10-26T22:44:08.354Z Documenting termcolor v1.2.0
29822023-10-26T22:44:08.767Z Documenting num v0.4.1
29832023-10-26T22:44:09.100Z Documenting tar v0.4.40
29842023-10-26T22:44:09.331Z Documenting rsa v0.9.2
29852023-10-26T22:44:10.420Z Documenting lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
29862023-10-26T22:44:11.391Z Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
29872023-10-26T22:44:14.690Z Documenting env_logger v0.10.0
29882023-10-26T22:44:15.064Z Documenting toml v0.8.0
29892023-10-26T22:44:15.595Z Documenting slog-envlogger v2.2.0
29902023-10-26T22:44:16.722Z Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
29912023-10-26T22:44:17.418Z Documenting ciborium v0.2.1
29922023-10-26T22:44:20.656Z Documenting serde-hex v0.1.0
29932023-10-26T22:44:21.915Z Documenting tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
29942023-10-26T22:44:22.502Z Documenting x509-cert v0.2.4
29952023-10-26T22:44:23.037Z Documenting omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)
29962023-10-26T22:44:23.862Z Documenting signal-hook v0.3.17
29972023-10-26T22:44:24.098Z Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
29982023-10-26T22:44:24.585Z Documenting pem v1.1.1
29992023-10-26T22:44:28.217Z Documenting ron v0.8.1
30002023-10-26T22:44:29.812Z Documenting fxhash v0.2.1
30012023-10-26T22:44:30.418Z Documenting derive-where v1.2.5
30022023-10-26T22:44:30.836Z Documenting linear-map v1.2.0
30032023-10-26T22:44:31.009Z Documenting crc-any v2.4.3
30042023-10-26T22:44:35.531Z Documenting tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
30052023-10-26T22:44:35.649Z Documenting lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
30062023-10-26T22:44:35.817Z Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
30072023-10-26T22:44:37.272Z Documenting doc-comment v0.3.3
30082023-10-26T22:44:39.697Z Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
30092023-10-26T22:44:41.399Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
30102023-10-26T22:44:42.314Z Documenting libsqlite3-sys v0.26.0
30112023-10-26T22:44:43.136Z Documenting crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73)
30122023-10-26T22:44:43.286Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
30132023-10-26T22:44:49.399Z Documenting hashlink v0.8.3
30142023-10-26T22:44:51.607Z Documenting aead v0.5.2
30152023-10-26T22:44:51.699Z Documenting snafu-derive v0.7.5
30162023-10-26T22:44:54.174Z Documenting path-slash v0.1.5
30172023-10-26T22:44:55.506Z Documenting same-file v1.0.6
30182023-10-26T22:44:55.816Z Documenting fallible-streaming-iterator v0.1.9
30192023-10-26T22:44:56.313Z Documenting internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
30202023-10-26T22:44:59.535Z Documenting newtype_derive v0.1.6
30212023-10-26T22:45:00.470Z Documenting rusqlite v0.29.0
30222023-10-26T22:45:00.609Z Documenting hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84)
30232023-10-26T22:45:02.062Z Documenting walkdir v2.4.0
30242023-10-26T22:45:02.835Z Documenting snafu v0.7.5
30252023-10-26T22:45:03.678Z Documenting camino-tempfile v1.0.2
30262023-10-26T22:45:04.795Z Documenting omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)
30272023-10-26T22:45:05.530Z Documenting nix v0.26.2
30282023-10-26T22:45:08.117Z Checking darling_core v0.14.4
30292023-10-26T22:45:08.619Z Documenting twox-hash v1.6.3
30302023-10-26T22:45:09.186Z Documenting propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10)
30312023-10-26T22:45:10.997Z Documenting nibble_vec v0.1.0
30322023-10-26T22:45:11.026Z Documenting endian-type v0.1.2
30332023-10-26T22:45:14.999Z Checking darling v0.14.4
30342023-10-26T22:45:15.003Z Documenting steno v0.4.0
30352023-10-26T22:45:15.007Z Documenting nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)
30362023-10-26T22:45:16.068Z Documenting crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73)
30372023-10-26T22:45:17.297Z Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
30382023-10-26T22:45:17.499Z Documenting radix_trie v0.2.1
30392023-10-26T22:45:17.782Z Documenting oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)
30402023-10-26T22:45:18.825Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
30412023-10-26T22:45:19.723Z Documenting polyval v0.6.1
30422023-10-26T22:45:24.277Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
30432023-10-26T22:45:24.737Z Documenting num_enum v0.7.0
30442023-10-26T22:45:26.203Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
30452023-10-26T22:45:26.669Z Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
30462023-10-26T22:45:26.840Z Documenting aes v0.8.3
30472023-10-26T22:45:30.170Z Documenting ctr v0.9.2
30482023-10-26T22:45:30.826Z Documenting bincode v1.3.3
30492023-10-26T22:45:31.636Z Documenting path-dedot v3.1.0
30502023-10-26T22:45:35.118Z Documenting utf-8 v0.7.6
30512023-10-26T22:45:37.579Z Documenting convert_case v0.4.0
30522023-10-26T22:45:37.756Z Checking convert_case v0.4.0
30532023-10-26T22:45:38.053Z Documenting path-absolutize v3.1.0
30542023-10-26T22:45:38.066Z Documenting crucible-protocol v0.0.0 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73)
30552023-10-26T22:45:38.096Z Documenting aes-gcm-siv v0.11.1
30562023-10-26T22:45:41.252Z Documenting tungstenite v0.20.1
30572023-10-26T22:45:43.935Z Documenting derive_more v0.99.17
30582023-10-26T22:45:44.106Z Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
30592023-10-26T22:45:45.463Z Documenting oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)
30602023-10-26T22:45:45.947Z Documenting trust-dns-client v0.22.0
30612023-10-26T22:45:48.235Z Documenting buf-list v1.0.3
30622023-10-26T22:45:51.439Z Documenting globset v0.4.13
30632023-10-26T22:45:53.363Z Documenting crossbeam-deque v0.8.3
30642023-10-26T22:45:55.606Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
30652023-10-26T22:45:55.620Z Documenting headers-core v0.2.0
30662023-10-26T22:45:55.964Z Documenting olpc-cjson v0.1.3
30672023-10-26T22:45:59.039Z Documenting serde_plain v1.0.2
30682023-10-26T22:45:59.280Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
30692023-10-26T22:45:59.416Z Documenting async-recursion v1.0.5
30702023-10-26T22:46:02.502Z Documenting bitstruct_derive v0.1.0
30712023-10-26T22:46:02.536Z Documenting viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10)
30722023-10-26T22:46:04.373Z Documenting ascii v1.1.0
30732023-10-26T22:46:04.815Z Documenting ringbuffer v0.15.0
30742023-10-26T22:46:05.697Z Documenting display-error-chain v0.2.0
30752023-10-26T22:46:06.733Z Documenting tough v0.12.5
30762023-10-26T22:46:08.651Z Documenting viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10)
30772023-10-26T22:46:09.123Z Documenting rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c)
30782023-10-26T22:46:09.758Z Documenting headers v0.3.9
30792023-10-26T22:46:10.296Z Documenting bitstruct v0.1.1
30802023-10-26T22:46:11.725Z Documenting rayon-core v1.11.0
30812023-10-26T22:46:13.921Z Documenting crucible v0.0.1 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73)
30822023-10-26T22:46:14.435Z Documenting trust-dns-server v0.22.1
30832023-10-26T22:46:14.960Z Documenting tokio-tungstenite v0.20.1
30842023-10-26T22:46:17.264Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30852023-10-26T22:46:18.954Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
30862023-10-26T22:46:19.699Z Documenting derive_builder_core v0.12.0
30872023-10-26T22:46:20.855Z Checking derive_builder_core v0.12.0
30882023-10-26T22:46:21.801Z Documenting sled v0.34.7
30892023-10-26T22:46:22.424Z Documenting signal-hook-mio v0.2.3
30902023-10-26T22:46:25.873Z Documenting erased-serde v0.3.30
30912023-10-26T22:46:26.931Z Documenting unicase v2.7.0
30922023-10-26T22:46:27.003Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
30932023-10-26T22:46:27.062Z Checking ipcc-key-value v0.1.0 (/work/oxidecomputer/omicron/ipcc-key-value)
30942023-10-26T22:46:28.219Z Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
30952023-10-26T22:46:28.320Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
30962023-10-26T22:46:28.783Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
30972023-10-26T22:46:28.873Z Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client)
30982023-10-26T22:46:29.208Z Documenting dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10)
30992023-10-26T22:46:29.739Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
31002023-10-26T22:46:30.628Z Documenting serde_arrays v0.1.0
31012023-10-26T22:46:31.539Z Documenting ff v0.13.0
31022023-10-26T22:46:31.815Z Documenting pretty-hex v0.3.0
31032023-10-26T22:46:34.010Z Documenting mime_guess v2.0.4
31042023-10-26T22:46:35.803Z Documenting derive_builder_macro v0.12.0
31052023-10-26T22:46:36.467Z Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
31062023-10-26T22:46:37.435Z Documenting crossterm v0.27.0
31072023-10-26T22:46:38.094Z Documenting group v0.13.0
31082023-10-26T22:46:40.883Z Documenting propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10)
31092023-10-26T22:46:43.108Z Documenting rayon v1.7.0
31102023-10-26T22:47:01.793Z Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
31112023-10-26T22:47:02.784Z Documenting propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10)
31122023-10-26T22:47:02.865Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
31132023-10-26T22:47:02.901Z Documenting dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
31142023-10-26T22:47:02.920Z Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
31152023-10-26T22:47:04.124Z Documenting portable-atomic v1.4.3
31162023-10-26T22:47:04.983Z Documenting ed25519 v1.5.3
31172023-10-26T22:47:06.303Z Documenting bcs v0.1.6
31182023-10-26T22:47:09.453Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
31192023-10-26T22:47:09.564Z Documenting crypto-bigint v0.5.2
31202023-10-26T22:47:09.594Z Documenting curve25519-dalek-derive v0.1.0
31212023-10-26T22:47:11.904Z Documenting ref-cast-impl v1.0.20
31222023-10-26T22:47:12.997Z Documenting thiserror-impl-no-std v2.0.2
31232023-10-26T22:47:15.275Z Documenting vte_generate_state_changes v0.1.1
31242023-10-26T22:47:16.839Z Documenting number_prefix v0.4.0
31252023-10-26T22:47:19.522Z Documenting highway v1.1.0
31262023-10-26T22:47:19.810Z Documenting cassowary v0.3.0
31272023-10-26T22:47:20.165Z Checking unicode-xid v0.2.4
31282023-10-26T22:47:20.857Z Documenting unicode-xid v0.2.4
31292023-10-26T22:47:21.345Z Documenting base16ct v0.2.0
31302023-10-26T22:47:21.895Z Documenting vte v0.11.1
31312023-10-26T22:47:23.495Z Documenting indicatif v0.17.7
31322023-10-26T22:47:24.682Z Documenting const_format_proc_macros v0.2.31
31332023-10-26T22:47:25.734Z Documenting elliptic-curve v0.13.5
31342023-10-26T22:47:26.150Z Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
31352023-10-26T22:47:26.478Z Documenting ratatui v0.23.0
31362023-10-26T22:47:28.327Z Documenting thiserror-no-std v2.0.2
31372023-10-26T22:47:31.111Z Documenting ref-cast v1.0.20
31382023-10-26T22:47:32.023Z Documenting curve25519-dalek v4.1.0
31392023-10-26T22:47:32.608Z Documenting salty v0.2.0
31402023-10-26T22:47:34.862Z Documenting derive_builder v0.12.0
31412023-10-26T22:47:35.496Z Documenting ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
31422023-10-26T22:47:37.354Z Documenting cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10)
31432023-10-26T22:47:37.942Z Documenting polar-core v0.26.4
31442023-10-26T22:47:39.295Z Documenting hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a)
31452023-10-26T22:47:40.947Z Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
31462023-10-26T22:47:44.420Z Documenting libxml v0.3.3
31472023-10-26T22:47:46.269Z Documenting ipcc-key-value v0.1.0 (/work/oxidecomputer/omicron/ipcc-key-value)
31482023-10-26T22:47:47.676Z Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
31492023-10-26T22:47:52.928Z Documenting poly1305 v0.8.0
31502023-10-26T22:47:56.609Z Documenting tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
31512023-10-26T22:47:56.901Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
31522023-10-26T22:47:57.895Z Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
31532023-10-26T22:48:01.096Z Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
31542023-10-26T22:48:01.109Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
31552023-10-26T22:48:01.576Z Documenting nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d)
31562023-10-26T22:48:02.005Z Documenting crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73)
31572023-10-26T22:48:08.764Z Documenting dns-service-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)
31582023-10-26T22:48:11.314Z Documenting chacha20 v0.9.1
31592023-10-26T22:48:12.470Z Documenting bb8 v0.8.1
31602023-10-26T22:48:13.762Z Documenting quick-xml v0.23.1
31612023-10-26T22:48:18.885Z Documenting serde-big-array v0.5.1
31622023-10-26T22:48:19.365Z Documenting bytesize v1.3.0
31632023-10-26T22:48:20.414Z Documenting oso-derive v0.26.4
31642023-10-26T22:48:21.258Z Documenting impl-trait-for-tuples v0.2.2
31652023-10-26T22:48:21.687Z Documenting rtoolbox v0.0.1
31662023-10-26T22:48:25.606Z Documenting fs-err v2.9.0
31672023-10-26T22:48:25.610Z Documenting humantime v2.1.0
31682023-10-26T22:48:26.116Z Documenting unicode-linebreak v0.1.5
31692023-10-26T22:48:26.263Z Documenting maplit v1.0.2
31702023-10-26T22:48:27.740Z Documenting smawk v0.3.1
31712023-10-26T22:48:28.254Z Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
31722023-10-26T22:48:28.393Z Documenting rpassword v7.2.0
31732023-10-26T22:48:29.757Z Documenting internal-dns v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)
31742023-10-26T22:48:30.513Z Documenting gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
31752023-10-26T22:48:32.195Z Documenting tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
31762023-10-26T22:48:32.370Z Documenting oso v0.26.4
31772023-10-26T22:48:33.819Z Documenting textwrap v0.16.0
31782023-10-26T22:48:34.747Z Documenting samael v0.0.10 (https://github.com/njaremko/samael?branch=master#52028e45)
31792023-10-26T22:48:40.157Z Documenting async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=1446f7e0c1f05f33a0581abd51fa873c7652ab61#1446f7e0)
31802023-10-26T22:48:40.823Z Documenting chacha20poly1305 v0.10.1
31812023-10-26T22:48:50.126Z Documenting sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef)
31822023-10-26T22:48:52.543Z Documenting propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10)
31832023-10-26T22:48:53.638Z Documenting vsss-rs v3.3.1
31842023-10-26T22:48:57.357Z Documenting tui-tree-widget v0.13.0
31852023-10-26T22:48:58.545Z Documenting const_format v0.2.31
31862023-10-26T22:48:59.020Z Documenting strip-ansi-escapes v0.2.0
31872023-10-26T22:48:59.734Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
31882023-10-26T22:49:03.357Z Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
31892023-10-26T22:49:04.765Z Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
31902023-10-26T22:49:05.178Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
31912023-10-26T22:49:06.741Z Documenting cookie v0.16.2
31922023-10-26T22:49:09.573Z Documenting diesel-dtrace v0.2.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#c1252df7)
31932023-10-26T22:49:10.940Z Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
31942023-10-26T22:49:14.357Z Documenting rcgen v0.10.0
31952023-10-26T22:49:15.196Z Documenting signal-hook-tokio v0.3.1
31962023-10-26T22:49:15.282Z Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
31972023-10-26T22:49:18.946Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
31982023-10-26T22:49:19.508Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
31992023-10-26T22:49:20.084Z Documenting atomicwrites v0.4.2
32002023-10-26T22:49:20.474Z Documenting fd-lock v3.0.13
32012023-10-26T22:49:22.928Z Documenting subprocess v0.2.9
32022023-10-26T22:49:23.338Z Documenting shell-words v1.1.0
32032023-10-26T22:49:23.973Z Documenting owo-colors v3.5.0
32042023-10-26T22:49:27.185Z Documenting http-range v0.1.5
32052023-10-26T22:49:27.767Z Documenting bit_field v0.10.2
32062023-10-26T22:49:29.668Z Documenting corncobs v0.1.3
32072023-10-26T22:49:29.840Z Documenting nu-ansi-term v0.49.0
32082023-10-26T22:49:31.988Z Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
32092023-10-26T22:49:32.130Z Documenting propolis-server v0.1.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10)
32102023-10-26T22:49:33.405Z Documenting hyper-staticfile v0.9.5
32112023-10-26T22:49:34.260Z Documenting sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef)
32122023-10-26T22:49:36.291Z Documenting reedline v0.23.0
32132023-10-26T22:49:38.830Z Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
32142023-10-26T22:49:41.507Z Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
32152023-10-26T22:49:43.854Z Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
32162023-10-26T22:49:44.859Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
32172023-10-26T22:49:47.238Z Documenting mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client)
32182023-10-26T22:49:47.409Z Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
32192023-10-26T22:49:54.363Z Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
32202023-10-26T22:50:02.259Z Documenting crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73)
32212023-10-26T22:50:04.147Z Documenting fatfs v0.3.6
32222023-10-26T22:50:12.512Z Documenting cargo-platform v0.1.3
32232023-10-26T22:50:15.184Z Documenting nanorand v0.7.0
32242023-10-26T22:50:16.607Z Documenting assert_matches v1.5.0
32252023-10-26T22:50:19.529Z Documenting glob v0.3.1
32262023-10-26T22:50:19.998Z Documenting cargo_metadata v0.18.0
32272023-10-26T22:50:20.870Z Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
32282023-10-26T22:50:22.365Z Documenting flume v0.11.0
32292023-10-26T22:50:22.484Z Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
32302023-10-26T22:50:22.874Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
32312023-10-26T22:50:26.455Z Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
32322023-10-26T22:50:27.656Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
32332023-10-26T22:50:27.659Z Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
32342023-10-26T22:50:28.985Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
32352023-10-26T22:50:30.818Z Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
32362023-10-26T22:50:31.487Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
32372023-10-26T22:50:34.673Z Documenting installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client)
32382023-10-26T22:50:56.366Z Documenting installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd)
32392023-10-26T22:50:57.298Z Documenting omicron-zone-package v0.8.3
32402023-10-26T22:51:05.774Z Documenting cargo_toml v0.16.3
32412023-10-26T22:51:07.939Z Checking installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client)
32422023-10-26T22:51:12.594Z Checking installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd)
32432023-10-26T22:51:12.979Z Documenting termios v0.3.3
32442023-10-26T22:51:14.121Z Documenting topological-sort v0.2.2
32452023-10-26T22:51:14.207Z Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
32462023-10-26T22:51:14.286Z Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
32472023-10-26T22:51:14.693Z Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
32482023-10-26T22:51:19.472Z Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
32492023-10-26T22:51:20.481Z Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
32502023-10-26T22:51:28.866Z Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
32512023-10-26T22:51:54.065Z Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
32522023-10-26T22:51:54.984Z Documenting tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
32532023-10-26T22:52:14.214Z Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli)
32542023-10-26T22:52:14.217Z Documenting caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util)
32552023-10-26T22:52:24.907Z Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
32562023-10-26T22:52:25.155Z Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
32572023-10-26T22:52:26.094Z Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
32582023-10-26T22:52:26.181Zwarning: unresolved link to `ExtractedArtifactDataHandle`
32592023-10-26T22:52:26.192Z --> wicketd/src/artifacts/extracted_artifacts.rs:172:46
32602023-10-26T22:52:26.204Z |
32612023-10-26T22:52:26.207Z172 | /// persist the temporary file into an [`ExtractedArtifactDataHandle()`].
32622023-10-26T22:52:26.216Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this link resolves to the struct `ExtractedArtifactDataHandle`, which is not in the value namespace
32632023-10-26T22:52:26.221Z |
32642023-10-26T22:52:26.224Z = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default
32652023-10-26T22:52:26.227Zhelp: to link to the struct, prefix with `struct@`
32662023-10-26T22:52:26.231Z |
32672023-10-26T22:52:26.234Z172 - /// persist the temporary file into an [`ExtractedArtifactDataHandle()`].
32682023-10-26T22:52:26.237Z172 + /// persist the temporary file into an [`struct@ExtractedArtifactDataHandle`].
32692023-10-26T22:52:26.240Z |
32702023-10-26T22:52:26.244Z
32712023-10-26T22:52:40.459Zwarning: `wicketd` (lib doc) generated 1 warning
32722023-10-26T22:53:17.489Zwarning: unresolved link to `Driver::status`
32732023-10-26T22:53:17.500Z --> nexus/src/app/background/common.rs:180:34
32742023-10-26T22:53:17.512Z |
32752023-10-26T22:53:17.532Z180 | /// [`Driver::activate()`] and [`Driver::status()`] to identify the task.
32762023-10-26T22:53:17.544Z | ^^^^^^^^^^^^^^^^ the struct `Driver` has no function named `status`
32772023-10-26T22:53:17.555Z |
32782023-10-26T22:53:17.561Z = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default
32792023-10-26T22:53:17.566Z
32802023-10-26T22:53:17.573Zwarning: unresolved link to `Driver::status`
32812023-10-26T22:53:17.583Z --> nexus/src/app/background/common.rs:280:30
32822023-10-26T22:53:17.600Z |
32832023-10-26T22:53:17.609Z280 | /// tasks. You'd call [`Driver::status()`] with each of the items produced
32842023-10-26T22:53:17.618Z | ^^^^^^^^^^^^^^^^ the struct `Driver` has no function named `status`
32852023-10-26T22:53:17.642Z
32862023-10-26T22:53:20.457Zwarning: `omicron-nexus` (lib doc) generated 2 warnings
32872023-10-26T22:53:49.055Z Finished dev [unoptimized + debuginfo] target(s) in 16m 59s
32882023-10-26T22:53:49.172Z
32892023-10-26T22:53:49.175Zreal 16:59.800208818
32902023-10-26T22:53:49.180Zuser 59:32.314661956
32912023-10-26T22:53:49.184Zsys 1:05:09.788422516
32922023-10-26T22:53:49.188Ztrap 2.400300354
32932023-10-26T22:53:49.191Ztflt 0.153509448
32942023-10-26T22:53:49.194Zdflt 0.676575956
32952023-10-26T22:53:49.197Zkflt 0.000550401
32962023-10-26T22:53:49.199Zlock 3:11:08.115015547
32972023-10-26T22:53:49.202Zslp 4:28:30.779578336
32982023-10-26T22:53:49.205Zlat 6:11.455544965
32992023-10-26T22:53:49.208Zstop 2:12.125535340
33002023-10-26T22:53:49.211Zprocess exited: duration 2016760 ms, exit code 0
 
33012023-10-26T22:53:49.218Zfound 0 output files