01HHD88DA4NKNZ0SGVGMKY7N42: 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: 01HHD88S46GC9XPHFBBA514V7R

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12023-12-11T20:16:12.416Zjob assigned to worker 01HHD88YJ4DY2GD4NA785PTQ1P (queued for 1 m 37 s)
 
22023-12-11T20:16:13.330Zstarting task 0: "setup"
32023-12-11T20:16:13.709Z++ uname -s
42023-12-11T20:16:13.712Z+ kern=SunOS
52023-12-11T20:16:13.712Z+ case "$kern" in
62023-12-11T20:16:13.712Z+ groupadd -g 12345 build
72023-12-11T20:16:13.715Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82023-12-11T20:16:15.726Z+ zfs create -o mountpoint=/work rpool/work
92023-12-11T20:16:16.109Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102023-12-11T20:16:16.116Z+ home_fs=zfs
112023-12-11T20:16:16.116Z+ [[ zfs == autofs ]]
122023-12-11T20:16:16.116Z+ mkdir -p /home/build
132023-12-11T20:16:16.116Z+ chown build:build /home/build /work
142023-12-11T20:16:18.118Z+ chmod 0700 /home/build /work
152023-12-11T20:16:18.121Zprocess exited: duration 4791 ms, exit code 0
 
162023-12-11T20:16:18.128Zstarting task 1: "rust-toolchain"
172023-12-11T20:16:18.136Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
182023-12-11T20:16:18.139Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default
192023-12-11T20:16:18.320Zinfo: downloading installer
202023-12-11T20:16:21.647Zwarning: it looks like you have an existing installation of Rust at:
212023-12-11T20:16:21.647Zwarning: /opt/ooce/bin
222023-12-11T20:16:21.647Zwarning: It is recommended that rustup be the primary Rust installation.
232023-12-11T20:16:21.647Zwarning: Otherwise you may have confusion unless you are careful with your PATH
242023-12-11T20:16:21.647Zwarning: If you are sure that you want both rustup and your already installed Rust
252023-12-11T20:16:21.648Zwarning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
262023-12-11T20:16:21.648Zwarning: or pass `-y' to ignore all ignorable checks.
272023-12-11T20:16:21.648Zerror: cannot install while Rust is installed
282023-12-11T20:16:21.649Zwarning: continuing (because the -y flag is set and the error is ignorable)
292023-12-11T20:16:22.144Zinfo: profile set to 'default'
302023-12-11T20:16:22.145Zinfo: default host triple is x86_64-unknown-illumos
312023-12-11T20:16:22.153Zinfo: syncing channel updates for '1.72.1-x86_64-unknown-illumos'
322023-12-11T20:16:22.335Zinfo: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13)
332023-12-11T20:16:22.335Zinfo: downloading component 'cargo'
342023-12-11T20:16:23.131Zinfo: downloading component 'clippy'
352023-12-11T20:16:23.421Zinfo: downloading component 'rust-docs'
362023-12-11T20:16:24.445Zinfo: downloading component 'rust-std'
372023-12-11T20:16:26.262Zinfo: downloading component 'rustc'
382023-12-11T20:16:30.844Zinfo: downloading component 'rustfmt'
392023-12-11T20:16:31.197Zinfo: installing component 'cargo'
402023-12-11T20:16:33.645Zinfo: installing component 'clippy'
412023-12-11T20:16:34.772Zinfo: installing component 'rust-docs'
422023-12-11T20:16:37.457Zinfo: installing component 'rust-std'
432023-12-11T20:16:42.184Zinfo: installing component 'rustc'
442023-12-11T20:16:52.403Zinfo: installing component 'rustfmt'
452023-12-11T20:16:52.849Zinfo: default toolchain set to '1.72.1-x86_64-unknown-illumos'
462023-12-11T20:16:52.849Z
472023-12-11T20:16:52.984Z 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13)
482023-12-11T20:16:52.984Z
492023-12-11T20:16:52.987Z
502023-12-11T20:16:52.987ZRust is installed now. Great!
512023-12-11T20:16:52.987Z
522023-12-11T20:16:52.987ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
532023-12-11T20:16:52.988Zenvironment variable. This has not been done automatically.
542023-12-11T20:16:52.988Z
552023-12-11T20:16:52.988ZTo configure your current shell, run:
562023-12-11T20:16:52.988Zsource "$HOME/.cargo/env"
572023-12-11T20:16:53.070Z+ rustc --version
582023-12-11T20:16:53.181Zrustc 1.72.1 (d5c2e9c34 2023-09-13)
592023-12-11T20:16:53.187Zprocess exited: duration 35061 ms, exit code 0
 
602023-12-11T20:16:53.193Zstarting task 2: "authentication"
612023-12-11T20:16:53.225Zprocess exited: duration 31 ms, exit code 0
 
622023-12-11T20:16:53.230Zstarting task 3: "clone repository"
632023-12-11T20:16:53.237Z+ mkdir -p /work/oxidecomputer/omicron
642023-12-11T20:16:53.240Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
652023-12-11T20:16:53.405ZCloning into '/work/oxidecomputer/omicron'...
662023-12-11T20:17:00.532Z+ cd /work/oxidecomputer/omicron
672023-12-11T20:17:00.535Z+ [[ -n oximeter-tests-dont-need-time ]]
682023-12-11T20:17:00.535Z+ git fetch origin oximeter-tests-dont-need-time
692023-12-11T20:17:00.905ZFrom https://github.com/oxidecomputer/omicron
702023-12-11T20:17:00.905Z * branch oximeter-tests-dont-need-time -> FETCH_HEAD
712023-12-11T20:17:00.914Z+ git checkout -B oximeter-tests-dont-need-time remotes/origin/oximeter-tests-dont-need-time
722023-12-11T20:17:00.990ZSwitched to a new branch 'oximeter-tests-dont-need-time'
732023-12-11T20:17:00.994Zbranch 'oximeter-tests-dont-need-time' set up to track 'origin/oximeter-tests-dont-need-time'.
742023-12-11T20:17:00.994Z+ git reset --hard efa2f499f782a369e5a810c6a1b9d05ee4a068ff
752023-12-11T20:17:01.095ZHEAD is now at efa2f499 Oximeter self-stat tests don't need to be based on time
762023-12-11T20:17:01.098Zprocess exited: duration 7866 ms, exit code 0
 
772023-12-11T20:17:01.105Zstarting task 4: "build"
782023-12-11T20:17:01.112Z+ cargo --version
792023-12-11T20:17:01.119Zinfo: syncing channel updates for '1.74.0-x86_64-unknown-illumos'
802023-12-11T20:17:01.349Zinfo: latest update on 2023-11-16, rust version 1.74.0 (79e9716c9 2023-11-13)
812023-12-11T20:17:01.352Zinfo: downloading component 'cargo'
822023-12-11T20:17:02.193Zinfo: downloading component 'clippy'
832023-12-11T20:17:02.459Zinfo: downloading component 'rust-docs'
842023-12-11T20:17:03.504Zinfo: downloading component 'rust-std'
852023-12-11T20:17:05.274Zinfo: downloading component 'rustc'
862023-12-11T20:17:09.525Zinfo: downloading component 'rustfmt'
872023-12-11T20:17:09.764Zinfo: installing component 'cargo'
882023-12-11T20:17:11.073Zinfo: installing component 'clippy'
892023-12-11T20:17:11.615Zinfo: installing component 'rust-docs'
902023-12-11T20:17:14.431Zinfo: installing component 'rust-std'
912023-12-11T20:17:17.037Zinfo: installing component 'rustc'
922023-12-11T20:17:23.288Zinfo: installing component 'rustfmt'
932023-12-11T20:17:23.824Zcargo 1.74.0 (ecb9851af 2023-10-18)
942023-12-11T20:17:23.828Z+ rustc --version
952023-12-11T20:17:23.947Zrustc 1.74.0 (79e9716c9 2023-11-13)
962023-12-11T20:17:23.950Z+ source ./env.sh
972023-12-11T20:17:23.954Z++ set -o xtrace
982023-12-11T20:17:23.954Z++++ dirname ./env.sh
992023-12-11T20:17:23.957Z+++ cd .
1002023-12-11T20:17:23.957Z+++ echo /work/oxidecomputer/omicron
1012023-12-11T20:17:23.958Z++ OMICRON_WS=/work/oxidecomputer/omicron
1022023-12-11T20:17:23.958Z++ 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-11T20:17:23.959Z++ 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-11T20:17:23.959Z++ 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-11T20:17:23.959Z++ 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-11T20:17:23.959Z++ 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-11T20:17:23.959Z++ 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-11T20:17:23.959Z++ 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-11T20:17:23.959Z++ 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-11T20:17:23.959Z++ unset OMICRON_WS
1112023-12-11T20:17:23.959Z++ set +o xtrace
1122023-12-11T20:17:24.065Z
1132023-12-11T20:17:24.065Z ##### ##### ###### ##### ###### #### # # # #### #
1142023-12-11T20:17:24.065Z # # # # # # # # # # # # # # #
1152023-12-11T20:17:24.065Z # # # # ##### # # ##### # # # # # #### #
1162023-12-11T20:17:24.065Z ##### ##### # ##### # # # # # # # # #
1172023-12-11T20:17:24.065Z # # # # # # # # # # # # # # #
1182023-12-11T20:17:24.066Z # # # ###### # # ###### ### # #### # #### #
1192023-12-11T20:17:24.066Z
1202023-12-11T20:17:36.698Z Startup: Refreshing catalog 'helios-dev' ... Done
1212023-12-11T20:17:37.976Z Startup: Caching catalogs ... Done
1222023-12-11T20:17:45.225ZPlanning: Solver setup ... Done (6.825s)
1232023-12-11T20:17:45.388ZPlanning: Running solver ... Done (0.159s)
1242023-12-11T20:17:45.464ZPlanning: Finding local manifests ... Done (0.005s)
1252023-12-11T20:17:45.496ZPlanning: Fetching manifests: 0/6 0% complete
1262023-12-11T20:17:47.050ZPlanning: Fetching manifests: 6/6 100% complete
1272023-12-11T20:17:47.146ZPlanning: Package planning ... Done (0.097s)
1282023-12-11T20:17:47.233ZPlanning: Merging actions ... Done (0.087s)
1292023-12-11T20:17:48.125ZPlanning: Checking for conflicting actions ... Done (0.888s)
1302023-12-11T20:17:48.141ZPlanning: Consolidating action changes ... Done (0.018s)
1312023-12-11T20:17:53.364ZPlanning: Evaluating mediators ... Done (5.225s)
1322023-12-11T20:17:53.479ZPlanning: Planning completed in 15.44 seconds
1332023-12-11T20:17:53.510Z Packages to install: 4
1342023-12-11T20:17:53.519Z Packages to update: 2
1352023-12-11T20:17:53.519Z Mediators to change: 2
1362023-12-11T20:17:53.520Z Services to change: 1
1372023-12-11T20:17:53.520Z Estimated space available: 148.88 GB
1382023-12-11T20:17:53.520ZEstimated space to be consumed: 1.43 GB
1392023-12-11T20:17:53.520Z Create boot environment: No
1402023-12-11T20:17:53.520ZCreate backup boot environment: Yes
1412023-12-11T20:17:53.521Z Rebuild boot archive: No
1422023-12-11T20:17:53.521Z
1432023-12-11T20:17:53.521ZChanged mediators:
1442023-12-11T20:17:53.521Z mediator clang:
1452023-12-11T20:17:53.521Z version: None -> 15 (system default)
1462023-12-11T20:17:53.521Z
1472023-12-11T20:17:53.522Z mediator llvm:
1482023-12-11T20:17:53.522Z version: 14 (system default) -> 15 (system default)
1492023-12-11T20:17:53.522Z
1502023-12-11T20:17:53.522ZChanged packages:
1512023-12-11T20:17:53.522Zhelios-dev
1522023-12-11T20:17:53.522Z developer/build-essential
1532023-12-11T20:17:53.523Z None -> 11-2.0
1542023-12-11T20:17:53.523Z library/libxmlsec1
1552023-12-11T20:17:53.523Z None -> 1.2.35-2.0
1562023-12-11T20:17:53.523Z ooce/developer/clang-15
1572023-12-11T20:17:53.523Z None -> 15.0.7-2.0
1582023-12-11T20:17:53.524Z ooce/developer/llvm-15
1592023-12-11T20:17:53.524Z None -> 15.0.7-2.0
1602023-12-11T20:17:53.524Z system/library/g++-runtime
1612023-12-11T20:17:53.524Z 12-2.0 -> 13-2.0
1622023-12-11T20:17:53.524Z system/library/gcc-runtime
1632023-12-11T20:17:53.524Z 12-2.0 -> 13-2.0
1642023-12-11T20:17:53.524Z
1652023-12-11T20:17:53.524ZServices:
1662023-12-11T20:17:53.525Z restart_fmri:
1672023-12-11T20:17:53.525Z svc:/system/update-man-index:default
1682023-12-11T20:17:53.832Z
1692023-12-11T20:17:53.832ZDownload: 0/3330 items 0.0/221.1MB 0% complete
1702023-12-11T20:18:09.564ZDownload: 1199/3330 items 83.5/221.1MB 37% complete (17.1M/s)
1712023-12-11T20:18:09.564ZDownload: 2947/3330 items 121.2/221.1MB 54% complete (12.3M/s)
1722023-12-11T20:18:09.729ZDownload: 3285/3330 items 211.1/221.1MB 95% complete (13.5M/s)
1732023-12-11T20:18:10.612ZDownload: Completed 221.11 MB in 16.78 seconds (13.2M/s)
1742023-12-11T20:18:12.604Z Actions: 1/3766 actions (Removing old actions)
1752023-12-11T20:18:12.604Z Actions: 5/3766 actions (Installing new actions)
1762023-12-11T20:18:17.612Z Actions: 2762/3766 actions (Installing new actions)
1772023-12-11T20:18:21.207Z Actions: 3729/3766 actions (Updating modified actions)
1782023-12-11T20:18:21.899Z Actions: Completed 3766 actions in 9.29 seconds.
1792023-12-11T20:18:22.015Z Done (0.108s)
1802023-12-11T20:18:22.019Z Done (0.000s)
1812023-12-11T20:18:22.295Z Done (0.273s)
1822023-12-11T20:18:30.088Z Done (7.654s)
1832023-12-11T20:18:30.400Z Done (0.213s)
1842023-12-11T20:18:30.404Z Done (0.000s)
1852023-12-11T20:18:30.621Z Done (0.000s)
1862023-12-11T20:18:31.346ZPlanning: Evaluating mediator changes ... Done
1872023-12-11T20:18:31.637ZPlanning: Checking for conflicting actions ... Done
1882023-12-11T20:18:31.640ZPlanning: Consolidating action changes ... Done
1892023-12-11T20:18:32.095ZPlanning: Evaluating mediators ... Done
1902023-12-11T20:18:32.099ZPlanning: Planning completed in 0.73 seconds
1912023-12-11T20:18:32.143Z Mediators to change: 2
1922023-12-11T20:18:32.150Z Create boot environment: No
1932023-12-11T20:18:32.151ZCreate backup boot environment: No
1942023-12-11T20:18:32.307Z Done
1952023-12-11T20:18:32.307Z Done
1962023-12-11T20:18:32.468Z Done
1972023-12-11T20:18:38.322Z Done
1982023-12-11T20:18:38.447Z Done
1992023-12-11T20:18:38.450Z Done
2002023-12-11T20:18:38.542Z Done
2012023-12-11T20:18:39.555ZPlanning: Evaluating mediator changes ... Done
2022023-12-11T20:18:39.567ZPlanning: Merging actions ... Done
2032023-12-11T20:18:39.893ZPlanning: Checking for conflicting actions ... Done
2042023-12-11T20:18:39.943ZPlanning: Consolidating action changes ... Done
2052023-12-11T20:18:40.348ZPlanning: Evaluating mediators ... Done
2062023-12-11T20:18:40.447ZPlanning: Planning completed in 1.32 seconds
2072023-12-11T20:18:40.495Z Packages to change: 1
2082023-12-11T20:18:40.495Z Mediators to change: 1
2092023-12-11T20:18:40.498Z Services to change: 1
2102023-12-11T20:18:40.498Z Create boot environment: No
2112023-12-11T20:18:40.498ZCreate backup boot environment: Yes
2122023-12-11T20:18:43.265Z Actions: 1/6 actions (Updating modified actions)
2132023-12-11T20:18:43.291Z Actions: Completed 6 actions in 0.00 seconds.
2142023-12-11T20:18:43.291Z Done
2152023-12-11T20:18:43.291Z Done
2162023-12-11T20:18:43.291Z Done
2172023-12-11T20:18:48.436Z Done
2182023-12-11T20:18:48.557Z Done
2192023-12-11T20:18:48.560Z Done
2202023-12-11T20:18:48.668Z Done
2212023-12-11T20:18:49.342ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2222023-12-11T20:18:49.342Zclang system 15 system
2232023-12-11T20:18:49.342Zcsh system system illumos
2242023-12-11T20:18:49.343Zctags system system illumos
2252023-12-11T20:18:49.343Zgcc vendor 12 vendor
2262023-12-11T20:18:49.343Zgcc system 10 system
2272023-12-11T20:18:49.343Zgcc system 7 system
2282023-12-11T20:18:49.343Zgo system 1.20 system
2292023-12-11T20:18:49.343Zgo system 1.19 system
2302023-12-11T20:18:49.343Zllvm system 15 system
2312023-12-11T20:18:49.343Zllvm system 14 system
2322023-12-11T20:18:49.343Zmariadb system 10.6 system
2332023-12-11T20:18:49.343Zmta vendor vendor dma
2342023-12-11T20:18:49.343Zopenjdk system 17 system
2352023-12-11T20:18:49.343Zopenjdk system 11 system
2362023-12-11T20:18:49.343Zopenjdk system 1.8 system
2372023-12-11T20:18:49.343Zopenssl vendor 3 vendor
2382023-12-11T20:18:49.343Zperl system 5.36 system
2392023-12-11T20:18:49.343Zpostgresql system 15 system
2402023-12-11T20:18:49.343Zpostgresql system 13 system
2412023-12-11T20:18:49.343Zpython vendor 3 vendor
2422023-12-11T20:18:49.344Zpython system 2 system
2432023-12-11T20:18:49.344Zpython3 system 3.11 system
2442023-12-11T20:18:49.344Zruby system 3.0 system
2452023-12-11T20:18:49.344Zwords vendor vendor american-english
2462023-12-11T20:18:49.344Zwords system system australian-english
2472023-12-11T20:18:49.344Zwords system system british-english
2482023-12-11T20:18:49.344Zwords system system canadian-english
2492023-12-11T20:18:49.344Zwords system system french
2502023-12-11T20:18:49.346Zwords system system italian
2512023-12-11T20:18:49.346Zwords system system ngerman
2522023-12-11T20:18:49.346Zwords system system ogerman
2532023-12-11T20:18:49.346Zwords system system spanish
2542023-12-11T20:18:49.872ZFMRI IFO
2552023-12-11T20:18:49.872Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2562023-12-11T20:18:49.872Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2572023-12-11T20:18:49.872Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2582023-12-11T20:18:49.873Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z im-
2592023-12-11T20:18:49.873Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2602023-12-11T20:18:49.873Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z i--
2612023-12-11T20:18:49.873Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z im-
2622023-12-11T20:18:49.873Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z im-
2632023-12-11T20:18:49.948Z+ set -o errexit
2642023-12-11T20:18:49.952Z+++ dirname ./tools/ci_download_cockroachdb
2652023-12-11T20:18:49.955Z++ cd ./tools
2662023-12-11T20:18:49.955Z++ pwd
2672023-12-11T20:18:49.955Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
2682023-12-11T20:18:49.955Z++ basename ./tools/ci_download_cockroachdb
2692023-12-11T20:18:49.958Z+ ARG0=ci_download_cockroachdb
2702023-12-11T20:18:49.958Z++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version
2712023-12-11T20:18:49.961Z+ CIDL_VERSION=v22.1.9
2722023-12-11T20:18:49.961Z+ source /work/oxidecomputer/omicron/tools/cockroachdb_checksums
2732023-12-11T20:18:49.961Z++ CIDL_MD5_DARWIN=2db972c254b4e3b599e12110520178b5
2742023-12-11T20:18:49.961Z++ CIDL_MD5_LINUX=8c3170883e0a0be1a34b44090c067a8c
2752023-12-11T20:18:49.961Z++ CIDL_MD5_ILLUMOS=d8999aff364e5d70f226e139fda724a3
2762023-12-11T20:18:49.962Z+ TARGET_DIR=out
2772023-12-11T20:18:49.962Z+ DOWNLOAD_DIR=out/downloads
2782023-12-11T20:18:49.962Z+ DEST_DIR=./out/cockroachdb
2792023-12-11T20:18:49.962Z+ CIDL_URL_COCKROACH=https://binaries.cockroachdb.com
2802023-12-11T20:18:49.962Z+ CIDL_URL_ILLUMOS=https://illumos.org/downloads
2812023-12-11T20:18:49.962Z+ main
2822023-12-11T20:18:49.962Z+ [[ 0 != 0 ]]
2832023-12-11T20:18:49.962Z+ CIDL_OS=solaris2.11
2842023-12-11T20:18:49.962Z+ [[ 0 != 0 ]]
2852023-12-11T20:18:49.962Z+ configure_os solaris2.11
2862023-12-11T20:18:49.962Z+ echo 'current directory: /work/oxidecomputer/omicron'
2872023-12-11T20:18:49.962Zcurrent directory: /work/oxidecomputer/omicron
2882023-12-11T20:18:49.962Z+ echo 'configuring based on OS: "solaris2.11"'
2892023-12-11T20:18:49.962Z+ case "$1" in
2902023-12-11T20:18:49.962Zconfiguring based on OS: "solaris2.11"
2912023-12-11T20:18:49.962Z+ CIDL_BUILD=illumos
2922023-12-11T20:18:49.962Z+ CIDL_SUFFIX=tar.gz
2932023-12-11T20:18:49.963Z+ CIDL_MD5=d8999aff364e5d70f226e139fda724a3
2942023-12-11T20:18:49.963Z+ CIDL_MD5FUNC=do_md5sum
2952023-12-11T20:18:49.963Z+ CIDL_URL_BASE=https://illumos.org/downloads
2962023-12-11T20:18:49.963Z+ CIDL_ASSEMBLE=do_assemble_illumos
2972023-12-11T20:18:49.963Z+ TARBALL_DIRNAME=cockroach-v22.1.9.illumos
2982023-12-11T20:18:49.963Z+ TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz
2992023-12-11T20:18:49.963Z+ TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz
3002023-12-11T20:18:49.963Z+ TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos
3012023-12-11T20:18:49.963Z+ CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz
3022023-12-11T20:18:49.963Z+ echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz'
3032023-12-11T20:18:49.963ZURL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz
3042023-12-11T20:18:49.963Z+ echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz'
3052023-12-11T20:18:49.963ZLocal file: out/downloads/cockroach-v22.1.9.illumos.tar.gz
3062023-12-11T20:18:49.963Z+ mkdir -p out/downloads
3072023-12-11T20:18:49.978Z+ mkdir -p ./out/cockroachdb
3082023-12-11T20:18:49.978Z+ local DO_DOWNLOAD=true
3092023-12-11T20:18:49.978Z+ [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]]
3102023-12-11T20:18:49.978Z+ '[' true == true ']'
3112023-12-11T20:18:49.978Z+ echo Downloading...
3122023-12-11T20:18:49.978ZDownloading...
3132023-12-11T20:18:49.978Z+ do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz
3142023-12-11T20:18:49.978Z+ 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
3152023-12-11T20:18:52.955Z++ do_md5sum out/downloads/cockroach-v22.1.9.illumos.tar.gz
3162023-12-11T20:18:52.967Z++ md5sum
3172023-12-11T20:18:52.967Z++ awk '{print $1}'
3182023-12-11T20:18:53.089Z+ calculated_md5=d8999aff364e5d70f226e139fda724a3
3192023-12-11T20:18:53.089Z+ [[ 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 ]]
3202023-12-11T20:18:53.089Z+ do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz
3212023-12-11T20:18:53.095Z+ tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads
3222023-12-11T20:18:56.447Z+ do_assemble_illumos
3232023-12-11T20:18:56.448Z+ rm -r ./out/cockroachdb
3242023-12-11T20:18:56.866Z+ cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb
3252023-12-11T20:18:57.093Z+ ./out/cockroachdb/bin/cockroach version
3262023-12-11T20:18:57.447ZBuild Tag: v22.1.9-dirty
3272023-12-11T20:18:57.447ZBuild Time: 2022/10/26 21:17:46
3282023-12-11T20:18:57.447ZDistribution: OSS
3292023-12-11T20:18:57.447ZPlatform: illumos amd64 (x86_64-pc-solaris2.11)
3302023-12-11T20:18:57.448ZGo Version: go1.17.13
3312023-12-11T20:18:57.448ZC Compiler: gcc 10.3.0
3322023-12-11T20:18:57.448ZBuild Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493
3332023-12-11T20:18:57.448ZBuild Type: release
3342023-12-11T20:18:57.476Z+ set -o errexit
3352023-12-11T20:18:57.480Z+++ dirname ./tools/ci_download_clickhouse
3362023-12-11T20:18:57.480Z++ cd ./tools
3372023-12-11T20:18:57.481Z++ pwd
3382023-12-11T20:18:57.481Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
3392023-12-11T20:18:57.485Z++ basename ./tools/ci_download_clickhouse
3402023-12-11T20:18:57.486Z+ ARG0=ci_download_clickhouse
3412023-12-11T20:18:57.486Z+ TARGET_DIR=out
3422023-12-11T20:18:57.486Z+ DOWNLOAD_DIR=out/downloads
3432023-12-11T20:18:57.486Z+ DEST_DIR=./out/clickhouse
3442023-12-11T20:18:57.486Z+ CIDL_VERSION=v22.8.9.24
3452023-12-11T20:18:57.486Z+ source /work/oxidecomputer/omicron/tools/clickhouse_checksums
3462023-12-11T20:18:57.486Z++ CIDL_MD5_DARWIN=20603974a929926591fca70ff1df0e45
3472023-12-11T20:18:57.486Z++ CIDL_MD5_LINUX=ea909519bd9d989fd5d090fd9bdd42f1
3482023-12-11T20:18:57.487Z++ CIDL_MD5_ILLUMOS=7702939ce5b4b51846a1ba39f1392306
3492023-12-11T20:18:57.487Z+ CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com
3502023-12-11T20:18:57.487Z+ main
3512023-12-11T20:18:57.487Z+ [[ 0 != 0 ]]
3522023-12-11T20:18:57.489Z+ CIDL_OS=solaris2.11
3532023-12-11T20:18:57.489Z+ [[ 0 != 0 ]]
3542023-12-11T20:18:57.489Z+ configure_os solaris2.11
3552023-12-11T20:18:57.489Z+ echo 'current directory: /work/oxidecomputer/omicron'
3562023-12-11T20:18:57.489Zcurrent directory: /work/oxidecomputer/omicron
3572023-12-11T20:18:57.489Z+ echo 'configuring based on OS: "solaris2.11"'
3582023-12-11T20:18:57.489Zconfiguring based on OS: "solaris2.11"
3592023-12-11T20:18:57.489Z+ CIDL_DASHREV=
3602023-12-11T20:18:57.489Z+ case "$1" in
3612023-12-11T20:18:57.490Z+ CIDL_PLATFORM=illumos
3622023-12-11T20:18:57.491Z+ CIDL_MD5=7702939ce5b4b51846a1ba39f1392306
3632023-12-11T20:18:57.491Z+ CIDL_MD5FUNC=do_md5sum
3642023-12-11T20:18:57.492Z+ CIDL_DASHREV=-1
3652023-12-11T20:18:57.492Z+ TARBALL_DIRNAME=clickhouse-v22.8.9.24
3662023-12-11T20:18:57.492Z+ TARBALL_FILENAME=clickhouse-v22.8.9.24-1.illumos.tar.gz
3672023-12-11T20:18:57.492Z+ TARBALL_FILE=out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz
3682023-12-11T20:18:57.492Z+ CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz
3692023-12-11T20:18:57.492Z+ echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz'
3702023-12-11T20:18:57.492Z+ echo 'Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz'
3712023-12-11T20:18:57.492ZURL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz
3722023-12-11T20:18:57.493ZLocal file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz
3732023-12-11T20:18:57.493Z+ mkdir -p out/downloads
3742023-12-11T20:18:57.497Z+ mkdir -p ./out/clickhouse
3752023-12-11T20:18:57.497Z+ local DO_DOWNLOAD=true
3762023-12-11T20:18:57.497Z+ [[ -f out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ]]
3772023-12-11T20:18:57.497Z+ '[' true == true ']'
3782023-12-11T20:18:57.497Z+ echo Downloading...
3792023-12-11T20:18:57.498ZDownloading...
3802023-12-11T20:18:57.498Z+ 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
3812023-12-11T20:18:57.498Z+ 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
3822023-12-11T20:18:59.458Z++ do_md5sum out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz
3832023-12-11T20:18:59.481Z++ md5sum
3842023-12-11T20:18:59.481Z++ awk '{print $1}'
3852023-12-11T20:18:59.921Z+ calculated_md5=7702939ce5b4b51846a1ba39f1392306
3862023-12-11T20:18:59.921Z+ [[ 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 ]]
3872023-12-11T20:18:59.921Z+ do_untar out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ./out/clickhouse
3882023-12-11T20:18:59.921Z+ mkdir -p ./out/clickhouse
3892023-12-11T20:18:59.921Z+ tar xzf out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz -C ./out/clickhouse
3902023-12-11T20:19:04.495Z+ ./out/clickhouse/clickhouse server --version
3912023-12-11T20:19:04.549ZClickHouse server version 22.8.9.1.
3922023-12-11T20:19:04.571Z+ set -o errexit
3932023-12-11T20:19:04.575Z+++ dirname ./tools/ci_download_console
3942023-12-11T20:19:04.579Z++ cd ./tools
3952023-12-11T20:19:04.579Z++ pwd
3962023-12-11T20:19:04.579Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
3972023-12-11T20:19:04.579Z++ basename ./tools/ci_download_console
3982023-12-11T20:19:04.585Z+ ARG0=ci_download_console
3992023-12-11T20:19:04.585Z+ TARGET_DIR=out
4002023-12-11T20:19:04.585Z+ DOWNLOAD_DIR=out/downloads
4012023-12-11T20:19:04.586Z+ DEST_DIR=./out/console-assets
4022023-12-11T20:19:04.586Z+ source /work/oxidecomputer/omicron/tools/console_version
4032023-12-11T20:19:04.586Z++ COMMIT=1802c2859f40712017ab89e72740e39bfd59320b
4042023-12-11T20:19:04.586Z++ SHA2=34768a895f187a6ed263c0050c42084f3907c331b547362871c2ce330e9d08d1
4052023-12-11T20:19:04.586Z+ URL=https://dl.oxide.computer/releases/console/1802c2859f40712017ab89e72740e39bfd59320b.tar.gz
4062023-12-11T20:19:04.587Z+ TARBALL_FILE=out/downloads/console.tar.gz
4072023-12-11T20:19:04.587Z+ main
4082023-12-11T20:19:04.587Z+ [[ 0 != 0 ]]
4092023-12-11T20:19:04.587Z+ echo 'URL: https://dl.oxide.computer/releases/console/1802c2859f40712017ab89e72740e39bfd59320b.tar.gz'
4102023-12-11T20:19:04.587ZURL: https://dl.oxide.computer/releases/console/1802c2859f40712017ab89e72740e39bfd59320b.tar.gz
4112023-12-11T20:19:04.588Z+ echo 'Local file: out/downloads/console.tar.gz'
4122023-12-11T20:19:04.590ZLocal file: out/downloads/console.tar.gz
4132023-12-11T20:19:04.590Z+ local DO_DOWNLOAD=true
4142023-12-11T20:19:04.590Z+ [[ -f out/downloads/console.tar.gz ]]
4152023-12-11T20:19:04.590Z+ mkdir -p out/downloads
4162023-12-11T20:19:04.590Z+ '[' true == true ']'
4172023-12-11T20:19:04.590Z+ echo Downloading...
4182023-12-11T20:19:04.590ZDownloading...
4192023-12-11T20:19:04.591Z+ do_download_curl https://dl.oxide.computer/releases/console/1802c2859f40712017ab89e72740e39bfd59320b.tar.gz out/downloads/console.tar.gz
4202023-12-11T20:19:04.591Z+ curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/1802c2859f40712017ab89e72740e39bfd59320b.tar.gz
4212023-12-11T20:19:05.301Z++ do_sha256sum out/downloads/console.tar.gz
4222023-12-11T20:19:05.304Z++ case "$OSTYPE" in
4232023-12-11T20:19:05.305Z++ SHA=sha256sum
4242023-12-11T20:19:05.305Z++ sha256sum
4252023-12-11T20:19:05.305Z++ awk '{print $1}'
4262023-12-11T20:19:05.327Z+ calculated_sha2=34768a895f187a6ed263c0050c42084f3907c331b547362871c2ce330e9d08d1
4272023-12-11T20:19:05.327Z+ [[ 34768a895f187a6ed263c0050c42084f3907c331b547362871c2ce330e9d08d1 != \3\4\7\6\8\a\8\9\5\f\1\8\7\a\6\e\d\2\6\3\c\0\0\5\0\c\4\2\0\8\4\f\3\9\0\7\c\3\3\1\b\5\4\7\3\6\2\8\7\1\c\2\c\e\3\3\0\e\9\d\0\8\d\1 ]]
4282023-12-11T20:19:05.332Z+ rm -rf ./out/console-assets
4292023-12-11T20:19:05.332Z+ mkdir -p ./out/console-assets
4302023-12-11T20:19:05.332Z+ do_untar out/downloads/console.tar.gz ./out/console-assets
4312023-12-11T20:19:05.332Z+ mkdir -p ./out/console-assets
4322023-12-11T20:19:05.337Z+ tar xzf out/downloads/console.tar.gz -C ./out/console-assets
4332023-12-11T20:19:05.472Z+ set -o errexit
4342023-12-11T20:19:05.477Z+++ dirname ./tools/ci_download_maghemite_openapi
4352023-12-11T20:19:05.477Z++ cd ./tools
4362023-12-11T20:19:05.477Z++ pwd
4372023-12-11T20:19:05.477Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
4382023-12-11T20:19:05.481Z++ basename ./tools/ci_download_maghemite_openapi
4392023-12-11T20:19:05.482Z+ ARG0=ci_download_maghemite_openapi
4402023-12-11T20:19:05.482Z+ TARGET_DIR=out
4412023-12-11T20:19:05.482Z+ DOWNLOAD_DIR=out/downloads
4422023-12-11T20:19:05.482Z+ source /work/oxidecomputer/omicron/tools/maghemite_ddm_openapi_version
4432023-12-11T20:19:05.482Z++ COMMIT=2fd39b75df696961e5ea190c7d74dd91f4849cd3
4442023-12-11T20:19:05.482Z++ SHA2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf
4452023-12-11T20:19:05.483Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/ddm-admin.json
4462023-12-11T20:19:05.483Z+ LOCAL_FILE=out/downloads/ddm-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json
4472023-12-11T20:19:05.483Z+ main
4482023-12-11T20:19:05.483Z+ [[ 0 != 0 ]]
4492023-12-11T20:19:05.483Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/ddm-admin.json'
4502023-12-11T20:19:05.485ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/ddm-admin.json
4512023-12-11T20:19:05.485Z+ echo 'Local file: out/downloads/ddm-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json'
4522023-12-11T20:19:05.485Z+ local DO_DOWNLOAD=true
4532023-12-11T20:19:05.485ZLocal file: out/downloads/ddm-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json
4542023-12-11T20:19:05.485Z+ [[ -f out/downloads/ddm-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json ]]
4552023-12-11T20:19:05.485Z+ mkdir -p out/downloads
4562023-12-11T20:19:05.490Z+ '[' true == true ']'
4572023-12-11T20:19:05.490Z+ echo Downloading...
4582023-12-11T20:19:05.490ZDownloading...
4592023-12-11T20:19:05.490Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/ddm-admin.json out/downloads/ddm-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json
4602023-12-11T20:19:05.490Z+ curl --silent --show-error --fail --location --output out/downloads/ddm-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/ddm-admin.json
4612023-12-11T20:19:05.655Z++ do_sha256sum out/downloads/ddm-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json
4622023-12-11T20:19:05.655Z++ case "$OSTYPE" in
4632023-12-11T20:19:05.659Z++ SHA=sha256sum
4642023-12-11T20:19:05.659Z++ sha256sum
4652023-12-11T20:19:05.660Z++ awk '{print $1}'
4662023-12-11T20:19:05.664Z+ calculated_sha2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf
4672023-12-11T20:19:05.666Z+ [[ 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 ]]
4682023-12-11T20:19:05.666Z+ source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version
4692023-12-11T20:19:05.666Z++ COMMIT=2fd39b75df696961e5ea190c7d74dd91f4849cd3
4702023-12-11T20:19:05.666Z++ SHA2=931efa310d972b1f8afba2308751fc6a2035afbaebba77b3a40a8358c123ba3c
4712023-12-11T20:19:05.666Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mg-admin.json
4722023-12-11T20:19:05.666Z+ LOCAL_FILE=out/downloads/mg-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json
4732023-12-11T20:19:05.666Z+ main
4742023-12-11T20:19:05.667Z+ [[ 0 != 0 ]]
4752023-12-11T20:19:05.667Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mg-admin.json'
4762023-12-11T20:19:05.667ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mg-admin.json
4772023-12-11T20:19:05.667Z+ echo 'Local file: out/downloads/mg-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json'
4782023-12-11T20:19:05.667ZLocal file: out/downloads/mg-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json
4792023-12-11T20:19:05.667Z+ local DO_DOWNLOAD=true
4802023-12-11T20:19:05.667Z+ [[ -f out/downloads/mg-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json ]]
4812023-12-11T20:19:05.667Z+ mkdir -p out/downloads
4822023-12-11T20:19:05.668Z+ '[' true == true ']'
4832023-12-11T20:19:05.668Z+ echo Downloading...
4842023-12-11T20:19:05.668ZDownloading...
4852023-12-11T20:19:05.668Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mg-admin.json out/downloads/mg-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json
4862023-12-11T20:19:05.668Z+ curl --silent --show-error --fail --location --output out/downloads/mg-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mg-admin.json
4872023-12-11T20:19:05.836Z++ do_sha256sum out/downloads/mg-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json
4882023-12-11T20:19:05.889Z++ case "$OSTYPE" in
4892023-12-11T20:19:05.889Z++ SHA=sha256sum
4902023-12-11T20:19:05.889Z++ sha256sum
4912023-12-11T20:19:05.889Z++ awk '{print $1}'
4922023-12-11T20:19:05.894Z+ calculated_sha2=931efa310d972b1f8afba2308751fc6a2035afbaebba77b3a40a8358c123ba3c
4932023-12-11T20:19:05.894Z+ [[ 931efa310d972b1f8afba2308751fc6a2035afbaebba77b3a40a8358c123ba3c != \9\3\1\e\f\a\3\1\0\d\9\7\2\b\1\f\8\a\f\b\a\2\3\0\8\7\5\1\f\c\6\a\2\0\3\5\a\f\b\a\e\b\b\a\7\7\b\3\a\4\0\a\8\3\5\8\c\1\2\3\b\a\3\c ]]
4942023-12-11T20:19:05.894Z+ set -o errexit
4952023-12-11T20:19:05.894Z+++ dirname ./tools/ci_download_dendrite_openapi
4962023-12-11T20:19:05.894Z++ cd ./tools
4972023-12-11T20:19:05.894Z++ pwd
4982023-12-11T20:19:05.895Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
4992023-12-11T20:19:05.895Z++ basename ./tools/ci_download_dendrite_openapi
5002023-12-11T20:19:05.895Z+ ARG0=ci_download_dendrite_openapi
5012023-12-11T20:19:05.895Z+ TARGET_DIR=out
5022023-12-11T20:19:05.895Z+ DOWNLOAD_DIR=out/downloads
5032023-12-11T20:19:05.895Z+ source /work/oxidecomputer/omicron/tools/dendrite_openapi_version
5042023-12-11T20:19:05.895Z++ COMMIT=45e05b2a90203d84510e0c8e902d9449b09ffd9b
5052023-12-11T20:19:05.895Z++ SHA2=07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0
5062023-12-11T20:19:05.895Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/45e05b2a90203d84510e0c8e902d9449b09ffd9b/dpd.json
5072023-12-11T20:19:05.895Z+ LOCAL_FILE=out/downloads/dpd-45e05b2a90203d84510e0c8e902d9449b09ffd9b.json
5082023-12-11T20:19:05.895Z+ main
5092023-12-11T20:19:05.895Z+ [[ 0 != 0 ]]
5102023-12-11T20:19:05.895Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/45e05b2a90203d84510e0c8e902d9449b09ffd9b/dpd.json'
5112023-12-11T20:19:05.896ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/45e05b2a90203d84510e0c8e902d9449b09ffd9b/dpd.json
5122023-12-11T20:19:05.896Z+ echo 'Local file: out/downloads/dpd-45e05b2a90203d84510e0c8e902d9449b09ffd9b.json'
5132023-12-11T20:19:05.896ZLocal file: out/downloads/dpd-45e05b2a90203d84510e0c8e902d9449b09ffd9b.json
5142023-12-11T20:19:05.896Z+ local DO_DOWNLOAD=true
5152023-12-11T20:19:05.897Z+ [[ -f out/downloads/dpd-45e05b2a90203d84510e0c8e902d9449b09ffd9b.json ]]
5162023-12-11T20:19:05.897Z+ mkdir -p out/downloads
5172023-12-11T20:19:05.897Z+ '[' true == true ']'
5182023-12-11T20:19:05.897Z+ echo Downloading...
5192023-12-11T20:19:05.897ZDownloading...
5202023-12-11T20:19:05.897Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/45e05b2a90203d84510e0c8e902d9449b09ffd9b/dpd.json out/downloads/dpd-45e05b2a90203d84510e0c8e902d9449b09ffd9b.json
5212023-12-11T20:19:05.897Z+ curl --silent --show-error --fail --location --output out/downloads/dpd-45e05b2a90203d84510e0c8e902d9449b09ffd9b.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/45e05b2a90203d84510e0c8e902d9449b09ffd9b/dpd.json
5222023-12-11T20:19:06.050Z++ do_sha256sum out/downloads/dpd-45e05b2a90203d84510e0c8e902d9449b09ffd9b.json
5232023-12-11T20:19:06.051Z++ case "$OSTYPE" in
5242023-12-11T20:19:06.051Z++ SHA=sha256sum
5252023-12-11T20:19:06.068Z++ sha256sum
5262023-12-11T20:19:06.069Z++ awk '{print $1}'
5272023-12-11T20:19:06.073Z+ calculated_sha2=07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0
5282023-12-11T20:19:06.073Z+ [[ 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 ]]
5292023-12-11T20:19:06.073Z+ set -o errexit
5302023-12-11T20:19:06.074Z+++ dirname ./tools/ci_download_dendrite_stub
5312023-12-11T20:19:06.074Z++ cd ./tools
5322023-12-11T20:19:06.074Z++ pwd
5332023-12-11T20:19:06.074Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
5342023-12-11T20:19:06.079Z++ basename ./tools/ci_download_dendrite_stub
5352023-12-11T20:19:06.079Z+ ARG0=ci_download_dendrite_stub
5362023-12-11T20:19:06.079Z+ source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums
5372023-12-11T20:19:06.079Z++ CIDL_SHA256_ILLUMOS=b14e73c8091a004472f9825b9b81b2c685bc5a48801704380a80481499060ad9
5382023-12-11T20:19:06.079Z++ CIDL_SHA256_LINUX_DPD=a0d92b5007826b119c68fdaef753e33b125740ec7b3e771bfa6b3aa8d9fcb8cc
5392023-12-11T20:19:06.079Z++ CIDL_SHA256_LINUX_SWADM=13387460db5b57e6ffad6c0b8877af32cc6d53fecc4a1a0910143c0446d39a38
5402023-12-11T20:19:06.079Z+ source /work/oxidecomputer/omicron/tools/dendrite_openapi_version
5412023-12-11T20:19:06.079Z++ COMMIT=45e05b2a90203d84510e0c8e902d9449b09ffd9b
5422023-12-11T20:19:06.079Z++ SHA2=07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0
5432023-12-11T20:19:06.079Z+ TARGET_DIR=out
5442023-12-11T20:19:06.080Z+ DOWNLOAD_DIR=out/downloads
5452023-12-11T20:19:06.080Z+ DEST_DIR=./out/dendrite-stub
5462023-12-11T20:19:06.080Z+ BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin
5472023-12-11T20:19:06.080Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
5482023-12-11T20:19:06.080Z+ REPO=oxidecomputer/dendrite
5492023-12-11T20:19:06.080Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/45e05b2a90203d84510e0c8e902d9449b09ffd9b
5502023-12-11T20:19:06.083Z+ main
5512023-12-11T20:19:06.083Z+ [[ 0 != 0 ]]
5522023-12-11T20:19:06.083Z+ CIDL_OS=solaris2.11
5532023-12-11T20:19:06.084Z+ [[ 0 != 0 ]]
5542023-12-11T20:19:06.084Z+ configure_os solaris2.11
5552023-12-11T20:19:06.084Z+ echo 'current directory: /work/oxidecomputer/omicron'
5562023-12-11T20:19:06.084Zcurrent directory: /work/oxidecomputer/omicron
5572023-12-11T20:19:06.085Z+ echo 'configuring based on OS: "solaris2.11"'
5582023-12-11T20:19:06.085Zconfiguring based on OS: "solaris2.11"
5592023-12-11T20:19:06.086Z+ case "$1" in
5602023-12-11T20:19:06.086Z+ SET_BINARIES=
5612023-12-11T20:19:06.086Z+ CIDL_SHA256=b14e73c8091a004472f9825b9b81b2c685bc5a48801704380a80481499060ad9
5622023-12-11T20:19:06.086Z+ CIDL_SHA256FUNC=do_sha256sum
5632023-12-11T20:19:06.086Z+ TARBALL_FILENAME=dendrite-stub.tar.gz
5642023-12-11T20:19:06.086Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/45e05b2a90203d84510e0c8e902d9449b09ffd9b/dendrite-stub.tar.gz
5652023-12-11T20:19:06.086Z+ TARBALL_FILE=out/downloads/dendrite-stub.tar.gz
5662023-12-11T20:19:06.086Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/45e05b2a90203d84510e0c8e902d9449b09ffd9b/dendrite-stub.tar.gz'
5672023-12-11T20:19:06.086ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/45e05b2a90203d84510e0c8e902d9449b09ffd9b/dendrite-stub.tar.gz
5682023-12-11T20:19:06.086Z+ echo 'Local file: out/downloads/dendrite-stub.tar.gz'
5692023-12-11T20:19:06.086Z+ mkdir -p out/downloads
5702023-12-11T20:19:06.086ZLocal file: out/downloads/dendrite-stub.tar.gz
5712023-12-11T20:19:06.097Z+ mkdir -p ./out/dendrite-stub
5722023-12-11T20:19:06.097Z+ fetch_and_verify
5732023-12-11T20:19:06.097Z+ local DO_DOWNLOAD=true
5742023-12-11T20:19:06.097Z+ [[ -f out/downloads/dendrite-stub.tar.gz ]]
5752023-12-11T20:19:06.098Z+ '[' true == true ']'
5762023-12-11T20:19:06.098Z+ echo Downloading...
5772023-12-11T20:19:06.098ZDownloading...
5782023-12-11T20:19:06.098Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/45e05b2a90203d84510e0c8e902d9449b09ffd9b/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz
5792023-12-11T20:19:06.098Z+ curl --silent --show-error --fail --location --output out/downloads/dendrite-stub.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/45e05b2a90203d84510e0c8e902d9449b09ffd9b/dendrite-stub.tar.gz
5802023-12-11T20:19:13.020Z++ do_sha256sum out/downloads/dendrite-stub.tar.gz
5812023-12-11T20:19:13.023Z++ sha256sum
5822023-12-11T20:19:13.023Z++ awk '{print $1}'
5832023-12-11T20:19:13.126Z+ calculated_sha256=b14e73c8091a004472f9825b9b81b2c685bc5a48801704380a80481499060ad9
5842023-12-11T20:19:13.127Z+ [[ b14e73c8091a004472f9825b9b81b2c685bc5a48801704380a80481499060ad9 != \b\1\4\e\7\3\c\8\0\9\1\a\0\0\4\4\7\2\f\9\8\2\5\b\9\b\8\1\b\2\c\6\8\5\b\c\5\a\4\8\8\0\1\7\0\4\3\8\0\a\8\0\4\8\1\4\9\9\0\6\0\a\d\9 ]]
5852023-12-11T20:19:13.131Z+ do_untar out/downloads/dendrite-stub.tar.gz
5862023-12-11T20:19:13.131Z+ tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads
5872023-12-11T20:19:14.219Z+ do_assemble
5882023-12-11T20:19:14.220Z+ rm -r ./out/dendrite-stub
5892023-12-11T20:19:14.224Z+ mkdir ./out/dendrite-stub
5902023-12-11T20:19:14.231Z+ cp -r out/downloads/root ./out/dendrite-stub/root
5912023-12-11T20:19:14.423Z+ ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin
5922023-12-11T20:19:14.436Z+ set -o errexit
5932023-12-11T20:19:14.440Z+++ dirname ./tools/ci_download_maghemite_mgd
5942023-12-11T20:19:14.440Z++ cd ./tools
5952023-12-11T20:19:14.440Z++ pwd
5962023-12-11T20:19:14.444Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
5972023-12-11T20:19:14.444Z++ basename ./tools/ci_download_maghemite_mgd
5982023-12-11T20:19:14.444Z+ ARG0=ci_download_maghemite_mgd
5992023-12-11T20:19:14.445Z+ source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums
6002023-12-11T20:19:14.445Z++ CIDL_SHA256=802636775fa77dc6eec193e65fde87e403f6a11531745d47ef5e7ff13b242890
6012023-12-11T20:19:14.445Z++ MGD_LINUX_SHA256=1bcadfd700902e3640843e0bb53d3defdbcd8d86c3279efa0953ae8d6437e2b0
6022023-12-11T20:19:14.445Z+ source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version
6032023-12-11T20:19:14.445Z++ COMMIT=2fd39b75df696961e5ea190c7d74dd91f4849cd3
6042023-12-11T20:19:14.445Z++ SHA2=931efa310d972b1f8afba2308751fc6a2035afbaebba77b3a40a8358c123ba3c
6052023-12-11T20:19:14.445Z+ TARGET_DIR=out
6062023-12-11T20:19:14.446Z+ DOWNLOAD_DIR=out/downloads
6072023-12-11T20:19:14.446Z+ DEST_DIR=./out/mgd
6082023-12-11T20:19:14.446Z+ BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin
6092023-12-11T20:19:14.446Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
6102023-12-11T20:19:14.450Z+ REPO=oxidecomputer/maghemite
6112023-12-11T20:19:14.450Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/2fd39b75df696961e5ea190c7d74dd91f4849cd3
6122023-12-11T20:19:14.450Z+ main
6132023-12-11T20:19:14.450Z+ [[ 0 != 0 ]]
6142023-12-11T20:19:14.450Z+ CIDL_OS=solaris2.11
6152023-12-11T20:19:14.450Z+ [[ 0 != 0 ]]
6162023-12-11T20:19:14.451Z+ configure_os solaris2.11
6172023-12-11T20:19:14.451Z+ echo 'current directory: /work/oxidecomputer/omicron'
6182023-12-11T20:19:14.451Zcurrent directory: /work/oxidecomputer/omicron
6192023-12-11T20:19:14.451Z+ echo 'configuring based on OS: "solaris2.11"'
6202023-12-11T20:19:14.451Z+ case "$1" in
6212023-12-11T20:19:14.451Z+ SET_BINARIES=
6222023-12-11T20:19:14.451Zconfiguring based on OS: "solaris2.11"
6232023-12-11T20:19:14.451Z+ CIDL_SHA256FUNC=do_sha256sum
6242023-12-11T20:19:14.451Z+ TARBALL_FILENAME=mgd.tar.gz
6252023-12-11T20:19:14.452Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mgd.tar.gz
6262023-12-11T20:19:14.453Z+ TARBALL_FILE=out/downloads/mgd.tar.gz
6272023-12-11T20:19:14.453Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mgd.tar.gz'
6282023-12-11T20:19:14.453ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mgd.tar.gz
6292023-12-11T20:19:14.453Z+ echo 'Local file: out/downloads/mgd.tar.gz'
6302023-12-11T20:19:14.453ZLocal file: out/downloads/mgd.tar.gz
6312023-12-11T20:19:14.453Z+ mkdir -p out/downloads
6322023-12-11T20:19:14.453Z+ mkdir -p ./out/mgd
6332023-12-11T20:19:14.453Z+ fetch_and_verify
6342023-12-11T20:19:14.453Z+ local DO_DOWNLOAD=true
6352023-12-11T20:19:14.454Z+ [[ -f out/downloads/mgd.tar.gz ]]
6362023-12-11T20:19:14.454Z+ '[' true == true ']'
6372023-12-11T20:19:14.454Z+ echo Downloading...
6382023-12-11T20:19:14.454ZDownloading...
6392023-12-11T20:19:14.454Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mgd.tar.gz out/downloads/mgd.tar.gz
6402023-12-11T20:19:14.454Z+ curl --silent --show-error --fail --location --output out/downloads/mgd.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mgd.tar.gz
6412023-12-11T20:19:19.463Z++ do_sha256sum out/downloads/mgd.tar.gz
6422023-12-11T20:19:19.468Z++ sha256sum
6432023-12-11T20:19:19.468Z++ awk '{print $1}'
6442023-12-11T20:19:19.539Z+ calculated_sha256=802636775fa77dc6eec193e65fde87e403f6a11531745d47ef5e7ff13b242890
6452023-12-11T20:19:19.543Z+ [[ 802636775fa77dc6eec193e65fde87e403f6a11531745d47ef5e7ff13b242890 != \8\0\2\6\3\6\7\7\5\f\a\7\7\d\c\6\e\e\c\1\9\3\e\6\5\f\d\e\8\7\e\4\0\3\f\6\a\1\1\5\3\1\7\4\5\d\4\7\e\f\5\e\7\f\f\1\3\b\2\4\2\8\9\0 ]]
6462023-12-11T20:19:19.543Z+ do_untar out/downloads/mgd.tar.gz
6472023-12-11T20:19:19.543Z+ tar xzf out/downloads/mgd.tar.gz -C out/downloads
6482023-12-11T20:19:20.196Z+ do_assemble
6492023-12-11T20:19:20.196Z+ rm -r ./out/mgd
6502023-12-11T20:19:20.201Z+ mkdir ./out/mgd
6512023-12-11T20:19:20.201Z+ cp -r out/downloads/root ./out/mgd/root
6522023-12-11T20:19:20.423Z+ set -o errexit
6532023-12-11T20:19:20.428Z+++ dirname ./tools/ci_download_transceiver_control
6542023-12-11T20:19:20.432Z++ cd ./tools
6552023-12-11T20:19:20.433Z++ pwd
6562023-12-11T20:19:20.433Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
6572023-12-11T20:19:20.433Z++ basename ./tools/ci_download_transceiver_control
6582023-12-11T20:19:20.433Z+ ARG0=ci_download_transceiver_control
6592023-12-11T20:19:20.433Z+ source /work/oxidecomputer/omicron/tools/transceiver_control_version
6602023-12-11T20:19:20.433Z++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a
6612023-12-11T20:19:20.433Z++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
6622023-12-11T20:19:20.434Z+ TARGET_DIR=out
6632023-12-11T20:19:20.434Z+ DOWNLOAD_DIR=out/downloads
6642023-12-11T20:19:20.434Z+ DEST_DIR=./out/transceiver-control
6652023-12-11T20:19:20.434Z+ BIN_DIR=/opt/oxide/bin
6662023-12-11T20:19:20.434Z+ BINARY=xcvradm
6672023-12-11T20:19:20.434Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
6682023-12-11T20:19:20.434Z+ REPO=oxidecomputer/transceiver-control
6692023-12-11T20:19:20.434Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a
6702023-12-11T20:19:20.437Z+ main
6712023-12-11T20:19:20.438Z+ [[ 0 != 0 ]]
6722023-12-11T20:19:20.438Z+ CIDL_OS=solaris2.11
6732023-12-11T20:19:20.438Z+ [[ 0 != 0 ]]
6742023-12-11T20:19:20.438Z+ configure_os solaris2.11
6752023-12-11T20:19:20.438Z+ echo 'current directory: /work/oxidecomputer/omicron'
6762023-12-11T20:19:20.438Zcurrent directory: /work/oxidecomputer/omicron
6772023-12-11T20:19:20.438Z+ echo 'configuring based on OS: "solaris2.11"'
6782023-12-11T20:19:20.438Zconfiguring based on OS: "solaris2.11"
6792023-12-11T20:19:20.438Z+ case "$1" in
6802023-12-11T20:19:20.438Z+ SET_BINARIES=
6812023-12-11T20:19:20.438Z+ CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
6822023-12-11T20:19:20.438Z+ CIDL_SHA256FUNC=do_sha256sum
6832023-12-11T20:19:20.439Z+ ARCHIVE_FILENAME=xcvradm.gz
6842023-12-11T20:19:20.439Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz
6852023-12-11T20:19:20.439Z+ ARCHIVE_FILE=out/downloads/xcvradm.gz
6862023-12-11T20:19:20.439Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz'
6872023-12-11T20:19:20.439Z+ echo 'Local file: out/downloads/xcvradm.gz'
6882023-12-11T20:19:20.439ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz
6892023-12-11T20:19:20.439ZLocal file: out/downloads/xcvradm.gz
6902023-12-11T20:19:20.439Z+ mkdir -p out/downloads
6912023-12-11T20:19:20.439Z+ mkdir -p ./out/transceiver-control
6922023-12-11T20:19:20.442Z+ fetch_and_verify
6932023-12-11T20:19:20.442Z+ local DO_DOWNLOAD=true
6942023-12-11T20:19:20.443Z+ [[ -f out/downloads/xcvradm.gz ]]
6952023-12-11T20:19:20.443Z+ '[' true == true ']'
6962023-12-11T20:19:20.443Z+ echo Downloading...
6972023-12-11T20:19:20.443ZDownloading...
6982023-12-11T20:19:20.443Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz
6992023-12-11T20:19:20.443Z+ 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
7002023-12-11T20:19:22.544Z++ do_sha256sum out/downloads/xcvradm.gz
7012023-12-11T20:19:22.548Z++ sha256sum
7022023-12-11T20:19:22.548Z++ awk '{print $1}'
7032023-12-11T20:19:22.570Z+ calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
7042023-12-11T20:19:22.570Z+ [[ 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 ]]
7052023-12-11T20:19:22.574Z+ do_unpack out/downloads/xcvradm.gz
7062023-12-11T20:19:22.574Z+ mkdir -p out/downloads/root//opt/oxide/bin
7072023-12-11T20:19:22.574Z+ gzip -dc out/downloads/xcvradm.gz
7082023-12-11T20:19:22.752Z+ chmod +x out/downloads/root//opt/oxide/bin/xcvradm
7092023-12-11T20:19:22.758Z+ do_assemble
7102023-12-11T20:19:22.758Z+ rm -r ./out/transceiver-control
7112023-12-11T20:19:22.758Z+ mkdir ./out/transceiver-control
7122023-12-11T20:19:22.758Z+ cp -r out/downloads/root ./out/transceiver-control/root
7132023-12-11T20:19:22.978ZAll builder prerequisites installed successfully, and PATH looks valid
7142023-12-11T20:19:22.983Z
7152023-12-11T20:19:22.983Zreal 1:58.915638601
7162023-12-11T20:19:22.983Zuser 56.077506524
7172023-12-11T20:19:22.983Zsys 10.294261990
7182023-12-11T20:19:22.983Ztrap 0.021140155
7192023-12-11T20:19:22.983Ztflt 0.229847690
7202023-12-11T20:19:22.984Zdflt 1.032427649
7212023-12-11T20:19:22.984Zkflt 0.198464547
7222023-12-11T20:19:22.984Zlock 2.189213992
7232023-12-11T20:19:22.984Zslp 3:32.073122172
7242023-12-11T20:19:22.984Zlat 3.447124669
7252023-12-11T20:19:22.984Zstop 0.088528754
7262023-12-11T20:19:22.984Z
7272023-12-11T20:19:22.984Z #### # # ##### ##### # #
7282023-12-11T20:19:22.984Z # # # # # # # # # #
7292023-12-11T20:19:22.984Z # # # # # # # #
7302023-12-11T20:19:22.984Z # # # ##### ##### #
7312023-12-11T20:19:22.984Z # # # # # # #
7322023-12-11T20:19:22.985Z #### ###### # # # #
7332023-12-11T20:19:22.985Z
7342023-12-11T20:19:23.326Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
7352023-12-11T20:19:23.834Z Updating crates.io index
7362023-12-11T20:19:23.839Z Updating git repository `https://github.com/oxidecomputer/dropshot`
7372023-12-11T20:19:24.742Z Updating git repository `https://github.com/oxidecomputer/progenitor`
7382023-12-11T20:19:26.538Z Updating git repository `http://github.com/oxidecomputer/serde_human_bytes`
7392023-12-11T20:19:27.204Z Updating git repository `http://github.com/oxidecomputer/tofino`
7402023-12-11T20:19:27.663Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
7412023-12-11T20:19:27.977Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
7422023-12-11T20:19:28.262Z Updating git repository `https://github.com/oxidecomputer/propolis`
7432023-12-11T20:19:29.311Z Updating git repository `https://github.com/oxidecomputer/crucible`
7442023-12-11T20:19:31.585Z Updating git repository `https://github.com/oxidecomputer/opte`
7452023-12-11T20:19:32.606Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
7462023-12-11T20:19:32.936Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
7472023-12-11T20:19:33.564Z Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel`
7482023-12-11T20:19:33.914Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
7492023-12-11T20:19:34.228Z Updating git repository `http://github.com/oxidecomputer/sprockets`
7502023-12-11T20:19:34.644Z Updating git repository `https://github.com/oxidecomputer/diesel-dtrace`
7512023-12-11T20:19:35.009Z Updating git repository `https://github.com/njaremko/samael`
7522023-12-11T20:19:35.997Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
7532023-12-11T20:19:36.724Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
7542023-12-11T20:19:37.097Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
7552023-12-11T20:19:37.435Z Updating git repository `https://github.com/jgallagher/nix`
7562023-12-11T20:19:38.748Z Updating git repository `https://github.com/cbiffle/hubpack`
7572023-12-11T20:19:39.114Z Updating git repository `https://github.com/oxidecomputer/typify`
7582023-12-11T20:19:40.124Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
7592023-12-11T20:19:40.593Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
7602023-12-11T20:19:40.915Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
7612023-12-11T20:19:42.362Z Downloading crates ...
7622023-12-11T20:19:42.575Z Downloaded anstyle-parse v0.2.1
7632023-12-11T20:19:42.582Z Downloaded anyhow v1.0.75
7642023-12-11T20:19:42.590Z Downloaded equivalent v1.0.1
7652023-12-11T20:19:42.593Z Downloaded colorchoice v1.0.0
7662023-12-11T20:19:42.593Z Downloaded thiserror v1.0.49
7672023-12-11T20:19:42.600Z Downloaded utf8parse v0.2.1
7682023-12-11T20:19:42.604Z Downloaded clap_lex v0.5.1
7692023-12-11T20:19:42.610Z Downloaded toml_datetime v0.6.5
7702023-12-11T20:19:42.610Z Downloaded anstream v0.5.0
7712023-12-11T20:19:42.615Z Downloaded errno v0.3.2
7722023-12-11T20:19:42.615Z Downloaded cargo_metadata v0.18.0
7732023-12-11T20:19:42.619Z Downloaded terminal_size v0.2.6
7742023-12-11T20:19:42.619Z Downloaded bitflags v1.3.2
7752023-12-11T20:19:42.627Z Downloaded cargo_toml v0.17.0
7762023-12-11T20:19:42.632Z Downloaded cargo-platform v0.1.3
7772023-12-11T20:19:42.633Z Downloaded anstyle v1.0.2
7782023-12-11T20:19:42.633Z Downloaded semver v1.0.20
7792023-12-11T20:19:42.638Z Downloaded clap_derive v4.4.2
7802023-12-11T20:19:42.638Z Downloaded camino v1.1.6
7812023-12-11T20:19:42.642Z Downloaded proc-macro2 v1.0.69
7822023-12-11T20:19:42.646Z Downloaded quote v1.0.33
7832023-12-11T20:19:42.650Z Downloaded ryu v1.0.15
7842023-12-11T20:19:42.658Z Downloaded serde_derive v1.0.192
7852023-12-11T20:19:42.665Z Downloaded toml v0.8.8
7862023-12-11T20:19:42.668Z Downloaded serde v1.0.192
7872023-12-11T20:19:42.673Z Downloaded toml_edit v0.21.0
7882023-12-11T20:19:42.713Z Downloaded hashbrown v0.14.2
7892023-12-11T20:19:42.723Z Downloaded winnow v0.5.15
7902023-12-11T20:19:42.757Z Downloaded syn v2.0.32
7912023-12-11T20:19:42.763Z Downloaded rustix v0.37.23
7922023-12-11T20:19:42.794Z Downloaded libc v0.2.150
7932023-12-11T20:19:42.920Z Downloaded serde_json v1.0.108
7942023-12-11T20:19:42.926Z Downloaded memchr v2.6.3
7952023-12-11T20:19:42.926Z Downloaded clap_builder v4.4.2
7962023-12-11T20:19:42.926Z Downloaded thiserror-impl v1.0.49
7972023-12-11T20:19:42.926Z Downloaded indexmap v2.1.0
7982023-12-11T20:19:42.926Z Downloaded io-lifetimes v1.0.11
7992023-12-11T20:19:42.926Z Downloaded serde_spanned v0.6.4
8002023-12-11T20:19:42.926Z Downloaded clap v4.4.3
8012023-12-11T20:19:42.927Z Downloaded itoa v1.0.9
8022023-12-11T20:19:42.927Z Downloaded anstyle-query v1.0.0
8032023-12-11T20:19:42.927Z Downloaded strsim v0.10.0
8042023-12-11T20:19:42.927Z Downloaded heck v0.4.1
8052023-12-11T20:19:42.994Z Downloaded unicode-ident v1.0.12
8062023-12-11T20:19:43.099Z Compiling proc-macro2 v1.0.69
8072023-12-11T20:19:43.099Z Compiling unicode-ident v1.0.12
8082023-12-11T20:19:43.103Z Compiling serde v1.0.192
8092023-12-11T20:19:43.103Z Compiling libc v0.2.150
8102023-12-11T20:19:43.103Z Compiling io-lifetimes v1.0.11
8112023-12-11T20:19:43.113Z Compiling rustix v0.37.23
8122023-12-11T20:19:43.117Z Compiling hashbrown v0.14.2
8132023-12-11T20:19:43.117Z Compiling utf8parse v0.2.1
8142023-12-11T20:19:43.479Z Compiling equivalent v1.0.1
8152023-12-11T20:19:43.487Z Compiling bitflags v1.3.2
8162023-12-11T20:19:43.592Z Compiling anstyle-parse v0.2.1
8172023-12-11T20:19:43.607Z Compiling camino v1.1.6
8182023-12-11T20:19:43.994Z Compiling serde_json v1.0.108
8192023-12-11T20:19:44.697Z Compiling indexmap v2.1.0
8202023-12-11T20:19:45.665Z Compiling colorchoice v1.0.0
8212023-12-11T20:19:45.681Z Compiling thiserror v1.0.49
8222023-12-11T20:19:45.791Z Compiling winnow v0.5.15
8232023-12-11T20:19:45.865Z Compiling semver v1.0.20
8242023-12-11T20:19:45.905Z Compiling anstyle v1.0.2
8252023-12-11T20:19:46.012Z Compiling anstyle-query v1.0.0
8262023-12-11T20:19:46.228Z Compiling heck v0.4.1
8272023-12-11T20:19:46.260Z Compiling anyhow v1.0.75
8282023-12-11T20:19:46.579Z Compiling anstream v0.5.0
8292023-12-11T20:19:46.618Z Compiling clap_lex v0.5.1
8302023-12-11T20:19:46.686Z Compiling strsim v0.10.0
8312023-12-11T20:19:46.936Z Compiling ryu v1.0.15
8322023-12-11T20:19:47.047Z Compiling quote v1.0.33
8332023-12-11T20:19:47.499Z Compiling itoa v1.0.9
8342023-12-11T20:19:47.754Z Compiling syn v2.0.32
8352023-12-11T20:19:47.812Z Compiling errno v0.3.2
8362023-12-11T20:19:49.390Z Compiling terminal_size v0.2.6
8372023-12-11T20:19:49.519Z Compiling clap_builder v4.4.2
8382023-12-11T20:19:55.700Z Compiling serde_derive v1.0.192
8392023-12-11T20:19:55.703Z Compiling thiserror-impl v1.0.49
8402023-12-11T20:19:55.703Z Compiling clap_derive v4.4.2
8412023-12-11T20:20:00.147Z Compiling clap v4.4.3
8422023-12-11T20:20:08.524Z Compiling serde_spanned v0.6.4
8432023-12-11T20:20:08.530Z Compiling toml_datetime v0.6.5
8442023-12-11T20:20:08.530Z Compiling cargo-platform v0.1.3
8452023-12-11T20:20:08.962Z Compiling toml_edit v0.21.0
8462023-12-11T20:20:10.498Z Compiling cargo_metadata v0.18.0
8472023-12-11T20:20:12.101Z Compiling toml v0.8.8
8482023-12-11T20:20:13.281Z Compiling cargo_toml v0.17.0
8492023-12-11T20:20:18.983Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
8502023-12-11T20:20:20.354Z Finished dev [unoptimized + debuginfo] target(s) in 57.29s
8512023-12-11T20:20:20.558Z Running `target/debug/xtask clippy`
8522023-12-11T20:20:20.611Zrunning: "/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/cargo" "clippy" "--all-targets" "--" "--deny" "warnings" "--allow" "clippy::style"
8532023-12-11T20:20:21.425Z Downloading crates ...
8542023-12-11T20:20:21.676Z Downloaded ahash v0.8.3
8552023-12-11T20:20:21.681Z Downloaded cfg-if v1.0.0
8562023-12-11T20:20:21.684Z Downloaded blake2b_simd v1.0.1
8572023-12-11T20:20:21.687Z Downloaded bit-set v0.5.3
8582023-12-11T20:20:21.691Z Downloaded bb8 v0.8.1
8592023-12-11T20:20:21.695Z Downloaded ciborium-io v0.2.1
8602023-12-11T20:20:21.703Z Downloaded bzip2 v0.4.4
8612023-12-11T20:20:21.713Z Downloaded bit-vec v0.6.3
8622023-12-11T20:20:21.716Z Downloaded chacha20 v0.9.1
8632023-12-11T20:20:21.720Z Downloaded is-terminal v0.4.9
8642023-12-11T20:20:21.723Z Downloaded async-trait v0.1.74
8652023-12-11T20:20:21.731Z Downloaded darling_core v0.14.4
8662023-12-11T20:20:21.740Z Downloaded libtest-mimic v0.6.1
8672023-12-11T20:20:21.746Z Downloaded darling v0.20.3
8682023-12-11T20:20:21.753Z Downloaded crypto-bigint v0.5.2
8692023-12-11T20:20:22.170Z Downloaded hyper-staticfile v0.9.5
8702023-12-11T20:20:22.175Z Downloaded crc v3.0.1
8712023-12-11T20:20:22.175Z Downloaded impl-trait-for-tuples v0.2.2
8722023-12-11T20:20:22.175Z Downloaded bytes v1.5.0
8732023-12-11T20:20:22.175Z Downloaded num_cpus v1.16.0
8742023-12-11T20:20:22.176Z Downloaded normalize-line-endings v0.3.0
8752023-12-11T20:20:22.176Z Downloaded kstat-rs v0.2.3
8762023-12-11T20:20:22.176Z Downloaded cpufeatures v0.2.9
8772023-12-11T20:20:22.176Z Downloaded is_ci v1.1.1
8782023-12-11T20:20:22.176Z Downloaded cexpr v0.6.0
8792023-12-11T20:20:22.176Z Downloaded num-integer v0.1.45
8802023-12-11T20:20:22.176Z Downloaded linear-map v1.2.0
8812023-12-11T20:20:22.176Z Downloaded block-buffer v0.10.4
8822023-12-11T20:20:22.176Z Downloaded base16ct v0.2.0
8832023-12-11T20:20:22.176Z Downloaded autocfg v1.1.0
8842023-12-11T20:20:22.176Z Downloaded bytecount v0.6.3
8852023-12-11T20:20:22.176Z Downloaded aead v0.5.2
8862023-12-11T20:20:22.176Z Downloaded buf-list v1.0.3
8872023-12-11T20:20:22.176Z Downloaded linked-hash-map v0.5.6
8882023-12-11T20:20:22.176Z Downloaded assert_cmd v2.0.12
8892023-12-11T20:20:22.176Z Downloaded arrayvec v0.7.4
8902023-12-11T20:20:22.176Z Downloaded bitfield v0.14.0
8912023-12-11T20:20:22.176Z Downloaded argon2 v0.5.2
8922023-12-11T20:20:22.177Z Downloaded lazycell v1.3.0
8932023-12-11T20:20:22.177Z Downloaded block-padding v0.3.3
8942023-12-11T20:20:22.177Z Downloaded addr2line v0.21.0
8952023-12-11T20:20:22.177Z Downloaded ciborium v0.2.1
8962023-12-11T20:20:22.177Z Downloaded arc-swap v1.6.0
8972023-12-11T20:20:22.177Z Downloaded chacha20poly1305 v0.10.1
8982023-12-11T20:20:22.177Z Downloaded olpc-cjson v0.1.3
8992023-12-11T20:20:22.177Z Downloaded constant_time_eq v0.2.6
9002023-12-11T20:20:22.177Z Downloaded colored v2.0.4
9012023-12-11T20:20:22.177Z Downloaded matches v0.1.10
9022023-12-11T20:20:22.177Z Downloaded lock_api v0.4.10
9032023-12-11T20:20:22.177Z Downloaded maplit v1.0.2
9042023-12-11T20:20:22.177Z Downloaded base64 v0.21.5
9052023-12-11T20:20:22.177Z Downloaded sec1 v0.7.3
9062023-12-11T20:20:22.177Z Downloaded hyper-rustls v0.24.2
9072023-12-11T20:20:22.177Z Downloaded cstr-argument v0.1.2
9082023-12-11T20:20:22.177Z Downloaded indoc v1.0.9
9092023-12-11T20:20:22.177Z Downloaded nibble_vec v0.1.0
9102023-12-11T20:20:22.178Z Downloaded crossbeam-queue v0.3.8
9112023-12-11T20:20:22.178Z Downloaded opaque-debug v0.3.0
9122023-12-11T20:20:22.178Z Downloaded num-iter v0.1.43
9132023-12-11T20:20:22.178Z Downloaded crc-any v2.4.3
9142023-12-11T20:20:22.178Z Downloaded mime_guess v2.0.4
9152023-12-11T20:20:22.178Z Downloaded ident_case v1.0.1
9162023-12-11T20:20:22.178Z Downloaded clang-sys v1.6.1
9172023-12-11T20:20:22.178Z Downloaded papergrid v0.10.0
9182023-12-11T20:20:22.179Z Downloaded difflib v0.4.0
9192023-12-11T20:20:22.179Z Downloaded digest v0.10.7
9202023-12-11T20:20:22.179Z Downloaded libloading v0.7.4
9212023-12-11T20:20:22.179Z Downloaded time-core v0.1.1
9222023-12-11T20:20:22.179Z Downloaded nu-ansi-term v0.49.0
9232023-12-11T20:20:22.179Z Downloaded darling_macro v0.20.3
9242023-12-11T20:20:22.179Z Downloaded version_check v0.9.4
9252023-12-11T20:20:22.179Z Downloaded oorandom v11.1.3
9262023-12-11T20:20:22.179Z Downloaded lru-cache v0.1.2
9272023-12-11T20:20:22.179Z Downloaded criterion-plot v0.5.0
9282023-12-11T20:20:22.179Z Downloaded num-traits v0.2.16
9292023-12-11T20:20:22.179Z Downloaded usdt-macro v0.3.5
9302023-12-11T20:20:22.179Z Downloaded cobs v0.2.3
9312023-12-11T20:20:22.179Z Downloaded macaddr v1.0.1
9322023-12-11T20:20:22.180Z Downloaded keccak v0.1.4
9332023-12-11T20:20:22.180Z Downloaded omicron-zone-package v0.9.1
9342023-12-11T20:20:22.180Z Downloaded headers-core v0.2.0
9352023-12-11T20:20:22.180Z Downloaded nanorand v0.7.0
9362023-12-11T20:20:22.180Z Downloaded libefi-sys v0.1.0
9372023-12-11T20:20:22.180Z Downloaded num v0.4.1
9382023-12-11T20:20:22.180Z Downloaded new_debug_unreachable v1.0.4
9392023-12-11T20:20:22.180Z Downloaded smallvec v0.6.14
9402023-12-11T20:20:22.180Z Downloaded darling_macro v0.14.4
9412023-12-11T20:20:22.180Z Downloaded dirs-next v2.0.0
9422023-12-11T20:20:22.180Z Downloaded pest_generator v2.7.2
9432023-12-11T20:20:22.181Z Downloaded const-oid v0.9.5
9442023-12-11T20:20:22.181Z Downloaded diff v0.1.13
9452023-12-11T20:20:22.181Z Downloaded slog-scope v4.4.0
9462023-12-11T20:20:22.182Z Downloaded tabled_derive v0.6.0
9472023-12-11T20:20:22.182Z Downloaded rustversion v1.0.14
9482023-12-11T20:20:22.182Z Downloaded waitgroup v0.1.2
9492023-12-11T20:20:22.182Z Downloaded shlex v1.1.0
9502023-12-11T20:20:22.182Z Downloaded slog-stdlog v4.1.1
9512023-12-11T20:20:22.183Z Downloaded strum_macros v0.24.3
9522023-12-11T20:20:22.183Z Downloaded subprocess v0.2.9
9532023-12-11T20:20:22.183Z Downloaded strum v0.25.0
9542023-12-11T20:20:22.183Z Downloaded structmeta-derive v0.2.0
9552023-12-11T20:20:22.183Z Downloaded httpdate v1.0.3
9562023-12-11T20:20:22.183Z Downloaded postgres-protocol v0.6.6
9572023-12-11T20:20:22.184Z Downloaded pest_derive v2.7.2
9582023-12-11T20:20:22.184Z Downloaded spin v0.9.8
9592023-12-11T20:20:22.184Z Downloaded slog-envlogger v2.2.0
9602023-12-11T20:20:22.184Z Downloaded structopt-derive v0.4.18
9612023-12-11T20:20:22.184Z Downloaded serde_urlencoded v0.7.1
9622023-12-11T20:20:22.184Z Downloaded oso v0.27.0
9632023-12-11T20:20:22.185Z Downloaded spki v0.7.2
9642023-12-11T20:20:22.193Z Downloaded rand_core v0.6.4
9652023-12-11T20:20:22.193Z Downloaded endian-type v0.1.2
9662023-12-11T20:20:22.193Z Downloaded serde_path_to_error v0.1.14
9672023-12-11T20:20:22.193Z Downloaded pretty-hex v0.2.1
9682023-12-11T20:20:22.193Z Downloaded parse-display-derive v0.8.2
9692023-12-11T20:20:22.197Z Downloaded unicode-xid v0.2.4
9702023-12-11T20:20:22.197Z Downloaded num-complex v0.4.4
9712023-12-11T20:20:22.205Z Downloaded hashbrown v0.12.3
9722023-12-11T20:20:22.222Z Downloaded predicates v2.1.5
9732023-12-11T20:20:22.231Z Downloaded indexmap v1.9.3
9742023-12-11T20:20:22.231Z Downloaded walkdir v2.4.0
9752023-12-11T20:20:22.231Z Downloaded funty v2.0.0
9762023-12-11T20:20:22.235Z Downloaded futures-timer v3.0.2
9772023-12-11T20:20:22.235Z Downloaded unicode-width v0.1.11
9782023-12-11T20:20:22.238Z Downloaded textwrap v0.11.0
9792023-12-11T20:20:22.246Z Downloaded resolv-conf v0.7.0
9802023-12-11T20:20:22.249Z Downloaded rand_chacha v0.3.1
9812023-12-11T20:20:22.249Z Downloaded getopts v0.2.21
9822023-12-11T20:20:22.253Z Downloaded proc-macro-error-attr v1.0.4
9832023-12-11T20:20:22.256Z Downloaded ppv-lite86 v0.2.17
9842023-12-11T20:20:22.259Z Downloaded structmeta v0.2.0
9852023-12-11T20:20:22.262Z Downloaded vsss-rs v3.3.1
9862023-12-11T20:20:22.266Z Downloaded either v1.9.0
9872023-12-11T20:20:22.269Z Downloaded termios v0.3.3
9882023-12-11T20:20:22.273Z Downloaded foreign-types v0.3.2
9892023-12-11T20:20:22.276Z Downloaded pretty-hex v0.4.0
9902023-12-11T20:20:22.279Z Downloaded strum_macros v0.25.2
9912023-12-11T20:20:22.282Z Downloaded whoami v1.4.1
9922023-12-11T20:20:22.286Z Downloaded fastrand v2.0.0
9932023-12-11T20:20:22.289Z Downloaded toml v0.7.8
9942023-12-11T20:20:22.298Z Downloaded owo-colors v3.5.0
9952023-12-11T20:20:22.302Z Downloaded toolchain_find v0.2.0
9962023-12-11T20:20:22.305Z Downloaded plotters-svg v0.3.5
9972023-12-11T20:20:22.308Z Downloaded reedline v0.26.0
9982023-12-11T20:20:22.319Z Downloaded snafu-derive v0.7.5
9992023-12-11T20:20:22.327Z Downloaded same-file v1.0.6
10002023-12-11T20:20:22.331Z Downloaded futures-task v0.3.29
10012023-12-11T20:20:22.332Z Downloaded scheduled-thread-pool v0.2.7
10022023-12-11T20:20:22.332Z Downloaded openssl-sys v0.9.96
10032023-12-11T20:20:22.371Z Downloaded tracing-core v0.1.31
10042023-12-11T20:20:22.374Z Downloaded schemars v0.8.13
10052023-12-11T20:20:22.374Z Downloaded unicode-normalization v0.1.22
10062023-12-11T20:20:22.377Z Downloaded tracing v0.1.37
10072023-12-11T20:20:22.383Z Downloaded ref-cast-impl v1.0.20
10082023-12-11T20:20:22.387Z Downloaded fxhash v0.2.1
10092023-12-11T20:20:22.390Z Downloaded serde_derive_internals v0.26.0
10102023-12-11T20:20:22.390Z Downloaded httptest v0.15.5
10112023-12-11T20:20:22.394Z Downloaded semver v0.1.20
10122023-12-11T20:20:22.397Z Downloaded parking_lot v0.12.1
10132023-12-11T20:20:22.401Z Downloaded tempdir v0.3.7
10142023-12-11T20:20:22.404Z Downloaded slog-json v2.6.1
10152023-12-11T20:20:22.408Z Downloaded semver v0.11.0
10162023-12-11T20:20:22.411Z Downloaded signal-hook-registry v1.4.1
10172023-12-11T20:20:22.414Z Downloaded radium v0.7.0
10182023-12-11T20:20:22.418Z Downloaded num-bigint-dig v0.8.4
10192023-12-11T20:20:22.424Z Downloaded rustc-hash v1.1.0
10202023-12-11T20:20:22.427Z Downloaded password-hash v0.5.0
10212023-12-11T20:20:22.431Z Downloaded rand v0.4.6
10222023-12-11T20:20:22.449Z Downloaded semver-parser v0.10.2
10232023-12-11T20:20:22.453Z Downloaded poly1305 v0.8.0
10242023-12-11T20:20:22.453Z Downloaded slog v2.7.0
10252023-12-11T20:20:22.456Z Downloaded futures-io v0.3.29
10262023-12-11T20:20:22.456Z Downloaded precomputed-hash v0.1.1
10272023-12-11T20:20:22.461Z Downloaded number_prefix v0.4.0
10282023-12-11T20:20:22.463Z Downloaded home v0.5.5
10292023-12-11T20:20:22.463Z Downloaded trust-dns-resolver v0.22.0
10302023-12-11T20:20:22.469Z Downloaded rustc_version v0.4.0
10312023-12-11T20:20:22.473Z Downloaded datatest-stable v0.2.3
10322023-12-11T20:20:22.478Z Downloaded elliptic-curve v0.13.8
10332023-12-11T20:20:22.487Z Downloaded uuid v1.6.1
10342023-12-11T20:20:22.500Z Downloaded glob v0.3.1
10352023-12-11T20:20:22.503Z Downloaded trust-dns-client v0.22.0
10362023-12-11T20:20:22.508Z Downloaded hash32 v0.2.1
10372023-12-11T20:20:22.512Z Downloaded vte v0.11.1
10382023-12-11T20:20:22.516Z Downloaded form_urlencoded v1.2.1
10392023-12-11T20:20:22.519Z Downloaded foreign-types-shared v0.1.1
10402023-12-11T20:20:22.522Z Downloaded futures-macro v0.3.29
10412023-12-11T20:20:22.522Z Downloaded phf_shared v0.10.0
10422023-12-11T20:20:22.525Z Downloaded thiserror-no-std v2.0.2
10432023-12-11T20:20:22.531Z Downloaded serde-big-array v0.4.1
10442023-12-11T20:20:22.534Z Downloaded defmt-parser v0.3.3
10452023-12-11T20:20:22.537Z Downloaded rustfmt-wrapper v0.2.0
10462023-12-11T20:20:22.540Z Downloaded group v0.13.0
10472023-12-11T20:20:22.543Z Downloaded zerocopy v0.3.0
10482023-12-11T20:20:22.543Z Downloaded derive-where v1.2.6
10492023-12-11T20:20:22.550Z Downloaded foreign-types v0.5.0
10502023-12-11T20:20:22.554Z Downloaded typenum v1.16.0
10512023-12-11T20:20:22.557Z Downloaded globset v0.4.13
10522023-12-11T20:20:22.560Z Downloaded rustc_version v0.1.7
10532023-12-11T20:20:22.563Z Downloaded utf-8 v0.7.6
10542023-12-11T20:20:22.566Z Downloaded subtle v2.5.0
10552023-12-11T20:20:22.570Z Downloaded yansi v0.5.1
10562023-12-11T20:20:22.570Z Downloaded pin-project-lite v0.2.13
10572023-12-11T20:20:22.582Z Downloaded swrite v0.1.0
10582023-12-11T20:20:22.585Z Downloaded pin-utils v0.1.0
10592023-12-11T20:20:22.585Z Downloaded ff v0.13.0
10602023-12-11T20:20:22.588Z Downloaded futures-executor v0.3.29
10612023-12-11T20:20:22.591Z Downloaded derive_more v0.99.17
10622023-12-11T20:20:22.600Z Downloaded derive_builder v0.12.0
10632023-12-11T20:20:22.612Z Downloaded ron v0.8.1
10642023-12-11T20:20:22.625Z Downloaded half v1.8.2
10652023-12-11T20:20:22.634Z Downloaded unsafe-libyaml v0.2.9
10662023-12-11T20:20:22.639Z Downloaded typed-path v0.7.0
10672023-12-11T20:20:22.651Z Downloaded downcast v0.11.0
10682023-12-11T20:20:22.655Z Downloaded getrandom v0.2.10
10692023-12-11T20:20:22.661Z Downloaded sha2 v0.10.8
10702023-12-11T20:20:22.667Z Downloaded portable-atomic v1.4.3
10712023-12-11T20:20:22.683Z Downloaded reqwest v0.11.22
10722023-12-11T20:20:22.700Z Downloaded tabled v0.14.0
10732023-12-11T20:20:22.728Z Downloaded regress v0.7.1
10742023-12-11T20:20:22.745Z Downloaded postcard v1.0.8
10752023-12-11T20:20:22.753Z Downloaded tower-service v0.3.2
10762023-12-11T20:20:22.764Z Downloaded thiserror-impl-no-std v2.0.2
10772023-12-11T20:20:22.765Z Downloaded der_derive v0.7.2
10782023-12-11T20:20:22.768Z Downloaded signal-hook-mio v0.2.3
10792023-12-11T20:20:22.768Z Downloaded rustls-native-certs v0.6.3
10802023-12-11T20:20:22.768Z Downloaded fragile v2.0.0
10812023-12-11T20:20:22.772Z Downloaded serde_yaml v0.9.25
10822023-12-11T20:20:22.779Z Downloaded foreign-types-shared v0.3.1
10832023-12-11T20:20:22.787Z Downloaded r2d2 v0.8.10
10842023-12-11T20:20:22.795Z Downloaded siphasher v0.3.11
10852023-12-11T20:20:22.795Z Downloaded pin-project-internal v1.1.3
10862023-12-11T20:20:22.795Z Downloaded pest_meta v2.7.2
10872023-12-11T20:20:22.800Z Downloaded phf_shared v0.11.2
10882023-12-11T20:20:22.800Z Downloaded serde_with_macros v3.4.0
10892023-12-11T20:20:22.810Z Downloaded pkcs8 v0.10.2
10902023-12-11T20:20:22.814Z Downloaded rsa v0.9.2
10912023-12-11T20:20:22.824Z Downloaded dtrace-parser v0.1.14
10922023-12-11T20:20:22.829Z Downloaded stringprep v0.1.3
10932023-12-11T20:20:22.829Z Downloaded string_cache v0.8.7
10942023-12-11T20:20:22.829Z Downloaded tokio-native-tls v0.3.1
10952023-12-11T20:20:22.840Z Downloaded unarray v0.1.4
10962023-12-11T20:20:22.849Z Downloaded phf v0.11.2
10972023-12-11T20:20:22.850Z Downloaded zip v0.6.6
10982023-12-11T20:20:22.858Z Downloaded display-error-chain v0.2.0
10992023-12-11T20:20:22.859Z Downloaded strip-ansi-escapes v0.2.0
11002023-12-11T20:20:22.859Z Downloaded yasna v0.5.2
11012023-12-11T20:20:22.868Z Downloaded dof v0.1.5
11022023-12-11T20:20:22.868Z Downloaded toml_edit v0.19.15
11032023-12-11T20:20:22.899Z Downloaded unicode-bidi v0.3.13
11042023-12-11T20:20:22.906Z Downloaded regex-automata v0.1.10
11052023-12-11T20:20:22.916Z Downloaded relative-path v1.9.0
11062023-12-11T20:20:22.926Z Downloaded heapless v0.7.16
11072023-12-11T20:20:22.938Z Downloaded bitvec v1.0.1
11082023-12-11T20:20:22.968Z Downloaded zerocopy v0.6.4
11092023-12-11T20:20:22.975Z Downloaded tokio-stream v0.1.14
11102023-12-11T20:20:22.977Z Downloaded lalrpop v0.19.12
11112023-12-11T20:20:22.992Z Downloaded tracing-attributes v0.1.26
11122023-12-11T20:20:22.999Z Downloaded tokio-postgres v0.7.10
11132023-12-11T20:20:23.010Z Downloaded socket2 v0.5.5
11142023-12-11T20:20:23.020Z Downloaded pin-project v1.1.3
11152023-12-11T20:20:23.045Z Downloaded tungstenite v0.20.1
11162023-12-11T20:20:23.053Z Downloaded ring v0.16.20
11172023-12-11T20:20:23.218Z Downloaded unicode-segmentation v1.10.1
11182023-12-11T20:20:23.236Z Downloaded packed_struct v0.10.1
11192023-12-11T20:20:23.237Z Downloaded bstr v1.6.0
11202023-12-11T20:20:23.262Z Downloaded steno v0.4.0
11212023-12-11T20:20:23.263Z Downloaded radix_trie v0.2.1
11222023-12-11T20:20:23.281Z Downloaded object v0.32.1
11232023-12-11T20:20:23.304Z Downloaded zerocopy v0.7.26
11242023-12-11T20:20:23.337Z Downloaded polar-core v0.27.0
11252023-12-11T20:20:23.346Z Downloaded proptest v1.4.0
11262023-12-11T20:20:23.358Z Downloaded textwrap v0.16.0
11272023-12-11T20:20:23.366Z Downloaded ratatui v0.23.0
11282023-12-11T20:20:23.428Z Downloaded openapiv3 v2.0.0-rc.1
11292023-12-11T20:20:23.435Z Downloaded petgraph v0.6.4
11302023-12-11T20:20:23.435Z Downloaded h2 v0.3.21
11312023-12-11T20:20:23.449Z Downloaded rustls v0.21.9
11322023-12-11T20:20:23.471Z Downloaded webpki-roots v0.25.2
11332023-12-11T20:20:23.491Z Downloaded smoltcp v0.9.1
11342023-12-11T20:20:23.508Z Downloaded syn v1.0.109
11352023-12-11T20:20:23.525Z Downloaded smoltcp v0.10.0
11362023-12-11T20:20:23.540Z Downloaded regex-syntax v0.7.5
11372023-12-11T20:20:23.560Z Downloaded trust-dns-proto v0.22.0
11382023-12-11T20:20:23.582Z Downloaded openssl v0.10.60
11392023-12-11T20:20:23.622Z Downloaded diesel v2.1.4
11402023-12-11T20:20:23.638Z Downloaded rustix v0.38.25
11412023-12-11T20:20:23.679Z Downloaded regex-syntax v0.8.2
11422023-12-11T20:20:23.697Z Downloaded zerocopy-derive v0.6.4
11432023-12-11T20:20:23.723Z Downloaded zerocopy-derive v0.7.26
11442023-12-11T20:20:23.737Z Downloaded zerocopy-derive v0.2.0
11452023-12-11T20:20:23.756Z Downloaded regex-automata v0.4.3
11462023-12-11T20:20:23.789Z Downloaded regex-automata v0.3.8
11472023-12-11T20:20:23.823Z Downloaded serde_with v3.4.0
11482023-12-11T20:20:23.835Z Downloaded tokio v1.35.0
11492023-12-11T20:20:23.905Z Downloaded sha3 v0.10.8
11502023-12-11T20:20:23.919Z Downloaded sled v0.34.7
11512023-12-11T20:20:23.941Z Downloaded regex-syntax v0.6.29
11522023-12-11T20:20:23.957Z Downloaded idna v0.2.3
11532023-12-11T20:20:23.972Z Downloaded pest v2.7.2
11542023-12-11T20:20:23.986Z Downloaded expectorate v1.1.0
11552023-12-11T20:20:24.000Z Downloaded hkdf v0.12.3
11562023-12-11T20:20:24.000Z Downloaded rayon v1.8.0
11572023-12-11T20:20:24.011Z Downloaded rustls-webpki v0.101.7
11582023-12-11T20:20:24.040Z Downloaded encoding_rs v0.8.33
11592023-12-11T20:20:24.082Z Downloaded object v0.30.4
11602023-12-11T20:20:24.102Z Downloaded thread_local v1.1.7
11612023-12-11T20:20:24.107Z Downloaded postgres-types v0.2.6
11622023-12-11T20:20:24.112Z Downloaded slog-dtrace v0.2.3
11632023-12-11T20:20:24.112Z Downloaded futures-util v0.3.29
11642023-12-11T20:20:24.138Z Downloaded bzip2-sys v0.1.11+1.0.8
11652023-12-11T20:20:24.164Z Downloaded pkcs1 v0.7.5
11662023-12-11T20:20:24.169Z Downloaded tar v0.4.40
11672023-12-11T20:20:24.169Z Downloaded diesel_table_macro_syntax v0.1.0
11682023-12-11T20:20:24.169Z Downloaded http v0.2.11
11692023-12-11T20:20:24.187Z Downloaded ring v0.17.7
11702023-12-11T20:20:24.317Z Downloaded curve25519-dalek v4.1.0
11712023-12-11T20:20:24.332Z Downloaded deranged v0.3.8
11722023-12-11T20:20:24.336Z Downloaded wyz v0.5.1
11732023-12-11T20:20:24.336Z Downloaded which v4.4.0
11742023-12-11T20:20:24.339Z Downloaded vcpkg v0.2.15
11752023-12-11T20:20:24.414Z Downloaded regex v1.10.2
11762023-12-11T20:20:24.458Z Downloaded rustls-pemfile v1.0.3
11772023-12-11T20:20:24.462Z Downloaded itertools v0.10.5
11782023-12-11T20:20:24.462Z Downloaded highway v1.1.0
11792023-12-11T20:20:24.462Z Downloaded snafu v0.7.5
11802023-12-11T20:20:24.465Z Downloaded futures v0.3.29
11812023-12-11T20:20:24.474Z Downloaded x509-cert v0.2.4
11822023-12-11T20:20:24.486Z Downloaded bstr v0.2.17
11832023-12-11T20:20:24.506Z Downloaded prettyplease v0.2.12
11842023-12-11T20:20:24.519Z Downloaded predicates-tree v1.0.9
11852023-12-11T20:20:24.520Z Downloaded futures-channel v0.3.29
11862023-12-11T20:20:24.936Z Downloaded pem-rfc7468 v0.7.0
11872023-12-11T20:20:24.936Z Downloaded quick-xml v0.23.1
11882023-12-11T20:20:24.936Z Downloaded serde_repr v0.1.16
11892023-12-11T20:20:24.936Z Downloaded similar-asserts v1.5.0
11902023-12-11T20:20:24.943Z Downloaded tough v0.16.0
11912023-12-11T20:20:24.943Z Downloaded url v2.5.0
11922023-12-11T20:20:24.943Z Downloaded defmt-macros v0.3.6
11932023-12-11T20:20:24.943Z Downloaded debug-ignore v1.0.5
11942023-12-11T20:20:24.943Z Downloaded time v0.3.27
11952023-12-11T20:20:24.944Z Downloaded tinyvec v1.6.0
11962023-12-11T20:20:24.944Z Downloaded futures-core v0.3.29
11972023-12-11T20:20:24.944Z Downloaded pem v3.0.2
11982023-12-11T20:20:24.944Z Downloaded signal-hook v0.3.17
11992023-12-11T20:20:24.944Z Downloaded der v0.7.8
12002023-12-11T20:20:24.944Z Downloaded predicates-core v1.0.6
12012023-12-11T20:20:24.944Z Downloaded hostname v0.3.1
12022023-12-11T20:20:24.944Z Downloaded term v0.7.0
12032023-12-11T20:20:24.944Z Downloaded proc-macro-error v1.0.4
12042023-12-11T20:20:24.944Z Downloaded plotters v0.3.5
12052023-12-11T20:20:24.944Z Downloaded nom v7.1.3
12062023-12-11T20:20:24.945Z Downloaded usdt-impl v0.3.5
12072023-12-11T20:20:24.945Z Downloaded ucd-trie v0.1.6
12082023-12-11T20:20:24.946Z Downloaded predicates v3.0.4
12092023-12-11T20:20:24.946Z Downloaded zeroize v1.7.0
12102023-12-11T20:20:24.946Z Downloaded thread-id v4.2.0
12112023-12-11T20:20:24.946Z Downloaded dyn-clone v1.0.13
12122023-12-11T20:20:24.946Z Downloaded fd-lock v3.0.13
12132023-12-11T20:20:24.946Z Downloaded platforms v3.0.2
12142023-12-11T20:20:24.946Z Downloaded unicode-linebreak v0.1.5
12152023-12-11T20:20:24.946Z Downloaded ed25519 v1.5.3
12162023-12-11T20:20:24.946Z Downloaded proc-macro-crate v1.3.1
12172023-12-11T20:20:24.946Z Downloaded rand v0.8.5
12182023-12-11T20:20:24.946Z Downloaded scopeguard v1.2.0
12192023-12-11T20:20:24.947Z Downloaded usdt v0.3.5
12202023-12-11T20:20:24.947Z Downloaded libm v0.2.7
12212023-12-11T20:20:24.947Z Downloaded sct v0.7.0
12222023-12-11T20:20:24.948Z Downloaded derive_builder_macro v0.12.0
12232023-12-11T20:20:24.948Z Downloaded filetime v0.2.23
12242023-12-11T20:20:24.948Z Downloaded tokio-macros v2.2.0
12252023-12-11T20:20:24.948Z Downloaded spin v0.5.2
12262023-12-11T20:20:24.948Z Downloaded supports-color v2.1.0
12272023-12-11T20:20:24.948Z Downloaded heck v0.3.3
12282023-12-11T20:20:24.948Z Downloaded wait-timeout v0.2.0
12292023-12-11T20:20:24.949Z Downloaded untrusted v0.7.1
12302023-12-11T20:20:24.949Z Downloaded strsim v0.8.0
12312023-12-11T20:20:24.949Z Downloaded rayon-core v1.12.0
12322023-12-11T20:20:24.949Z Downloaded httparse v1.8.0
12332023-12-11T20:20:24.949Z Downloaded serde_plain v1.0.2
12342023-12-11T20:20:24.949Z Downloaded tiny-keccak v2.0.2
12352023-12-11T20:20:24.949Z Downloaded percent-encoding v2.3.1
12362023-12-11T20:20:24.949Z Downloaded foreign-types-macros v0.2.3
12372023-12-11T20:20:24.949Z Downloaded tokio-tungstenite v0.20.1
12382023-12-11T20:20:24.949Z Downloaded tinyvec_macros v0.1.1
12392023-12-11T20:20:24.949Z Downloaded xattr v1.0.1
12402023-12-11T20:20:24.950Z Downloaded defmt v0.3.5
12412023-12-11T20:20:24.950Z Downloaded hex-literal v0.4.1
12422023-12-11T20:20:24.950Z Downloaded tokio-util v0.7.10
12432023-12-11T20:20:24.950Z Downloaded minimal-lexical v0.2.1
12442023-12-11T20:20:24.950Z Downloaded synstructure v0.12.6
12452023-12-11T20:20:24.950Z Downloaded rstest v0.18.2
12462023-12-11T20:20:24.950Z Downloaded rpassword v7.3.1
12472023-12-11T20:20:24.950Z Downloaded pkg-config v0.3.27
12482023-12-11T20:20:24.950Z Downloaded fatfs v0.3.6
12492023-12-11T20:20:24.950Z Downloaded static_assertions v1.1.0
12502023-12-11T20:20:24.950Z Downloaded stable_deref_trait v1.2.0
12512023-12-11T20:20:24.950Z Downloaded toml v0.5.11
12522023-12-11T20:20:24.951Z Downloaded remove_dir_all v0.5.3
12532023-12-11T20:20:24.951Z Downloaded tui-tree-widget v0.13.0
12542023-12-11T20:20:24.951Z Downloaded sha1 v0.10.6
12552023-12-11T20:20:24.951Z Downloaded hex v0.4.3
12562023-12-11T20:20:24.951Z Downloaded diesel_derives v2.1.2
12572023-12-11T20:20:24.951Z Downloaded tinytemplate v1.2.1
12582023-12-11T20:20:24.951Z Downloaded threadpool v1.8.1
12592023-12-11T20:20:24.951Z Downloaded env_logger v0.10.0
12602023-12-11T20:20:24.951Z Downloaded tap v1.0.1
12612023-12-11T20:20:24.951Z Downloaded take_mut v0.2.2
12622023-12-11T20:20:24.951Z Downloaded idna v0.5.0
12632023-12-11T20:20:24.951Z Downloaded topological-sort v0.2.2
12642023-12-11T20:20:24.951Z Downloaded derive_builder_core v0.12.0
12652023-12-11T20:20:24.951Z Downloaded rstest_macros v0.18.2
12662023-12-11T20:20:24.952Z Downloaded similar v2.2.1
12672023-12-11T20:20:24.952Z Downloaded data-encoding v2.4.0
12682023-12-11T20:20:24.952Z Downloaded headers v0.3.9
12692023-12-11T20:20:24.952Z Downloaded hashbrown v0.13.2
12702023-12-11T20:20:24.952Z Downloaded ena v0.14.2
12712023-12-11T20:20:24.952Z Downloaded parking_lot v0.11.2
12722023-12-11T20:20:24.952Z Downloaded pretty_assertions v1.4.0
12732023-12-11T20:20:24.952Z Downloaded flate2 v1.0.28
12742023-12-11T20:20:24.952Z Downloaded socket2 v0.4.9
12752023-12-11T20:20:24.952Z Downloaded hmac v0.12.1
12762023-12-11T20:20:24.952Z Downloaded futures-sink v0.3.29
12772023-12-11T20:20:24.952Z Downloaded enum-as-inner v0.5.1
12782023-12-11T20:20:24.952Z Downloaded rand_xorshift v0.3.0
12792023-12-11T20:20:24.953Z Downloaded hubpack v0.1.2
12802023-12-11T20:20:24.953Z Downloaded fixedbitset v0.4.2
12812023-12-11T20:20:24.953Z Downloaded num-rational v0.4.1
12822023-12-11T20:20:24.953Z Downloaded generic-array v0.14.7
12832023-12-11T20:20:24.953Z Downloaded slab v0.4.9
12842023-12-11T20:20:24.953Z Downloaded http-range v0.1.5
12852023-12-11T20:20:24.953Z Downloaded embedded-io v0.4.0
12862023-12-11T20:20:24.964Z Downloaded zone v0.3.0
12872023-12-11T20:20:24.964Z Downloaded test-strategy v0.3.1
12882023-12-11T20:20:24.965Z Downloaded serde-hex v0.1.0
12892023-12-11T20:20:24.965Z Downloaded tempfile v3.8.1
12902023-12-11T20:20:24.965Z Downloaded usdt-attr-macro v0.3.5
12912023-12-11T20:20:24.965Z Downloaded rustc-demangle v0.1.23
12922023-12-11T20:20:24.965Z Downloaded flume v0.11.0
12932023-12-11T20:20:24.965Z Downloaded tokio-rustls v0.24.1
12942023-12-11T20:20:24.965Z Downloaded time-macros v0.2.13
12952023-12-11T20:20:24.965Z Downloaded hyper v0.14.27
12962023-12-11T20:20:25.372Z Downloaded vec_map v0.8.2
12972023-12-11T20:20:25.372Z Downloaded rcgen v0.11.3
12982023-12-11T20:20:25.372Z Downloaded bindgen v0.65.1
12992023-12-11T20:20:25.372Z Downloaded rtoolbox v0.0.1
13002023-12-11T20:20:25.372Z Downloaded universal-hash v0.5.1
13012023-12-11T20:20:25.373Z Downloaded parse-display v0.8.2
13022023-12-11T20:20:25.373Z Downloaded slog-bunyan v2.4.0
13032023-12-11T20:20:25.373Z Downloaded quick-error v1.2.3
13042023-12-11T20:20:25.373Z Downloaded rusty-fork v0.3.0
13052023-12-11T20:20:25.373Z Downloaded fallible-iterator v0.2.0
13062023-12-11T20:20:25.373Z Downloaded termtree v0.4.1
13072023-12-11T20:20:25.373Z Downloaded indicatif v0.17.7
13082023-12-11T20:20:25.373Z Downloaded peeking_take_while v0.1.2
13092023-12-11T20:20:25.373Z Downloaded oso-derive v0.27.0
13102023-12-11T20:20:25.373Z Downloaded termcolor v1.2.0
13112023-12-11T20:20:25.373Z Downloaded gimli v0.28.0
13122023-12-11T20:20:25.374Z Downloaded want v0.3.1
13132023-12-11T20:20:25.374Z Downloaded trybuild v1.0.85
13142023-12-11T20:20:25.374Z Downloaded smallvec v1.11.0
13152023-12-11T20:20:25.374Z Downloaded slog-term v2.9.0
13162023-12-11T20:20:25.374Z Downloaded paste v1.0.14
13172023-12-11T20:20:25.374Z Downloaded fnv v1.0.7
13182023-12-11T20:20:25.374Z Downloaded once_cell v1.19.0
13192023-12-11T20:20:25.375Z Downloaded packed_struct_codegen v0.10.1
13202023-12-11T20:20:25.375Z Downloaded memoffset v0.9.0
13212023-12-11T20:20:25.375Z Downloaded libsw v3.3.0
13222023-12-11T20:20:25.375Z Downloaded parking_lot_core v0.9.8
13232023-12-11T20:20:25.375Z Downloaded num-bigint v0.4.4
13242023-12-11T20:20:25.375Z Downloaded plotters-backend v0.3.5
13252023-12-11T20:20:25.375Z Downloaded rust-argon2 v1.0.1
13262023-12-11T20:20:25.375Z Downloaded parking_lot_core v0.8.6
13272023-12-11T20:20:25.375Z Downloaded trust-dns-server v0.22.1
13282023-12-11T20:20:25.375Z Downloaded md-5 v0.10.5
13292023-12-11T20:20:25.375Z Downloaded slog-async v2.8.0
13302023-12-11T20:20:25.375Z Downloaded serde_tokenstream v0.2.0
13312023-12-11T20:20:25.375Z Downloaded try-lock v0.2.4
13322023-12-11T20:20:25.375Z Downloaded openssl-macros v0.1.1
13332023-12-11T20:20:25.375Z Downloaded newline-converter v0.3.0
13342023-12-11T20:20:25.375Z Downloaded ref-cast v1.0.20
13352023-12-11T20:20:25.375Z Downloaded smf v0.2.2
13362023-12-11T20:20:25.375Z Downloaded lalrpop-util v0.19.12
13372023-12-11T20:20:25.376Z Downloaded vte_generate_state_changes v0.1.1
13382023-12-11T20:20:25.376Z Downloaded flagset v0.4.3
13392023-12-11T20:20:25.376Z Downloaded inout v0.1.3
13402023-12-11T20:20:25.377Z Downloaded signature v2.1.0
13412023-12-11T20:20:25.377Z Downloaded salty v0.2.0
13422023-12-11T20:20:25.378Z Downloaded zone_cfg_derive v0.3.0
13432023-12-11T20:20:25.378Z Downloaded mio v0.8.9
13442023-12-11T20:20:25.378Z Downloaded libxml v0.3.3
13452023-12-11T20:20:25.378Z Downloaded partial-io v0.5.4
13462023-12-11T20:20:25.378Z Downloaded signal-hook-tokio v0.3.1
13472023-12-11T20:20:25.378Z Downloaded fs-err v2.11.0
13482023-12-11T20:20:25.378Z Downloaded zeroize_derive v1.4.2
13492023-12-11T20:20:25.378Z Downloaded hubpack_derive v0.1.1
13502023-12-11T20:20:25.378Z Downloaded managed v0.8.0
13512023-12-11T20:20:25.378Z Downloaded float-cmp v0.9.0
13522023-12-11T20:20:25.378Z Downloaded newtype_derive v0.1.6
13532023-12-11T20:20:25.378Z Downloaded itertools v0.11.0
13542023-12-11T20:20:25.378Z Downloaded http-body v0.4.5
13552023-12-11T20:20:25.378Z Downloaded doc-comment v0.3.3
13562023-12-11T20:20:25.378Z Downloaded path-slash v0.1.5
13572023-12-11T20:20:25.378Z Downloaded dirs-sys-next v0.1.2
13582023-12-11T20:20:25.378Z Downloaded signature v1.6.4
13592023-12-11T20:20:25.378Z Downloaded cast v0.3.0
13602023-12-11T20:20:25.379Z Downloaded smawk v0.3.1
13612023-12-11T20:20:25.379Z Downloaded aho-corasick v1.0.4
13622023-12-11T20:20:25.379Z Downloaded native-tls v0.2.11
13632023-12-11T20:20:25.379Z Downloaded itertools v0.12.0
13642023-12-11T20:20:25.379Z Downloaded cookie v0.18.0
13652023-12-11T20:20:25.379Z Downloaded mockall_derive v0.11.4
13662023-12-11T20:20:25.379Z Downloaded darling_core v0.20.3
13672023-12-11T20:20:25.379Z Downloaded crossbeam-epoch v0.9.15
13682023-12-11T20:20:25.379Z Downloaded serde_tokenstream v0.1.7
13692023-12-11T20:20:25.380Z Downloaded schemars_derive v0.8.13
13702023-12-11T20:20:25.380Z Downloaded num_enum_derive v0.5.11
13712023-12-11T20:20:25.380Z Downloaded nodrop v0.1.14
13722023-12-11T20:20:25.380Z Downloaded mockall v0.11.4
13732023-12-11T20:20:25.380Z Downloaded openssl-probe v0.1.5
13742023-12-11T20:20:25.380Z Downloaded match_cfg v0.1.0
13752023-12-11T20:20:25.380Z Downloaded structopt v0.3.26
13762023-12-11T20:20:25.380Z Downloaded shell-words v1.1.0
13772023-12-11T20:20:25.380Z Downloaded crossterm v0.27.0
13782023-12-11T20:20:25.380Z Downloaded ipnetwork v0.20.0
13792023-12-11T20:20:25.380Z Downloaded iana-time-zone v0.1.57
13802023-12-11T20:20:25.380Z Downloaded crucible-workspace-hack v0.1.0
13812023-12-11T20:20:25.380Z Downloaded unicase v2.7.0
13822023-12-11T20:20:25.380Z Downloaded num_threads v0.1.6
13832023-12-11T20:20:25.380Z Downloaded num-derive v0.4.0
13842023-12-11T20:20:25.380Z Downloaded curve25519-dalek-derive v0.1.0
13852023-12-11T20:20:25.380Z Downloaded crc-catalog v2.2.0
13862023-12-11T20:20:25.380Z Downloaded num_enum v0.5.11
13872023-12-11T20:20:25.381Z Downloaded memoffset v0.7.1
13882023-12-11T20:20:25.381Z Downloaded lazy_static v1.4.0
13892023-12-11T20:20:25.381Z Downloaded ipnet v2.8.0
13902023-12-11T20:20:25.381Z Downloaded untrusted v0.9.0
13912023-12-11T20:20:25.381Z Downloaded miniz_oxide v0.7.1
13922023-12-11T20:20:25.381Z Downloaded mime v0.3.17
13932023-12-11T20:20:25.381Z Downloaded basic-toml v0.1.4
13942023-12-11T20:20:25.382Z Downloaded log v0.4.20
13952023-12-11T20:20:25.382Z Downloaded hyper-tls v0.5.0
13962023-12-11T20:20:25.386Z Downloaded crossbeam-utils v0.8.16
13972023-12-11T20:20:25.386Z Downloaded crossbeam-channel v0.5.8
13982023-12-11T20:20:25.386Z Downloaded blake2 v0.10.6
13992023-12-11T20:20:25.386Z Downloaded crossbeam v0.8.2
14002023-12-11T20:20:25.386Z Downloaded chrono v0.4.31
14012023-12-11T20:20:25.386Z Downloaded bitflags v2.4.0
14022023-12-11T20:20:25.386Z Downloaded crypto-common v0.1.6
14032023-12-11T20:20:25.386Z Downloaded crossbeam-deque v0.8.3
14042023-12-11T20:20:25.389Z Downloaded darling v0.14.4
14052023-12-11T20:20:25.396Z Downloaded crunchy v0.2.2
14062023-12-11T20:20:25.408Z Downloaded crc32fast v1.3.2
14072023-12-11T20:20:25.408Z Downloaded secrecy v0.8.0
14082023-12-11T20:20:25.409Z Downloaded maybe-uninit v2.0.0
14092023-12-11T20:20:25.409Z Downloaded indoc v2.0.3
14102023-12-11T20:20:25.414Z Downloaded atomic-waker v1.1.1
14112023-12-11T20:20:25.414Z Downloaded async-recursion v1.0.5
14122023-12-11T20:20:25.414Z Downloaded base64ct v1.6.0
14132023-12-11T20:20:25.417Z Downloaded backoff v0.4.0
14142023-12-11T20:20:25.420Z Downloaded atomicwrites v0.4.2
14152023-12-11T20:20:25.420Z Downloaded serde-big-array v0.5.1
14162023-12-11T20:20:25.423Z Downloaded instant v0.1.12
14172023-12-11T20:20:25.427Z Downloaded assert_matches v1.5.0
14182023-12-11T20:20:25.427Z Downloaded anes v0.1.6
14192023-12-11T20:20:25.434Z Downloaded humantime v2.1.0
14202023-12-11T20:20:25.446Z Downloaded convert_case v0.4.0
14212023-12-11T20:20:25.446Z Downloaded ascii-canvas v3.0.0
14222023-12-11T20:20:25.446Z Downloaded approx v0.5.1
14232023-12-11T20:20:25.456Z Downloaded multer v2.1.0
14242023-12-11T20:20:25.456Z Downloaded camino-tempfile v1.1.1
14252023-12-11T20:20:25.456Z Downloaded atty v0.2.14
14262023-12-11T20:20:25.456Z Downloaded criterion v0.5.1
14272023-12-11T20:20:25.495Z Downloaded corncobs v0.1.3
14282023-12-11T20:20:25.508Z Downloaded byteorder v1.5.0
14292023-12-11T20:20:25.508Z Downloaded clap v2.34.0
14302023-12-11T20:20:25.508Z Downloaded cipher v0.4.4
14312023-12-11T20:20:25.508Z Downloaded console v0.15.7
14322023-12-11T20:20:25.508Z Downloaded bcs v0.1.6
14332023-12-11T20:20:25.508Z Downloaded cancel-safe-futures v0.1.5
14342023-12-11T20:20:25.508Z Downloaded adler v1.0.2
14352023-12-11T20:20:25.508Z Downloaded cc v1.0.83
14362023-12-11T20:20:25.508Z Downloaded backtrace v0.3.69
14372023-12-11T20:20:25.521Z Downloaded array-init v0.0.4
14382023-12-11T20:20:25.521Z Downloaded ciborium-ll v0.2.1
14392023-12-11T20:20:25.521Z Downloaded cassowary v0.3.0
14402023-12-11T20:20:25.532Z Downloaded bytesize v1.3.0
14412023-12-11T20:20:25.533Z Downloaded async-stream-impl v0.3.5
14422023-12-11T20:20:25.533Z Downloaded constant_time_eq v0.3.0
14432023-12-11T20:20:25.533Z Downloaded async-stream v0.3.5
14442023-12-11T20:20:25.533Z Downloaded ansi_term v0.12.1
14452023-12-11T20:20:25.533Z Downloaded arrayref v0.3.7
14462023-12-11T20:20:26.163Z Compiling serde v1.0.192
14472023-12-11T20:20:26.165Z Compiling autocfg v1.1.0
14482023-12-11T20:20:26.170Z Checking cfg-if v1.0.0
14492023-12-11T20:20:26.170Z Compiling version_check v0.9.4
14502023-12-11T20:20:26.170Z Compiling syn v1.0.109
14512023-12-11T20:20:26.199Z Checking libc v0.2.150
14522023-12-11T20:20:26.223Z Compiling syn v2.0.32
14532023-12-11T20:20:26.274Z Compiling parking_lot_core v0.9.8
14542023-12-11T20:20:26.317Z Compiling libm v0.2.7
14552023-12-11T20:20:27.219Z Compiling cc v1.0.83
14562023-12-11T20:20:27.223Z Compiling futures-core v0.3.29
14572023-12-11T20:20:27.224Z Compiling once_cell v1.19.0
14582023-12-11T20:20:27.563Z Compiling serde_json v1.0.108
14592023-12-11T20:20:27.611Z Compiling lock_api v0.4.10
14602023-12-11T20:20:27.637Z Compiling num-traits v0.2.16
14612023-12-11T20:20:27.922Z Compiling memchr v2.6.3
14622023-12-11T20:20:28.146Z Compiling typenum v1.16.0
14632023-12-11T20:20:28.237Z Checking getrandom v0.2.10
14642023-12-11T20:20:28.303Z Compiling generic-array v0.14.7
14652023-12-11T20:20:28.676Z Compiling slab v0.4.9
14662023-12-11T20:20:28.923Z Compiling futures-task v0.3.29
14672023-12-11T20:20:29.117Z Compiling futures-channel v0.3.29
14682023-12-11T20:20:29.482Z Compiling futures-util v0.3.29
14692023-12-11T20:20:29.491Z Checking scopeguard v1.2.0
14702023-12-11T20:20:29.734Z Compiling log v0.4.20
14712023-12-11T20:20:30.279Z Compiling pkg-config v0.3.27
14722023-12-11T20:20:30.814Z Checking smallvec v1.11.0
14732023-12-11T20:20:31.151Z Checking itoa v1.0.9
14742023-12-11T20:20:31.406Z Compiling rustix v0.38.25
14752023-12-11T20:20:31.444Z Compiling indexmap v1.9.3
14762023-12-11T20:20:31.466Z Compiling schemars v0.8.13
14772023-12-11T20:20:31.878Z Compiling fnv v1.0.7
14782023-12-11T20:20:31.963Z Compiling vcpkg v0.2.15
14792023-12-11T20:20:32.064Z Compiling httparse v1.8.0
14802023-12-11T20:20:32.661Z Checking rand_core v0.6.4
14812023-12-11T20:20:32.755Z Compiling ring v0.16.20
14822023-12-11T20:20:32.801Z Compiling ring v0.17.7
14832023-12-11T20:20:34.599Z Compiling aho-corasick v1.0.4
14842023-12-11T20:20:34.685Z Compiling regex-syntax v0.8.2
14852023-12-11T20:20:35.695Z Compiling openssl-sys v0.9.96
14862023-12-11T20:20:37.460Z Compiling parking_lot v0.12.1
14872023-12-11T20:20:38.551Z Compiling serde_derive_internals v0.26.0
14882023-12-11T20:20:39.735Z Compiling regex-automata v0.4.3
14892023-12-11T20:20:41.518Z Compiling ahash v0.8.3
14902023-12-11T20:20:41.993Z Checking pin-project-lite v0.2.13
14912023-12-11T20:20:42.186Z Checking spin v0.5.2
14922023-12-11T20:20:42.295Z Compiling openssl v0.10.60
14932023-12-11T20:20:42.452Z Checking signal-hook-registry v1.4.1
14942023-12-11T20:20:42.807Z Compiling ucd-trie v0.1.6
14952023-12-11T20:20:42.919Z Compiling rustls v0.21.9
14962023-12-11T20:20:43.139Z Checking mio v0.8.9
14972023-12-11T20:20:43.740Z Compiling iana-time-zone v0.1.57
14982023-12-11T20:20:43.797Z Compiling native-tls v0.2.11
14992023-12-11T20:20:44.282Z Compiling async-trait v0.1.74
15002023-12-11T20:20:44.366Z Checking num_cpus v1.16.0
15012023-12-11T20:20:44.801Z Compiling dyn-clone v1.0.13
15022023-12-11T20:20:45.090Z Compiling unicode-xid v0.2.4
15032023-12-11T20:20:45.106Z Compiling byteorder v1.5.0
15042023-12-11T20:20:45.616Z Compiling backtrace v0.3.69
15052023-12-11T20:20:45.797Z Checking socket2 v0.5.5
15062023-12-11T20:20:46.024Z Compiling futures-sink v0.3.29
15072023-12-11T20:20:46.247Z Compiling hashbrown v0.13.2
15082023-12-11T20:20:46.289Z Compiling errno v0.3.2
15092023-12-11T20:20:46.520Z Compiling regex v1.10.2
15102023-12-11T20:20:46.593Z Compiling crc32fast v1.3.2
15112023-12-11T20:20:46.610Z Compiling tinyvec_macros v0.1.1
15122023-12-11T20:20:46.720Z Checking ryu v1.0.15
15132023-12-11T20:20:47.062Z Compiling crossbeam-utils v0.8.16
15142023-12-11T20:20:47.462Z Compiling tinyvec v1.6.0
15152023-12-11T20:20:48.384Z Compiling futures-io v0.3.29
15162023-12-11T20:20:48.565Z Compiling pin-utils v0.1.0
15172023-12-11T20:20:48.592Z Compiling anyhow v1.0.75
15182023-12-11T20:20:48.681Z Compiling spin v0.9.8
15192023-12-11T20:20:48.816Z Compiling tracing-core v0.1.31
15202023-12-11T20:20:49.593Z Compiling unicode-bidi v0.3.13
15212023-12-11T20:20:50.044Z Compiling serde_derive v1.0.192
15222023-12-11T20:20:50.078Z Compiling thiserror-impl v1.0.49
15232023-12-11T20:20:50.850Z Compiling zeroize_derive v1.4.2
15242023-12-11T20:20:51.198Z Compiling tokio-macros v2.2.0
15252023-12-11T20:20:51.370Z Compiling futures-macro v0.3.29
15262023-12-11T20:20:52.247Z Compiling tracing-attributes v0.1.26
15272023-12-11T20:20:52.360Z Compiling schemars_derive v0.8.13
15282023-12-11T20:20:53.506Z Checking zeroize v1.7.0
15292023-12-11T20:20:53.913Z Compiling openssl-macros v0.1.1
15302023-12-11T20:20:55.477Z Compiling unicode-normalization v0.1.22
15312023-12-11T20:20:55.604Z Compiling thiserror v1.0.49
15322023-12-11T20:20:55.775Z Compiling pest v2.7.2
15332023-12-11T20:20:57.346Z Compiling der_derive v0.7.2
15342023-12-11T20:20:57.907Z Compiling num-integer v0.1.45
15352023-12-11T20:20:58.353Z Compiling synstructure v0.12.6
15362023-12-11T20:20:59.197Z Compiling lazy_static v1.4.0
15372023-12-11T20:20:59.203Z Compiling tracing v0.1.37
15382023-12-11T20:20:59.203Z Checking subtle v2.5.0
15392023-12-11T20:20:59.303Z Compiling slog v2.7.0
15402023-12-11T20:20:59.603Z Compiling base64 v0.21.5
15412023-12-11T20:21:00.059Z Compiling unicode-width v0.1.11
15422023-12-11T20:21:00.441Z Compiling pest_meta v2.7.2
15432023-12-11T20:21:00.464Z Compiling foreign-types-shared v0.1.1
15442023-12-11T20:21:00.589Z Compiling time-core v0.1.1
15452023-12-11T20:21:00.611Z Compiling hashbrown v0.12.3
15462023-12-11T20:21:00.829Z Compiling untrusted v0.7.1
15472023-12-11T20:21:00.834Z Compiling rustversion v1.0.14
15482023-12-11T20:21:01.113Z Compiling percent-encoding v2.3.1
15492023-12-11T20:21:01.439Z Compiling zerocopy-derive v0.2.0
15502023-12-11T20:21:01.680Z Compiling openssl-probe v0.1.5
15512023-12-11T20:21:01.746Z Compiling untrusted v0.9.0
15522023-12-11T20:21:02.258Z Compiling time-macros v0.2.13
15532023-12-11T20:21:03.953Z Compiling pest_generator v2.7.2
15542023-12-11T20:21:05.279Z Compiling foreign-types v0.3.2
15552023-12-11T20:21:07.301Z Compiling try-lock v0.2.4
15562023-12-11T20:21:07.497Z Compiling want v0.3.1
15572023-12-11T20:21:07.822Z Compiling sct v0.7.0
15582023-12-11T20:21:07.874Z Compiling rustls-webpki v0.101.7
15592023-12-11T20:21:08.294Z Compiling form_urlencoded v1.2.1
15602023-12-11T20:21:09.052Z Compiling pest_derive v2.7.2
15612023-12-11T20:21:09.143Z Compiling socket2 v0.4.9
15622023-12-11T20:21:09.269Z Compiling either v1.9.0
15632023-12-11T20:21:09.791Z Compiling httpdate v1.0.3
15642023-12-11T20:21:10.041Z Compiling tower-service v0.3.2
15652023-12-11T20:21:10.263Z Compiling const-oid v0.9.5
15662023-12-11T20:21:10.489Z Compiling rustls-pemfile v1.0.3
15672023-12-11T20:21:10.496Z Compiling idna v0.5.0
15682023-12-11T20:21:11.051Z Compiling memoffset v0.9.0
15692023-12-11T20:21:11.216Z Compiling usdt-impl v0.3.5
15702023-12-11T20:21:11.493Z Compiling adler v1.0.2
15712023-12-11T20:21:11.829Z Compiling miniz_oxide v0.7.1
15722023-12-11T20:21:12.051Z Compiling url v2.5.0
15732023-12-11T20:21:13.183Z Checking bytes v1.5.0
15742023-12-11T20:21:13.273Z Checking bitflags v2.4.0
15752023-12-11T20:21:13.663Z Compiling rustls-native-certs v0.6.3
15762023-12-11T20:21:14.302Z Compiling zerocopy v0.3.0
15772023-12-11T20:21:14.822Z Compiling indexmap v2.1.0
15782023-12-11T20:21:15.374Z Compiling semver v1.0.20
15792023-12-11T20:21:15.561Z Compiling chrono v0.4.31
15802023-12-11T20:21:16.565Z Compiling uuid v1.6.1
15812023-12-11T20:21:16.603Z Compiling rustc_version v0.4.0
15822023-12-11T20:21:16.834Z Compiling http v0.2.11
15832023-12-11T20:21:16.877Z Compiling tokio v1.35.0
15842023-12-11T20:21:19.138Z Compiling toml_datetime v0.6.5
15852023-12-11T20:21:19.253Z Compiling serde_spanned v0.6.4
15862023-12-11T20:21:19.592Z Compiling toml_edit v0.19.15
15872023-12-11T20:21:21.027Z Compiling openapiv3 v2.0.0-rc.1
15882023-12-11T20:21:22.031Z Compiling http-body v0.4.5
15892023-12-11T20:21:22.680Z Compiling heapless v0.7.16
15902023-12-11T20:21:24.979Z Checking crypto-common v0.1.6
15912023-12-11T20:21:25.561Z Compiling signal-hook v0.3.17
15922023-12-11T20:21:25.579Z Compiling ipnet v2.8.0
15932023-12-11T20:21:25.990Z Compiling dof v0.1.5
15942023-12-11T20:21:27.511Z Compiling serde_urlencoded v0.7.1
15952023-12-11T20:21:27.633Z Compiling dtrace-parser v0.1.14
15962023-12-11T20:21:28.284Z Compiling zerocopy-derive v0.6.4
15972023-12-11T20:21:28.570Z Compiling clap_derive v4.4.2
15982023-12-11T20:21:28.805Z Compiling crossbeam-epoch v0.9.15
15992023-12-11T20:21:29.475Z Compiling thread-id v4.2.0
16002023-12-11T20:21:29.567Z Compiling tokio-util v0.7.10
16012023-12-11T20:21:29.621Z Compiling tokio-rustls v0.24.1
16022023-12-11T20:21:30.253Z Compiling encoding_rs v0.8.33
16032023-12-11T20:21:30.963Z Compiling siphasher v0.3.11
16042023-12-11T20:21:31.587Z Compiling h2 v0.3.21
16052023-12-11T20:21:32.017Z Compiling mime v0.3.17
16062023-12-11T20:21:32.024Z Compiling webpki-roots v0.25.2
16072023-12-11T20:21:32.299Z Compiling gimli v0.28.0
16082023-12-11T20:21:34.239Z Compiling tokio-native-tls v0.3.1
16092023-12-11T20:21:34.633Z Compiling serde_tokenstream v0.1.7
16102023-12-11T20:21:35.446Z Compiling strum_macros v0.25.2
16112023-12-11T20:21:35.850Z Compiling block-buffer v0.10.4
16122023-12-11T20:21:36.724Z Compiling bzip2-sys v0.1.11+1.0.8
16132023-12-11T20:21:37.171Z Compiling object v0.32.1
16142023-12-11T20:21:37.693Z Compiling num-iter v0.1.43
16152023-12-11T20:21:38.023Z Compiling rustc-demangle v0.1.23
16162023-12-11T20:21:39.668Z Compiling addr2line v0.21.0
16172023-12-11T20:21:39.684Z Compiling flate2 v1.0.28
16182023-12-11T20:21:40.679Z Compiling digest v0.10.7
16192023-12-11T20:21:40.749Z Compiling doc-comment v0.3.3
16202023-12-11T20:21:41.288Z Compiling ppv-lite86 v0.2.17
16212023-12-11T20:21:41.416Z Compiling usdt-attr-macro v0.3.5
16222023-12-11T20:21:41.688Z Compiling usdt-macro v0.3.5
16232023-12-11T20:21:41.822Z Compiling toml v0.7.8
16242023-12-11T20:21:42.292Z Compiling toml_edit v0.21.0
16252023-12-11T20:21:42.481Z Compiling hex v0.4.3
16262023-12-11T20:21:42.565Z Compiling rand_chacha v0.3.1
16272023-12-11T20:21:43.439Z Compiling hyper v0.14.27
16282023-12-11T20:21:43.829Z Compiling pin-project-internal v1.1.3
16292023-12-11T20:21:43.833Z Compiling bit-vec v0.6.3
16302023-12-11T20:21:45.554Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
16312023-12-11T20:21:48.954Z Compiling rand v0.8.5
16322023-12-11T20:21:48.954Z Compiling phf_shared v0.10.0
16332023-12-11T20:21:48.954Z Compiling num-bigint v0.4.4
16342023-12-11T20:21:49.135Z Compiling base64ct v1.6.0
16352023-12-11T20:21:49.339Z Compiling precomputed-hash v0.1.1
16362023-12-11T20:21:49.496Z Compiling smoltcp v0.9.1
16372023-12-11T20:21:49.634Z Compiling new_debug_unreachable v1.0.4
16382023-12-11T20:21:49.749Z Compiling fixedbitset v0.4.2
16392023-12-11T20:21:50.140Z Compiling petgraph v0.6.4
16402023-12-11T20:21:50.436Z Compiling pem-rfc7468 v0.7.0
16412023-12-11T20:21:50.566Z Compiling string_cache v0.8.7
16422023-12-11T20:21:51.712Z Compiling bit-set v0.5.3
16432023-12-11T20:21:51.723Z Compiling hmac v0.12.1
16442023-12-11T20:21:52.011Z Compiling itertools v0.10.5
16452023-12-11T20:21:52.544Z Compiling enum-as-inner v0.5.1
16462023-12-11T20:21:52.686Z Compiling hubpack_derive v0.1.1
16472023-12-11T20:21:52.773Z Compiling diesel_table_macro_syntax v0.1.0
16482023-12-11T20:21:53.878Z Compiling flagset v0.4.3
16492023-12-11T20:21:53.914Z Compiling unicode-segmentation v1.10.1
16502023-12-11T20:21:54.074Z Compiling lalrpop-util v0.19.12
16512023-12-11T20:21:54.145Z Compiling der v0.7.8
16522023-12-11T20:21:54.601Z Compiling hyper-tls v0.5.0
16532023-12-11T20:21:54.694Z Compiling hyper-rustls v0.24.2
16542023-12-11T20:21:55.094Z Compiling diesel_derives v2.1.2
16552023-12-11T20:21:55.286Z Compiling reqwest v0.11.22
16562023-12-11T20:21:55.902Z Compiling snafu-derive v0.7.5
16572023-12-11T20:21:56.903Z Compiling cpufeatures v0.2.9
16582023-12-11T20:21:56.975Z Compiling sha2 v0.10.8
16592023-12-11T20:21:57.005Z Compiling rustix v0.37.23
16602023-12-11T20:21:57.473Z Compiling md-5 v0.10.5
16612023-12-11T20:21:57.866Z Compiling spki v0.7.2
16622023-12-11T20:21:59.365Z Compiling stringprep v0.1.3
16632023-12-11T20:21:59.691Z Compiling serde_repr v0.1.16
16642023-12-11T20:21:59.721Z Compiling hash32 v0.2.1
16652023-12-11T20:21:59.747Z Compiling stable_deref_trait v1.2.0
16662023-12-11T20:22:00.994Z Compiling fallible-iterator v0.2.0
16672023-12-11T20:22:01.058Z Checking bitflags v1.3.2
16682023-12-11T20:22:01.515Z Compiling terminal_size v0.2.6
16692023-12-11T20:22:01.757Z Compiling pkcs8 v0.10.2
16702023-12-11T20:22:02.155Z Compiling postgres-protocol v0.6.6
16712023-12-11T20:22:03.119Z Compiling phf_shared v0.11.2
16722023-12-11T20:22:03.701Z Compiling ff v0.13.0
16732023-12-11T20:22:04.041Z Compiling block-padding v0.3.3
16742023-12-11T20:22:04.391Z Compiling scheduled-thread-pool v0.2.7
16752023-12-11T20:22:04.417Z Compiling regex-automata v0.1.10
16762023-12-11T20:22:05.101Z Compiling base16ct v0.2.0
16772023-12-11T20:22:05.109Z Compiling managed v0.8.0
16782023-12-11T20:22:05.301Z Compiling num_threads v0.1.6
16792023-12-11T20:22:05.305Z Compiling matches v0.1.10
16802023-12-11T20:22:05.433Z Compiling deranged v0.3.8
16812023-12-11T20:22:05.453Z Compiling idna v0.2.3
16822023-12-11T20:22:05.491Z Compiling sec1 v0.7.3
16832023-12-11T20:22:05.554Z Compiling bstr v0.2.17
16842023-12-11T20:22:05.588Z Compiling r2d2 v0.8.10
16852023-12-11T20:22:06.157Z Compiling clap_builder v4.4.2
16862023-12-11T20:22:06.344Z Compiling inout v0.1.3
16872023-12-11T20:22:06.734Z Compiling signal-hook-mio v0.2.3
16882023-12-11T20:22:06.946Z Compiling group v0.13.0
16892023-12-11T20:22:07.459Z Compiling phf v0.11.2
16902023-12-11T20:22:07.883Z Compiling postgres-types v0.2.6
16912023-12-11T20:22:08.008Z Compiling bzip2 v0.4.4
16922023-12-11T20:22:08.368Z Compiling time v0.3.27
16932023-12-11T20:22:08.580Z Compiling hubpack v0.1.2
16942023-12-11T20:22:09.297Z Compiling hkdf v0.12.3
16952023-12-11T20:22:09.564Z Compiling pin-project v1.1.3
16962023-12-11T20:22:09.856Z Compiling zerocopy v0.6.4
16972023-12-11T20:22:10.168Z Compiling ipnetwork v0.20.0
16982023-12-11T20:22:10.600Z Compiling crypto-bigint v0.5.2
16992023-12-11T20:22:11.213Z Compiling itertools v0.11.0
17002023-12-11T20:22:11.588Z Compiling futures-executor v0.3.29
17012023-12-11T20:22:14.371Z Compiling float-cmp v0.9.0
17022023-12-11T20:22:16.118Z Compiling whoami v1.4.1
17032023-12-11T20:22:16.364Z Compiling regex-automata v0.3.8
17042023-12-11T20:22:17.129Z Compiling static_assertions v1.1.0
17052023-12-11T20:22:17.267Z Compiling difflib v0.4.0
17062023-12-11T20:22:17.346Z Compiling predicates-core v1.0.6
17072023-12-11T20:22:17.358Z Compiling data-encoding v2.4.0
17082023-12-11T20:22:17.900Z Compiling normalize-line-endings v0.3.0
17092023-12-11T20:22:18.070Z Compiling predicates v3.0.4
17102023-12-11T20:22:31.580Z Compiling bstr v1.6.0
17112023-12-11T20:22:31.580Z Compiling trust-dns-proto v0.22.0
17122023-12-11T20:22:31.818Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
17132023-12-11T20:22:31.818Z Compiling tokio-postgres v0.7.10
17142023-12-11T20:22:31.818Z Compiling elliptic-curve v0.13.8
17152023-12-11T20:22:31.818Z Compiling diesel v2.1.4
17162023-12-11T20:22:31.818Z Compiling yasna v0.5.2
17172023-12-11T20:22:31.818Z Compiling clap v4.4.3
17182023-12-11T20:22:31.818Z Compiling futures v0.3.29
17192023-12-11T20:22:31.818Z Compiling snafu v0.7.5
17202023-12-11T20:22:31.818Z Compiling zip v0.6.6
17212023-12-11T20:22:31.818Z Compiling similar v2.2.1
17222023-12-11T20:22:31.818Z Compiling crossterm v0.27.0
17232023-12-11T20:22:31.819Z Compiling cipher v0.4.4
17242023-12-11T20:22:31.819Z Compiling usdt v0.3.5
17252023-12-11T20:22:31.819Z Compiling tokio-stream v0.1.14
17262023-12-11T20:22:31.819Z Compiling console v0.15.7
17272023-12-11T20:22:31.819Z Checking unicode-ident v1.0.12
17282023-12-11T20:22:32.040Z Checking hashbrown v0.14.2
17292023-12-11T20:22:32.041Z Checking equivalent v1.0.1
17302023-12-11T20:22:32.041Z Checking proc-macro2 v1.0.69
17312023-12-11T20:22:32.882Z Checking quote v1.0.33
17322023-12-11T20:22:35.023Z Checking utf8parse v0.2.1
17332023-12-11T20:22:35.724Z Checking anstyle v1.0.2
17342023-12-11T20:22:37.606Z Checking io-lifetimes v1.0.11
17352023-12-11T20:22:41.246Z Checking anstyle-parse v0.2.1
17362023-12-11T20:22:44.795Z Checking anstyle-query v1.0.0
17372023-12-11T20:22:44.958Z Checking colorchoice v1.0.0
17382023-12-11T20:22:45.137Z Checking anstream v0.5.0
17392023-12-11T20:22:45.827Z Checking clap_lex v0.5.1
17402023-12-11T20:22:45.869Z Checking strsim v0.10.0
17412023-12-11T20:22:47.216Z Checking winnow v0.5.15
17422023-12-11T20:22:53.153Z Compiling serde_tokenstream v0.2.0
17432023-12-11T20:22:57.387Z Compiling regress v0.7.1
17442023-12-11T20:23:02.860Z Compiling typify-impl v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f)
17452023-12-11T20:23:10.647Z Compiling getopts v0.2.21
17462023-12-11T20:23:11.189Z Compiling unsafe-libyaml v0.2.9
17472023-12-11T20:23:12.190Z Checking heck v0.4.1
17482023-12-11T20:23:12.480Z Checking progenitor-client v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576)
17492023-12-11T20:23:13.719Z Compiling serde_yaml v0.9.25
17502023-12-11T20:23:14.425Z Compiling ident_case v1.0.1
17512023-12-11T20:23:14.614Z Checking fastrand v2.0.0
17522023-12-11T20:23:14.671Z Checking match_cfg v0.1.0
17532023-12-11T20:23:14.802Z Checking hostname v0.3.1
17542023-12-11T20:23:14.960Z Checking atty v0.2.14
17552023-12-11T20:23:15.097Z Checking tempfile v3.8.1
17562023-12-11T20:23:15.111Z Compiling paste v1.0.14
17572023-12-11T20:23:15.126Z Checking quick-error v1.2.3
17582023-12-11T20:23:15.317Z Checking crossbeam-channel v0.5.8
17592023-12-11T20:23:15.611Z Checking sha1 v0.10.6
17602023-12-11T20:23:15.991Z Checking dirs-sys-next v0.1.2
17612023-12-11T20:23:16.173Z Checking dirs-next v2.0.0
17622023-12-11T20:23:16.352Z Checking thread_local v1.1.7
17632023-12-11T20:23:18.825Z Checking instant v0.1.12
17642023-12-11T20:23:18.825Z Compiling slog-async v2.8.0
17652023-12-11T20:23:18.825Z Checking term v0.7.0
17662023-12-11T20:23:18.828Z Checking camino v1.1.6
17672023-12-11T20:23:18.828Z Compiling multer v2.1.0
17682023-12-11T20:23:18.828Z Checking take_mut v0.2.2
17692023-12-11T20:23:18.828Z Checking slog-term v2.9.0
17702023-12-11T20:23:18.828Z Compiling darling_core v0.20.3
17712023-12-11T20:23:18.871Z Checking slog-json v2.6.1
17722023-12-11T20:23:18.871Z Compiling async-stream-impl v0.3.5
17732023-12-11T20:23:18.917Z Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#ff87a017)
17742023-12-11T20:23:19.307Z Checking debug-ignore v1.0.5
17752023-12-11T20:23:19.487Z Checking atomic-waker v1.1.1
17762023-12-11T20:23:19.661Z Checking waitgroup v0.1.2
17772023-12-11T20:23:19.911Z Checking slog-bunyan v2.4.0
17782023-12-11T20:23:20.471Z Checking toml v0.8.8
17792023-12-11T20:23:20.722Z Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#ff87a017)
17802023-12-11T20:23:20.986Z Checking serde_path_to_error v0.1.14
17812023-12-11T20:23:21.105Z Checking async-stream v0.3.5
17822023-12-11T20:23:21.383Z Checking strum v0.25.0
17832023-12-11T20:23:21.595Z Compiling structmeta-derive v0.2.0
17842023-12-11T20:23:21.599Z Checking wait-timeout v0.2.0
17852023-12-11T20:23:21.838Z Checking rusty-fork v0.3.0
17862023-12-11T20:23:21.994Z Checking rand_xorshift v0.3.0
17872023-12-11T20:23:22.285Z Checking unarray v0.1.4
17882023-12-11T20:23:22.289Z Compiling regex-syntax v0.7.5
17892023-12-11T20:23:22.497Z Checking proptest v1.4.0
17902023-12-11T20:23:26.647Z Compiling structmeta v0.2.0
17912023-12-11T20:23:27.365Z Checking backoff v0.4.0
17922023-12-11T20:23:28.226Z Compiling test-strategy v0.3.1
17932023-12-11T20:23:28.631Z Compiling darling_macro v0.20.3
17942023-12-11T20:23:29.806Z Checking serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
17952023-12-11T20:23:30.009Z Checking macaddr v1.0.1
17962023-12-11T20:23:30.257Z Compiling darling v0.20.3
17972023-12-11T20:23:30.422Z Compiling serde_with_macros v3.4.0
17982023-12-11T20:23:30.549Z Checking camino-tempfile v1.1.1
17992023-12-11T20:23:30.767Z Checking is-terminal v0.4.9
18002023-12-11T20:23:31.260Z Compiling proc-macro-error-attr v1.0.4
18012023-12-11T20:23:31.264Z Compiling proc-macro-error v1.0.4
18022023-12-11T20:23:31.265Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
18032023-12-11T20:23:31.610Z Compiling proc-macro-crate v1.3.1
18042023-12-11T20:23:31.640Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
18052023-12-11T20:23:32.891Z Checking termtree v0.4.1
18062023-12-11T20:23:33.189Z Checking predicates-tree v1.0.9
18072023-12-11T20:23:33.380Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
18082023-12-11T20:23:33.429Z Compiling num_enum_derive v0.5.11
18092023-12-11T20:23:33.921Z Compiling typify-macro v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f)
18102023-12-11T20:23:33.921Z Compiling smoltcp v0.10.0
18112023-12-11T20:23:33.939Z Compiling parse-display-derive v0.8.2
18122023-12-11T20:23:33.982Z Checking cobs v0.2.3
18132023-12-11T20:23:34.305Z Compiling crucible-workspace-hack v0.1.0
18142023-12-11T20:23:34.643Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
18152023-12-11T20:23:34.810Z Checking embedded-io v0.4.0
18162023-12-11T20:23:34.880Z Checking serde_with v3.4.0
18172023-12-11T20:23:35.040Z Checking postcard v1.0.8
18182023-12-11T20:23:35.124Z Compiling foreign-types-macros v0.2.3
18192023-12-11T20:23:36.190Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=24ceba1969269e4d81bda83d8968d7d7f713c46b#24ceba19)
18202023-12-11T20:23:36.627Z Checking foreign-types-shared v0.3.1
18212023-12-11T20:23:36.768Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=24ceba1969269e4d81bda83d8968d7d7f713c46b#24ceba19)
18222023-12-11T20:23:36.968Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
18232023-12-11T20:23:37.285Z Checking foreign-types v0.5.0
18242023-12-11T20:23:37.698Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
18252023-12-11T20:23:37.812Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=24ceba1969269e4d81bda83d8968d7d7f713c46b#24ceba19)
18262023-12-11T20:23:37.934Z Checking num_enum v0.5.11
18272023-12-11T20:23:38.142Z Compiling zerocopy-derive v0.7.26
18282023-12-11T20:23:38.988Z Checking cstr-argument v0.1.2
18292023-12-11T20:23:39.303Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d)
18302023-12-11T20:23:39.306Z Checking pretty-hex v0.2.1
18312023-12-11T20:23:39.440Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
18322023-12-11T20:23:39.671Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
18332023-12-11T20:23:39.783Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=24ceba1969269e4d81bda83d8968d7d7f713c46b#24ceba19)
18342023-12-11T20:23:40.052Z Checking colored v2.0.4
18352023-12-11T20:23:40.119Z Compiling zone_cfg_derive v0.3.0
18362023-12-11T20:23:40.775Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3e1d129151c3621d28ead5c6e5760693ba6e7fec#3e1d1291)
18372023-12-11T20:23:41.347Z Checking predicates v2.1.5
18382023-12-11T20:23:41.624Z Checking parse-display v0.8.2
18392023-12-11T20:23:41.864Z Compiling mockall_derive v0.11.4
18402023-12-11T20:23:41.920Z Checking zerocopy v0.7.26
18412023-12-11T20:23:41.938Z Compiling num-derive v0.4.0
18422023-12-11T20:23:42.414Z Checking fragile v2.0.0
18432023-12-11T20:23:42.422Z Compiling typify v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f)
18442023-12-11T20:23:42.576Z Compiling progenitor-impl v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576)
18452023-12-11T20:23:42.745Z Checking downcast v0.11.0
18462023-12-11T20:23:43.513Z Checking zone v0.3.0
18472023-12-11T20:23:43.518Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3e1d129151c3621d28ead5c6e5760693ba6e7fec#3e1d1291)
18482023-12-11T20:23:43.702Z Checking smf v0.2.2
18492023-12-11T20:23:44.067Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=24ceba1969269e4d81bda83d8968d7d7f713c46b#24ceba19)
18502023-12-11T20:23:44.207Z Checking xattr v1.0.1
18512023-12-11T20:23:44.382Z Checking filetime v0.2.23
18522023-12-11T20:23:44.454Z Checking pem v3.0.2
18532023-12-11T20:23:44.662Z Checking tar v0.4.40
18542023-12-11T20:23:44.826Z Checking linked-hash-map v0.5.6
18552023-12-11T20:23:45.310Z Checking lru-cache v0.1.2
18562023-12-11T20:23:45.559Z Checking headers-core v0.2.0
18572023-12-11T20:23:45.747Z Checking headers v0.3.9
18582023-12-11T20:23:45.781Z Checking password-hash v0.5.0
18592023-12-11T20:23:45.863Z Checking blake2 v0.10.6
18602023-12-11T20:23:45.918Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=945f040d259ca8013d3fb26f510453da7cd7b1a6#945f040d)
18612023-12-11T20:23:46.238Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=24ceba1969269e4d81bda83d8968d7d7f713c46b#24ceba19)
18622023-12-11T20:23:46.453Z Checking swrite v0.1.0
18632023-12-11T20:23:46.557Z Checking argon2 v0.5.2
18642023-12-11T20:23:46.597Z Checking rcgen v0.11.3
18652023-12-11T20:23:46.603Z Checking atomicwrites v0.4.2
18662023-12-11T20:23:46.629Z Checking subprocess v0.2.9
18672023-12-11T20:23:46.867Z Checking ciborium-io v0.2.1
18682023-12-11T20:23:47.022Z Compiling cancel-safe-futures v0.1.5
18692023-12-11T20:23:47.494Z Checking half v1.8.2
18702023-12-11T20:23:47.510Z Checking arc-swap v1.6.0
18712023-12-11T20:23:47.603Z Checking textwrap v0.11.0
18722023-12-11T20:23:47.619Z Compiling heck v0.3.3
18732023-12-11T20:23:47.713Z Checking ansi_term v0.12.1
18742023-12-11T20:23:47.918Z Checking strsim v0.8.0
18752023-12-11T20:23:48.124Z Checking ciborium-ll v0.2.1
18762023-12-11T20:23:48.168Z Checking vec_map v0.8.2
18772023-12-11T20:23:48.189Z Compiling libefi-sys v0.1.0
18782023-12-11T20:23:48.193Z Checking slog-scope v4.4.0
18792023-12-11T20:23:48.234Z Compiling structopt-derive v0.4.18
18802023-12-11T20:23:48.499Z Checking slog-stdlog v4.1.1
18812023-12-11T20:23:48.549Z Checking ciborium v0.2.1
18822023-12-11T20:23:48.565Z Checking clap v2.34.0
18832023-12-11T20:23:48.712Z Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802)
18842023-12-11T20:23:49.278Z Checking slog-envlogger v2.2.0
18852023-12-11T20:23:49.621Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
18862023-12-11T20:23:50.042Z Checking libsw v3.3.0
18872023-12-11T20:23:50.046Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
18882023-12-11T20:23:50.142Z Compiling derive-where v1.2.6
18892023-12-11T20:23:50.395Z Checking owo-colors v3.5.0
18902023-12-11T20:23:50.418Z Checking linear-map v1.2.0
18912023-12-11T20:23:50.902Z Checking resolv-conf v0.7.0
18922023-12-11T20:23:51.426Z Compiling slog-dtrace v0.2.3
18932023-12-11T20:23:51.934Z Checking trust-dns-resolver v0.22.0
18942023-12-11T20:23:53.200Z Compiling convert_case v0.4.0
18952023-12-11T20:23:53.279Z Checking structopt v0.3.26
18962023-12-11T20:23:53.817Z Checking fxhash v0.2.1
18972023-12-11T20:23:54.053Z Checking itertools v0.12.0
18982023-12-11T20:23:54.285Z Checking termcolor v1.2.0
18992023-12-11T20:23:54.484Z Compiling radium v0.7.0
19002023-12-11T20:23:54.662Z Compiling derive_more v0.99.17
19012023-12-11T20:23:54.881Z Compiling same-file v1.0.6
19022023-12-11T20:23:55.187Z Compiling walkdir v2.4.0
19032023-12-11T20:23:55.219Z Compiling semver-parser v0.10.2
19042023-12-11T20:23:55.318Z Checking mockall v0.11.4
19052023-12-11T20:23:55.489Z Compiling progenitor-macro v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576)
19062023-12-11T20:23:55.625Z Compiling maybe-uninit v2.0.0
19072023-12-11T20:23:56.138Z Checking tap v1.0.1
19082023-12-11T20:23:56.432Z Checking wyz v0.5.1
19092023-12-11T20:23:56.477Z Compiling semver v0.11.0
19102023-12-11T20:23:57.804Z Compiling num-rational v0.4.1
19112023-12-11T20:23:58.305Z Compiling packed_struct v0.10.1
19122023-12-11T20:23:58.309Z Checking funty v2.0.0
19132023-12-11T20:23:58.362Z Compiling home v0.5.5
19142023-12-11T20:23:58.713Z Checking crc-catalog v2.2.0
19152023-12-11T20:23:58.726Z Compiling num-bigint-dig v0.8.4
19162023-12-11T20:23:58.901Z Checking crc v3.0.1
19172023-12-11T20:23:58.928Z Compiling toolchain_find v0.2.0
19182023-12-11T20:23:59.528Z Compiling toml v0.5.11
19192023-12-11T20:23:59.844Z Compiling packed_struct_codegen v0.10.1
19202023-12-11T20:23:59.913Z Checking nodrop v0.1.14
19212023-12-11T20:24:00.062Z Checking array-init v0.0.4
19222023-12-11T20:24:00.093Z Checking bitvec v1.0.1
19232023-12-11T20:24:01.866Z Compiling omicron-zone-package v0.9.1
19242023-12-11T20:24:02.041Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
19252023-12-11T20:24:02.478Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
19262023-12-11T20:24:02.591Z Compiling rustfmt-wrapper v0.2.0
19272023-12-11T20:24:04.689Z Checking smallvec v0.6.14
19282023-12-11T20:24:05.281Z Checking newline-converter v0.3.0
19292023-12-11T20:24:05.486Z Checking pkcs1 v0.7.5
19302023-12-11T20:24:05.756Z Checking signature v2.1.0
19312023-12-11T20:24:06.134Z Checking num-complex v0.4.4
19322023-12-11T20:24:07.638Z Checking utf-8 v0.7.6
19332023-12-11T20:24:07.918Z Checking keccak v0.1.4
19342023-12-11T20:24:08.060Z Checking bitfield v0.14.0
19352023-12-11T20:24:08.374Z Checking sha3 v0.10.8
19362023-12-11T20:24:08.496Z Checking rsa v0.9.2
19372023-12-11T20:24:08.865Z Checking tungstenite v0.20.1
19382023-12-11T20:24:08.902Z Checking num v0.4.1
19392023-12-11T20:24:08.949Z Checking expectorate v1.1.0
19402023-12-11T20:24:09.036Z Checking serde-hex v0.1.0
19412023-12-11T20:24:09.137Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
19422023-12-11T20:24:09.163Z Checking env_logger v0.10.0
19432023-12-11T20:24:09.501Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
19442023-12-11T20:24:09.819Z Checking x509-cert v0.2.4
19452023-12-11T20:24:09.971Z Checking ron v0.8.1
19462023-12-11T20:24:10.248Z Checking secrecy v0.8.0
19472023-12-11T20:24:10.279Z Checking crc-any v2.4.3
19482023-12-11T20:24:10.552Z Checking tokio-tungstenite v0.20.1
19492023-12-11T20:24:10.841Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
19502023-12-11T20:24:11.227Z Checking lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
19512023-12-11T20:24:11.286Z Checking object v0.30.4
19522023-12-11T20:24:11.352Z Checking path-slash v0.1.5
19532023-12-11T20:24:11.537Z Compiling buf-list v1.0.3
19542023-12-11T20:24:11.946Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
19552023-12-11T20:24:12.142Z Checking glob v0.3.1
19562023-12-11T20:24:12.389Z Compiling parking_lot_core v0.8.6
19572023-12-11T20:24:12.596Z Checking nibble_vec v0.1.0
19582023-12-11T20:24:12.851Z Checking display-error-chain v0.2.0
19592023-12-11T20:24:12.984Z Checking endian-type v0.1.2
19602023-12-11T20:24:13.035Z Checking pretty-hex v0.4.0
19612023-12-11T20:24:13.277Z Checking radix_trie v0.2.1
19622023-12-11T20:24:13.281Z Compiling semver v0.1.20
19632023-12-11T20:24:13.621Z Checking parking_lot v0.11.2
19642023-12-11T20:24:13.920Z Checking trust-dns-client v0.22.0
19652023-12-11T20:24:14.116Z Checking sled v0.34.7
19662023-12-11T20:24:14.343Z Compiling rustc_version v0.1.7
19672023-12-11T20:24:14.819Z Checking crossbeam-deque v0.8.3
19682023-12-11T20:24:15.072Z Compiling newtype_derive v0.1.6
19692023-12-11T20:24:15.272Z Compiling unicase v2.7.0
19702023-12-11T20:24:15.481Z Compiling platforms v3.0.2
19712023-12-11T20:24:15.699Z Compiling rayon-core v1.12.0
19722023-12-11T20:24:15.941Z Checking trust-dns-server v0.22.1
19732023-12-11T20:24:16.336Z Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4)
19742023-12-11T20:24:16.954Z Compiling memoffset v0.7.1
19752023-12-11T20:24:17.198Z Compiling curve25519-dalek v4.1.0
19762023-12-11T20:24:17.216Z Checking rayon v1.8.0
19772023-12-11T20:24:17.620Z Checking steno v0.4.0
19782023-12-11T20:24:18.653Z Checking globset v0.4.13
19792023-12-11T20:24:18.720Z Checking olpc-cjson v0.1.3
19802023-12-11T20:24:19.033Z Checking serde_plain v1.0.2
19812023-12-11T20:24:19.394Z Compiling async-recursion v1.0.5
19822023-12-11T20:24:19.403Z Checking typed-path v0.7.0
19832023-12-11T20:24:20.295Z Compiling mime_guess v2.0.4
19842023-12-11T20:24:21.327Z Checking universal-hash v0.5.1
19852023-12-11T20:24:21.426Z Compiling thiserror-impl-no-std v2.0.2
19862023-12-11T20:24:21.585Z Compiling curve25519-dalek-derive v0.1.0
19872023-12-11T20:24:21.600Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
19882023-12-11T20:24:22.028Z Checking opaque-debug v0.3.0
19892023-12-11T20:24:22.150Z Compiling salty v0.2.0
19902023-12-11T20:24:22.505Z Checking signature v1.6.4
19912023-12-11T20:24:22.587Z Checking tough v0.16.0
19922023-12-11T20:24:22.686Z Checking ed25519 v1.5.3
19932023-12-11T20:24:22.951Z Checking poly1305 v0.8.0
19942023-12-11T20:24:23.054Z Checking nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d)
19952023-12-11T20:24:23.650Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
19962023-12-11T20:24:23.877Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
19972023-12-11T20:24:24.116Z Checking chacha20 v0.9.1
19982023-12-11T20:24:24.228Z Checking aead v0.5.2
19992023-12-11T20:24:24.560Z Checking serde-big-array v0.5.1
20002023-12-11T20:24:24.636Z Checking kstat-rs v0.2.3
20012023-12-11T20:24:24.877Z Compiling hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a)
20022023-12-11T20:24:26.944Z Checking hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a)
20032023-12-11T20:24:26.948Z Checking progenitor v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576)
20042023-12-11T20:24:26.948Z Checking thiserror-no-std v2.0.2
20052023-12-11T20:24:27.005Z Checking chacha20poly1305 v0.10.1
20062023-12-11T20:24:27.176Z Checking vsss-rs v3.3.1
20072023-12-11T20:24:27.279Z Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
20082023-12-11T20:24:27.297Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
20092023-12-11T20:24:27.318Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
20102023-12-11T20:24:28.316Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
20112023-12-11T20:24:28.995Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
20122023-12-11T20:24:29.159Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
20132023-12-11T20:24:30.364Z Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client)
20142023-12-11T20:24:31.175Z Checking lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
20152023-12-11T20:24:32.532Z Checking hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84)
20162023-12-11T20:24:32.753Z Checking signal-hook-tokio v0.3.1
20172023-12-11T20:24:32.994Z Checking serde-big-array v0.4.1
20182023-12-11T20:24:33.204Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=3e1d129151c3621d28ead5c6e5760693ba6e7fec#3e1d1291)
20192023-12-11T20:24:33.220Z Checking sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef)
20202023-12-11T20:24:34.884Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=945f040d259ca8013d3fb26f510453da7cd7b1a6#945f040d)
20212023-12-11T20:24:36.438Z Checking bcs v0.1.6
20222023-12-11T20:24:36.496Z Checking highway v1.1.0
20232023-12-11T20:24:37.145Z Checking corncobs v0.1.3
20242023-12-11T20:24:37.180Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3e1d129151c3621d28ead5c6e5760693ba6e7fec#3e1d1291)
20252023-12-11T20:24:37.404Z Checking sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef)
20262023-12-11T20:24:37.667Z Compiling portable-atomic v1.4.3
20272023-12-11T20:24:38.143Z Checking http-range v0.1.5
20282023-12-11T20:24:38.384Z Compiling crunchy v0.2.2
20292023-12-11T20:24:38.540Z Checking hyper-staticfile v0.9.5
20302023-12-11T20:24:39.155Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3e1d129151c3621d28ead5c6e5760693ba6e7fec#3e1d1291)
20312023-12-11T20:24:39.375Z Compiling clang-sys v1.6.1
20322023-12-11T20:24:39.403Z Checking assert_matches v1.5.0
20332023-12-11T20:24:39.514Z Compiling tiny-keccak v2.0.2
20342023-12-11T20:24:39.665Z Compiling prettyplease v0.2.12
20352023-12-11T20:24:40.671Z Compiling darling_core v0.14.4
20362023-12-11T20:24:41.625Z Checking number_prefix v0.4.0
20372023-12-11T20:24:41.884Z Compiling minimal-lexical v0.2.1
20382023-12-11T20:24:42.635Z Checking humantime v2.1.0
20392023-12-11T20:24:42.754Z Compiling nom v7.1.3
20402023-12-11T20:24:43.100Z Checking indicatif v0.17.7
20412023-12-11T20:24:44.264Z Compiling ascii-canvas v3.0.0
20422023-12-11T20:24:45.846Z Compiling ena v0.14.2
20432023-12-11T20:24:46.132Z Compiling libloading v0.7.4
20442023-12-11T20:24:46.464Z Compiling regex-syntax v0.6.29
20452023-12-11T20:24:46.724Z Compiling bindgen v0.65.1
20462023-12-11T20:24:47.819Z Compiling diff v0.1.13
20472023-12-11T20:24:48.648Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
20482023-12-11T20:24:48.945Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
20492023-12-11T20:24:49.067Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
20502023-12-11T20:24:50.828Z Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
20512023-12-11T20:24:51.766Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
20522023-12-11T20:24:52.516Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
20532023-12-11T20:24:52.821Z Checking ipcc-key-value v0.1.0 (/work/oxidecomputer/omicron/ipcc-key-value)
20542023-12-11T20:24:53.559Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
20552023-12-11T20:24:53.894Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
20562023-12-11T20:24:54.704Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
20572023-12-11T20:24:55.791Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
20582023-12-11T20:24:56.293Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
20592023-12-11T20:24:56.602Z Compiling darling_macro v0.14.4
20602023-12-11T20:24:57.085Z Compiling lalrpop v0.19.12
20612023-12-11T20:24:58.411Z Compiling cexpr v0.6.0
20622023-12-11T20:24:58.441Z Compiling darling v0.14.4
20632023-12-11T20:25:05.119Z Compiling which v4.4.0
20642023-12-11T20:25:05.655Z Compiling shlex v1.1.0
20652023-12-11T20:25:06.089Z Compiling peeking_take_while v0.1.2
20662023-12-11T20:25:06.273Z Compiling rustc-hash v1.1.0
20672023-12-11T20:25:06.483Z Compiling lazycell v1.3.0
20682023-12-11T20:25:06.733Z Checking maplit v1.0.2
20692023-12-11T20:25:06.861Z Compiling ref-cast v1.0.20
20702023-12-11T20:25:08.616Z Compiling derive_builder_core v0.12.0
20712023-12-11T20:25:12.838Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
20722023-12-11T20:25:13.272Z Compiling ref-cast-impl v1.0.20
20732023-12-11T20:25:14.728Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
20742023-12-11T20:25:15.201Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
20752023-12-11T20:25:15.297Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
20762023-12-11T20:25:16.534Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
20772023-12-11T20:25:17.452Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
20782023-12-11T20:25:17.989Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
20792023-12-11T20:25:20.056Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
20802023-12-11T20:25:21.402Z Compiling libxml v0.3.3
20812023-12-11T20:25:22.168Z Compiling derive_builder_macro v0.12.0
20822023-12-11T20:25:22.947Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
20832023-12-11T20:25:23.277Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
20842023-12-11T20:25:23.509Z Compiling strum_macros v0.24.3
20852023-12-11T20:25:23.532Z Compiling fs-err v2.11.0
20862023-12-11T20:25:23.960Z Compiling diesel-dtrace v0.2.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#c1252df7)
20872023-12-11T20:25:24.414Z Compiling cookie v0.18.0
20882023-12-11T20:25:24.844Z Compiling indoc v1.0.9
20892023-12-11T20:25:26.124Z Checking derive_builder v0.12.0
20902023-12-11T20:25:26.510Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
20912023-12-11T20:25:28.793Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
20922023-12-11T20:25:29.206Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
20932023-12-11T20:25:29.991Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
20942023-12-11T20:25:30.013Z Checking bb8 v0.8.1
20952023-12-11T20:25:30.043Z Checking quick-xml v0.23.1
20962023-12-11T20:25:30.403Z Compiling oso-derive v0.27.0
20972023-12-11T20:25:30.755Z Compiling impl-trait-for-tuples v0.2.2
20982023-12-11T20:25:31.641Z Checking unicode-linebreak v0.1.5
20992023-12-11T20:25:31.915Z Checking smawk v0.3.1
21002023-12-11T20:25:32.418Z Checking async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef)
21012023-12-11T20:25:32.418Z Checking textwrap v0.16.0
21022023-12-11T20:25:33.192Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
21032023-12-11T20:25:33.255Z Checking bytesize v1.3.0
21042023-12-11T20:25:33.461Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
21052023-12-11T20:25:33.569Z Checking is_ci v1.1.1
21062023-12-11T20:25:33.633Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
21072023-12-11T20:25:33.742Z Checking supports-color v2.1.0
21082023-12-11T20:25:34.029Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
21092023-12-11T20:25:34.599Z Compiling indoc v2.0.3
21102023-12-11T20:25:34.698Z Checking cassowary v0.3.0
21112023-12-11T20:25:35.351Z Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
21122023-12-11T20:25:35.727Z Checking rtoolbox v0.0.1
21132023-12-11T20:25:35.988Z Checking rpassword v7.3.1
21142023-12-11T20:25:36.201Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
21152023-12-11T20:25:36.373Z Checking ratatui v0.23.0
21162023-12-11T20:25:37.503Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
21172023-12-11T20:25:37.920Z Checking shell-words v1.1.0
21182023-12-11T20:25:38.196Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=945f040d259ca8013d3fb26f510453da7cd7b1a6#945f040d)
21192023-12-11T20:25:39.117Z Checking fatfs v0.3.6
21202023-12-11T20:25:40.326Z Checking tui-tree-widget v0.13.0
21212023-12-11T20:25:40.704Z Checking yansi v0.5.1
21222023-12-11T20:25:40.847Z Checking plotters-backend v0.3.5
21232023-12-11T20:25:40.858Z Checking rand v0.4.6
21242023-12-11T20:25:41.124Z Checking pretty_assertions v1.4.0
21252023-12-11T20:25:41.395Z Checking plotters-svg v0.3.5
21262023-12-11T20:25:41.411Z Compiling vte_generate_state_changes v0.1.1
21272023-12-11T20:25:41.703Z Checking cast v0.3.0
21282023-12-11T20:25:42.240Z Checking remove_dir_all v0.5.3
21292023-12-11T20:25:42.369Z Checking criterion-plot v0.5.0
21302023-12-11T20:25:42.430Z Checking vte v0.11.1
21312023-12-11T20:25:42.449Z Checking tempdir v0.3.7
21322023-12-11T20:25:42.682Z Checking plotters v0.3.5
21332023-12-11T20:25:43.145Z Checking installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd)
21342023-12-11T20:25:44.468Z Checking tinytemplate v1.2.1
21352023-12-11T20:25:44.886Z Checking anes v0.1.6
21362023-12-11T20:25:45.038Z Checking oorandom v11.1.3
21372023-12-11T20:25:45.254Z Checking strip-ansi-escapes v0.2.0
21382023-12-11T20:25:45.459Z Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
21392023-12-11T20:25:45.468Z Checking installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client)
21402023-12-11T20:25:45.787Z Checking criterion v0.5.1
21412023-12-11T20:25:46.278Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
21422023-12-11T20:25:50.627Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
21432023-12-11T20:25:50.726Z Checking assert_cmd v2.0.12
21442023-12-11T20:25:51.376Z Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
21452023-12-11T20:25:51.441Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
21462023-12-11T20:25:53.745Z Checking fd-lock v3.0.13
21472023-12-11T20:25:53.796Z Checking nu-ansi-term v0.49.0
21482023-12-11T20:25:54.431Z Checking reedline v0.26.0
21492023-12-11T20:25:55.644Z Checking threadpool v1.8.1
21502023-12-11T20:25:55.904Z Checking nanorand v0.7.0
21512023-12-11T20:25:56.451Z Checking topological-sort v0.2.2
21522023-12-11T20:25:56.751Z Checking flume v0.11.0
21532023-12-11T20:25:57.498Z Checking libtest-mimic v0.6.1
21542023-12-11T20:25:57.658Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
21552023-12-11T20:25:58.140Z Checking httptest v0.15.5
21562023-12-11T20:25:59.330Z Checking similar-asserts v1.5.0
21572023-12-11T20:25:59.670Z Compiling rstest_macros v0.18.2
21582023-12-11T20:26:00.438Z Checking bytecount v0.6.3
21592023-12-11T20:26:00.679Z Compiling crossbeam-queue v0.3.8
21602023-12-11T20:26:01.507Z Checking papergrid v0.10.0
21612023-12-11T20:26:01.838Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
21622023-12-11T20:26:02.780Z Checking datatest-stable v0.2.3
21632023-12-11T20:26:03.042Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
21642023-12-11T20:26:03.672Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
21652023-12-11T20:26:03.751Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
21662023-12-11T20:26:04.115Z Compiling tabled_derive v0.6.0
21672023-12-11T20:26:04.765Z Checking arrayref v0.3.7
21682023-12-11T20:26:04.894Z Compiling relative-path v1.9.0
21692023-12-11T20:26:05.289Z Compiling trybuild v1.0.85
21702023-12-11T20:26:05.902Z Checking arrayvec v0.7.4
21712023-12-11T20:26:06.116Z Checking constant_time_eq v0.2.6
21722023-12-11T20:26:06.473Z Checking blake2b_simd v1.0.1
21732023-12-11T20:26:08.385Z Checking tabled v0.14.0
21742023-12-11T20:26:08.749Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
21752023-12-11T20:26:12.789Z Checking basic-toml v0.1.4
21762023-12-11T20:26:14.325Z Checking constant_time_eq v0.3.0
21772023-12-11T20:26:14.491Z Checking futures-timer v3.0.2
21782023-12-11T20:26:14.921Z Checking rust-argon2 v1.0.1
21792023-12-11T20:26:18.000Z Checking crossbeam v0.8.2
21802023-12-11T20:26:18.136Z Checking partial-io v0.5.4
21812023-12-11T20:26:18.672Z Checking approx v0.5.1
21822023-12-11T20:26:18.988Z Checking termios v0.3.3
21832023-12-11T20:26:19.284Z Checking hex-literal v0.4.1
21842023-12-11T20:26:22.259Z Checking rstest v0.18.2
21852023-12-11T20:26:27.349Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
21862023-12-11T20:26:30.403Z Checking omicron-deploy v0.1.0 (/work/oxidecomputer/omicron/dev-tools/thing-flinger)
21872023-12-11T20:27:31.983Z Compiling samael v0.0.10 (https://github.com/njaremko/samael?branch=master#52028e45)
21882023-12-11T20:27:36.773Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli)
21892023-12-11T20:27:38.026Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
21902023-12-11T20:27:50.952Z Checking caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util)
21912023-12-11T20:28:15.227Z Compiling polar-core v0.27.0
21922023-12-11T20:28:26.077Z Checking oso v0.27.0
21932023-12-11T20:29:02.973Z Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
21942023-12-11T20:30:25.635Z Finished dev [unoptimized + debuginfo] target(s) in 10m 04s
21952023-12-11T20:30:25.841Z
21962023-12-11T20:30:25.841Zreal 11:02.901009530
21972023-12-11T20:30:25.841Zuser 1:00:25.863760929
21982023-12-11T20:30:25.841Zsys 7:38.996351396
21992023-12-11T20:30:25.841Ztrap 2.105372897
22002023-12-11T20:30:25.845Ztflt 6.515130365
22012023-12-11T20:30:25.845Zdflt 7.593934608
22022023-12-11T20:30:25.845Zkflt 0.028940290
22032023-12-11T20:30:25.845Zlock 1:36:12.169082374
22042023-12-11T20:30:25.846Zslp 3:00:55.951388930
22052023-12-11T20:30:25.846Zlat 2:01.149216345
22062023-12-11T20:30:25.846Zstop 3:43.152060159
22072023-12-11T20:30:27.006Zwarning: output filename collision.
22082023-12-11T20:30:27.006ZThe 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)`.
22092023-12-11T20:30:27.006ZColliding filename is: /work/oxidecomputer/omicron/target/doc/hubpack/index.html
22102023-12-11T20:30:27.006ZThe targets should have unique names.
22112023-12-11T20:30:27.006ZThis is a known bug where multiple crates with the same name use
22122023-12-11T20:30:27.007Zthe same path; see <https://github.com/rust-lang/cargo/issues/6313>.
22132023-12-11T20:30:27.010Zwarning: output filename collision.
22142023-12-11T20:30:27.010ZThe 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)`.
22152023-12-11T20:30:27.010ZColliding filename is: /work/oxidecomputer/omicron/target/doc/oximeter/index.html
22162023-12-11T20:30:27.010ZThe targets should have unique names.
22172023-12-11T20:30:27.010ZThis is a known bug where multiple crates with the same name use
22182023-12-11T20:30:27.010Zthe same path; see <https://github.com/rust-lang/cargo/issues/6313>.
22192023-12-11T20:30:27.010Zwarning: output filename collision.
22202023-12-11T20:30:27.011ZThe 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)`.
22212023-12-11T20:30:27.011ZColliding filename is: /work/oxidecomputer/omicron/target/doc/tlvc/index.html
22222023-12-11T20:30:27.011ZThe targets should have unique names.
22232023-12-11T20:30:27.011ZThis is a known bug where multiple crates with the same name use
22242023-12-11T20:30:27.012Zthe same path; see <https://github.com/rust-lang/cargo/issues/6313>.
22252023-12-11T20:30:27.596Z Documenting libc v0.2.150
22262023-12-11T20:30:27.611Z Documenting cfg-if v1.0.0
22272023-12-11T20:30:27.621Z Documenting serde_derive v1.0.192
22282023-12-11T20:30:27.659Z Documenting scopeguard v1.2.0
22292023-12-11T20:30:27.671Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
22302023-12-11T20:30:27.674Z Documenting log v0.4.20
22312023-12-11T20:30:27.691Z Documenting itoa v1.0.9
22322023-12-11T20:30:27.692Z Documenting smallvec v1.11.0
22332023-12-11T20:30:28.076Z Documenting memchr v2.6.3
22342023-12-11T20:30:31.527Z Documenting zeroize_derive v1.4.2
22352023-12-11T20:30:31.571Z Documenting lock_api v0.4.10
22362023-12-11T20:30:31.777Z Documenting pin-project-lite v0.2.13
22372023-12-11T20:30:32.222Z Documenting libm v0.2.7
22382023-12-11T20:30:33.778Z Documenting futures-core v0.3.29
22392023-12-11T20:30:34.118Z Documenting getrandom v0.2.10
22402023-12-11T20:30:34.948Z Documenting parking_lot_core v0.9.8
22412023-12-11T20:30:35.833Z Documenting signal-hook-registry v1.4.1
22422023-12-11T20:30:35.957Z Documenting mio v0.8.9
22432023-12-11T20:30:37.116Z Documenting num-traits v0.2.16
22442023-12-11T20:30:37.203Z Documenting serde v1.0.192
22452023-12-11T20:30:39.155Z Documenting zeroize v1.7.0
22462023-12-11T20:30:39.276Z Documenting thiserror-impl v1.0.49
22472023-12-11T20:30:39.853Z Documenting rand_core v0.6.4
22482023-12-11T20:30:40.854Z Documenting parking_lot v0.12.1
22492023-12-11T20:30:42.019Z Documenting num_cpus v1.16.0
22502023-12-11T20:30:42.066Z Documenting socket2 v0.5.5
22512023-12-11T20:30:44.170Z Documenting typenum v1.16.0
22522023-12-11T20:30:45.076Z Documenting tokio-macros v2.2.0
22532023-12-11T20:30:45.427Z Documenting once_cell v1.19.0
22542023-12-11T20:30:46.399Z Documenting thiserror v1.0.49
22552023-12-11T20:30:46.683Z Documenting subtle v2.5.0
22562023-12-11T20:30:47.658Z Documenting ryu v1.0.15
22572023-12-11T20:30:47.872Z Documenting byteorder v1.5.0
22582023-12-11T20:30:51.324Z Documenting futures-sink v0.3.29
22592023-12-11T20:30:51.656Z Documenting const-oid v0.9.5
22602023-12-11T20:30:51.665Z Documenting pin-utils v0.1.0
22612023-12-11T20:30:51.810Z Documenting slab v0.4.9
22622023-12-11T20:30:52.470Z Documenting futures-task v0.3.29
22632023-12-11T20:30:53.898Z Documenting futures-macro v0.3.29
22642023-12-11T20:30:56.844Z Documenting futures-channel v0.3.29
22652023-12-11T20:30:58.084Z Documenting futures-io v0.3.29
22662023-12-11T20:30:58.379Z Documenting iana-time-zone v0.1.57
22672023-12-11T20:30:59.760Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
22682023-12-11T20:31:00.958Z Documenting tinyvec_macros v0.1.1
22692023-12-11T20:31:00.973Z Documenting ppv-lite86 v0.2.17
22702023-12-11T20:31:01.501Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
22712023-12-11T20:31:02.928Z Documenting tracing-core v0.1.31
22722023-12-11T20:31:03.903Z Documenting futures-util v0.3.29
22732023-12-11T20:31:04.167Z Documenting tracing-attributes v0.1.26
22742023-12-11T20:31:05.466Z Documenting tinyvec v1.6.0
22752023-12-11T20:31:06.400Z Documenting rand_chacha v0.3.1
22762023-12-11T20:31:11.354Z Documenting unicode-normalization v0.1.22
22772023-12-11T20:31:12.757Z Documenting bytes v1.5.0
22782023-12-11T20:31:12.939Z Documenting bitflags v2.4.0
22792023-12-11T20:31:14.632Z Documenting serde_json v1.0.108
22802023-12-11T20:31:15.783Z Documenting chrono v0.4.31
22812023-12-11T20:31:18.212Z Documenting uuid v1.6.1
22822023-12-11T20:31:19.169Z Documenting rand v0.8.5
22832023-12-11T20:31:19.181Z Documenting fnv v1.0.7
22842023-12-11T20:31:20.121Z Documenting tokio v1.35.0
22852023-12-11T20:31:22.821Z Documenting base64 v0.21.5
22862023-12-11T20:31:25.031Z Documenting spin v0.9.8
22872023-12-11T20:31:25.146Z Documenting lazy_static v1.4.0
22882023-12-11T20:31:25.421Z Documenting unicode-bidi v0.3.13
22892023-12-11T20:31:27.208Z Documenting http v0.2.11
22902023-12-11T20:31:28.532Z Documenting percent-encoding v2.3.1
22912023-12-11T20:31:29.591Z Documenting generic-array v0.14.7
22922023-12-11T20:31:29.667Z Documenting cpufeatures v0.2.9
22932023-12-11T20:31:29.823Z Checking serde_derive_internals v0.26.0
22942023-12-11T20:31:30.793Z Documenting serde_derive_internals v0.26.0
22952023-12-11T20:31:31.873Z Documenting dyn-clone v1.0.13
22962023-12-11T20:31:32.769Z Documenting tracing v0.1.37
22972023-12-11T20:31:34.238Z Documenting idna v0.5.0
22982023-12-11T20:31:34.480Z Documenting form_urlencoded v1.2.1
22992023-12-11T20:31:35.990Z Documenting errno v0.3.2
23002023-12-11T20:31:36.112Z Documenting crypto-common v0.1.6
23012023-12-11T20:31:36.459Z Documenting block-buffer v0.10.4
23022023-12-11T20:31:36.645Z Documenting httparse v1.8.0
23032023-12-11T20:31:38.819Z Documenting schemars_derive v0.8.13
23042023-12-11T20:31:39.969Z Documenting unicode-ident v1.0.12
23052023-12-11T20:31:40.615Z Documenting url v2.5.0
23062023-12-11T20:31:42.147Z Documenting rustix v0.38.25
23072023-12-11T20:31:42.794Z Documenting adler v1.0.2
23082023-12-11T20:31:43.046Z Documenting base64ct v1.6.0
23092023-12-11T20:31:43.088Z Documenting digest v0.10.7
23102023-12-11T20:31:44.010Z Documenting proc-macro2 v1.0.69
23112023-12-11T20:31:46.947Z Documenting miniz_oxide v0.7.1
23122023-12-11T20:31:46.995Z Documenting untrusted v0.9.0
23132023-12-11T20:31:47.723Z Documenting schemars v0.8.13
23142023-12-11T20:31:52.666Z Documenting openssl-probe v0.1.5
23152023-12-11T20:31:52.720Z Documenting quote v1.0.33
23162023-12-11T20:31:52.721Z Documenting httpdate v1.0.3
23172023-12-11T20:31:52.721Z Documenting try-lock v0.2.4
23182023-12-11T20:31:52.721Z Documenting ring v0.17.7
23192023-12-11T20:31:52.912Z Documenting http-body v0.4.5
23202023-12-11T20:31:55.185Z Documenting openssl-sys v0.9.96
23212023-12-11T20:31:56.218Z Documenting async-trait v0.1.74
23222023-12-11T20:31:56.543Z Documenting openssl-macros v0.1.1
23232023-12-11T20:31:56.619Z Documenting want v0.3.1
23242023-12-11T20:31:57.155Z Documenting mime v0.3.17
23252023-12-11T20:31:59.133Z Documenting tower-service v0.3.2
23262023-12-11T20:32:00.499Z Documenting rustls-webpki v0.101.7
23272023-12-11T20:32:01.976Z Documenting tokio-util v0.7.10
23282023-12-11T20:32:02.026Z Documenting pem-rfc7468 v0.7.0
23292023-12-11T20:32:03.088Z Documenting aho-corasick v1.0.4
23302023-12-11T20:32:03.327Z Documenting sct v0.7.0
23312023-12-11T20:32:03.684Z Documenting slog v2.7.0
23322023-12-11T20:32:04.474Z Documenting openssl v0.10.60
23332023-12-11T20:32:04.811Z Documenting der_derive v0.7.2
23342023-12-11T20:32:07.140Z Documenting flagset v0.4.3
23352023-12-11T20:32:08.595Z Documenting equivalent v1.0.1
23362023-12-11T20:32:09.053Z Documenting unicode-width v0.1.11
23372023-12-11T20:32:10.250Z Documenting regex-syntax v0.8.2
23382023-12-11T20:32:10.565Z Documenting ipnet v2.8.0
23392023-12-11T20:32:10.943Z Documenting h2 v0.3.21
23402023-12-11T20:32:11.178Z Documenting hashbrown v0.14.2
23412023-12-11T20:32:12.510Z Documenting rustls v0.21.9
23422023-12-11T20:32:13.031Z Documenting der v0.7.8
23432023-12-11T20:32:13.132Z Documenting rustls-pemfile v1.0.3
23442023-12-11T20:32:28.856Z Documenting num-integer v0.1.45
23452023-12-11T20:32:28.982Z Documenting time-macros v0.2.13
23462023-12-11T20:32:28.982Z Documenting indexmap v2.1.0
23472023-12-11T20:32:29.106Z Documenting utf8parse v0.2.1
23482023-12-11T20:32:29.106Z Documenting time-core v0.1.1
23492023-12-11T20:32:29.106Z Documenting regex-automata v0.4.3
23502023-12-11T20:32:29.106Z Documenting deranged v0.3.8
23512023-12-11T20:32:29.107Z Documenting num_threads v0.1.6
23522023-12-11T20:32:29.107Z Documenting gimli v0.28.0
23532023-12-11T20:32:29.107Z Documenting spki v0.7.2
23542023-12-11T20:32:29.107Z Documenting native-tls v0.2.11
23552023-12-11T20:32:29.107Z Documenting tokio-rustls v0.24.1
23562023-12-11T20:32:29.107Z Documenting hyper v0.14.27
23572023-12-11T20:32:29.107Z Documenting object v0.32.1
23582023-12-11T20:32:29.295Z Documenting time v0.3.27
23592023-12-11T20:32:31.258Z Documenting crossbeam-utils v0.8.16
23602023-12-11T20:32:31.946Z Documenting encoding_rs v0.8.33
23612023-12-11T20:32:33.703Z Documenting regex v1.10.2
23622023-12-11T20:32:33.796Z Documenting addr2line v0.21.0
23632023-12-11T20:32:34.704Z Checking pest_meta v2.7.2
23642023-12-11T20:32:36.197Z Documenting rustc-demangle v0.1.23
23652023-12-11T20:32:37.506Z Documenting tokio-native-tls v0.3.1
23662023-12-11T20:32:37.805Z Documenting rustls-native-certs v0.6.3
23672023-12-11T20:32:39.083Z Documenting serde_urlencoded v0.7.1
23682023-12-11T20:32:39.327Z Documenting pest_meta v2.7.2
23692023-12-11T20:32:40.552Z Checking pest_generator v2.7.2
23702023-12-11T20:32:41.751Z Documenting pkcs8 v0.10.2
23712023-12-11T20:32:42.133Z Documenting data-encoding v2.4.0
23722023-12-11T20:32:43.396Z Documenting anstyle v1.0.2
23732023-12-11T20:32:44.507Z Documenting hyper-rustls v0.24.2
23742023-12-11T20:32:45.345Z Documenting pest_generator v2.7.2
23752023-12-11T20:32:45.589Z Documenting ucd-trie v0.1.6
23762023-12-11T20:32:45.705Z Documenting hyper-tls v0.5.0
23772023-12-11T20:32:47.805Z Documenting backtrace v0.3.69
23782023-12-11T20:32:48.779Z Documenting webpki-roots v0.25.2
23792023-12-11T20:32:48.927Z Documenting anstyle-parse v0.2.1
23802023-12-11T20:32:49.390Z Documenting ipnetwork v0.20.0
23812023-12-11T20:32:53.748Z Documenting pest v2.7.2
23822023-12-11T20:32:53.767Z Documenting pest_derive v2.7.2
23832023-12-11T20:32:53.780Z Documenting syn v2.0.32
23842023-12-11T20:32:54.412Z Documenting sha2 v0.10.8
23852023-12-11T20:32:55.355Z Documenting futures-executor v0.3.29
23862023-12-11T20:32:56.177Z Documenting reqwest v0.11.22
23872023-12-11T20:32:56.345Z Documenting anyhow v1.0.75
23882023-12-11T20:32:57.957Z Documenting hex v0.4.3
23892023-12-11T20:32:59.055Z Documenting crc32fast v1.3.2
23902023-12-11T20:32:59.915Z Checking serde_tokenstream v0.1.7
23912023-12-11T20:33:00.478Z Documenting anstyle-query v1.0.0
23922023-12-11T20:33:01.736Z Documenting colorchoice v1.0.0
23932023-12-11T20:33:02.325Z Documenting dtrace-parser v0.1.14
23942023-12-11T20:33:03.916Z Documenting openapiv3 v2.0.0-rc.1
23952023-12-11T20:33:04.202Z Documenting num-iter v0.1.43
23962023-12-11T20:33:04.575Z Documenting hmac v0.12.1
23972023-12-11T20:33:05.839Z Documenting dof v0.1.5
23982023-12-11T20:33:05.975Z Documenting anstream v0.5.0
23992023-12-11T20:33:07.989Z Documenting signal-hook v0.3.17
24002023-12-11T20:33:10.433Z Documenting thread-id v4.2.0
24012023-12-11T20:33:11.737Z Documenting terminal_size v0.2.6
24022023-12-11T20:33:11.774Z Documenting memoffset v0.9.0
24032023-12-11T20:33:11.805Z Documenting clap_lex v0.5.1
24042023-12-11T20:33:12.079Z Documenting strsim v0.10.0
24052023-12-11T20:33:13.986Z Documenting flate2 v1.0.28
24062023-12-11T20:33:14.476Z Documenting futures v0.3.29
24072023-12-11T20:33:15.944Z Documenting crossbeam-epoch v0.9.15
24082023-12-11T20:33:16.175Z Documenting usdt-impl v0.3.5
24092023-12-11T20:33:17.570Z Documenting usdt-macro v0.3.5
24102023-12-11T20:33:17.911Z Documenting usdt-attr-macro v0.3.5
24112023-12-11T20:33:18.277Z Documenting clap_builder v4.4.2
24122023-12-11T20:33:21.654Z Documenting clap_derive v4.4.2
24132023-12-11T20:33:21.851Z Documenting managed v0.8.0
24142023-12-11T20:33:22.544Z Documenting signal-hook-mio v0.2.3
24152023-12-11T20:33:24.417Z Documenting block-padding v0.3.3
24162023-12-11T20:33:25.284Z Documenting scheduled-thread-pool v0.2.7
24172023-12-11T20:33:25.437Z Documenting usdt v0.3.5
24182023-12-11T20:33:26.381Z Documenting bzip2-sys v0.1.11+1.0.8
24192023-12-11T20:33:26.782Z Documenting enum-as-inner v0.5.1
24202023-12-11T20:33:28.074Z Documenting pin-project-internal v1.1.3
24212023-12-11T20:33:28.400Z Checking diesel_table_macro_syntax v0.1.0
24222023-12-11T20:33:28.659Z Documenting diesel_table_macro_syntax v0.1.0
24232023-12-11T20:33:29.969Z Documenting clap v4.4.3
24242023-12-11T20:33:30.600Z Documenting unicode-segmentation v1.10.1
24252023-12-11T20:33:31.223Z Documenting r2d2 v0.8.10
24262023-12-11T20:33:32.165Z Documenting bzip2 v0.4.4
24272023-12-11T20:33:33.163Z Documenting inout v0.1.3
24282023-12-11T20:33:33.344Z Documenting trust-dns-proto v0.22.0
24292023-12-11T20:33:35.315Z Documenting diesel_derives v2.1.2
24302023-12-11T20:33:35.564Z Documenting pin-project v1.1.3
24312023-12-11T20:33:35.577Z Documenting crossterm v0.27.0
24322023-12-11T20:33:36.408Z Documenting md-5 v0.10.5
24332023-12-11T20:33:37.364Z Documenting stringprep v0.1.3
24342023-12-11T20:33:38.122Z Documenting serde_spanned v0.6.4
24352023-12-11T20:33:39.428Z Documenting toml_datetime v0.6.5
24362023-12-11T20:33:39.850Z Documenting ff v0.13.0
24372023-12-11T20:33:43.013Z Documenting doc-comment v0.3.3
24382023-12-11T20:33:43.804Z Documenting pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
24392023-12-11T20:33:43.959Z Documenting snafu-derive v0.7.5
24402023-12-11T20:33:44.044Z Documenting fallible-iterator v0.2.0
24412023-12-11T20:33:45.271Z Documenting bit-vec v0.6.3
24422023-12-11T20:33:45.572Z Documenting either v1.9.0
24432023-12-11T20:33:45.876Z Documenting siphasher v0.3.11
24442023-12-11T20:33:47.107Z Documenting base16ct v0.2.0
24452023-12-11T20:33:47.249Z Documenting winnow v0.5.15
24462023-12-11T20:33:49.406Z Documenting static_assertions v1.1.0
24472023-12-11T20:33:50.256Z Documenting phf_shared v0.11.2
24482023-12-11T20:33:51.375Z Documenting diesel v2.1.4
24492023-12-11T20:33:51.558Z Documenting group v0.13.0
24502023-12-11T20:33:51.612Z Documenting postgres-protocol v0.6.6
24512023-12-11T20:33:51.659Z Documenting sec1 v0.7.3
24522023-12-11T20:33:53.880Z Documenting cipher v0.4.4
24532023-12-11T20:33:54.958Z Documenting toml_edit v0.21.0
24542023-12-11T20:33:55.282Z Documenting snafu v0.7.5
24552023-12-11T20:33:55.855Z Documenting zip v0.6.6
24562023-12-11T20:33:57.442Z Documenting hkdf v0.12.3
24572023-12-11T20:34:00.396Z Documenting num-bigint v0.4.4
24582023-12-11T20:34:01.234Z Documenting crypto-bigint v0.5.2
24592023-12-11T20:34:02.032Z Documenting hubpack v0.1.2
24602023-12-11T20:34:03.151Z Documenting regress v0.7.1
24612023-12-11T20:34:03.648Z Documenting bstr v1.6.0
24622023-12-11T20:34:04.146Z Documenting serde_repr v0.1.16
24632023-12-11T20:34:05.299Z Documenting fixedbitset v0.4.2
24642023-12-11T20:34:08.892Z Documenting precomputed-hash v0.1.1
24652023-12-11T20:34:10.056Z Documenting lalrpop-util v0.19.12
24662023-12-11T20:34:10.774Z Documenting new_debug_unreachable v1.0.4
24672023-12-11T20:34:10.859Z Documenting yasna v0.5.2
24682023-12-11T20:34:11.458Z Documenting gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
24692023-12-11T20:34:12.974Z Documenting petgraph v0.6.4
24702023-12-11T20:34:13.079Z Documenting elliptic-curve v0.13.8
24712023-12-11T20:34:14.605Z Documenting postgres-types v0.2.6
24722023-12-11T20:34:15.181Z Documenting string_cache v0.8.7
24732023-12-11T20:34:16.486Z Documenting phf v0.11.2
24742023-12-11T20:34:20.449Z Documenting console v0.15.7
24752023-12-11T20:34:21.566Z Documenting semver v1.0.20
24762023-12-11T20:34:33.466Z Documenting float-cmp v0.9.0
24772023-12-11T20:34:33.754Z Documenting whoami v1.4.1
24782023-12-11T20:34:34.003Z Documenting difflib v0.4.0
24792023-12-11T20:34:34.003Z Documenting normalize-line-endings v0.3.0
24802023-12-11T20:34:34.003Z Documenting heck v0.4.1
24812023-12-11T20:34:34.003Z Checking unsafe-libyaml v0.2.9
24822023-12-11T20:34:34.003Z Documenting predicates-core v1.0.6
24832023-12-11T20:34:34.003Z Documenting tokio-postgres v0.7.10
24842023-12-11T20:34:34.003Z Documenting bit-set v0.5.3
24852023-12-11T20:34:34.003Z Documenting similar v2.2.1
24862023-12-11T20:34:34.003Z Documenting typify-macro v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f)
24872023-12-11T20:34:34.003Z Documenting tokio-stream v0.1.14
24882023-12-11T20:34:34.004Z Documenting unsafe-libyaml v0.2.9
24892023-12-11T20:34:34.004Z Documenting typify-impl v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f)
24902023-12-11T20:34:34.004Z Documenting predicates v3.0.4
24912023-12-11T20:34:34.971Z Checking ident_case v1.0.1
24922023-12-11T20:34:35.182Z Checking serde_yaml v0.9.25
24932023-12-11T20:34:35.772Z Documenting progenitor-client v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576)
24942023-12-11T20:34:36.042Z Documenting serde_yaml v0.9.25
24952023-12-11T20:34:37.796Z Documenting getopts v0.2.21
24962023-12-11T20:34:38.299Z Documenting match_cfg v0.1.0
24972023-12-11T20:34:39.743Z Documenting sha1 v0.10.6
24982023-12-11T20:34:40.692Z Documenting dirs-sys-next v0.1.2
24992023-12-11T20:34:41.399Z Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
25002023-12-11T20:34:42.404Z Documenting hostname v0.3.1
25012023-12-11T20:34:43.507Z Documenting typify v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f)
25022023-12-11T20:34:44.035Z Documenting thread_local v1.1.7
25032023-12-11T20:34:44.811Z Documenting progenitor-macro v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576)
25042023-12-11T20:34:46.380Z Documenting dirs-next v2.0.0
25052023-12-11T20:34:46.765Z Documenting paste v1.0.14
25062023-12-11T20:34:47.086Z Documenting crossbeam-channel v0.5.8
25072023-12-11T20:34:47.761Z Documenting atty v0.2.14
25082023-12-11T20:34:48.106Z Documenting take_mut v0.2.2
25092023-12-11T20:34:50.355Z Documenting slog-json v2.6.1
25102023-12-11T20:34:52.113Z Documenting term v0.7.0
25112023-12-11T20:34:52.467Z Documenting camino v1.1.6
25122023-12-11T20:34:52.920Z Documenting async-stream-impl v0.3.5
25132023-12-11T20:34:53.392Z Documenting debug-ignore v1.0.5
25142023-12-11T20:34:53.428Z Documenting progenitor-impl v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576)
25152023-12-11T20:34:53.698Z Documenting slog-async v2.8.0
25162023-12-11T20:34:56.470Z Documenting atomic-waker v1.1.1
25172023-12-11T20:34:57.323Z Documenting slog-bunyan v2.4.0
25182023-12-11T20:34:57.592Z Checking darling_core v0.20.3
25192023-12-11T20:34:58.005Z Documenting slog-term v2.9.0
25202023-12-11T20:34:59.602Z Documenting async-stream v0.3.5
25212023-12-11T20:34:59.605Z Documenting toml v0.8.8
25222023-12-11T20:34:59.973Z Documenting dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#ff87a017)
25232023-12-11T20:35:00.916Z Documenting multer v2.1.0
25242023-12-11T20:35:00.922Z Documenting waitgroup v0.1.2
25252023-12-11T20:35:04.336Z Documenting serde_path_to_error v0.1.14
25262023-12-11T20:35:04.690Z Documenting strum v0.25.0
25272023-12-11T20:35:05.366Z Documenting progenitor v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576)
25282023-12-11T20:35:05.431Z Checking darling v0.20.3
25292023-12-11T20:35:05.562Z Documenting serde_with_macros v3.4.0
25302023-12-11T20:35:06.440Z Documenting structmeta-derive v0.2.0
25312023-12-11T20:35:07.246Z Checking structmeta v0.2.0
25322023-12-11T20:35:07.585Z Documenting instant v0.1.12
25332023-12-11T20:35:07.896Z Checking regex-syntax v0.7.5
25342023-12-11T20:35:08.444Z Documenting serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
25352023-12-11T20:35:10.275Z Documenting macaddr v1.0.1
25362023-12-11T20:35:10.662Z Documenting dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#ff87a017)
25372023-12-11T20:35:12.884Z Documenting serde_with v3.4.0
25382023-12-11T20:35:13.023Z Documenting backoff v0.4.0
25392023-12-11T20:35:13.029Z Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
25402023-12-11T20:35:13.959Z Documenting structmeta v0.2.0
25412023-12-11T20:35:14.865Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
25422023-12-11T20:35:16.241Z Documenting fastrand v2.0.0
25432023-12-11T20:35:18.977Z Documenting is-terminal v0.4.9
25442023-12-11T20:35:19.444Z Checking proc-macro-crate v1.3.1
25452023-12-11T20:35:19.791Z Documenting proc-macro-crate v1.3.1
25462023-12-11T20:35:20.528Z Documenting parse-display-derive v0.8.2
25472023-12-11T20:35:21.370Z Documenting proc-macro-error-attr v1.0.4
25482023-12-11T20:35:21.807Z Documenting hash32 v0.2.1
25492023-12-11T20:35:22.450Z Documenting tempfile v3.8.1
25502023-12-11T20:35:24.351Z Documenting stable_deref_trait v1.2.0
25512023-12-11T20:35:26.042Z Checking proc-macro-error v1.0.4
25522023-12-11T20:35:26.297Z Documenting num_enum_derive v0.5.11
25532023-12-11T20:35:26.456Z Documenting cobs v0.2.3
25542023-12-11T20:35:27.004Z Documenting proc-macro-error v1.0.4
25552023-12-11T20:35:27.975Z Documenting embedded-io v0.4.0
25562023-12-11T20:35:28.544Z Documenting heapless v0.7.16
25572023-12-11T20:35:28.985Z Documenting camino-tempfile v1.1.1
25582023-12-11T20:35:29.219Z Documenting parse-display v0.8.2
25592023-12-11T20:35:30.756Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
25602023-12-11T20:35:32.621Z Documenting postcard v1.0.8
25612023-12-11T20:35:33.447Z Documenting foreign-types-macros v0.2.3
25622023-12-11T20:35:33.608Z Documenting foreign-types-shared v0.3.1
25632023-12-11T20:35:34.660Z Documenting num_enum v0.5.11
25642023-12-11T20:35:35.334Z Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
25652023-12-11T20:35:35.846Z Documenting illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=24ceba1969269e4d81bda83d8968d7d7f713c46b#24ceba19)
25662023-12-11T20:35:36.112Z Documenting smoltcp v0.10.0
25672023-12-11T20:35:36.988Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
25682023-12-11T20:35:37.454Z Documenting crucible-workspace-hack v0.1.0
25692023-12-11T20:35:37.875Z Documenting libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
25702023-12-11T20:35:39.671Z Documenting nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
25712023-12-11T20:35:40.196Z Documenting cstr-argument v0.1.2
25722023-12-11T20:35:40.418Z Documenting rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
25732023-12-11T20:35:40.668Z Documenting foreign-types v0.5.0
25742023-12-11T20:35:43.219Z Documenting kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=24ceba1969269e4d81bda83d8968d7d7f713c46b#24ceba19)
25752023-12-11T20:35:44.053Z Documenting dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
25762023-12-11T20:35:44.766Z Documenting opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=24ceba1969269e4d81bda83d8968d7d7f713c46b#24ceba19)
25772023-12-11T20:35:45.307Z Documenting colored v2.0.4
25782023-12-11T20:35:46.486Z Documenting zerocopy v0.7.26
25792023-12-11T20:35:46.678Z Documenting nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
25802023-12-11T20:35:46.829Z Documenting rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
25812023-12-11T20:35:49.230Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
25822023-12-11T20:35:50.440Z Documenting zone_cfg_derive v0.3.0
25832023-12-11T20:35:51.099Z Documenting bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3e1d129151c3621d28ead5c6e5760693ba6e7fec#3e1d1291)
25842023-12-11T20:35:52.393Z Documenting num-derive v0.4.0
25852023-12-11T20:35:53.040Z Documenting smf v0.2.2
25862023-12-11T20:35:53.293Z Documenting libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d)
25872023-12-11T20:35:54.541Z Documenting opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=24ceba1969269e4d81bda83d8968d7d7f713c46b#24ceba19)
25882023-12-11T20:35:57.472Z Documenting bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3e1d129151c3621d28ead5c6e5760693ba6e7fec#3e1d1291)
25892023-12-11T20:35:57.993Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
25902023-12-11T20:35:58.209Z Documenting zone v0.3.0
25912023-12-11T20:35:58.962Z Documenting linked-hash-map v0.5.6
25922023-12-11T20:35:59.421Z Documenting crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=945f040d259ca8013d3fb26f510453da7cd7b1a6#945f040d)
25932023-12-11T20:35:59.897Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
25942023-12-11T20:36:02.699Z Documenting blake2 v0.10.6
25952023-12-11T20:36:03.973Z Documenting password-hash v0.5.0
25962023-12-11T20:36:04.338Z Documenting oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=24ceba1969269e4d81bda83d8968d7d7f713c46b#24ceba19)
25972023-12-11T20:36:04.941Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
25982023-12-11T20:36:05.653Z Documenting lru-cache v0.1.2
25992023-12-11T20:36:05.945Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
26002023-12-11T20:36:06.329Z Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
26012023-12-11T20:36:06.851Z Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
26022023-12-11T20:36:06.851Z Checking heck v0.3.3
26032023-12-11T20:36:07.046Z Documenting structopt-derive v0.4.18
26042023-12-11T20:36:08.586Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
26052023-12-11T20:36:10.237Z Documenting illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
26062023-12-11T20:36:10.413Z Documenting argon2 v0.5.2
26072023-12-11T20:36:11.330Z Documenting libefi-sys v0.1.0
26082023-12-11T20:36:12.970Z Documenting quick-error v1.2.3
26092023-12-11T20:36:14.745Z Documenting structopt v0.3.26
26102023-12-11T20:36:14.833Z Documenting opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=24ceba1969269e4d81bda83d8968d7d7f713c46b#24ceba19)
26112023-12-11T20:36:17.757Z Documenting libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
26122023-12-11T20:36:17.973Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
26132023-12-11T20:36:18.120Z Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
26142023-12-11T20:36:18.505Z Documenting resolv-conf v0.7.0
26152023-12-11T20:36:19.563Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
26162023-12-11T20:36:20.523Z Documenting cancel-safe-futures v0.1.5
26172023-12-11T20:36:21.275Z Documenting tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802)
26182023-12-11T20:36:22.434Z Checking convert_case v0.4.0
26192023-12-11T20:36:22.638Z Documenting convert_case v0.4.0
26202023-12-11T20:36:23.476Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
26212023-12-11T20:36:24.316Z Documenting swrite v0.1.0
26222023-12-11T20:36:24.808Z Documenting trust-dns-resolver v0.22.0
26232023-12-11T20:36:42.963Z Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
26242023-12-11T20:36:43.220Z Documenting tap v1.0.1
26252023-12-11T20:36:43.220Z Documenting arc-swap v1.6.0
26262023-12-11T20:36:43.220Z Documenting derive_more v0.99.17
26272023-12-11T20:36:43.220Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
26282023-12-11T20:36:43.227Z Documenting num-rational v0.4.1
26292023-12-11T20:36:43.227Z Documenting radium v0.7.0
26302023-12-11T20:36:43.227Z Documenting wyz v0.5.1
26312023-12-11T20:36:43.227Z Documenting slog-scope v4.4.0
26322023-12-11T20:36:43.227Z Documenting libsw v3.3.0
26332023-12-11T20:36:43.227Z Documenting num-complex v0.4.4
26342023-12-11T20:36:43.228Z Documenting derive-where v1.2.6
26352023-12-11T20:36:43.228Z Documenting half v1.8.2
26362023-12-11T20:36:43.228Z Documenting crc-catalog v2.2.0
26372023-12-11T20:36:43.228Z Documenting ciborium-io v0.2.1
26382023-12-11T20:36:43.228Z Documenting owo-colors v3.5.0
26392023-12-11T20:36:43.228Z Documenting funty v2.0.0
26402023-12-11T20:36:43.228Z Documenting linear-map v1.2.0
26412023-12-11T20:36:43.228Z Documenting crc v3.0.1
26422023-12-11T20:36:43.534Z Documenting num v0.4.1
26432023-12-11T20:36:45.238Z Documenting ciborium-ll v0.2.1
26442023-12-11T20:36:46.347Z Documenting bitvec v1.0.1
26452023-12-11T20:36:46.552Z Documenting slog-stdlog v4.1.1
26462023-12-11T20:36:46.684Z Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
26472023-12-11T20:36:47.621Z Documenting slog-dtrace v0.2.3
26482023-12-11T20:36:47.979Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
26492023-12-11T20:36:48.584Z Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
26502023-12-11T20:36:49.463Z Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
26512023-12-11T20:36:51.389Z Documenting filetime v0.2.23
26522023-12-11T20:36:52.163Z Documenting xattr v1.0.1
26532023-12-11T20:36:52.524Z Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
26542023-12-11T20:36:54.780Z Documenting packed_struct_codegen v0.10.1
26552023-12-11T20:37:02.478Z Documenting nodrop v0.1.14
26562023-12-11T20:37:02.591Z Documenting keccak v0.1.4
26572023-12-11T20:37:02.591Z Documenting tar v0.4.40
26582023-12-11T20:37:03.097Z Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
26592023-12-11T20:37:03.098Z Documenting array-init v0.0.4
26602023-12-11T20:37:03.098Z Documenting sha3 v0.10.8
26612023-12-11T20:37:03.098Z Documenting slog-envlogger v2.2.0
26622023-12-11T20:37:03.458Z Documenting packed_struct v0.10.1
26632023-12-11T20:37:04.281Z Documenting ciborium v0.2.1
26642023-12-11T20:37:04.380Z Documenting num-bigint-dig v0.8.4
26652023-12-11T20:37:06.223Z Documenting pkcs1 v0.7.5
26662023-12-11T20:37:09.882Z Documenting signature v2.1.0
26672023-12-11T20:37:10.931Z Documenting fxhash v0.2.1
26682023-12-11T20:37:11.017Z Documenting secrecy v0.8.0
26692023-12-11T20:37:13.141Z Documenting termcolor v1.2.0
26702023-12-11T20:37:14.200Z Documenting utf-8 v0.7.6
26712023-12-11T20:37:16.666Z Documenting bitfield v0.14.0
26722023-12-11T20:37:17.039Z Documenting serde-hex v0.1.0
26732023-12-11T20:37:17.681Z Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
26742023-12-11T20:37:17.685Z Documenting rsa v0.9.2
26752023-12-11T20:37:19.514Z Documenting env_logger v0.10.0
26762023-12-11T20:37:19.858Z Documenting tungstenite v0.20.1
26772023-12-11T20:37:21.063Z Documenting tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
26782023-12-11T20:37:21.075Z Documenting lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
26792023-12-11T20:37:26.292Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
26802023-12-11T20:37:26.295Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
26812023-12-11T20:37:26.938Z Documenting newtype_derive v0.1.6
26822023-12-11T20:37:28.791Z Documenting x509-cert v0.2.4
26832023-12-11T20:37:29.198Z Documenting pem v3.0.2
26842023-12-11T20:37:29.868Z Documenting ron v0.8.1
26852023-12-11T20:37:32.486Z Documenting crc-any v2.4.3
26862023-12-11T20:37:33.415Z Documenting steno v0.4.0
26872023-12-11T20:37:34.799Z Documenting tokio-tungstenite v0.20.1
26882023-12-11T20:37:36.730Z Documenting tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
26892023-12-11T20:37:37.214Z Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
26902023-12-11T20:37:37.989Z Documenting lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
26912023-12-11T20:37:43.947Z Documenting internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
26922023-12-11T20:37:44.277Z Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client)
26932023-12-11T20:37:45.787Z Documenting itertools v0.12.0
26942023-12-11T20:37:52.409Z Documenting nibble_vec v0.1.0
26952023-12-11T20:37:52.446Z Documenting endian-type v0.1.2
26962023-12-11T20:37:52.640Z Documenting display-error-chain v0.2.0
26972023-12-11T20:37:54.214Z Documenting glob v0.3.1
26982023-12-11T20:37:55.905Z Documenting same-file v1.0.6
26992023-12-11T20:37:57.094Z Documenting path-slash v0.1.5
27002023-12-11T20:37:57.292Z Documenting radix_trie v0.2.1
27012023-12-11T20:37:58.246Z Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
27022023-12-11T20:38:00.455Z Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
27032023-12-11T20:38:02.294Z Documenting walkdir v2.4.0
27042023-12-11T20:38:02.792Z Documenting hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84)
27052023-12-11T20:38:03.235Z Documenting buf-list v1.0.3
27062023-12-11T20:38:06.264Z Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
27072023-12-11T20:38:08.973Z Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
27082023-12-11T20:38:09.632Z Checking darling_core v0.14.4
27092023-12-11T20:38:10.418Z Documenting trust-dns-client v0.22.0
27102023-12-11T20:38:12.583Z Checking darling v0.14.4
27112023-12-11T20:38:12.940Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
27122023-12-11T20:38:13.689Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
27132023-12-11T20:38:14.100Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
27142023-12-11T20:38:15.888Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
27152023-12-11T20:38:17.399Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27162023-12-11T20:38:18.268Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
27172023-12-11T20:38:22.762Z Documenting sled v0.34.7
27182023-12-11T20:38:23.697Z Documenting trust-dns-server v0.22.1
27192023-12-11T20:38:26.343Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27202023-12-11T20:38:27.375Z Documenting unicase v2.7.0
27212023-12-11T20:38:27.452Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
27222023-12-11T20:38:27.704Z Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
27232023-12-11T20:38:27.870Z Documenting globset v0.4.13
27242023-12-11T20:38:27.874Z Documenting crossbeam-deque v0.8.3
27252023-12-11T20:38:31.602Z Documenting headers-core v0.2.0
27262023-12-11T20:38:32.211Z Documenting olpc-cjson v0.1.3
27272023-12-11T20:38:33.741Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27282023-12-11T20:38:34.542Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
27292023-12-11T20:38:35.093Z Documenting serde_plain v1.0.2
27302023-12-11T20:38:35.254Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
27312023-12-11T20:38:36.275Z Documenting async-recursion v1.0.5
27322023-12-11T20:38:36.690Z Documenting pretty-hex v0.4.0
27332023-12-11T20:38:36.815Z Documenting typed-path v0.7.0
27342023-12-11T20:38:38.779Z Documenting headers v0.3.9
27352023-12-11T20:38:48.287Z Documenting rayon-core v1.12.0
27362023-12-11T20:38:48.335Z Documenting mime_guess v2.0.4
27372023-12-11T20:38:48.336Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
27382023-12-11T20:38:48.336Z Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
27392023-12-11T20:38:48.384Z Documenting derive_builder_core v0.12.0
27402023-12-11T20:38:48.386Z Documenting tough v0.16.0
27412023-12-11T20:38:48.386Z Checking derive_builder_core v0.12.0
27422023-12-11T20:38:48.387Z Documenting dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
27432023-12-11T20:38:48.663Z Checking ipcc-key-value v0.1.0 (/work/oxidecomputer/omicron/ipcc-key-value)
27442023-12-11T20:38:49.052Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
27452023-12-11T20:38:49.474Z Documenting universal-hash v0.5.1
27462023-12-11T20:38:49.607Z Documenting bcs v0.1.6
27472023-12-11T20:38:52.814Z Documenting kstat-rs v0.2.3
27482023-12-11T20:38:53.066Z Documenting thiserror-impl-no-std v2.0.2
27492023-12-11T20:38:55.909Z Documenting curve25519-dalek-derive v0.1.0
27502023-12-11T20:38:58.758Z Documenting highway v1.1.0
27512023-12-11T20:38:59.029Z Documenting opaque-debug v0.3.0
27522023-12-11T20:39:00.643Z Documenting thiserror-no-std v2.0.2
27532023-12-11T20:39:02.713Z Documenting curve25519-dalek v4.1.0
27542023-12-11T20:39:03.296Z Documenting poly1305 v0.8.0
27552023-12-11T20:39:03.702Z Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
27562023-12-11T20:39:04.555Z Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27572023-12-11T20:39:05.026Z Documenting derive_builder_macro v0.12.0
27582023-12-11T20:39:06.501Z Documenting rayon v1.8.0
27592023-12-11T20:39:09.448Z Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27602023-12-11T20:39:10.970Z Documenting ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
27612023-12-11T20:39:11.523Z Documenting mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client)
27622023-12-11T20:39:12.790Z Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
27632023-12-11T20:39:18.072Z Documenting propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=3e1d129151c3621d28ead5c6e5760693ba6e7fec#3e1d1291)
27642023-12-11T20:39:53.932Z Documenting portable-atomic v1.4.3
27652023-12-11T20:39:54.211Z Documenting ed25519 v1.5.3
27662023-12-11T20:39:54.211Z Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
27672023-12-11T20:39:54.211Z Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27682023-12-11T20:39:54.212Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
27692023-12-11T20:39:54.212Z Documenting crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=945f040d259ca8013d3fb26f510453da7cd7b1a6#945f040d)
27702023-12-11T20:39:54.212Z Documenting chacha20 v0.9.1
27712023-12-11T20:39:54.212Z Documenting aead v0.5.2
27722023-12-11T20:39:54.212Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
27732023-12-11T20:39:54.212Z Documenting ref-cast-impl v1.0.20
27742023-12-11T20:39:54.212Z Documenting vte_generate_state_changes v0.1.1
27752023-12-11T20:39:54.212Z Documenting number_prefix v0.4.0
27762023-12-11T20:39:54.212Z Documenting cassowary v0.3.0
27772023-12-11T20:39:54.212Z Documenting chacha20poly1305 v0.10.1
27782023-12-11T20:39:54.212Z Documenting ref-cast v1.0.20
27792023-12-11T20:39:55.388Z Documenting indicatif v0.17.7
27802023-12-11T20:39:56.998Z Documenting vte v0.11.1
27812023-12-11T20:39:57.473Z Documenting ratatui v0.23.0
27822023-12-11T20:39:59.402Z Documenting salty v0.2.0
27832023-12-11T20:40:00.314Z Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
27842023-12-11T20:40:02.521Z Documenting derive_builder v0.12.0
27852023-12-11T20:40:03.087Z Documenting vsss-rs v3.3.1
27862023-12-11T20:40:06.015Z Documenting fs-err v2.11.0
27872023-12-11T20:40:07.999Z Documenting polar-core v0.27.0
27882023-12-11T20:40:08.766Z Documenting hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a)
27892023-12-11T20:40:08.976Z Documenting nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d)
27902023-12-11T20:40:12.242Z Documenting libxml v0.3.3
27912023-12-11T20:40:14.510Z Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
27922023-12-11T20:40:14.954Z Documenting ipcc-key-value v0.1.0 (/work/oxidecomputer/omicron/ipcc-key-value)
27932023-12-11T20:40:15.357Z Documenting tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
27942023-12-11T20:40:19.249Z Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
27952023-12-11T20:40:21.325Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
27962023-12-11T20:40:21.372Z Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
27972023-12-11T20:40:21.846Z Documenting bb8 v0.8.1
27982023-12-11T20:40:22.012Z Documenting quick-xml v0.23.1
27992023-12-11T20:40:27.136Z Documenting serde-big-array v0.5.1
28002023-12-11T20:40:29.202Z Documenting bytesize v1.3.0
28012023-12-11T20:40:29.904Z Documenting rtoolbox v0.0.1
28022023-12-11T20:40:30.601Z Documenting impl-trait-for-tuples v0.2.2
28032023-12-11T20:40:33.659Z Documenting oso-derive v0.27.0
28042023-12-11T20:40:35.896Z Documenting is_ci v1.1.1
28052023-12-11T20:40:36.209Z Documenting humantime v2.1.0
28062023-12-11T20:40:36.317Z Documenting unicode-linebreak v0.1.5
28072023-12-11T20:40:38.846Z Documenting http-range v0.1.5
28082023-12-11T20:40:39.463Z Documenting maplit v1.0.2
28092023-12-11T20:40:40.088Z Documenting smawk v0.3.1
28102023-12-11T20:40:40.851Z Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
28112023-12-11T20:40:41.434Z Documenting supports-color v2.1.0
28122023-12-11T20:40:41.889Z Documenting tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
28132023-12-11T20:40:43.045Z Documenting rpassword v7.3.1
28142023-12-11T20:40:44.356Z Documenting hyper-staticfile v0.9.5
28152023-12-11T20:40:44.919Z Documenting oso v0.27.0
28162023-12-11T20:40:46.441Z Documenting textwrap v0.16.0
28172023-12-11T20:40:47.675Z Documenting gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
28182023-12-11T20:40:48.967Z Documenting async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef)
28192023-12-11T20:40:49.541Z Documenting samael v0.0.10 (https://github.com/njaremko/samael?branch=master#52028e45)
28202023-12-11T20:40:53.264Z Documenting sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef)
28212023-12-11T20:40:54.837Z Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
28222023-12-11T20:41:00.779Z Documenting tui-tree-widget v0.13.0
28232023-12-11T20:41:01.481Z Documenting strip-ansi-escapes v0.2.0
28242023-12-11T20:41:06.810Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
28252023-12-11T20:41:07.454Z Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
28262023-12-11T20:41:08.999Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
28272023-12-11T20:41:09.727Z Documenting diesel-dtrace v0.2.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#c1252df7)
28282023-12-11T20:41:10.030Z Documenting cookie v0.18.0
28292023-12-11T20:41:13.298Z Documenting rcgen v0.11.3
28302023-12-11T20:41:16.856Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
28312023-12-11T20:41:17.462Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
28322023-12-11T20:41:17.894Z Documenting atomicwrites v0.4.2
28332023-12-11T20:41:18.514Z Documenting signal-hook-tokio v0.3.1
28342023-12-11T20:41:22.441Z Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
28352023-12-11T20:41:23.545Z Documenting fd-lock v3.0.13
28362023-12-11T20:41:24.382Z Documenting subprocess v0.2.9
28372023-12-11T20:41:25.867Z Documenting nu-ansi-term v0.49.0
28382023-12-11T20:41:26.938Z Documenting corncobs v0.1.3
28392023-12-11T20:41:30.662Z Documenting shell-words v1.1.0
28402023-12-11T20:41:30.867Z Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
28412023-12-11T20:41:31.167Z Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
28422023-12-11T20:41:31.473Z Documenting sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef)
28432023-12-11T20:41:31.902Z Documenting reedline v0.26.0
28442023-12-11T20:41:33.902Z Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
28452023-12-11T20:41:36.952Z Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
28462023-12-11T20:41:37.201Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
28472023-12-11T20:41:38.970Z Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
28482023-12-11T20:41:39.152Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
28492023-12-11T20:41:43.271Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
28502023-12-11T20:41:45.869Z Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
28512023-12-11T20:42:06.575Z Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
28522023-12-11T20:42:11.047Z Documenting crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=945f040d259ca8013d3fb26f510453da7cd7b1a6#945f040d)
28532023-12-11T20:42:15.091Z Documenting fatfs v0.3.6
28542023-12-11T20:42:16.337Z Documenting nanorand v0.7.0
28552023-12-11T20:42:19.566Z Documenting assert_matches v1.5.0
28562023-12-11T20:42:20.153Zwarning: unresolved link to `propolis_client::api::InstanceStateMonitorResponse`
28572023-12-11T20:42:20.153Z --> sled-agent/src/sim/instance.rs:46:7
28582023-12-11T20:42:20.153Z |
28592023-12-11T20:42:20.153Z46 | /// [`propolis_client::api::InstanceStateMonitorResponse`]. Transition requests
28602023-12-11T20:42:20.153Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `api` in module `propolis_client`
28612023-12-11T20:42:20.153Z |
28622023-12-11T20:42:20.154Z = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default
28632023-12-11T20:42:20.154Z
28642023-12-11T20:42:20.202Z Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
28652023-12-11T20:42:22.654Z Documenting flume v0.11.0
28662023-12-11T20:42:23.275Z Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
28672023-12-11T20:42:24.583Zwarning: `omicron-sled-agent` (lib doc) generated 1 warning
28682023-12-11T20:42:24.595Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
28692023-12-11T20:42:25.075Z Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
28702023-12-11T20:42:28.025Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
28712023-12-11T20:42:29.228Z Documenting omicron-zone-package v0.9.1
28722023-12-11T20:42:29.570Z Documenting installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client)
28732023-12-11T20:42:29.647Z Documenting installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd)
28742023-12-11T20:42:35.244Z Checking installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd)
28752023-12-11T20:42:36.457Z Checking installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client)
28762023-12-11T20:42:41.809Z Documenting termios v0.3.3
28772023-12-11T20:42:47.375Z Documenting topological-sort v0.2.2
28782023-12-11T20:42:48.000Z Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
28792023-12-11T20:42:48.242Z Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
28802023-12-11T20:42:54.114Z Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
28812023-12-11T20:43:02.523Z Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
28822023-12-11T20:43:05.110Z Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
28832023-12-11T20:43:39.525Z Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
28842023-12-11T20:43:50.354Z Documenting tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
28852023-12-11T20:44:06.442Z Documenting caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util)
28862023-12-11T20:44:07.295Z Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28872023-12-11T20:44:08.322Z Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli)
28882023-12-11T20:44:10.307Z Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
28892023-12-11T20:44:10.734Z Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
28902023-12-11T20:45:08.211Zwarning: unresolved link to `VolumeConstructionRequest`
28912023-12-11T20:45:08.211Z --> nexus/src/app/sagas/volume_delete.rs:338:7
28922023-12-11T20:45:08.211Z |
28932023-12-11T20:45:08.211Z338 | /// [`VolumeConstructionRequest`] is shown here):
28942023-12-11T20:45:08.211Z | ^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `VolumeConstructionRequest` in scope
28952023-12-11T20:45:08.211Z |
28962023-12-11T20:45:08.211Z = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
28972023-12-11T20:45:08.211Z = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default
28982023-12-11T20:45:08.212Z
28992023-12-11T20:45:08.230Zwarning: unresolved link to `fd00:1122:3344:101::5`
29002023-12-11T20:45:08.230Z --> nexus/src/app/sagas/volume_delete.rs:348:17
29012023-12-11T20:45:08.230Z |
29022023-12-11T20:45:08.231Z348 | /// "[fd00:1122:3344:101::5]:1000",
29032023-12-11T20:45:08.231Z | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:101` in scope
29042023-12-11T20:45:08.231Z
29052023-12-11T20:45:08.231Zwarning: unresolved link to `fd00:1122:3344:102::9`
29062023-12-11T20:45:08.231Z --> nexus/src/app/sagas/volume_delete.rs:349:17
29072023-12-11T20:45:08.231Z |
29082023-12-11T20:45:08.232Z349 | /// "[fd00:1122:3344:102::9]:1000",
29092023-12-11T20:45:08.232Z | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:102` in scope
29102023-12-11T20:45:08.232Z
29112023-12-11T20:45:08.232Zwarning: unresolved link to `fd00:1122:3344:103::2`
29122023-12-11T20:45:08.232Z --> nexus/src/app/sagas/volume_delete.rs:350:17
29132023-12-11T20:45:08.232Z |
29142023-12-11T20:45:08.232Z350 | /// "[fd00:1122:3344:103::2]:1000"
29152023-12-11T20:45:08.232Z | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:103` in scope
29162023-12-11T20:45:08.233Z
29172023-12-11T20:45:08.233Zwarning: unresolved link to `fd00:1122:3344:101::5`
29182023-12-11T20:45:08.233Z --> nexus/src/app/sagas/volume_delete.rs:369:17
29192023-12-11T20:45:08.233Z |
29202023-12-11T20:45:08.233Z369 | /// "[fd00:1122:3344:101::5]:1001", <-- port changed
29212023-12-11T20:45:08.233Z | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:101` in scope
29222023-12-11T20:45:08.234Z
29232023-12-11T20:45:08.234Zwarning: unresolved link to `fd00:1122:3344:102::9`
29242023-12-11T20:45:08.234Z --> nexus/src/app/sagas/volume_delete.rs:370:17
29252023-12-11T20:45:08.234Z |
29262023-12-11T20:45:08.234Z370 | /// "[fd00:1122:3344:102::9]:1001", <-- port changed
29272023-12-11T20:45:08.234Z | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:102` in scope
29282023-12-11T20:45:08.234Z
29292023-12-11T20:45:08.235Zwarning: unresolved link to `fd00:1122:3344:103::2`
29302023-12-11T20:45:08.236Z --> nexus/src/app/sagas/volume_delete.rs:371:17
29312023-12-11T20:45:08.236Z |
29322023-12-11T20:45:08.236Z371 | /// "[fd00:1122:3344:103::2]:1001" <-- port changed
29332023-12-11T20:45:08.236Z | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:103` in scope
29342023-12-11T20:45:08.236Z
29352023-12-11T20:45:11.039Zwarning: `omicron-nexus` (lib doc) generated 7 warnings
29362023-12-11T20:45:42.823Z Finished dev [unoptimized + debuginfo] target(s) in 15m 16s
29372023-12-11T20:45:42.930Z
29382023-12-11T20:45:42.931Zreal 15:17.120228734
29392023-12-11T20:45:42.931Zuser 52:28.306587360
29402023-12-11T20:45:42.934Zsys 58:26.806771557
29412023-12-11T20:45:42.934Ztrap 1.833605046
29422023-12-11T20:45:42.935Ztflt 0.621277500
29432023-12-11T20:45:42.935Zdflt 0.522821459
29442023-12-11T20:45:42.935Zkflt 0.000215254
29452023-12-11T20:45:42.935Zlock 3:04:33.642863281
29462023-12-11T20:45:42.935Zslp 3:59:47.734898132
29472023-12-11T20:45:42.935Zlat 5:03.218487232
29482023-12-11T20:45:42.935Zstop 1:26.996657361
29492023-12-11T20:45:42.935Zprocess exited: duration 1721947 ms, exit code 0
 
29502023-12-11T20:45:42.943Zfound 0 output files