01HH5056M87SXZ2C4N6Z7ANBHH: 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: 01HH505G7QRFTT4JHP64EJXA7D

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12023-12-08T15:20:21.379Zjob assigned to worker 01HH505P5HBXSGRSWEZRNPTZ21 (queued for 1 m 17 s)
 
22023-12-08T15:20:21.949Zstarting task 0: "setup"
32023-12-08T15:20:22.011Z++ uname -s
42023-12-08T15:20:22.017Z+ kern=SunOS
52023-12-08T15:20:22.017Z+ case "$kern" in
62023-12-08T15:20:22.018Z+ groupadd -g 12345 build
72023-12-08T15:20:22.023Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82023-12-08T15:20:24.232Z+ zfs create -o mountpoint=/work rpool/work
92023-12-08T15:20:24.246Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102023-12-08T15:20:24.246Z+ home_fs=zfs
112023-12-08T15:20:24.246Z+ [[ zfs == autofs ]]
122023-12-08T15:20:24.246Z+ mkdir -p /home/build
132023-12-08T15:20:24.246Z+ chown build:build /home/build /work
142023-12-08T15:20:26.139Z+ chmod 0700 /home/build /work
152023-12-08T15:20:26.153Zprocess exited: duration 4191 ms, exit code 0
 
162023-12-08T15:20:26.171Zstarting task 1: "rust-toolchain"
172023-12-08T15:20:26.181Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
182023-12-08T15:20:26.182Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default
192023-12-08T15:20:26.359Zinfo: downloading installer
202023-12-08T15:20:28.553Zwarning: it looks like you have an existing installation of Rust at:
212023-12-08T15:20:28.553Zwarning: /opt/ooce/bin
222023-12-08T15:20:28.554Zwarning: It is recommended that rustup be the primary Rust installation.
232023-12-08T15:20:28.554Zwarning: Otherwise you may have confusion unless you are careful with your PATH
242023-12-08T15:20:28.554Zwarning: If you are sure that you want both rustup and your already installed Rust
252023-12-08T15:20:28.554Zwarning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
262023-12-08T15:20:28.554Zwarning: or pass `-y' to ignore all ignorable checks.
272023-12-08T15:20:28.554Zerror: cannot install while Rust is installed
282023-12-08T15:20:28.554Zwarning: continuing (because the -y flag is set and the error is ignorable)
292023-12-08T15:20:28.689Zinfo: profile set to 'default'
302023-12-08T15:20:28.690Zinfo: default host triple is x86_64-unknown-illumos
312023-12-08T15:20:28.693Zinfo: syncing channel updates for '1.72.1-x86_64-unknown-illumos'
322023-12-08T15:20:28.884Zinfo: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13)
332023-12-08T15:20:28.884Zinfo: downloading component 'cargo'
342023-12-08T15:20:29.674Zinfo: downloading component 'clippy'
352023-12-08T15:20:29.957Zinfo: downloading component 'rust-docs'
362023-12-08T15:20:30.956Zinfo: downloading component 'rust-std'
372023-12-08T15:20:32.784Zinfo: downloading component 'rustc'
382023-12-08T15:20:39.070Zinfo: downloading component 'rustfmt'
392023-12-08T15:20:39.070Zinfo: installing component 'cargo'
402023-12-08T15:20:39.071Zinfo: installing component 'clippy'
412023-12-08T15:20:39.441Zinfo: installing component 'rust-docs'
422023-12-08T15:20:42.163Zinfo: installing component 'rust-std'
432023-12-08T15:20:46.028Zinfo: installing component 'rustc'
442023-12-08T15:20:55.725Zinfo: installing component 'rustfmt'
452023-12-08T15:20:56.164Zinfo: default toolchain set to '1.72.1-x86_64-unknown-illumos'
462023-12-08T15:20:56.165Z
472023-12-08T15:20:56.333Z 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13)
482023-12-08T15:20:56.334Z
492023-12-08T15:20:56.350Z
502023-12-08T15:20:56.350ZRust is installed now. Great!
512023-12-08T15:20:56.351Z
522023-12-08T15:20:56.351ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
532023-12-08T15:20:56.353Zenvironment variable. This has not been done automatically.
542023-12-08T15:20:56.354Z
552023-12-08T15:20:56.354ZTo configure your current shell, run:
562023-12-08T15:20:56.354Zsource "$HOME/.cargo/env"
572023-12-08T15:20:56.415Z+ rustc --version
582023-12-08T15:20:56.525Zrustc 1.72.1 (d5c2e9c34 2023-09-13)
592023-12-08T15:20:56.531Zprocess exited: duration 30365 ms, exit code 0
 
602023-12-08T15:20:56.542Zstarting task 2: "authentication"
612023-12-08T15:20:56.575Zprocess exited: duration 32 ms, exit code 0
 
622023-12-08T15:20:56.586Zstarting task 3: "clone repository"
632023-12-08T15:20:56.593Z+ mkdir -p /work/oxidecomputer/omicron
642023-12-08T15:20:56.596Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
652023-12-08T15:20:56.672ZCloning into '/work/oxidecomputer/omicron'...
662023-12-08T15:21:05.019Z+ cd /work/oxidecomputer/omicron
672023-12-08T15:21:05.019Z+ [[ -n john/sled-agent-write-os ]]
682023-12-08T15:21:05.033Z+ git fetch origin john/sled-agent-write-os
692023-12-08T15:21:05.034ZFrom https://github.com/oxidecomputer/omicron
702023-12-08T15:21:05.034Z * branch john/sled-agent-write-os -> FETCH_HEAD
712023-12-08T15:21:05.035Z+ git checkout -B john/sled-agent-write-os remotes/origin/john/sled-agent-write-os
722023-12-08T15:21:05.063ZSwitched to a new branch 'john/sled-agent-write-os'
732023-12-08T15:21:05.064Zbranch 'john/sled-agent-write-os' set up to track 'origin/john/sled-agent-write-os'.
742023-12-08T15:21:05.064Z+ git reset --hard 8a65c206c03d2229270e4fc2a736f9373bcabc81
752023-12-08T15:21:05.095ZHEAD is now at 8a65c206 Require explicitly clearing old update status before starting a new one
762023-12-08T15:21:05.109Zprocess exited: duration 8501 ms, exit code 0
 
772023-12-08T15:21:05.125Zstarting task 4: "build"
782023-12-08T15:21:05.129Z+ cargo --version
792023-12-08T15:21:05.136Zinfo: syncing channel updates for '1.74.0-x86_64-unknown-illumos'
802023-12-08T15:21:05.346Zinfo: latest update on 2023-11-16, rust version 1.74.0 (79e9716c9 2023-11-13)
812023-12-08T15:21:05.350Zinfo: downloading component 'cargo'
822023-12-08T15:21:06.181Zinfo: downloading component 'clippy'
832023-12-08T15:21:06.865Zinfo: downloading component 'rust-docs'
842023-12-08T15:21:07.504Zinfo: downloading component 'rust-std'
852023-12-08T15:21:09.239Zinfo: downloading component 'rustc'
862023-12-08T15:21:13.648Zinfo: downloading component 'rustfmt'
872023-12-08T15:21:13.888Zinfo: installing component 'cargo'
882023-12-08T15:21:15.186Zinfo: installing component 'clippy'
892023-12-08T15:21:15.645Zinfo: installing component 'rust-docs'
902023-12-08T15:21:18.455Zinfo: installing component 'rust-std'
912023-12-08T15:21:21.118Zinfo: installing component 'rustc'
922023-12-08T15:21:27.406Zinfo: installing component 'rustfmt'
932023-12-08T15:21:27.943Zcargo 1.74.0 (ecb9851af 2023-10-18)
942023-12-08T15:21:27.952Z+ rustc --version
952023-12-08T15:21:28.090Zrustc 1.74.0 (79e9716c9 2023-11-13)
962023-12-08T15:21:28.098Z+ source ./env.sh
972023-12-08T15:21:28.101Z++ set -o xtrace
982023-12-08T15:21:28.101Z++++ dirname ./env.sh
992023-12-08T15:21:28.105Z+++ cd .
1002023-12-08T15:21:28.105Z+++ echo /work/oxidecomputer/omicron
1012023-12-08T15:21:28.105Z++ OMICRON_WS=/work/oxidecomputer/omicron
1022023-12-08T15:21:28.105Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1032023-12-08T15:21:28.105Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1042023-12-08T15:21:28.105Z++ 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
1052023-12-08T15:21:28.105Z++ 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
1062023-12-08T15:21:28.105Z++ 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
1072023-12-08T15:21:28.105Z++ 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
1082023-12-08T15:21:28.105Z++ 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
1092023-12-08T15:21:28.106Z++ 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
1102023-12-08T15:21:28.106Z++ unset OMICRON_WS
1112023-12-08T15:21:28.106Z++ set +o xtrace
1122023-12-08T15:21:28.169Z
1132023-12-08T15:21:28.169Z ##### ##### ###### ##### ###### #### # # # #### #
1142023-12-08T15:21:28.170Z # # # # # # # # # # # # # # #
1152023-12-08T15:21:28.170Z # # # # ##### # # ##### # # # # # #### #
1162023-12-08T15:21:28.170Z ##### ##### # ##### # # # # # # # # #
1172023-12-08T15:21:28.170Z # # # # # # # # # # # # # # #
1182023-12-08T15:21:28.170Z # # # ###### # # ###### ### # #### # #### #
1192023-12-08T15:21:28.170Z
1202023-12-08T15:21:38.042Z Startup: Refreshing catalog 'helios-dev' ... Done
1212023-12-08T15:21:39.301Z Startup: Caching catalogs ... Done
1222023-12-08T15:21:46.300ZPlanning: Solver setup ... Done (6.596s)
1232023-12-08T15:21:46.451ZPlanning: Running solver ... Done (0.150s)
1242023-12-08T15:21:46.553ZPlanning: Finding local manifests ... Done (0.036s)
1252023-12-08T15:21:46.585ZPlanning: Fetching manifests: 0/6 0% complete
1262023-12-08T15:21:46.897ZPlanning: Fetching manifests: 6/6 100% complete
1272023-12-08T15:21:47.025ZPlanning: Package planning ... Done (0.128s)
1282023-12-08T15:21:47.127ZPlanning: Merging actions ... Done (0.085s)
1292023-12-08T15:21:48.290ZPlanning: Checking for conflicting actions ... Done (1.177s)
1302023-12-08T15:21:48.308ZPlanning: Consolidating action changes ... Done (0.018s)
1312023-12-08T15:21:55.422ZPlanning: Evaluating mediators ... Done (7.116s)
1322023-12-08T15:21:55.538ZPlanning: Planning completed in 16.18 seconds
1332023-12-08T15:21:55.570Z Packages to install: 4
1342023-12-08T15:21:55.578Z Packages to update: 2
1352023-12-08T15:21:55.578Z Mediators to change: 2
1362023-12-08T15:21:55.578Z Services to change: 1
1372023-12-08T15:21:55.578Z Estimated space available: 148.88 GB
1382023-12-08T15:21:55.578ZEstimated space to be consumed: 1.43 GB
1392023-12-08T15:21:55.578Z Create boot environment: No
1402023-12-08T15:21:55.578ZCreate backup boot environment: Yes
1412023-12-08T15:21:55.579Z Rebuild boot archive: No
1422023-12-08T15:21:55.579Z
1432023-12-08T15:21:55.579ZChanged mediators:
1442023-12-08T15:21:55.579Z mediator clang:
1452023-12-08T15:21:55.579Z version: None -> 15 (system default)
1462023-12-08T15:21:55.579Z
1472023-12-08T15:21:55.579Z mediator llvm:
1482023-12-08T15:21:55.579Z version: 14 (system default) -> 15 (system default)
1492023-12-08T15:21:55.579Z
1502023-12-08T15:21:55.579ZChanged packages:
1512023-12-08T15:21:55.579Zhelios-dev
1522023-12-08T15:21:55.579Z developer/build-essential
1532023-12-08T15:21:55.580Z None -> 11-2.0
1542023-12-08T15:21:55.580Z library/libxmlsec1
1552023-12-08T15:21:55.580Z None -> 1.2.35-2.0
1562023-12-08T15:21:55.580Z ooce/developer/clang-15
1572023-12-08T15:21:55.581Z None -> 15.0.7-2.0
1582023-12-08T15:21:55.581Z ooce/developer/llvm-15
1592023-12-08T15:21:55.581Z None -> 15.0.7-2.0
1602023-12-08T15:21:55.581Z system/library/g++-runtime
1612023-12-08T15:21:55.581Z 12-2.0 -> 13-2.0
1622023-12-08T15:21:55.581Z system/library/gcc-runtime
1632023-12-08T15:21:55.581Z 12-2.0 -> 13-2.0
1642023-12-08T15:21:55.581Z
1652023-12-08T15:21:55.581ZServices:
1662023-12-08T15:21:55.581Z restart_fmri:
1672023-12-08T15:21:55.581Z svc:/system/update-man-index:default
1682023-12-08T15:21:55.782Z
1692023-12-08T15:21:55.782ZDownload: 0/3330 items 0.0/221.1MB 0% complete
1702023-12-08T15:22:00.782ZDownload: 699/3330 items 18.0/221.1MB 8% complete (3.8M/s)
1712023-12-08T15:22:05.883ZDownload: 1196/3330 items 62.1/221.1MB 28% complete (6.4M/s)
1722023-12-08T15:22:10.902ZDownload: 1400/3330 items 116.1/221.1MB 52% complete (9.8M/s)
1732023-12-08T15:22:15.977ZDownload: 2482/3330 items 120.2/221.1MB 54% complete (5.8M/s)
1742023-12-08T15:22:20.906ZDownload: 3201/3330 items 157.5/221.1MB 71% complete (4.0M/s)
1752023-12-08T15:22:25.962ZDownload: 3288/3330 items 212.0/221.1MB 95% complete (9.1M/s)
1762023-12-08T15:22:27.646ZDownload: Completed 221.11 MB in 31.87 seconds (6.9M/s)
1772023-12-08T15:22:29.757Z Actions: 1/3766 actions (Removing old actions)
1782023-12-08T15:22:29.759Z Actions: 5/3766 actions (Installing new actions)
1792023-12-08T15:22:35.012Z Actions: 3005/3766 actions (Installing new actions)
1802023-12-08T15:22:38.201Z Actions: 3729/3766 actions (Updating modified actions)
1812023-12-08T15:22:38.793Z Actions: Completed 3766 actions in 9.04 seconds.
1822023-12-08T15:22:38.914Z Done (0.109s)
1832023-12-08T15:22:38.928Z Done (0.000s)
1842023-12-08T15:22:39.190Z Done (0.274s)
1852023-12-08T15:22:46.752Z Done (7.434s)
1862023-12-08T15:22:47.110Z Done (0.268s)
1872023-12-08T15:22:47.116Z Done (0.000s)
1882023-12-08T15:22:47.378Z Done (0.000s)
1892023-12-08T15:22:48.057ZPlanning: Evaluating mediator changes ... Done
1902023-12-08T15:22:48.474ZPlanning: Checking for conflicting actions ... Done
1912023-12-08T15:22:48.474ZPlanning: Consolidating action changes ... Done
1922023-12-08T15:22:48.811ZPlanning: Evaluating mediators ... Done
1932023-12-08T15:22:49.236ZPlanning: Planning completed in 0.73 seconds
1942023-12-08T15:22:49.244Z Mediators to change: 2
1952023-12-08T15:22:49.244Z Create boot environment: No
1962023-12-08T15:22:49.244ZCreate backup boot environment: No
1972023-12-08T15:22:49.244Z Done
1982023-12-08T15:22:49.244Z Done
1992023-12-08T15:22:49.245Z Done
2002023-12-08T15:22:55.392Z Done
2012023-12-08T15:22:55.407Z Done
2022023-12-08T15:22:55.407Z Done
2032023-12-08T15:22:55.408Z Done
2042023-12-08T15:22:56.236ZPlanning: Evaluating mediator changes ... Done
2052023-12-08T15:22:56.281ZPlanning: Merging actions ... Done
2062023-12-08T15:22:56.756ZPlanning: Checking for conflicting actions ... Done
2072023-12-08T15:22:56.756ZPlanning: Consolidating action changes ... Done
2082023-12-08T15:22:56.977ZPlanning: Evaluating mediators ... Done
2092023-12-08T15:22:57.069ZPlanning: Planning completed in 1.29 seconds
2102023-12-08T15:22:57.132Z Packages to change: 1
2112023-12-08T15:22:57.132Z Mediators to change: 1
2122023-12-08T15:22:57.140Z Services to change: 1
2132023-12-08T15:22:57.157Z Create boot environment: No
2142023-12-08T15:22:57.157ZCreate backup boot environment: Yes
2152023-12-08T15:22:59.222Z Actions: 1/6 actions (Updating modified actions)
2162023-12-08T15:22:59.227Z Actions: Completed 6 actions in 0.00 seconds.
2172023-12-08T15:22:59.227Z Done
2182023-12-08T15:22:59.227Z Done
2192023-12-08T15:22:59.289Z Done
2202023-12-08T15:23:05.298Z Done
2212023-12-08T15:23:05.434Z Done
2222023-12-08T15:23:05.468Z Done
2232023-12-08T15:23:05.570Z Done
2242023-12-08T15:23:06.233ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2252023-12-08T15:23:06.234Zclang system 15 system
2262023-12-08T15:23:06.234Zcsh system system illumos
2272023-12-08T15:23:06.234Zctags system system illumos
2282023-12-08T15:23:06.234Zgcc vendor 12 vendor
2292023-12-08T15:23:06.235Zgcc system 10 system
2302023-12-08T15:23:06.235Zgcc system 7 system
2312023-12-08T15:23:06.235Zgo system 1.20 system
2322023-12-08T15:23:06.236Zgo system 1.19 system
2332023-12-08T15:23:06.236Zllvm system 15 system
2342023-12-08T15:23:06.236Zllvm system 14 system
2352023-12-08T15:23:06.236Zmariadb system 10.6 system
2362023-12-08T15:23:06.236Zmta vendor vendor dma
2372023-12-08T15:23:06.237Zopenjdk system 17 system
2382023-12-08T15:23:06.238Zopenjdk system 11 system
2392023-12-08T15:23:06.238Zopenjdk system 1.8 system
2402023-12-08T15:23:06.240Zopenssl vendor 3 vendor
2412023-12-08T15:23:06.240Zperl system 5.36 system
2422023-12-08T15:23:06.241Zpostgresql system 15 system
2432023-12-08T15:23:06.241Zpostgresql system 13 system
2442023-12-08T15:23:06.241Zpython vendor 3 vendor
2452023-12-08T15:23:06.241Zpython system 2 system
2462023-12-08T15:23:06.242Zpython3 system 3.11 system
2472023-12-08T15:23:06.242Zruby system 3.0 system
2482023-12-08T15:23:06.242Zwords vendor vendor american-english
2492023-12-08T15:23:06.243Zwords system system australian-english
2502023-12-08T15:23:06.243Zwords system system british-english
2512023-12-08T15:23:06.243Zwords system system canadian-english
2522023-12-08T15:23:06.243Zwords system system french
2532023-12-08T15:23:06.243Zwords system system italian
2542023-12-08T15:23:06.244Zwords system system ngerman
2552023-12-08T15:23:06.244Zwords system system ogerman
2562023-12-08T15:23:06.244Zwords system system spanish
2572023-12-08T15:23:06.784ZFMRI IFO
2582023-12-08T15:23:06.784Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2592023-12-08T15:23:06.784Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2602023-12-08T15:23:06.784Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2612023-12-08T15:23:06.784Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z im-
2622023-12-08T15:23:06.784Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2632023-12-08T15:23:06.787Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z i--
2642023-12-08T15:23:06.787Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z im-
2652023-12-08T15:23:06.787Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z im-
2662023-12-08T15:23:06.890Z+ set -o errexit
2672023-12-08T15:23:07.844Z+++ dirname ./tools/ci_download_cockroachdb
2682023-12-08T15:23:07.845Z++ cd ./tools
2692023-12-08T15:23:07.845Z++ pwd
2702023-12-08T15:23:07.845Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
2712023-12-08T15:23:07.845Z++ basename ./tools/ci_download_cockroachdb
2722023-12-08T15:23:07.845Z+ ARG0=ci_download_cockroachdb
2732023-12-08T15:23:07.846Z++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version
2742023-12-08T15:23:07.846Z+ CIDL_VERSION=v22.1.9
2752023-12-08T15:23:07.846Z+ source /work/oxidecomputer/omicron/tools/cockroachdb_checksums
2762023-12-08T15:23:07.846Z++ CIDL_MD5_DARWIN=2db972c254b4e3b599e12110520178b5
2772023-12-08T15:23:07.846Z++ CIDL_MD5_LINUX=8c3170883e0a0be1a34b44090c067a8c
2782023-12-08T15:23:07.847Z++ CIDL_MD5_ILLUMOS=d8999aff364e5d70f226e139fda724a3
2792023-12-08T15:23:07.847Z+ TARGET_DIR=out
2802023-12-08T15:23:07.847Z+ DOWNLOAD_DIR=out/downloads
2812023-12-08T15:23:07.847Z+ DEST_DIR=./out/cockroachdb
2822023-12-08T15:23:07.847Z+ CIDL_URL_COCKROACH=https://binaries.cockroachdb.com
2832023-12-08T15:23:07.847Z+ CIDL_URL_ILLUMOS=https://illumos.org/downloads
2842023-12-08T15:23:07.847Z+ main
2852023-12-08T15:23:07.847Z+ [[ 0 != 0 ]]
2862023-12-08T15:23:07.847Z+ CIDL_OS=solaris2.11
2872023-12-08T15:23:07.848Z+ [[ 0 != 0 ]]
2882023-12-08T15:23:07.848Z+ configure_os solaris2.11
2892023-12-08T15:23:07.849Z+ echo 'current directory: /work/oxidecomputer/omicron'
2902023-12-08T15:23:07.849Zcurrent directory: /work/oxidecomputer/omicron
2912023-12-08T15:23:07.849Z+ echo 'configuring based on OS: "solaris2.11"'
2922023-12-08T15:23:07.849Z+ case "$1" in
2932023-12-08T15:23:07.850Zconfiguring based on OS: "solaris2.11"
2942023-12-08T15:23:07.850Z+ CIDL_BUILD=illumos
2952023-12-08T15:23:07.850Z+ CIDL_SUFFIX=tar.gz
2962023-12-08T15:23:07.850Z+ CIDL_MD5=d8999aff364e5d70f226e139fda724a3
2972023-12-08T15:23:07.850Z+ CIDL_MD5FUNC=do_md5sum
2982023-12-08T15:23:07.850Z+ CIDL_URL_BASE=https://illumos.org/downloads
2992023-12-08T15:23:07.850Z+ CIDL_ASSEMBLE=do_assemble_illumos
3002023-12-08T15:23:07.850Z+ TARBALL_DIRNAME=cockroach-v22.1.9.illumos
3012023-12-08T15:23:07.850Z+ TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz
3022023-12-08T15:23:07.851Z+ TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz
3032023-12-08T15:23:07.851Z+ TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos
3042023-12-08T15:23:07.851Z+ CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz
3052023-12-08T15:23:07.851Z+ echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz'
3062023-12-08T15:23:07.851ZURL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz
3072023-12-08T15:23:07.851Z+ echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz'
3082023-12-08T15:23:07.851ZLocal file: out/downloads/cockroach-v22.1.9.illumos.tar.gz
3092023-12-08T15:23:07.852Z+ mkdir -p out/downloads
3102023-12-08T15:23:07.852Z+ mkdir -p ./out/cockroachdb
3112023-12-08T15:23:07.852Z+ local DO_DOWNLOAD=true
3122023-12-08T15:23:07.852Z+ [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]]
3132023-12-08T15:23:07.852Z+ '[' true == true ']'
3142023-12-08T15:23:07.852Z+ echo Downloading...
3152023-12-08T15:23:07.853ZDownloading...
3162023-12-08T15:23:07.854Z+ do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz
3172023-12-08T15:23:07.854Z+ 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
3182023-12-08T15:23:13.413Z++ do_md5sum out/downloads/cockroach-v22.1.9.illumos.tar.gz
3192023-12-08T15:23:13.419Z++ md5sum
3202023-12-08T15:23:13.419Z++ awk '{print $1}'
3212023-12-08T15:23:13.599Z+ calculated_md5=d8999aff364e5d70f226e139fda724a3
3222023-12-08T15:23:13.600Z+ [[ 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 ]]
3232023-12-08T15:23:13.600Z+ do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz
3242023-12-08T15:23:14.023Z+ tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads
3252023-12-08T15:23:16.997Z+ do_assemble_illumos
3262023-12-08T15:23:17.010Z+ rm -r ./out/cockroachdb
3272023-12-08T15:23:17.011Z+ cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb
3282023-12-08T15:23:17.612Z+ ./out/cockroachdb/bin/cockroach version
3292023-12-08T15:23:17.823ZBuild Tag: v22.1.9-dirty
3302023-12-08T15:23:17.823ZBuild Time: 2022/10/26 21:17:46
3312023-12-08T15:23:17.823ZDistribution: OSS
3322023-12-08T15:23:17.823ZPlatform: illumos amd64 (x86_64-pc-solaris2.11)
3332023-12-08T15:23:17.823ZGo Version: go1.17.13
3342023-12-08T15:23:17.823ZC Compiler: gcc 10.3.0
3352023-12-08T15:23:17.823ZBuild Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493
3362023-12-08T15:23:17.823ZBuild Type: release
3372023-12-08T15:23:17.847Z+ set -o errexit
3382023-12-08T15:23:17.856Z+++ dirname ./tools/ci_download_clickhouse
3392023-12-08T15:23:17.856Z++ cd ./tools
3402023-12-08T15:23:17.857Z++ pwd
3412023-12-08T15:23:17.857Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
3422023-12-08T15:23:17.857Z++ basename ./tools/ci_download_clickhouse
3432023-12-08T15:23:17.857Z+ ARG0=ci_download_clickhouse
3442023-12-08T15:23:17.857Z+ TARGET_DIR=out
3452023-12-08T15:23:17.857Z+ DOWNLOAD_DIR=out/downloads
3462023-12-08T15:23:17.857Z+ DEST_DIR=./out/clickhouse
3472023-12-08T15:23:17.858Z+ CIDL_VERSION=v22.8.9.24
3482023-12-08T15:23:17.858Z+ source /work/oxidecomputer/omicron/tools/clickhouse_checksums
3492023-12-08T15:23:17.858Z++ CIDL_MD5_DARWIN=20603974a929926591fca70ff1df0e45
3502023-12-08T15:23:17.858Z++ CIDL_MD5_LINUX=ea909519bd9d989fd5d090fd9bdd42f1
3512023-12-08T15:23:17.858Z++ CIDL_MD5_ILLUMOS=7702939ce5b4b51846a1ba39f1392306
3522023-12-08T15:23:17.858Z+ CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com
3532023-12-08T15:23:17.866Z+ main
3542023-12-08T15:23:17.866Z+ [[ 0 != 0 ]]
3552023-12-08T15:23:17.866Z+ CIDL_OS=solaris2.11
3562023-12-08T15:23:17.866Z+ [[ 0 != 0 ]]
3572023-12-08T15:23:17.866Z+ configure_os solaris2.11
3582023-12-08T15:23:17.867Z+ echo 'current directory: /work/oxidecomputer/omicron'
3592023-12-08T15:23:17.867Zcurrent directory: /work/oxidecomputer/omicron
3602023-12-08T15:23:17.867Z+ echo 'configuring based on OS: "solaris2.11"'
3612023-12-08T15:23:17.867Z+ CIDL_DASHREV=
3622023-12-08T15:23:17.867Z+ case "$1" in
3632023-12-08T15:23:17.867Zconfiguring based on OS: "solaris2.11"
3642023-12-08T15:23:17.867Z+ CIDL_PLATFORM=illumos
3652023-12-08T15:23:17.869Z+ CIDL_MD5=7702939ce5b4b51846a1ba39f1392306
3662023-12-08T15:23:17.869Z+ CIDL_MD5FUNC=do_md5sum
3672023-12-08T15:23:17.869Z+ CIDL_DASHREV=-1
3682023-12-08T15:23:17.870Z+ TARBALL_DIRNAME=clickhouse-v22.8.9.24
3692023-12-08T15:23:17.870Z+ TARBALL_FILENAME=clickhouse-v22.8.9.24-1.illumos.tar.gz
3702023-12-08T15:23:17.870Z+ TARBALL_FILE=out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz
3712023-12-08T15:23:17.870Z+ CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz
3722023-12-08T15:23:17.870Z+ echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz'
3732023-12-08T15:23:17.871Z+ echo 'Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz'
3742023-12-08T15:23:17.871ZURL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz
3752023-12-08T15:23:17.871ZLocal file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz
3762023-12-08T15:23:17.871Z+ mkdir -p out/downloads
3772023-12-08T15:23:17.871Z+ mkdir -p ./out/clickhouse
3782023-12-08T15:23:17.871Z+ local DO_DOWNLOAD=true
3792023-12-08T15:23:17.871Z+ [[ -f out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ]]
3802023-12-08T15:23:17.872Z+ '[' true == true ']'
3812023-12-08T15:23:17.872Z+ echo Downloading...
3822023-12-08T15:23:17.872ZDownloading...
3832023-12-08T15:23:17.872Z+ 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
3842023-12-08T15:23:17.872Z+ 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
3852023-12-08T15:23:19.315Z++ do_md5sum out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz
3862023-12-08T15:23:19.318Z++ md5sum
3872023-12-08T15:23:19.318Z++ awk '{print $1}'
3882023-12-08T15:23:19.581Z+ calculated_md5=7702939ce5b4b51846a1ba39f1392306
3892023-12-08T15:23:19.581Z+ [[ 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 ]]
3902023-12-08T15:23:19.582Z+ do_untar out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ./out/clickhouse
3912023-12-08T15:23:19.590Z+ mkdir -p ./out/clickhouse
3922023-12-08T15:23:19.591Z+ tar xzf out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz -C ./out/clickhouse
3932023-12-08T15:23:24.479Z+ ./out/clickhouse/clickhouse server --version
3942023-12-08T15:23:24.961ZClickHouse server version 22.8.9.1.
3952023-12-08T15:23:24.968Z+ set -o errexit
3962023-12-08T15:23:24.968Z+++ dirname ./tools/ci_download_console
3972023-12-08T15:23:24.968Z++ cd ./tools
3982023-12-08T15:23:24.969Z++ pwd
3992023-12-08T15:23:24.969Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
4002023-12-08T15:23:24.969Z++ basename ./tools/ci_download_console
4012023-12-08T15:23:24.969Z+ ARG0=ci_download_console
4022023-12-08T15:23:24.969Z+ TARGET_DIR=out
4032023-12-08T15:23:24.970Z+ DOWNLOAD_DIR=out/downloads
4042023-12-08T15:23:24.970Z+ DEST_DIR=./out/console-assets
4052023-12-08T15:23:24.970Z+ source /work/oxidecomputer/omicron/tools/console_version
4062023-12-08T15:23:24.970Z++ COMMIT=ae8218df707360a902133f4a96b48a3b5a62a09e
4072023-12-08T15:23:24.970Z++ SHA2=ae35b991d3ff835a59b59126298790cb7431a282b25ba4add4e7fb6ea6b98989
4082023-12-08T15:23:24.970Z+ URL=https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz
4092023-12-08T15:23:24.970Z+ TARBALL_FILE=out/downloads/console.tar.gz
4102023-12-08T15:23:24.970Z+ main
4112023-12-08T15:23:24.970Z+ [[ 0 != 0 ]]
4122023-12-08T15:23:24.970Z+ echo 'URL: https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz'
4132023-12-08T15:23:24.971ZURL: https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz
4142023-12-08T15:23:24.971Z+ echo 'Local file: out/downloads/console.tar.gz'
4152023-12-08T15:23:24.972ZLocal file: out/downloads/console.tar.gz
4162023-12-08T15:23:24.972Z+ local DO_DOWNLOAD=true
4172023-12-08T15:23:24.972Z+ [[ -f out/downloads/console.tar.gz ]]
4182023-12-08T15:23:24.973Z+ mkdir -p out/downloads
4192023-12-08T15:23:24.973Z+ '[' true == true ']'
4202023-12-08T15:23:24.973Z+ echo Downloading...
4212023-12-08T15:23:24.973ZDownloading...
4222023-12-08T15:23:24.973Z+ do_download_curl https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz out/downloads/console.tar.gz
4232023-12-08T15:23:24.973Z+ curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz
4242023-12-08T15:23:25.258Z++ do_sha256sum out/downloads/console.tar.gz
4252023-12-08T15:23:25.265Z++ case "$OSTYPE" in
4262023-12-08T15:23:25.265Z++ SHA=sha256sum
4272023-12-08T15:23:25.266Z++ sha256sum
4282023-12-08T15:23:25.266Z++ awk '{print $1}'
4292023-12-08T15:23:25.280Z+ calculated_sha2=ae35b991d3ff835a59b59126298790cb7431a282b25ba4add4e7fb6ea6b98989
4302023-12-08T15:23:25.281Z+ [[ ae35b991d3ff835a59b59126298790cb7431a282b25ba4add4e7fb6ea6b98989 != \a\e\3\5\b\9\9\1\d\3\f\f\8\3\5\a\5\9\b\5\9\1\2\6\2\9\8\7\9\0\c\b\7\4\3\1\a\2\8\2\b\2\5\b\a\4\a\d\d\4\e\7\f\b\6\e\a\6\b\9\8\9\8\9 ]]
4312023-12-08T15:23:25.295Z+ rm -rf ./out/console-assets
4322023-12-08T15:23:25.295Z+ mkdir -p ./out/console-assets
4332023-12-08T15:23:25.296Z+ do_untar out/downloads/console.tar.gz ./out/console-assets
4342023-12-08T15:23:25.296Z+ mkdir -p ./out/console-assets
4352023-12-08T15:23:25.296Z+ tar xzf out/downloads/console.tar.gz -C ./out/console-assets
4362023-12-08T15:23:25.851Z+ set -o errexit
4372023-12-08T15:23:26.322Z+++ dirname ./tools/ci_download_maghemite_openapi
4382023-12-08T15:23:26.322Z++ cd ./tools
4392023-12-08T15:23:26.322Z++ pwd
4402023-12-08T15:23:26.323Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
4412023-12-08T15:23:26.323Z++ basename ./tools/ci_download_maghemite_openapi
4422023-12-08T15:23:26.323Z+ ARG0=ci_download_maghemite_openapi
4432023-12-08T15:23:26.323Z+ TARGET_DIR=out
4442023-12-08T15:23:26.323Z+ DOWNLOAD_DIR=out/downloads
4452023-12-08T15:23:26.323Z+ source /work/oxidecomputer/omicron/tools/maghemite_ddm_openapi_version
4462023-12-08T15:23:26.324Z++ COMMIT=579592bf474ec4b86805ada60c1b920b3beef5a7
4472023-12-08T15:23:26.324Z++ SHA2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf
4482023-12-08T15:23:26.324Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/579592bf474ec4b86805ada60c1b920b3beef5a7/ddm-admin.json
4492023-12-08T15:23:26.324Z+ LOCAL_FILE=out/downloads/ddm-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json
4502023-12-08T15:23:26.326Z+ main
4512023-12-08T15:23:26.326Z+ [[ 0 != 0 ]]
4522023-12-08T15:23:26.326Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/579592bf474ec4b86805ada60c1b920b3beef5a7/ddm-admin.json'
4532023-12-08T15:23:26.326ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/579592bf474ec4b86805ada60c1b920b3beef5a7/ddm-admin.json
4542023-12-08T15:23:26.326Z+ echo 'Local file: out/downloads/ddm-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json'
4552023-12-08T15:23:26.326ZLocal file: out/downloads/ddm-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json
4562023-12-08T15:23:26.326Z+ local DO_DOWNLOAD=true
4572023-12-08T15:23:26.327Z+ [[ -f out/downloads/ddm-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json ]]
4582023-12-08T15:23:26.327Z+ mkdir -p out/downloads
4592023-12-08T15:23:26.327Z+ '[' true == true ']'
4602023-12-08T15:23:26.327Z+ echo Downloading...
4612023-12-08T15:23:26.327ZDownloading...
4622023-12-08T15:23:26.327Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/579592bf474ec4b86805ada60c1b920b3beef5a7/ddm-admin.json out/downloads/ddm-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json
4632023-12-08T15:23:26.327Z+ curl --silent --show-error --fail --location --output out/downloads/ddm-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/579592bf474ec4b86805ada60c1b920b3beef5a7/ddm-admin.json
4642023-12-08T15:23:26.328Z++ do_sha256sum out/downloads/ddm-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json
4652023-12-08T15:23:26.328Z++ case "$OSTYPE" in
4662023-12-08T15:23:26.328Z++ SHA=sha256sum
4672023-12-08T15:23:26.328Z++ sha256sum
4682023-12-08T15:23:26.328Z++ awk '{print $1}'
4692023-12-08T15:23:26.328Z+ calculated_sha2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf
4702023-12-08T15:23:26.328Z+ [[ 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 ]]
4712023-12-08T15:23:26.330Z+ source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version
4722023-12-08T15:23:26.330Z++ COMMIT=579592bf474ec4b86805ada60c1b920b3beef5a7
4732023-12-08T15:23:26.330Z++ SHA2=6c1fab8d5028b52a161d8bf02aae47844699cdc5f7b28e1ac519fc4ec1ab3971
4742023-12-08T15:23:26.330Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/579592bf474ec4b86805ada60c1b920b3beef5a7/mg-admin.json
4752023-12-08T15:23:26.331Z+ LOCAL_FILE=out/downloads/mg-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json
4762023-12-08T15:23:26.331Z+ main
4772023-12-08T15:23:26.331Z+ [[ 0 != 0 ]]
4782023-12-08T15:23:26.331Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/579592bf474ec4b86805ada60c1b920b3beef5a7/mg-admin.json'
4792023-12-08T15:23:26.331ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/579592bf474ec4b86805ada60c1b920b3beef5a7/mg-admin.json
4802023-12-08T15:23:26.331ZLocal file: out/downloads/mg-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json
4812023-12-08T15:23:26.332Z+ echo 'Local file: out/downloads/mg-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json'
4822023-12-08T15:23:26.332Z+ local DO_DOWNLOAD=true
4832023-12-08T15:23:26.332Z+ [[ -f out/downloads/mg-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json ]]
4842023-12-08T15:23:26.332Z+ mkdir -p out/downloads
4852023-12-08T15:23:26.332Z+ '[' true == true ']'
4862023-12-08T15:23:26.332Z+ echo Downloading...
4872023-12-08T15:23:26.332ZDownloading...
4882023-12-08T15:23:26.333Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/579592bf474ec4b86805ada60c1b920b3beef5a7/mg-admin.json out/downloads/mg-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json
4892023-12-08T15:23:26.333Z+ curl --silent --show-error --fail --location --output out/downloads/mg-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/579592bf474ec4b86805ada60c1b920b3beef5a7/mg-admin.json
4902023-12-08T15:23:26.402Z++ do_sha256sum out/downloads/mg-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json
4912023-12-08T15:23:26.414Z++ case "$OSTYPE" in
4922023-12-08T15:23:26.414Z++ SHA=sha256sum
4932023-12-08T15:23:26.414Z++ sha256sum
4942023-12-08T15:23:26.415Z++ awk '{print $1}'
4952023-12-08T15:23:26.415Z+ calculated_sha2=6c1fab8d5028b52a161d8bf02aae47844699cdc5f7b28e1ac519fc4ec1ab3971
4962023-12-08T15:23:26.415Z+ [[ 6c1fab8d5028b52a161d8bf02aae47844699cdc5f7b28e1ac519fc4ec1ab3971 != \6\c\1\f\a\b\8\d\5\0\2\8\b\5\2\a\1\6\1\d\8\b\f\0\2\a\a\e\4\7\8\4\4\6\9\9\c\d\c\5\f\7\b\2\8\e\1\a\c\5\1\9\f\c\4\e\c\1\a\b\3\9\7\1 ]]
4972023-12-08T15:23:26.419Z+ set -o errexit
4982023-12-08T15:23:26.420Z+++ dirname ./tools/ci_download_dendrite_openapi
4992023-12-08T15:23:26.420Z++ cd ./tools
5002023-12-08T15:23:26.420Z++ pwd
5012023-12-08T15:23:26.423Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
5022023-12-08T15:23:26.423Z++ basename ./tools/ci_download_dendrite_openapi
5032023-12-08T15:23:26.423Z+ ARG0=ci_download_dendrite_openapi
5042023-12-08T15:23:26.423Z+ TARGET_DIR=out
5052023-12-08T15:23:26.423Z+ DOWNLOAD_DIR=out/downloads
5062023-12-08T15:23:26.423Z+ source /work/oxidecomputer/omicron/tools/dendrite_openapi_version
5072023-12-08T15:23:26.424Z++ COMMIT=2af6adea85c62ac37e451148b84e5eb0ef005f36
5082023-12-08T15:23:26.424Z++ SHA2=07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0
5092023-12-08T15:23:26.424Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/2af6adea85c62ac37e451148b84e5eb0ef005f36/dpd.json
5102023-12-08T15:23:26.424Z+ LOCAL_FILE=out/downloads/dpd-2af6adea85c62ac37e451148b84e5eb0ef005f36.json
5112023-12-08T15:23:26.424Z+ main
5122023-12-08T15:23:26.424Z+ [[ 0 != 0 ]]
5132023-12-08T15:23:26.424Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/2af6adea85c62ac37e451148b84e5eb0ef005f36/dpd.json'
5142023-12-08T15:23:26.424ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/2af6adea85c62ac37e451148b84e5eb0ef005f36/dpd.json
5152023-12-08T15:23:26.424Z+ echo 'Local file: out/downloads/dpd-2af6adea85c62ac37e451148b84e5eb0ef005f36.json'
5162023-12-08T15:23:26.424ZLocal file: out/downloads/dpd-2af6adea85c62ac37e451148b84e5eb0ef005f36.json
5172023-12-08T15:23:26.424Z+ local DO_DOWNLOAD=true
5182023-12-08T15:23:26.424Z+ [[ -f out/downloads/dpd-2af6adea85c62ac37e451148b84e5eb0ef005f36.json ]]
5192023-12-08T15:23:26.424Z+ mkdir -p out/downloads
5202023-12-08T15:23:26.428Z+ '[' true == true ']'
5212023-12-08T15:23:26.428Z+ echo Downloading...
5222023-12-08T15:23:26.428ZDownloading...
5232023-12-08T15:23:26.428Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/2af6adea85c62ac37e451148b84e5eb0ef005f36/dpd.json out/downloads/dpd-2af6adea85c62ac37e451148b84e5eb0ef005f36.json
5242023-12-08T15:23:26.428Z+ curl --silent --show-error --fail --location --output out/downloads/dpd-2af6adea85c62ac37e451148b84e5eb0ef005f36.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/2af6adea85c62ac37e451148b84e5eb0ef005f36/dpd.json
5252023-12-08T15:23:26.650Z++ do_sha256sum out/downloads/dpd-2af6adea85c62ac37e451148b84e5eb0ef005f36.json
5262023-12-08T15:23:26.650Z++ case "$OSTYPE" in
5272023-12-08T15:23:26.658Z++ SHA=sha256sum
5282023-12-08T15:23:26.659Z++ sha256sum
5292023-12-08T15:23:26.659Z++ awk '{print $1}'
5302023-12-08T15:23:26.659Z+ calculated_sha2=07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0
5312023-12-08T15:23:26.659Z+ [[ 07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0 != \0\7\d\1\1\5\b\f\a\8\4\9\8\a\8\0\1\5\c\a\2\a\8\4\4\7\e\f\e\e\a\c\3\2\e\2\4\a\e\b\2\5\b\a\f\3\d\5\e\2\3\1\3\2\1\6\e\1\1\2\9\3\c\0 ]]
5322023-12-08T15:23:26.666Z+ set -o errexit
5332023-12-08T15:23:26.667Z+++ dirname ./tools/ci_download_dendrite_stub
5342023-12-08T15:23:26.677Z++ cd ./tools
5352023-12-08T15:23:26.677Z++ pwd
5362023-12-08T15:23:26.677Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
5372023-12-08T15:23:26.677Z++ basename ./tools/ci_download_dendrite_stub
5382023-12-08T15:23:26.677Z+ ARG0=ci_download_dendrite_stub
5392023-12-08T15:23:26.678Z+ source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums
5402023-12-08T15:23:26.678Z++ CIDL_SHA256_ILLUMOS=dc93b671cce54e83ed55faaa267f81ba9e65abcd6714aa559d68a8783d73b1c1
5412023-12-08T15:23:26.678Z++ CIDL_SHA256_LINUX_DPD=b13b391a085ba6bf16fdd99774f64c9d53cd7220ad518d5839c8558fb925c40c
5422023-12-08T15:23:26.678Z++ CIDL_SHA256_LINUX_SWADM=6bfa4e367eb2b0be89f1588ac458026a186314597a4feb9fee6cea60101c7ebe
5432023-12-08T15:23:26.678Z+ source /work/oxidecomputer/omicron/tools/dendrite_openapi_version
5442023-12-08T15:23:26.678Z++ COMMIT=2af6adea85c62ac37e451148b84e5eb0ef005f36
5452023-12-08T15:23:26.678Z++ SHA2=07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0
5462023-12-08T15:23:26.678Z+ TARGET_DIR=out
5472023-12-08T15:23:26.678Z+ DOWNLOAD_DIR=out/downloads
5482023-12-08T15:23:26.679Z+ DEST_DIR=./out/dendrite-stub
5492023-12-08T15:23:26.679Z+ BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin
5502023-12-08T15:23:26.679Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
5512023-12-08T15:23:26.679Z+ REPO=oxidecomputer/dendrite
5522023-12-08T15:23:26.679Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/2af6adea85c62ac37e451148b84e5eb0ef005f36
5532023-12-08T15:23:26.679Z+ main
5542023-12-08T15:23:26.679Z+ [[ 0 != 0 ]]
5552023-12-08T15:23:26.679Z+ CIDL_OS=solaris2.11
5562023-12-08T15:23:26.679Z+ [[ 0 != 0 ]]
5572023-12-08T15:23:26.679Z+ configure_os solaris2.11
5582023-12-08T15:23:26.679Z+ echo 'current directory: /work/oxidecomputer/omicron'
5592023-12-08T15:23:26.679Zcurrent directory: /work/oxidecomputer/omicron
5602023-12-08T15:23:26.680Z+ echo 'configuring based on OS: "solaris2.11"'
5612023-12-08T15:23:26.680Zconfiguring based on OS: "solaris2.11"
5622023-12-08T15:23:26.680Z+ case "$1" in
5632023-12-08T15:23:26.680Z+ SET_BINARIES=
5642023-12-08T15:23:26.680Z+ CIDL_SHA256=dc93b671cce54e83ed55faaa267f81ba9e65abcd6714aa559d68a8783d73b1c1
5652023-12-08T15:23:26.680Z+ CIDL_SHA256FUNC=do_sha256sum
5662023-12-08T15:23:26.680Z+ TARBALL_FILENAME=dendrite-stub.tar.gz
5672023-12-08T15:23:26.680Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/2af6adea85c62ac37e451148b84e5eb0ef005f36/dendrite-stub.tar.gz
5682023-12-08T15:23:26.680Z+ TARBALL_FILE=out/downloads/dendrite-stub.tar.gz
5692023-12-08T15:23:26.680Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/2af6adea85c62ac37e451148b84e5eb0ef005f36/dendrite-stub.tar.gz'
5702023-12-08T15:23:26.681ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/2af6adea85c62ac37e451148b84e5eb0ef005f36/dendrite-stub.tar.gz
5712023-12-08T15:23:26.681ZLocal file: out/downloads/dendrite-stub.tar.gz
5722023-12-08T15:23:26.681Z+ echo 'Local file: out/downloads/dendrite-stub.tar.gz'
5732023-12-08T15:23:26.681Z+ mkdir -p out/downloads
5742023-12-08T15:23:26.686Z+ mkdir -p ./out/dendrite-stub
5752023-12-08T15:23:26.686Z+ fetch_and_verify
5762023-12-08T15:23:26.686Z+ local DO_DOWNLOAD=true
5772023-12-08T15:23:26.688Z+ [[ -f out/downloads/dendrite-stub.tar.gz ]]
5782023-12-08T15:23:26.688Z+ '[' true == true ']'
5792023-12-08T15:23:26.689Z+ echo Downloading...
5802023-12-08T15:23:26.689ZDownloading...
5812023-12-08T15:23:26.689Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/2af6adea85c62ac37e451148b84e5eb0ef005f36/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz
5822023-12-08T15:23:26.689Z+ curl --silent --show-error --fail --location --output out/downloads/dendrite-stub.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/2af6adea85c62ac37e451148b84e5eb0ef005f36/dendrite-stub.tar.gz
5832023-12-08T15:23:41.626Z++ do_sha256sum out/downloads/dendrite-stub.tar.gz
5842023-12-08T15:23:41.633Z++ sha256sum
5852023-12-08T15:23:41.633Z++ awk '{print $1}'
5862023-12-08T15:23:41.731Z+ calculated_sha256=dc93b671cce54e83ed55faaa267f81ba9e65abcd6714aa559d68a8783d73b1c1
5872023-12-08T15:23:41.731Z+ [[ dc93b671cce54e83ed55faaa267f81ba9e65abcd6714aa559d68a8783d73b1c1 != \d\c\9\3\b\6\7\1\c\c\e\5\4\e\8\3\e\d\5\5\f\a\a\a\2\6\7\f\8\1\b\a\9\e\6\5\a\b\c\d\6\7\1\4\a\a\5\5\9\d\6\8\a\8\7\8\3\d\7\3\b\1\c\1 ]]
5882023-12-08T15:23:41.740Z+ do_untar out/downloads/dendrite-stub.tar.gz
5892023-12-08T15:23:41.740Z+ tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads
5902023-12-08T15:23:42.711Z+ do_assemble
5912023-12-08T15:23:42.712Z+ rm -r ./out/dendrite-stub
5922023-12-08T15:23:42.720Z+ mkdir ./out/dendrite-stub
5932023-12-08T15:23:42.720Z+ cp -r out/downloads/root ./out/dendrite-stub/root
5942023-12-08T15:23:42.828Z+ ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin
5952023-12-08T15:23:42.861Z+ set -o errexit
5962023-12-08T15:23:43.280Z+++ dirname ./tools/ci_download_maghemite_mgd
5972023-12-08T15:23:43.280Z++ cd ./tools
5982023-12-08T15:23:43.280Z++ pwd
5992023-12-08T15:23:43.280Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
6002023-12-08T15:23:43.280Z++ basename ./tools/ci_download_maghemite_mgd
6012023-12-08T15:23:43.281Z+ ARG0=ci_download_maghemite_mgd
6022023-12-08T15:23:43.281Z+ source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums
6032023-12-08T15:23:43.281Z++ CIDL_SHA256=82aa1ca1d7701b2221c442d58f912be59798258d574effcb866ffab22753cf38
6042023-12-08T15:23:43.282Z++ MGD_LINUX_SHA256=81231b30872fa1c581aa22c101f32d11f33f335758ac1fd2653436fbc7aab93f
6052023-12-08T15:23:43.282Z+ source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version
6062023-12-08T15:23:43.282Z++ COMMIT=579592bf474ec4b86805ada60c1b920b3beef5a7
6072023-12-08T15:23:43.282Z++ SHA2=6c1fab8d5028b52a161d8bf02aae47844699cdc5f7b28e1ac519fc4ec1ab3971
6082023-12-08T15:23:43.282Z+ TARGET_DIR=out
6092023-12-08T15:23:43.282Z+ DOWNLOAD_DIR=out/downloads
6102023-12-08T15:23:43.282Z+ DEST_DIR=./out/mgd
6112023-12-08T15:23:43.282Z+ BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin
6122023-12-08T15:23:43.282Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
6132023-12-08T15:23:43.282Z+ REPO=oxidecomputer/maghemite
6142023-12-08T15:23:43.282Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/579592bf474ec4b86805ada60c1b920b3beef5a7
6152023-12-08T15:23:43.282Z+ main
6162023-12-08T15:23:43.282Z+ [[ 0 != 0 ]]
6172023-12-08T15:23:43.282Z+ CIDL_OS=solaris2.11
6182023-12-08T15:23:43.282Z+ [[ 0 != 0 ]]
6192023-12-08T15:23:43.283Z+ configure_os solaris2.11
6202023-12-08T15:23:43.283Z+ echo 'current directory: /work/oxidecomputer/omicron'
6212023-12-08T15:23:43.283Zcurrent directory: /work/oxidecomputer/omicron
6222023-12-08T15:23:43.283Z+ echo 'configuring based on OS: "solaris2.11"'
6232023-12-08T15:23:43.283Z+ case "$1" in
6242023-12-08T15:23:43.283Zconfiguring based on OS: "solaris2.11"
6252023-12-08T15:23:43.283Z+ SET_BINARIES=
6262023-12-08T15:23:43.283Z+ CIDL_SHA256FUNC=do_sha256sum
6272023-12-08T15:23:43.283Z+ TARBALL_FILENAME=mgd.tar.gz
6282023-12-08T15:23:43.283Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/579592bf474ec4b86805ada60c1b920b3beef5a7/mgd.tar.gz
6292023-12-08T15:23:43.283Z+ TARBALL_FILE=out/downloads/mgd.tar.gz
6302023-12-08T15:23:43.283Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/579592bf474ec4b86805ada60c1b920b3beef5a7/mgd.tar.gz'
6312023-12-08T15:23:43.283ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/579592bf474ec4b86805ada60c1b920b3beef5a7/mgd.tar.gz
6322023-12-08T15:23:43.283Z+ echo 'Local file: out/downloads/mgd.tar.gz'
6332023-12-08T15:23:43.283ZLocal file: out/downloads/mgd.tar.gz
6342023-12-08T15:23:43.283Z+ mkdir -p out/downloads
6352023-12-08T15:23:43.283Z+ mkdir -p ./out/mgd
6362023-12-08T15:23:43.283Z+ fetch_and_verify
6372023-12-08T15:23:43.284Z+ local DO_DOWNLOAD=true
6382023-12-08T15:23:43.284Z+ [[ -f out/downloads/mgd.tar.gz ]]
6392023-12-08T15:23:43.284Z+ '[' true == true ']'
6402023-12-08T15:23:43.284Z+ echo Downloading...
6412023-12-08T15:23:43.284ZDownloading...
6422023-12-08T15:23:43.284Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/579592bf474ec4b86805ada60c1b920b3beef5a7/mgd.tar.gz out/downloads/mgd.tar.gz
6432023-12-08T15:23:43.284Z+ curl --silent --show-error --fail --location --output out/downloads/mgd.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/579592bf474ec4b86805ada60c1b920b3beef5a7/mgd.tar.gz
6442023-12-08T15:23:53.156Z++ do_sha256sum out/downloads/mgd.tar.gz
6452023-12-08T15:23:53.165Z++ sha256sum
6462023-12-08T15:23:53.166Z++ awk '{print $1}'
6472023-12-08T15:23:53.664Z+ calculated_sha256=82aa1ca1d7701b2221c442d58f912be59798258d574effcb866ffab22753cf38
6482023-12-08T15:23:53.664Z+ [[ 82aa1ca1d7701b2221c442d58f912be59798258d574effcb866ffab22753cf38 != \8\2\a\a\1\c\a\1\d\7\7\0\1\b\2\2\2\1\c\4\4\2\d\5\8\f\9\1\2\b\e\5\9\7\9\8\2\5\8\d\5\7\4\e\f\f\c\b\8\6\6\f\f\a\b\2\2\7\5\3\c\f\3\8 ]]
6492023-12-08T15:23:53.675Z+ do_untar out/downloads/mgd.tar.gz
6502023-12-08T15:23:53.676Z+ tar xzf out/downloads/mgd.tar.gz -C out/downloads
6512023-12-08T15:23:53.892Z+ do_assemble
6522023-12-08T15:23:53.892Z+ rm -r ./out/mgd
6532023-12-08T15:23:53.899Z+ mkdir ./out/mgd
6542023-12-08T15:23:53.903Z+ cp -r out/downloads/root ./out/mgd/root
6552023-12-08T15:23:54.080Z+ set -o errexit
6562023-12-08T15:23:54.084Z+++ dirname ./tools/ci_download_transceiver_control
6572023-12-08T15:23:54.084Z++ cd ./tools
6582023-12-08T15:23:54.084Z++ pwd
6592023-12-08T15:23:54.096Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
6602023-12-08T15:23:54.097Z++ basename ./tools/ci_download_transceiver_control
6612023-12-08T15:23:54.097Z+ ARG0=ci_download_transceiver_control
6622023-12-08T15:23:54.097Z+ source /work/oxidecomputer/omicron/tools/transceiver_control_version
6632023-12-08T15:23:54.097Z++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a
6642023-12-08T15:23:54.097Z++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
6652023-12-08T15:23:54.097Z+ TARGET_DIR=out
6662023-12-08T15:23:54.097Z+ DOWNLOAD_DIR=out/downloads
6672023-12-08T15:23:54.097Z+ DEST_DIR=./out/transceiver-control
6682023-12-08T15:23:54.097Z+ BIN_DIR=/opt/oxide/bin
6692023-12-08T15:23:54.097Z+ BINARY=xcvradm
6702023-12-08T15:23:54.097Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
6712023-12-08T15:23:54.097Z+ REPO=oxidecomputer/transceiver-control
6722023-12-08T15:23:54.097Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a
6732023-12-08T15:23:54.098Z+ main
6742023-12-08T15:23:54.098Z+ [[ 0 != 0 ]]
6752023-12-08T15:23:54.098Z+ CIDL_OS=solaris2.11
6762023-12-08T15:23:54.098Z+ [[ 0 != 0 ]]
6772023-12-08T15:23:54.098Z+ configure_os solaris2.11
6782023-12-08T15:23:54.098Z+ echo 'current directory: /work/oxidecomputer/omicron'
6792023-12-08T15:23:54.098Zcurrent directory: /work/oxidecomputer/omicron
6802023-12-08T15:23:54.098Z+ echo 'configuring based on OS: "solaris2.11"'
6812023-12-08T15:23:54.098Zconfiguring based on OS: "solaris2.11"
6822023-12-08T15:23:54.098Z+ case "$1" in
6832023-12-08T15:23:54.098Z+ SET_BINARIES=
6842023-12-08T15:23:54.098Z+ CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
6852023-12-08T15:23:54.098Z+ CIDL_SHA256FUNC=do_sha256sum
6862023-12-08T15:23:54.099Z+ ARCHIVE_FILENAME=xcvradm.gz
6872023-12-08T15:23:54.099Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz
6882023-12-08T15:23:54.099Z+ ARCHIVE_FILE=out/downloads/xcvradm.gz
6892023-12-08T15:23:54.099Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz'
6902023-12-08T15:23:54.099ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz
6912023-12-08T15:23:54.099Z+ echo 'Local file: out/downloads/xcvradm.gz'
6922023-12-08T15:23:54.099ZLocal file: out/downloads/xcvradm.gz
6932023-12-08T15:23:54.100Z+ mkdir -p out/downloads
6942023-12-08T15:23:54.542Z+ mkdir -p ./out/transceiver-control
6952023-12-08T15:23:54.543Z+ fetch_and_verify
6962023-12-08T15:23:54.543Z+ local DO_DOWNLOAD=true
6972023-12-08T15:23:54.543Z+ [[ -f out/downloads/xcvradm.gz ]]
6982023-12-08T15:23:54.543Z+ '[' true == true ']'
6992023-12-08T15:23:54.544Z+ echo Downloading...
7002023-12-08T15:23:54.544ZDownloading...
7012023-12-08T15:23:54.544Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz
7022023-12-08T15:23:54.544Z+ 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
7032023-12-08T15:23:58.850Z++ do_sha256sum out/downloads/xcvradm.gz
7042023-12-08T15:23:58.856Z++ sha256sum
7052023-12-08T15:23:58.856Z++ awk '{print $1}'
7062023-12-08T15:23:58.865Z+ calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
7072023-12-08T15:23:58.865Z+ [[ 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 ]]
7082023-12-08T15:23:58.871Z+ do_unpack out/downloads/xcvradm.gz
7092023-12-08T15:23:58.871Z+ mkdir -p out/downloads/root//opt/oxide/bin
7102023-12-08T15:23:58.871Z+ gzip -dc out/downloads/xcvradm.gz
7112023-12-08T15:23:59.043Z+ chmod +x out/downloads/root//opt/oxide/bin/xcvradm
7122023-12-08T15:23:59.050Z+ do_assemble
7132023-12-08T15:23:59.050Z+ rm -r ./out/transceiver-control
7142023-12-08T15:23:59.053Z+ mkdir ./out/transceiver-control
7152023-12-08T15:23:59.053Z+ cp -r out/downloads/root ./out/transceiver-control/root
7162023-12-08T15:23:59.263ZAll builder prerequisites installed successfully, and PATH looks valid
7172023-12-08T15:23:59.271Z
7182023-12-08T15:23:59.271Zreal 2:31.008499422
7192023-12-08T15:23:59.271Zuser 55.987735514
7202023-12-08T15:23:59.271Zsys 10.244229995
7212023-12-08T15:23:59.271Ztrap 0.024935257
7222023-12-08T15:23:59.271Ztflt 0.114971094
7232023-12-08T15:23:59.272Zdflt 0.629476747
7242023-12-08T15:23:59.272Zkflt 0.128916040
7252023-12-08T15:23:59.272Zlock 1.531349925
7262023-12-08T15:23:59.272Zslp 4:55.758969616
7272023-12-08T15:23:59.272Zlat 3.494451037
7282023-12-08T15:23:59.273Zstop 0.063816108
7292023-12-08T15:23:59.273Z
7302023-12-08T15:23:59.274Z #### # # ##### ##### # #
7312023-12-08T15:23:59.274Z # # # # # # # # # #
7322023-12-08T15:23:59.274Z # # # # # # # #
7332023-12-08T15:23:59.274Z # # # ##### ##### #
7342023-12-08T15:23:59.274Z # # # # # # #
7352023-12-08T15:23:59.274Z #### ###### # # # #
7362023-12-08T15:23:59.274Z
7372023-12-08T15:23:59.690Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
7382023-12-08T15:23:59.994Z Updating crates.io index
7392023-12-08T15:24:00.051Z Updating git repository `https://github.com/oxidecomputer/dropshot`
7402023-12-08T15:24:00.761Z Updating git repository `https://github.com/oxidecomputer/progenitor`
7412023-12-08T15:24:02.432Z Updating git repository `http://github.com/oxidecomputer/serde_human_bytes`
7422023-12-08T15:24:03.075Z Updating git repository `http://github.com/oxidecomputer/tofino`
7432023-12-08T15:24:03.383Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
7442023-12-08T15:24:03.693Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
7452023-12-08T15:24:04.038Z Updating git repository `https://github.com/oxidecomputer/propolis`
7462023-12-08T15:24:04.927Z Updating git repository `https://github.com/oxidecomputer/crucible`
7472023-12-08T15:24:07.313Z Updating git repository `https://github.com/oxidecomputer/opte`
7482023-12-08T15:24:08.347Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
7492023-12-08T15:24:08.691Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
7502023-12-08T15:24:09.273Z Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel`
7512023-12-08T15:24:09.681Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
7522023-12-08T15:24:10.060Z Updating git repository `http://github.com/oxidecomputer/sprockets`
7532023-12-08T15:24:10.447Z Updating git repository `https://github.com/oxidecomputer/diesel-dtrace`
7542023-12-08T15:24:10.787Z Updating git repository `https://github.com/njaremko/samael`
7552023-12-08T15:24:11.382Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
7562023-12-08T15:24:11.972Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
7572023-12-08T15:24:12.423Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
7582023-12-08T15:24:12.818Z Updating git repository `https://github.com/jgallagher/nix`
7592023-12-08T15:24:14.228Z Updating git repository `https://github.com/cbiffle/hubpack`
7602023-12-08T15:24:14.619Z Updating git repository `https://github.com/oxidecomputer/typify`
7612023-12-08T15:24:15.590Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
7622023-12-08T15:24:15.964Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
7632023-12-08T15:24:16.276Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
7642023-12-08T15:24:17.723Z Downloading crates ...
7652023-12-08T15:24:17.905Z Downloaded anstyle-query v1.0.0
7662023-12-08T15:24:17.915Z Downloaded serde v1.0.192
7672023-12-08T15:24:17.920Z Downloaded serde_derive v1.0.192
7682023-12-08T15:24:17.925Z Downloaded colorchoice v1.0.0
7692023-12-08T15:24:17.929Z Downloaded equivalent v1.0.1
7702023-12-08T15:24:17.929Z Downloaded anstream v0.5.0
7712023-12-08T15:24:17.933Z Downloaded clap_lex v0.5.1
7722023-12-08T15:24:17.936Z Downloaded bitflags v1.3.2
7732023-12-08T15:24:17.939Z Downloaded itoa v1.0.9
7742023-12-08T15:24:17.943Z Downloaded serde_spanned v0.6.4
7752023-12-08T15:24:17.946Z Downloaded utf8parse v0.2.1
7762023-12-08T15:24:17.946Z Downloaded strsim v0.10.0
7772023-12-08T15:24:17.949Z Downloaded anstyle v1.0.2
7782023-12-08T15:24:17.956Z Downloaded cargo-platform v0.1.3
7792023-12-08T15:24:17.956Z Downloaded heck v0.4.1
7802023-12-08T15:24:17.959Z Downloaded cargo_toml v0.17.0
7812023-12-08T15:24:17.959Z Downloaded terminal_size v0.2.6
7822023-12-08T15:24:17.959Z Downloaded toml_datetime v0.6.5
7832023-12-08T15:24:17.963Z Downloaded cargo_metadata v0.18.0
7842023-12-08T15:24:17.963Z Downloaded anstyle-parse v0.2.1
7852023-12-08T15:24:17.966Z Downloaded errno v0.3.2
7862023-12-08T15:24:17.970Z Downloaded semver v1.0.20
7872023-12-08T15:24:17.974Z Downloaded thiserror v1.0.49
7882023-12-08T15:24:17.985Z Downloaded clap_derive v4.4.2
7892023-12-08T15:24:18.007Z Downloaded unicode-ident v1.0.12
7902023-12-08T15:24:18.009Z Downloaded io-lifetimes v1.0.11
7912023-12-08T15:24:18.009Z Downloaded ryu v1.0.15
7922023-12-08T15:24:18.023Z Downloaded proc-macro2 v1.0.69
7932023-12-08T15:24:18.023Z Downloaded anyhow v1.0.75
7942023-12-08T15:24:18.023Z Downloaded indexmap v2.1.0
7952023-12-08T15:24:18.023Z Downloaded memchr v2.6.3
7962023-12-08T15:24:18.030Z Downloaded toml_edit v0.21.0
7972023-12-08T15:24:18.059Z Downloaded hashbrown v0.14.2
7982023-12-08T15:24:18.067Z Downloaded serde_json v1.0.108
7992023-12-08T15:24:18.081Z Downloaded rustix v0.37.23
8002023-12-08T15:24:18.114Z Downloaded winnow v0.5.15
8012023-12-08T15:24:18.128Z Downloaded libc v0.2.150
8022023-12-08T15:24:18.175Z Downloaded syn v2.0.32
8032023-12-08T15:24:18.192Z Downloaded clap_builder v4.4.2
8042023-12-08T15:24:18.203Z Downloaded camino v1.1.6
8052023-12-08T15:24:18.206Z Downloaded quote v1.0.33
8062023-12-08T15:24:18.210Z Downloaded clap v4.4.3
8072023-12-08T15:24:18.227Z Downloaded toml v0.8.8
8082023-12-08T15:24:18.231Z Downloaded thiserror-impl v1.0.49
8092023-12-08T15:24:18.342Z Compiling proc-macro2 v1.0.69
8102023-12-08T15:24:18.342Z Compiling unicode-ident v1.0.12
8112023-12-08T15:24:18.345Z Compiling serde v1.0.192
8122023-12-08T15:24:18.345Z Compiling libc v0.2.150
8132023-12-08T15:24:18.345Z Compiling io-lifetimes v1.0.11
8142023-12-08T15:24:18.356Z Compiling rustix v0.37.23
8152023-12-08T15:24:18.359Z Compiling equivalent v1.0.1
8162023-12-08T15:24:18.360Z Compiling utf8parse v0.2.1
8172023-12-08T15:24:18.615Z Compiling bitflags v1.3.2
8182023-12-08T15:24:18.661Z Compiling hashbrown v0.14.2
8192023-12-08T15:24:18.678Z Compiling anstyle-parse v0.2.1
8202023-12-08T15:24:18.721Z Compiling anstyle-query v1.0.0
8212023-12-08T15:24:18.903Z Compiling anstyle v1.0.2
8222023-12-08T15:24:19.123Z Compiling camino v1.1.6
8232023-12-08T15:24:19.394Z Compiling semver v1.0.20
8242023-12-08T15:24:20.158Z Compiling indexmap v2.1.0
8252023-12-08T15:24:20.627Z Compiling thiserror v1.0.49
8262023-12-08T15:24:20.630Z Compiling colorchoice v1.0.0
8272023-12-08T15:24:20.722Z Compiling serde_json v1.0.108
8282023-12-08T15:24:20.766Z Compiling winnow v0.5.15
8292023-12-08T15:24:20.883Z Compiling anstream v0.5.0
8302023-12-08T15:24:21.169Z Compiling heck v0.4.1
8312023-12-08T15:24:21.219Z Compiling strsim v0.10.0
8322023-12-08T15:24:21.613Z Compiling itoa v1.0.9
8332023-12-08T15:24:21.890Z Compiling clap_lex v0.5.1
8342023-12-08T15:24:21.911Z Compiling ryu v1.0.15
8352023-12-08T15:24:21.930Z Compiling anyhow v1.0.75
8362023-12-08T15:24:21.946Z Compiling quote v1.0.33
8372023-12-08T15:24:22.485Z Compiling syn v2.0.32
8382023-12-08T15:24:22.729Z Compiling errno v0.3.2
8392023-12-08T15:24:24.154Z Compiling terminal_size v0.2.6
8402023-12-08T15:24:24.293Z Compiling clap_builder v4.4.2
8412023-12-08T15:24:30.321Z Compiling serde_derive v1.0.192
8422023-12-08T15:24:30.325Z Compiling thiserror-impl v1.0.49
8432023-12-08T15:24:30.325Z Compiling clap_derive v4.4.2
8442023-12-08T15:24:34.830Z Compiling clap v4.4.3
8452023-12-08T15:24:43.134Z Compiling serde_spanned v0.6.4
8462023-12-08T15:24:43.140Z Compiling toml_datetime v0.6.5
8472023-12-08T15:24:43.140Z Compiling cargo-platform v0.1.3
8482023-12-08T15:24:43.488Z Compiling toml_edit v0.21.0
8492023-12-08T15:24:45.082Z Compiling cargo_metadata v0.18.0
8502023-12-08T15:24:46.609Z Compiling toml v0.8.8
8512023-12-08T15:24:47.774Z Compiling cargo_toml v0.17.0
8522023-12-08T15:24:53.516Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
8532023-12-08T15:24:54.822Z Finished dev [unoptimized + debuginfo] target(s) in 55.47s
8542023-12-08T15:24:55.029Z Running `target/debug/xtask clippy`
8552023-12-08T15:24:55.082Zrunning: "/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/cargo" "clippy" "--all-targets" "--" "--deny" "warnings" "--allow" "clippy::style"
8562023-12-08T15:24:55.884Z Downloading crates ...
8572023-12-08T15:24:56.136Z Downloaded ipnetwork v0.20.0
8582023-12-08T15:24:56.163Z Downloaded openssl-probe v0.1.5
8592023-12-08T15:24:56.168Z Downloaded packed_struct_codegen v0.10.1
8602023-12-08T15:24:56.175Z Downloaded newline-converter v0.3.0
8612023-12-08T15:24:56.180Z Downloaded num_enum v0.5.11
8622023-12-08T15:24:56.189Z Downloaded nodrop v0.1.14
8632023-12-08T15:24:56.194Z Downloaded inout v0.1.3
8642023-12-08T15:24:56.202Z Downloaded byteorder v1.5.0
8652023-12-08T15:24:56.207Z Downloaded multer v2.1.0
8662023-12-08T15:24:56.217Z Downloaded normalize-line-endings v0.3.0
8672023-12-08T15:24:56.221Z Downloaded crucible-workspace-hack v0.1.0
8682023-12-08T15:24:56.225Z Downloaded ident_case v1.0.1
8692023-12-08T15:24:56.229Z Downloaded matches v0.1.10
8702023-12-08T15:24:56.233Z Downloaded opaque-debug v0.3.0
8712023-12-08T15:24:56.236Z Downloaded atty v0.2.14
8722023-12-08T15:24:56.240Z Downloaded ciborium-io v0.2.1
8732023-12-08T15:24:56.243Z Downloaded maybe-uninit v2.0.0
8742023-12-08T15:24:56.246Z Downloaded memoffset v0.7.1
8752023-12-08T15:24:56.249Z Downloaded newtype_derive v0.1.6
8762023-12-08T15:24:56.254Z Downloaded indoc v1.0.9
8772023-12-08T15:24:56.263Z Downloaded nanorand v0.7.0
8782023-12-08T15:24:56.274Z Downloaded semver-parser v0.10.2
8792023-12-08T15:24:56.277Z Downloaded crc v3.0.1
8802023-12-08T15:24:56.281Z Downloaded crossbeam-queue v0.3.8
8812023-12-08T15:24:56.290Z Downloaded crossbeam v0.8.2
8822023-12-08T15:24:56.294Z Downloaded bytecount v0.6.3
8832023-12-08T15:24:56.299Z Downloaded oso-derive v0.27.0
8842023-12-08T15:24:56.302Z Downloaded tower-service v0.3.2
8852023-12-08T15:24:56.302Z Downloaded cstr-argument v0.1.2
8862023-12-08T15:24:56.305Z Downloaded lock_api v0.4.10
8872023-12-08T15:24:56.308Z Downloaded backoff v0.4.0
8882023-12-08T15:24:56.313Z Downloaded serde-hex v0.1.0
8892023-12-08T15:24:56.317Z Downloaded ciborium v0.2.1
8902023-12-08T15:24:56.323Z Downloaded tinyvec_macros v0.1.1
8912023-12-08T15:24:56.326Z Downloaded foreign-types-macros v0.2.3
8922023-12-08T15:24:56.329Z Downloaded assert_cmd v2.0.12
8932023-12-08T15:24:56.332Z Downloaded async-trait v0.1.74
8942023-12-08T15:24:56.341Z Downloaded num-complex v0.4.4
8952023-12-08T15:24:56.346Z Downloaded indoc v2.0.3
8962023-12-08T15:24:56.354Z Downloaded bcs v0.1.6
8972023-12-08T15:24:56.361Z Downloaded adler v1.0.2
8982023-12-08T15:24:56.365Z Downloaded array-init v0.0.4
8992023-12-08T15:24:56.368Z Downloaded serde_plain v1.0.2
9002023-12-08T15:24:56.371Z Downloaded packed_struct v0.10.1
9012023-12-08T15:24:56.375Z Downloaded olpc-cjson v0.1.3
9022023-12-08T15:24:56.378Z Downloaded foreign-types v0.5.0
9032023-12-08T15:24:56.378Z Downloaded time-core v0.1.1
9042023-12-08T15:24:56.381Z Downloaded mockall_derive v0.11.4
9052023-12-08T15:24:56.385Z Downloaded nibble_vec v0.1.0
9062023-12-08T15:24:56.388Z Downloaded crc32fast v1.3.2
9072023-12-08T15:24:56.391Z Downloaded hubpack_derive v0.1.1
9082023-12-08T15:24:56.395Z Downloaded precomputed-hash v0.1.1
9092023-12-08T15:24:56.395Z Downloaded futures-sink v0.3.29
9102023-12-08T15:24:56.398Z Downloaded dirs-next v2.0.0
9112023-12-08T15:24:56.399Z Downloaded which v4.4.0
9122023-12-08T15:24:56.408Z Downloaded futures-task v0.3.29
9132023-12-08T15:24:56.829Z Downloaded zone_cfg_derive v0.3.0
9142023-12-08T15:24:56.829Z Downloaded foreign-types-shared v0.3.1
9152023-12-08T15:24:56.830Z Downloaded spin v0.9.8
9162023-12-08T15:24:56.830Z Downloaded deranged v0.3.8
9172023-12-08T15:24:57.243Z Downloaded dof v0.1.5
9182023-12-08T15:24:57.244Z Downloaded ansi_term v0.12.1
9192023-12-08T15:24:57.245Z Downloaded indexmap v1.9.3
9202023-12-08T15:24:57.245Z Downloaded rpassword v7.3.1
9212023-12-08T15:24:57.245Z Downloaded spki v0.7.2
9222023-12-08T15:24:57.245Z Downloaded utf-8 v0.7.6
9232023-12-08T15:24:57.245Z Downloaded serde_tokenstream v0.2.0
9242023-12-08T15:24:57.245Z Downloaded darling v0.14.4
9252023-12-08T15:24:57.245Z Downloaded fixedbitset v0.4.2
9262023-12-08T15:24:57.245Z Downloaded fnv v1.0.7
9272023-12-08T15:24:57.245Z Downloaded tinytemplate v1.2.1
9282023-12-08T15:24:57.245Z Downloaded http-body v0.4.5
9292023-12-08T15:24:57.245Z Downloaded usdt-attr-macro v0.3.5
9302023-12-08T15:24:57.245Z Downloaded rand_chacha v0.3.1
9312023-12-08T15:24:57.245Z Downloaded highway v1.1.0
9322023-12-08T15:24:57.245Z Downloaded xattr v1.0.1
9332023-12-08T15:24:57.245Z Downloaded darling_macro v0.20.3
9342023-12-08T15:24:57.245Z Downloaded foreign-types-shared v0.1.1
9352023-12-08T15:24:57.246Z Downloaded diesel_table_macro_syntax v0.1.0
9362023-12-08T15:24:57.246Z Downloaded termtree v0.4.1
9372023-12-08T15:24:57.246Z Downloaded backtrace v0.3.69
9382023-12-08T15:24:57.246Z Downloaded parking_lot_core v0.9.8
9392023-12-08T15:24:57.246Z Downloaded openssl-sys v0.9.96
9402023-12-08T15:24:57.246Z Downloaded shlex v1.1.0
9412023-12-08T15:24:57.246Z Downloaded crossbeam-utils v0.8.16
9422023-12-08T15:24:57.246Z Downloaded fd-lock v3.0.13
9432023-12-08T15:24:57.246Z Downloaded path-slash v0.1.5
9442023-12-08T15:24:57.246Z Downloaded zone v0.3.0
9452023-12-08T15:24:57.246Z Downloaded futures-timer v3.0.2
9462023-12-08T15:24:57.246Z Downloaded wait-timeout v0.2.0
9472023-12-08T15:24:57.247Z Downloaded tokio-macros v2.2.0
9482023-12-08T15:24:57.247Z Downloaded globset v0.4.13
9492023-12-08T15:24:57.247Z Downloaded ref-cast v1.0.20
9502023-12-08T15:24:57.247Z Downloaded radium v0.7.0
9512023-12-08T15:24:57.247Z Downloaded serde-big-array v0.4.1
9522023-12-08T15:24:57.247Z Downloaded parse-display v0.8.2
9532023-12-08T15:24:57.247Z Downloaded synstructure v0.12.6
9542023-12-08T15:24:57.247Z Downloaded enum-as-inner v0.5.1
9552023-12-08T15:24:57.247Z Downloaded http-range v0.1.5
9562023-12-08T15:24:57.247Z Downloaded futures-io v0.3.29
9572023-12-08T15:24:57.247Z Downloaded pest_generator v2.7.2
9582023-12-08T15:24:57.247Z Downloaded untrusted v0.7.1
9592023-12-08T15:24:57.247Z Downloaded half v1.8.2
9602023-12-08T15:24:57.248Z Downloaded getopts v0.2.21
9612023-12-08T15:24:57.248Z Downloaded take_mut v0.2.2
9622023-12-08T15:24:57.248Z Downloaded snafu v0.7.5
9632023-12-08T15:24:57.248Z Downloaded vte_generate_state_changes v0.1.1
9642023-12-08T15:24:57.248Z Downloaded strum v0.25.0
9652023-12-08T15:24:57.248Z Downloaded getrandom v0.2.10
9662023-12-08T15:24:57.248Z Downloaded pin-utils v0.1.0
9672023-12-08T15:24:57.248Z Downloaded tokio-rustls v0.24.1
9682023-12-08T15:24:57.248Z Downloaded unicode-linebreak v0.1.5
9692023-12-08T15:24:57.248Z Downloaded fxhash v0.2.1
9702023-12-08T15:24:57.248Z Downloaded pkcs1 v0.7.5
9712023-12-08T15:24:57.248Z Downloaded serde_yaml v0.9.25
9722023-12-08T15:24:57.248Z Downloaded tempfile v3.8.1
9732023-12-08T15:24:57.248Z Downloaded vte v0.11.1
9742023-12-08T15:24:57.248Z Downloaded thread_local v1.1.7
9752023-12-08T15:24:57.249Z Downloaded signature v2.1.0
9762023-12-08T15:24:57.250Z Downloaded toml v0.5.11
9772023-12-08T15:24:57.250Z Downloaded strum_macros v0.24.3
9782023-12-08T15:24:57.250Z Downloaded partial-io v0.5.4
9792023-12-08T15:24:57.250Z Downloaded futures-macro v0.3.29
9802023-12-08T15:24:57.250Z Downloaded derive_more v0.99.17
9812023-12-08T15:24:57.250Z Downloaded rustc_version v0.4.0
9822023-12-08T15:24:57.250Z Downloaded resolv-conf v0.7.0
9832023-12-08T15:24:57.250Z Downloaded downcast v0.11.0
9842023-12-08T15:24:57.250Z Downloaded dtrace-parser v0.1.14
9852023-12-08T15:24:57.250Z Downloaded endian-type v0.1.2
9862023-12-08T15:24:57.250Z Downloaded httparse v1.8.0
9872023-12-08T15:24:57.251Z Downloaded flagset v0.4.3
9882023-12-08T15:24:57.251Z Downloaded try-lock v0.2.4
9892023-12-08T15:24:57.251Z Downloaded zip v0.6.6
9902023-12-08T15:24:57.251Z Downloaded termcolor v1.2.0
9912023-12-08T15:24:57.251Z Downloaded postcard-cobs v0.1.5-pre
9922023-12-08T15:24:57.251Z Downloaded signal-hook-registry v1.4.1
9932023-12-08T15:24:57.251Z Downloaded ron v0.8.1
9942023-12-08T15:24:57.251Z Downloaded darling_macro v0.14.4
9952023-12-08T15:24:57.251Z Downloaded signature v1.6.4
9962023-12-08T15:24:57.251Z Downloaded tap v1.0.1
9972023-12-08T15:24:57.251Z Downloaded derive_builder v0.12.0
9982023-12-08T15:24:57.251Z Downloaded either v1.9.0
9992023-12-08T15:24:57.251Z Downloaded ed25519 v1.5.3
10002023-12-08T15:24:57.251Z Downloaded digest v0.10.7
10012023-12-08T15:24:57.251Z Downloaded strsim v0.8.0
10022023-12-08T15:24:57.251Z Downloaded crossterm v0.27.0
10032023-12-08T15:24:57.252Z Downloaded plotters-backend v0.3.5
10042023-12-08T15:24:57.252Z Downloaded tabled_derive v0.6.0
10052023-12-08T15:24:57.252Z Downloaded data-encoding v2.4.0
10062023-12-08T15:24:57.252Z Downloaded hostname v0.3.1
10072023-12-08T15:24:57.252Z Downloaded hex v0.4.3
10082023-12-08T15:24:57.252Z Downloaded platforms v3.0.2
10092023-12-08T15:24:57.252Z Downloaded serial_test_derive v0.10.0
10102023-12-08T15:24:57.252Z Downloaded subtle v2.5.0
10112023-12-08T15:24:57.252Z Downloaded semver v0.1.20
10122023-12-08T15:24:57.252Z Downloaded generic-array v0.14.7
10132023-12-08T15:24:57.253Z Downloaded postgres-protocol v0.6.6
10142023-12-08T15:24:57.253Z Downloaded foreign-types v0.3.2
10152023-12-08T15:24:57.253Z Downloaded zerocopy v0.3.0
10162023-12-08T15:24:57.253Z Downloaded parking_lot_core v0.8.6
10172023-12-08T15:24:57.257Z Downloaded unicode-bidi v0.3.13
10182023-12-08T15:24:57.257Z Downloaded stable_deref_trait v1.2.0
10192023-12-08T15:24:57.257Z Downloaded debug-ignore v1.0.5
10202023-12-08T15:24:57.257Z Downloaded serial_test v0.10.0
10212023-12-08T15:24:57.257Z Downloaded proc-macro-error v1.0.4
10222023-12-08T15:24:57.257Z Downloaded serde_derive_internals v0.26.0
10232023-12-08T15:24:57.257Z Downloaded structopt-derive v0.4.18
10242023-12-08T15:24:57.257Z Downloaded serde_repr v0.1.16
10252023-12-08T15:24:57.258Z Downloaded ppv-lite86 v0.2.17
10262023-12-08T15:24:57.258Z Downloaded humantime v2.1.0
10272023-12-08T15:24:57.258Z Downloaded semver v0.11.0
10282023-12-08T15:24:57.258Z Downloaded pest_meta v2.7.2
10292023-12-08T15:24:57.258Z Downloaded termios v0.3.3
10302023-12-08T15:24:57.258Z Downloaded proc-macro-error-attr v1.0.4
10312023-12-08T15:24:57.260Z Downloaded topological-sort v0.2.2
10322023-12-08T15:24:57.260Z Downloaded slab v0.4.9
10332023-12-08T15:24:57.261Z Downloaded rstest v0.18.2
10342023-12-08T15:24:57.261Z Downloaded serde_urlencoded v0.7.1
10352023-12-08T15:24:57.261Z Downloaded serde_tokenstream v0.1.7
10362023-12-08T15:24:57.261Z Downloaded tokio-postgres v0.7.10
10372023-12-08T15:24:57.261Z Downloaded sha1 v0.10.6
10382023-12-08T15:24:57.261Z Downloaded itertools v0.10.5
10392023-12-08T15:24:57.261Z Downloaded scopeguard v1.2.0
10402023-12-08T15:24:57.261Z Downloaded rustc-demangle v0.1.23
10412023-12-08T15:24:57.261Z Downloaded tungstenite v0.20.1
10422023-12-08T15:24:57.261Z Downloaded rustc_version v0.1.7
10432023-12-08T15:24:57.261Z Downloaded url v2.5.0
10442023-12-08T15:24:57.261Z Downloaded rustls-pemfile v1.0.3
10452023-12-08T15:24:57.261Z Downloaded flate2 v1.0.28
10462023-12-08T15:24:57.261Z Downloaded uuid v1.6.1
10472023-12-08T15:24:57.261Z Downloaded tokio-tungstenite v0.20.1
10482023-12-08T15:24:57.261Z Downloaded rayon-core v1.12.0
10492023-12-08T15:24:57.261Z Downloaded reedline v0.26.0
10502023-12-08T15:24:57.261Z Downloaded elliptic-curve v0.13.5
10512023-12-08T15:24:57.262Z Downloaded yasna v0.5.2
10522023-12-08T15:24:57.262Z Downloaded hashbrown v0.12.3
10532023-12-08T15:24:57.262Z Downloaded prettyplease v0.2.12
10542023-12-08T15:24:57.262Z Downloaded zerocopy v0.6.4
10552023-12-08T15:24:57.262Z Downloaded pest v2.7.2
10562023-12-08T15:24:57.262Z Downloaded darling_core v0.20.3
10572023-12-08T15:24:57.262Z Downloaded bindgen v0.65.1
10582023-12-08T15:24:57.262Z Downloaded toml_edit v0.19.15
10592023-12-08T15:24:57.262Z Downloaded hashbrown v0.13.2
10602023-12-08T15:24:57.262Z Downloaded tokio-util v0.7.10
10612023-12-08T15:24:57.262Z Downloaded headers v0.3.9
10622023-12-08T15:24:57.262Z Downloaded regex-automata v0.1.10
10632023-12-08T15:24:57.262Z Downloaded plotters v0.3.5
10642023-12-08T15:24:57.262Z Downloaded serde_with v2.3.3
10652023-12-08T15:24:57.262Z Downloaded h2 v0.3.21
10662023-12-08T15:24:57.262Z Downloaded hkdf v0.12.3
10672023-12-08T15:24:57.263Z Downloaded bstr v0.2.17
10682023-12-08T15:24:57.263Z Downloaded radix_trie v0.2.1
10692023-12-08T15:24:57.264Z Downloaded futures-util v0.3.29
10702023-12-08T15:24:57.264Z Downloaded reqwest v0.11.22
10712023-12-08T15:24:57.264Z Downloaded unicode-normalization v0.1.22
10722023-12-08T15:24:57.264Z Downloaded polar-core v0.27.0
10732023-12-08T15:24:57.264Z Downloaded bitvec v1.0.1
10742023-12-08T15:24:57.264Z Downloaded trust-dns-proto v0.22.0
10752023-12-08T15:24:57.264Z Downloaded rayon v1.8.0
10762023-12-08T15:24:57.269Z Downloaded object v0.30.4
10772023-12-08T15:24:57.279Z Downloaded zerocopy-derive v0.6.4
10782023-12-08T15:24:57.300Z Downloaded rustls-webpki v0.101.7
10792023-12-08T15:24:57.326Z Downloaded tokio v1.34.0
10802023-12-08T15:24:57.395Z Downloaded proptest v1.4.0
10812023-12-08T15:24:57.409Z Downloaded regress v0.7.1
10822023-12-08T15:24:57.422Z Downloaded regex v1.10.2
10832023-12-08T15:24:57.445Z Downloaded regex-syntax v0.6.29
10842023-12-08T15:24:57.462Z Downloaded rustls v0.21.9
10852023-12-08T15:24:57.479Z Downloaded diesel v2.1.4
10862023-12-08T15:24:57.511Z Downloaded rustix v0.38.25
10872023-12-08T15:24:57.552Z Downloaded bstr v1.6.0
10882023-12-08T15:24:57.573Z Downloaded openapiv3 v2.0.0-rc.1
10892023-12-08T15:24:57.595Z Downloaded webpki-roots v0.25.2
10902023-12-08T15:24:57.628Z Downloaded gimli v0.28.0
10912023-12-08T15:24:57.631Z Downloaded sha3 v0.10.8
10922023-12-08T15:24:57.631Z Downloaded zerocopy-derive v0.2.0
10932023-12-08T15:24:57.651Z Downloaded sled v0.34.7
10942023-12-08T15:24:57.668Z Downloaded regex-automata v0.4.3
10952023-12-08T15:24:57.700Z Downloaded regex-automata v0.3.8
10962023-12-08T15:24:57.732Z Downloaded petgraph v0.6.4
10972023-12-08T15:24:57.756Z Downloaded idna v0.5.0
10982023-12-08T15:24:57.769Z Downloaded openssl v0.10.60
10992023-12-08T15:24:58.192Z Downloaded idna v0.2.3
11002023-12-08T15:24:58.196Z Downloaded bzip2-sys v0.1.11+1.0.8
11012023-12-08T15:24:58.196Z Downloaded smoltcp v0.9.1
11022023-12-08T15:24:58.196Z Downloaded regex-syntax v0.8.2
11032023-12-08T15:24:58.197Z Downloaded regex-syntax v0.7.5
11042023-12-08T15:24:58.197Z Downloaded quick-xml v0.23.1
11052023-12-08T15:24:58.197Z Downloaded syn v1.0.109
11062023-12-08T15:24:58.197Z Downloaded ratatui v0.23.0
11072023-12-08T15:24:58.197Z Downloaded encoding_rs v0.8.33
11082023-12-08T15:24:58.197Z Downloaded tabled v0.14.0
11092023-12-08T15:24:58.197Z Downloaded portable-atomic v1.4.3
11102023-12-08T15:24:58.198Z Downloaded smoltcp v0.8.2
11112023-12-08T15:24:58.198Z Downloaded clap v2.34.0
11122023-12-08T15:24:58.198Z Downloaded vcpkg v0.2.15
11132023-12-08T15:24:58.198Z Downloaded object v0.32.1
11142023-12-08T15:24:58.200Z Downloaded der v0.7.8
11152023-12-08T15:24:58.200Z Downloaded time v0.3.27
11162023-12-08T15:24:58.201Z Downloaded curve25519-dalek v4.1.0
11172023-12-08T15:24:58.201Z Downloaded tough v0.15.0
11182023-12-08T15:24:58.201Z Downloaded hyper v0.14.27
11192023-12-08T15:24:58.201Z Downloaded chrono v0.4.31
11202023-12-08T15:24:58.204Z Downloaded fatfs v0.3.6
11212023-12-08T15:24:58.209Z Downloaded steno v0.4.0
11222023-12-08T15:24:58.216Z Downloaded tracing v0.1.37
11232023-12-08T15:24:58.223Z Downloaded trust-dns-client v0.22.0
11242023-12-08T15:24:58.232Z Downloaded rand v0.8.5
11252023-12-08T15:24:58.241Z Downloaded heapless v0.7.16
11262023-12-08T15:24:58.246Z Downloaded unicode-segmentation v1.10.1
11272023-12-08T15:24:58.254Z Downloaded x509-cert v0.2.4
11282023-12-08T15:24:58.262Z Downloaded test-strategy v0.3.1
11292023-12-08T15:24:58.267Z Downloaded libxml v0.3.3
11302023-12-08T15:24:58.281Z Downloaded quick-error v1.2.3
11312023-12-08T15:24:58.285Z Downloaded ena v0.14.2
11322023-12-08T15:24:58.285Z Downloaded predicates v2.1.5
11332023-12-08T15:24:58.294Z Downloaded structmeta-derive v0.2.0
11342023-12-08T15:24:58.297Z Downloaded typenum v1.16.0
11352023-12-08T15:24:58.316Z Downloaded zeroize_derive v1.4.2
11362023-12-08T15:24:58.327Z Downloaded dyn-clone v1.0.13
11372023-12-08T15:24:58.327Z Downloaded rustfmt-wrapper v0.2.0
11382023-12-08T15:24:58.327Z Downloaded sha2 v0.10.8
11392023-12-08T15:24:58.327Z Downloaded unsafe-libyaml v0.2.9
11402023-12-08T15:24:58.328Z Downloaded expectorate v1.1.0
11412023-12-08T15:24:58.328Z Downloaded rsa v0.9.2
11422023-12-08T15:24:58.339Z Downloaded num-bigint-dig v0.8.4
11432023-12-08T15:24:58.360Z Downloaded hmac v0.12.1
11442023-12-08T15:24:58.360Z Downloaded rstest_macros v0.18.2
11452023-12-08T15:24:58.360Z Downloaded http v0.2.11
11462023-12-08T15:24:58.370Z Downloaded rand v0.4.6
11472023-12-08T15:24:58.370Z Downloaded zeroize v1.7.0
11482023-12-08T15:24:58.371Z Downloaded rust-argon2 v1.0.1
11492023-12-08T15:24:58.371Z Downloaded relative-path v1.9.0
11502023-12-08T15:24:58.371Z Downloaded pin-project-internal v1.1.3
11512023-12-08T15:24:58.376Z Downloaded diff v0.1.13
11522023-12-08T15:24:58.376Z Downloaded slog v2.7.0
11532023-12-08T15:24:58.380Z Downloaded futures v0.3.29
11542023-12-08T15:24:58.386Z Downloaded proc-macro-crate v1.3.1
11552023-12-08T15:24:58.389Z Downloaded rustc-hash v1.1.0
11562023-12-08T15:24:58.389Z Downloaded group v0.13.0
11572023-12-08T15:24:58.394Z Downloaded derive-where v1.2.6
11582023-12-08T15:24:58.397Z Downloaded itertools v0.11.0
11592023-12-08T15:24:58.409Z Downloaded nom v7.1.3
11602023-12-08T15:24:58.419Z Downloaded tar v0.4.40
11612023-12-08T15:24:58.424Z Downloaded dirs-sys-next v0.1.2
11622023-12-08T15:24:58.429Z Downloaded pkcs8 v0.10.2
11632023-12-08T15:24:58.429Z Downloaded fs-err v2.11.0
11642023-12-08T15:24:58.433Z Downloaded trust-dns-server v0.22.1
11652023-12-08T15:24:58.441Z Downloaded rusty-fork v0.3.0
11662023-12-08T15:24:58.445Z Downloaded ring v0.17.5
11672023-12-08T15:24:58.579Z Downloaded form_urlencoded v1.2.1
11682023-12-08T15:24:58.583Z Downloaded fastrand v2.0.0
11692023-12-08T15:24:58.583Z Downloaded postcard v0.7.3
11702023-12-08T15:24:58.586Z Downloaded signal-hook v0.3.17
11712023-12-08T15:24:58.590Z Downloaded rustls-native-certs v0.6.3
11722023-12-08T15:24:58.594Z Downloaded plotters-svg v0.3.5
11732023-12-08T15:24:58.597Z Downloaded string_cache v0.8.7
11742023-12-08T15:24:58.600Z Downloaded postgres-types v0.2.6
11752023-12-08T15:24:58.603Z Downloaded poly1305 v0.8.0
11762023-12-08T15:24:58.607Z Downloaded structopt v0.3.26
11772023-12-08T15:24:58.618Z Downloaded strip-ansi-escapes v0.2.0
11782023-12-08T15:24:58.621Z Downloaded pretty_assertions v1.4.0
11792023-12-08T15:24:58.624Z Downloaded crossbeam-channel v0.5.8
11802023-12-08T15:24:58.667Z Downloaded typed-path v0.6.0
11812023-12-08T15:24:58.672Z Downloaded ring v0.16.20
11822023-12-08T15:24:58.802Z Downloaded libm v0.2.7
11832023-12-08T15:24:58.817Z Downloaded home v0.5.5
11842023-12-08T15:24:58.821Z Downloaded static_assertions v1.1.0
11852023-12-08T15:24:58.824Z Downloaded rand_xorshift v0.3.0
11862023-12-08T15:24:58.825Z Downloaded strum_macros v0.25.2
11872023-12-08T15:24:58.828Z Downloaded pkg-config v0.3.27
11882023-12-08T15:24:58.828Z Downloaded derive_builder_core v0.12.0
11892023-12-08T15:24:58.833Z Downloaded aho-corasick v1.0.4
11902023-12-08T15:24:58.841Z Downloaded fragile v2.0.0
11912023-12-08T15:24:58.844Z Downloaded serde-big-array v0.5.1
11922023-12-08T15:24:58.847Z Downloaded lalrpop v0.19.12
11932023-12-08T15:24:58.866Z Downloaded hash32 v0.2.1
11942023-12-08T15:24:58.870Z Downloaded criterion v0.5.1
11952023-12-08T15:24:58.886Z Downloaded pin-project v1.1.3
11962023-12-08T15:24:58.903Z Downloaded trust-dns-resolver v0.22.0
11972023-12-08T15:24:58.910Z Downloaded pin-project-lite v0.2.13
11982023-12-08T15:24:58.914Z Downloaded flume v0.11.0
11992023-12-08T15:24:58.920Z Downloaded doc-comment v0.3.3
12002023-12-08T15:24:58.923Z Downloaded same-file v1.0.6
12012023-12-08T15:24:58.924Z Downloaded rustversion v1.0.14
12022023-12-08T15:24:58.927Z Downloaded subprocess v0.2.9
12032023-12-08T15:24:58.940Z Downloaded env_logger v0.10.0
12042023-12-08T15:24:58.946Z Downloaded futures-channel v0.3.29
12052023-12-08T15:24:58.946Z Downloaded siphasher v0.3.11
12062023-12-08T15:24:58.946Z Downloaded heck v0.3.3
12072023-12-08T15:24:58.946Z Downloaded diesel_derives v2.1.2
12082023-12-08T15:24:58.953Z Downloaded sct v0.7.0
12092023-12-08T15:24:58.957Z Downloaded salty v0.2.0
12102023-12-08T15:24:58.964Z Downloaded universal-hash v0.5.1
12112023-12-08T15:24:58.972Z Downloaded trybuild v1.0.85
12122023-12-08T15:24:58.977Z Downloaded phf v0.11.2
12132023-12-08T15:24:58.977Z Downloaded tokio-stream v0.1.14
12142023-12-08T15:24:58.986Z Downloaded mio v0.8.9
12152023-12-08T15:24:58.995Z Downloaded minimal-lexical v0.2.1
12162023-12-08T15:24:59.002Z Downloaded display-error-chain v0.2.0
12172023-12-08T15:24:59.007Z Downloaded funty v2.0.0
12182023-12-08T15:24:59.008Z Downloaded vsss-rs v3.3.1
12192023-12-08T15:24:59.014Z Downloaded dashmap v5.5.1
12202023-12-08T15:24:59.014Z Downloaded tracing-core v0.1.31
12212023-12-08T15:24:59.019Z Downloaded derive_builder_macro v0.12.0
12222023-12-08T15:24:59.019Z Downloaded pest_derive v2.7.2
12232023-12-08T15:24:59.028Z Downloaded tui-tree-widget v0.13.0
12242023-12-08T15:24:59.028Z Downloaded signal-hook-mio v0.2.3
12252023-12-08T15:24:59.032Z Downloaded structmeta v0.2.0
12262023-12-08T15:24:59.032Z Downloaded fallible-iterator v0.2.0
12272023-12-08T15:24:59.032Z Downloaded phf_shared v0.11.2
12282023-12-08T15:24:59.032Z Downloaded rcgen v0.11.3
12292023-12-08T15:24:59.036Z Downloaded slog-dtrace v0.2.3
12302023-12-08T15:24:59.036Z Downloaded remove_dir_all v0.5.3
12312023-12-08T15:24:59.039Z Downloaded textwrap v0.11.0
12322023-12-08T15:24:59.039Z Downloaded ref-cast-impl v1.0.20
12332023-12-08T15:24:59.042Z Downloaded percent-encoding v2.3.1
12342023-12-08T15:24:59.043Z Downloaded pem v1.1.1
12352023-12-08T15:24:59.046Z Downloaded scheduled-thread-pool v0.2.7
12362023-12-08T15:24:59.046Z Downloaded unicode-xid v0.2.4
12372023-12-08T15:24:59.049Z Downloaded float-cmp v0.9.0
12382023-12-08T15:24:59.052Z Downloaded usdt-impl v0.3.5
12392023-12-08T15:24:59.052Z Downloaded rand_core v0.6.4
12402023-12-08T15:24:59.055Z Downloaded ucd-trie v0.1.6
12412023-12-08T15:24:59.058Z Downloaded stringprep v0.1.3
12422023-12-08T15:24:59.062Z Downloaded term v0.7.0
12432023-12-08T15:24:59.068Z Downloaded futures-executor v0.3.29
12442023-12-08T15:24:59.072Z Downloaded unicase v2.7.0
12452023-12-08T15:24:59.073Z Downloaded threadpool v1.8.1
12462023-12-08T15:24:59.073Z Downloaded bytes v1.5.0
12472023-12-08T15:24:59.077Z Downloaded swrite v0.1.0
12482023-12-08T15:24:59.080Z Downloaded datatest-stable v0.2.3
12492023-12-08T15:24:59.083Z Downloaded tempdir v0.3.7
12502023-12-08T15:24:59.083Z Downloaded rtoolbox v0.0.1
12512023-12-08T15:24:59.087Z Downloaded predicates-tree v1.0.9
12522023-12-08T15:24:59.087Z Downloaded futures-core v0.3.29
12532023-12-08T15:24:59.092Z Downloaded tinyvec v1.6.0
12542023-12-08T15:24:59.095Z Downloaded schemars v0.8.13
12552023-12-08T15:24:59.112Z Downloaded supports-color v2.1.0
12562023-12-08T15:24:59.116Z Downloaded parse-display-derive v0.8.2
12572023-12-08T15:24:59.119Z Downloaded httptest v0.15.5
12582023-12-08T15:24:59.122Z Downloaded yansi v0.5.1
12592023-12-08T15:24:59.122Z Downloaded cc v1.0.83
12602023-12-08T15:24:59.126Z Downloaded indicatif v0.17.7
12612023-12-08T15:24:59.147Z Downloaded chacha20poly1305 v0.10.1
12622023-12-08T15:24:59.153Z Downloaded base64 v0.13.1
12632023-12-08T15:24:59.153Z Downloaded base64 v0.21.5
12642023-12-08T15:24:59.153Z Downloaded textwrap v0.16.0
12652023-12-08T15:24:59.153Z Downloaded glob v0.3.1
12662023-12-08T15:24:59.157Z Downloaded walkdir v2.4.0
12672023-12-08T15:24:59.158Z Downloaded tracing-attributes v0.1.26
12682023-12-08T15:24:59.161Z Downloaded toml v0.7.8
12692023-12-08T15:24:59.165Z Downloaded socket2 v0.4.9
12702023-12-08T15:24:59.168Z Downloaded socket2 v0.5.5
12712023-12-08T15:24:59.172Z Downloaded thread-id v4.2.0
12722023-12-08T15:24:59.175Z Downloaded r2d2 v0.8.10
12732023-12-08T15:24:59.178Z Downloaded pem-rfc7468 v0.7.0
12742023-12-08T15:24:59.181Z Downloaded unarray v0.1.4
12752023-12-08T15:24:59.181Z Downloaded pretty-hex v0.2.1
12762023-12-08T15:24:59.184Z Downloaded predicates-core v1.0.6
12772023-12-08T15:24:59.184Z Downloaded predicates v3.0.4
12782023-12-08T15:24:59.188Z Downloaded difflib v0.4.0
12792023-12-08T15:24:59.191Z Downloaded vec_map v0.8.2
12802023-12-08T15:24:59.191Z Downloaded der_derive v0.7.2
12812023-12-08T15:24:59.194Z Downloaded darling_core v0.14.4
12822023-12-08T15:24:59.201Z Downloaded hex-literal v0.4.1
12832023-12-08T15:24:59.205Z Downloaded serde_with_macros v2.3.3
12842023-12-08T15:24:59.208Z Downloaded unicode-width v0.1.11
12852023-12-08T15:24:59.211Z Downloaded crypto-bigint v0.5.2
12862023-12-08T15:24:59.219Z Downloaded wyz v0.5.1
12872023-12-08T15:24:59.223Z Downloaded whoami v1.4.1
12882023-12-08T15:24:59.227Z Downloaded ff v0.13.0
12892023-12-08T15:24:59.227Z Downloaded tokio-native-tls v0.3.1
12902023-12-08T15:24:59.235Z Downloaded oso v0.27.0
12912023-12-08T15:24:59.239Z Downloaded serde_path_to_error v0.1.14
12922023-12-08T15:24:59.239Z Downloaded ipnet v2.8.0
12932023-12-08T15:24:59.239Z Downloaded arc-swap v1.6.0
12942023-12-08T15:24:59.244Z Downloaded darling v0.20.3
12952023-12-08T15:24:59.250Z Downloaded iana-time-zone v0.1.57
12962023-12-08T15:24:59.253Z Downloaded time-macros v0.2.13
12972023-12-08T15:24:59.256Z Downloaded slog-bunyan v2.4.0
12982023-12-08T15:24:59.259Z Downloaded paste v1.0.14
12992023-12-08T15:24:59.263Z Downloaded phf_shared v0.10.0
13002023-12-08T15:24:59.266Z Downloaded want v0.3.1
13012023-12-08T15:24:59.266Z Downloaded waitgroup v0.1.2
13022023-12-08T15:24:59.271Z Downloaded cookie v0.18.0
13032023-12-08T15:24:59.275Z Downloaded password-hash v0.5.0
13042023-12-08T15:24:59.275Z Downloaded similar v2.2.1
13052023-12-08T15:24:59.282Z Downloaded addr2line v0.21.0
13062023-12-08T15:24:59.289Z Downloaded smallvec v1.11.0
13072023-12-08T15:24:59.292Z Downloaded papergrid v0.10.0
13082023-12-08T15:24:59.297Z Downloaded crossbeam-epoch v0.9.15
13092023-12-08T15:24:59.301Z Downloaded pem v3.0.2
13102023-12-08T15:24:59.305Z Downloaded hubpack v0.1.2
13112023-12-08T15:24:59.308Z Downloaded httpdate v1.0.3
13122023-12-08T15:24:59.308Z Downloaded smf v0.2.2
13132023-12-08T15:24:59.312Z Downloaded slog-term v2.9.0
13142023-12-08T15:24:59.315Z Downloaded headers-core v0.2.0
13152023-12-08T15:24:59.315Z Downloaded pretty-hex v0.4.0
13162023-12-08T15:24:59.318Z Downloaded snafu-derive v0.7.5
13172023-12-08T15:24:59.318Z Downloaded filetime v0.2.23
13182023-12-08T15:24:59.322Z Downloaded blake2b_simd v1.0.1
13192023-12-08T15:24:59.325Z Downloaded crc-any v2.4.3
13202023-12-08T15:24:59.329Z Downloaded const-oid v0.9.5
13212023-12-08T15:24:59.333Z Downloaded once_cell v1.18.0
13222023-12-08T15:24:59.336Z Downloaded num-bigint v0.4.4
13232023-12-08T15:24:59.342Z Downloaded usdt v0.3.5
13242023-12-08T15:24:59.346Z Downloaded untrusted v0.9.0
13252023-12-08T15:24:59.349Z Downloaded bzip2 v0.4.4
13262023-12-08T15:24:59.349Z Downloaded omicron-zone-package v0.9.1
13272023-12-08T15:24:59.357Z Downloaded cassowary v0.3.0
13282023-12-08T15:24:59.360Z Downloaded basic-toml v0.1.4
13292023-12-08T15:24:59.371Z Downloaded clang-sys v1.6.1
13302023-12-08T15:24:59.375Z Downloaded num-rational v0.4.1
13312023-12-08T15:24:59.379Z Downloaded num-integer v0.1.45
13322023-12-08T15:24:59.382Z Downloaded blake2 v0.10.6
13332023-12-08T15:24:59.385Z Downloaded version_check v0.9.4
13342023-12-08T15:24:59.389Z Downloaded num-traits v0.2.16
13352023-12-08T15:24:59.392Z Downloaded tiny-keccak v2.0.2
13362023-12-08T15:24:59.396Z Downloaded shell-words v1.1.0
13372023-12-08T15:24:59.396Z Downloaded libtest-mimic v0.6.1
13382023-12-08T15:24:59.399Z Downloaded libloading v0.7.4
13392023-12-08T15:24:59.403Z Downloaded bitflags v2.4.0
13402023-12-08T15:24:59.406Z Downloaded lru-cache v0.1.2
13412023-12-08T15:24:59.410Z Downloaded block-buffer v0.10.4
13422023-12-08T15:24:59.418Z Downloaded thiserror-impl-no-std v2.0.2
13432023-12-08T15:24:59.418Z Downloaded peeking_take_while v0.1.2
13442023-12-08T15:24:59.418Z Downloaded thiserror-no-std v2.0.2
13452023-12-08T15:24:59.421Z Downloaded slog-scope v4.4.0
13462023-12-08T15:24:59.422Z Downloaded crc-catalog v2.2.0
13472023-12-08T15:24:59.425Z Downloaded crypto-common v0.1.6
13482023-12-08T15:24:59.426Z Downloaded constant_time_eq v0.3.0
13492023-12-08T15:24:59.429Z Downloaded argon2 v0.5.2
13502023-12-08T15:24:59.429Z Downloaded linear-map v1.2.0
13512023-12-08T15:24:59.432Z Downloaded smawk v0.3.1
13522023-12-08T15:24:59.436Z Downloaded smallvec v0.6.14
13532023-12-08T15:24:59.436Z Downloaded slog-stdlog v4.1.1
13542023-12-08T15:24:59.439Z Downloaded slog-json v2.6.1
13552023-12-08T15:24:59.442Z Downloaded slog-envlogger v2.2.0
13562023-12-08T15:24:59.445Z Downloaded slog-async v2.8.0
13572023-12-08T15:24:59.445Z Downloaded mime_guess v2.0.4
13582023-12-08T15:24:59.449Z Downloaded toolchain_find v0.2.0
13592023-12-08T15:24:59.452Z Downloaded hyper-rustls v0.24.2
13602023-12-08T15:24:59.455Z Downloaded console v0.15.7
13612023-12-08T15:24:59.458Z Downloaded cancel-safe-futures v0.1.5
13622023-12-08T15:24:59.463Z Downloaded spin v0.5.2
13632023-12-08T15:24:59.467Z Downloaded anes v0.1.6
13642023-12-08T15:24:59.470Z Downloaded parking_lot v0.11.2
13652023-12-08T15:24:59.473Z Downloaded base64ct v1.6.0
13662023-12-08T15:24:59.477Z Downloaded camino-tempfile v1.1.1
13672023-12-08T15:24:59.480Z Downloaded similar-asserts v1.5.0
13682023-12-08T15:24:59.484Z Downloaded usdt-macro v0.3.5
13692023-12-08T15:24:59.491Z Downloaded schemars_derive v0.8.13
13702023-12-08T15:24:59.491Z Downloaded num_enum_derive v0.5.11
13712023-12-08T15:24:59.494Z Downloaded num-derive v0.4.0
13722023-12-08T15:24:59.494Z Downloaded oorandom v11.1.3
13732023-12-08T15:24:59.494Z Downloaded bitfield v0.14.0
13742023-12-08T15:24:59.498Z Downloaded atomic-waker v1.1.1
13752023-12-08T15:24:59.498Z Downloaded assert_matches v1.5.0
13762023-12-08T15:24:59.505Z Downloaded corncobs v0.1.3
13772023-12-08T15:24:59.505Z Downloaded cipher v0.4.4
13782023-12-08T15:24:59.506Z Downloaded macaddr v1.0.1
13792023-12-08T15:24:59.506Z Downloaded hyper-staticfile v0.9.5
13802023-12-08T15:24:59.509Z Downloaded crossbeam-deque v0.8.3
13812023-12-08T15:24:59.512Z Downloaded autocfg v1.1.0
13822023-12-08T15:24:59.516Z Downloaded bit-set v0.5.3
13832023-12-08T15:24:59.516Z Downloaded buf-list v1.0.3
13842023-12-08T15:24:59.520Z Downloaded secrecy v0.8.0
13852023-12-08T15:24:59.523Z Downloaded block-padding v0.3.3
13862023-12-08T15:24:59.523Z Downloaded mime v0.3.17
13872023-12-08T15:24:59.531Z Downloaded lazycell v1.3.0
13882023-12-08T15:24:59.531Z Downloaded bit-vec v0.6.3
13892023-12-08T15:24:59.534Z Downloaded cfg-if v1.0.0
13902023-12-08T15:24:59.534Z Downloaded base16ct v0.2.0
13912023-12-08T15:24:59.534Z Downloaded impl-trait-for-tuples v0.2.2
13922023-12-08T15:24:59.538Z Downloaded cpufeatures v0.2.9
13932023-12-08T15:24:59.538Z Downloaded convert_case v0.4.0
13942023-12-08T15:24:59.541Z Downloaded async-recursion v1.0.5
13952023-12-08T15:24:59.544Z Downloaded hyper-tls v0.5.0
13962023-12-08T15:24:59.544Z Downloaded lazy_static v1.4.0
13972023-12-08T15:24:59.547Z Downloaded ciborium-ll v0.2.1
13982023-12-08T15:24:59.547Z Downloaded chacha20 v0.9.1
13992023-12-08T15:24:59.551Z Downloaded arrayref v0.3.7
14002023-12-08T15:24:59.573Z Downloaded approx v0.5.1
14012023-12-08T15:24:59.579Z Downloaded cexpr v0.6.0
14022023-12-08T15:24:59.579Z Downloaded aead v0.5.2
14032023-12-08T15:24:59.579Z Downloaded mockall v0.11.4
14042023-12-08T15:24:59.579Z Downloaded ascii-canvas v3.0.0
14052023-12-08T15:24:59.579Z Downloaded num_cpus v1.16.0
14062023-12-08T15:24:59.579Z Downloaded signal-hook-tokio v0.3.1
14072023-12-08T15:24:59.579Z Downloaded num-iter v0.1.43
14082023-12-08T15:24:59.579Z Downloaded constant_time_eq v0.2.6
14092023-12-08T15:24:59.580Z Downloaded is-terminal v0.4.9
14102023-12-08T15:24:59.580Z Downloaded ahash v0.8.3
14112023-12-08T15:24:59.584Z Downloaded colored v2.0.4
14122023-12-08T15:24:59.584Z Downloaded instant v0.1.12
14132023-12-08T15:24:59.584Z Downloaded match_cfg v0.1.0
14142023-12-08T15:24:59.587Z Downloaded native-tls v0.2.11
14152023-12-08T15:24:59.587Z Downloaded miniz_oxide v0.7.1
14162023-12-08T15:24:59.591Z Downloaded log v0.4.20
14172023-12-08T15:24:59.594Z Downloaded arrayvec v0.7.4
14182023-12-08T15:24:59.598Z Downloaded async-stream v0.3.5
14192023-12-08T15:24:59.601Z Downloaded parking_lot v0.12.1
14202023-12-08T15:24:59.604Z Downloaded number_prefix v0.4.0
14212023-12-08T15:24:59.608Z Downloaded md-5 v0.10.5
14222023-12-08T15:24:59.611Z Downloaded owo-colors v3.5.0
14232023-12-08T15:24:59.614Z Downloaded openssl-macros v0.1.1
14242023-12-08T15:24:59.614Z Downloaded managed v0.8.0
14252023-12-08T15:24:59.619Z Downloaded linked-hash-map v0.5.6
14262023-12-08T15:24:59.619Z Downloaded async-stream-impl v0.3.5
14272023-12-08T15:24:59.623Z Downloaded maplit v1.0.2
14282023-12-08T15:24:59.623Z Downloaded curve25519-dalek-derive v0.1.0
14292023-12-08T15:24:59.623Z Downloaded cfg-if v0.1.10
14302023-12-08T15:24:59.623Z Downloaded cast v0.3.0
14312023-12-08T15:24:59.627Z Downloaded nu-ansi-term v0.49.0
14322023-12-08T15:24:59.630Z Downloaded memoffset v0.9.0
14332023-12-08T15:24:59.630Z Downloaded is_ci v1.1.1
14342023-12-08T15:24:59.633Z Downloaded bytesize v1.3.0
14352023-12-08T15:24:59.633Z Downloaded itertools v0.12.0
14362023-12-08T15:24:59.646Z Downloaded criterion-plot v0.5.0
14372023-12-08T15:24:59.649Z Downloaded atomicwrites v0.4.2
14382023-12-08T15:24:59.649Z Downloaded libsw v3.3.0
14392023-12-08T15:24:59.653Z Downloaded libefi-sys v0.1.0
14402023-12-08T15:24:59.656Z Downloaded lalrpop-util v0.19.12
14412023-12-08T15:24:59.657Z Downloaded kstat-rs v0.2.3
14422023-12-08T15:24:59.691Z Downloaded keccak v0.1.4
14432023-12-08T15:24:59.691Z Downloaded bb8 v0.8.1
14442023-12-08T15:24:59.691Z Downloaded num_threads v0.1.6
14452023-12-08T15:24:59.708Z Downloaded num v0.4.1
14462023-12-08T15:24:59.708Z Downloaded new_debug_unreachable v1.0.4
14472023-12-08T15:24:59.708Z Downloaded crunchy v0.2.2
14482023-12-08T15:25:00.396Z Compiling serde v1.0.192
14492023-12-08T15:25:00.396Z Compiling autocfg v1.1.0
14502023-12-08T15:25:00.400Z Checking cfg-if v1.0.0
14512023-12-08T15:25:00.401Z Compiling version_check v0.9.4
14522023-12-08T15:25:00.401Z Compiling syn v1.0.109
14532023-12-08T15:25:00.466Z Checking libc v0.2.150
14542023-12-08T15:25:00.493Z Compiling syn v2.0.32
14552023-12-08T15:25:00.565Z Compiling parking_lot_core v0.9.8
14562023-12-08T15:25:00.592Z Compiling libm v0.2.7
14572023-12-08T15:25:01.133Z Compiling cc v1.0.83
14582023-12-08T15:25:01.343Z Compiling futures-core v0.3.29
14592023-12-08T15:25:01.351Z Compiling once_cell v1.18.0
14602023-12-08T15:25:01.804Z Compiling serde_json v1.0.108
14612023-12-08T15:25:01.852Z Compiling memchr v2.6.3
14622023-12-08T15:25:01.888Z Compiling lock_api v0.4.10
14632023-12-08T15:25:02.002Z Compiling num-traits v0.2.16
14642023-12-08T15:25:02.374Z Compiling slab v0.4.9
14652023-12-08T15:25:02.455Z Checking getrandom v0.2.10
14662023-12-08T15:25:02.574Z Compiling futures-task v0.3.29
14672023-12-08T15:25:02.806Z Compiling futures-channel v0.3.29
14682023-12-08T15:25:02.986Z Compiling typenum v1.16.0
14692023-12-08T15:25:03.094Z Compiling futures-util v0.3.29
14702023-12-08T15:25:03.304Z Compiling generic-array v0.14.7
14712023-12-08T15:25:03.634Z Compiling log v0.4.20
14722023-12-08T15:25:03.854Z Checking scopeguard v1.2.0
14732023-12-08T15:25:04.020Z Compiling pkg-config v0.3.27
14742023-12-08T15:25:05.087Z Checking smallvec v1.11.0
14752023-12-08T15:25:05.390Z Checking itoa v1.0.9
14762023-12-08T15:25:05.617Z Compiling rustix v0.38.25
14772023-12-08T15:25:05.672Z Compiling indexmap v1.9.3
14782023-12-08T15:25:05.689Z Compiling schemars v0.8.13
14792023-12-08T15:25:06.143Z Compiling fnv v1.0.7
14802023-12-08T15:25:06.176Z Compiling vcpkg v0.2.15
14812023-12-08T15:25:06.262Z Compiling httparse v1.8.0
14822023-12-08T15:25:06.708Z Checking rand_core v0.6.4
14832023-12-08T15:25:06.910Z Compiling ring v0.16.20
14842023-12-08T15:25:07.107Z Compiling ring v0.17.5
14852023-12-08T15:25:08.641Z Compiling aho-corasick v1.0.4
14862023-12-08T15:25:08.940Z Compiling regex-syntax v0.8.2
14872023-12-08T15:25:09.877Z Compiling openssl-sys v0.9.96
14882023-12-08T15:25:11.568Z Compiling parking_lot v0.12.1
14892023-12-08T15:25:12.204Z Checking pin-project-lite v0.2.13
14902023-12-08T15:25:12.349Z Compiling ahash v0.8.3
14912023-12-08T15:25:12.824Z Checking spin v0.5.2
14922023-12-08T15:25:13.144Z Compiling openssl v0.10.60
14932023-12-08T15:25:13.240Z Compiling serde_derive_internals v0.26.0
14942023-12-08T15:25:13.708Z Checking signal-hook-registry v1.4.1
14952023-12-08T15:25:14.060Z Compiling regex-automata v0.4.3
14962023-12-08T15:25:14.586Z Compiling ucd-trie v0.1.6
14972023-12-08T15:25:15.575Z Compiling rustls v0.21.9
14982023-12-08T15:25:15.816Z Checking mio v0.8.9
14992023-12-08T15:25:16.434Z Compiling native-tls v0.2.11
15002023-12-08T15:25:16.452Z Compiling iana-time-zone v0.1.57
15012023-12-08T15:25:16.777Z Compiling async-trait v0.1.74
15022023-12-08T15:25:16.939Z Checking num_cpus v1.16.0
15032023-12-08T15:25:17.595Z Compiling dyn-clone v1.0.13
15042023-12-08T15:25:17.906Z Compiling byteorder v1.5.0
15052023-12-08T15:25:17.924Z Compiling unicode-xid v0.2.4
15062023-12-08T15:25:18.413Z Compiling backtrace v0.3.69
15072023-12-08T15:25:18.617Z Checking socket2 v0.5.5
15082023-12-08T15:25:19.214Z Compiling futures-sink v0.3.29
15092023-12-08T15:25:19.419Z Compiling hashbrown v0.13.2
15102023-12-08T15:25:19.423Z Compiling errno v0.3.2
15112023-12-08T15:25:19.463Z Compiling crc32fast v1.3.2
15122023-12-08T15:25:19.721Z Compiling tinyvec_macros v0.1.1
15132023-12-08T15:25:19.834Z Compiling crossbeam-utils v0.8.16
15142023-12-08T15:25:19.870Z Checking ryu v1.0.15
15152023-12-08T15:25:20.215Z Compiling tinyvec v1.6.0
15162023-12-08T15:25:20.803Z Compiling regex v1.10.2
15172023-12-08T15:25:20.934Z Compiling anyhow v1.0.75
15182023-12-08T15:25:21.003Z Compiling futures-io v0.3.29
15192023-12-08T15:25:21.200Z Compiling pin-utils v0.1.0
15202023-12-08T15:25:21.317Z Compiling spin v0.9.8
15212023-12-08T15:25:21.439Z Compiling tracing-core v0.1.31
15222023-12-08T15:25:21.885Z Compiling unicode-bidi v0.3.13
15232023-12-08T15:25:22.550Z Compiling num-integer v0.1.45
15242023-12-08T15:25:22.743Z Compiling unicode-normalization v0.1.22
15252023-12-08T15:25:23.813Z Compiling synstructure v0.12.6
15262023-12-08T15:25:23.831Z Compiling lazy_static v1.4.0
15272023-12-08T15:25:23.978Z Compiling base64 v0.21.5
15282023-12-08T15:25:24.220Z Compiling unicode-width v0.1.11
15292023-12-08T15:25:24.359Z Compiling serde_derive v1.0.192
15302023-12-08T15:25:24.449Z Compiling thiserror-impl v1.0.49
15312023-12-08T15:25:24.468Z Compiling zeroize_derive v1.4.2
15322023-12-08T15:25:24.546Z Compiling tokio-macros v2.2.0
15332023-12-08T15:25:25.227Z Compiling futures-macro v0.3.29
15342023-12-08T15:25:26.055Z Compiling tracing-attributes v0.1.26
15352023-12-08T15:25:26.844Z Compiling schemars_derive v0.8.13
15362023-12-08T15:25:27.161Z Compiling openssl-macros v0.1.1
15372023-12-08T15:25:27.322Z Checking zeroize v1.7.0
15382023-12-08T15:25:29.958Z Compiling thiserror v1.0.49
15392023-12-08T15:25:30.121Z Compiling pest v2.7.2
15402023-12-08T15:25:30.255Z Compiling slog v2.7.0
15412023-12-08T15:25:30.301Z Compiling zerocopy-derive v0.2.0
15422023-12-08T15:25:31.857Z Compiling foreign-types-shared v0.1.1
15432023-12-08T15:25:32.000Z Compiling untrusted v0.7.1
15442023-12-08T15:25:32.310Z Compiling rustversion v1.0.14
15452023-12-08T15:25:32.378Z Compiling hashbrown v0.12.3
15462023-12-08T15:25:32.397Z Compiling untrusted v0.9.0
15472023-12-08T15:25:32.635Z Checking subtle v2.5.0
15482023-12-08T15:25:32.660Z Compiling tracing v0.1.37
15492023-12-08T15:25:33.015Z Compiling time-core v0.1.1
15502023-12-08T15:25:33.254Z Compiling percent-encoding v2.3.1
15512023-12-08T15:25:33.401Z Compiling openssl-probe v0.1.5
15522023-12-08T15:25:33.464Z Compiling time-macros v0.2.13
15532023-12-08T15:25:35.958Z Compiling pest_meta v2.7.2
15542023-12-08T15:25:36.015Z Compiling foreign-types v0.3.2
15552023-12-08T15:25:36.058Z Compiling pest_generator v2.7.2
15562023-12-08T15:25:39.465Z Compiling try-lock v0.2.4
15572023-12-08T15:25:39.655Z Compiling want v0.3.1
15582023-12-08T15:25:39.938Z Compiling sct v0.7.0
15592023-12-08T15:25:39.985Z Compiling rustls-webpki v0.101.7
15602023-12-08T15:25:40.116Z Compiling form_urlencoded v1.2.1
15612023-12-08T15:25:40.583Z Compiling zerocopy-derive v0.6.4
15622023-12-08T15:25:42.299Z Compiling pest_derive v2.7.2
15632023-12-08T15:25:42.908Z Compiling socket2 v0.4.9
15642023-12-08T15:25:43.151Z Compiling either v1.9.0
15652023-12-08T15:25:43.477Z Compiling httpdate v1.0.3
15662023-12-08T15:25:44.056Z Compiling tower-service v0.3.2
15672023-12-08T15:25:44.064Z Compiling rustls-pemfile v1.0.3
15682023-12-08T15:25:44.186Z Compiling idna v0.5.0
15692023-12-08T15:25:44.244Z Compiling memoffset v0.9.0
15702023-12-08T15:25:44.269Z Compiling usdt-impl v0.3.5
15712023-12-08T15:25:44.478Z Compiling adler v1.0.2
15722023-12-08T15:25:44.857Z Compiling miniz_oxide v0.7.1
15732023-12-08T15:25:44.913Z Compiling rustls-native-certs v0.6.3
15742023-12-08T15:25:45.010Z Compiling zerocopy v0.3.0
15752023-12-08T15:25:45.562Z Checking crypto-common v0.1.6
15762023-12-08T15:25:45.816Z Compiling url v2.5.0
15772023-12-08T15:25:46.208Z Compiling ipnet v2.8.0
15782023-12-08T15:25:46.822Z Compiling signal-hook v0.3.17
15792023-12-08T15:25:47.236Z Checking bytes v1.5.0
15802023-12-08T15:25:47.267Z Checking bitflags v2.4.0
15812023-12-08T15:25:47.682Z Compiling dof v0.1.5
15822023-12-08T15:25:48.102Z Compiling dtrace-parser v0.1.14
15832023-12-08T15:25:48.211Z Compiling clap_derive v4.4.2
15842023-12-08T15:25:48.451Z Checking tokio v1.34.0
15852023-12-08T15:25:49.162Z Compiling indexmap v2.1.0
15862023-12-08T15:25:50.092Z Compiling uuid v1.6.1
15872023-12-08T15:25:50.959Z Compiling semver v1.0.20
15882023-12-08T15:25:51.506Z Compiling chrono v0.4.31
15892023-12-08T15:25:51.791Z Compiling http v0.2.11
15902023-12-08T15:25:52.694Z Compiling toml_datetime v0.6.5
15912023-12-08T15:25:53.339Z Compiling serde_spanned v0.6.4
15922023-12-08T15:25:53.682Z Compiling rustc_version v0.4.0
15932023-12-08T15:25:53.929Z Compiling toml_edit v0.19.15
15942023-12-08T15:25:56.707Z Compiling openapiv3 v2.0.0-rc.1
15952023-12-08T15:25:57.959Z Compiling http-body v0.4.5
15962023-12-08T15:25:58.550Z Compiling serde_urlencoded v0.7.1
15972023-12-08T15:25:59.295Z Compiling crossbeam-epoch v0.9.15
15982023-12-08T15:25:59.423Z Compiling encoding_rs v0.8.33
15992023-12-08T15:25:59.641Z Compiling thread-id v4.2.0
16002023-12-08T15:25:59.785Z Checking const-oid v0.9.5
16012023-12-08T15:26:00.003Z Compiling siphasher v0.3.11
16022023-12-08T15:26:00.591Z Compiling mime v0.3.17
16032023-12-08T15:26:01.558Z Compiling webpki-roots v0.25.2
16042023-12-08T15:26:01.781Z Compiling gimli v0.28.0
16052023-12-08T15:26:02.805Z Compiling serde_tokenstream v0.1.7
16062023-12-08T15:26:03.615Z Compiling strum_macros v0.25.2
16072023-12-08T15:26:04.991Z Compiling tokio-util v0.7.10
16082023-12-08T15:26:05.073Z Compiling tokio-rustls v0.24.1
16092023-12-08T15:26:06.463Z Compiling bzip2-sys v0.1.11+1.0.8
16102023-12-08T15:26:07.091Z Compiling h2 v0.3.21
16112023-12-08T15:26:07.150Z Compiling object v0.32.1
16122023-12-08T15:26:07.479Z Compiling num-iter v0.1.43
16132023-12-08T15:26:07.530Z Compiling rustc-demangle v0.1.23
16142023-12-08T15:26:09.044Z Compiling tokio-native-tls v0.3.1
16152023-12-08T15:26:09.169Z Compiling addr2line v0.21.0
16162023-12-08T15:26:10.208Z Compiling flate2 v1.0.28
16172023-12-08T15:26:10.529Z Compiling heapless v0.7.16
16182023-12-08T15:26:11.097Z Compiling block-buffer v0.10.4
16192023-12-08T15:26:11.485Z Compiling doc-comment v0.3.3
16202023-12-08T15:26:12.286Z Compiling ppv-lite86 v0.2.17
16212023-12-08T15:26:12.615Z Compiling usdt-macro v0.3.5
16222023-12-08T15:26:12.741Z Compiling usdt-attr-macro v0.3.5
16232023-12-08T15:26:12.815Z Compiling toml v0.7.8
16242023-12-08T15:26:13.560Z Compiling rand_chacha v0.3.1
16252023-12-08T15:26:14.565Z Compiling digest v0.10.7
16262023-12-08T15:26:14.730Z Compiling toml_edit v0.21.0
16272023-12-08T15:26:15.162Z Compiling hex v0.4.3
16282023-12-08T15:26:15.375Z Compiling pin-project-internal v1.1.3
16292023-12-08T15:26:15.693Z Compiling bit-vec v0.6.3
16302023-12-08T15:26:16.351Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
16312023-12-08T15:26:17.724Z Compiling rand v0.8.5
16322023-12-08T15:26:17.783Z Compiling phf_shared v0.10.0
16332023-12-08T15:26:18.167Z Compiling hyper v0.14.27
16342023-12-08T15:26:18.855Z Compiling num-bigint v0.4.4
16352023-12-08T15:26:20.056Z Compiling new_debug_unreachable v1.0.4
16362023-12-08T15:26:20.156Z Compiling smoltcp v0.9.1
16372023-12-08T15:26:20.174Z Compiling precomputed-hash v0.1.1
16382023-12-08T15:26:20.318Z Compiling fixedbitset v0.4.2
16392023-12-08T15:26:20.468Z Compiling string_cache v0.8.7
16402023-12-08T15:26:21.033Z Compiling petgraph v0.6.4
16412023-12-08T15:26:21.312Z Compiling bit-set v0.5.3
16422023-12-08T15:26:22.124Z Compiling itertools v0.10.5
16432023-12-08T15:26:22.799Z Compiling hubpack_derive v0.1.1
16442023-12-08T15:26:22.816Z Compiling enum-as-inner v0.5.1
16452023-12-08T15:26:23.287Z Compiling diesel_table_macro_syntax v0.1.0
16462023-12-08T15:26:24.205Z Compiling lalrpop-util v0.19.12
16472023-12-08T15:26:24.468Z Compiling unicode-segmentation v1.10.1
16482023-12-08T15:26:24.558Z Compiling diesel_derives v2.1.2
16492023-12-08T15:26:25.546Z Compiling snafu-derive v0.7.5
16502023-12-08T15:26:25.940Z Compiling cpufeatures v0.2.9
16512023-12-08T15:26:26.340Z Compiling sha2 v0.10.8
16522023-12-08T15:26:26.794Z Compiling rustix v0.37.23
16532023-12-08T15:26:26.825Z Compiling md-5 v0.10.5
16542023-12-08T15:26:27.189Z Compiling hmac v0.12.1
16552023-12-08T15:26:27.512Z Compiling serde_repr v0.1.16
16562023-12-08T15:26:27.563Z Compiling stringprep v0.1.3
16572023-12-08T15:26:29.094Z Compiling hash32 v0.2.1
16582023-12-08T15:26:29.137Z Compiling hyper-rustls v0.24.2
16592023-12-08T15:26:29.302Z Compiling hyper-tls v0.5.0
16602023-12-08T15:26:29.340Z Checking bitflags v1.3.2
16612023-12-08T15:26:29.643Z Compiling stable_deref_trait v1.2.0
16622023-12-08T15:26:29.814Z Compiling reqwest v0.11.22
16632023-12-08T15:26:29.843Z Compiling fallible-iterator v0.2.0
16642023-12-08T15:26:30.975Z Compiling postgres-protocol v0.6.6
16652023-12-08T15:26:32.507Z Compiling terminal_size v0.2.6
16662023-12-08T15:26:32.972Z Compiling phf_shared v0.11.2
16672023-12-08T15:26:33.309Z Compiling block-padding v0.3.3
16682023-12-08T15:26:33.678Z Compiling scheduled-thread-pool v0.2.7
16692023-12-08T15:26:34.552Z Compiling matches v0.1.10
16702023-12-08T15:26:34.556Z Compiling deranged v0.3.8
16712023-12-08T15:26:34.675Z Compiling managed v0.8.0
16722023-12-08T15:26:34.738Z Compiling regex-automata v0.1.10
16732023-12-08T15:26:34.949Z Compiling num_threads v0.1.6
16742023-12-08T15:26:34.983Z Compiling clap_builder v4.4.2
16752023-12-08T15:26:35.084Z Compiling idna v0.2.3
16762023-12-08T15:26:35.234Z Compiling r2d2 v0.8.10
16772023-12-08T15:26:35.374Z Compiling bstr v0.2.17
16782023-12-08T15:26:35.683Z Compiling signal-hook-mio v0.2.3
16792023-12-08T15:26:35.895Z Compiling inout v0.1.3
16802023-12-08T15:26:36.424Z Compiling phf v0.11.2
16812023-12-08T15:26:36.706Z Compiling bzip2 v0.4.4
16822023-12-08T15:26:37.290Z Compiling postgres-types v0.2.6
16832023-12-08T15:26:37.546Z Compiling time v0.3.27
16842023-12-08T15:26:37.720Z Compiling hubpack v0.1.2
16852023-12-08T15:26:38.399Z Compiling pin-project v1.1.3
16862023-12-08T15:26:39.093Z Compiling ipnetwork v0.20.0
16872023-12-08T15:26:39.343Z Compiling zerocopy v0.6.4
16882023-12-08T15:26:39.831Z Compiling itertools v0.11.0
16892023-12-08T15:26:40.519Z Compiling futures-executor v0.3.29
16902023-12-08T15:26:41.424Z Compiling float-cmp v0.9.0
16912023-12-08T15:26:42.519Z Compiling predicates-core v1.0.6
16922023-12-08T15:26:43.068Z Compiling whoami v1.4.1
16932023-12-08T15:26:44.025Z Compiling difflib v0.4.0
16942023-12-08T15:26:44.362Z Compiling data-encoding v2.4.0
16952023-12-08T15:26:44.510Z Compiling regex-automata v0.3.8
16962023-12-08T15:26:46.514Z Compiling normalize-line-endings v0.3.0
16972023-12-08T15:26:46.664Z Compiling static_assertions v1.1.0
16982023-12-08T15:26:46.726Z Compiling predicates v3.0.4
16992023-12-08T15:26:46.795Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
17002023-12-08T15:26:48.315Z Compiling bstr v1.6.0
17012023-12-08T15:26:48.581Z Compiling trust-dns-proto v0.22.0
17022023-12-08T15:26:50.943Z Compiling tokio-postgres v0.7.10
17032023-12-08T15:26:51.011Z Compiling yasna v0.5.2
17042023-12-08T15:26:51.203Z Compiling diesel v2.1.4
17052023-12-08T15:26:54.197Z Compiling futures v0.3.29
17062023-12-08T15:26:54.342Z Compiling clap v4.4.3
17072023-12-08T15:26:54.506Z Compiling snafu v0.7.5
17082023-12-08T15:26:55.090Z Compiling zip v0.6.6
17092023-12-08T15:26:55.322Z Compiling similar v2.2.1
17102023-12-08T15:26:55.408Z Compiling cipher v0.4.4
17112023-12-08T15:26:55.901Z Compiling crossterm v0.27.0
17122023-12-08T15:26:56.581Z Compiling signature v2.1.0
17132023-12-08T15:26:56.736Z Compiling usdt v0.3.5
17142023-12-08T15:26:57.117Z Compiling tokio-stream v0.1.14
17152023-12-08T15:26:58.578Z Compiling console v0.15.7
17162023-12-08T15:26:59.417Z Checking hashbrown v0.14.2
17172023-12-08T15:27:00.428Z Checking equivalent v1.0.1
17182023-12-08T15:27:00.577Z Checking unicode-ident v1.0.12
17192023-12-08T15:27:00.812Z Checking proc-macro2 v1.0.69
17202023-12-08T15:27:02.265Z Checking quote v1.0.33
17212023-12-08T15:27:03.707Z Checking utf8parse v0.2.1
17222023-12-08T15:27:04.355Z Checking anstyle v1.0.2
17232023-12-08T15:27:05.739Z Checking io-lifetimes v1.0.11
17242023-12-08T15:27:08.532Z Checking anstyle-parse v0.2.1
17252023-12-08T15:27:12.685Z Checking anstyle-query v1.0.0
17262023-12-08T15:27:12.838Z Checking colorchoice v1.0.0
17272023-12-08T15:27:13.261Z Checking anstream v0.5.0
17282023-12-08T15:27:13.723Z Checking strsim v0.10.0
17292023-12-08T15:27:13.730Z Checking clap_lex v0.5.1
17302023-12-08T15:27:14.880Z Checking winnow v0.5.15
17312023-12-08T15:27:20.078Z Compiling serde_tokenstream v0.2.0
17322023-12-08T15:27:24.542Z Compiling regress v0.7.1
17332023-12-08T15:27:30.285Z Compiling typify-impl v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f)
17342023-12-08T15:27:37.225Z Compiling getopts v0.2.21
17352023-12-08T15:27:38.030Z Compiling unsafe-libyaml v0.2.9
17362023-12-08T15:27:38.902Z Checking heck v0.4.1
17372023-12-08T15:27:39.264Z Checking progenitor-client v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576)
17382023-12-08T15:27:40.185Z Compiling serde_yaml v0.9.25
17392023-12-08T15:27:40.297Z Compiling ident_case v1.0.1
17402023-12-08T15:27:40.955Z Checking fastrand v2.0.0
17412023-12-08T15:27:40.976Z Checking match_cfg v0.1.0
17422023-12-08T15:27:41.021Z Checking tempfile v3.8.1
17432023-12-08T15:27:41.093Z Checking hostname v0.3.1
17442023-12-08T15:27:41.123Z Checking atty v0.2.14
17452023-12-08T15:27:41.277Z Compiling paste v1.0.14
17462023-12-08T15:27:41.286Z Checking quick-error v1.2.3
17472023-12-08T15:27:41.458Z Checking crossbeam-channel v0.5.8
17482023-12-08T15:27:41.525Z Checking sha1 v0.10.6
17492023-12-08T15:27:41.936Z Checking dirs-sys-next v0.1.2
17502023-12-08T15:27:42.179Z Checking dirs-next v2.0.0
17512023-12-08T15:27:42.380Z Checking thread_local v1.1.7
17522023-12-08T15:27:42.590Z Checking instant v0.1.12
17532023-12-08T15:27:42.737Z Compiling slog-async v2.8.0
17542023-12-08T15:27:42.774Z Checking term v0.7.0
17552023-12-08T15:27:43.415Z Checking camino v1.1.6
17562023-12-08T15:27:43.994Z Compiling multer v2.1.0
17572023-12-08T15:27:44.012Z Checking take_mut v0.2.2
17582023-12-08T15:27:44.134Z Checking slog-term v2.9.0
17592023-12-08T15:27:44.282Z Compiling darling_core v0.20.3
17602023-12-08T15:27:44.622Z Checking slog-json v2.6.1
17612023-12-08T15:27:44.948Z Compiling async-stream-impl v0.3.5
17622023-12-08T15:27:45.034Z Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#ff87a017)
17632023-12-08T15:27:45.478Z Checking atomic-waker v1.1.1
17642023-12-08T15:27:45.628Z Checking debug-ignore v1.0.5
17652023-12-08T15:27:45.808Z Checking waitgroup v0.1.2
17662023-12-08T15:27:46.075Z Checking slog-bunyan v2.4.0
17672023-12-08T15:27:46.893Z Checking toml v0.8.8
17682023-12-08T15:27:47.099Z Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#ff87a017)
17692023-12-08T15:27:47.244Z Checking async-stream v0.3.5
17702023-12-08T15:27:47.491Z Checking serde_path_to_error v0.1.14
17712023-12-08T15:27:47.554Z Checking strum v0.25.0
17722023-12-08T15:27:47.767Z Compiling structmeta-derive v0.2.0
17732023-12-08T15:27:48.025Z Checking wait-timeout v0.2.0
17742023-12-08T15:27:48.273Z Checking rusty-fork v0.3.0
17752023-12-08T15:27:48.520Z Checking rand_xorshift v0.3.0
17762023-12-08T15:27:48.694Z Checking unarray v0.1.4
17772023-12-08T15:27:48.750Z Compiling regex-syntax v0.7.5
17782023-12-08T15:27:48.893Z Checking proptest v1.4.0
17792023-12-08T15:27:52.788Z Compiling structmeta v0.2.0
17802023-12-08T15:27:53.463Z Checking backoff v0.4.0
17812023-12-08T15:27:53.887Z Compiling test-strategy v0.3.1
17822023-12-08T15:27:54.345Z Compiling darling_macro v0.20.3
17832023-12-08T15:27:55.947Z Compiling darling v0.20.3
17842023-12-08T15:27:56.051Z Checking serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
17852023-12-08T15:27:56.099Z Compiling serde_with_macros v2.3.3
17862023-12-08T15:27:56.254Z Checking macaddr v1.0.1
17872023-12-08T15:27:56.742Z Checking camino-tempfile v1.1.1
17882023-12-08T15:27:56.760Z Checking is-terminal v0.4.9
17892023-12-08T15:27:56.921Z Compiling proc-macro-error-attr v1.0.4
17902023-12-08T15:27:57.145Z Compiling proc-macro-error v1.0.4
17912023-12-08T15:27:57.771Z Compiling proc-macro-crate v1.3.1
17922023-12-08T15:27:58.512Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17932023-12-08T15:27:59.118Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
17942023-12-08T15:27:59.539Z Checking termtree v0.4.1
17952023-12-08T15:27:59.889Z Checking predicates-tree v1.0.9
17962023-12-08T15:27:59.954Z Compiling num_enum_derive v0.5.11
17972023-12-08T15:28:00.103Z Checking base64ct v1.6.0
17982023-12-08T15:28:00.184Z Compiling parse-display-derive v0.8.2
17992023-12-08T15:28:00.375Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
18002023-12-08T15:28:00.401Z Compiling typify-macro v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f)
18012023-12-08T15:28:00.456Z Checking serde_with v2.3.3
18022023-12-08T15:28:00.598Z Compiling crucible-workspace-hack v0.1.0
18032023-12-08T15:28:00.816Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
18042023-12-08T15:28:00.892Z Checking postcard-cobs v0.1.5-pre
18052023-12-08T15:28:01.064Z Checking smoltcp v0.8.2
18062023-12-08T15:28:01.126Z Checking postcard v0.7.3
18072023-12-08T15:28:01.277Z Compiling foreign-types-macros v0.2.3
18082023-12-08T15:28:01.744Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59)
18092023-12-08T15:28:02.199Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
18102023-12-08T15:28:02.622Z Checking foreign-types-shared v0.3.1
18112023-12-08T15:28:02.767Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59)
18122023-12-08T15:28:02.978Z Checking cfg-if v0.1.10
18132023-12-08T15:28:03.405Z Checking foreign-types v0.5.0
18142023-12-08T15:28:03.548Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
18152023-12-08T15:28:03.760Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59)
18162023-12-08T15:28:04.406Z Checking num_enum v0.5.11
18172023-12-08T15:28:04.613Z Checking cstr-argument v0.1.2
18182023-12-08T15:28:04.884Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d)
18192023-12-08T15:28:04.969Z Checking pretty-hex v0.2.1
18202023-12-08T15:28:05.208Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
18212023-12-08T15:28:05.311Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
18222023-12-08T15:28:05.552Z Checking colored v2.0.4
18232023-12-08T15:28:05.582Z Compiling zone_cfg_derive v0.3.0
18242023-12-08T15:28:05.746Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59)
18252023-12-08T15:28:05.764Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3e1d129151c3621d28ead5c6e5760693ba6e7fec#3e1d1291)
18262023-12-08T15:28:06.263Z Checking predicates v2.1.5
18272023-12-08T15:28:06.281Z Compiling mockall_derive v0.11.4
18282023-12-08T15:28:07.284Z Compiling num-derive v0.4.0
18292023-12-08T15:28:07.742Z Checking parse-display v0.8.2
18302023-12-08T15:28:07.824Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59)
18312023-12-08T15:28:07.965Z Checking downcast v0.11.0
18322023-12-08T15:28:08.018Z Checking fragile v2.0.0
18332023-12-08T15:28:08.248Z Checking zone v0.3.0
18342023-12-08T15:28:08.401Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3e1d129151c3621d28ead5c6e5760693ba6e7fec#3e1d1291)
18352023-12-08T15:28:08.729Z Checking smf v0.2.2
18362023-12-08T15:28:08.756Z Checking filetime v0.2.23
18372023-12-08T15:28:08.935Z Compiling typify v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f)
18382023-12-08T15:28:09.119Z Compiling progenitor-impl v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576)
18392023-12-08T15:28:09.374Z Checking xattr v1.0.1
18402023-12-08T15:28:09.415Z Checking pem v3.0.2
18412023-12-08T15:28:09.623Z Checking tar v0.4.40
18422023-12-08T15:28:09.846Z Checking linked-hash-map v0.5.6
18432023-12-08T15:28:09.936Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59)
18442023-12-08T15:28:10.324Z Checking headers-core v0.2.0
18452023-12-08T15:28:10.374Z Checking lru-cache v0.1.2
18462023-12-08T15:28:10.518Z Checking headers v0.3.9
18472023-12-08T15:28:10.594Z Checking password-hash v0.5.0
18482023-12-08T15:28:10.886Z Checking blake2 v0.10.6
18492023-12-08T15:28:11.246Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=945f040d259ca8013d3fb26f510453da7cd7b1a6#945f040d)
18502023-12-08T15:28:11.265Z Checking base64 v0.13.1
18512023-12-08T15:28:11.525Z Checking argon2 v0.5.2
18522023-12-08T15:28:11.854Z Checking swrite v0.1.0
18532023-12-08T15:28:11.937Z Checking pem v1.1.1
18542023-12-08T15:28:12.002Z Checking rcgen v0.11.3
18552023-12-08T15:28:12.154Z Checking atomicwrites v0.4.2
18562023-12-08T15:28:12.231Z Checking subprocess v0.2.9
18572023-12-08T15:28:12.278Z Compiling cancel-safe-futures v0.1.5
18582023-12-08T15:28:12.428Z Checking half v1.8.2
18592023-12-08T15:28:12.493Z Checking ciborium-io v0.2.1
18602023-12-08T15:28:12.643Z Checking arc-swap v1.6.0
18612023-12-08T15:28:12.782Z Checking textwrap v0.11.0
18622023-12-08T15:28:12.995Z Compiling heck v0.3.3
18632023-12-08T15:28:13.035Z Compiling libefi-sys v0.1.0
18642023-12-08T15:28:13.051Z Checking ciborium-ll v0.2.1
18652023-12-08T15:28:13.081Z Checking strsim v0.8.0
18662023-12-08T15:28:13.304Z Checking slog-scope v4.4.0
18672023-12-08T15:28:13.343Z Checking ansi_term v0.12.1
18682023-12-08T15:28:13.458Z Checking vec_map v0.8.2
18692023-12-08T15:28:13.479Z Checking ciborium v0.2.1
18702023-12-08T15:28:13.580Z Checking slog-stdlog v4.1.1
18712023-12-08T15:28:13.595Z Compiling structopt-derive v0.4.18
18722023-12-08T15:28:13.824Z Checking clap v2.34.0
18732023-12-08T15:28:13.828Z Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802)
18742023-12-08T15:28:14.633Z Checking slog-envlogger v2.2.0
18752023-12-08T15:28:14.971Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
18762023-12-08T15:28:15.070Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
18772023-12-08T15:28:15.108Z Checking libsw v3.3.0
18782023-12-08T15:28:15.398Z Compiling derive-where v1.2.6
18792023-12-08T15:28:15.414Z Checking owo-colors v3.5.0
18802023-12-08T15:28:15.529Z Checking linear-map v1.2.0
18812023-12-08T15:28:16.003Z Checking resolv-conf v0.7.0
18822023-12-08T15:28:16.516Z Compiling slog-dtrace v0.2.3
18832023-12-08T15:28:17.023Z Checking trust-dns-resolver v0.22.0
18842023-12-08T15:28:18.295Z Compiling convert_case v0.4.0
18852023-12-08T15:28:18.500Z Checking structopt v0.3.26
18862023-12-08T15:28:19.038Z Checking fxhash v0.2.1
18872023-12-08T15:28:19.180Z Checking itertools v0.12.0
18882023-12-08T15:28:19.278Z Checking pem-rfc7468 v0.7.0
18892023-12-08T15:28:19.473Z Compiling der_derive v0.7.2
18902023-12-08T15:28:19.534Z Checking mockall v0.11.4
18912023-12-08T15:28:19.674Z Checking flagset v0.4.3
18922023-12-08T15:28:19.869Z Compiling derive_more v0.99.17
18932023-12-08T15:28:19.907Z Checking termcolor v1.2.0
18942023-12-08T15:28:19.968Z Compiling same-file v1.0.6
18952023-12-08T15:28:20.307Z Compiling radium v0.7.0
18962023-12-08T15:28:20.510Z Compiling walkdir v2.4.0
18972023-12-08T15:28:20.999Z Compiling semver-parser v0.10.2
18982023-12-08T15:28:21.396Z Checking tap v1.0.1
18992023-12-08T15:28:21.681Z Compiling progenitor-macro v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576)
19002023-12-08T15:28:21.733Z Compiling maybe-uninit v2.0.0
19012023-12-08T15:28:22.560Z Compiling semver v0.11.0
19022023-12-08T15:28:23.365Z Checking wyz v0.5.1
19032023-12-08T15:28:23.804Z Compiling num-rational v0.4.1
19042023-12-08T15:28:23.813Z Checking der v0.7.8
19052023-12-08T15:28:24.348Z Compiling num-bigint-dig v0.8.4
19062023-12-08T15:28:24.482Z Checking crc-catalog v2.2.0
19072023-12-08T15:28:24.592Z Compiling home v0.5.5
19082023-12-08T15:28:24.632Z Compiling packed_struct v0.10.1
19092023-12-08T15:28:24.664Z Checking funty v2.0.0
19102023-12-08T15:28:24.846Z Compiling toolchain_find v0.2.0
19112023-12-08T15:28:25.017Z Checking crc v3.0.1
19122023-12-08T15:28:25.798Z Checking hkdf v0.12.3
19132023-12-08T15:28:26.087Z Compiling toml v0.5.11
19142023-12-08T15:28:26.443Z Compiling packed_struct_codegen v0.10.1
19152023-12-08T15:28:26.484Z Checking bitvec v1.0.1
19162023-12-08T15:28:26.891Z Checking spki v0.7.2
19172023-12-08T15:28:27.328Z Checking pkcs8 v0.10.2
19182023-12-08T15:28:27.607Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
19192023-12-08T15:28:27.697Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
19202023-12-08T15:28:28.123Z Checking nodrop v0.1.14
19212023-12-08T15:28:28.275Z Checking array-init v0.0.4
19222023-12-08T15:28:28.735Z Checking pkcs1 v0.7.5
19232023-12-08T15:28:29.358Z Compiling rustfmt-wrapper v0.2.0
19242023-12-08T15:28:29.981Z Compiling omicron-zone-package v0.9.1
19252023-12-08T15:28:30.412Z Checking smallvec v0.6.14
19262023-12-08T15:28:32.112Z Checking newline-converter v0.3.0
19272023-12-08T15:28:32.384Z Checking num-complex v0.4.4
19282023-12-08T15:28:33.887Z Checking bitfield v0.14.0
19292023-12-08T15:28:34.189Z Checking utf-8 v0.7.6
19302023-12-08T15:28:34.319Z Checking keccak v0.1.4
19312023-12-08T15:28:34.478Z Checking tungstenite v0.20.1
19322023-12-08T15:28:34.512Z Checking rsa v0.9.2
19332023-12-08T15:28:34.788Z Checking sha3 v0.10.8
19342023-12-08T15:28:35.085Z Checking num v0.4.1
19352023-12-08T15:28:35.216Z Checking expectorate v1.1.0
19362023-12-08T15:28:35.396Z Checking serde-hex v0.1.0
19372023-12-08T15:28:35.438Z Checking x509-cert v0.2.4
19382023-12-08T15:28:35.510Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
19392023-12-08T15:28:35.866Z Checking env_logger v0.10.0
19402023-12-08T15:28:35.934Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
19412023-12-08T15:28:35.965Z Checking ron v0.8.1
19422023-12-08T15:28:36.525Z Checking secrecy v0.8.0
19432023-12-08T15:28:36.839Z Checking crc-any v2.4.3
19442023-12-08T15:28:36.861Z Checking tokio-tungstenite v0.20.1
19452023-12-08T15:28:37.412Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
19462023-12-08T15:28:37.551Z Checking object v0.30.4
19472023-12-08T15:28:37.581Z Checking lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
19482023-12-08T15:28:37.961Z Checking path-slash v0.1.5
19492023-12-08T15:28:37.965Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
19502023-12-08T15:28:38.060Z Compiling buf-list v1.0.3
19512023-12-08T15:28:38.084Z Checking glob v0.3.1
19522023-12-08T15:28:38.343Z Compiling parking_lot_core v0.8.6
19532023-12-08T15:28:38.568Z Checking nibble_vec v0.1.0
19542023-12-08T15:28:38.838Z Checking endian-type v0.1.2
19552023-12-08T15:28:39.017Z Checking display-error-chain v0.2.0
19562023-12-08T15:28:39.126Z Checking radix_trie v0.2.1
19572023-12-08T15:28:39.525Z Checking pretty-hex v0.4.0
19582023-12-08T15:28:39.707Z Checking parking_lot v0.11.2
19592023-12-08T15:28:39.742Z Checking trust-dns-client v0.22.0
19602023-12-08T15:28:39.810Z Compiling semver v0.1.20
19612023-12-08T15:28:40.245Z Checking sled v0.34.7
19622023-12-08T15:28:40.830Z Compiling rustc_version v0.1.7
19632023-12-08T15:28:40.847Z Checking crossbeam-deque v0.8.3
19642023-12-08T15:28:41.343Z Compiling unicase v2.7.0
19652023-12-08T15:28:41.574Z Compiling newtype_derive v0.1.6
19662023-12-08T15:28:41.718Z Checking trust-dns-server v0.22.1
19672023-12-08T15:28:41.766Z Compiling platforms v3.0.2
19682023-12-08T15:28:41.990Z Compiling rayon-core v1.12.0
19692023-12-08T15:28:42.529Z Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4)
19702023-12-08T15:28:43.107Z Compiling memoffset v0.7.1
19712023-12-08T15:28:43.465Z Compiling curve25519-dalek v4.1.0
19722023-12-08T15:28:43.511Z Checking rayon v1.8.0
19732023-12-08T15:28:44.340Z Checking steno v0.4.0
19742023-12-08T15:28:44.356Z Checking globset v0.4.13
19752023-12-08T15:28:44.856Z Checking olpc-cjson v0.1.3
19762023-12-08T15:28:45.111Z Checking serde_plain v1.0.2
19772023-12-08T15:28:45.161Z Checking ff v0.13.0
19782023-12-08T15:28:45.450Z Compiling async-recursion v1.0.5
19792023-12-08T15:28:45.466Z Checking typed-path v0.6.0
19802023-12-08T15:28:46.067Z Checking group v0.13.0
19812023-12-08T15:28:46.295Z Compiling mime_guess v2.0.4
19822023-12-08T15:28:47.394Z Checking universal-hash v0.5.1
19832023-12-08T15:28:47.673Z Checking crypto-bigint v0.5.2
19842023-12-08T15:28:47.918Z Compiling thiserror-impl-no-std v2.0.2
19852023-12-08T15:28:48.160Z Compiling curve25519-dalek-derive v0.1.0
19862023-12-08T15:28:48.352Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
19872023-12-08T15:28:48.482Z Checking tough v0.15.0
19882023-12-08T15:28:48.787Z Compiling salty v0.2.0
19892023-12-08T15:28:49.981Z Checking base16ct v0.2.0
19902023-12-08T15:28:49.987Z Checking signature v1.6.4
19912023-12-08T15:28:49.987Z Checking opaque-debug v0.3.0
19922023-12-08T15:28:49.987Z Checking ed25519 v1.5.3
19932023-12-08T15:28:49.987Z Checking poly1305 v0.8.0
19942023-12-08T15:28:50.251Z Checking nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d)
19952023-12-08T15:28:50.470Z Checking elliptic-curve v0.13.5
19962023-12-08T15:28:51.103Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
19972023-12-08T15:28:51.208Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
19982023-12-08T15:28:51.531Z Checking chacha20 v0.9.1
19992023-12-08T15:28:51.564Z Checking serde-big-array v0.5.1
20002023-12-08T15:28:51.903Z Checking aead v0.5.2
20012023-12-08T15:28:52.074Z Checking kstat-rs v0.2.3
20022023-12-08T15:28:52.206Z Compiling hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a)
20032023-12-08T15:28:52.559Z Checking progenitor v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576)
20042023-12-08T15:28:52.835Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
20052023-12-08T15:28:52.872Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
20062023-12-08T15:28:53.300Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
20072023-12-08T15:28:53.565Z Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
20082023-12-08T15:28:53.589Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
20092023-12-08T15:28:54.538Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
20102023-12-08T15:28:56.123Z Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client)
20112023-12-08T15:28:56.205Z Checking thiserror-no-std v2.0.2
20122023-12-08T15:28:57.164Z Checking lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
20132023-12-08T15:28:57.609Z Checking vsss-rs v3.3.1
20142023-12-08T15:28:57.985Z Checking hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a)
20152023-12-08T15:28:58.464Z Checking chacha20poly1305 v0.10.1
20162023-12-08T15:28:58.501Z Checking hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84)
20172023-12-08T15:29:00.658Z Checking signal-hook-tokio v0.3.1
20182023-12-08T15:29:00.899Z Checking serde-big-array v0.4.1
20192023-12-08T15:29:01.127Z Checking sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef)
20202023-12-08T15:29:02.598Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=3e1d129151c3621d28ead5c6e5760693ba6e7fec#3e1d1291)
20212023-12-08T15:29:02.826Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=945f040d259ca8013d3fb26f510453da7cd7b1a6#945f040d)
20222023-12-08T15:29:03.141Z Checking bcs v0.1.6
20232023-12-08T15:29:03.623Z Checking highway v1.1.0
20242023-12-08T15:29:03.853Z Checking corncobs v0.1.3
20252023-12-08T15:29:04.127Z Checking sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef)
20262023-12-08T15:29:04.254Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3e1d129151c3621d28ead5c6e5760693ba6e7fec#3e1d1291)
20272023-12-08T15:29:04.389Z Compiling crunchy v0.2.2
20282023-12-08T15:29:04.633Z Checking http-range v0.1.5
20292023-12-08T15:29:04.892Z Compiling portable-atomic v1.4.3
20302023-12-08T15:29:05.153Z Checking hyper-staticfile v0.9.5
20312023-12-08T15:29:05.300Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3e1d129151c3621d28ead5c6e5760693ba6e7fec#3e1d1291)
20322023-12-08T15:29:06.029Z Compiling clang-sys v1.6.1
20332023-12-08T15:29:06.558Z Compiling tiny-keccak v2.0.2
20342023-12-08T15:29:06.986Z Checking assert_matches v1.5.0
20352023-12-08T15:29:07.090Z Compiling prettyplease v0.2.12
20362023-12-08T15:29:09.021Z Compiling darling_core v0.14.4
20372023-12-08T15:29:09.167Z Checking humantime v2.1.0
20382023-12-08T15:29:09.602Z Checking number_prefix v0.4.0
20392023-12-08T15:29:09.912Z Compiling minimal-lexical v0.2.1
20402023-12-08T15:29:10.117Z Checking indicatif v0.17.7
20412023-12-08T15:29:10.732Z Compiling nom v7.1.3
20422023-12-08T15:29:11.682Z Compiling ascii-canvas v3.0.0
20432023-12-08T15:29:12.498Z Compiling ena v0.14.2
20442023-12-08T15:29:12.587Z Compiling libloading v0.7.4
20452023-12-08T15:29:13.105Z Compiling regex-syntax v0.6.29
20462023-12-08T15:29:13.190Z Compiling diff v0.1.13
20472023-12-08T15:29:13.464Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
20482023-12-08T15:29:14.209Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
20492023-12-08T15:29:16.913Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
20502023-12-08T15:29:16.934Z Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
20512023-12-08T15:29:18.548Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
20522023-12-08T15:29:18.934Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
20532023-12-08T15:29:19.497Z Checking ipcc-key-value v0.1.0 (/work/oxidecomputer/omicron/ipcc-key-value)
20542023-12-08T15:29:19.513Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
20552023-12-08T15:29:20.751Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
20562023-12-08T15:29:21.287Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
20572023-12-08T15:29:21.522Z Compiling darling_macro v0.14.4
20582023-12-08T15:29:23.094Z Compiling bindgen v0.65.1
20592023-12-08T15:29:23.151Z Compiling darling v0.14.4
20602023-12-08T15:29:23.284Z Compiling lalrpop v0.19.12
20612023-12-08T15:29:23.321Z Compiling cexpr v0.6.0
20622023-12-08T15:29:23.491Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
20632023-12-08T15:29:24.156Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
20642023-12-08T15:29:29.556Z Compiling which v4.4.0
20652023-12-08T15:29:30.553Z Compiling shlex v1.1.0
20662023-12-08T15:29:30.999Z Compiling ref-cast v1.0.20
20672023-12-08T15:29:31.728Z Compiling peeking_take_while v0.1.2
20682023-12-08T15:29:31.923Z Compiling rustc-hash v1.1.0
20692023-12-08T15:29:32.120Z Checking maplit v1.0.2
20702023-12-08T15:29:32.262Z Compiling lazycell v1.3.0
20712023-12-08T15:29:36.552Z Compiling derive_builder_core v0.12.0
20722023-12-08T15:29:38.715Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
20732023-12-08T15:29:40.591Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
20742023-12-08T15:29:41.241Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
20752023-12-08T15:29:41.799Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
20762023-12-08T15:29:43.298Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
20772023-12-08T15:29:43.700Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
20782023-12-08T15:29:44.349Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
20792023-12-08T15:29:46.831Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
20802023-12-08T15:29:46.982Z Compiling ref-cast-impl v1.0.20
20812023-12-08T15:29:47.259Z Compiling libxml v0.3.3
20822023-12-08T15:29:47.860Z Compiling derive_builder_macro v0.12.0
20832023-12-08T15:29:48.324Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
20842023-12-08T15:29:48.896Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
20852023-12-08T15:29:49.085Z Compiling strum_macros v0.24.3
20862023-12-08T15:29:49.189Z Compiling fs-err v2.11.0
20872023-12-08T15:29:49.620Z Compiling cookie v0.18.0
20882023-12-08T15:29:50.118Z Compiling diesel-dtrace v0.2.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#c1252df7)
20892023-12-08T15:29:50.162Z Compiling indoc v1.0.9
20902023-12-08T15:29:50.901Z Checking derive_builder v0.12.0
20912023-12-08T15:29:51.822Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
20922023-12-08T15:29:54.004Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
20932023-12-08T15:29:55.376Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
20942023-12-08T15:29:55.494Z Checking bb8 v0.8.1
20952023-12-08T15:29:55.694Z Checking quick-xml v0.23.1
20962023-12-08T15:29:55.807Z Compiling impl-trait-for-tuples v0.2.2
20972023-12-08T15:29:56.226Z Compiling oso-derive v0.27.0
20982023-12-08T15:29:56.334Z Checking unicode-linebreak v0.1.5
20992023-12-08T15:29:56.994Z Checking smawk v0.3.1
21002023-12-08T15:29:57.011Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
21012023-12-08T15:29:57.282Z Checking textwrap v0.16.0
21022023-12-08T15:29:57.542Z Checking async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef)
21032023-12-08T15:29:58.485Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
21042023-12-08T15:29:58.553Z Checking bytesize v1.3.0
21052023-12-08T15:29:58.845Z Checking is_ci v1.1.1
21062023-12-08T15:29:58.916Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
21072023-12-08T15:29:59.021Z Checking supports-color v2.1.0
21082023-12-08T15:29:59.299Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
21092023-12-08T15:29:59.823Z Compiling indoc v2.0.3
21102023-12-08T15:30:01.021Z Checking cassowary v0.3.0
21112023-12-08T15:30:01.556Z Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
21122023-12-08T15:30:01.644Z Checking ratatui v0.23.0
21132023-12-08T15:30:01.759Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
21142023-12-08T15:30:03.122Z Checking rtoolbox v0.0.1
21152023-12-08T15:30:03.404Z Checking rpassword v7.3.1
21162023-12-08T15:30:03.611Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
21172023-12-08T15:30:04.853Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
21182023-12-08T15:30:05.271Z Checking shell-words v1.1.0
21192023-12-08T15:30:05.451Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=945f040d259ca8013d3fb26f510453da7cd7b1a6#945f040d)
21202023-12-08T15:30:05.507Z Checking fatfs v0.3.6
21212023-12-08T15:30:05.591Z Checking tui-tree-widget v0.13.0
21222023-12-08T15:30:05.985Z Checking yansi v0.5.1
21232023-12-08T15:30:06.729Z Checking pretty_assertions v1.4.0
21242023-12-08T15:30:07.034Z Checking plotters-backend v0.3.5
21252023-12-08T15:30:07.145Z Checking rand v0.4.6
21262023-12-08T15:30:07.610Z Checking plotters-svg v0.3.5
21272023-12-08T15:30:07.692Z Compiling vte_generate_state_changes v0.1.1
21282023-12-08T15:30:07.914Z Checking remove_dir_all v0.5.3
21292023-12-08T15:30:08.042Z Checking cast v0.3.0
21302023-12-08T15:30:08.537Z Checking criterion-plot v0.5.0
21312023-12-08T15:30:08.627Z Checking tempdir v0.3.7
21322023-12-08T15:30:08.704Z Checking vte v0.11.1
21332023-12-08T15:30:08.864Z Checking plotters v0.3.5
21342023-12-08T15:30:09.270Z Checking installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd)
21352023-12-08T15:30:10.029Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
21362023-12-08T15:30:11.122Z Checking dashmap v5.5.1
21372023-12-08T15:30:11.756Z Checking tinytemplate v1.2.1
21382023-12-08T15:30:12.186Z Compiling serial_test_derive v0.10.0
21392023-12-08T15:30:12.342Z Checking oorandom v11.1.3
21402023-12-08T15:30:12.556Z Checking anes v0.1.6
21412023-12-08T15:30:13.151Z Checking criterion v0.5.1
21422023-12-08T15:30:14.052Z Checking serial_test v0.10.0
21432023-12-08T15:30:14.382Z Checking strip-ansi-escapes v0.2.0
21442023-12-08T15:30:14.586Z Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
21452023-12-08T15:30:15.403Z Checking installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client)
21462023-12-08T15:30:16.327Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
21472023-12-08T15:30:17.494Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
21482023-12-08T15:30:17.777Z Checking assert_cmd v2.0.12
21492023-12-08T15:30:18.432Z Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
21502023-12-08T15:30:20.858Z Checking fd-lock v3.0.13
21512023-12-08T15:30:21.132Z Checking nu-ansi-term v0.49.0
21522023-12-08T15:30:21.732Z Checking reedline v0.26.0
21532023-12-08T15:30:24.896Z Checking threadpool v1.8.1
21542023-12-08T15:30:25.185Z Checking nanorand v0.7.0
21552023-12-08T15:30:25.329Z Checking topological-sort v0.2.2
21562023-12-08T15:30:25.617Z Checking libtest-mimic v0.6.1
21572023-12-08T15:30:25.783Z Checking flume v0.11.0
21582023-12-08T15:30:26.348Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
21592023-12-08T15:30:26.545Z Checking httptest v0.15.5
21602023-12-08T15:30:27.601Z Checking similar-asserts v1.5.0
21612023-12-08T15:30:27.712Z Compiling rstest_macros v0.18.2
21622023-12-08T15:30:27.923Z Compiling crossbeam-queue v0.3.8
21632023-12-08T15:30:28.478Z Checking bytecount v0.6.3
21642023-12-08T15:30:28.675Z Checking papergrid v0.10.0
21652023-12-08T15:30:28.866Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
21662023-12-08T15:30:30.818Z Checking datatest-stable v0.2.3
21672023-12-08T15:30:30.916Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
21682023-12-08T15:30:31.008Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
21692023-12-08T15:30:31.139Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
21702023-12-08T15:30:31.424Z Compiling tabled_derive v0.6.0
21712023-12-08T15:30:32.218Z Checking arrayref v0.3.7
21722023-12-08T15:30:32.324Z Checking constant_time_eq v0.2.6
21732023-12-08T15:30:32.491Z Compiling relative-path v1.9.0
21742023-12-08T15:30:33.108Z Checking arrayvec v0.7.4
21752023-12-08T15:30:33.664Z Compiling trybuild v1.0.85
21762023-12-08T15:30:33.689Z Checking blake2b_simd v1.0.1
21772023-12-08T15:30:35.686Z Checking tabled v0.14.0
21782023-12-08T15:30:35.882Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
21792023-12-08T15:30:39.858Z Checking basic-toml v0.1.4
21802023-12-08T15:30:41.404Z Checking futures-timer v3.0.2
21812023-12-08T15:30:41.821Z Checking constant_time_eq v0.3.0
21822023-12-08T15:30:41.984Z Checking rust-argon2 v1.0.1
21832023-12-08T15:30:45.003Z Checking crossbeam v0.8.2
21842023-12-08T15:30:45.150Z Checking partial-io v0.5.4
21852023-12-08T15:30:45.697Z Checking approx v0.5.1
21862023-12-08T15:30:46.020Z Checking termios v0.3.3
21872023-12-08T15:30:46.287Z Checking hex-literal v0.4.1
21882023-12-08T15:30:50.130Z Checking rstest v0.18.2
21892023-12-08T15:30:53.792Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
21902023-12-08T15:31:00.152Z Checking omicron-deploy v0.1.0 (/work/oxidecomputer/omicron/dev-tools/thing-flinger)
21912023-12-08T15:31:56.221Z Compiling samael v0.0.10 (https://github.com/njaremko/samael?branch=master#52028e45)
21922023-12-08T15:31:59.110Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli)
21932023-12-08T15:32:01.529Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
21942023-12-08T15:32:12.751Z Checking caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util)
21952023-12-08T15:32:38.193Z Compiling polar-core v0.27.0
21962023-12-08T15:32:48.860Z Checking oso v0.27.0
21972023-12-08T15:33:25.423Z Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
21982023-12-08T15:34:47.106Z Finished dev [unoptimized + debuginfo] target(s) in 9m 51s
21992023-12-08T15:34:47.316Z
22002023-12-08T15:34:47.319Zreal 10:48.084621468
22012023-12-08T15:34:47.319Zuser 59:00.023292230
22022023-12-08T15:34:47.319Zsys 7:32.957859710
22032023-12-08T15:34:47.320Ztrap 2.020367573
22042023-12-08T15:34:47.320Ztflt 3.383708759
22052023-12-08T15:34:47.320Zdflt 5.782930021
22062023-12-08T15:34:47.320Zkflt 0.021601716
22072023-12-08T15:34:47.320Zlock 1:33:59.760967752
22082023-12-08T15:34:47.320Zslp 2:55:42.188455824
22092023-12-08T15:34:47.320Zlat 2:03.012052371
22102023-12-08T15:34:47.320Zstop 4:19.594180960
22112023-12-08T15:34:48.458Zwarning: output filename collision.
22122023-12-08T15:34:48.458ZThe 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)`.
22132023-12-08T15:34:48.459ZColliding filename is: /work/oxidecomputer/omicron/target/doc/hubpack/index.html
22142023-12-08T15:34:48.459ZThe targets should have unique names.
22152023-12-08T15:34:48.459ZThis is a known bug where multiple crates with the same name use
22162023-12-08T15:34:48.459Zthe same path; see <https://github.com/rust-lang/cargo/issues/6313>.
22172023-12-08T15:34:48.462Zwarning: output filename collision.
22182023-12-08T15:34:48.463ZThe bin target `oximeter` in package `oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)` has the same output filename as the lib target `oximeter` in package `oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)`.
22192023-12-08T15:34:48.463ZColliding filename is: /work/oxidecomputer/omicron/target/doc/oximeter/index.html
22202023-12-08T15:34:48.463ZThe targets should have unique names.
22212023-12-08T15:34:48.463ZThis is a known bug where multiple crates with the same name use
22222023-12-08T15:34:48.465Zthe same path; see <https://github.com/rust-lang/cargo/issues/6313>.
22232023-12-08T15:34:48.465Zwarning: output filename collision.
22242023-12-08T15:34:48.465ZThe 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)`.
22252023-12-08T15:34:48.465ZColliding filename is: /work/oxidecomputer/omicron/target/doc/tlvc/index.html
22262023-12-08T15:34:48.465ZThe targets should have unique names.
22272023-12-08T15:34:48.465ZThis is a known bug where multiple crates with the same name use
22282023-12-08T15:34:48.465Zthe same path; see <https://github.com/rust-lang/cargo/issues/6313>.
22292023-12-08T15:34:49.042Z Documenting libc v0.2.150
22302023-12-08T15:34:49.060Z Documenting cfg-if v1.0.0
22312023-12-08T15:34:49.070Z Documenting serde_derive v1.0.192
22322023-12-08T15:34:49.161Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
22332023-12-08T15:34:49.165Z Documenting log v0.4.20
22342023-12-08T15:34:49.165Z Documenting scopeguard v1.2.0
22352023-12-08T15:34:49.165Z Documenting smallvec v1.11.0
22362023-12-08T15:34:49.165Z Documenting itoa v1.0.9
22372023-12-08T15:34:49.509Z Documenting memchr v2.6.3
22382023-12-08T15:34:53.082Z Documenting zeroize_derive v1.4.2
22392023-12-08T15:34:53.122Z Documenting pin-project-lite v0.2.13
22402023-12-08T15:34:53.178Z Documenting lock_api v0.4.10
22412023-12-08T15:34:53.573Z Documenting libm v0.2.7
22422023-12-08T15:34:55.032Z Documenting futures-core v0.3.29
22432023-12-08T15:34:55.464Z Documenting getrandom v0.2.10
22442023-12-08T15:34:56.325Z Documenting parking_lot_core v0.9.8
22452023-12-08T15:34:57.105Z Documenting signal-hook-registry v1.4.1
22462023-12-08T15:34:57.572Z Documenting mio v0.8.9
22472023-12-08T15:34:58.477Z Documenting num-traits v0.2.16
22482023-12-08T15:34:58.640Z Documenting serde v1.0.192
22492023-12-08T15:35:00.425Z Documenting thiserror-impl v1.0.49
22502023-12-08T15:35:00.569Z Documenting zeroize v1.7.0
22512023-12-08T15:35:00.994Z Documenting rand_core v0.6.4
22522023-12-08T15:35:02.229Z Documenting parking_lot v0.12.1
22532023-12-08T15:35:02.762Z Documenting num_cpus v1.16.0
22542023-12-08T15:35:03.725Z Documenting socket2 v0.5.5
22552023-12-08T15:35:05.545Z Documenting tokio-macros v2.2.0
22562023-12-08T15:35:06.252Z Documenting typenum v1.16.0
22572023-12-08T15:35:06.514Z Documenting once_cell v1.18.0
22582023-12-08T15:35:07.522Z Documenting thiserror v1.0.49
22592023-12-08T15:35:07.956Z Documenting subtle v2.5.0
22602023-12-08T15:35:08.734Z Documenting ryu v1.0.15
22612023-12-08T15:35:09.626Z Documenting byteorder v1.5.0
22622023-12-08T15:35:11.984Z Documenting futures-sink v0.3.29
22632023-12-08T15:35:12.397Z Documenting pin-utils v0.1.0
22642023-12-08T15:35:12.640Z Documenting const-oid v0.9.5
22652023-12-08T15:35:12.741Z Documenting futures-task v0.3.29
22662023-12-08T15:35:13.629Z Documenting slab v0.4.9
22672023-12-08T15:35:15.740Z Documenting futures-macro v0.3.29
22682023-12-08T15:35:17.261Z Documenting futures-channel v0.3.29
22692023-12-08T15:35:18.167Z Documenting futures-io v0.3.29
22702023-12-08T15:35:19.689Z Documenting iana-time-zone v0.1.57
22712023-12-08T15:35:20.343Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
22722023-12-08T15:35:21.543Z Documenting tinyvec_macros v0.1.1
22732023-12-08T15:35:21.874Z Documenting ppv-lite86 v0.2.17
22742023-12-08T15:35:22.907Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
22752023-12-08T15:35:23.481Z Documenting tracing-core v0.1.31
22762023-12-08T15:35:23.957Z Documenting futures-util v0.3.29
22772023-12-08T15:35:25.611Z Documenting tracing-attributes v0.1.26
22782023-12-08T15:35:25.975Z Documenting tinyvec v1.6.0
22792023-12-08T15:35:26.936Z Documenting rand_chacha v0.3.1
22802023-12-08T15:35:31.697Z Documenting unicode-normalization v0.1.22
22812023-12-08T15:35:33.123Z Documenting rand v0.8.5
22822023-12-08T15:35:33.428Z Documenting bytes v1.5.0
22832023-12-08T15:35:35.392Z Documenting bitflags v2.4.0
22842023-12-08T15:35:36.732Z Documenting serde_json v1.0.108
22852023-12-08T15:35:38.300Z Documenting chrono v0.4.31
22862023-12-08T15:35:39.162Z Documenting uuid v1.6.1
22872023-12-08T15:35:40.862Z Documenting tokio v1.34.0
22882023-12-08T15:35:41.034Z Documenting fnv v1.0.7
22892023-12-08T15:35:41.921Z Documenting base64 v0.21.5
22902023-12-08T15:35:45.176Z Documenting lazy_static v1.4.0
22912023-12-08T15:35:45.904Z Documenting unicode-bidi v0.3.13
22922023-12-08T15:35:47.059Z Documenting http v0.2.11
22932023-12-08T15:35:47.354Z Documenting percent-encoding v2.3.1
22942023-12-08T15:35:47.674Z Documenting spin v0.9.8
22952023-12-08T15:35:49.400Z Documenting cpufeatures v0.2.9
22962023-12-08T15:35:50.132Z Documenting generic-array v0.14.7
22972023-12-08T15:35:52.047Z Documenting serde_derive_internals v0.26.0
22982023-12-08T15:35:52.168Z Checking serde_derive_internals v0.26.0
22992023-12-08T15:35:52.642Z Documenting tracing v0.1.37
23002023-12-08T15:35:53.080Z Documenting dyn-clone v1.0.13
23012023-12-08T15:35:53.333Z Documenting form_urlencoded v1.2.1
23022023-12-08T15:35:53.465Z Documenting idna v0.5.0
23032023-12-08T15:35:55.763Z Documenting errno v0.3.2
23042023-12-08T15:35:56.559Z Documenting crypto-common v0.1.6
23052023-12-08T15:35:56.967Z Documenting block-buffer v0.10.4
23062023-12-08T15:35:57.603Z Documenting httparse v1.8.0
23072023-12-08T15:35:59.074Z Documenting adler v1.0.2
23082023-12-08T15:35:59.503Z Documenting url v2.5.0
23092023-12-08T15:35:59.924Z Documenting schemars_derive v0.8.13
23102023-12-08T15:36:01.392Z Documenting rustix v0.38.25
23112023-12-08T15:36:03.125Z Documenting unicode-ident v1.0.12
23122023-12-08T15:36:03.316Z Documenting miniz_oxide v0.7.1
23132023-12-08T15:36:03.364Z Documenting digest v0.10.7
23142023-12-08T15:36:03.671Z Documenting try-lock v0.2.4
23152023-12-08T15:36:05.768Z Documenting openssl-probe v0.1.5
23162023-12-08T15:36:07.191Z Documenting proc-macro2 v1.0.69
23172023-12-08T15:36:07.664Z Documenting httpdate v1.0.3
23182023-12-08T15:36:08.110Z Documenting untrusted v0.9.0
23192023-12-08T15:36:08.737Z Documenting schemars v0.8.13
23202023-12-08T15:36:11.261Z Documenting want v0.3.1
23212023-12-08T15:36:11.461Z Documenting http-body v0.4.5
23222023-12-08T15:36:12.517Z Documenting ring v0.17.5
23232023-12-08T15:36:13.023Z Documenting openssl-sys v0.9.96
23242023-12-08T15:36:13.392Z Documenting async-trait v0.1.74
23252023-12-08T15:36:13.614Z Documenting quote v1.0.33
23262023-12-08T15:36:16.895Z Documenting openssl-macros v0.1.1
23272023-12-08T15:36:17.618Z Documenting tower-service v0.3.2
23282023-12-08T15:36:17.969Z Documenting mime v0.3.17
23292023-12-08T15:36:19.414Z Documenting aho-corasick v1.0.4
23302023-12-08T15:36:20.295Z Documenting sct v0.7.0
23312023-12-08T15:36:20.339Z Documenting rustls-webpki v0.101.7
23322023-12-08T15:36:21.666Z Documenting tokio-util v0.7.10
23332023-12-08T15:36:21.877Z Documenting slog v2.7.0
23342023-12-08T15:36:23.255Z Documenting ipnet v2.8.0
23352023-12-08T15:36:23.380Z Documenting openssl v0.10.60
23362023-12-08T15:36:24.330Z Documenting hashbrown v0.14.2
23372023-12-08T15:36:26.051Z Documenting unicode-width v0.1.11
23382023-12-08T15:36:26.752Z Documenting regex-syntax v0.8.2
23392023-12-08T15:36:26.765Z Documenting equivalent v1.0.1
23402023-12-08T15:36:28.113Z Documenting rustls v0.21.9
23412023-12-08T15:36:29.484Z Documenting rustls-pemfile v1.0.3
23422023-12-08T15:36:30.151Z Documenting num-integer v0.1.45
23432023-12-08T15:36:30.221Z Documenting h2 v0.3.21
23442023-12-08T15:36:30.790Z Documenting time-macros v0.2.13
23452023-12-08T15:36:30.868Z Documenting indexmap v2.1.0
23462023-12-08T15:36:34.954Z Documenting num_threads v0.1.6
23472023-12-08T15:36:35.763Z Documenting utf8parse v0.2.1
23482023-12-08T15:36:36.383Z Documenting time-core v0.1.1
23492023-12-08T15:36:36.817Z Documenting regex-automata v0.4.3
23502023-12-08T15:36:37.801Z Documenting deranged v0.3.8
23512023-12-08T15:36:37.843Z Documenting gimli v0.28.0
23522023-12-08T15:36:39.871Z Documenting native-tls v0.2.11
23532023-12-08T15:36:40.337Z Documenting zerocopy v0.6.4
23542023-12-08T15:36:40.595Z Documenting object v0.32.1
23552023-12-08T15:36:40.671Z Documenting tokio-rustls v0.24.1
23562023-12-08T15:36:44.393Z Documenting time v0.3.27
23572023-12-08T15:36:44.910Z Documenting hyper v0.14.27
23582023-12-08T15:36:46.944Z Documenting encoding_rs v0.8.33
23592023-12-08T15:36:47.153Z Documenting crossbeam-utils v0.8.16
23602023-12-08T15:36:47.310Z Documenting addr2line v0.21.0
23612023-12-08T15:36:49.461Z Checking pest_meta v2.7.2
23622023-12-08T15:36:49.643Z Documenting regex v1.10.2
23632023-12-08T15:36:51.048Z Documenting rustc-demangle v0.1.23
23642023-12-08T15:36:52.477Z Documenting tokio-native-tls v0.3.1
23652023-12-08T15:36:52.872Z Documenting rustls-native-certs v0.6.3
23662023-12-08T15:36:53.238Z Documenting serde_urlencoded v0.7.1
23672023-12-08T15:36:54.014Z Documenting pest_meta v2.7.2
23682023-12-08T15:36:55.321Z Checking pest_generator v2.7.2
23692023-12-08T15:36:56.580Z Documenting webpki-roots v0.25.2
23702023-12-08T15:36:58.056Z Documenting anstyle v1.0.2
23712023-12-08T15:36:58.432Z Documenting ucd-trie v0.1.6
23722023-12-08T15:36:59.384Z Documenting backtrace v0.3.69
23732023-12-08T15:36:59.548Z Documenting data-encoding v2.4.0
23742023-12-08T15:36:59.934Z Documenting pest_generator v2.7.2
23752023-12-08T15:37:00.593Z Documenting anstyle-parse v0.2.1
23762023-12-08T15:37:02.298Z Documenting syn v2.0.32
23772023-12-08T15:37:03.683Z Documenting ipnetwork v0.20.0
23782023-12-08T15:37:03.715Z Documenting hyper-tls v0.5.0
23792023-12-08T15:37:04.499Z Documenting hyper-rustls v0.24.2
23802023-12-08T15:37:05.144Z Documenting pest v2.7.2
23812023-12-08T15:37:05.824Z Documenting sha2 v0.10.8
23822023-12-08T15:37:06.874Z Documenting pest_derive v2.7.2
23832023-12-08T15:37:07.683Z Documenting anyhow v1.0.75
23842023-12-08T15:37:12.033Z Documenting futures-executor v0.3.29
23852023-12-08T15:37:13.063Z Documenting hex v0.4.3
23862023-12-08T15:37:13.121Z Documenting crc32fast v1.3.2
23872023-12-08T15:37:13.740Z Checking serde_tokenstream v0.1.7
23882023-12-08T15:37:14.043Z Documenting anstyle-query v1.0.0
23892023-12-08T15:37:14.267Z Documenting colorchoice v1.0.0
23902023-12-08T15:37:14.658Z Documenting reqwest v0.11.22
23912023-12-08T15:37:15.429Z Documenting dtrace-parser v0.1.14
23922023-12-08T15:37:18.368Z Documenting openapiv3 v2.0.0-rc.1
23932023-12-08T15:37:18.561Z Documenting num-iter v0.1.43
23942023-12-08T15:37:18.748Z Documenting hmac v0.12.1
23952023-12-08T15:37:18.904Z Documenting dof v0.1.5
23962023-12-08T15:37:19.334Z Documenting anstream v0.5.0
23972023-12-08T15:37:20.938Z Documenting signal-hook v0.3.17
23982023-12-08T15:37:24.618Z Documenting thread-id v4.2.0
23992023-12-08T15:37:25.102Z Documenting terminal_size v0.2.6
24002023-12-08T15:37:25.688Z Documenting memoffset v0.9.0
24012023-12-08T15:37:25.880Z Documenting clap_lex v0.5.1
24022023-12-08T15:37:26.900Z Documenting strsim v0.10.0
24032023-12-08T15:37:28.580Z Documenting futures v0.3.29
24042023-12-08T15:37:29.912Z Documenting crossbeam-epoch v0.9.15
24052023-12-08T15:37:29.953Z Documenting flate2 v1.0.28
24062023-12-08T15:37:30.219Z Documenting usdt-impl v0.3.5
24072023-12-08T15:37:30.685Z Documenting usdt-macro v0.3.5
24082023-12-08T15:37:31.398Z Documenting usdt-attr-macro v0.3.5
24092023-12-08T15:37:31.975Z Documenting clap_derive v4.4.2
24102023-12-08T15:37:33.009Z Documenting clap_builder v4.4.2
24112023-12-08T15:37:35.767Z Documenting signal-hook-mio v0.2.3
24122023-12-08T15:37:37.286Z Documenting signature v2.1.0
24132023-12-08T15:37:37.989Z Documenting block-padding v0.3.3
24142023-12-08T15:37:38.060Z Documenting hash32 v0.2.1
24152023-12-08T15:37:38.744Z Documenting usdt v0.3.5
24162023-12-08T15:37:39.491Z Documenting scheduled-thread-pool v0.2.7
24172023-12-08T15:37:41.037Z Documenting bzip2-sys v0.1.11+1.0.8
24182023-12-08T15:37:41.753Z Documenting enum-as-inner v0.5.1
24192023-12-08T15:37:41.921Z Documenting clap v4.4.3
24202023-12-08T15:37:44.026Z Documenting diesel_table_macro_syntax v0.1.0
24212023-12-08T15:37:44.198Z Checking diesel_table_macro_syntax v0.1.0
24222023-12-08T15:37:44.333Z Documenting pin-project-internal v1.1.3
24232023-12-08T15:37:44.443Z Documenting stable_deref_trait v1.2.0
24242023-12-08T15:37:45.283Z Documenting unicode-segmentation v1.10.1
24252023-12-08T15:37:46.314Z Documenting r2d2 v0.8.10
24262023-12-08T15:37:46.645Z Documenting bzip2 v0.4.4
24272023-12-08T15:37:48.552Z Documenting heapless v0.7.16
24282023-12-08T15:37:48.714Z Documenting trust-dns-proto v0.22.0
24292023-12-08T15:37:48.955Z Documenting inout v0.1.3
24302023-12-08T15:37:50.226Z Documenting crossterm v0.27.0
24312023-12-08T15:37:50.513Z Documenting diesel_derives v2.1.2
24322023-12-08T15:37:51.424Z Documenting pin-project v1.1.3
24332023-12-08T15:37:52.266Z Documenting md-5 v0.10.5
24342023-12-08T15:37:52.449Z Documenting stringprep v0.1.3
24352023-12-08T15:37:55.181Z Documenting serde_spanned v0.6.4
24362023-12-08T15:37:55.418Z Documenting toml_datetime v0.6.5
24372023-12-08T15:37:55.874Z Documenting pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
24382023-12-08T15:37:58.236Z Documenting doc-comment v0.3.3
24392023-12-08T15:37:58.409Z Documenting snafu-derive v0.7.5
24402023-12-08T15:37:59.321Z Documenting siphasher v0.3.11
24412023-12-08T15:38:00.959Z Documenting managed v0.8.0
24422023-12-08T15:38:01.046Z Documenting winnow v0.5.15
24432023-12-08T15:38:01.247Z Documenting bit-vec v0.6.3
24442023-12-08T15:38:01.469Z Documenting static_assertions v1.1.0
24452023-12-08T15:38:02.368Z Documenting either v1.9.0
24462023-12-08T15:38:02.574Z Documenting fallible-iterator v0.2.0
24472023-12-08T15:38:03.615Z Documenting phf_shared v0.11.2
24482023-12-08T15:38:05.848Z Documenting smoltcp v0.9.1
24492023-12-08T15:38:05.886Z Documenting diesel v2.1.4
24502023-12-08T15:38:07.258Z Documenting cipher v0.4.4
24512023-12-08T15:38:08.260Z Documenting zip v0.6.6
24522023-12-08T15:38:08.622Z Documenting toml_edit v0.21.0
24532023-12-08T15:38:09.239Z Documenting num-bigint v0.4.4
24542023-12-08T15:38:09.619Z Documenting snafu v0.7.5
24552023-12-08T15:38:10.084Z Documenting postgres-protocol v0.6.6
24562023-12-08T15:38:13.160Z Documenting hubpack v0.1.2
24572023-12-08T15:38:14.610Z Documenting regress v0.7.1
24582023-12-08T15:38:16.282Z Documenting bstr v1.6.0
24592023-12-08T15:38:17.059Z Documenting serde_repr v0.1.16
24602023-12-08T15:38:17.122Z Documenting precomputed-hash v0.1.1
24612023-12-08T15:38:19.336Z Documenting fixedbitset v0.4.2
24622023-12-08T15:38:19.591Z Documenting new_debug_unreachable v1.0.4
24632023-12-08T15:38:19.717Z Documenting lalrpop-util v0.19.12
24642023-12-08T15:38:22.608Z Documenting postgres-types v0.2.6
24652023-12-08T15:38:23.515Z Documenting gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
24662023-12-08T15:38:23.750Z Documenting string_cache v0.8.7
24672023-12-08T15:38:23.834Z Documenting yasna v0.5.2
24682023-12-08T15:38:24.038Z Documenting phf v0.11.2
24692023-12-08T15:38:24.098Z Documenting petgraph v0.6.4
24702023-12-08T15:38:25.988Z Documenting console v0.15.7
24712023-12-08T15:38:29.863Z Documenting semver v1.0.20
24722023-12-08T15:38:30.569Z Documenting float-cmp v0.9.0
24732023-12-08T15:38:32.013Z Checking unsafe-libyaml v0.2.9
24742023-12-08T15:38:32.780Z Documenting difflib v0.4.0
24752023-12-08T15:38:33.059Z Documenting whoami v1.4.1
24762023-12-08T15:38:33.789Z Documenting normalize-line-endings v0.3.0
24772023-12-08T15:38:33.846Z Documenting predicates-core v1.0.6
24782023-12-08T15:38:34.575Z Documenting heck v0.4.1
24792023-12-08T15:38:36.065Z Documenting bit-set v0.5.3
24802023-12-08T15:38:37.253Z Documenting similar v2.2.1
24812023-12-08T15:38:38.283Z Documenting typify-macro v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f)
24822023-12-08T15:38:38.295Z Documenting tokio-stream v0.1.14
24832023-12-08T15:38:38.701Z Documenting tokio-postgres v0.7.10
24842023-12-08T15:38:39.289Z Documenting unsafe-libyaml v0.2.9
24852023-12-08T15:38:39.513Z Documenting predicates v3.0.4
24862023-12-08T15:38:40.649Z Documenting typify-impl v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f)
24872023-12-08T15:38:42.316Z Checking ident_case v1.0.1
24882023-12-08T15:38:42.524Z Checking serde_yaml v0.9.25
24892023-12-08T15:38:43.446Z Documenting progenitor-client v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576)
24902023-12-08T15:38:44.920Z Documenting serde_yaml v0.9.25
24912023-12-08T15:38:45.651Z Documenting getopts v0.2.21
24922023-12-08T15:38:45.834Z Documenting match_cfg v0.1.0
24932023-12-08T15:38:47.159Z Documenting sha1 v0.10.6
24942023-12-08T15:38:48.320Z Documenting dirs-sys-next v0.1.2
24952023-12-08T15:38:49.882Z Documenting hostname v0.3.1
24962023-12-08T15:38:51.235Z Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
24972023-12-08T15:38:51.694Z Documenting typify v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f)
24982023-12-08T15:38:51.775Z Documenting thread_local v1.1.7
24992023-12-08T15:38:53.288Z Documenting progenitor-macro v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576)
25002023-12-08T15:38:54.011Z Documenting dirs-next v2.0.0
25012023-12-08T15:38:54.376Z Documenting paste v1.0.14
25022023-12-08T15:38:55.305Z Documenting crossbeam-channel v0.5.8
25032023-12-08T15:38:55.568Z Documenting atty v0.2.14
25042023-12-08T15:38:56.565Z Documenting take_mut v0.2.2
25052023-12-08T15:38:58.017Z Documenting slog-json v2.6.1
25062023-12-08T15:38:59.599Z Documenting term v0.7.0
25072023-12-08T15:38:59.850Z Documenting camino v1.1.6
25082023-12-08T15:39:00.337Z Documenting async-stream-impl v0.3.5
25092023-12-08T15:39:01.363Z Documenting atomic-waker v1.1.1
25102023-12-08T15:39:01.565Z Documenting progenitor-impl v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576)
25112023-12-08T15:39:01.918Z Documenting slog-async v2.8.0
25122023-12-08T15:39:04.687Z Documenting debug-ignore v1.0.5
25132023-12-08T15:39:04.855Z Documenting slog-bunyan v2.4.0
25142023-12-08T15:39:05.435Z Documenting slog-term v2.9.0
25152023-12-08T15:39:05.590Z Documenting waitgroup v0.1.2
25162023-12-08T15:39:06.758Z Checking darling_core v0.20.3
25172023-12-08T15:39:06.778Z Documenting async-stream v0.3.5
25182023-12-08T15:39:08.175Z Documenting toml v0.8.8
25192023-12-08T15:39:08.749Z Documenting dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#ff87a017)
25202023-12-08T15:39:09.660Z Documenting multer v2.1.0
25212023-12-08T15:39:10.995Z Documenting serde_path_to_error v0.1.14
25222023-12-08T15:39:11.407Z Documenting strum v0.25.0
25232023-12-08T15:39:12.002Z Checking darling v0.20.3
25242023-12-08T15:39:12.142Z Documenting serde_with_macros v2.3.3
25252023-12-08T15:39:12.183Z Documenting structmeta-derive v0.2.0
25262023-12-08T15:39:13.225Z Documenting progenitor v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576)
25272023-12-08T15:39:15.458Z Checking structmeta v0.2.0
25282023-12-08T15:39:15.798Z Documenting instant v0.1.12
25292023-12-08T15:39:16.607Z Checking regex-syntax v0.7.5
25302023-12-08T15:39:16.848Z Documenting serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
25312023-12-08T15:39:16.986Z Documenting macaddr v1.0.1
25322023-12-08T15:39:17.308Z Documenting dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#ff87a017)
25332023-12-08T15:39:19.646Z Documenting structmeta v0.2.0
25342023-12-08T15:39:20.136Z Documenting serde_with v2.3.3
25352023-12-08T15:39:21.463Z Documenting backoff v0.4.0
25362023-12-08T15:39:21.786Z Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
25372023-12-08T15:39:22.916Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
25382023-12-08T15:39:23.165Z Documenting fastrand v2.0.0
25392023-12-08T15:39:26.116Z Documenting parse-display-derive v0.8.2
25402023-12-08T15:39:27.164Z Documenting is-terminal v0.4.9
25412023-12-08T15:39:27.948Z Documenting base64ct v1.6.0
25422023-12-08T15:39:29.304Z Documenting tempfile v3.8.1
25432023-12-08T15:39:29.578Z Documenting proc-macro-crate v1.3.1
25442023-12-08T15:39:29.702Z Checking proc-macro-crate v1.3.1
25452023-12-08T15:39:30.071Z Documenting proc-macro-error-attr v1.0.4
25462023-12-08T15:39:31.526Z Checking proc-macro-error v1.0.4
25472023-12-08T15:39:31.926Z Documenting postcard-cobs v0.1.5-pre
25482023-12-08T15:39:33.905Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
25492023-12-08T15:39:34.268Z Documenting foreign-types-macros v0.2.3
25502023-12-08T15:39:34.489Z Documenting parse-display v0.8.2
25512023-12-08T15:39:35.562Z Documenting proc-macro-error v1.0.4
25522023-12-08T15:39:35.872Z Documenting camino-tempfile v1.1.1
25532023-12-08T15:39:36.061Z Documenting num_enum_derive v0.5.11
25542023-12-08T15:39:36.184Z Documenting postcard v0.7.3
25552023-12-08T15:39:40.061Z Documenting illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59)
25562023-12-08T15:39:40.203Z Documenting foreign-types-shared v0.3.1
25572023-12-08T15:39:40.563Z Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
25582023-12-08T15:39:41.108Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
25592023-12-08T15:39:41.512Z Documenting crucible-workspace-hack v0.1.0
25602023-12-08T15:39:41.918Z Documenting libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
25612023-12-08T15:39:42.315Z Documenting nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
25622023-12-08T15:39:42.888Z Documenting cstr-argument v0.1.2
25632023-12-08T15:39:44.221Z Documenting num_enum v0.5.11
25642023-12-08T15:39:44.396Z Documenting opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59)
25652023-12-08T15:39:44.545Z Documenting foreign-types v0.5.0
25662023-12-08T15:39:46.932Z Documenting kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59)
25672023-12-08T15:39:47.724Z Documenting rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
25682023-12-08T15:39:47.911Z Documenting colored v2.0.4
25692023-12-08T15:39:48.895Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
25702023-12-08T15:39:49.595Z Documenting dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
25712023-12-08T15:39:50.182Z Documenting zone_cfg_derive v0.3.0
25722023-12-08T15:39:50.489Z Documenting nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
25732023-12-08T15:39:53.244Z Documenting bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3e1d129151c3621d28ead5c6e5760693ba6e7fec#3e1d1291)
25742023-12-08T15:39:53.668Z Documenting opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59)
25752023-12-08T15:39:54.007Z Documenting rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
25762023-12-08T15:39:54.927Z Documenting num-derive v0.4.0
25772023-12-08T15:39:56.472Z Documenting smf v0.2.2
25782023-12-08T15:39:56.689Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
25792023-12-08T15:39:57.670Z Documenting zone v0.3.0
25802023-12-08T15:39:58.494Z Documenting linked-hash-map v0.5.6
25812023-12-08T15:39:59.440Z Documenting bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3e1d129151c3621d28ead5c6e5760693ba6e7fec#3e1d1291)
25822023-12-08T15:40:00.171Z Documenting libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d)
25832023-12-08T15:40:01.634Z Documenting crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=945f040d259ca8013d3fb26f510453da7cd7b1a6#945f040d)
25842023-12-08T15:40:02.269Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
25852023-12-08T15:40:03.048Z Documenting oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59)
25862023-12-08T15:40:04.932Z Documenting lru-cache v0.1.2
25872023-12-08T15:40:05.241Z Documenting password-hash v0.5.0
25882023-12-08T15:40:06.228Z Documenting blake2 v0.10.6
25892023-12-08T15:40:07.293Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
25902023-12-08T15:40:08.457Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
25912023-12-08T15:40:08.938Z Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
25922023-12-08T15:40:09.063Z Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
25932023-12-08T15:40:09.259Z Checking heck v0.3.3
25942023-12-08T15:40:09.485Z Documenting structopt-derive v0.4.18
25952023-12-08T15:40:10.767Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25962023-12-08T15:40:11.347Z Documenting illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
25972023-12-08T15:40:13.119Z Documenting libefi-sys v0.1.0
25982023-12-08T15:40:13.280Z Documenting opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59)
25992023-12-08T15:40:13.689Z Documenting argon2 v0.5.2
26002023-12-08T15:40:15.030Z Documenting quick-error v1.2.3
26012023-12-08T15:40:17.226Z Documenting structopt v0.3.26
26022023-12-08T15:40:18.511Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
26032023-12-08T15:40:19.034Z Documenting libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
26042023-12-08T15:40:20.416Z Documenting resolv-conf v0.7.0
26052023-12-08T15:40:20.503Z Documenting pem-rfc7468 v0.7.0
26062023-12-08T15:40:21.264Z Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
26072023-12-08T15:40:23.558Z Documenting tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802)
26082023-12-08T15:40:24.129Z Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
26092023-12-08T15:40:24.697Z Documenting der_derive v0.7.2
26102023-12-08T15:40:25.458Z Documenting flagset v0.4.3
26112023-12-08T15:40:25.846Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
26122023-12-08T15:40:26.113Z Documenting trust-dns-resolver v0.22.0
26132023-12-08T15:40:26.474Z Documenting cancel-safe-futures v0.1.5
26142023-12-08T15:40:26.673Z Checking convert_case v0.4.0
26152023-12-08T15:40:26.978Z Documenting convert_case v0.4.0
26162023-12-08T15:40:29.610Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
26172023-12-08T15:40:30.508Z Documenting arc-swap v1.6.0
26182023-12-08T15:40:31.046Z Documenting tap v1.0.1
26192023-12-08T15:40:32.345Z Documenting derive_more v0.99.17
26202023-12-08T15:40:32.653Z Documenting der v0.7.8
26212023-12-08T15:40:34.195Z Documenting swrite v0.1.0
26222023-12-08T15:40:35.417Z Documenting wyz v0.5.1
26232023-12-08T15:40:36.185Z Documenting slog-scope v4.4.0
26242023-12-08T15:40:39.403Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
26252023-12-08T15:40:39.920Z Documenting num-rational v0.4.1
26262023-12-08T15:40:39.933Z Documenting radium v0.7.0
26272023-12-08T15:40:40.259Z Documenting spki v0.7.2
26282023-12-08T15:40:40.802Z Documenting hkdf v0.12.3
26292023-12-08T15:40:41.314Z Documenting libsw v3.3.0
26302023-12-08T15:40:41.939Z Documenting num-complex v0.4.4
26312023-12-08T15:40:44.176Z Documenting derive-where v1.2.6
26322023-12-08T15:40:45.817Z Documenting linear-map v1.2.0
26332023-12-08T15:40:46.319Z Documenting owo-colors v3.5.0
26342023-12-08T15:40:46.574Z Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
26352023-12-08T15:40:46.724Z Documenting funty v2.0.0
26362023-12-08T15:40:47.963Z Documenting half v1.8.2
26372023-12-08T15:40:48.849Z Documenting ciborium-io v0.2.1
26382023-12-08T15:40:49.166Z Documenting crc-catalog v2.2.0
26392023-12-08T15:40:51.396Z Documenting bitvec v1.0.1
26402023-12-08T15:40:52.367Z Documenting num v0.4.1
26412023-12-08T15:40:52.477Z Documenting pkcs8 v0.10.2
26422023-12-08T15:40:53.568Z Documenting crc v3.0.1
26432023-12-08T15:40:53.582Z Documenting slog-stdlog v4.1.1
26442023-12-08T15:40:53.920Z Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
26452023-12-08T15:40:53.948Z Documenting ciborium-ll v0.2.1
26462023-12-08T15:40:57.755Z Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
26472023-12-08T15:40:59.005Z Documenting slog-dtrace v0.2.3
26482023-12-08T15:40:59.145Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
26492023-12-08T15:40:59.500Z Documenting xattr v1.0.1
26502023-12-08T15:41:00.011Z Documenting filetime v0.2.23
26512023-12-08T15:41:00.279Z Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
26522023-12-08T15:41:01.000Z Documenting packed_struct_codegen v0.10.1
26532023-12-08T15:41:05.251Z Documenting keccak v0.1.4
26542023-12-08T15:41:05.592Z Documenting nodrop v0.1.14
26552023-12-08T15:41:07.576Z Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
26562023-12-08T15:41:08.909Z Documenting tar v0.4.40
26572023-12-08T15:41:09.043Z Documenting ciborium v0.2.1
26582023-12-08T15:41:09.322Z Documenting packed_struct v0.10.1
26592023-12-08T15:41:09.409Z Documenting sha3 v0.10.8
26602023-12-08T15:41:10.131Z Documenting array-init v0.0.4
26612023-12-08T15:41:13.643Z Documenting slog-envlogger v2.2.0
26622023-12-08T15:41:14.725Z Documenting pkcs1 v0.7.5
26632023-12-08T15:41:15.023Z Documenting num-bigint-dig v0.8.4
26642023-12-08T15:41:15.695Z Documenting fxhash v0.2.1
26652023-12-08T15:41:16.974Z Documenting secrecy v0.8.0
26662023-12-08T15:41:17.027Z Documenting bitfield v0.14.0
26672023-12-08T15:41:21.199Z Documenting utf-8 v0.7.6
26682023-12-08T15:41:21.340Z Documenting termcolor v1.2.0
26692023-12-08T15:41:21.573Z Documenting serde-hex v0.1.0
26702023-12-08T15:41:21.941Z Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
26712023-12-08T15:41:22.463Z Documenting lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
26722023-12-08T15:41:23.067Z Documenting tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
26732023-12-08T15:41:24.546Z Documenting rsa v0.9.2
26742023-12-08T15:41:26.697Z Documenting tungstenite v0.20.1
26752023-12-08T15:41:27.602Z Documenting env_logger v0.10.0
26762023-12-08T15:41:28.843Z Documenting x509-cert v0.2.4
26772023-12-08T15:41:30.728Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
26782023-12-08T15:41:34.518Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
26792023-12-08T15:41:34.566Z Documenting newtype_derive v0.1.6
26802023-12-08T15:41:35.659Z Documenting pem v3.0.2
26812023-12-08T15:41:36.296Z Documenting ron v0.8.1
26822023-12-08T15:41:36.478Z Documenting crc-any v2.4.3
26832023-12-08T15:41:37.517Z Documenting tokio-tungstenite v0.20.1
26842023-12-08T15:41:40.077Z Documenting steno v0.4.0
26852023-12-08T15:41:41.014Z Documenting lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
26862023-12-08T15:41:41.337Z Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
26872023-12-08T15:41:43.198Z Documenting tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
26882023-12-08T15:41:48.039Z Documenting internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
26892023-12-08T15:41:48.715Z Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client)
26902023-12-08T15:41:50.296Z Documenting itertools v0.12.0
26912023-12-08T15:41:54.698Z Documenting nibble_vec v0.1.0
26922023-12-08T15:41:55.287Z Documenting path-slash v0.1.5
26932023-12-08T15:41:56.798Z Documenting same-file v1.0.6
26942023-12-08T15:41:59.985Z Documenting endian-type v0.1.2
26952023-12-08T15:42:00.903Z Documenting display-error-chain v0.2.0
26962023-12-08T15:42:01.194Z Documenting glob v0.3.1
26972023-12-08T15:42:01.582Z Documenting hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84)
26982023-12-08T15:42:03.019Z Documenting walkdir v2.4.0
26992023-12-08T15:42:05.513Z Documenting radix_trie v0.2.1
27002023-12-08T15:42:06.453Z Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
27012023-12-08T15:42:07.670Z Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
27022023-12-08T15:42:08.885Z Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
27032023-12-08T15:42:09.446Z Documenting buf-list v1.0.3
27042023-12-08T15:42:11.532Z Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
27052023-12-08T15:42:13.523Z Checking darling_core v0.14.4
27062023-12-08T15:42:16.032Z Documenting trust-dns-client v0.22.0
27072023-12-08T15:42:16.471Z Checking darling v0.14.4
27082023-12-08T15:42:16.898Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
27092023-12-08T15:42:16.998Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
27102023-12-08T15:42:17.392Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
27112023-12-08T15:42:17.624Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
27122023-12-08T15:42:19.171Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27132023-12-08T15:42:19.802Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
27142023-12-08T15:42:24.074Z Documenting sled v0.34.7
27152023-12-08T15:42:27.439Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27162023-12-08T15:42:28.526Z Documenting unicase v2.7.0
27172023-12-08T15:42:30.179Z Documenting trust-dns-server v0.22.1
27182023-12-08T15:42:30.997Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
27192023-12-08T15:42:31.424Z Documenting globset v0.4.13
27202023-12-08T15:42:32.614Z Documenting crossbeam-deque v0.8.3
27212023-12-08T15:42:33.185Z Documenting headers-core v0.2.0
27222023-12-08T15:42:36.174Z Documenting olpc-cjson v0.1.3
27232023-12-08T15:42:38.248Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27242023-12-08T15:42:39.185Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
27252023-12-08T15:42:39.791Z Documenting serde_plain v1.0.2
27262023-12-08T15:42:39.805Z Documenting ff v0.13.0
27272023-12-08T15:42:40.101Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
27282023-12-08T15:42:41.487Z Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
27292023-12-08T15:42:43.050Z Documenting async-recursion v1.0.5
27302023-12-08T15:42:43.093Z Documenting pretty-hex v0.4.0
27312023-12-08T15:42:43.391Z Documenting typed-path v0.6.0
27322023-12-08T15:42:45.406Z Documenting headers v0.3.9
27332023-12-08T15:42:45.652Z Documenting group v0.13.0
27342023-12-08T15:42:45.887Z Documenting rayon-core v1.12.0
27352023-12-08T15:42:47.582Z Documenting mime_guess v2.0.4
27362023-12-08T15:42:47.735Z Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
27372023-12-08T15:42:49.653Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
27382023-12-08T15:42:51.157Z Documenting tough v0.15.0
27392023-12-08T15:42:51.471Z Checking derive_builder_core v0.12.0
27402023-12-08T15:42:52.153Z Documenting derive_builder_core v0.12.0
27412023-12-08T15:42:52.840Z Documenting dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
27422023-12-08T15:42:54.159Z Checking ipcc-key-value v0.1.0 (/work/oxidecomputer/omicron/ipcc-key-value)
27432023-12-08T15:42:55.069Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
27442023-12-08T15:42:55.177Z Documenting universal-hash v0.5.1
27452023-12-08T15:42:55.468Z Documenting crypto-bigint v0.5.2
27462023-12-08T15:43:01.340Z Documenting bcs v0.1.6
27472023-12-08T15:43:01.422Z Documenting kstat-rs v0.2.3
27482023-12-08T15:43:04.379Z Documenting thiserror-impl-no-std v2.0.2
27492023-12-08T15:43:06.575Z Documenting curve25519-dalek-derive v0.1.0
27502023-12-08T15:43:07.575Z Documenting opaque-debug v0.3.0
27512023-12-08T15:43:07.869Z Documenting base16ct v0.2.0
27522023-12-08T15:43:08.132Z Documenting highway v1.1.0
27532023-12-08T15:43:11.727Z Documenting poly1305 v0.8.0
27542023-12-08T15:43:12.072Z Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
27552023-12-08T15:43:12.098Z Documenting thiserror-no-std v2.0.2
27562023-12-08T15:43:12.145Z Documenting derive_builder_macro v0.12.0
27572023-12-08T15:43:12.313Z Documenting elliptic-curve v0.13.5
27582023-12-08T15:43:13.088Z Documenting curve25519-dalek v4.1.0
27592023-12-08T15:43:13.735Z Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27602023-12-08T15:43:15.350Z Documenting rayon v1.8.0
27612023-12-08T15:43:18.939Z Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27622023-12-08T15:43:19.004Z Documenting ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
27632023-12-08T15:43:21.600Z Documenting mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client)
27642023-12-08T15:43:26.951Z Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
27652023-12-08T15:43:27.881Z Documenting propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=3e1d129151c3621d28ead5c6e5760693ba6e7fec#3e1d1291)
27662023-12-08T15:43:41.536Z Documenting portable-atomic v1.4.3
27672023-12-08T15:43:46.297Z Documenting ed25519 v1.5.3
27682023-12-08T15:43:47.136Z Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
27692023-12-08T15:43:49.171Z Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27702023-12-08T15:43:50.730Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
27712023-12-08T15:43:50.944Z Documenting crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=945f040d259ca8013d3fb26f510453da7cd7b1a6#945f040d)
27722023-12-08T15:43:50.979Z Documenting chacha20 v0.9.1
27732023-12-08T15:43:51.936Z Documenting aead v0.5.2
27742023-12-08T15:43:54.304Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
27752023-12-08T15:43:55.012Z Documenting ref-cast-impl v1.0.20
27762023-12-08T15:43:56.553Z Documenting vte_generate_state_changes v0.1.1
27772023-12-08T15:43:58.430Z Documenting cassowary v0.3.0
27782023-12-08T15:44:01.076Z Documenting number_prefix v0.4.0
27792023-12-08T15:44:02.223Z Documenting vte v0.11.1
27802023-12-08T15:44:02.988Z Documenting ref-cast v1.0.20
27812023-12-08T15:44:04.511Z Documenting ratatui v0.23.0
27822023-12-08T15:44:06.729Z Documenting indicatif v0.17.7
27832023-12-08T15:44:07.226Z Documenting chacha20poly1305 v0.10.1
27842023-12-08T15:44:08.353Z Documenting salty v0.2.0
27852023-12-08T15:44:08.828Z Documenting vsss-rs v3.3.1
27862023-12-08T15:44:14.075Z Documenting derive_builder v0.12.0
27872023-12-08T15:44:15.771Z Documenting fs-err v2.11.0
27882023-12-08T15:44:16.946Z Documenting polar-core v0.27.0
27892023-12-08T15:44:16.966Z Documenting hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a)
27902023-12-08T15:44:17.465Z Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
27912023-12-08T15:44:18.718Z Documenting nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d)
27922023-12-08T15:44:19.266Z Documenting libxml v0.3.3
27932023-12-08T15:44:21.751Z Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
27942023-12-08T15:44:23.496Z Documenting ipcc-key-value v0.1.0 (/work/oxidecomputer/omicron/ipcc-key-value)
27952023-12-08T15:44:26.096Z Documenting tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
27962023-12-08T15:44:28.866Z Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
27972023-12-08T15:44:28.902Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
27982023-12-08T15:44:29.341Z Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
27992023-12-08T15:44:30.517Z Documenting bb8 v0.8.1
28002023-12-08T15:44:32.315Z Documenting bytesize v1.3.0
28012023-12-08T15:44:38.165Z Documenting serde-big-array v0.5.1
28022023-12-08T15:44:38.350Z Documenting quick-xml v0.23.1
28032023-12-08T15:44:38.484Z Documenting rtoolbox v0.0.1
28042023-12-08T15:44:38.991Z Documenting oso-derive v0.27.0
28052023-12-08T15:44:44.279Z Documenting impl-trait-for-tuples v0.2.2
28062023-12-08T15:44:44.583Z Documenting smawk v0.3.1
28072023-12-08T15:44:45.394Z Documenting unicode-linebreak v0.1.5
28082023-12-08T15:44:45.447Z Documenting is_ci v1.1.1
28092023-12-08T15:44:49.771Z Documenting http-range v0.1.5
28102023-12-08T15:44:50.709Z Documenting humantime v2.1.0
28112023-12-08T15:44:50.722Z Documenting maplit v1.0.2
28122023-12-08T15:44:50.926Z Documenting supports-color v2.1.0
28132023-12-08T15:44:52.874Z Documenting textwrap v0.16.0
28142023-12-08T15:44:52.923Z Documenting samael v0.0.10 (https://github.com/njaremko/samael?branch=master#52028e45)
28152023-12-08T15:44:54.457Z Documenting gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
28162023-12-08T15:44:55.241Z Documenting hyper-staticfile v0.9.5
28172023-12-08T15:44:56.024Z Documenting oso v0.27.0
28182023-12-08T15:44:56.553Z Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
28192023-12-08T15:44:56.689Z Documenting rpassword v7.3.1
28202023-12-08T15:44:57.900Z Documenting tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
28212023-12-08T15:45:03.051Z Documenting async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef)
28222023-12-08T15:45:03.952Z Documenting sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef)
28232023-12-08T15:45:05.328Z Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
28242023-12-08T15:45:11.241Z Documenting tui-tree-widget v0.13.0
28252023-12-08T15:45:11.712Z Documenting strip-ansi-escapes v0.2.0
28262023-12-08T15:45:13.783Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
28272023-12-08T15:45:15.656Z Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
28282023-12-08T15:45:17.608Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
28292023-12-08T15:45:18.352Z Documenting cookie v0.18.0
28302023-12-08T15:45:20.273Z Documenting diesel-dtrace v0.2.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#c1252df7)
28312023-12-08T15:45:20.438Z Documenting rcgen v0.11.3
28322023-12-08T15:45:25.490Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
28332023-12-08T15:45:25.869Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
28342023-12-08T15:45:26.386Z Documenting atomicwrites v0.4.2
28352023-12-08T15:45:26.469Z Documenting signal-hook-tokio v0.3.1
28362023-12-08T15:45:30.501Z Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
28372023-12-08T15:45:32.715Z Documenting fd-lock v3.0.13
28382023-12-08T15:45:32.951Z Documenting subprocess v0.2.9
28392023-12-08T15:45:33.779Z Documenting corncobs v0.1.3
28402023-12-08T15:45:38.292Z Documenting shell-words v1.1.0
28412023-12-08T15:45:38.668Z Documenting nu-ansi-term v0.49.0
28422023-12-08T15:45:39.198Z Documenting sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef)
28432023-12-08T15:45:39.600Z Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
28442023-12-08T15:45:42.484Z Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
28452023-12-08T15:45:42.967Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
28462023-12-08T15:45:43.444Z Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
28472023-12-08T15:45:44.285Z Documenting reedline v0.26.0
28482023-12-08T15:45:44.540Z Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
28492023-12-08T15:45:44.923Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
28502023-12-08T15:45:46.190Z Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
28512023-12-08T15:45:55.398Z Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
28522023-12-08T15:46:10.595Z Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
28532023-12-08T15:46:12.893Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
28542023-12-08T15:46:15.068Z Documenting crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=945f040d259ca8013d3fb26f510453da7cd7b1a6#945f040d)
28552023-12-08T15:46:15.492Z Documenting fatfs v0.3.6
28562023-12-08T15:46:16.461Z Documenting nanorand v0.7.0
28572023-12-08T15:46:21.163Z Documenting assert_matches v1.5.0
28582023-12-08T15:46:22.418Z Documenting flume v0.11.0
28592023-12-08T15:46:22.974Z Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
28602023-12-08T15:46:26.031Z Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
28612023-12-08T15:46:28.026Zwarning: unresolved link to `propolis_client::api::InstanceStateMonitorResponse`
28622023-12-08T15:46:28.027Z --> sled-agent/src/sim/instance.rs:46:7
28632023-12-08T15:46:28.027Z |
28642023-12-08T15:46:28.027Z46 | /// [`propolis_client::api::InstanceStateMonitorResponse`]. Transition requests
28652023-12-08T15:46:28.027Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `api` in module `propolis_client`
28662023-12-08T15:46:28.027Z |
28672023-12-08T15:46:28.027Z = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default
28682023-12-08T15:46:28.027Z
28692023-12-08T15:46:29.331Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
28702023-12-08T15:46:32.285Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
28712023-12-08T15:46:32.361Zwarning: `omicron-sled-agent` (lib doc) generated 1 warning
28722023-12-08T15:46:32.365Z Documenting omicron-zone-package v0.9.1
28732023-12-08T15:46:32.618Z Documenting installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client)
28742023-12-08T15:46:33.643Z Documenting installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd)
28752023-12-08T15:46:42.391Z Checking installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd)
28762023-12-08T15:46:43.544Z Checking installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client)
28772023-12-08T15:46:48.939Z Documenting termios v0.3.3
28782023-12-08T15:46:50.270Z Documenting topological-sort v0.2.2
28792023-12-08T15:46:51.209Z Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
28802023-12-08T15:46:55.299Z Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
28812023-12-08T15:46:55.418Z Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
28822023-12-08T15:46:56.289Z Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
28832023-12-08T15:46:56.772Z Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
28842023-12-08T15:47:07.389Z Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
28852023-12-08T15:47:38.904Z Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
28862023-12-08T15:47:47.240Z Documenting tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
28872023-12-08T15:48:06.651Z Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli)
28882023-12-08T15:48:06.779Z Documenting caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util)
28892023-12-08T15:48:08.261Z Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
28902023-12-08T15:48:13.877Z Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
28912023-12-08T15:48:29.964Z Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28922023-12-08T15:49:22.256Zwarning: unresolved link to `VolumeConstructionRequest`
28932023-12-08T15:49:22.256Z --> nexus/src/app/sagas/volume_delete.rs:338:7
28942023-12-08T15:49:22.256Z |
28952023-12-08T15:49:22.256Z338 | /// [`VolumeConstructionRequest`] is shown here):
28962023-12-08T15:49:22.256Z | ^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `VolumeConstructionRequest` in scope
28972023-12-08T15:49:22.256Z |
28982023-12-08T15:49:22.256Z = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
28992023-12-08T15:49:22.256Z = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default
29002023-12-08T15:49:22.256Z
29012023-12-08T15:49:22.261Zwarning: unresolved link to `fd00:1122:3344:101::5`
29022023-12-08T15:49:22.261Z --> nexus/src/app/sagas/volume_delete.rs:348:17
29032023-12-08T15:49:22.261Z |
29042023-12-08T15:49:22.261Z348 | /// "[fd00:1122:3344:101::5]:1000",
29052023-12-08T15:49:22.261Z | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:101` in scope
29062023-12-08T15:49:22.261Z
29072023-12-08T15:49:22.261Zwarning: unresolved link to `fd00:1122:3344:102::9`
29082023-12-08T15:49:22.261Z --> nexus/src/app/sagas/volume_delete.rs:349:17
29092023-12-08T15:49:22.261Z |
29102023-12-08T15:49:22.262Z349 | /// "[fd00:1122:3344:102::9]:1000",
29112023-12-08T15:49:22.262Z | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:102` in scope
29122023-12-08T15:49:22.262Z
29132023-12-08T15:49:22.262Zwarning: unresolved link to `fd00:1122:3344:103::2`
29142023-12-08T15:49:22.262Z --> nexus/src/app/sagas/volume_delete.rs:350:17
29152023-12-08T15:49:22.262Z |
29162023-12-08T15:49:22.262Z350 | /// "[fd00:1122:3344:103::2]:1000"
29172023-12-08T15:49:22.262Z | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:103` in scope
29182023-12-08T15:49:22.262Z
29192023-12-08T15:49:22.262Zwarning: unresolved link to `fd00:1122:3344:101::5`
29202023-12-08T15:49:22.262Z --> nexus/src/app/sagas/volume_delete.rs:369:17
29212023-12-08T15:49:22.263Z |
29222023-12-08T15:49:22.263Z369 | /// "[fd00:1122:3344:101::5]:1001", <-- port changed
29232023-12-08T15:49:22.263Z | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:101` in scope
29242023-12-08T15:49:22.263Z
29252023-12-08T15:49:22.263Zwarning: unresolved link to `fd00:1122:3344:102::9`
29262023-12-08T15:49:22.263Z --> nexus/src/app/sagas/volume_delete.rs:370:17
29272023-12-08T15:49:22.263Z |
29282023-12-08T15:49:22.263Z370 | /// "[fd00:1122:3344:102::9]:1001", <-- port changed
29292023-12-08T15:49:22.263Z | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:102` in scope
29302023-12-08T15:49:22.263Z
29312023-12-08T15:49:22.264Zwarning: unresolved link to `fd00:1122:3344:103::2`
29322023-12-08T15:49:22.264Z --> nexus/src/app/sagas/volume_delete.rs:371:17
29332023-12-08T15:49:22.264Z |
29342023-12-08T15:49:22.264Z371 | /// "[fd00:1122:3344:103::2]:1001" <-- port changed
29352023-12-08T15:49:22.264Z | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:103` in scope
29362023-12-08T15:49:22.264Z
29372023-12-08T15:49:25.465Zwarning: `omicron-nexus` (lib doc) generated 7 warnings
29382023-12-08T15:49:57.243Z Finished dev [unoptimized + debuginfo] target(s) in 15m 09s
29392023-12-08T15:49:57.348Z
29402023-12-08T15:49:57.352Zreal 15:10.054148492
29412023-12-08T15:49:57.352Zuser 51:04.981163607
29422023-12-08T15:49:57.352Zsys 57:16.100006792
29432023-12-08T15:49:57.352Ztrap 1.769970908
29442023-12-08T15:49:57.352Ztflt 0.490751589
29452023-12-08T15:49:57.352Zdflt 0.422633676
29462023-12-08T15:49:57.352Zkflt 0.000285150
29472023-12-08T15:49:57.352Zlock 3:02:31.790077252
29482023-12-08T15:49:57.352Zslp 3:54:31.336715858
29492023-12-08T15:49:57.352Zlat 5:25.554795126
29502023-12-08T15:49:57.353Zstop 1:19.898317621
29512023-12-08T15:49:57.353Zprocess exited: duration 1732331 ms, exit code 0
 
29522023-12-08T15:49:57.363Zfound 0 output files