01HF7TKMJGS60B8002SVEQH744: 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: 01HF7TKZA9QPGAEW9NG82FK16A

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12023-11-14T21:10:17.778Zjob assigned to worker 01HF7TM4MZ2E7BGD2VCAA4E11G (queued for 1 m 51 s)
 
22023-11-14T21:10:18.053Zstarting task 0: "setup"
32023-11-14T21:10:18.217Z++ uname -s
42023-11-14T21:10:18.226Z+ kern=SunOS
52023-11-14T21:10:18.245Z+ case "$kern" in
62023-11-14T21:10:18.256Z+ groupadd -g 12345 build
72023-11-14T21:10:18.265Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82023-11-14T21:10:20.237Z+ zfs create -o mountpoint=/work rpool/work
92023-11-14T21:10:20.477Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102023-11-14T21:10:20.485Z+ home_fs=zfs
112023-11-14T21:10:20.493Z+ [[ zfs == autofs ]]
122023-11-14T21:10:20.501Z+ mkdir -p /home/build
132023-11-14T21:10:20.510Z+ chown build:build /home/build /work
142023-11-14T21:10:22.483Z+ chmod 0700 /home/build /work
152023-11-14T21:10:22.486Zprocess exited: duration 4428 ms, exit code 0
 
162023-11-14T21:10:22.492Zstarting task 1: "rust-toolchain"
172023-11-14T21:10:22.506Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
182023-11-14T21:10:22.511Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default
192023-11-14T21:10:22.681Zinfo: downloading installer
202023-11-14T21:10:25.301Zwarning: it looks like you have an existing installation of Rust at:
212023-11-14T21:10:25.321Zwarning: /opt/ooce/bin
222023-11-14T21:10:25.341Zwarning: It is recommended that rustup be the primary Rust installation.
232023-11-14T21:10:25.351Zwarning: Otherwise you may have confusion unless you are careful with your PATH
242023-11-14T21:10:25.372Zwarning: If you are sure that you want both rustup and your already installed Rust
252023-11-14T21:10:25.379Zwarning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
262023-11-14T21:10:25.391Zwarning: or pass `-y' to ignore all ignorable checks.
272023-11-14T21:10:25.413Zerror: cannot install while Rust is installed
282023-11-14T21:10:25.420Zwarning: continuing (because the -y flag is set and the error is ignorable)
292023-11-14T21:10:25.627Zinfo: profile set to 'default'
302023-11-14T21:10:25.638Zinfo: default host triple is x86_64-unknown-illumos
312023-11-14T21:10:25.647Zinfo: syncing channel updates for '1.72.1-x86_64-unknown-illumos'
322023-11-14T21:10:26.229Zinfo: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13)
332023-11-14T21:10:26.246Zinfo: downloading component 'cargo'
342023-11-14T21:10:26.599Zinfo: downloading component 'clippy'
352023-11-14T21:10:26.881Zinfo: downloading component 'rust-docs'
362023-11-14T21:10:27.870Zinfo: downloading component 'rust-std'
372023-11-14T21:10:29.662Zinfo: downloading component 'rustc'
382023-11-14T21:10:34.062Zinfo: downloading component 'rustfmt'
392023-11-14T21:10:34.376Zinfo: installing component 'cargo'
402023-11-14T21:10:36.451Zinfo: installing component 'clippy'
412023-11-14T21:10:37.451Zinfo: installing component 'rust-docs'
422023-11-14T21:10:40.146Zinfo: installing component 'rust-std'
432023-11-14T21:10:44.301Zinfo: installing component 'rustc'
442023-11-14T21:10:53.845Zinfo: installing component 'rustfmt'
452023-11-14T21:10:54.300Zinfo: default toolchain set to '1.72.1-x86_64-unknown-illumos'
462023-11-14T21:10:54.313Z
472023-11-14T21:10:54.432Z 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13)
482023-11-14T21:10:54.437Z
492023-11-14T21:10:54.442Z
502023-11-14T21:10:54.447ZRust is installed now. Great!
512023-11-14T21:10:54.450Z
522023-11-14T21:10:54.454ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
532023-11-14T21:10:54.457Zenvironment variable. This has not been done automatically.
542023-11-14T21:10:54.460Z
552023-11-14T21:10:54.463ZTo configure your current shell, run:
562023-11-14T21:10:54.466Zsource "$HOME/.cargo/env"
572023-11-14T21:10:54.524Z+ rustc --version
582023-11-14T21:10:54.637Zrustc 1.72.1 (d5c2e9c34 2023-09-13)
592023-11-14T21:10:54.642Zprocess exited: duration 32148 ms, exit code 0
 
602023-11-14T21:10:54.648Zstarting task 2: "authentication"
612023-11-14T21:10:54.683Zprocess exited: duration 31 ms, exit code 0
 
622023-11-14T21:10:54.689Zstarting task 3: "clone repository"
632023-11-14T21:10:54.699Z+ mkdir -p /work/oxidecomputer/omicron
642023-11-14T21:10:54.702Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
652023-11-14T21:10:54.743ZCloning into '/work/oxidecomputer/omicron'...
662023-11-14T21:11:01.016Z+ cd /work/oxidecomputer/omicron
672023-11-14T21:11:01.020Z+ [[ -n unregister-instance-metrics-on-stop ]]
682023-11-14T21:11:01.023Z+ git fetch origin unregister-instance-metrics-on-stop
692023-11-14T21:11:01.427ZFrom https://github.com/oxidecomputer/omicron
702023-11-14T21:11:01.430Z * branch unregister-instance-metrics-on-stop -> FETCH_HEAD
712023-11-14T21:11:01.438Z+ git checkout -B unregister-instance-metrics-on-stop remotes/origin/unregister-instance-metrics-on-stop
722023-11-14T21:11:01.559ZSwitched to a new branch 'unregister-instance-metrics-on-stop'
732023-11-14T21:11:01.564Zbranch 'unregister-instance-metrics-on-stop' set up to track 'origin/unregister-instance-metrics-on-stop'.
742023-11-14T21:11:01.567Z+ git reset --hard b866993c0511e1a05769dd34178b6eb524b00277
752023-11-14T21:11:01.605ZHEAD is now at b866993c Add note about possible race and tracking issue
762023-11-14T21:11:01.609Zprocess exited: duration 6914 ms, exit code 0
 
772023-11-14T21:11:01.616Zstarting task 4: "build"
782023-11-14T21:11:01.627Z+ cargo --version
792023-11-14T21:11:01.633Zinfo: syncing channel updates for '1.73.0-x86_64-unknown-illumos'
802023-11-14T21:11:01.826Zinfo: latest update on 2023-10-05, rust version 1.73.0 (cc66ad468 2023-10-03)
812023-11-14T21:11:01.839Zinfo: downloading component 'cargo'
822023-11-14T21:11:02.501Zinfo: downloading component 'clippy'
832023-11-14T21:11:02.738Zinfo: downloading component 'rust-docs'
842023-11-14T21:11:03.595Zinfo: downloading component 'rust-std'
852023-11-14T21:11:04.972Zinfo: downloading component 'rustc'
862023-11-14T21:11:08.810Zinfo: downloading component 'rustfmt'
872023-11-14T21:11:09.087Zinfo: installing component 'cargo'
882023-11-14T21:11:10.281Zinfo: installing component 'clippy'
892023-11-14T21:11:10.788Zinfo: installing component 'rust-docs'
902023-11-14T21:11:13.351Zinfo: installing component 'rust-std'
912023-11-14T21:11:15.868Zinfo: installing component 'rustc'
922023-11-14T21:11:22.117Zinfo: installing component 'rustfmt'
932023-11-14T21:11:22.663Zcargo 1.73.0 (9c4383fb5 2023-08-26)
942023-11-14T21:11:22.666Z+ rustc --version
952023-11-14T21:11:22.784Zrustc 1.73.0 (cc66ad468 2023-10-03)
962023-11-14T21:11:22.791Z+ source ./env.sh
972023-11-14T21:11:22.795Z++ set -o xtrace
982023-11-14T21:11:22.797Z++++ dirname ./env.sh
992023-11-14T21:11:22.800Z+++ cd .
1002023-11-14T21:11:22.803Z+++ echo /work/oxidecomputer/omicron
1012023-11-14T21:11:22.806Z++ OMICRON_WS=/work/oxidecomputer/omicron
1022023-11-14T21:11:22.809Z++ 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-11-14T21:11:22.811Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1042023-11-14T21:11:22.814Z++ 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-11-14T21:11:22.817Z++ 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-11-14T21:11:22.819Z++ 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-11-14T21:11:22.822Z++ 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-11-14T21:11:22.825Z++ 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-11-14T21:11:22.828Z++ 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-11-14T21:11:22.830Z++ unset OMICRON_WS
1112023-11-14T21:11:22.833Z++ set +o xtrace
1122023-11-14T21:11:23.015Z
1132023-11-14T21:11:23.018Z ##### ##### ###### ##### ###### #### # # # #### #
1142023-11-14T21:11:23.021Z # # # # # # # # # # # # # # #
1152023-11-14T21:11:23.024Z # # # # ##### # # ##### # # # # # #### #
1162023-11-14T21:11:23.027Z ##### ##### # ##### # # # # # # # # #
1172023-11-14T21:11:23.030Z # # # # # # # # # # # # # # #
1182023-11-14T21:11:23.033Z # # # ###### # # ###### ### # #### # #### #
1192023-11-14T21:11:23.039Z
1202023-11-14T21:11:31.378Z Startup: Refreshing catalog 'helios-dev' ... Done
1212023-11-14T21:11:32.377Z Startup: Caching catalogs ... Done
1222023-11-14T21:11:37.409ZPlanning: Solver setup ... Done (4.760s)
1232023-11-14T21:11:37.528ZPlanning: Running solver ... Done (0.119s)
1242023-11-14T21:11:37.583ZPlanning: Finding local manifests ... Done (0.003s)
1252023-11-14T21:11:37.598ZPlanning: Fetching manifests: 0/4 0% complete
1262023-11-14T21:11:37.833ZPlanning: Fetching manifests: 4/4 100% complete
1272023-11-14T21:11:37.913ZPlanning: Package planning ... Done (0.080s)
1282023-11-14T21:11:37.999ZPlanning: Merging actions ... Done (0.086s)
1292023-11-14T21:11:38.778ZPlanning: Checking for conflicting actions ... Done (0.778s)
1302023-11-14T21:11:38.795ZPlanning: Consolidating action changes ... Done (0.017s)
1312023-11-14T21:11:43.356ZPlanning: Evaluating mediators ... Done (4.560s)
1322023-11-14T21:11:43.371ZPlanning: Planning completed in 10.96 seconds
1332023-11-14T21:11:46.523Z Packages to install: 4
1342023-11-14T21:11:46.527Z Mediators to change: 2
1352023-11-14T21:11:46.530Z Services to change: 1
1362023-11-14T21:11:46.532Z Estimated space available: 148.90 GB
1372023-11-14T21:11:46.535ZEstimated space to be consumed: 1.37 GB
1382023-11-14T21:11:46.538Z Create boot environment: No
1392023-11-14T21:11:46.541ZCreate backup boot environment: No
1402023-11-14T21:11:46.544Z Rebuild boot archive: No
1412023-11-14T21:11:46.547Z
1422023-11-14T21:11:46.550ZChanged mediators:
1432023-11-14T21:11:46.553Z mediator clang:
1442023-11-14T21:11:46.556Z version: None -> 15 (system default)
1452023-11-14T21:11:46.559Z
1462023-11-14T21:11:46.561Z mediator llvm:
1472023-11-14T21:11:46.564Z version: 14 (system default) -> 15 (system default)
1482023-11-14T21:11:46.567Z
1492023-11-14T21:11:46.570ZChanged packages:
1502023-11-14T21:11:46.572Zhelios-dev
1512023-11-14T21:11:46.575Z developer/build-essential
1522023-11-14T21:11:46.578Z None -> 11-2.0
1532023-11-14T21:11:46.581Z library/libxmlsec1
1542023-11-14T21:11:46.584Z None -> 1.2.35-2.0
1552023-11-14T21:11:46.587Z ooce/developer/clang-15
1562023-11-14T21:11:46.590Z None -> 15.0.7-2.0
1572023-11-14T21:11:46.593Z ooce/developer/llvm-15
1582023-11-14T21:11:46.595Z None -> 15.0.7-2.0
1592023-11-14T21:11:46.598Z
1602023-11-14T21:11:46.601ZServices:
1612023-11-14T21:11:46.604Z restart_fmri:
1622023-11-14T21:11:46.606Z svc:/system/update-man-index:default
1632023-11-14T21:11:46.771Z
1642023-11-14T21:11:46.774ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1652023-11-14T21:11:51.771ZDownload: 875/3290 items 18.8/212.6MB 8% complete (3.9M/s)
1662023-11-14T21:11:56.793ZDownload: 1198/3290 items 83.5/212.6MB 39% complete (9.5M/s)
1672023-11-14T21:12:01.822ZDownload: 2343/3290 items 119.7/212.6MB 56% complete (10.1M/s)
1682023-11-14T21:12:08.057ZDownload: 3248/3290 items 188.5/212.6MB 88% complete (10.6M/s)
1692023-11-14T21:12:10.046ZDownload: Completed 212.60 MB in 23.28 seconds (9.1M/s)
1702023-11-14T21:12:10.284Z Actions: 1/3687 actions (Installing new actions)
1712023-11-14T21:12:15.302Z Actions: 2412/3687 actions (Installing new actions)
1722023-11-14T21:12:18.451Z Actions: Completed 3687 actions in 8.17 seconds.
1732023-11-14T21:12:18.964Z Done (0.086s)
1742023-11-14T21:12:18.971Z Done (0.000s)
1752023-11-14T21:12:18.974Z Done (0.218s)
1762023-11-14T21:12:26.166Z Done (7.286s)
1772023-11-14T21:12:26.436Z Done (0.170s)
1782023-11-14T21:12:26.439Z Done (0.000s)
1792023-11-14T21:12:26.658Z Done (0.000s)
1802023-11-14T21:12:27.363ZPlanning: Evaluating mediator changes ... Done
1812023-11-14T21:12:27.649ZPlanning: Checking for conflicting actions ... Done
1822023-11-14T21:12:27.652ZPlanning: Consolidating action changes ... Done
1832023-11-14T21:12:28.095ZPlanning: Evaluating mediators ... Done
1842023-11-14T21:12:28.097ZPlanning: Planning completed in 0.73 seconds
1852023-11-14T21:12:28.151Z Mediators to change: 2
1862023-11-14T21:12:28.154Z Create boot environment: No
1872023-11-14T21:12:28.158ZCreate backup boot environment: No
1882023-11-14T21:12:28.281Z Done
1892023-11-14T21:12:28.284Z Done
1902023-11-14T21:12:28.433Z Done
1912023-11-14T21:12:34.228Z Done
1922023-11-14T21:12:34.347Z Done
1932023-11-14T21:12:34.350Z Done
1942023-11-14T21:12:34.499Z Done
1952023-11-14T21:12:35.505ZPlanning: Evaluating mediator changes ... Done
1962023-11-14T21:12:35.508ZPlanning: Merging actions ... Done
1972023-11-14T21:12:35.836ZPlanning: Checking for conflicting actions ... Done
1982023-11-14T21:12:35.839ZPlanning: Consolidating action changes ... Done
1992023-11-14T21:12:36.260ZPlanning: Evaluating mediators ... Done
2002023-11-14T21:12:36.351ZPlanning: Planning completed in 1.29 seconds
2012023-11-14T21:12:36.407Z Packages to change: 1
2022023-11-14T21:12:36.410Z Mediators to change: 1
2032023-11-14T21:12:36.413Z Services to change: 1
2042023-11-14T21:12:36.416Z Create boot environment: No
2052023-11-14T21:12:36.419ZCreate backup boot environment: Yes
2062023-11-14T21:12:38.413Z Actions: 1/6 actions (Updating modified actions)
2072023-11-14T21:12:38.422Z Actions: Completed 6 actions in 0.00 seconds.
2082023-11-14T21:12:38.430Z Done
2092023-11-14T21:12:38.444Z Done
2102023-11-14T21:12:38.476Z Done
2112023-11-14T21:12:44.286Z Done
2122023-11-14T21:12:44.407Z Done
2132023-11-14T21:12:44.411Z Done
2142023-11-14T21:12:44.540Z Done
2152023-11-14T21:12:45.216ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2162023-11-14T21:12:45.222Zclang system 15 system
2172023-11-14T21:12:45.225Zcsh system system illumos
2182023-11-14T21:12:45.228Zctags system system illumos
2192023-11-14T21:12:45.231Zgcc vendor 12 vendor
2202023-11-14T21:12:45.234Zgcc system 10 system
2212023-11-14T21:12:45.242Zgcc system 7 system
2222023-11-14T21:12:45.245Zgo system 1.20 system
2232023-11-14T21:12:45.248Zgo system 1.19 system
2242023-11-14T21:12:45.254Zllvm system 15 system
2252023-11-14T21:12:45.258Zllvm system 14 system
2262023-11-14T21:12:45.261Zmariadb system 10.6 system
2272023-11-14T21:12:45.264Zmta vendor vendor dma
2282023-11-14T21:12:45.268Zopenjdk system 17 system
2292023-11-14T21:12:45.271Zopenjdk system 11 system
2302023-11-14T21:12:45.274Zopenjdk system 1.8 system
2312023-11-14T21:12:45.277Zopenssl vendor 3 vendor
2322023-11-14T21:12:45.279Zperl system 5.36 system
2332023-11-14T21:12:45.282Zpostgresql system 15 system
2342023-11-14T21:12:45.285Zpostgresql system 13 system
2352023-11-14T21:12:45.288Zpython vendor 3 vendor
2362023-11-14T21:12:45.291Zpython system 2 system
2372023-11-14T21:12:45.293Zpython3 system 3.11 system
2382023-11-14T21:12:45.296Zruby system 3.0 system
2392023-11-14T21:12:45.299Zwords vendor vendor american-english
2402023-11-14T21:12:45.302Zwords system system australian-english
2412023-11-14T21:12:45.305Zwords system system british-english
2422023-11-14T21:12:45.308Zwords system system canadian-english
2432023-11-14T21:12:45.311Zwords system system french
2442023-11-14T21:12:45.314Zwords system system italian
2452023-11-14T21:12:45.318Zwords system system ngerman
2462023-11-14T21:12:45.321Zwords system system ogerman
2472023-11-14T21:12:45.324Zwords system system spanish
2482023-11-14T21:12:45.744ZFMRI IFO
2492023-11-14T21:12:45.747Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2502023-11-14T21:12:45.750Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2512023-11-14T21:12:45.752Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2522023-11-14T21:12:45.755Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z im-
2532023-11-14T21:12:45.759Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2542023-11-14T21:12:45.762Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z i--
2552023-11-14T21:12:45.819Z+ set -o errexit
2562023-11-14T21:12:45.822Z+++ dirname ./tools/ci_download_cockroachdb
2572023-11-14T21:12:45.825Z++ cd ./tools
2582023-11-14T21:12:45.829Z++ pwd
2592023-11-14T21:12:45.832Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
2602023-11-14T21:12:45.835Z++ basename ./tools/ci_download_cockroachdb
2612023-11-14T21:12:45.838Z+ ARG0=ci_download_cockroachdb
2622023-11-14T21:12:45.841Z++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version
2632023-11-14T21:12:45.844Z+ CIDL_VERSION=v22.1.9
2642023-11-14T21:12:45.847Z+ source /work/oxidecomputer/omicron/tools/cockroachdb_checksums
2652023-11-14T21:12:45.850Z++ CIDL_MD5_DARWIN=2db972c254b4e3b599e12110520178b5
2662023-11-14T21:12:45.853Z++ CIDL_MD5_LINUX=8c3170883e0a0be1a34b44090c067a8c
2672023-11-14T21:12:45.858Z++ CIDL_MD5_ILLUMOS=d8999aff364e5d70f226e139fda724a3
2682023-11-14T21:12:45.861Z+ TARGET_DIR=out
2692023-11-14T21:12:45.864Z+ DOWNLOAD_DIR=out/downloads
2702023-11-14T21:12:45.867Z+ DEST_DIR=./out/cockroachdb
2712023-11-14T21:12:45.870Z+ CIDL_URL_COCKROACH=https://binaries.cockroachdb.com
2722023-11-14T21:12:45.874Z+ CIDL_URL_ILLUMOS=https://illumos.org/downloads
2732023-11-14T21:12:45.877Z+ main
2742023-11-14T21:12:45.880Z+ [[ 0 != 0 ]]
2752023-11-14T21:12:45.884Z+ CIDL_OS=solaris2.11
2762023-11-14T21:12:45.887Z+ [[ 0 != 0 ]]
2772023-11-14T21:12:45.890Z+ configure_os solaris2.11
2782023-11-14T21:12:45.893Z+ echo 'current directory: /work/oxidecomputer/omicron'
2792023-11-14T21:12:45.896Zcurrent directory: /work/oxidecomputer/omicron
2802023-11-14T21:12:45.901Z+ echo 'configuring based on OS: "solaris2.11"'
2812023-11-14T21:12:45.904Zconfiguring based on OS: "solaris2.11"
2822023-11-14T21:12:45.909Z+ case "$1" in
2832023-11-14T21:12:45.912Z+ CIDL_BUILD=illumos
2842023-11-14T21:12:45.915Z+ CIDL_SUFFIX=tar.gz
2852023-11-14T21:12:45.918Z+ CIDL_MD5=d8999aff364e5d70f226e139fda724a3
2862023-11-14T21:12:45.921Z+ CIDL_MD5FUNC=do_md5sum
2872023-11-14T21:12:45.924Z+ CIDL_URL_BASE=https://illumos.org/downloads
2882023-11-14T21:12:45.928Z+ CIDL_ASSEMBLE=do_assemble_illumos
2892023-11-14T21:12:45.931Z+ TARBALL_DIRNAME=cockroach-v22.1.9.illumos
2902023-11-14T21:12:45.934Z+ TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz
2912023-11-14T21:12:45.937Z+ TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz
2922023-11-14T21:12:45.940Z+ TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos
2932023-11-14T21:12:45.943Z+ CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz
2942023-11-14T21:12:45.946Z+ echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz'
2952023-11-14T21:12:45.949ZURL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz
2962023-11-14T21:12:45.953Z+ echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz'
2972023-11-14T21:12:45.956ZLocal file: out/downloads/cockroach-v22.1.9.illumos.tar.gz
2982023-11-14T21:12:45.960Z+ mkdir -p out/downloads
2992023-11-14T21:12:45.963Z+ mkdir -p ./out/cockroachdb
3002023-11-14T21:12:45.966Z+ local DO_DOWNLOAD=true
3012023-11-14T21:12:45.969Z+ [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]]
3022023-11-14T21:12:45.973Z+ '[' true == true ']'
3032023-11-14T21:12:45.978Z+ echo Downloading...
3042023-11-14T21:12:45.985ZDownloading...
3052023-11-14T21:12:45.993Z+ do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz
3062023-11-14T21:12:45.999Z+ 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
3072023-11-14T21:12:50.900Z++ do_md5sum out/downloads/cockroach-v22.1.9.illumos.tar.gz
3082023-11-14T21:12:50.903Z++ md5sum
3092023-11-14T21:12:50.906Z++ awk '{print $1}'
3102023-11-14T21:12:51.084Z+ calculated_md5=d8999aff364e5d70f226e139fda724a3
3112023-11-14T21:12:51.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 ]]
3122023-11-14T21:12:51.091Z+ do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz
3132023-11-14T21:12:51.094Z+ tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads
3142023-11-14T21:12:54.406Z+ do_assemble_illumos
3152023-11-14T21:12:54.409Z+ rm -r ./out/cockroachdb
3162023-11-14T21:12:54.413Z+ cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb
3172023-11-14T21:12:55.045Z+ ./out/cockroachdb/bin/cockroach version
3182023-11-14T21:12:55.249ZBuild Tag: v22.1.9-dirty
3192023-11-14T21:12:55.252ZBuild Time: 2022/10/26 21:17:46
3202023-11-14T21:12:55.255ZDistribution: OSS
3212023-11-14T21:12:55.257ZPlatform: illumos amd64 (x86_64-pc-solaris2.11)
3222023-11-14T21:12:55.260ZGo Version: go1.17.13
3232023-11-14T21:12:55.264ZC Compiler: gcc 10.3.0
3242023-11-14T21:12:55.267ZBuild Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493
3252023-11-14T21:12:55.270ZBuild Type: release
3262023-11-14T21:12:55.274Z+ set -o errexit
3272023-11-14T21:12:55.277Z+++ dirname ./tools/ci_download_clickhouse
3282023-11-14T21:12:55.280Z++ cd ./tools
3292023-11-14T21:12:55.283Z++ pwd
3302023-11-14T21:12:55.287Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
3312023-11-14T21:12:55.290Z++ basename ./tools/ci_download_clickhouse
3322023-11-14T21:12:55.293Z+ ARG0=ci_download_clickhouse
3332023-11-14T21:12:55.297Z+ TARGET_DIR=out
3342023-11-14T21:12:55.300Z+ DOWNLOAD_DIR=out/downloads
3352023-11-14T21:12:55.303Z+ DEST_DIR=./out/clickhouse
3362023-11-14T21:12:55.305Z+ CIDL_VERSION=v22.8.9.24
3372023-11-14T21:12:55.308Z+ source /work/oxidecomputer/omicron/tools/clickhouse_checksums
3382023-11-14T21:12:55.311Z++ CIDL_MD5_DARWIN=20603974a929926591fca70ff1df0e45
3392023-11-14T21:12:55.314Z++ CIDL_MD5_LINUX=ea909519bd9d989fd5d090fd9bdd42f1
3402023-11-14T21:12:55.318Z++ CIDL_MD5_ILLUMOS=7702939ce5b4b51846a1ba39f1392306
3412023-11-14T21:12:55.321Z+ CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com
3422023-11-14T21:12:55.324Z+ main
3432023-11-14T21:12:55.327Z+ [[ 0 != 0 ]]
3442023-11-14T21:12:55.330Z+ CIDL_OS=solaris2.11
3452023-11-14T21:12:55.333Z+ [[ 0 != 0 ]]
3462023-11-14T21:12:55.336Z+ configure_os solaris2.11
3472023-11-14T21:12:55.338Z+ echo 'current directory: /work/oxidecomputer/omicron'
3482023-11-14T21:12:55.342Zcurrent directory: /work/oxidecomputer/omicron
3492023-11-14T21:12:55.346Z+ echo 'configuring based on OS: "solaris2.11"'
3502023-11-14T21:12:55.349Zconfiguring based on OS: "solaris2.11"
3512023-11-14T21:12:55.352Z+ CIDL_DASHREV=
3522023-11-14T21:12:55.355Z+ case "$1" in
3532023-11-14T21:12:55.357Z+ CIDL_PLATFORM=illumos
3542023-11-14T21:12:55.361Z+ CIDL_MD5=7702939ce5b4b51846a1ba39f1392306
3552023-11-14T21:12:55.363Z+ CIDL_MD5FUNC=do_md5sum
3562023-11-14T21:12:55.366Z+ CIDL_DASHREV=-1
3572023-11-14T21:12:55.369Z+ TARBALL_DIRNAME=clickhouse-v22.8.9.24
3582023-11-14T21:12:55.372Z+ TARBALL_FILENAME=clickhouse-v22.8.9.24-1.illumos.tar.gz
3592023-11-14T21:12:55.375Z+ TARBALL_FILE=out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz
3602023-11-14T21:12:55.377Z+ CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz
3612023-11-14T21:12:55.380Z+ echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz'
3622023-11-14T21:12:55.385ZURL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz
3632023-11-14T21:12:55.388Z+ echo 'Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz'
3642023-11-14T21:12:55.398ZLocal file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz
3652023-11-14T21:12:55.411Z+ mkdir -p out/downloads
3662023-11-14T21:12:55.428Z+ mkdir -p ./out/clickhouse
3672023-11-14T21:12:55.842Z+ local DO_DOWNLOAD=true
3682023-11-14T21:12:55.845Z+ [[ -f out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ]]
3692023-11-14T21:12:55.848Z+ '[' true == true ']'
3702023-11-14T21:12:55.852Z+ echo Downloading...
3712023-11-14T21:12:55.867ZDownloading...
3722023-11-14T21:12:55.887Z+ 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
3732023-11-14T21:12:55.906Z+ 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
3742023-11-14T21:12:56.757Z++ do_md5sum out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz
3752023-11-14T21:12:56.761Z++ md5sum
3762023-11-14T21:12:56.765Z++ awk '{print $1}'
3772023-11-14T21:12:57.022Z+ calculated_md5=7702939ce5b4b51846a1ba39f1392306
3782023-11-14T21:12:57.033Z+ [[ 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 ]]
3792023-11-14T21:12:57.045Z+ do_untar out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ./out/clickhouse
3802023-11-14T21:12:57.056Z+ mkdir -p ./out/clickhouse
3812023-11-14T21:12:57.064Z+ tar xzf out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz -C ./out/clickhouse
3822023-11-14T21:13:01.957Z+ ./out/clickhouse/clickhouse server --version
3832023-11-14T21:13:02.025ZClickHouse server version 22.8.9.1.
3842023-11-14T21:13:02.118Z+ set -o errexit
3852023-11-14T21:13:02.141Z+++ dirname ./tools/ci_download_console
3862023-11-14T21:13:02.572Z++ cd ./tools
3872023-11-14T21:13:02.578Z++ pwd
3882023-11-14T21:13:02.582Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
3892023-11-14T21:13:02.592Z++ basename ./tools/ci_download_console
3902023-11-14T21:13:02.599Z+ ARG0=ci_download_console
3912023-11-14T21:13:02.611Z+ TARGET_DIR=out
3922023-11-14T21:13:02.636Z+ DOWNLOAD_DIR=out/downloads
3932023-11-14T21:13:03.061Z+ DEST_DIR=./out/console-assets
3942023-11-14T21:13:03.065Z+ source /work/oxidecomputer/omicron/tools/console_version
3952023-11-14T21:13:03.069Z++ COMMIT=ae8218df707360a902133f4a96b48a3b5a62a09e
3962023-11-14T21:13:03.074Z++ SHA2=ae35b991d3ff835a59b59126298790cb7431a282b25ba4add4e7fb6ea6b98989
3972023-11-14T21:13:03.077Z+ URL=https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz
3982023-11-14T21:13:03.083Z+ TARBALL_FILE=out/downloads/console.tar.gz
3992023-11-14T21:13:03.101Z+ main
4002023-11-14T21:13:03.109Z+ [[ 0 != 0 ]]
4012023-11-14T21:13:03.141Z+ echo 'URL: https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz'
4022023-11-14T21:13:03.146ZURL: https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz
4032023-11-14T21:13:04.372Z+ echo 'Local file: out/downloads/console.tar.gz'
4042023-11-14T21:13:04.379ZLocal file: out/downloads/console.tar.gz
4052023-11-14T21:13:04.387Z+ local DO_DOWNLOAD=true
4062023-11-14T21:13:04.394Z+ [[ -f out/downloads/console.tar.gz ]]
4072023-11-14T21:13:04.402Z+ mkdir -p out/downloads
4082023-11-14T21:13:04.410Z+ '[' true == true ']'
4092023-11-14T21:13:04.423Z+ echo Downloading...
4102023-11-14T21:13:04.444ZDownloading...
4112023-11-14T21:13:04.880Z+ do_download_curl https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz out/downloads/console.tar.gz
4122023-11-14T21:13:04.892Z+ curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz
4132023-11-14T21:13:04.899Z++ do_sha256sum out/downloads/console.tar.gz
4142023-11-14T21:13:04.906Z++ case "$OSTYPE" in
4152023-11-14T21:13:04.913Z++ SHA=sha256sum
4162023-11-14T21:13:04.925Z++ sha256sum
4172023-11-14T21:13:04.932Z++ awk '{print $1}'
4182023-11-14T21:13:04.937Z+ calculated_sha2=ae35b991d3ff835a59b59126298790cb7431a282b25ba4add4e7fb6ea6b98989
4192023-11-14T21:13:04.940Z+ [[ ae35b991d3ff835a59b59126298790cb7431a282b25ba4add4e7fb6ea6b98989 != \a\e\3\5\b\9\9\1\d\3\f\f\8\3\5\a\5\9\b\5\9\1\2\6\2\9\8\7\9\0\c\b\7\4\3\1\a\2\8\2\b\2\5\b\a\4\a\d\d\4\e\7\f\b\6\e\a\6\b\9\8\9\8\9 ]]
4202023-11-14T21:13:04.943Z+ rm -rf ./out/console-assets
4212023-11-14T21:13:04.946Z+ mkdir -p ./out/console-assets
4222023-11-14T21:13:04.949Z+ do_untar out/downloads/console.tar.gz ./out/console-assets
4232023-11-14T21:13:04.952Z+ mkdir -p ./out/console-assets
4242023-11-14T21:13:04.956Z+ tar xzf out/downloads/console.tar.gz -C ./out/console-assets
4252023-11-14T21:13:04.959Z+ set -o errexit
4262023-11-14T21:13:04.962Z+++ dirname ./tools/ci_download_maghemite_openapi
4272023-11-14T21:13:04.965Z++ cd ./tools
4282023-11-14T21:13:04.968Z++ pwd
4292023-11-14T21:13:04.971Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
4302023-11-14T21:13:04.975Z++ basename ./tools/ci_download_maghemite_openapi
4312023-11-14T21:13:04.985Z+ ARG0=ci_download_maghemite_openapi
4322023-11-14T21:13:04.990Z+ TARGET_DIR=out
4332023-11-14T21:13:04.998Z+ DOWNLOAD_DIR=out/downloads
4342023-11-14T21:13:05.001Z+ source /work/oxidecomputer/omicron/tools/maghemite_ddm_openapi_version
4352023-11-14T21:13:05.004Z++ COMMIT=82aa17646265449ee0ede9410208e510fa4a5877
4362023-11-14T21:13:05.008Z++ SHA2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf
4372023-11-14T21:13:05.011Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/82aa17646265449ee0ede9410208e510fa4a5877/ddm-admin.json
4382023-11-14T21:13:05.014Z+ LOCAL_FILE=out/downloads/ddm-admin-82aa17646265449ee0ede9410208e510fa4a5877.json
4392023-11-14T21:13:05.017Z+ main
4402023-11-14T21:13:05.021Z+ [[ 0 != 0 ]]
4412023-11-14T21:13:05.024Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/82aa17646265449ee0ede9410208e510fa4a5877/ddm-admin.json'
4422023-11-14T21:13:05.027ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/82aa17646265449ee0ede9410208e510fa4a5877/ddm-admin.json
4432023-11-14T21:13:05.030Z+ echo 'Local file: out/downloads/ddm-admin-82aa17646265449ee0ede9410208e510fa4a5877.json'
4442023-11-14T21:13:05.033ZLocal file: out/downloads/ddm-admin-82aa17646265449ee0ede9410208e510fa4a5877.json
4452023-11-14T21:13:05.036Z+ local DO_DOWNLOAD=true
4462023-11-14T21:13:05.039Z+ [[ -f out/downloads/ddm-admin-82aa17646265449ee0ede9410208e510fa4a5877.json ]]
4472023-11-14T21:13:05.043Z+ mkdir -p out/downloads
4482023-11-14T21:13:05.046Z+ '[' true == true ']'
4492023-11-14T21:13:05.049Z+ echo Downloading...
4502023-11-14T21:13:05.052ZDownloading...
4512023-11-14T21:13:05.055Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/82aa17646265449ee0ede9410208e510fa4a5877/ddm-admin.json out/downloads/ddm-admin-82aa17646265449ee0ede9410208e510fa4a5877.json
4522023-11-14T21:13:05.058Z+ curl --silent --show-error --fail --location --output out/downloads/ddm-admin-82aa17646265449ee0ede9410208e510fa4a5877.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/82aa17646265449ee0ede9410208e510fa4a5877/ddm-admin.json
4532023-11-14T21:13:05.061Z++ do_sha256sum out/downloads/ddm-admin-82aa17646265449ee0ede9410208e510fa4a5877.json
4542023-11-14T21:13:05.063Z++ case "$OSTYPE" in
4552023-11-14T21:13:05.067Z++ SHA=sha256sum
4562023-11-14T21:13:05.070Z++ sha256sum
4572023-11-14T21:13:05.073Z++ awk '{print $1}'
4582023-11-14T21:13:05.076ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/82aa17646265449ee0ede9410208e510fa4a5877/mg-admin.json
4592023-11-14T21:13:05.079Z+ calculated_sha2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf
4602023-11-14T21:13:05.083ZLocal file: out/downloads/mg-admin-82aa17646265449ee0ede9410208e510fa4a5877.json
4612023-11-14T21:13:05.086Z+ [[ 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 ]]
4622023-11-14T21:13:05.089ZDownloading...
4632023-11-14T21:13:05.093Z+ source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version
4642023-11-14T21:13:05.096Z++ COMMIT=82aa17646265449ee0ede9410208e510fa4a5877
4652023-11-14T21:13:05.099Z++ SHA2=b3f55fe24e54530fdf96c22a033f9edc0bad9c0a5e3344763a23e52b251d5113
4662023-11-14T21:13:05.102Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/82aa17646265449ee0ede9410208e510fa4a5877/mg-admin.json
4672023-11-14T21:13:05.105Z+ LOCAL_FILE=out/downloads/mg-admin-82aa17646265449ee0ede9410208e510fa4a5877.json
4682023-11-14T21:13:05.108Z+ main
4692023-11-14T21:13:05.113ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/147b03901aa8305b5271e0133a09f628b8140949/dpd.json
4702023-11-14T21:13:05.116Z+ [[ 0 != 0 ]]
4712023-11-14T21:13:05.119ZLocal file: out/downloads/dpd-147b03901aa8305b5271e0133a09f628b8140949.json
4722023-11-14T21:13:05.122Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/82aa17646265449ee0ede9410208e510fa4a5877/mg-admin.json'
4732023-11-14T21:13:05.125ZDownloading...
4742023-11-14T21:13:05.128Z+ echo 'Local file: out/downloads/mg-admin-82aa17646265449ee0ede9410208e510fa4a5877.json'
4752023-11-14T21:13:05.132Zcurrent directory: /work/oxidecomputer/omicron
4762023-11-14T21:13:05.135Z+ local DO_DOWNLOAD=true
4772023-11-14T21:13:05.139Zconfiguring based on OS: "solaris2.11"
4782023-11-14T21:13:05.144Z+ [[ -f out/downloads/mg-admin-82aa17646265449ee0ede9410208e510fa4a5877.json ]]
4792023-11-14T21:13:05.147ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/147b03901aa8305b5271e0133a09f628b8140949/dendrite-stub.tar.gz
4802023-11-14T21:13:05.150Z+ mkdir -p out/downloads
4812023-11-14T21:13:05.154ZLocal file: out/downloads/dendrite-stub.tar.gz
4822023-11-14T21:13:05.157Z+ '[' true == true ']'
4832023-11-14T21:13:05.160ZDownloading...
4842023-11-14T21:13:05.164Z+ echo Downloading...
4852023-11-14T21:13:05.168Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/82aa17646265449ee0ede9410208e510fa4a5877/mg-admin.json out/downloads/mg-admin-82aa17646265449ee0ede9410208e510fa4a5877.json
4862023-11-14T21:13:05.196Z+ curl --silent --show-error --fail --location --output out/downloads/mg-admin-82aa17646265449ee0ede9410208e510fa4a5877.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/82aa17646265449ee0ede9410208e510fa4a5877/mg-admin.json
4872023-11-14T21:13:05.199Z++ do_sha256sum out/downloads/mg-admin-82aa17646265449ee0ede9410208e510fa4a5877.json
4882023-11-14T21:13:05.202Z++ case "$OSTYPE" in
4892023-11-14T21:13:05.205Z++ SHA=sha256sum
4902023-11-14T21:13:05.208Z++ sha256sum
4912023-11-14T21:13:05.211Z++ awk '{print $1}'
4922023-11-14T21:13:05.214Z+ calculated_sha2=b3f55fe24e54530fdf96c22a033f9edc0bad9c0a5e3344763a23e52b251d5113
4932023-11-14T21:13:05.218Z+ [[ b3f55fe24e54530fdf96c22a033f9edc0bad9c0a5e3344763a23e52b251d5113 != \b\3\f\5\5\f\e\2\4\e\5\4\5\3\0\f\d\f\9\6\c\2\2\a\0\3\3\f\9\e\d\c\0\b\a\d\9\c\0\a\5\e\3\3\4\4\7\6\3\a\2\3\e\5\2\b\2\5\1\d\5\1\1\3 ]]
4942023-11-14T21:13:05.221Z+ set -o errexit
4952023-11-14T21:13:05.228Z+++ dirname ./tools/ci_download_dendrite_openapi
4962023-11-14T21:13:05.235Z++ cd ./tools
4972023-11-14T21:13:05.243Z++ pwd
4982023-11-14T21:13:05.250Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
4992023-11-14T21:13:05.257Z++ basename ./tools/ci_download_dendrite_openapi
5002023-11-14T21:13:05.265Z+ ARG0=ci_download_dendrite_openapi
5012023-11-14T21:13:05.274Z+ TARGET_DIR=out
5022023-11-14T21:13:05.283Z+ DOWNLOAD_DIR=out/downloads
5032023-11-14T21:13:05.293Z+ source /work/oxidecomputer/omicron/tools/dendrite_openapi_version
5042023-11-14T21:13:05.309Z++ COMMIT=147b03901aa8305b5271e0133a09f628b8140949
5052023-11-14T21:13:05.329Z++ SHA2=82437c74afd4894aa5b9ea800d5777793e8777fe87471321dd22ad1a1c9c9ef3
5062023-11-14T21:13:05.332Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/147b03901aa8305b5271e0133a09f628b8140949/dpd.json
5072023-11-14T21:13:05.336Z+ LOCAL_FILE=out/downloads/dpd-147b03901aa8305b5271e0133a09f628b8140949.json
5082023-11-14T21:13:05.339Z+ main
5092023-11-14T21:13:05.343Z+ [[ 0 != 0 ]]
5102023-11-14T21:13:05.346Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/147b03901aa8305b5271e0133a09f628b8140949/dpd.json'
5112023-11-14T21:13:05.350Z+ echo 'Local file: out/downloads/dpd-147b03901aa8305b5271e0133a09f628b8140949.json'
5122023-11-14T21:13:05.353Z+ local DO_DOWNLOAD=true
5132023-11-14T21:13:05.356Z+ [[ -f out/downloads/dpd-147b03901aa8305b5271e0133a09f628b8140949.json ]]
5142023-11-14T21:13:05.360Z+ mkdir -p out/downloads
5152023-11-14T21:13:05.363Z+ '[' true == true ']'
5162023-11-14T21:13:05.366Z+ echo Downloading...
5172023-11-14T21:13:05.370Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/147b03901aa8305b5271e0133a09f628b8140949/dpd.json out/downloads/dpd-147b03901aa8305b5271e0133a09f628b8140949.json
5182023-11-14T21:13:05.373Z+ curl --silent --show-error --fail --location --output out/downloads/dpd-147b03901aa8305b5271e0133a09f628b8140949.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/147b03901aa8305b5271e0133a09f628b8140949/dpd.json
5192023-11-14T21:13:05.378Z++ do_sha256sum out/downloads/dpd-147b03901aa8305b5271e0133a09f628b8140949.json
5202023-11-14T21:13:05.382Z++ case "$OSTYPE" in
5212023-11-14T21:13:05.384Z++ SHA=sha256sum
5222023-11-14T21:13:05.388Z++ sha256sum
5232023-11-14T21:13:05.391Z++ awk '{print $1}'
5242023-11-14T21:13:05.394Z+ calculated_sha2=82437c74afd4894aa5b9ea800d5777793e8777fe87471321dd22ad1a1c9c9ef3
5252023-11-14T21:13:05.397Z+ [[ 82437c74afd4894aa5b9ea800d5777793e8777fe87471321dd22ad1a1c9c9ef3 != \8\2\4\3\7\c\7\4\a\f\d\4\8\9\4\a\a\5\b\9\e\a\8\0\0\d\5\7\7\7\7\9\3\e\8\7\7\7\f\e\8\7\4\7\1\3\2\1\d\d\2\2\a\d\1\a\1\c\9\c\9\e\f\3 ]]
5262023-11-14T21:13:05.401Z+ set -o errexit
5272023-11-14T21:13:05.403Z+++ dirname ./tools/ci_download_dendrite_stub
5282023-11-14T21:13:05.406Z++ cd ./tools
5292023-11-14T21:13:05.410Z++ pwd
5302023-11-14T21:13:05.413Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
5312023-11-14T21:13:05.418Z++ basename ./tools/ci_download_dendrite_stub
5322023-11-14T21:13:05.432Z+ ARG0=ci_download_dendrite_stub
5332023-11-14T21:13:05.464Z+ source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums
5342023-11-14T21:13:05.485Z++ CIDL_SHA256_ILLUMOS=14fe7f904f963b50188d6e060106b63df6d061ca64238f7b21623c432b5944e3
5352023-11-14T21:13:05.490Z++ CIDL_SHA256_LINUX_DPD=fff6c7484bbb06aa644e3fe41b200e4f7f8d7f65d067cbecd851c834c15fe2ec
5362023-11-14T21:13:05.494Z++ CIDL_SHA256_LINUX_SWADM=0449383a57468aec3b5a4ad26962cfc9e9a121bd13e777329e8a70767e6d9aae
5372023-11-14T21:13:05.497Z+ source /work/oxidecomputer/omicron/tools/dendrite_openapi_version
5382023-11-14T21:13:05.500Z++ COMMIT=147b03901aa8305b5271e0133a09f628b8140949
5392023-11-14T21:13:05.503Z++ SHA2=82437c74afd4894aa5b9ea800d5777793e8777fe87471321dd22ad1a1c9c9ef3
5402023-11-14T21:13:05.506Z+ TARGET_DIR=out
5412023-11-14T21:13:05.509Z+ DOWNLOAD_DIR=out/downloads
5422023-11-14T21:13:05.512Z+ DEST_DIR=./out/dendrite-stub
5432023-11-14T21:13:05.515Z+ BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin
5442023-11-14T21:13:05.519Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
5452023-11-14T21:13:05.521Z+ REPO=oxidecomputer/dendrite
5462023-11-14T21:13:05.524Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/147b03901aa8305b5271e0133a09f628b8140949
5472023-11-14T21:13:05.527Z+ main
5482023-11-14T21:13:05.530Z+ [[ 0 != 0 ]]
5492023-11-14T21:13:05.533Z+ CIDL_OS=solaris2.11
5502023-11-14T21:13:05.537Z+ [[ 0 != 0 ]]
5512023-11-14T21:13:05.540Z+ configure_os solaris2.11
5522023-11-14T21:13:05.543Z+ echo 'current directory: /work/oxidecomputer/omicron'
5532023-11-14T21:13:05.545Z+ echo 'configuring based on OS: "solaris2.11"'
5542023-11-14T21:13:05.548Z+ case "$1" in
5552023-11-14T21:13:05.552Z+ SET_BINARIES=
5562023-11-14T21:13:05.555Z+ CIDL_SHA256=14fe7f904f963b50188d6e060106b63df6d061ca64238f7b21623c432b5944e3
5572023-11-14T21:13:05.558Z+ CIDL_SHA256FUNC=do_sha256sum
5582023-11-14T21:13:05.561Z+ TARBALL_FILENAME=dendrite-stub.tar.gz
5592023-11-14T21:13:05.564Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/147b03901aa8305b5271e0133a09f628b8140949/dendrite-stub.tar.gz
5602023-11-14T21:13:05.567Z+ TARBALL_FILE=out/downloads/dendrite-stub.tar.gz
5612023-11-14T21:13:05.570Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/147b03901aa8305b5271e0133a09f628b8140949/dendrite-stub.tar.gz'
5622023-11-14T21:13:05.573Z+ echo 'Local file: out/downloads/dendrite-stub.tar.gz'
5632023-11-14T21:13:05.576Z+ mkdir -p out/downloads
5642023-11-14T21:13:05.583Z+ mkdir -p ./out/dendrite-stub
5652023-11-14T21:13:05.586Z+ fetch_and_verify
5662023-11-14T21:13:05.589Z+ local DO_DOWNLOAD=true
5672023-11-14T21:13:05.592Z+ [[ -f out/downloads/dendrite-stub.tar.gz ]]
5682023-11-14T21:13:05.594Z+ '[' true == true ']'
5692023-11-14T21:13:05.597Z+ echo Downloading...
5702023-11-14T21:13:05.601Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/147b03901aa8305b5271e0133a09f628b8140949/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz
5712023-11-14T21:13:05.604Z+ curl --silent --show-error --fail --location --output out/downloads/dendrite-stub.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/147b03901aa8305b5271e0133a09f628b8140949/dendrite-stub.tar.gz
5722023-11-14T21:13:13.195Z++ do_sha256sum out/downloads/dendrite-stub.tar.gz
5732023-11-14T21:13:13.199Z++ sha256sum
5742023-11-14T21:13:13.202Z++ awk '{print $1}'
5752023-11-14T21:13:13.290Z+ calculated_sha256=14fe7f904f963b50188d6e060106b63df6d061ca64238f7b21623c432b5944e3
5762023-11-14T21:13:13.293Z+ [[ 14fe7f904f963b50188d6e060106b63df6d061ca64238f7b21623c432b5944e3 != \1\4\f\e\7\f\9\0\4\f\9\6\3\b\5\0\1\8\8\d\6\e\0\6\0\1\0\6\b\6\3\d\f\6\d\0\6\1\c\a\6\4\2\3\8\f\7\b\2\1\6\2\3\c\4\3\2\b\5\9\4\4\e\3 ]]
5772023-11-14T21:13:13.296Z+ do_untar out/downloads/dendrite-stub.tar.gz
5782023-11-14T21:13:13.299Z+ tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads
5792023-11-14T21:13:14.208Z+ do_assemble
5802023-11-14T21:13:14.211Z+ rm -r ./out/dendrite-stub
5812023-11-14T21:13:14.215Z+ mkdir ./out/dendrite-stub
5822023-11-14T21:13:14.219Z+ cp -r out/downloads/root ./out/dendrite-stub/root
5832023-11-14T21:13:14.326Z+ ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin
5842023-11-14T21:13:14.337Z+ set -o errexit
5852023-11-14T21:13:14.340Z+++ dirname ./tools/ci_download_maghemite_mgd
5862023-11-14T21:13:14.344Z++ cd ./tools
5872023-11-14T21:13:14.347Z++ pwd
5882023-11-14T21:13:14.350Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
5892023-11-14T21:13:14.353Z++ basename ./tools/ci_download_maghemite_mgd
5902023-11-14T21:13:14.356Z+ ARG0=ci_download_maghemite_mgd
5912023-11-14T21:13:14.359Z+ source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums
5922023-11-14T21:13:14.362Z++ CIDL_SHA256=1badd6adfece0a1b661f7efb9a2ca65e471f45cf9c8ecbd72b228ca174311e31
5932023-11-14T21:13:14.365Z++ MGD_LINUX_SHA256=92463e3266f5a702af28504349526189aa0ebb23adb166ec2603182acf6cdb8c
5942023-11-14T21:13:14.368Z+ source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version
5952023-11-14T21:13:14.373Z++ COMMIT=82aa17646265449ee0ede9410208e510fa4a5877
5962023-11-14T21:13:14.376Z++ SHA2=b3f55fe24e54530fdf96c22a033f9edc0bad9c0a5e3344763a23e52b251d5113
5972023-11-14T21:13:14.379Z+ TARGET_DIR=out
5982023-11-14T21:13:14.382Z+ DOWNLOAD_DIR=out/downloads
5992023-11-14T21:13:14.385Z+ DEST_DIR=./out/mgd
6002023-11-14T21:13:14.387Z+ BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin
6012023-11-14T21:13:14.390Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
6022023-11-14T21:13:14.393Z+ REPO=oxidecomputer/maghemite
6032023-11-14T21:13:14.396Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/82aa17646265449ee0ede9410208e510fa4a5877
6042023-11-14T21:13:14.399Z+ main
6052023-11-14T21:13:14.401Z+ [[ 0 != 0 ]]
6062023-11-14T21:13:14.404Z+ CIDL_OS=solaris2.11
6072023-11-14T21:13:14.407Z+ [[ 0 != 0 ]]
6082023-11-14T21:13:14.410Z+ configure_os solaris2.11
6092023-11-14T21:13:14.412Z+ echo 'current directory: /work/oxidecomputer/omicron'
6102023-11-14T21:13:14.415Zcurrent directory: /work/oxidecomputer/omicron
6112023-11-14T21:13:14.418Z+ echo 'configuring based on OS: "solaris2.11"'
6122023-11-14T21:13:14.420Zconfiguring based on OS: "solaris2.11"
6132023-11-14T21:13:14.423Z+ case "$1" in
6142023-11-14T21:13:14.426Z+ SET_BINARIES=
6152023-11-14T21:13:14.429Z+ CIDL_SHA256FUNC=do_sha256sum
6162023-11-14T21:13:14.432Z+ TARBALL_FILENAME=mgd.tar.gz
6172023-11-14T21:13:14.436Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/82aa17646265449ee0ede9410208e510fa4a5877/mgd.tar.gz
6182023-11-14T21:13:14.439Z+ TARBALL_FILE=out/downloads/mgd.tar.gz
6192023-11-14T21:13:14.442Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/82aa17646265449ee0ede9410208e510fa4a5877/mgd.tar.gz'
6202023-11-14T21:13:14.445ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/82aa17646265449ee0ede9410208e510fa4a5877/mgd.tar.gz
6212023-11-14T21:13:14.448Z+ echo 'Local file: out/downloads/mgd.tar.gz'
6222023-11-14T21:13:14.451ZLocal file: out/downloads/mgd.tar.gz
6232023-11-14T21:13:14.454Z+ mkdir -p out/downloads
6242023-11-14T21:13:14.457Z+ mkdir -p ./out/mgd
6252023-11-14T21:13:14.493Z+ fetch_and_verify
6262023-11-14T21:13:14.496Z+ local DO_DOWNLOAD=true
6272023-11-14T21:13:14.499Z+ [[ -f out/downloads/mgd.tar.gz ]]
6282023-11-14T21:13:14.502Z+ '[' true == true ']'
6292023-11-14T21:13:14.505Z+ echo Downloading...
6302023-11-14T21:13:14.508ZDownloading...
6312023-11-14T21:13:14.533Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/82aa17646265449ee0ede9410208e510fa4a5877/mgd.tar.gz out/downloads/mgd.tar.gz
6322023-11-14T21:13:14.950Z+ curl --silent --show-error --fail --location --output out/downloads/mgd.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/82aa17646265449ee0ede9410208e510fa4a5877/mgd.tar.gz
6332023-11-14T21:13:19.378Z++ do_sha256sum out/downloads/mgd.tar.gz
6342023-11-14T21:13:19.383Z++ sha256sum
6352023-11-14T21:13:19.386Z++ awk '{print $1}'
6362023-11-14T21:13:19.457Z+ calculated_sha256=1badd6adfece0a1b661f7efb9a2ca65e471f45cf9c8ecbd72b228ca174311e31
6372023-11-14T21:13:19.460Z+ [[ 1badd6adfece0a1b661f7efb9a2ca65e471f45cf9c8ecbd72b228ca174311e31 != \1\b\a\d\d\6\a\d\f\e\c\e\0\a\1\b\6\6\1\f\7\e\f\b\9\a\2\c\a\6\5\e\4\7\1\f\4\5\c\f\9\c\8\e\c\b\d\7\2\b\2\2\8\c\a\1\7\4\3\1\1\e\3\1 ]]
6382023-11-14T21:13:19.463Z+ do_untar out/downloads/mgd.tar.gz
6392023-11-14T21:13:19.466Z+ tar xzf out/downloads/mgd.tar.gz -C out/downloads
6402023-11-14T21:13:20.112Z+ do_assemble
6412023-11-14T21:13:20.121Z+ rm -r ./out/mgd
6422023-11-14T21:13:20.129Z+ mkdir ./out/mgd
6432023-11-14T21:13:20.136Z+ cp -r out/downloads/root ./out/mgd/root
6442023-11-14T21:13:20.566Z+ set -o errexit
6452023-11-14T21:13:20.580Z+++ dirname ./tools/ci_download_transceiver_control
6462023-11-14T21:13:20.602Z++ cd ./tools
6472023-11-14T21:13:20.626Z++ pwd
6482023-11-14T21:13:20.640Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
6492023-11-14T21:13:20.654Z++ basename ./tools/ci_download_transceiver_control
6502023-11-14T21:13:20.665Z+ ARG0=ci_download_transceiver_control
6512023-11-14T21:13:20.680Z+ source /work/oxidecomputer/omicron/tools/transceiver_control_version
6522023-11-14T21:13:20.685Z++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a
6532023-11-14T21:13:20.694Z++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
6542023-11-14T21:13:20.701Z+ TARGET_DIR=out
6552023-11-14T21:13:20.738Z+ DOWNLOAD_DIR=out/downloads
6562023-11-14T21:13:20.745Z+ DEST_DIR=./out/transceiver-control
6572023-11-14T21:13:20.749Z+ BIN_DIR=/opt/oxide/bin
6582023-11-14T21:13:20.752Z+ BINARY=xcvradm
6592023-11-14T21:13:20.754Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
6602023-11-14T21:13:20.757Z+ REPO=oxidecomputer/transceiver-control
6612023-11-14T21:13:20.761Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a
6622023-11-14T21:13:20.763Z+ main
6632023-11-14T21:13:20.766Z+ [[ 0 != 0 ]]
6642023-11-14T21:13:20.769Z+ CIDL_OS=solaris2.11
6652023-11-14T21:13:20.772Z+ [[ 0 != 0 ]]
6662023-11-14T21:13:20.775Z+ configure_os solaris2.11
6672023-11-14T21:13:20.778Z+ echo 'current directory: /work/oxidecomputer/omicron'
6682023-11-14T21:13:20.781Zcurrent directory: /work/oxidecomputer/omicron
6692023-11-14T21:13:20.784Z+ echo 'configuring based on OS: "solaris2.11"'
6702023-11-14T21:13:20.786Zconfiguring based on OS: "solaris2.11"
6712023-11-14T21:13:20.789Z+ case "$1" in
6722023-11-14T21:13:20.792Z+ SET_BINARIES=
6732023-11-14T21:13:20.795Z+ CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
6742023-11-14T21:13:20.798Z+ CIDL_SHA256FUNC=do_sha256sum
6752023-11-14T21:13:20.801Z+ ARCHIVE_FILENAME=xcvradm.gz
6762023-11-14T21:13:20.804Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz
6772023-11-14T21:13:20.807Z+ ARCHIVE_FILE=out/downloads/xcvradm.gz
6782023-11-14T21:13:20.810Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz'
6792023-11-14T21:13:20.813ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz
6802023-11-14T21:13:20.817Z+ echo 'Local file: out/downloads/xcvradm.gz'
6812023-11-14T21:13:20.819ZLocal file: out/downloads/xcvradm.gz
6822023-11-14T21:13:20.822Z+ mkdir -p out/downloads
6832023-11-14T21:13:20.825Z+ mkdir -p ./out/transceiver-control
6842023-11-14T21:13:20.828Z+ fetch_and_verify
6852023-11-14T21:13:20.830Z+ local DO_DOWNLOAD=true
6862023-11-14T21:13:20.834Z+ [[ -f out/downloads/xcvradm.gz ]]
6872023-11-14T21:13:20.837Z+ '[' true == true ']'
6882023-11-14T21:13:20.840Z+ echo Downloading...
6892023-11-14T21:13:20.843ZDownloading...
6902023-11-14T21:13:20.846Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz
6912023-11-14T21:13:20.848Z+ 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
6922023-11-14T21:13:21.572Z++ do_sha256sum out/downloads/xcvradm.gz
6932023-11-14T21:13:21.582Z++ sha256sum
6942023-11-14T21:13:21.591Z++ awk '{print $1}'
6952023-11-14T21:13:21.600Z+ calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
6962023-11-14T21:13:21.609Z+ [[ 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 ]]
6972023-11-14T21:13:21.617Z+ do_unpack out/downloads/xcvradm.gz
6982023-11-14T21:13:21.626Z+ mkdir -p out/downloads/root//opt/oxide/bin
6992023-11-14T21:13:21.638Z+ gzip -dc out/downloads/xcvradm.gz
7002023-11-14T21:13:21.783Z+ chmod +x out/downloads/root//opt/oxide/bin/xcvradm
7012023-11-14T21:13:21.790Z+ do_assemble
7022023-11-14T21:13:21.797Z+ rm -r ./out/transceiver-control
7032023-11-14T21:13:21.802Z+ mkdir ./out/transceiver-control
7042023-11-14T21:13:21.805Z+ cp -r out/downloads/root ./out/transceiver-control/root
7052023-11-14T21:13:22.025ZAll builder prerequisites installed successfully, and PATH looks valid
7062023-11-14T21:13:22.041Z
7072023-11-14T21:13:22.055Zreal 1:58.967193350
7082023-11-14T21:13:22.064Zuser 52.274667420
7092023-11-14T21:13:22.081Zsys 9.830375245
7102023-11-14T21:13:22.094Ztrap 0.020893484
7112023-11-14T21:13:22.113Ztflt 0.134183675
7122023-11-14T21:13:22.197Zdflt 0.533214114
7132023-11-14T21:13:22.207Zkflt 0.137056983
7142023-11-14T21:13:22.214Zlock 1.664346794
7152023-11-14T21:13:22.220Zslp 3:40.249486659
7162023-11-14T21:13:22.225Zlat 3.272639491
7172023-11-14T21:13:22.229Zstop 0.072159182
7182023-11-14T21:13:22.234Z
7192023-11-14T21:13:22.238Z #### # # ##### ##### # #
7202023-11-14T21:13:22.242Z # # # # # # # # # #
7212023-11-14T21:13:22.245Z # # # # # # # #
7222023-11-14T21:13:22.249Z # # # ##### ##### #
7232023-11-14T21:13:22.252Z # # # # # # #
7242023-11-14T21:13:22.255Z #### ###### # # # #
7252023-11-14T21:13:22.259Z
7262023-11-14T21:13:22.360Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
7272023-11-14T21:13:22.758Z Updating crates.io index
7282023-11-14T21:13:22.761Z Updating git repository `https://github.com/oxidecomputer/dropshot`
7292023-11-14T21:13:23.627Z Updating git repository `https://github.com/oxidecomputer/progenitor`
7302023-11-14T21:13:25.496Z Updating git repository `http://github.com/oxidecomputer/serde_human_bytes`
7312023-11-14T21:13:26.137Z Updating git repository `http://github.com/oxidecomputer/tofino`
7322023-11-14T21:13:26.567Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
7332023-11-14T21:13:26.874Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
7342023-11-14T21:13:27.180Z Updating git repository `https://github.com/oxidecomputer/propolis`
7352023-11-14T21:13:28.065Z Updating git repository `https://github.com/oxidecomputer/crucible`
7362023-11-14T21:13:29.924Z Updating git repository `https://github.com/oxidecomputer/opte`
7372023-11-14T21:13:30.900Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
7382023-11-14T21:13:31.217Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
7392023-11-14T21:13:31.773Z Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel`
7402023-11-14T21:13:32.139Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
7412023-11-14T21:13:32.478Z Updating git repository `http://github.com/oxidecomputer/sprockets`
7422023-11-14T21:13:32.893Z Updating git repository `https://github.com/oxidecomputer/diesel-dtrace`
7432023-11-14T21:13:33.303Z Updating git repository `https://github.com/njaremko/samael`
7442023-11-14T21:13:33.761Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
7452023-11-14T21:13:34.493Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
7462023-11-14T21:13:34.887Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
7472023-11-14T21:13:35.254Z Updating git repository `https://github.com/jgallagher/nix`
7482023-11-14T21:13:36.728Z Updating git repository `https://github.com/cbiffle/hubpack`
7492023-11-14T21:13:37.129Z Updating git repository `https://github.com/oxidecomputer/omicron`
7502023-11-14T21:13:46.114Z Updating git repository `https://github.com/oxidecomputer/rfb`
7512023-11-14T21:13:46.734Z Updating git repository `https://github.com/oxidecomputer/typify`
7522023-11-14T21:13:47.756Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
7532023-11-14T21:13:48.151Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
7542023-11-14T21:13:48.468Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
7552023-11-14T21:13:49.800Z Downloading crates ...
7562023-11-14T21:13:49.940Z Downloaded itoa v1.0.9
7572023-11-14T21:13:49.948Z Downloaded cargo-platform v0.1.3
7582023-11-14T21:13:49.953Z Downloaded anstyle v1.0.2
7592023-11-14T21:13:49.958Z Downloaded serde_spanned v0.6.4
7602023-11-14T21:13:49.962Z Downloaded equivalent v1.0.1
7612023-11-14T21:13:49.968Z Downloaded heck v0.4.1
7622023-11-14T21:13:49.971Z Downloaded strsim v0.10.0
7632023-11-14T21:13:49.974Z Downloaded utf8parse v0.2.1
7642023-11-14T21:13:49.978Z Downloaded anstyle-query v1.0.0
7652023-11-14T21:13:49.981Z Downloaded terminal_size v0.2.6
7662023-11-14T21:13:49.984Z Downloaded toml_datetime v0.6.5
7672023-11-14T21:13:49.987Z Downloaded colorchoice v1.0.0
7682023-11-14T21:13:49.992Z Downloaded errno v0.3.2
7692023-11-14T21:13:49.996Z Downloaded thiserror-impl v1.0.49
7702023-11-14T21:13:50.000Z Downloaded clap_lex v0.5.1
7712023-11-14T21:13:50.004Z Downloaded anstyle-parse v0.2.1
7722023-11-14T21:13:50.009Z Downloaded clap_derive v4.4.2
7732023-11-14T21:13:50.012Z Downloaded cargo_metadata v0.18.0
7742023-11-14T21:13:50.016Z Downloaded bitflags v1.3.2
7752023-11-14T21:13:50.020Z Downloaded quote v1.0.33
7762023-11-14T21:13:50.025Z Downloaded thiserror v1.0.49
7772023-11-14T21:13:50.032Z Downloaded unicode-ident v1.0.12
7782023-11-14T21:13:50.036Z Downloaded camino v1.1.6
7792023-11-14T21:13:50.039Z Downloaded semver v1.0.20
7802023-11-14T21:13:50.043Z Downloaded proc-macro2 v1.0.67
7812023-11-14T21:13:50.048Z Downloaded io-lifetimes v1.0.11
7822023-11-14T21:13:50.051Z Downloaded anstream v0.5.0
7832023-11-14T21:13:50.054Z Downloaded cargo_toml v0.17.0
7842023-11-14T21:13:50.056Z Downloaded serde_derive v1.0.188
7852023-11-14T21:13:50.060Z Downloaded toml v0.8.8
7862023-11-14T21:13:50.065Z Downloaded anyhow v1.0.75
7872023-11-14T21:13:50.071Z Downloaded serde v1.0.188
7882023-11-14T21:13:50.077Z Downloaded clap v4.4.3
7892023-11-14T21:13:50.091Z Downloaded memchr v2.6.3
7902023-11-14T21:13:50.100Z Downloaded toml_edit v0.21.0
7912023-11-14T21:13:50.138Z Downloaded winnow v0.5.15
7922023-11-14T21:13:50.151Z Downloaded clap_builder v4.4.2
7932023-11-14T21:13:50.162Z Downloaded syn v2.0.32
7942023-11-14T21:13:50.181Z Downloaded rustix v0.37.23
7952023-11-14T21:13:50.214Z Downloaded serde_json v1.0.108
7962023-11-14T21:13:50.226Z Downloaded libc v0.2.150
7972023-11-14T21:13:50.273Z Downloaded hashbrown v0.14.2
7982023-11-14T21:13:50.280Z Downloaded indexmap v2.1.0
7992023-11-14T21:13:50.286Z Downloaded ryu v1.0.15
8002023-11-14T21:13:50.404Z Compiling proc-macro2 v1.0.67
8012023-11-14T21:13:50.407Z Compiling unicode-ident v1.0.12
8022023-11-14T21:13:50.410Z Compiling serde v1.0.188
8032023-11-14T21:13:50.413Z Compiling libc v0.2.150
8042023-11-14T21:13:50.416Z Compiling io-lifetimes v1.0.11
8052023-11-14T21:13:50.419Z Compiling rustix v0.37.23
8062023-11-14T21:13:50.421Z Compiling utf8parse v0.2.1
8072023-11-14T21:13:50.425Z Compiling equivalent v1.0.1
8082023-11-14T21:13:50.635Z Compiling bitflags v1.3.2
8092023-11-14T21:13:50.716Z Compiling hashbrown v0.14.2
8102023-11-14T21:13:50.722Z Compiling anstyle-parse v0.2.1
8112023-11-14T21:13:50.761Z Compiling anstyle-query v1.0.0
8122023-11-14T21:13:50.941Z Compiling camino v1.1.6
8132023-11-14T21:13:51.174Z Compiling semver v1.0.20
8142023-11-14T21:13:52.204Z Compiling indexmap v2.1.0
8152023-11-14T21:13:52.365Z Compiling thiserror v1.0.49
8162023-11-14T21:13:52.382Z Compiling anstyle v1.0.2
8172023-11-14T21:13:52.494Z Compiling winnow v0.5.15
8182023-11-14T21:13:52.573Z Compiling serde_json v1.0.108
8192023-11-14T21:13:52.732Z Compiling colorchoice v1.0.0
8202023-11-14T21:13:52.941Z Compiling anstream v0.5.0
8212023-11-14T21:13:53.139Z Compiling anyhow v1.0.75
8222023-11-14T21:13:53.166Z Compiling clap_lex v0.5.1
8232023-11-14T21:13:53.183Z Compiling strsim v0.10.0
8242023-11-14T21:13:53.828Z Compiling quote v1.0.33
8252023-11-14T21:13:53.900Z Compiling ryu v1.0.15
8262023-11-14T21:13:53.975Z Compiling itoa v1.0.9
8272023-11-14T21:13:54.139Z Compiling heck v0.4.1
8282023-11-14T21:13:54.473Z Compiling syn v2.0.32
8292023-11-14T21:13:54.624Z Compiling errno v0.3.2
8302023-11-14T21:13:56.069Z Compiling terminal_size v0.2.6
8312023-11-14T21:13:56.204Z Compiling clap_builder v4.4.2
8322023-11-14T21:14:01.718Z Compiling serde_derive v1.0.188
8332023-11-14T21:14:01.721Z Compiling thiserror-impl v1.0.49
8342023-11-14T21:14:01.724Z Compiling clap_derive v4.4.2
8352023-11-14T21:14:05.534Z Compiling clap v4.4.3
8362023-11-14T21:14:13.353Z Compiling toml_datetime v0.6.5
8372023-11-14T21:14:13.356Z Compiling serde_spanned v0.6.4
8382023-11-14T21:14:13.359Z Compiling cargo-platform v0.1.3
8392023-11-14T21:14:13.759Z Compiling toml_edit v0.21.0
8402023-11-14T21:14:15.341Z Compiling cargo_metadata v0.18.0
8412023-11-14T21:14:16.912Z Compiling toml v0.8.8
8422023-11-14T21:14:17.840Z Compiling cargo_toml v0.17.0
8432023-11-14T21:14:22.743Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
8442023-11-14T21:14:23.930Z Finished dev [unoptimized + debuginfo] target(s) in 1m 01s
8452023-11-14T21:14:24.159Z Running `target/debug/xtask clippy`
8462023-11-14T21:14:24.213Zrunning: "/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/cargo" "clippy" "--all-targets" "--" "--deny" "warnings" "--allow" "clippy::style"
8472023-11-14T21:14:25.081Z Downloading crates ...
8482023-11-14T21:14:25.321Z Downloaded base64 v0.21.5
8492023-11-14T21:14:25.344Z Downloaded hubpack v0.1.2
8502023-11-14T21:14:25.354Z Downloaded maplit v1.0.2
8512023-11-14T21:14:25.363Z Downloaded instant v0.1.12
8522023-11-14T21:14:25.368Z Downloaded bb8 v0.8.1
8532023-11-14T21:14:25.372Z Downloaded kstat-rs v0.2.3
8542023-11-14T21:14:25.376Z Downloaded ipnetwork v0.20.0
8552023-11-14T21:14:25.381Z Downloaded aead v0.5.2
8562023-11-14T21:14:25.387Z Downloaded bit-vec v0.6.3
8572023-11-14T21:14:25.391Z Downloaded num-iter v0.1.43
8582023-11-14T21:14:25.395Z Downloaded newline-converter v0.3.0
8592023-11-14T21:14:25.398Z Downloaded matches v0.1.10
8602023-11-14T21:14:25.402Z Downloaded macaddr v1.0.1
8612023-11-14T21:14:25.407Z Downloaded num_enum v0.5.11
8622023-11-14T21:14:25.433Z Downloaded is_ci v1.1.1
8632023-11-14T21:14:25.443Z Downloaded highway v1.1.0
8642023-11-14T21:14:25.452Z Downloaded normalize-line-endings v0.3.0
8652023-11-14T21:14:25.456Z Downloaded bcs v0.1.6
8662023-11-14T21:14:25.472Z Downloaded new_debug_unreachable v1.0.4
8672023-11-14T21:14:25.482Z Downloaded cast v0.3.0
8682023-11-14T21:14:25.486Z Downloaded nibble_vec v0.1.0
8692023-11-14T21:14:25.488Z Downloaded home v0.5.5
8702023-11-14T21:14:25.492Z Downloaded bitfield v0.14.0
8712023-11-14T21:14:25.495Z Downloaded hubpack_derive v0.1.1
8722023-11-14T21:14:25.499Z Downloaded indexmap v1.9.3
8732023-11-14T21:14:25.504Z Downloaded crossbeam-queue v0.3.8
8742023-11-14T21:14:25.514Z Downloaded criterion-plot v0.5.0
8752023-11-14T21:14:25.526Z Downloaded linear-map v1.2.0
8762023-11-14T21:14:25.937Z Downloaded crossbeam-deque v0.8.3
8772023-11-14T21:14:25.952Z Downloaded buf-list v1.0.3
8782023-11-14T21:14:25.957Z Downloaded downcast v0.11.0
8792023-11-14T21:14:25.960Z Downloaded dof v0.1.5
8802023-11-14T21:14:25.962Z Downloaded libsw v3.3.0
8812023-11-14T21:14:25.966Z Downloaded tempdir v0.3.7
8822023-11-14T21:14:25.969Z Downloaded foreign-types-macros v0.2.3
8832023-11-14T21:14:25.972Z Downloaded bitflags v2.4.0
8842023-11-14T21:14:25.976Z Downloaded oso-derive v0.27.0
8852023-11-14T21:14:25.979Z Downloaded foreign-types v0.5.0
8862023-11-14T21:14:25.982Z Downloaded argon2 v0.5.2
8872023-11-14T21:14:25.984Z Downloaded signal-hook-registry v1.4.1
8882023-11-14T21:14:25.987Z Downloaded darling_macro v0.14.4
8892023-11-14T21:14:25.990Z Downloaded slog-dtrace v0.2.3
8902023-11-14T21:14:25.993Z Downloaded foreign-types v0.3.2
8912023-11-14T21:14:25.997Z Downloaded foreign-types-shared v0.1.1
8922023-11-14T21:14:26.001Z Downloaded foreign-types-shared v0.3.1
8932023-11-14T21:14:26.004Z Downloaded dirs-next v2.0.0
8942023-11-14T21:14:26.007Z Downloaded futures-timer v3.0.2
8952023-11-14T21:14:26.010Z Downloaded iana-time-zone v0.1.57
8962023-11-14T21:14:26.013Z Downloaded blake2 v0.10.6
8972023-11-14T21:14:26.016Z Downloaded plotters-svg v0.3.5
8982023-11-14T21:14:26.019Z Downloaded xattr v1.0.1
8992023-11-14T21:14:26.022Z Downloaded untrusted v0.9.0
9002023-11-14T21:14:26.024Z Downloaded pretty-hex v0.3.0
9012023-11-14T21:14:26.027Z Downloaded path-slash v0.1.5
9022023-11-14T21:14:26.030Z Downloaded quick-error v1.2.3
9032023-11-14T21:14:26.033Z Downloaded termios v0.3.3
9042023-11-14T21:14:26.035Z Downloaded crypto-common v0.1.6
9052023-11-14T21:14:26.038Z Downloaded opaque-debug v0.3.0
9062023-11-14T21:14:26.041Z Downloaded slog-json v2.6.1
9072023-11-14T21:14:26.044Z Downloaded fastrand v2.0.0
9082023-11-14T21:14:26.047Z Downloaded peeking_take_while v0.1.2
9092023-11-14T21:14:26.050Z Downloaded try-lock v0.2.4
9102023-11-14T21:14:26.053Z Downloaded packed_struct_codegen v0.10.1
9112023-11-14T21:14:26.055Z Downloaded supports-color v2.1.0
9122023-11-14T21:14:26.058Z Downloaded tokio-rustls v0.24.1
9132023-11-14T21:14:26.061Z Downloaded num_threads v0.1.6
9142023-11-14T21:14:26.064Z Downloaded nom v7.1.3
9152023-11-14T21:14:26.066Z Downloaded curve25519-dalek-derive v0.1.0
9162023-11-14T21:14:26.070Z Downloaded rustls-native-certs v0.6.3
9172023-11-14T21:14:26.073Z Downloaded rustc_version v0.4.0
9182023-11-14T21:14:26.077Z Downloaded parse-display-derive v0.7.0
9192023-11-14T21:14:26.081Z Downloaded predicates-core v1.0.6
9202023-11-14T21:14:26.084Z Downloaded clang-sys v1.6.1
9212023-11-14T21:14:26.087Z Downloaded derive_builder_macro v0.12.0
9222023-11-14T21:14:26.090Z Downloaded serial_test_derive v0.10.0
9232023-11-14T21:14:26.102Z Downloaded twox-hash v1.6.3
9242023-11-14T21:14:26.107Z Downloaded diff v0.1.13
9252023-11-14T21:14:26.110Z Downloaded predicates-tree v1.0.9
9262023-11-14T21:14:26.113Z Downloaded termtree v0.4.1
9272023-11-14T21:14:26.116Z Downloaded serde_plain v1.0.2
9282023-11-14T21:14:26.120Z Downloaded futures-executor v0.3.29
9292023-11-14T21:14:26.123Z Downloaded structmeta v0.1.6
9302023-11-14T21:14:26.126Z Downloaded strsim v0.8.0
9312023-11-14T21:14:26.130Z Downloaded heck v0.3.3
9322023-11-14T21:14:26.133Z Downloaded tap v1.0.1
9332023-11-14T21:14:26.137Z Downloaded serde-big-array v0.4.1
9342023-11-14T21:14:26.146Z Downloaded fragile v2.0.0
9352023-11-14T21:14:26.150Z Downloaded pest_generator v2.7.2
9362023-11-14T21:14:26.153Z Downloaded number_prefix v0.4.0
9372023-11-14T21:14:26.156Z Downloaded static_assertions v1.1.0
9382023-11-14T21:14:26.159Z Downloaded stable_deref_trait v1.2.0
9392023-11-14T21:14:26.162Z Downloaded waitgroup v0.1.2
9402023-11-14T21:14:26.167Z Downloaded fallible-streaming-iterator v0.1.9
9412023-11-14T21:14:26.170Z Downloaded toml v0.5.11
9422023-11-14T21:14:26.173Z Downloaded fnv v1.0.7
9432023-11-14T21:14:26.176Z Downloaded dyn-clone v1.0.13
9442023-11-14T21:14:26.181Z Downloaded wait-timeout v0.2.0
9452023-11-14T21:14:26.192Z Downloaded utf-8 v0.7.6
9462023-11-14T21:14:26.195Z Downloaded walkdir v2.4.0
9472023-11-14T21:14:26.199Z Downloaded take_mut v0.2.2
9482023-11-14T21:14:26.201Z Downloaded deranged v0.3.8
9492023-11-14T21:14:26.205Z Downloaded parking_lot_core v0.8.6
9502023-11-14T21:14:26.209Z Downloaded vte_generate_state_changes v0.1.1
9512023-11-14T21:14:26.212Z Downloaded pretty-hex v0.2.1
9522023-11-14T21:14:26.215Z Downloaded diesel_table_macro_syntax v0.1.0
9532023-11-14T21:14:26.218Z Downloaded parse-display v0.8.2
9542023-11-14T21:14:26.220Z Downloaded crunchy v0.2.2
9552023-11-14T21:14:26.223Z Downloaded ref-cast-impl v1.0.20
9562023-11-14T21:14:26.226Z Downloaded zeroize v1.6.0
9572023-11-14T21:14:26.230Z Downloaded whoami v1.4.1
9582023-11-14T21:14:26.235Z Downloaded tracing-attributes v0.1.26
9592023-11-14T21:14:26.238Z Downloaded structmeta-derive v0.2.0
9602023-11-14T21:14:26.241Z Downloaded omicron-zone-package v0.8.3
9612023-11-14T21:14:26.244Z Downloaded poly1305 v0.8.0
9622023-11-14T21:14:26.248Z Downloaded usdt-impl v0.3.5
9632023-11-14T21:14:26.252Z Downloaded crucible-workspace-hack v0.1.0
9642023-11-14T21:14:26.254Z Downloaded phf_shared v0.10.0
9652023-11-14T21:14:26.257Z Downloaded erased-serde v0.3.30
9662023-11-14T21:14:26.260Z Downloaded tokio-postgres v0.7.10
9672023-11-14T21:14:26.263Z Downloaded precomputed-hash v0.1.1
9682023-11-14T21:14:26.265Z Downloaded rustls-pemfile v1.0.3
9692023-11-14T21:14:26.268Z Downloaded pem v1.1.1
9702023-11-14T21:14:26.271Z Downloaded hex v0.4.3
9712023-11-14T21:14:26.274Z Downloaded criterion v0.5.1
9722023-11-14T21:14:26.277Z Downloaded time-core v0.1.1
9732023-11-14T21:14:26.279Z Downloaded vec_map v0.8.2
9742023-11-14T21:14:26.282Z Downloaded funty v2.0.0
9752023-11-14T21:14:26.285Z Downloaded serde_with_macros v2.3.3
9762023-11-14T21:14:26.291Z Downloaded diesel_derives v2.1.1
9772023-11-14T21:14:26.295Z Downloaded slog-bunyan v2.4.0
9782023-11-14T21:14:26.298Z Downloaded shlex v1.1.0
9792023-11-14T21:14:26.301Z Downloaded rand_core v0.6.4
9802023-11-14T21:14:26.304Z Downloaded display-error-chain v0.2.0
9812023-11-14T21:14:26.307Z Downloaded zerocopy v0.3.0
9822023-11-14T21:14:26.309Z Downloaded signature v1.6.4
9832023-11-14T21:14:26.312Z Downloaded float-cmp v0.9.0
9842023-11-14T21:14:26.315Z Downloaded uuid v1.5.0
9852023-11-14T21:14:26.319Z Downloaded pkcs8 v0.10.2
9862023-11-14T21:14:26.322Z Downloaded proc-macro-error-attr v1.0.4
9872023-11-14T21:14:26.325Z Downloaded sct v0.7.0
9882023-11-14T21:14:26.328Z Downloaded proc-macro-crate v1.3.1
9892023-11-14T21:14:26.331Z Downloaded either v1.9.0
9902023-11-14T21:14:26.334Z Downloaded ena v0.14.2
9912023-11-14T21:14:26.337Z Downloaded half v1.8.2
9922023-11-14T21:14:26.339Z Downloaded toolchain_find v0.2.0
9932023-11-14T21:14:26.342Z Downloaded time-macros v0.2.13
9942023-11-14T21:14:26.345Z Downloaded num-bigint-dig v0.8.4
9952023-11-14T21:14:26.347Z Downloaded zone_cfg_derive v0.3.0
9962023-11-14T21:14:26.350Z Downloaded want v0.3.1
9972023-11-14T21:14:26.353Z Downloaded postgres-types v0.2.6
9982023-11-14T21:14:26.361Z Downloaded structmeta v0.2.0
9992023-11-14T21:14:26.369Z Downloaded zeroize_derive v1.4.2
10002023-11-14T21:14:26.381Z Downloaded yansi v0.5.1
10012023-11-14T21:14:26.393Z Downloaded slog-async v2.8.0
10022023-11-14T21:14:26.402Z Downloaded serde_yaml v0.9.25
10032023-11-14T21:14:26.409Z Downloaded serde_repr v0.1.16
10042023-11-14T21:14:26.413Z Downloaded usdt-attr-macro v0.3.5
10052023-11-14T21:14:26.416Z Downloaded darling_macro v0.20.3
10062023-11-14T21:14:26.421Z Downloaded tempfile v3.8.0
10072023-11-14T21:14:26.425Z Downloaded rand_chacha v0.3.1
10082023-11-14T21:14:26.429Z Downloaded plotters-backend v0.3.5
10092023-11-14T21:14:26.432Z Downloaded ref-cast v1.0.20
10102023-11-14T21:14:26.437Z Downloaded tinyvec v1.6.0
10112023-11-14T21:14:26.440Z Downloaded tui-tree-widget v0.13.0
10122023-11-14T21:14:26.443Z Downloaded snafu-derive v0.7.5
10132023-11-14T21:14:26.447Z Downloaded thiserror-no-std v2.0.2
10142023-11-14T21:14:26.451Z Downloaded spki v0.7.2
10152023-11-14T21:14:26.454Z Downloaded tracing v0.1.37
10162023-11-14T21:14:26.461Z Downloaded serde_tokenstream v0.2.0
10172023-11-14T21:14:26.465Z Downloaded sha1 v0.10.5
10182023-11-14T21:14:26.468Z Downloaded tungstenite v0.20.1
10192023-11-14T21:14:26.471Z Downloaded polyval v0.6.1
10202023-11-14T21:14:26.473Z Downloaded zone v0.3.0
10212023-11-14T21:14:26.476Z Downloaded flate2 v1.0.28
10222023-11-14T21:14:26.479Z Downloaded trybuild v1.0.85
10232023-11-14T21:14:26.488Z Downloaded ringbuffer v0.15.0
10242023-11-14T21:14:26.491Z Downloaded postcard v0.7.3
10252023-11-14T21:14:26.495Z Downloaded unicode-segmentation v1.10.1
10262023-11-14T21:14:26.498Z Downloaded rstest v0.18.2
10272023-11-14T21:14:26.500Z Downloaded trust-dns-resolver v0.22.0
10282023-11-14T21:14:26.504Z Downloaded ron v0.7.1
10292023-11-14T21:14:26.506Z Downloaded rand v0.4.6
10302023-11-14T21:14:26.509Z Downloaded vergen v8.2.4
10312023-11-14T21:14:26.512Z Downloaded rstest_macros v0.18.2
10322023-11-14T21:14:26.515Z Downloaded rayon-core v1.12.0
10332023-11-14T21:14:26.517Z Downloaded prettyplease v0.2.12
10342023-11-14T21:14:26.520Z Downloaded hkdf v0.12.3
10352023-11-14T21:14:26.523Z Downloaded socket2 v0.4.9
10362023-11-14T21:14:26.526Z Downloaded elliptic-curve v0.13.5
10372023-11-14T21:14:26.529Z Downloaded h2 v0.3.21
10382023-11-14T21:14:26.531Z Downloaded structopt v0.3.26
10392023-11-14T21:14:26.534Z Downloaded rsa v0.9.2
10402023-11-14T21:14:26.537Z Downloaded tracing-core v0.1.31
10412023-11-14T21:14:26.539Z Downloaded expectorate v1.1.0
10422023-11-14T21:14:26.542Z Downloaded trust-dns-server v0.22.1
10432023-11-14T21:14:26.545Z Downloaded bindgen v0.65.1
10442023-11-14T21:14:26.548Z Downloaded url v2.4.1
10452023-11-14T21:14:26.551Z Downloaded lalrpop v0.19.12
10462023-11-14T21:14:26.554Z Downloaded x509-cert v0.2.4
10472023-11-14T21:14:26.556Z Downloaded zip v0.6.6
10482023-11-14T21:14:26.559Z Downloaded pest v2.7.2
10492023-11-14T21:14:26.562Z Downloaded radix_trie v0.2.1
10502023-11-14T21:14:26.565Z Downloaded portable-atomic v1.4.3
10512023-11-14T21:14:26.569Z Downloaded idna v0.4.0
10522023-11-14T21:14:26.572Z Downloaded smoltcp v0.8.2
10532023-11-14T21:14:26.576Z Downloaded rayon v1.8.0
10542023-11-14T21:14:26.579Z Downloaded rustls-webpki v0.101.7
10552023-11-14T21:14:26.582Z Downloaded syn v1.0.109
10562023-11-14T21:14:26.585Z Downloaded petgraph v0.6.4
10572023-11-14T21:14:26.588Z Downloaded webpki-roots v0.25.2
10582023-11-14T21:14:26.591Z Downloaded object v0.30.4
10592023-11-14T21:14:26.594Z Downloaded tabled v0.14.0
10602023-11-14T21:14:26.597Z Downloaded regex v1.10.2
10612023-11-14T21:14:26.600Z Downloaded regex-syntax v0.7.5
10622023-11-14T21:14:26.603Z Downloaded bstr v1.6.0
10632023-11-14T21:14:26.605Z Downloaded openapiv3 v1.0.3
10642023-11-14T21:14:26.608Z Downloaded regex-syntax v0.6.29
10652023-11-14T21:14:26.611Z Downloaded curve25519-dalek v4.1.0
10662023-11-14T21:14:26.617Z Downloaded zerocopy-derive v0.2.0
10672023-11-14T21:14:26.637Z Downloaded bzip2-sys v0.1.11+1.0.8
10682023-11-14T21:14:26.662Z Downloaded zerocopy-derive v0.6.4
10692023-11-14T21:14:26.684Z Downloaded sled v0.34.7
10702023-11-14T21:14:26.706Z Downloaded regex-automata v0.4.3
10712023-11-14T21:14:26.740Z Downloaded regex-automata v0.3.8
10722023-11-14T21:14:26.774Z Downloaded diesel v2.1.3
10732023-11-14T21:14:26.813Z Downloaded tokio v1.33.0
10742023-11-14T21:14:26.875Z Downloaded sha3 v0.10.8
10752023-11-14T21:14:26.889Z Downloaded rustix v0.38.9
10762023-11-14T21:14:26.931Z Downloaded trust-dns-proto v0.22.0
10772023-11-14T21:14:26.955Z Downloaded object v0.32.1
10782023-11-14T21:14:26.977Z Downloaded vcpkg v0.2.15
10792023-11-14T21:14:27.053Z Downloaded rustls v0.21.8
10802023-11-14T21:14:27.076Z Downloaded openssl v0.10.57
10812023-11-14T21:14:27.094Z Downloaded encoding_rs v0.8.33
10822023-11-14T21:14:27.140Z Downloaded bstr v0.2.17
10832023-11-14T21:14:27.162Z Downloaded libgit2-sys v0.15.2+1.6.4
10842023-11-14T21:14:27.271Z Downloaded regress v0.7.1
10852023-11-14T21:14:27.286Z Downloaded polar-core v0.27.0
10862023-11-14T21:14:27.303Z Downloaded gimli v0.28.0
10872023-11-14T21:14:27.318Z Downloaded ratatui v0.23.0
10882023-11-14T21:14:27.340Z Downloaded smoltcp v0.9.1
10892023-11-14T21:14:27.361Z Downloaded idna v0.2.3
10902023-11-14T21:14:27.375Z Downloaded regex-syntax v0.8.2
10912023-11-14T21:14:27.393Z Downloaded nix v0.26.2
10922023-11-14T21:14:27.414Z Downloaded chrono v0.4.31
10932023-11-14T21:14:27.428Z Downloaded time v0.3.27
10942023-11-14T21:14:27.440Z Downloaded quick-xml v0.23.1
10952023-11-14T21:14:27.454Z Downloaded proptest v1.3.1
10962023-11-14T21:14:27.472Z Downloaded git2 v0.17.2
10972023-11-14T21:14:27.488Z Downloaded steno v0.4.0
10982023-11-14T21:14:27.495Z Downloaded libz-sys v1.1.12
10992023-11-14T21:14:27.621Z Downloaded libsqlite3-sys v0.26.0
11002023-11-14T21:14:27.764Z Downloaded bitvec v1.0.1
11012023-11-14T21:14:27.792Z Downloaded tough v0.14.0
11022023-11-14T21:14:27.806Z Downloaded plotters v0.3.5
11032023-11-14T21:14:27.822Z Downloaded futures-util v0.3.29
11042023-11-14T21:14:27.845Z Downloaded signal-hook v0.3.17
11052023-11-14T21:14:27.850Z Downloaded unicode-bidi v0.3.13
11062023-11-14T21:14:27.878Z Downloaded unicode-normalization v0.1.22
11072023-11-14T21:14:27.881Z Downloaded regex-automata v0.1.10
11082023-11-14T21:14:27.884Z Downloaded crypto-bigint v0.5.2
11092023-11-14T21:14:27.887Z Downloaded rand v0.8.5
11102023-11-14T21:14:27.890Z Downloaded toml_edit v0.19.15
11112023-11-14T21:14:27.917Z Downloaded trust-dns-client v0.22.0
11122023-11-14T21:14:27.926Z Downloaded ring v0.17.5
11132023-11-14T21:14:28.064Z Downloaded hashbrown v0.12.3
11142023-11-14T21:14:28.072Z Downloaded hyper v0.14.27
11152023-11-14T21:14:28.087Z Downloaded flume v0.11.0
11162023-11-14T21:14:28.094Z Downloaded reedline v0.25.0
11172023-11-14T21:14:28.111Z Downloaded hashbrown v0.13.2
11182023-11-14T21:14:28.121Z Downloaded rustc-demangle v0.1.23
11192023-11-14T21:14:28.124Z Downloaded relative-path v1.9.0
11202023-11-14T21:14:28.128Z Downloaded heapless v0.7.16
11212023-11-14T21:14:28.130Z Downloaded predicates v3.0.4
11222023-11-14T21:14:28.133Z Downloaded stringprep v0.1.3
11232023-11-14T21:14:28.137Z Downloaded spin v0.9.8
11242023-11-14T21:14:28.140Z Downloaded ring v0.16.20
11252023-11-14T21:14:28.300Z Downloaded tungstenite v0.18.0
11262023-11-14T21:14:28.304Z Downloaded schemars v0.8.13
11272023-11-14T21:14:28.323Z Downloaded reqwest v0.11.20
11282023-11-14T21:14:28.336Z Downloaded spin v0.5.2
11292023-11-14T21:14:28.339Z Downloaded unarray v0.1.4
11302023-11-14T21:14:28.342Z Downloaded strum_macros v0.24.3
11312023-11-14T21:14:28.345Z Downloaded tokio-util v0.7.10
11322023-11-14T21:14:28.355Z Downloaded libxml v0.3.3
11332023-11-14T21:14:28.365Z Downloaded r2d2 v0.8.10
11342023-11-14T21:14:28.367Z Downloaded postcard-cobs v0.1.5-pre
11352023-11-14T21:14:28.370Z Downloaded datatest-stable v0.2.3
11362023-11-14T21:14:28.373Z Downloaded topological-sort v0.2.2
11372023-11-14T21:14:28.378Z Downloaded synstructure v0.12.6
11382023-11-14T21:14:28.381Z Downloaded derive-where v1.2.5
11392023-11-14T21:14:28.384Z Downloaded slog v2.7.0
11402023-11-14T21:14:28.387Z Downloaded serde_tokenstream v0.1.7
11412023-11-14T21:14:28.391Z Downloaded unicode-xid v0.2.4
11422023-11-14T21:14:28.393Z Downloaded ppv-lite86 v0.2.17
11432023-11-14T21:14:28.396Z Downloaded postgres-protocol v0.6.6
11442023-11-14T21:14:28.401Z Downloaded clap v2.34.0
11452023-11-14T21:14:28.410Z Downloaded smf v0.2.2
11462023-11-14T21:14:28.413Z Downloaded crossterm v0.27.0
11472023-11-14T21:14:28.423Z Downloaded serde_with v2.3.3
11482023-11-14T21:14:28.434Z Downloaded typenum v1.16.0
11492023-11-14T21:14:28.438Z Downloaded unsafe-libyaml v0.2.9
11502023-11-14T21:14:28.444Z Downloaded pin-project v1.1.3
11512023-11-14T21:14:28.463Z Downloaded headers v0.3.9
11522023-11-14T21:14:28.472Z Downloaded pkcs1 v0.7.5
11532023-11-14T21:14:28.476Z Downloaded pin-utils v0.1.0
11542023-11-14T21:14:28.479Z Downloaded once_cell v1.18.0
11552023-11-14T21:14:28.483Z Downloaded derive_more v0.99.17
11562023-11-14T21:14:28.490Z Downloaded pretty_assertions v1.4.0
11572023-11-14T21:14:28.493Z Downloaded rusqlite v0.29.0
11582023-11-14T21:14:28.503Z Downloaded aho-corasick v1.0.4
11592023-11-14T21:14:28.513Z Downloaded proc-macro-error v1.0.4
11602023-11-14T21:14:28.520Z Downloaded pin-project-internal v1.1.3
11612023-11-14T21:14:28.523Z Downloaded futures-channel v0.3.29
11622023-11-14T21:14:28.529Z Downloaded snafu v0.7.5
11632023-11-14T21:14:28.534Z Downloaded rtoolbox v0.0.1
11642023-11-14T21:14:28.536Z Downloaded shell-words v1.1.0
11652023-11-14T21:14:28.539Z Downloaded futures v0.3.29
11662023-11-14T21:14:28.545Z Downloaded derive_builder v0.12.0
11672023-11-14T21:14:28.553Z Downloaded zerocopy v0.6.4
11682023-11-14T21:14:28.557Z Downloaded platforms v3.0.2
11692023-11-14T21:14:28.561Z Downloaded pest_derive v2.7.2
11702023-11-14T21:14:28.564Z Downloaded darling v0.14.4
11712023-11-14T21:14:28.569Z Downloaded password-hash v0.5.0
11722023-11-14T21:14:28.572Z Downloaded rcgen v0.11.3
11732023-11-14T21:14:28.576Z Downloaded openssl-sys v0.9.93
11742023-11-14T21:14:28.585Z Downloaded enum-as-inner v0.5.1
11752023-11-14T21:14:28.589Z Downloaded der v0.7.8
11762023-11-14T21:14:28.596Z Downloaded derive_builder_core v0.12.0
11772023-11-14T21:14:28.599Z Downloaded hash32 v0.2.1
11782023-11-14T21:14:28.602Z Downloaded parking_lot_core v0.9.8
11792023-11-14T21:14:28.605Z Downloaded pin-project-lite v0.2.13
11802023-11-14T21:14:28.614Z Downloaded der_derive v0.7.2
11812023-11-14T21:14:28.617Z Downloaded data-encoding v2.4.0
11822023-11-14T21:14:28.621Z Downloaded similar-asserts v1.5.0
11832023-11-14T21:14:28.624Z Downloaded signal-hook-mio v0.2.3
11842023-11-14T21:14:28.628Z Downloaded textwrap v0.16.0
11852023-11-14T21:14:28.632Z Downloaded serde_urlencoded v0.7.1
11862023-11-14T21:14:28.636Z Downloaded futures-core v0.3.29
11872023-11-14T21:14:28.639Z Downloaded swrite v0.1.0
11882023-11-14T21:14:28.642Z Downloaded toml v0.7.8
11892023-11-14T21:14:28.646Z Downloaded flagset v0.4.3
11902023-11-14T21:14:28.651Z Downloaded fixedbitset v0.4.2
11912023-11-14T21:14:28.655Z Downloaded ed25519 v1.5.3
11922023-11-14T21:14:28.658Z Downloaded wyz v0.5.1
11932023-11-14T21:14:28.664Z Downloaded ucd-trie v0.1.6
11942023-11-14T21:14:28.667Z Downloaded hashlink v0.8.3
11952023-11-14T21:14:28.670Z Downloaded termcolor v1.2.0
11962023-11-14T21:14:28.673Z Downloaded libm v0.2.7
11972023-11-14T21:14:28.676Z Downloaded aes v0.8.3
11982023-11-14T21:14:28.679Z Downloaded signature v2.1.0
11992023-11-14T21:14:28.683Z Downloaded untrusted v0.7.1
12002023-11-14T21:14:28.686Z Downloaded slog-term v2.9.0
12012023-11-14T21:14:28.689Z Downloaded resolv-conf v0.7.0
12022023-11-14T21:14:28.694Z Downloaded fatfs v0.3.6
12032023-11-14T21:14:28.697Z Downloaded which v4.4.0
12042023-11-14T21:14:28.700Z Downloaded unicode-linebreak v0.1.5
12052023-11-14T21:14:28.703Z Downloaded env_logger v0.10.0
12062023-11-14T21:14:28.706Z Downloaded futures-io v0.3.29
12072023-11-14T21:14:28.709Z Downloaded env_logger v0.9.3
12082023-11-14T21:14:28.712Z Downloaded minimal-lexical v0.2.1
12092023-11-14T21:14:28.716Z Downloaded crossbeam-channel v0.5.8
12102023-11-14T21:14:28.724Z Downloaded similar v2.2.1
12112023-11-14T21:14:28.732Z Downloaded parking_lot v0.12.1
12122023-11-14T21:14:28.736Z Downloaded darling_core v0.20.3
12132023-11-14T21:14:28.744Z Downloaded strip-ansi-escapes v0.2.0
12142023-11-14T21:14:28.748Z Downloaded rand_xorshift v0.3.0
12152023-11-14T21:14:28.751Z Downloaded difflib v0.4.0
12162023-11-14T21:14:28.755Z Downloaded phf_shared v0.11.2
12172023-11-14T21:14:28.757Z Downloaded headers-core v0.2.0
12182023-11-14T21:14:28.760Z Downloaded salty v0.2.0
12192023-11-14T21:14:28.764Z Downloaded itertools v0.10.5
12202023-11-14T21:14:28.773Z Downloaded scopeguard v1.2.0
12212023-11-14T21:14:28.776Z Downloaded remove_dir_all v0.5.3
12222023-11-14T21:14:28.779Z Downloaded subprocess v0.2.9
12232023-11-14T21:14:28.782Z Downloaded fallible-iterator v0.2.0
12242023-11-14T21:14:28.785Z Downloaded structmeta-derive v0.1.6
12252023-11-14T21:14:28.789Z Downloaded unicase v2.7.0
12262023-11-14T21:14:28.792Z Downloaded papergrid v0.10.0
12272023-11-14T21:14:28.796Z Downloaded universal-hash v0.5.1
12282023-11-14T21:14:28.800Z Downloaded rustc-hash v1.1.0
12292023-11-14T21:14:28.804Z Downloaded partial-io v0.5.4
12302023-11-14T21:14:28.807Z Downloaded darling_core v0.14.4
12312023-11-14T21:14:28.810Z Downloaded itertools v0.11.0
12322023-11-14T21:14:28.820Z Downloaded fs-err v2.9.0
12332023-11-14T21:14:28.825Z Downloaded http v0.2.9
12342023-11-14T21:14:28.831Z Downloaded ff v0.13.0
12352023-11-14T21:14:28.834Z Downloaded fd-lock v3.0.13
12362023-11-14T21:14:28.838Z Downloaded unicode-width v0.1.11
12372023-11-14T21:14:28.843Z Downloaded pem-rfc7468 v0.7.0
12382023-11-14T21:14:28.846Z Downloaded semver-parser v0.10.2
12392023-11-14T21:14:28.849Z Downloaded phf v0.11.2
12402023-11-14T21:14:28.852Z Downloaded futures-macro v0.3.29
12412023-11-14T21:14:28.855Z Downloaded endian-type v0.1.2
12422023-11-14T21:14:28.858Z Downloaded group v0.13.0
12432023-11-14T21:14:28.862Z Downloaded globset v0.4.13
12442023-11-14T21:14:28.866Z Downloaded usdt-macro v0.3.5
12452023-11-14T21:14:28.868Z Downloaded oso v0.27.0
12462023-11-14T21:14:28.871Z Downloaded test-strategy v0.3.1
12472023-11-14T21:14:28.874Z Downloaded cc v1.0.83
12482023-11-14T21:14:28.877Z Downloaded vte v0.11.1
12492023-11-14T21:14:28.906Z Downloaded tower-service v0.3.2
12502023-11-14T21:14:28.910Z Downloaded pem v3.0.2
12512023-11-14T21:14:28.913Z Downloaded path-dedot v3.1.0
12522023-11-14T21:14:28.916Z Downloaded oorandom v11.1.3
12532023-11-14T21:14:28.920Z Downloaded olpc-cjson v0.1.3
12542023-11-14T21:14:28.923Z Downloaded rustc_version v0.1.7
12552023-11-14T21:14:28.926Z Downloaded parking_lot v0.11.2
12562023-11-14T21:14:28.928Z Downloaded vsss-rs v3.3.1
12572023-11-14T21:14:28.932Z Downloaded owo-colors v3.5.0
12582023-11-14T21:14:28.935Z Downloaded pest_meta v2.7.2
12592023-11-14T21:14:28.938Z Downloaded pkg-config v0.3.27
12602023-11-14T21:14:28.942Z Downloaded ron v0.8.1
12612023-11-14T21:14:28.945Z Downloaded percent-encoding v2.3.0
12622023-11-14T21:14:28.948Z Downloaded term v0.7.0
12632023-11-14T21:14:28.951Z Downloaded socket2 v0.5.4
12642023-11-14T21:14:28.954Z Downloaded predicates v2.1.5
12652023-11-14T21:14:28.957Z Downloaded darling v0.20.3
12662023-11-14T21:14:28.960Z Downloaded scheduled-thread-pool v0.2.7
12672023-11-14T21:14:28.962Z Downloaded radium v0.7.0
12682023-11-14T21:14:28.965Z Downloaded paste v1.0.14
12692023-11-14T21:14:28.968Z Downloaded serde_path_to_error v0.1.14
12702023-11-14T21:14:28.971Z Downloaded semver v0.11.0
12712023-11-14T21:14:28.975Z Downloaded parse-display-derive v0.8.2
12722023-11-14T21:14:28.977Z Downloaded yasna v0.5.2
12732023-11-14T21:14:28.980Z Downloaded indicatif v0.17.7
12742023-11-14T21:14:28.983Z Downloaded basic-toml v0.1.4
12752023-11-14T21:14:28.986Z Downloaded arc-swap v1.6.0
12762023-11-14T21:14:28.989Z Downloaded allocator-api2 v0.2.16
12772023-11-14T21:14:28.993Z Downloaded tar v0.4.40
12782023-11-14T21:14:28.995Z Downloaded subtle v2.5.0
12792023-11-14T21:14:28.999Z Downloaded textwrap v0.11.0
12802023-11-14T21:14:29.002Z Downloaded filetime v0.2.22
12812023-11-14T21:14:29.005Z Downloaded getrandom v0.2.10
12822023-11-14T21:14:29.009Z Downloaded path-absolutize v3.1.0
12832023-11-14T21:14:29.013Z Downloaded openssl-probe v0.1.5
12842023-11-14T21:14:29.016Z Downloaded openssl-macros v0.1.1
12852023-11-14T21:14:29.019Z Downloaded version_check v0.9.4
12862023-11-14T21:14:29.022Z Downloaded tokio-stream v0.1.14
12872023-11-14T21:14:29.024Z Downloaded cancel-safe-futures v0.1.5
12882023-11-14T21:14:29.029Z Downloaded slog-stdlog v4.1.1
12892023-11-14T21:14:29.032Z Downloaded schemars_derive v0.8.13
12902023-11-14T21:14:29.034Z Downloaded same-file v1.0.6
12912023-11-14T21:14:29.037Z Downloaded packed_struct v0.10.1
12922023-11-14T21:14:29.077Z Downloaded form_urlencoded v1.2.0
12932023-11-14T21:14:29.081Z Downloaded slog-envlogger v2.2.0
12942023-11-14T21:14:29.084Z Downloaded crossbeam-utils v0.8.16
12952023-11-14T21:14:29.087Z Downloaded debug-ignore v1.0.5
12962023-11-14T21:14:29.090Z Downloaded dashmap v5.5.1
12972023-11-14T21:14:29.093Z Downloaded ctr v0.9.2
12982023-11-14T21:14:29.095Z Downloaded tiny-keccak v2.0.2
12992023-11-14T21:14:29.098Z Downloaded httparse v1.8.0
13002023-11-14T21:14:29.101Z Downloaded bzip2 v0.4.4
13012023-11-14T21:14:29.104Z Downloaded parse-display v0.7.0
13022023-11-14T21:14:29.107Z Downloaded smallvec v0.6.14
13032023-11-14T21:14:29.110Z Downloaded sha2 v0.10.8
13042023-11-14T21:14:29.114Z Downloaded serde-big-array v0.5.1
13052023-11-14T21:14:29.118Z Downloaded backtrace v0.3.69
13062023-11-14T21:14:29.129Z Downloaded cstr-argument v0.1.2
13072023-11-14T21:14:29.132Z Downloaded usdt v0.3.5
13082023-11-14T21:14:29.135Z Downloaded tabled_derive v0.6.0
13092023-11-14T21:14:29.139Z Downloaded digest v0.10.7
13102023-11-14T21:14:29.142Z Downloaded tokio-tungstenite v0.20.1
13112023-11-14T21:14:29.145Z Downloaded base64 v0.13.1
13122023-11-14T21:14:29.153Z Downloaded getopts v0.2.21
13132023-11-14T21:14:29.156Z Downloaded tinytemplate v1.2.1
13142023-11-14T21:14:29.160Z Downloaded threadpool v1.8.1
13152023-11-14T21:14:29.163Z Downloaded smallvec v1.11.0
13162023-11-14T21:14:29.168Z Downloaded slog-scope v4.4.0
13172023-11-14T21:14:29.172Z Downloaded rust-argon2 v1.0.1
13182023-11-14T21:14:29.175Z Downloaded const-oid v0.9.5
13192023-11-14T21:14:29.181Z Downloaded glob v0.3.1
13202023-11-14T21:14:29.184Z Downloaded generic-array v0.14.7
13212023-11-14T21:14:29.187Z Downloaded serde_derive_internals v0.26.0
13222023-11-14T21:14:29.191Z Downloaded nu-ansi-term v0.49.0
13232023-11-14T21:14:29.196Z Downloaded mime_guess v2.0.4
13242023-11-14T21:14:29.199Z Downloaded bytes v1.5.0
13252023-11-14T21:14:29.205Z Downloaded futures-task v0.3.29
13262023-11-14T21:14:29.208Z Downloaded tokio-tungstenite v0.18.0
13272023-11-14T21:14:29.211Z Downloaded tokio-macros v2.1.0
13282023-11-14T21:14:29.214Z Downloaded libefi-sys v0.1.0
13292023-11-14T21:14:29.217Z Downloaded serde-hex v0.1.0
13302023-11-14T21:14:29.222Z Downloaded rustversion v1.0.14
13312023-11-14T21:14:29.225Z Downloaded native-tls v0.2.11
13322023-11-14T21:14:29.228Z Downloaded const_format v0.2.31
13332023-11-14T21:14:29.231Z Downloaded num-complex v0.4.4
13342023-11-14T21:14:29.234Z Downloaded thread-id v4.2.0
13352023-11-14T21:14:29.237Z Downloaded thiserror-impl-no-std v2.0.2
13362023-11-14T21:14:29.240Z Downloaded structopt-derive v0.4.18
13372023-11-14T21:14:29.243Z Downloaded slab v0.4.9
13382023-11-14T21:14:29.246Z Downloaded chacha20poly1305 v0.10.1
13392023-11-14T21:14:29.249Z Downloaded base64ct v1.6.0
13402023-11-14T21:14:29.252Z Downloaded ascii v1.1.0
13412023-11-14T21:14:29.254Z Downloaded tokio-native-tls v0.3.1
13422023-11-14T21:14:29.258Z Downloaded thread_local v1.1.7
13432023-11-14T21:14:29.261Z Downloaded string_cache v0.8.7
13442023-11-14T21:14:29.263Z Downloaded rusty-fork v0.3.0
13452023-11-14T21:14:29.266Z Downloaded strum_macros v0.25.2
13462023-11-14T21:14:29.269Z Downloaded blake2b_simd v1.0.1
13472023-11-14T21:14:29.273Z Downloaded multer v2.1.0
13482023-11-14T21:14:29.277Z Downloaded ahash v0.8.3
13492023-11-14T21:14:29.280Z Downloaded addr2line v0.21.0
13502023-11-14T21:14:29.282Z Downloaded smawk v0.3.1
13512023-11-14T21:14:29.285Z Downloaded semver v0.1.20
13522023-11-14T21:14:29.288Z Downloaded secrecy v0.8.0
13532023-11-14T21:14:29.291Z Downloaded byteorder v1.5.0
13542023-11-14T21:14:29.293Z Downloaded serde_arrays v0.1.0
13552023-11-14T21:14:29.297Z Downloaded rustfmt-wrapper v0.2.0
13562023-11-14T21:14:29.300Z Downloaded num-integer v0.1.45
13572023-11-14T21:14:29.303Z Downloaded num-derive v0.4.0
13582023-11-14T21:14:29.306Z Downloaded indoc v2.0.3
13592023-11-14T21:14:29.308Z Downloaded crossbeam-epoch v0.9.15
13602023-11-14T21:14:29.311Z Downloaded crc-any v2.4.3
13612023-11-14T21:14:29.314Z Downloaded num_enum v0.7.0
13622023-11-14T21:14:29.320Z Downloaded hyper-staticfile v0.9.5
13632023-11-14T21:14:29.323Z Downloaded memoffset v0.7.1
13642023-11-14T21:14:29.326Z Downloaded fxhash v0.2.1
13652023-11-14T21:14:29.329Z Downloaded futures-sink v0.3.29
13662023-11-14T21:14:29.332Z Downloaded dtrace-parser v0.1.14
13672023-11-14T21:14:29.335Z Downloaded doc-comment v0.3.3
13682023-11-14T21:14:29.338Z Downloaded dirs-sys-next v0.1.2
13692023-11-14T21:14:29.341Z Downloaded ipnet v2.8.0
13702023-11-14T21:14:29.344Z Downloaded cipher v0.4.4
13712023-11-14T21:14:29.347Z Downloaded libloading v0.7.4
13722023-11-14T21:14:29.350Z Downloaded camino-tempfile v1.0.2
13732023-11-14T21:14:29.353Z Downloaded lazycell v1.3.0
13742023-11-14T21:14:29.358Z Downloaded jobserver v0.1.26
13752023-11-14T21:14:29.361Z Downloaded cpufeatures v0.2.9
13762023-11-14T21:14:29.364Z Downloaded hyper-rustls v0.24.2
13772023-11-14T21:14:29.366Z Downloaded siphasher v0.3.11
13782023-11-14T21:14:29.370Z Downloaded num-bigint v0.4.4
13792023-11-14T21:14:29.373Z Downloaded mockall v0.11.4
13802023-11-14T21:14:29.376Z Downloaded backoff v0.4.0
13812023-11-14T21:14:29.379Z Downloaded cexpr v0.6.0
13822023-11-14T21:14:29.382Z Downloaded async-trait v0.1.74
13832023-11-14T21:14:29.385Z Downloaded arrayvec v0.7.4
13842023-11-14T21:14:29.388Z Downloaded assert_cmd v2.0.12
13852023-11-14T21:14:29.391Z Downloaded tinyvec_macros v0.1.1
13862023-11-14T21:14:29.394Z Downloaded rpassword v7.2.0
13872023-11-14T21:14:29.397Z Downloaded num_enum_derive v0.5.11
13882023-11-14T21:14:29.400Z Downloaded nodrop v0.1.14
13892023-11-14T21:14:29.403Z Downloaded hostname v0.3.1
13902023-11-14T21:14:29.406Z Downloaded block-buffer v0.10.4
13912023-11-14T21:14:29.409Z Downloaded mime v0.3.17
13922023-11-14T21:14:29.413Z Downloaded md-5 v0.10.5
13932023-11-14T21:14:29.416Z Downloaded maybe-uninit v2.0.0
13942023-11-14T21:14:29.419Z Downloaded cfg-if v1.0.0
13952023-11-14T21:14:29.421Z Downloaded colored v2.0.4
13962023-11-14T21:14:29.427Z Downloaded humantime v2.1.0
13972023-11-14T21:14:29.430Z Downloaded http-body v0.4.5
13982023-11-14T21:14:29.433Z Downloaded ansi_term v0.12.1
13992023-11-14T21:14:29.437Z Downloaded aes-gcm-siv v0.11.1
14002023-11-14T21:14:29.440Z Downloaded anes v0.1.6
14012023-11-14T21:14:29.443Z Downloaded strum v0.25.0
14022023-11-14T21:14:29.446Z Downloaded signal-hook-tokio v0.3.1
14032023-11-14T21:14:29.449Z Downloaded serial_test v0.10.0
14042023-11-14T21:14:29.452Z Downloaded lru-cache v0.1.2
14052023-11-14T21:14:29.455Z Downloaded lazy_static v1.4.0
14062023-11-14T21:14:29.458Z Downloaded chacha20 v0.9.1
14072023-11-14T21:14:29.461Z Downloaded managed v0.8.0
14082023-11-14T21:14:29.463Z Downloaded libtest-mimic v0.6.1
14092023-11-14T21:14:29.466Z Downloaded httptest v0.15.5
14102023-11-14T21:14:29.469Z Downloaded crc32fast v1.3.2
14112023-11-14T21:14:29.472Z Downloaded cookie v0.16.2
14122023-11-14T21:14:29.475Z Downloaded bit-set v0.5.3
14132023-11-14T21:14:29.478Z Downloaded async-stream-impl v0.3.5
14142023-11-14T21:14:29.481Z Downloaded is-terminal v0.4.9
14152023-11-14T21:14:29.484Z Downloaded corncobs v0.1.3
14162023-11-14T21:14:29.487Z Downloaded const_format_proc_macros v0.2.31
14172023-11-14T21:14:29.490Z Downloaded hyper-tls v0.5.0
14182023-11-14T21:14:29.493Z Downloaded linked-hash-map v0.5.6
14192023-11-14T21:14:29.497Z Downloaded bitstruct_derive v0.1.0
14202023-11-14T21:14:29.502Z Downloaded bit_field v0.10.2
14212023-11-14T21:14:29.505Z Downloaded console v0.15.7
14222023-11-14T21:14:29.508Z Downloaded ciborium v0.2.1
14232023-11-14T21:14:29.512Z Downloaded keccak v0.1.4
14242023-11-14T21:14:29.514Z Downloaded convert_case v0.4.0
14252023-11-14T21:14:29.517Z Downloaded ciborium-ll v0.2.1
14262023-11-14T21:14:29.522Z Downloaded inout v0.1.3
14272023-11-14T21:14:29.525Z Downloaded newtype_derive v0.1.6
14282023-11-14T21:14:29.528Z Downloaded memoffset v0.9.0
14292023-11-14T21:14:29.531Z Downloaded bincode v1.3.3
14302023-11-14T21:14:29.541Z Downloaded bytesize v1.3.0
14312023-11-14T21:14:29.546Z Downloaded async-stream v0.3.5
14322023-11-14T21:14:29.550Z Downloaded base16ct v0.2.0
14332023-11-14T21:14:29.553Z Downloaded atomicwrites v0.4.2
14342023-11-14T21:14:29.556Z Downloaded atty v0.2.14
14352023-11-14T21:14:29.558Z Downloaded adler v1.0.2
14362023-11-14T21:14:29.562Z Downloaded atomic-waker v1.1.1
14372023-11-14T21:14:29.564Z Downloaded async-recursion v1.0.5
14382023-11-14T21:14:29.567Z Downloaded assert_matches v1.5.0
14392023-11-14T21:14:29.571Z Downloaded array-init v0.0.4
14402023-11-14T21:14:29.576Z Downloaded arrayref v0.3.7
14412023-11-14T21:14:29.579Z Downloaded ascii-canvas v3.0.0
14422023-11-14T21:14:29.582Z Downloaded approx v0.5.1
14432023-11-14T21:14:29.585Z Downloaded num_enum_derive v0.7.0
14442023-11-14T21:14:29.588Z Downloaded num_cpus v1.16.0
14452023-11-14T21:14:29.591Z Downloaded num-traits v0.2.16
14462023-11-14T21:14:29.594Z Downloaded num-rational v0.4.1
14472023-11-14T21:14:29.598Z Downloaded num v0.4.1
14482023-11-14T21:14:29.603Z Downloaded nanorand v0.7.0
14492023-11-14T21:14:29.606Z Downloaded mockall_derive v0.11.4
14502023-11-14T21:14:29.609Z Downloaded block-padding v0.3.3
14512023-11-14T21:14:29.612Z Downloaded miniz_oxide v0.7.1
14522023-11-14T21:14:29.616Z Downloaded match_cfg v0.1.0
14532023-11-14T21:14:29.620Z Downloaded log v0.4.20
14542023-11-14T21:14:29.622Z Downloaded hex-literal v0.4.1
14552023-11-14T21:14:29.625Z Downloaded crossbeam v0.8.2
14562023-11-14T21:14:29.628Z Downloaded mio v0.8.8
14572023-11-14T21:14:29.631Z Downloaded lock_api v0.4.10
14582023-11-14T21:14:29.634Z Downloaded hmac v0.12.1
14592023-11-14T21:14:29.638Z Downloaded httpdate v1.0.3
14602023-11-14T21:14:29.641Z Downloaded crc-catalog v2.2.0
14612023-11-14T21:14:29.644Z Downloaded crc v3.0.1
14622023-11-14T21:14:29.647Z Downloaded cassowary v0.3.0
14632023-11-14T21:14:29.650Z Downloaded indoc v1.0.9
14642023-11-14T21:14:29.653Z Downloaded ident_case v1.0.1
14652023-11-14T21:14:29.656Z Downloaded impl-trait-for-tuples v0.2.2
14662023-11-14T21:14:29.659Z Downloaded constant_time_eq v0.2.6
14672023-11-14T21:14:29.662Z Downloaded ciborium-io v0.2.1
14682023-11-14T21:14:29.665Z Downloaded bytecount v0.6.3
14692023-11-14T21:14:29.668Z Downloaded autocfg v1.1.0
14702023-11-14T21:14:29.671Z Downloaded lalrpop-util v0.19.12
14712023-11-14T21:14:29.674Z Downloaded http-range v0.1.5
14722023-11-14T21:14:29.677Z Downloaded constant_time_eq v0.3.0
14732023-11-14T21:14:29.680Z Downloaded cfg-if v0.1.10
14742023-11-14T21:14:29.683Z Downloaded bitstruct v0.1.1
14752023-11-14T21:14:30.527Z Compiling proc-macro2 v1.0.67
14762023-11-14T21:14:30.534Z Compiling serde v1.0.188
14772023-11-14T21:14:30.540Z Compiling autocfg v1.1.0
14782023-11-14T21:14:30.547Z Compiling version_check v0.9.4
14792023-11-14T21:14:30.555Z Compiling syn v1.0.109
14802023-11-14T21:14:30.561Z Compiling parking_lot_core v0.9.8
14812023-11-14T21:14:30.568Z Compiling libm v0.2.7
14822023-11-14T21:14:30.630Z Compiling libc v0.2.150
14832023-11-14T21:14:31.155Z Compiling cfg-if v1.0.0
14842023-11-14T21:14:31.203Z Compiling futures-core v0.3.29
14852023-11-14T21:14:31.274Z Compiling once_cell v1.18.0
14862023-11-14T21:14:31.326Z Compiling typenum v1.16.0
14872023-11-14T21:14:31.601Z Compiling ahash v0.8.3
14882023-11-14T21:14:31.647Z Compiling lock_api v0.4.10
14892023-11-14T21:14:31.665Z Compiling num-traits v0.2.16
14902023-11-14T21:14:31.854Z Compiling quote v1.0.33
14912023-11-14T21:14:32.222Z Compiling generic-array v0.14.7
14922023-11-14T21:14:32.245Z Compiling slab v0.4.9
14932023-11-14T21:14:32.634Z Compiling syn v2.0.32
14942023-11-14T21:14:32.746Z Compiling jobserver v0.1.26
14952023-11-14T21:14:33.097Z Compiling futures-task v0.3.29
14962023-11-14T21:14:33.103Z Compiling futures-channel v0.3.29
14972023-11-14T21:14:33.157Z Compiling cc v1.0.83
14982023-11-14T21:14:33.295Z Compiling pkg-config v0.3.27
14992023-11-14T21:14:33.317Z Compiling futures-util v0.3.29
15002023-11-14T21:14:33.591Z Compiling memchr v2.6.3
15012023-11-14T21:14:33.715Z Compiling vcpkg v0.2.15
15022023-11-14T21:14:33.756Z Compiling log v0.4.20
15032023-11-14T21:14:33.812Z Compiling itoa v1.0.9
15042023-11-14T21:14:34.214Z Compiling schemars v0.8.13
15052023-11-14T21:14:34.571Z Compiling serde_json v1.0.108
15062023-11-14T21:14:35.331Z Compiling httparse v1.8.0
15072023-11-14T21:14:35.508Z Compiling ryu v1.0.15
15082023-11-14T21:14:35.643Z Compiling indexmap v1.9.3
15092023-11-14T21:14:35.917Z Compiling getrandom v0.2.10
15102023-11-14T21:14:35.988Z Compiling allocator-api2 v0.2.16
15112023-11-14T21:14:36.093Z Compiling rustix v0.38.9
15122023-11-14T21:14:36.441Z Compiling equivalent v1.0.1
15132023-11-14T21:14:36.536Z Compiling fnv v1.0.7
15142023-11-14T21:14:36.578Z Compiling rustls v0.21.8
15152023-11-14T21:14:36.711Z Compiling aho-corasick v1.0.4
15162023-11-14T21:14:36.920Z Compiling openssl v0.10.57
15172023-11-14T21:14:36.969Z Compiling regex-syntax v0.8.2
15182023-11-14T21:14:37.203Z Compiling hashbrown v0.14.2
15192023-11-14T21:14:37.321Z Compiling unicode-xid v0.2.4
15202023-11-14T21:14:37.551Z Compiling ucd-trie v0.1.6
15212023-11-14T21:14:37.841Z Compiling ring v0.16.20
15222023-11-14T21:14:38.307Z Compiling ring v0.17.5
15232023-11-14T21:14:39.254Z Compiling openssl-sys v0.9.93
15242023-11-14T21:14:39.996Z Compiling backtrace v0.3.69
15252023-11-14T21:14:40.591Z Compiling native-tls v0.2.11
15262023-11-14T21:14:41.041Z Compiling async-trait v0.1.74
15272023-11-14T21:14:41.606Z Compiling anyhow v1.0.75
15282023-11-14T21:14:41.714Z Compiling crossbeam-utils v0.8.16
15292023-11-14T21:14:42.301Z Compiling regex-automata v0.4.3
15302023-11-14T21:14:42.348Z Compiling rustversion v1.0.14
15312023-11-14T21:14:42.690Z Compiling slog v2.7.0
15322023-11-14T21:14:42.736Z Compiling iana-time-zone v0.1.57
15332023-11-14T21:14:43.236Z Compiling time-core v0.1.1
15342023-11-14T21:14:43.407Z Compiling byteorder v1.5.0
15352023-11-14T21:14:43.474Z Compiling time-macros v0.2.13
15362023-11-14T21:14:44.189Z Compiling serde_derive_internals v0.26.0
15372023-11-14T21:14:45.349Z Compiling synstructure v0.12.6
15382023-11-14T21:14:46.004Z Compiling dyn-clone v1.0.13
15392023-11-14T21:14:46.268Z Compiling hashbrown v0.13.2
15402023-11-14T21:14:46.562Z Compiling usdt-impl v0.3.5
15412023-11-14T21:14:47.038Z Compiling scopeguard v1.2.0
15422023-11-14T21:14:47.802Z Compiling unicode-width v0.1.11
15432023-11-14T21:14:48.020Z Compiling winnow v0.5.15
15442023-11-14T21:14:48.040Z Compiling thread-id v4.2.0
15452023-11-14T21:14:48.075Z Compiling strsim v0.10.0
15462023-11-14T21:14:48.104Z Compiling tinyvec_macros v0.1.1
15472023-11-14T21:14:48.176Z Compiling unicode-bidi v0.3.13
15482023-11-14T21:14:48.219Z Compiling tinyvec v1.6.0
15492023-11-14T21:14:48.336Z Compiling smallvec v1.11.0
15502023-11-14T21:14:48.985Z Compiling regex v1.10.2
15512023-11-14T21:14:50.011Z Compiling parking_lot v0.12.1
15522023-11-14T21:14:50.666Z Compiling percent-encoding v2.3.0
15532023-11-14T21:14:50.812Z Compiling unicode-normalization v0.1.22
15542023-11-14T21:14:51.153Z Compiling form_urlencoded v1.2.0
15552023-11-14T21:14:51.442Z Compiling regex-syntax v0.6.29
15562023-11-14T21:14:51.573Z Compiling num-integer v0.1.45
15572023-11-14T21:14:51.980Z Compiling bitflags v1.3.2
15582023-11-14T21:14:52.079Z Compiling crc32fast v1.3.2
15592023-11-14T21:14:52.110Z Compiling adler v1.0.2
15602023-11-14T21:14:52.412Z Compiling idna v0.4.0
15612023-11-14T21:14:52.599Z Compiling miniz_oxide v0.7.1
15622023-11-14T21:14:52.820Z Compiling spin v0.5.2
15632023-11-14T21:14:53.138Z Compiling gimli v0.28.0
15642023-11-14T21:14:53.844Z Compiling serde_derive v1.0.188
15652023-11-14T21:14:53.957Z Compiling thiserror-impl v1.0.49
15662023-11-14T21:14:54.334Z Compiling zeroize_derive v1.4.2
15672023-11-14T21:14:54.713Z Compiling tokio-macros v2.1.0
15682023-11-14T21:14:54.917Z Compiling futures-macro v0.3.29
15692023-11-14T21:14:55.930Z Compiling tracing-attributes v0.1.26
15702023-11-14T21:14:56.560Z Compiling schemars_derive v0.8.13
15712023-11-14T21:14:57.057Z Compiling openssl-macros v0.1.1
15722023-11-14T21:14:58.104Z Compiling zerocopy-derive v0.2.0
15732023-11-14T21:14:58.347Z Compiling thiserror v1.0.49
15742023-11-14T21:14:58.527Z Compiling pest v2.7.2
15752023-11-14T21:15:00.561Z Compiling strum_macros v0.25.2
15762023-11-14T21:15:00.844Z Compiling zerocopy v0.3.0
15772023-11-14T21:15:01.151Z Compiling url v2.4.1
15782023-11-14T21:15:01.315Z Compiling addr2line v0.21.0
15792023-11-14T21:15:01.361Z Compiling object v0.32.1
15802023-11-14T21:15:01.834Z Compiling rustc-demangle v0.1.23
15812023-11-14T21:15:02.017Z Compiling dof v0.1.5
15822023-11-14T21:15:02.284Z Compiling pin-project-lite v0.2.13
15832023-11-14T21:15:02.448Z Compiling zerocopy-derive v0.6.4
15842023-11-14T21:15:03.216Z Compiling pest_meta v2.7.2
15852023-11-14T21:15:03.319Z Compiling signal-hook-registry v1.4.1
15862023-11-14T21:15:03.386Z Compiling mio v0.8.8
15872023-11-14T21:15:04.315Z Compiling errno v0.3.2
15882023-11-14T21:15:04.388Z Compiling num_cpus v1.16.0
15892023-11-14T21:15:04.552Z Compiling socket2 v0.5.4
15902023-11-14T21:15:04.582Z Compiling futures-sink v0.3.29
15912023-11-14T21:15:04.794Z Compiling memoffset v0.9.0
15922023-11-14T21:15:05.433Z Compiling pest_generator v2.7.2
15932023-11-14T21:15:05.939Z Compiling deranged v0.3.8
15942023-11-14T21:15:05.996Z Compiling num_threads v0.1.6
15952023-11-14T21:15:06.158Z Compiling pin-utils v0.1.0
15962023-11-14T21:15:06.273Z Compiling radium v0.7.0
15972023-11-14T21:15:06.295Z Compiling futures-io v0.3.29
15982023-11-14T21:15:06.913Z Compiling clap_derive v4.4.2
15992023-11-14T21:15:08.363Z Compiling spin v0.9.8
16002023-11-14T21:15:08.877Z Compiling time v0.3.27
16012023-11-14T21:15:08.921Z Compiling tracing-core v0.1.31
16022023-11-14T21:15:10.305Z Compiling pest_derive v2.7.2
16032023-11-14T21:15:11.113Z Compiling signal-hook v0.3.17
16042023-11-14T21:15:11.400Z Compiling dtrace-parser v0.1.14
16052023-11-14T21:15:12.699Z Compiling tracing v0.1.37
16062023-11-14T21:15:14.264Z Compiling lazy_static v1.4.0
16072023-11-14T21:15:14.412Z Compiling crossbeam-epoch v0.9.15
16082023-11-14T21:15:14.460Z Compiling num-iter v0.1.43
16092023-11-14T21:15:14.892Z Compiling either v1.9.0
16102023-11-14T21:15:14.895Z Compiling base64 v0.21.5
16112023-11-14T21:15:15.131Z Compiling rand_core v0.6.4
16122023-11-14T21:15:15.187Z Compiling openssl-probe v0.1.5
16132023-11-14T21:15:15.404Z Compiling untrusted v0.9.0
16142023-11-14T21:15:15.594Z Compiling foreign-types-shared v0.1.1
16152023-11-14T21:15:15.637Z Compiling hashbrown v0.12.3
16162023-11-14T21:15:15.733Z Compiling untrusted v0.7.1
16172023-11-14T21:15:15.856Z Compiling foreign-types v0.3.2
16182023-11-14T21:15:15.986Z Compiling zeroize v1.6.0
16192023-11-14T21:15:16.030Z Compiling indexmap v2.1.0
16202023-11-14T21:15:16.269Z Compiling bytes v1.5.0
16212023-11-14T21:15:16.416Z Compiling chrono v0.4.31
16222023-11-14T21:15:16.492Z Compiling uuid v1.5.0
16232023-11-14T21:15:16.496Z Compiling semver v1.0.20
16242023-11-14T21:15:17.070Z Compiling serde_spanned v0.6.4
16252023-11-14T21:15:17.447Z Compiling rustc_version v0.4.0
16262023-11-14T21:15:17.492Z Compiling toml_datetime v0.6.5
16272023-11-14T21:15:17.678Z Compiling http v0.2.9
16282023-11-14T21:15:17.681Z Compiling serde_tokenstream v0.1.7
16292023-11-14T21:15:18.067Z Compiling toml_edit v0.19.15
16302023-11-14T21:15:18.106Z Compiling bitflags v2.4.0
16312023-11-14T21:15:18.160Z Compiling tokio v1.33.0
16322023-11-14T21:15:19.836Z Compiling openapiv3 v1.0.3
16332023-11-14T21:15:23.533Z Compiling bzip2-sys v0.1.11+1.0.8
16342023-11-14T21:15:23.832Z Compiling usdt-attr-macro v0.3.5
16352023-11-14T21:15:24.095Z Compiling usdt-macro v0.3.5
16362023-11-14T21:15:24.627Z Compiling try-lock v0.2.4
16372023-11-14T21:15:24.822Z Compiling want v0.3.1
16382023-11-14T21:15:25.827Z Compiling sct v0.7.0
16392023-11-14T21:15:25.880Z Compiling http-body v0.4.5
16402023-11-14T21:15:26.231Z Compiling enum-as-inner v0.5.1
16412023-11-14T21:15:27.430Z Compiling socket2 v0.4.9
16422023-11-14T21:15:27.543Z Compiling httpdate v1.0.3
16432023-11-14T21:15:27.681Z Compiling tower-service v0.3.2
16442023-11-14T21:15:27.846Z Compiling heapless v0.7.16
16452023-11-14T21:15:28.184Z Compiling rustls-pemfile v1.0.3
16462023-11-14T21:15:28.271Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
16472023-11-14T21:15:28.445Z Compiling siphasher v0.3.11
16482023-11-14T21:15:28.636Z Compiling rustls-native-certs v0.6.3
16492023-11-14T21:15:28.641Z Compiling ipnet v2.8.0
16502023-11-14T21:15:28.693Z Compiling serde_urlencoded v0.7.1
16512023-11-14T21:15:28.802Z Compiling serde_tokenstream v0.2.0
16522023-11-14T21:15:29.041Z Compiling encoding_rs v0.8.33
16532023-11-14T21:15:29.155Z Compiling webpki-roots v0.25.2
16542023-11-14T21:15:29.378Z Compiling mime v0.3.17
16552023-11-14T21:15:29.524Z Compiling crypto-common v0.1.6
16562023-11-14T21:15:29.598Z Compiling diesel_table_macro_syntax v0.1.0
16572023-11-14T21:15:29.803Z Compiling num-bigint v0.4.4
16582023-11-14T21:15:30.050Z Compiling smoltcp v0.9.1
16592023-11-14T21:15:30.120Z Compiling bit-vec v0.6.3
16602023-11-14T21:15:30.152Z Compiling diesel_derives v2.1.1
16612023-11-14T21:15:30.369Z Compiling flate2 v1.0.28
16622023-11-14T21:15:30.739Z Compiling tokio-util v0.7.10
16632023-11-14T21:15:30.952Z Compiling phf_shared v0.10.0
16642023-11-14T21:15:30.971Z Compiling block-buffer v0.10.4
16652023-11-14T21:15:31.308Z Compiling hubpack_derive v0.1.1
16662023-11-14T21:15:31.506Z Compiling new_debug_unreachable v1.0.4
16672023-11-14T21:15:31.623Z Compiling fixedbitset v0.4.2
16682023-11-14T21:15:31.849Z Compiling precomputed-hash v0.1.1
16692023-11-14T21:15:32.001Z Compiling ppv-lite86 v0.2.17
16702023-11-14T21:15:32.246Z Compiling const-oid v0.9.5
16712023-11-14T21:15:32.523Z Compiling h2 v0.3.21
16722023-11-14T21:15:33.027Z Compiling subtle v2.5.0
16732023-11-14T21:15:33.237Z Compiling rand_chacha v0.3.1
16742023-11-14T21:15:33.464Z Compiling petgraph v0.6.4
16752023-11-14T21:15:34.764Z Compiling string_cache v0.8.7
16762023-11-14T21:15:35.397Z Compiling digest v0.10.7
16772023-11-14T21:15:36.051Z Compiling tokio-native-tls v0.3.1
16782023-11-14T21:15:36.184Z Compiling bit-set v0.5.3
16792023-11-14T21:15:36.205Z Compiling toml v0.7.8
16802023-11-14T21:15:36.423Z Compiling toml_edit v0.21.0
16812023-11-14T21:15:36.602Z Compiling itertools v0.10.5
16822023-11-14T21:15:38.749Z Compiling unicode-segmentation v1.10.1
16832023-11-14T21:15:38.975Z Compiling lalrpop-util v0.19.12
16842023-11-14T21:15:39.502Z Compiling rand v0.8.5
16852023-11-14T21:15:40.100Z Compiling regress v0.7.1
16862023-11-14T21:15:40.123Z Compiling serde_repr v0.1.16
16872023-11-14T21:15:40.126Z Compiling io-lifetimes v1.0.11
16882023-11-14T21:15:40.403Z Compiling cpufeatures v0.2.9
16892023-11-14T21:15:40.529Z Compiling utf8parse v0.2.1
16902023-11-14T21:15:40.756Z Compiling anstyle v1.0.2
16912023-11-14T21:15:41.089Z Compiling anstyle-parse v0.2.1
16922023-11-14T21:15:41.420Z Compiling sha2 v0.10.8
16932023-11-14T21:15:41.566Z Compiling rustix v0.37.23
16942023-11-14T21:15:41.602Z Compiling md-5 v0.10.5
16952023-11-14T21:15:41.744Z Compiling hmac v0.12.1
16962023-11-14T21:15:42.055Z Compiling stringprep v0.1.3
16972023-11-14T21:15:42.708Z Compiling hash32 v0.2.1
16982023-11-14T21:15:43.161Z Compiling stable_deref_trait v1.2.0
16992023-11-14T21:15:43.267Z Compiling anstyle-query v1.0.0
17002023-11-14T21:15:43.302Z Compiling colorchoice v1.0.0
17012023-11-14T21:15:43.377Z Compiling fallible-iterator v0.2.0
17022023-11-14T21:15:43.513Z Compiling anstream v0.5.0
17032023-11-14T21:15:43.906Z Compiling hyper v0.14.27
17042023-11-14T21:15:44.518Z Compiling postgres-protocol v0.6.6
17052023-11-14T21:15:44.539Z Compiling terminal_size v0.2.6
17062023-11-14T21:15:44.780Z Compiling phf_shared v0.11.2
17072023-11-14T21:15:45.344Z Compiling block-padding v0.3.3
17082023-11-14T21:15:45.656Z Compiling typify-impl v0.0.13 (https://github.com/oxidecomputer/typify#de16c423)
17092023-11-14T21:15:46.416Z Compiling scheduled-thread-pool v0.2.7
17102023-11-14T21:15:46.703Z Compiling tap v1.0.1
17112023-11-14T21:15:46.957Z Compiling clap_lex v0.5.1
17122023-11-14T21:15:47.167Z Compiling managed v0.8.0
17132023-11-14T21:15:47.640Z Compiling regex-automata v0.1.10
17142023-11-14T21:15:47.857Z Compiling matches v0.1.10
17152023-11-14T21:15:47.984Z Compiling idna v0.2.3
17162023-11-14T21:15:48.259Z Compiling clap_builder v4.4.2
17172023-11-14T21:15:48.394Z Compiling bstr v0.2.17
17182023-11-14T21:15:49.245Z Compiling wyz v0.5.1
17192023-11-14T21:15:49.913Z Compiling r2d2 v0.8.10
17202023-11-14T21:15:50.472Z Compiling signal-hook-mio v0.2.3
17212023-11-14T21:15:50.494Z Compiling postgres-types v0.2.6
17222023-11-14T21:15:50.612Z Compiling inout v0.1.3
17232023-11-14T21:15:50.688Z Compiling phf v0.11.2
17242023-11-14T21:15:51.121Z Compiling hubpack v0.1.2
17252023-11-14T21:15:51.770Z Compiling ipnetwork v0.20.0
17262023-11-14T21:15:51.786Z Compiling futures-executor v0.3.29
17272023-11-14T21:15:52.566Z Compiling itertools v0.11.0
17282023-11-14T21:15:52.960Z Compiling zerocopy v0.6.4
17292023-11-14T21:15:53.464Z Compiling float-cmp v0.9.0
17302023-11-14T21:15:53.781Z Compiling predicates-core v1.0.6
17312023-11-14T21:15:54.295Z Compiling whoami v1.4.1
17322023-11-14T21:15:54.315Z Compiling regex-automata v0.3.8
17332023-11-14T21:15:54.828Z Compiling data-encoding v2.4.0
17342023-11-14T21:15:55.074Z Compiling funty v2.0.0
17352023-11-14T21:15:56.667Z Compiling hyper-tls v0.5.0
17362023-11-14T21:15:57.160Z Compiling static_assertions v1.1.0
17372023-11-14T21:15:57.217Z Compiling normalize-line-endings v0.3.0
17382023-11-14T21:15:57.295Z Compiling difflib v0.4.0
17392023-11-14T21:15:57.379Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
17402023-11-14T21:15:58.062Z Compiling predicates v3.0.4
17412023-11-14T21:15:58.084Z Compiling bstr v1.6.0
17422023-11-14T21:15:58.087Z Compiling bitvec v1.0.1
17432023-11-14T21:15:59.343Z Compiling trust-dns-proto v0.22.0
17442023-11-14T21:15:59.442Z Compiling yasna v0.5.2
17452023-11-14T21:16:00.477Z Compiling tokio-postgres v0.7.10
17462023-11-14T21:16:00.546Z Compiling clap v4.4.3
17472023-11-14T21:16:01.784Z Compiling diesel v2.1.3
17482023-11-14T21:16:01.888Z Compiling futures v0.3.29
17492023-11-14T21:16:02.046Z Compiling cipher v0.4.4
17502023-11-14T21:16:02.185Z Compiling crossterm v0.27.0
17512023-11-14T21:16:02.722Z Compiling similar v2.2.1
17522023-11-14T21:16:05.563Z Compiling signature v2.1.0
17532023-11-14T21:16:05.873Z Compiling tokio-stream v0.1.14
17542023-11-14T21:16:06.118Z Compiling usdt v0.3.5
17552023-11-14T21:16:06.469Z Compiling hex v0.4.3
17562023-11-14T21:16:07.080Z Compiling console v0.15.7
17572023-11-14T21:16:07.423Z Compiling getopts v0.2.21
17582023-11-14T21:16:07.613Z Compiling unsafe-libyaml v0.2.9
17592023-11-14T21:16:07.964Z Compiling typify-macro v0.0.13 (https://github.com/oxidecomputer/typify#de16c423)
17602023-11-14T21:16:08.546Z Compiling ident_case v1.0.1
17612023-11-14T21:16:09.557Z Compiling slog-async v2.8.0
17622023-11-14T21:16:09.783Z Compiling paste v1.0.14
17632023-11-14T21:16:10.210Z Compiling serde_yaml v0.9.25
17642023-11-14T21:16:11.338Z Compiling darling_core v0.20.3
17652023-11-14T21:16:11.422Z Compiling multer v2.1.0
17662023-11-14T21:16:11.513Z Compiling async-stream-impl v0.3.5
17672023-11-14T21:16:11.943Z Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#fa728d07)
17682023-11-14T21:16:12.271Z Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#fa728d07)
17692023-11-14T21:16:14.957Z Compiling typify v0.0.13 (https://github.com/oxidecomputer/typify#de16c423)
17702023-11-14T21:16:15.141Z Compiling progenitor-impl v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b)
17712023-11-14T21:16:17.238Z Compiling structmeta-derive v0.2.0
17722023-11-14T21:16:17.693Z Compiling regex-syntax v0.7.5
17732023-11-14T21:16:20.125Z Compiling darling_macro v0.20.3
17742023-11-14T21:16:21.469Z Compiling structmeta v0.2.0
17752023-11-14T21:16:21.545Z Compiling darling v0.20.3
17762023-11-14T21:16:21.698Z Compiling serde_with_macros v2.3.3
17772023-11-14T21:16:22.072Z Compiling test-strategy v0.3.1
17782023-11-14T21:16:25.636Z Compiling progenitor-macro v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b)
17792023-11-14T21:16:27.972Z Compiling parse-display-derive v0.8.2
17802023-11-14T21:16:32.820Z Checking unicode-ident v1.0.12
17812023-11-14T21:17:01.679Z Checking heck v0.4.1
17822023-11-14T21:17:10.342Z Checking atty v0.2.14
17832023-11-14T21:17:10.473Z Checking match_cfg v0.1.0
17842023-11-14T21:17:10.590Z Checking hostname v0.3.1
17852023-11-14T21:17:10.761Z Checking crossbeam-channel v0.5.8
17862023-11-14T21:17:10.866Z Checking sha1 v0.10.5
17872023-11-14T21:17:11.282Z Checking dirs-sys-next v0.1.2
17882023-11-14T21:17:11.303Z Checking fastrand v2.0.0
17892023-11-14T21:17:11.529Z Checking dirs-next v2.0.0
17902023-11-14T21:17:11.702Z Checking thread_local v1.1.7
17912023-11-14T21:17:11.788Z Checking tempfile v3.8.0
17922023-11-14T21:17:11.910Z Checking term v0.7.0
17932023-11-14T21:17:12.108Z Checking camino v1.1.6
17942023-11-14T21:17:12.307Z Checking strum v0.25.0
17952023-11-14T21:17:12.534Z Checking instant v0.1.12
17962023-11-14T21:17:12.572Z Checking take_mut v0.2.2
17972023-11-14T21:17:12.660Z Checking slog-term v2.9.0
17982023-11-14T21:17:12.967Z Checking slog-json v2.6.1
17992023-11-14T21:17:13.189Z Checking serde_with v2.3.3
18002023-11-14T21:17:13.713Z Checking slog-bunyan v2.4.0
18012023-11-14T21:17:13.936Z Checking debug-ignore v1.0.5
18022023-11-14T21:17:14.150Z Checking atomic-waker v1.1.1
18032023-11-14T21:17:14.322Z Checking waitgroup v0.1.2
18042023-11-14T21:17:14.917Z Checking async-stream v0.3.5
18052023-11-14T21:17:15.085Z Checking serde_path_to_error v0.1.14
18062023-11-14T21:17:15.183Z Checking backoff v0.4.0
18072023-11-14T21:17:15.315Z Checking toml v0.8.8
18082023-11-14T21:17:15.584Z Checking serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
18092023-11-14T21:17:15.779Z Checking macaddr v1.0.1
18102023-11-14T21:17:16.130Z Checking quick-error v1.2.3
18112023-11-14T21:17:16.841Z Checking wait-timeout v0.2.0
18122023-11-14T21:17:17.219Z Compiling proc-macro-crate v1.3.1
18132023-11-14T21:17:17.527Z Checking rusty-fork v0.3.0
18142023-11-14T21:17:17.915Z Checking rand_xorshift v0.3.0
18152023-11-14T21:17:18.143Z Compiling crucible-workspace-hack v0.1.0
18162023-11-14T21:17:18.490Z Checking unarray v0.1.4
18172023-11-14T21:17:18.725Z Checking parse-display v0.8.2
18182023-11-14T21:17:23.180Z Compiling proc-macro-error-attr v1.0.4
18192023-11-14T21:17:23.634Z Checking proptest v1.3.1
18202023-11-14T21:17:23.758Z Compiling proc-macro-error v1.0.4
18212023-11-14T21:17:24.564Z Compiling num_enum_derive v0.5.11
18222023-11-14T21:17:27.756Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
18232023-11-14T21:17:28.354Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
18242023-11-14T21:17:28.789Z Compiling foreign-types-macros v0.2.3
18252023-11-14T21:17:28.989Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59)
18262023-11-14T21:17:28.993Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
18272023-11-14T21:17:29.508Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59)
18282023-11-14T21:17:29.535Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
18292023-11-14T21:17:30.942Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d)
18302023-11-14T21:17:32.609Z Compiling zone_cfg_derive v0.3.0
18312023-11-14T21:17:32.737Z Compiling mockall_derive v0.11.4
18322023-11-14T21:17:33.428Z Compiling num-derive v0.4.0
18332023-11-14T21:17:45.300Z Checking base64ct v1.6.0
18342023-11-14T21:18:01.615Z Checking is-terminal v0.4.9
18352023-11-14T21:18:11.057Z Compiling slog-dtrace v0.2.3
18362023-11-14T21:18:11.328Z Checking password-hash v0.5.0
18372023-11-14T21:18:11.572Z Checking blake2 v0.10.6
18382023-11-14T21:18:11.819Z Checking termtree v0.4.1
18392023-11-14T21:18:12.012Z Checking num_enum v0.5.11
18402023-11-14T21:18:12.104Z Checking predicates-tree v1.0.9
18412023-11-14T21:18:12.213Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10)
18422023-11-14T21:18:12.216Z Checking argon2 v0.5.2
18432023-11-14T21:18:12.302Z Compiling cancel-safe-futures v0.1.5
18442023-11-14T21:18:12.742Z Checking postcard-cobs v0.1.5-pre
18452023-11-14T21:18:12.762Z Checking base64 v0.13.1
18462023-11-14T21:18:12.814Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10)
18472023-11-14T21:18:12.969Z Checking postcard v0.7.3
18482023-11-14T21:18:13.120Z Checking smoltcp v0.8.2
18492023-11-14T21:18:13.150Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59)
18502023-11-14T21:18:13.350Z Checking cfg-if v0.1.10
18512023-11-14T21:18:13.368Z Checking foreign-types-shared v0.3.1
18522023-11-14T21:18:13.512Z Checking foreign-types v0.5.0
18532023-11-14T21:18:13.673Z Checking cstr-argument v0.1.2
18542023-11-14T21:18:13.677Z Checking pretty-hex v0.2.1
18552023-11-14T21:18:13.781Z Checking colored v2.0.4
18562023-11-14T21:18:13.883Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
18572023-11-14T21:18:13.901Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
18582023-11-14T21:18:14.593Z Checking predicates v2.1.5
18592023-11-14T21:18:14.969Z Checking fragile v2.0.0
18602023-11-14T21:18:15.358Z Checking downcast v0.11.0
18612023-11-14T21:18:15.650Z Checking mockall v0.11.4
18622023-11-14T21:18:15.830Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73)
18632023-11-14T21:18:16.198Z Checking zone v0.3.0
18642023-11-14T21:18:16.301Z Checking smf v0.2.2
18652023-11-14T21:18:16.502Z Compiling der_derive v0.7.2
18662023-11-14T21:18:16.687Z Checking filetime v0.2.22
18672023-11-14T21:18:16.954Z Checking xattr v1.0.1
18682023-11-14T21:18:17.206Z Checking tar v0.4.40
18692023-11-14T21:18:17.286Z Compiling heck v0.3.3
18702023-11-14T21:18:17.385Z Compiling libefi-sys v0.1.0
18712023-11-14T21:18:17.616Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59)
18722023-11-14T21:18:17.704Z Checking pem v1.1.1
18732023-11-14T21:18:17.821Z Compiling structopt-derive v0.4.18
18742023-11-14T21:18:17.842Z Checking camino-tempfile v1.0.2
18752023-11-14T21:18:17.998Z Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802)
18762023-11-14T21:18:18.249Z Compiling memoffset v0.7.1
18772023-11-14T21:18:18.390Z Compiling maybe-uninit v2.0.0
18782023-11-14T21:18:18.809Z Compiling packed_struct v0.10.1
18792023-11-14T21:18:18.884Z Compiling num-bigint-dig v0.8.4
18802023-11-14T21:18:19.151Z Checking headers-core v0.2.0
18812023-11-14T21:18:19.354Z Compiling packed_struct_codegen v0.10.1
18822023-11-14T21:18:19.403Z Checking headers v0.3.9
18832023-11-14T21:18:19.456Z Checking pem v3.0.2
18842023-11-14T21:18:19.767Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59)
18852023-11-14T21:18:19.836Z Checking rcgen v0.11.3
18862023-11-14T21:18:20.242Z Checking atomicwrites v0.4.2
18872023-11-14T21:18:20.515Z Checking subprocess v0.2.9
18882023-11-14T21:18:20.897Z Compiling num-rational v0.4.1
18892023-11-14T21:18:21.208Z Compiling same-file v1.0.6
18902023-11-14T21:18:21.340Z Checking termcolor v1.2.0
18912023-11-14T21:18:21.538Z Compiling walkdir v2.4.0
18922023-11-14T21:18:21.706Z Compiling semver-parser v0.10.2
18932023-11-14T21:18:21.857Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59)
18942023-11-14T21:18:21.939Z Checking linked-hash-map v0.5.6
18952023-11-14T21:18:22.403Z Checking lru-cache v0.1.2
18962023-11-14T21:18:22.612Z Compiling home v0.5.5
18972023-11-14T21:18:22.661Z Compiling toml v0.5.11
18982023-11-14T21:18:23.104Z Compiling semver v0.11.0
18992023-11-14T21:18:23.458Z Compiling toolchain_find v0.2.0
19002023-11-14T21:18:24.415Z Compiling doc-comment v0.3.3
19012023-11-14T21:18:24.419Z Checking half v1.8.2
19022023-11-14T21:18:24.905Z Checking ciborium-io v0.2.1
19032023-11-14T21:18:25.058Z Checking ciborium-ll v0.2.1
19042023-11-14T21:18:25.113Z Compiling convert_case v0.4.0
19052023-11-14T21:18:25.504Z Compiling rustfmt-wrapper v0.2.0
19062023-11-14T21:18:25.705Z Checking ciborium v0.2.1
19072023-11-14T21:18:26.079Z Checking arc-swap v1.6.0
19082023-11-14T21:18:26.316Z Compiling derive_more v0.99.17
19092023-11-14T21:18:26.777Z Checking slog-scope v4.4.0
19102023-11-14T21:18:27.066Z Checking slog-stdlog v4.1.1
19112023-11-14T21:18:27.290Z Compiling snafu-derive v0.7.5
19122023-11-14T21:18:27.327Z Compiling structmeta-derive v0.1.6
19132023-11-14T21:18:27.541Z Checking slog-envlogger v2.2.0
19142023-11-14T21:18:27.851Z Checking newline-converter v0.3.0
19152023-11-14T21:18:27.876Z Compiling derive-where v1.2.5
19162023-11-14T21:18:28.002Z Compiling semver v0.1.20
19172023-11-14T21:18:28.057Z Checking expectorate v1.1.0
19182023-11-14T21:18:28.220Z Checking pem-rfc7468 v0.7.0
19192023-11-14T21:18:28.272Z Checking hkdf v0.12.3
19202023-11-14T21:18:28.568Z Compiling rustc_version v0.1.7
19212023-11-14T21:18:28.597Z Compiling libz-sys v1.1.12
19222023-11-14T21:18:28.974Z Checking flagset v0.4.3
19232023-11-14T21:18:29.224Z Compiling parking_lot_core v0.8.6
19242023-11-14T21:18:29.276Z Checking der v0.7.8
19252023-11-14T21:18:29.492Z Compiling newtype_derive v0.1.6
19262023-11-14T21:18:29.840Z Checking resolv-conf v0.7.0
19272023-11-14T21:18:29.923Z Checking textwrap v0.11.0
19282023-11-14T21:18:30.240Z Checking strsim v0.8.0
19292023-11-14T21:18:30.378Z Checking vec_map v0.8.2
19302023-11-14T21:18:30.518Z Checking keccak v0.1.4
19312023-11-14T21:18:30.775Z Checking ansi_term v0.12.1
19322023-11-14T21:18:30.983Z Checking sha3 v0.10.8
19332023-11-14T21:18:31.262Z Checking clap v2.34.0
19342023-11-14T21:18:31.560Z Checking trust-dns-resolver v0.22.0
19352023-11-14T21:18:31.585Z Compiling structmeta v0.1.6
19362023-11-14T21:18:32.180Z Compiling parse-display-derive v0.7.0
19372023-11-14T21:18:32.372Z Checking spki v0.7.2
19382023-11-14T21:18:33.339Z Checking secrecy v0.8.0
19392023-11-14T21:18:33.429Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)
19402023-11-14T21:18:33.652Z Compiling libgit2-sys v0.15.2+1.6.4
19412023-11-14T21:18:35.041Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
19422023-11-14T21:18:35.332Z Checking fxhash v0.2.1
19432023-11-14T21:18:35.430Z Compiling libsqlite3-sys v0.26.0
19442023-11-14T21:18:35.716Z Checking crc-catalog v2.2.0
19452023-11-14T21:18:35.858Z Checking structopt v0.3.26
19462023-11-14T21:18:35.910Z Checking crc v3.0.1
19472023-11-14T21:18:35.941Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
19482023-11-14T21:18:36.148Z Checking pkcs8 v0.10.2
19492023-11-14T21:18:36.476Z Compiling vergen v8.2.4
19502023-11-14T21:18:36.572Z Checking nodrop v0.1.14
19512023-11-14T21:18:36.725Z Checking array-init v0.0.4
19522023-11-14T21:18:36.940Z Checking pkcs1 v0.7.5
19532023-11-14T21:18:37.098Z Checking smallvec v0.6.14
19542023-11-14T21:18:37.956Z Compiling rayon-core v1.12.0
19552023-11-14T21:18:38.142Z Checking bitfield v0.14.0
19562023-11-14T21:18:38.348Z Checking serde-hex v0.1.0
19572023-11-14T21:18:38.519Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
19582023-11-14T21:18:38.543Z Checking x509-cert v0.2.4
19592023-11-14T21:18:38.876Z Checking env_logger v0.10.0
19602023-11-14T21:18:40.634Z Checking ron v0.8.1
19612023-11-14T21:18:40.722Z Checking rsa v0.9.2
19622023-11-14T21:18:41.169Z Checking crc-any v2.4.3
19632023-11-14T21:18:41.362Z Checking humantime v2.1.0
19642023-11-14T21:18:41.744Z Compiling buf-list v1.0.3
19652023-11-14T21:18:42.570Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
19662023-11-14T21:18:42.716Z Checking lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
19672023-11-14T21:18:42.846Z Checking object v0.30.4
19682023-11-14T21:18:42.930Z Checking path-slash v0.1.5
19692023-11-14T21:18:43.111Z Checking utf-8 v0.7.6
19702023-11-14T21:18:43.439Z Compiling num_enum_derive v0.7.0
19712023-11-14T21:18:43.824Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)
19722023-11-14T21:18:44.054Z Compiling unicase v2.7.0
19732023-11-14T21:18:44.360Z Compiling platforms v3.0.2
19742023-11-14T21:18:44.757Z Compiling salty v0.2.0
19752023-11-14T21:18:45.194Z Checking num-complex v0.4.4
19762023-11-14T21:18:45.361Z Compiling hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a)
19772023-11-14T21:18:45.418Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
19782023-11-14T21:18:46.055Z Compiling crucible v0.0.1 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73)
19792023-11-14T21:18:46.494Z Compiling erased-serde v0.3.30
19802023-11-14T21:18:46.648Z Checking num v0.4.1
19812023-11-14T21:18:46.775Z Compiling curve25519-dalek v4.1.0
19822023-11-14T21:18:46.794Z Compiling bitstruct_derive v0.1.0
19832023-11-14T21:18:47.225Z Compiling async-recursion v1.0.5
19842023-11-14T21:18:47.341Z Checking swrite v0.1.0
19852023-11-14T21:18:47.429Z Compiling glob v0.3.1
19862023-11-14T21:18:47.634Z Compiling mime_guess v2.0.4
19872023-11-14T21:18:47.995Z Compiling thiserror-impl-no-std v2.0.2
19882023-11-14T21:18:48.703Z Compiling curve25519-dalek-derive v0.1.0
19892023-11-14T21:18:48.782Z Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#bb69a3a4)
19902023-11-14T21:18:49.484Z Checking universal-hash v0.5.1
19912023-11-14T21:18:49.576Z Checking nibble_vec v0.1.0
19922023-11-14T21:18:50.030Z Compiling portable-atomic v1.4.3
19932023-11-14T21:18:50.658Z Checking opaque-debug v0.3.0
19942023-11-14T21:18:50.963Z Checking endian-type v0.1.2
19952023-11-14T21:18:51.267Z Compiling crunchy v0.2.2
19962023-11-14T21:18:51.391Z Checking radix_trie v0.2.1
19972023-11-14T21:18:51.714Z Checking snafu v0.7.5
19982023-11-14T21:18:52.013Z Checking libsw v3.3.0
19992023-11-14T21:18:52.059Z Compiling tiny-keccak v2.0.2
20002023-11-14T21:18:52.139Z Checking linear-map v1.2.0
20012023-11-14T21:18:52.394Z Checking owo-colors v3.5.0
20022023-11-14T21:18:52.463Z Checking parking_lot v0.11.2
20032023-11-14T21:18:52.501Z Checking trust-dns-client v0.22.0
20042023-11-14T21:18:52.662Z Compiling clang-sys v1.6.1
20052023-11-14T21:18:52.925Z Checking crossbeam-deque v0.8.3
20062023-11-14T21:18:53.011Z Checking aead v0.5.2
20072023-11-14T21:18:53.324Z Compiling darling_core v0.14.4
20082023-11-14T21:18:53.398Z Compiling prettyplease v0.2.12
20092023-11-14T21:18:53.722Z Compiling ascii-canvas v3.0.0
20102023-11-14T21:18:53.845Z Checking sled v0.34.7
20112023-11-14T21:18:54.493Z Checking trust-dns-server v0.22.1
20122023-11-14T21:18:54.704Z Checking parse-display v0.7.0
20132023-11-14T21:18:55.127Z Compiling const_format_proc_macros v0.2.31
20142023-11-14T21:18:55.318Z Compiling ena v0.14.2
20152023-11-14T21:18:55.689Z Checking pretty-hex v0.3.0
20162023-11-14T21:18:55.925Z Checking signature v1.6.4
20172023-11-14T21:18:55.959Z Compiling diff v0.1.13
20182023-11-14T21:18:56.094Z Compiling minimal-lexical v0.2.1
20192023-11-14T21:18:56.809Z Compiling nom v7.1.3
20202023-11-14T21:18:56.883Z Compiling lalrpop v0.19.12
20212023-11-14T21:18:58.357Z Checking ed25519 v1.5.3
20222023-11-14T21:18:58.579Z Checking tungstenite v0.18.0
20232023-11-14T21:18:59.540Z Checking path-dedot v3.1.0
20242023-11-14T21:18:59.754Z Compiling libloading v0.7.4
20252023-11-14T21:18:59.969Z Compiling bindgen v0.65.1
20262023-11-14T21:19:00.026Z Compiling ref-cast v1.0.20
20272023-11-14T21:19:01.022Z Checking tokio-tungstenite v0.18.0
20282023-11-14T21:19:01.679Z Checking path-absolutize v3.1.0
20292023-11-14T21:19:01.908Z Checking rayon v1.8.0
20302023-11-14T21:19:02.008Z Compiling darling_macro v0.14.4
20312023-11-14T21:19:02.292Z Checking lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
20322023-11-14T21:19:02.853Z Compiling cexpr v0.6.0
20332023-11-14T21:19:03.225Z Checking steno v0.4.0
20342023-11-14T21:19:03.462Z Compiling darling v0.14.4
20352023-11-14T21:19:03.599Z Compiling derive_builder_core v0.12.0
20362023-11-14T21:19:05.275Z Checking hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a)
20372023-11-14T21:19:05.774Z Checking nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d)
20382023-11-14T21:19:06.882Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
20392023-11-14T21:19:07.251Z Checking globset v0.4.13
20402023-11-14T21:19:07.325Z Checking hashlink v0.8.3
20412023-11-14T21:19:07.594Z Checking olpc-cjson v0.1.3
20422023-11-14T21:19:07.612Z Compiling which v4.4.0
20432023-11-14T21:19:07.899Z Checking serde-big-array v0.4.1
20442023-11-14T21:19:07.985Z Checking serde-big-array v0.5.1
20452023-11-14T21:19:08.044Z Checking serde_plain v1.0.2
20462023-11-14T21:19:08.136Z Compiling ref-cast-impl v1.0.20
20472023-11-14T21:19:08.237Z Compiling libxml v0.3.3
20482023-11-14T21:19:08.400Z Compiling peeking_take_while v0.1.2
20492023-11-14T21:19:08.403Z Checking fallible-streaming-iterator v0.1.9
20502023-11-14T21:19:08.579Z Compiling lazycell v1.3.0
20512023-11-14T21:19:08.607Z Compiling rustc-hash v1.1.0
20522023-11-14T21:19:08.733Z Compiling shlex v1.1.0
20532023-11-14T21:19:08.799Z Checking rusqlite v0.29.0
20542023-11-14T21:19:08.819Z Checking sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef)
20552023-11-14T21:19:09.908Z Compiling derive_builder_macro v0.12.0
20562023-11-14T21:19:10.462Z Checking nix v0.26.2
20572023-11-14T21:19:11.102Z Checking omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)
20582023-11-14T21:19:11.140Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73)
20592023-11-14T21:19:11.831Z Checking signal-hook-tokio v0.3.1
20602023-11-14T21:19:11.852Z Checking twox-hash v1.6.3
20612023-11-14T21:19:11.869Z Checking ff v0.13.0
20622023-11-14T21:19:11.931Z Compiling strum_macros v0.24.3
20632023-11-14T21:19:12.522Z Checking corncobs v0.1.3
20642023-11-14T21:19:12.555Z Checking display-error-chain v0.2.0
20652023-11-14T21:19:12.751Z Compiling indoc v1.0.9
20662023-11-14T21:19:12.793Z Checking sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef)
20672023-11-14T21:19:13.064Z Checking group v0.13.0
20682023-11-14T21:19:13.721Z Checking polyval v0.6.1
20692023-11-14T21:19:14.156Z Checking num_enum v0.7.0
20702023-11-14T21:19:14.385Z Checking ctr v0.9.2
20712023-11-14T21:19:14.629Z Checking aes v0.8.3
20722023-11-14T21:19:14.816Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10)
20732023-11-14T21:19:15.210Z Checking crypto-bigint v0.5.2
20742023-11-14T21:19:16.285Z Checking bincode v1.3.3
20752023-11-14T21:19:16.643Z Compiling cookie v0.16.2
20762023-11-14T21:19:17.089Z Compiling diesel-dtrace v0.2.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#c1252df7)
20772023-11-14T21:19:17.615Z Checking base16ct v0.2.0
20782023-11-14T21:19:17.916Z Checking elliptic-curve v0.13.5
20792023-11-14T21:19:18.512Z Checking aes-gcm-siv v0.11.1
20802023-11-14T21:19:18.550Z Checking thiserror-no-std v2.0.2
20812023-11-14T21:19:18.654Z Checking poly1305 v0.8.0
20822023-11-14T21:19:18.689Z Checking env_logger v0.9.3
20832023-11-14T21:19:19.430Z Checking chacha20 v0.9.1
20842023-11-14T21:19:19.435Z Compiling impl-trait-for-tuples v0.2.2
20852023-11-14T21:19:19.488Z Compiling oso-derive v0.27.0
20862023-11-14T21:19:19.701Z Checking viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10)
20872023-11-14T21:19:20.065Z Checking ringbuffer v0.15.0
20882023-11-14T21:19:20.178Z Checking ascii v1.1.0
20892023-11-14T21:19:20.542Z Checking chacha20poly1305 v0.10.1
20902023-11-14T21:19:20.796Z Checking rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c)
20912023-11-14T21:19:20.814Z Checking viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10)
20922023-11-14T21:19:21.234Z Checking bitstruct v0.1.1
20932023-11-14T21:19:21.429Z Checking vsss-rs v3.3.1
20942023-11-14T21:19:21.570Z Checking tungstenite v0.20.1
20952023-11-14T21:19:22.975Z Checking dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10)
20962023-11-14T21:19:23.209Z Checking serde_arrays v0.1.0
20972023-11-14T21:19:23.410Z Checking tokio-tungstenite v0.20.1
20982023-11-14T21:19:24.720Z Checking kstat-rs v0.2.3
20992023-11-14T21:19:25.173Z Checking bcs v0.1.6
21002023-11-14T21:19:25.215Z Compiling indoc v2.0.3
21012023-11-14T21:19:26.386Z Checking highway v1.1.0
21022023-11-14T21:19:27.138Z Checking assert_matches v1.5.0
21032023-11-14T21:19:30.583Z Checking const_format v0.2.31
21042023-11-14T21:19:30.984Z Checking ron v0.7.1
21052023-11-14T21:19:31.749Z Checking bit_field v0.10.2
21062023-11-14T21:19:32.299Z Checking http-range v0.1.5
21072023-11-14T21:19:32.558Z Checking hyper-staticfile v0.9.5
21082023-11-14T21:19:34.144Z Checking number_prefix v0.4.0
21092023-11-14T21:19:34.246Z Checking maplit v1.0.2
21102023-11-14T21:19:34.478Z Checking indicatif v0.17.7
21112023-11-14T21:19:36.760Z Checking derive_builder v0.12.0
21122023-11-14T21:19:39.298Z Checking bb8 v0.8.1
21132023-11-14T21:19:39.376Z Checking quick-xml v0.23.1
21142023-11-14T21:19:39.738Z Checking bytesize v1.3.0
21152023-11-14T21:19:40.109Z Checking smawk v0.3.1
21162023-11-14T21:19:40.358Z Checking fs-err v2.9.0
21172023-11-14T21:19:40.378Z Checking unicode-linebreak v0.1.5
21182023-11-14T21:19:41.030Z Checking textwrap v0.16.0
21192023-11-14T21:19:41.268Z Checking async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=1446f7e0c1f05f33a0581abd51fa873c7652ab61#1446f7e0)
21202023-11-14T21:19:42.735Z Compiling vte_generate_state_changes v0.1.1
21212023-11-14T21:19:42.872Z Checking cassowary v0.3.0
21222023-11-14T21:19:42.998Z Checking is_ci v1.1.1
21232023-11-14T21:19:43.242Z Checking supports-color v2.1.0
21242023-11-14T21:19:43.522Z Checking ratatui v0.23.0
21252023-11-14T21:19:47.103Z Checking rtoolbox v0.0.1
21262023-11-14T21:19:47.368Z Checking rpassword v7.2.0
21272023-11-14T21:19:47.399Z Checking tui-tree-widget v0.13.0
21282023-11-14T21:19:49.067Z Checking shell-words v1.1.0
21292023-11-14T21:19:49.105Z Checking yansi v0.5.1
21302023-11-14T21:19:49.558Z Checking pretty_assertions v1.4.0
21312023-11-14T21:19:52.477Z Checking fatfs v0.3.6
21322023-11-14T21:19:53.100Z Checking plotters-backend v0.3.5
21332023-11-14T21:19:53.671Z Checking plotters-svg v0.3.5
21342023-11-14T21:19:54.202Z Checking rand v0.4.6
21352023-11-14T21:19:54.746Z Checking cast v0.3.0
21362023-11-14T21:19:55.232Z Checking remove_dir_all v0.5.3
21372023-11-14T21:19:55.371Z Checking criterion-plot v0.5.0
21382023-11-14T21:19:55.735Z Checking tempdir v0.3.7
21392023-11-14T21:19:55.964Z Checking plotters v0.3.5
21402023-11-14T21:19:59.277Z Checking tinytemplate v1.2.1
21412023-11-14T21:19:59.511Z Checking oorandom v11.1.3
21422023-11-14T21:19:59.850Z Checking anes v0.1.6
21432023-11-14T21:20:00.432Z Checking criterion v0.5.1
21442023-11-14T21:20:05.193Z Checking assert_cmd v2.0.12
21452023-11-14T21:20:05.457Z Checking dashmap v5.5.1
21462023-11-14T21:20:05.855Z Compiling serial_test_derive v0.10.0
21472023-11-14T21:20:07.296Z Compiling crossbeam-queue v0.3.8
21482023-11-14T21:20:07.474Z Checking serial_test v0.10.0
21492023-11-14T21:20:07.979Z Checking vte v0.11.1
21502023-11-14T21:20:08.004Z Checking threadpool v1.8.1
21512023-11-14T21:20:08.378Z Checking libtest-mimic v0.6.1
21522023-11-14T21:20:08.745Z Compiling tabled_derive v0.6.0
21532023-11-14T21:20:09.036Z Checking httptest v0.15.5
21542023-11-14T21:20:10.177Z Checking similar-asserts v1.5.0
21552023-11-14T21:20:10.520Z Checking fd-lock v3.0.13
21562023-11-14T21:20:10.582Z Checking strip-ansi-escapes v0.2.0
21572023-11-14T21:20:10.792Z Checking nanorand v0.7.0
21582023-11-14T21:20:10.795Z Compiling rstest_macros v0.18.2
21592023-11-14T21:20:11.278Z Checking nu-ansi-term v0.49.0
21602023-11-14T21:20:11.587Z Checking flume v0.11.0
21612023-11-14T21:20:11.872Z Checking datatest-stable v0.2.3
21622023-11-14T21:20:11.934Z Checking reedline v0.25.0
21632023-11-14T21:20:12.342Z Compiling pin-project-internal v1.1.3
21642023-11-14T21:20:13.265Z Checking arrayvec v0.7.4
21652023-11-14T21:20:13.382Z Checking constant_time_eq v0.2.6
21662023-11-14T21:20:13.685Z Checking topological-sort v0.2.2
21672023-11-14T21:20:13.852Z Checking arrayref v0.3.7
21682023-11-14T21:20:13.855Z Compiling relative-path v1.9.0
21692023-11-14T21:20:13.955Z Compiling trybuild v1.0.85
21702023-11-14T21:20:13.985Z Checking bytecount v0.6.3
21712023-11-14T21:20:14.208Z Checking papergrid v0.10.0
21722023-11-14T21:20:14.586Z Checking blake2b_simd v1.0.1
21732023-11-14T21:20:16.388Z Checking basic-toml v0.1.4
21742023-11-14T21:20:16.834Z Checking pin-project v1.1.3
21752023-11-14T21:20:17.009Z Checking futures-timer v3.0.2
21762023-11-14T21:20:17.131Z Checking constant_time_eq v0.3.0
21772023-11-14T21:20:17.589Z Checking rust-argon2 v1.0.1
21782023-11-14T21:20:18.111Z Checking partial-io v0.5.4
21792023-11-14T21:20:18.681Z Checking tabled v0.14.0
21802023-11-14T21:20:19.877Z Checking cargo-platform v0.1.3
21812023-11-14T21:20:20.071Z Checking approx v0.5.1
21822023-11-14T21:20:20.341Z Checking hex-literal v0.4.1
21832023-11-14T21:20:20.397Z Checking cargo_metadata v0.18.0
21842023-11-14T21:20:23.149Z Checking crossbeam v0.8.2
21852023-11-14T21:20:23.305Z Checking cargo_toml v0.17.0
21862023-11-14T21:20:24.012Z Checking termios v0.3.3
21872023-11-14T21:20:26.250Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
21882023-11-14T21:20:26.870Z Checking rstest v0.18.2
21892023-11-14T21:20:35.427Z Compiling bzip2 v0.4.4
21902023-11-14T21:20:36.015Z Compiling zip v0.6.6
21912023-11-14T21:20:41.578Z Checking hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84)
21922023-11-14T21:20:42.298Z Compiling samael v0.0.10 (https://github.com/njaremko/samael?branch=master#52028e45)
21932023-11-14T21:20:56.885Z Compiling polar-core v0.27.0
21942023-11-14T21:21:00.795Z Checking rustls-webpki v0.101.7
21952023-11-14T21:21:06.903Z Checking tokio-rustls v0.24.1
21962023-11-14T21:21:07.451Z Checking hyper-rustls v0.24.2
21972023-11-14T21:21:07.997Z Checking reqwest v0.11.20
21982023-11-14T21:21:10.567Z Checking progenitor-client v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b)
21992023-11-14T21:21:11.046Z Checking progenitor v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b)
22002023-11-14T21:21:11.354Z Checking tough v0.14.0
22012023-11-14T21:21:11.374Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10)
22022023-11-14T21:21:12.992Z Checking dns-service-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)
22032023-11-14T21:21:13.316Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73)
22042023-11-14T21:21:13.434Z Checking omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)
22052023-11-14T21:21:14.257Z Checking oso v0.27.0
22062023-11-14T21:21:17.908Z Compiling omicron-zone-package v0.8.3
22072023-11-14T21:21:18.461Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73)
22082023-11-14T21:21:25.317Z Checking nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)
22092023-11-14T21:21:25.431Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)
22102023-11-14T21:21:25.434Z Checking internal-dns v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)
22112023-11-14T21:21:28.189Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
22122023-11-14T21:21:28.238Z Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
22132023-11-14T21:21:28.337Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
22142023-11-14T21:21:28.483Z Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client)
22152023-11-14T21:21:28.809Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
22162023-11-14T21:21:28.855Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
22172023-11-14T21:21:28.887Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
22182023-11-14T21:21:29.391Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
22192023-11-14T21:21:29.835Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
22202023-11-14T21:21:29.953Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
22212023-11-14T21:21:34.678Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
22222023-11-14T21:21:35.306Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
22232023-11-14T21:21:38.064Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
22242023-11-14T21:21:39.629Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
22252023-11-14T21:21:42.711Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
22262023-11-14T21:21:43.191Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
22272023-11-14T21:21:45.299Z Checking oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)
22282023-11-14T21:21:45.698Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
22292023-11-14T21:21:46.191Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
22302023-11-14T21:21:48.540Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
22312023-11-14T21:21:49.487Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
22322023-11-14T21:21:49.974Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
22332023-11-14T21:21:50.136Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
22342023-11-14T21:21:51.248Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
22352023-11-14T21:21:52.258Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
22362023-11-14T21:21:52.489Z Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
22372023-11-14T21:21:52.686Z Checking ipcc-key-value v0.1.0 (/work/oxidecomputer/omicron/ipcc-key-value)
22382023-11-14T21:21:53.709Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
22392023-11-14T21:21:55.260Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
22402023-11-14T21:22:04.894Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
22412023-11-14T21:22:05.748Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
22422023-11-14T21:22:10.413Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
22432023-11-14T21:22:11.683Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
22442023-11-14T21:22:12.897Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
22452023-11-14T21:22:14.166Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
22462023-11-14T21:22:14.645Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
22472023-11-14T21:22:15.483Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
22482023-11-14T21:22:15.515Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
22492023-11-14T21:22:16.128Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
22502023-11-14T21:22:17.106Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
22512023-11-14T21:22:18.487Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
22522023-11-14T21:22:19.307Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
22532023-11-14T21:22:21.985Z Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
22542023-11-14T21:22:22.011Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
22552023-11-14T21:22:22.329Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
22562023-11-14T21:22:28.146Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
22572023-11-14T21:22:32.710Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
22582023-11-14T21:22:38.896Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
22592023-11-14T21:22:39.068Z Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
22602023-11-14T21:22:39.431Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
22612023-11-14T21:22:40.067Z Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
22622023-11-14T21:22:41.621Z Checking installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client)
22632023-11-14T21:22:44.256Z Checking installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd)
22642023-11-14T21:22:49.523Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
22652023-11-14T21:22:50.700Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
22662023-11-14T21:22:51.144Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
22672023-11-14T21:22:52.674Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
22682023-11-14T21:22:53.051Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
22692023-11-14T21:22:54.562Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
22702023-11-14T21:23:01.798Z Checking omicron-deploy v0.1.0 (/work/oxidecomputer/omicron/dev-tools/thing-flinger)
22712023-11-14T21:23:12.888Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
22722023-11-14T21:23:35.275Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli)
22732023-11-14T21:23:49.438Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
22742023-11-14T21:24:17.251Z Checking caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util)
22752023-11-14T21:24:31.512Z Compiling git2 v0.17.2
22762023-11-14T21:24:41.171Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73)
22772023-11-14T21:24:43.785Z Checking crucible-protocol v0.0.0 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73)
22782023-11-14T21:24:56.993Z Checking propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10)
22792023-11-14T21:25:09.310Z Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10)
22802023-11-14T21:25:09.608Z Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10)
22812023-11-14T21:25:10.115Z Checking propolis-server v0.1.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10)
22822023-11-14T21:25:11.568Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
22832023-11-14T21:25:42.430Z Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
22842023-11-14T21:27:00.760Z Finished dev [unoptimized + debuginfo] target(s) in 12m 36s
22852023-11-14T21:27:00.989Z
22862023-11-14T21:27:00.994Zreal 13:38.989792885
22872023-11-14T21:27:00.999Zuser 1:19:32.003942124
22882023-11-14T21:27:01.002Zsys 10:55.293699128
22892023-11-14T21:27:01.007Ztrap 2.632214016
22902023-11-14T21:27:01.010Ztflt 4.747490576
22912023-11-14T21:27:01.013Zdflt 5.576672718
22922023-11-14T21:27:01.016Zkflt 0.022152226
22932023-11-14T21:27:01.021Zlock 1:51:44.010853957
22942023-11-14T21:27:01.025Zslp 4:47:27.188070914
22952023-11-14T21:27:01.028Zlat 2:50.124823400
22962023-11-14T21:27:01.031Zstop 8:24.246433319
22972023-11-14T21:27:02.271Zwarning: output filename collision.
22982023-11-14T21:27:02.282ZThe lib target `dns-service-client` in package `dns-service-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)` has the same output filename as the lib target `dns-service-client` in package `dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)`.
22992023-11-14T21:27:02.285ZColliding filename is: /work/oxidecomputer/omicron/target/doc/dns_service_client/index.html
23002023-11-14T21:27:02.289ZThe targets should have unique names.
23012023-11-14T21:27:02.292ZThis is a known bug where multiple crates with the same name use
23022023-11-14T21:27:02.295Zthe same path; see <https://github.com/rust-lang/cargo/issues/6313>.
23032023-11-14T21:27:02.298Zwarning: output filename collision.
23042023-11-14T21:27:02.302ZThe 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)`.
23052023-11-14T21:27:02.306ZColliding filename is: /work/oxidecomputer/omicron/target/doc/hubpack/index.html
23062023-11-14T21:27:02.312ZThe targets should have unique names.
23072023-11-14T21:27:02.315ZThis is a known bug where multiple crates with the same name use
23082023-11-14T21:27:02.319Zthe same path; see <https://github.com/rust-lang/cargo/issues/6313>.
23092023-11-14T21:27:02.322Zwarning: output filename collision.
23102023-11-14T21:27:02.326ZThe lib target `internal-dns` in package `internal-dns v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)` has the same output filename as the lib target `internal-dns` in package `internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)`.
23112023-11-14T21:27:02.329ZColliding filename is: /work/oxidecomputer/omicron/target/doc/internal_dns/index.html
23122023-11-14T21:27:02.333ZThe targets should have unique names.
23132023-11-14T21:27:02.335ZThis is a known bug where multiple crates with the same name use
23142023-11-14T21:27:02.338Zthe same path; see <https://github.com/rust-lang/cargo/issues/6313>.
23152023-11-14T21:27:02.344Zwarning: output filename collision.
23162023-11-14T21:27:02.349ZThe lib target `nexus-client` in package `nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)` has the same output filename as the lib target `nexus-client` in package `nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)`.
23172023-11-14T21:27:02.352ZColliding filename is: /work/oxidecomputer/omicron/target/doc/nexus_client/index.html
23182023-11-14T21:27:02.355ZThe targets should have unique names.
23192023-11-14T21:27:02.359ZThis is a known bug where multiple crates with the same name use
23202023-11-14T21:27:02.362Zthe same path; see <https://github.com/rust-lang/cargo/issues/6313>.
23212023-11-14T21:27:02.364Zwarning: output filename collision.
23222023-11-14T21:27:02.368ZThe lib target `nix` in package `nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d)` has the same output filename as the lib target `nix` in package `nix v0.26.2`.
23232023-11-14T21:27:02.371ZColliding filename is: /work/oxidecomputer/omicron/target/doc/nix/index.html
23242023-11-14T21:27:02.375ZThe targets should have unique names.
23252023-11-14T21:27:02.379ZThis is a known bug where multiple crates with the same name use
23262023-11-14T21:27:02.383Zthe same path; see <https://github.com/rust-lang/cargo/issues/6313>.
23272023-11-14T21:27:02.387Zwarning: output filename collision.
23282023-11-14T21:27:02.393ZThe lib target `omicron-common` in package `omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)` has the same output filename as the lib target `omicron-common` in package `omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)`.
23292023-11-14T21:27:02.399ZColliding filename is: /work/oxidecomputer/omicron/target/doc/omicron_common/index.html
23302023-11-14T21:27:02.402ZThe targets should have unique names.
23312023-11-14T21:27:02.404ZThis is a known bug where multiple crates with the same name use
23322023-11-14T21:27:02.408Zthe same path; see <https://github.com/rust-lang/cargo/issues/6313>.
23332023-11-14T21:27:02.413Zwarning: output filename collision.
23342023-11-14T21:27:02.416ZThe lib target `omicron-passwords` in package `omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)` has the same output filename as the lib target `omicron-passwords` in package `omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)`.
23352023-11-14T21:27:02.421ZColliding filename is: /work/oxidecomputer/omicron/target/doc/omicron_passwords/index.html
23362023-11-14T21:27:02.425ZThe targets should have unique names.
23372023-11-14T21:27:02.428ZThis is a known bug where multiple crates with the same name use
23382023-11-14T21:27:02.433Zthe same path; see <https://github.com/rust-lang/cargo/issues/6313>.
23392023-11-14T21:27:02.438Zwarning: output filename collision.
23402023-11-14T21:27:02.443ZThe lib target `oximeter` in package `oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)` has the same output filename as the lib target `oximeter` in package `oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)`.
23412023-11-14T21:27:02.447ZColliding filename is: /work/oxidecomputer/omicron/target/doc/oximeter/index.html
23422023-11-14T21:27:02.450ZThe targets should have unique names.
23432023-11-14T21:27:02.454ZThis is a known bug where multiple crates with the same name use
23442023-11-14T21:27:02.457Zthe same path; see <https://github.com/rust-lang/cargo/issues/6313>.
23452023-11-14T21:27:02.461Zwarning: output filename collision.
23462023-11-14T21:27:02.464ZThe bin target `oximeter` in package `oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)` has the same output filename as the lib target `oximeter` in package `oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)`.
23472023-11-14T21:27:02.467ZColliding filename is: /work/oxidecomputer/omicron/target/doc/oximeter/index.html
23482023-11-14T21:27:02.470ZThe targets should have unique names.
23492023-11-14T21:27:02.475ZThis is a known bug where multiple crates with the same name use
23502023-11-14T21:27:02.478Zthe same path; see <https://github.com/rust-lang/cargo/issues/6313>.
23512023-11-14T21:27:02.482Zwarning: output filename collision.
23522023-11-14T21:27:02.485ZThe lib target `oximeter-producer` in package `oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)` has the same output filename as the lib target `oximeter-producer` in package `oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)`.
23532023-11-14T21:27:02.490ZColliding filename is: /work/oxidecomputer/omicron/target/doc/oximeter_producer/index.html
23542023-11-14T21:27:02.494ZThe targets should have unique names.
23552023-11-14T21:27:02.497ZThis is a known bug where multiple crates with the same name use
23562023-11-14T21:27:02.500Zthe same path; see <https://github.com/rust-lang/cargo/issues/6313>.
23572023-11-14T21:27:02.503Zwarning: output filename collision.
23582023-11-14T21:27:02.507ZThe 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)`.
23592023-11-14T21:27:02.511ZColliding filename is: /work/oxidecomputer/omicron/target/doc/tlvc/index.html
23602023-11-14T21:27:02.515ZThe targets should have unique names.
23612023-11-14T21:27:02.518ZThis is a known bug where multiple crates with the same name use
23622023-11-14T21:27:02.521Zthe same path; see <https://github.com/rust-lang/cargo/issues/6313>.
23632023-11-14T21:27:02.913Z Checking unicode-ident v1.0.12
23642023-11-14T21:27:02.936Z Documenting libc v0.2.150
23652023-11-14T21:27:02.946Z Documenting cfg-if v1.0.0
23662023-11-14T21:27:02.972Z Checking libc v0.2.150
23672023-11-14T21:27:02.984Z Checking cfg-if v1.0.0
23682023-11-14T21:27:02.988Z Checking serde v1.0.188
23692023-11-14T21:27:03.017Z Documenting scopeguard v1.2.0
23702023-11-14T21:27:03.021Z Documenting log v0.4.20
23712023-11-14T21:27:03.112Z Documenting itoa v1.0.9
23722023-11-14T21:27:03.122Z Checking proc-macro2 v1.0.67
23732023-11-14T21:27:04.139Z Checking quote v1.0.33
23742023-11-14T21:27:04.672Z Checking syn v2.0.32
23752023-11-14T21:27:05.210Z Checking syn v1.0.109
23762023-11-14T21:27:07.072Z Documenting lock_api v0.4.10
23772023-11-14T21:27:07.104Z Checking once_cell v1.18.0
23782023-11-14T21:27:07.267Z Documenting smallvec v1.11.0
23792023-11-14T21:27:07.546Z Documenting memchr v2.6.3
23802023-11-14T21:27:09.261Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
23812023-11-14T21:27:09.613Z Documenting getrandom v0.2.10
23822023-11-14T21:27:09.689Z Documenting once_cell v1.18.0
23832023-11-14T21:27:11.396Z Documenting libm v0.2.7
23842023-11-14T21:27:11.662Z Documenting pin-project-lite v0.2.13
23852023-11-14T21:27:12.206Z Documenting parking_lot_core v0.9.8
23862023-11-14T21:27:14.321Z Documenting signal-hook-registry v1.4.1
23872023-11-14T21:27:14.695Z Documenting mio v0.8.8
23882023-11-14T21:27:14.938Z Documenting serde_derive v1.0.188
23892023-11-14T21:27:15.058Z Documenting rand_core v0.6.4
23902023-11-14T21:27:15.438Z Documenting zeroize_derive v1.4.2
23912023-11-14T21:27:15.698Z Documenting thiserror-impl v1.0.49
23922023-11-14T21:27:16.172Z Documenting num-traits v0.2.16
23932023-11-14T21:27:17.891Z Documenting parking_lot v0.12.1
23942023-11-14T21:27:19.944Z Checking itoa v1.0.9
23952023-11-14T21:27:20.265Z Documenting futures-core v0.3.29
23962023-11-14T21:27:20.503Z Documenting tokio-macros v2.1.0
23972023-11-14T21:27:21.037Z Documenting num_cpus v1.16.0
23982023-11-14T21:27:22.793Z Documenting thiserror v1.0.49
23992023-11-14T21:27:22.865Z Documenting zeroize v1.6.0
24002023-11-14T21:27:23.206Z Documenting socket2 v0.5.4
24012023-11-14T21:27:24.098Z Documenting typenum v1.16.0
24022023-11-14T21:27:25.474Z Documenting serde v1.0.188
24032023-11-14T21:27:26.085Z Documenting ryu v1.0.15
24042023-11-14T21:27:26.678Z Checking thiserror v1.0.49
24052023-11-14T21:27:28.078Z Checking ryu v1.0.15
24062023-11-14T21:27:28.082Z Documenting subtle v2.5.0
24072023-11-14T21:27:28.091Z Checking getrandom v0.2.10
24082023-11-14T21:27:28.163Z Documenting futures-sink v0.3.29
24092023-11-14T21:27:28.614Z Documenting byteorder v1.5.0
24102023-11-14T21:27:28.628Z Documenting pin-utils v0.1.0
24112023-11-14T21:27:29.067Z Checking serde_json v1.0.108
24122023-11-14T21:27:30.194Z Documenting iana-time-zone v0.1.57
24132023-11-14T21:27:31.578Z Documenting generic-array v0.14.7
24142023-11-14T21:27:32.080Z Checking memchr v2.6.3
24152023-11-14T21:27:32.713Z Checking heck v0.4.1
24162023-11-14T21:27:33.004Z Documenting futures-macro v0.3.29
24172023-11-14T21:27:33.438Z Documenting slab v0.4.9
24182023-11-14T21:27:34.253Z Documenting futures-channel v0.3.29
24192023-11-14T21:27:34.829Z Documenting futures-task v0.3.29
24202023-11-14T21:27:35.907Z Documenting futures-io v0.3.29
24212023-11-14T21:27:36.560Z Documenting const-oid v0.9.5
24222023-11-14T21:27:37.895Z Documenting crypto-common v0.1.6
24232023-11-14T21:27:39.472Z Checking log v0.4.20
24242023-11-14T21:27:39.753Z Checking bytes v1.5.0
24252023-11-14T21:27:39.948Z Documenting ppv-lite86 v0.2.17
24262023-11-14T21:27:40.144Z Checking byteorder v1.5.0
24272023-11-14T21:27:40.760Z Documenting base64 v0.21.5
24282023-11-14T21:27:40.787Z Documenting tinyvec_macros v0.1.1
24292023-11-14T21:27:41.011Z Documenting block-buffer v0.10.4
24302023-11-14T21:27:41.647Z Documenting futures-util v0.3.29
24312023-11-14T21:27:44.438Z Documenting rand_chacha v0.3.1
24322023-11-14T21:27:44.756Z Documenting tracing-core v0.1.31
24332023-11-14T21:27:44.803Z Documenting tinyvec v1.6.0
24342023-11-14T21:27:45.318Z Documenting tracing-attributes v0.1.26
24352023-11-14T21:27:46.942Z Checking fnv v1.0.7
24362023-11-14T21:27:47.114Z Documenting digest v0.10.7
24372023-11-14T21:27:47.148Z Checking serde_derive_internals v0.26.0
24382023-11-14T21:27:48.076Z Documenting serde_derive_internals v0.26.0
24392023-11-14T21:27:50.037Z Documenting dyn-clone v1.0.13
24402023-11-14T21:27:50.442Z Documenting rand v0.8.5
24412023-11-14T21:27:54.726Z Documenting unicode-normalization v0.1.22
24422023-11-14T21:27:54.838Z Checking ucd-trie v0.1.6
24432023-11-14T21:27:55.125Z Documenting fnv v1.0.7
24442023-11-14T21:27:55.171Z Documenting cpufeatures v0.2.9
24452023-11-14T21:27:55.956Z Checking pest v2.7.2
24462023-11-14T21:27:57.284Z Documenting schemars_derive v0.8.13
24472023-11-14T21:27:58.073Z Documenting bytes v1.5.0
24482023-11-14T21:27:58.087Z Documenting bitflags v2.4.0
24492023-11-14T21:27:59.475Z Documenting serde_json v1.0.108
24502023-11-14T21:27:59.985Z Documenting chrono v0.4.31
24512023-11-14T21:28:01.302Z Documenting uuid v1.5.0
24522023-11-14T21:28:01.483Z Documenting spin v0.9.8
24532023-11-14T21:28:05.255Z Documenting tokio v1.33.0
24542023-11-14T21:28:05.268Z Checking libm v0.2.7
24552023-11-14T21:28:06.133Z Documenting unicode-bidi v0.3.13
24562023-11-14T21:28:06.284Z Documenting http v0.2.9
24572023-11-14T21:28:06.725Z Checking num-traits v0.2.16
24582023-11-14T21:28:07.337Z Documenting lazy_static v1.4.0
24592023-11-14T21:28:07.785Z Documenting percent-encoding v2.3.0
24602023-11-14T21:28:09.010Z Documenting schemars v0.8.13
24612023-11-14T21:28:09.534Z Checking ahash v0.8.3
24622023-11-14T21:28:10.078Z Documenting ahash v0.8.3
24632023-11-14T21:28:11.514Z Documenting tracing v0.1.37
24642023-11-14T21:28:11.667Z Documenting allocator-api2 v0.2.16
24652023-11-14T21:28:12.358Z Checking time-core v0.1.1
24662023-11-14T21:28:12.577Z Documenting unicode-ident v1.0.12
24672023-11-14T21:28:13.796Z Documenting form_urlencoded v1.2.0
24682023-11-14T21:28:14.748Z Documenting adler v1.0.2
24692023-11-14T21:28:15.993Z Documenting idna v0.4.0
24702023-11-14T21:28:16.699Z Documenting hashbrown v0.14.2
24712023-11-14T21:28:16.743Z Documenting proc-macro2 v1.0.67
24722023-11-14T21:28:18.041Z Documenting httparse v1.8.0
24732023-11-14T21:28:18.771Z Documenting miniz_oxide v0.7.1
24742023-11-14T21:28:19.099Z Documenting untrusted v0.9.0
24752023-11-14T21:28:20.840Z Documenting equivalent v1.0.1
24762023-11-14T21:28:22.737Z Documenting url v2.4.1
24772023-11-14T21:28:23.168Z Documenting ring v0.17.5
24782023-11-14T21:28:23.284Z Documenting quote v1.0.33
24792023-11-14T21:28:23.703Z Checking zerocopy v0.3.0
24802023-11-14T21:28:23.862Z Checking uuid v1.5.0
24812023-11-14T21:28:24.221Z Checking iana-time-zone v0.1.57
24822023-11-14T21:28:24.459Z Checking chrono v0.4.31
24832023-11-14T21:28:24.683Z Checking dtrace-parser v0.1.14
24842023-11-14T21:28:24.778Z Checking dof v0.1.5
24852023-11-14T21:28:24.843Z Documenting indexmap v2.1.0
24862023-11-14T21:28:25.443Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
24872023-11-14T21:28:25.457Z Checking thread-id v4.2.0
24882023-11-14T21:28:25.598Z Documenting sct v0.7.0
24892023-11-14T21:28:26.487Z Documenting slog v2.7.0
24902023-11-14T21:28:27.777Z Documenting httpdate v1.0.3
24912023-11-14T21:28:28.703Z Documenting openssl-probe v0.1.5
24922023-11-14T21:28:28.900Z Documenting try-lock v0.2.4
24932023-11-14T21:28:31.157Z Documenting rustls-webpki v0.101.7
24942023-11-14T21:28:31.707Z Checking usdt-impl v0.3.5
24952023-11-14T21:28:32.563Z Documenting http-body v0.4.5
24962023-11-14T21:28:32.664Z Documenting rustls-pemfile v1.0.3
24972023-11-14T21:28:32.768Z Documenting openssl-macros v0.1.1
24982023-11-14T21:28:33.225Z Documenting want v0.3.1
24992023-11-14T21:28:33.593Z Documenting openssl-sys v0.9.93
25002023-11-14T21:28:34.489Z Documenting errno v0.3.2
25012023-11-14T21:28:37.542Z Documenting rustls v0.21.8
25022023-11-14T21:28:37.927Z Documenting tokio-util v0.7.10
25032023-11-14T21:28:38.855Z Checking allocator-api2 v0.2.16
25042023-11-14T21:28:38.967Z Documenting gimli v0.28.0
25052023-11-14T21:28:39.321Z Documenting tower-service v0.3.2
25062023-11-14T21:28:39.458Z Documenting mime v0.3.17
25072023-11-14T21:28:39.873Z Documenting rustix v0.38.9
25082023-11-14T21:28:39.911Z Checking hashbrown v0.14.2
25092023-11-14T21:28:41.657Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
25102023-11-14T21:28:44.295Z Documenting openssl v0.10.57
25112023-11-14T21:28:45.236Z Documenting time-macros v0.2.13
25122023-11-14T21:28:45.929Z Documenting async-trait v0.1.74
25132023-11-14T21:28:48.101Z Documenting h2 v0.3.21
25142023-11-14T21:28:48.871Z Documenting addr2line v0.21.0
25152023-11-14T21:28:50.682Z Documenting aho-corasick v1.0.4
25162023-11-14T21:28:51.034Z Documenting tokio-rustls v0.24.1
25172023-11-14T21:28:52.773Z Documenting object v0.32.1
25182023-11-14T21:28:54.245Z Documenting unicode-width v0.1.11
25192023-11-14T21:28:54.641Z Documenting regex-syntax v0.8.2
25202023-11-14T21:28:55.532Z Checking dyn-clone v1.0.13
25212023-11-14T21:28:55.737Z Documenting ipnet v2.8.0
25222023-11-14T21:28:57.737Z Documenting deranged v0.3.8
25232023-11-14T21:28:58.153Z Documenting num_threads v0.1.6
25242023-11-14T21:28:58.432Z Documenting time-core v0.1.1
25252023-11-14T21:28:59.822Z Documenting rustc-demangle v0.1.23
25262023-11-14T21:29:01.362Z Checking equivalent v1.0.1
25272023-11-14T21:29:01.512Z Checking indexmap v2.1.0
25282023-11-14T21:29:02.524Z Checking schemars v0.8.13
25292023-11-14T21:29:03.151Z Documenting hyper v0.14.27
25302023-11-14T21:29:03.261Z Checking pest_meta v2.7.2
25312023-11-14T21:29:04.044Z Documenting crossbeam-utils v0.8.16
25322023-11-14T21:29:04.133Z Documenting native-tls v0.2.11
25332023-11-14T21:29:04.411Z Documenting time v0.3.27
25342023-11-14T21:29:04.414Z Documenting regex-automata v0.4.3
25352023-11-14T21:29:04.851Z Checking hashbrown v0.13.2
25362023-11-14T21:29:05.017Z Documenting pest_meta v2.7.2
25372023-11-14T21:29:06.408Z Checking http v0.2.9
25382023-11-14T21:29:08.520Z Documenting encoding_rs v0.8.33
25392023-11-14T21:29:10.395Z Checking pest_generator v2.7.2
25402023-11-14T21:29:11.166Z Documenting backtrace v0.3.69
25412023-11-14T21:29:11.621Z Documenting rustls-native-certs v0.6.3
25422023-11-14T21:29:12.366Z Documenting pest_generator v2.7.2
25432023-11-14T21:29:12.375Z Documenting tokio-native-tls v0.3.1
25442023-11-14T21:29:13.268Z Documenting serde_urlencoded v0.7.1
25452023-11-14T21:29:15.659Z Documenting ucd-trie v0.1.6
25462023-11-14T21:29:17.190Z Checking serde_tokenstream v0.1.7
25472023-11-14T21:29:17.301Z Documenting regex v1.10.2
25482023-11-14T21:29:17.752Z Documenting webpki-roots v0.25.2
25492023-11-14T21:29:18.435Z Documenting anyhow v1.0.75
25502023-11-14T21:29:18.928Z Documenting pest_derive v2.7.2
25512023-11-14T21:29:19.910Z Documenting syn v2.0.32
25522023-11-14T21:29:20.138Z Checking aho-corasick v1.0.4
25532023-11-14T21:29:21.481Z Documenting pest v2.7.2
25542023-11-14T21:29:21.943Z Documenting hyper-tls v0.5.0
25552023-11-14T21:29:22.623Z Documenting hyper-rustls v0.24.2
25562023-11-14T21:29:23.898Z Documenting dof v0.1.5
25572023-11-14T21:29:25.269Z Documenting thread-id v4.2.0
25582023-11-14T21:29:25.539Z Checking regex-syntax v0.8.2
25592023-11-14T21:29:25.645Z Documenting usdt-attr-macro v0.3.5
25602023-11-14T21:29:29.850Z Documenting dtrace-parser v0.1.14
25612023-11-14T21:29:29.956Z Documenting usdt-macro v0.3.5
25622023-11-14T21:29:30.788Z Checking regex-automata v0.4.3
25632023-11-14T21:29:30.854Z Documenting openapiv3 v1.0.3
25642023-11-14T21:29:32.828Z Documenting ipnetwork v0.20.0
25652023-11-14T21:29:33.152Z Documenting reqwest v0.11.20
25662023-11-14T21:29:34.328Z Documenting sha2 v0.10.8
25672023-11-14T21:29:35.552Z Documenting usdt-impl v0.3.5
25682023-11-14T21:29:36.162Z Documenting futures-executor v0.3.29
25692023-11-14T21:29:38.410Z Checking serde_tokenstream v0.2.0
25702023-11-14T21:29:39.033Z Checking unicode-width v0.1.11
25712023-11-14T21:29:39.280Z Checking strsim v0.10.0
25722023-11-14T21:29:39.565Z Checking regex v1.10.2
25732023-11-14T21:29:40.170Z Checking regress v0.7.1
25742023-11-14T21:29:40.596Z Documenting hex v0.4.3
25752023-11-14T21:29:41.331Z Documenting hmac v0.12.1
25762023-11-14T21:29:41.499Z Documenting fallible-iterator v0.2.0
25772023-11-14T21:29:42.283Z Documenting futures v0.3.29
25782023-11-14T21:29:44.612Z Documenting usdt v0.3.5
25792023-11-14T21:29:45.495Z Checking typify-impl v0.0.13 (https://github.com/oxidecomputer/typify#de16c423)
25802023-11-14T21:29:47.309Z Checking openapiv3 v1.0.3
25812023-11-14T21:29:48.415Z Documenting stringprep v0.1.3
25822023-11-14T21:29:48.570Z Documenting semver v1.0.20
25832023-11-14T21:29:48.659Z Documenting md-5 v0.10.5
25842023-11-14T21:29:48.673Z Documenting regress v0.7.1
25852023-11-14T21:29:52.103Z Documenting utf8parse v0.2.1
25862023-11-14T21:29:52.781Z Documenting siphasher v0.3.11
25872023-11-14T21:29:53.367Z Documenting block-padding v0.3.3
25882023-11-14T21:29:53.724Z Checking unsafe-libyaml v0.2.9
25892023-11-14T21:29:54.493Z Documenting heck v0.4.1
25902023-11-14T21:29:55.025Z Documenting static_assertions v1.1.0
25912023-11-14T21:29:55.741Z Documenting typify-macro v0.0.13 (https://github.com/oxidecomputer/typify#de16c423)
25922023-11-14T21:29:56.056Z Documenting postgres-protocol v0.6.6
25932023-11-14T21:29:56.387Z Checking typify v0.0.13 (https://github.com/oxidecomputer/typify#de16c423)
25942023-11-14T21:29:56.615Z Checking getopts v0.2.21
25952023-11-14T21:29:57.113Z Documenting serde_spanned v0.6.4
25962023-11-14T21:29:57.177Z Documenting phf_shared v0.11.2
25972023-11-14T21:29:58.690Z Documenting toml_datetime v0.6.5
25982023-11-14T21:29:59.496Z Documenting num-integer v0.1.45
25992023-11-14T21:30:00.032Z Documenting inout v0.1.3
26002023-11-14T21:30:00.676Z Documenting typify-impl v0.0.13 (https://github.com/oxidecomputer/typify#de16c423)
26012023-11-14T21:30:02.692Z Documenting phf v0.11.2
26022023-11-14T21:30:03.516Z Documenting unsafe-libyaml v0.2.9
26032023-11-14T21:30:04.029Z Documenting either v1.9.0
26042023-11-14T21:30:05.211Z Documenting postgres-types v0.2.6
26052023-11-14T21:30:05.613Z Documenting winnow v0.5.15
26062023-11-14T21:30:06.083Z Documenting whoami v1.4.1
26072023-11-14T21:30:06.786Z Checking ident_case v1.0.1
26082023-11-14T21:30:06.929Z Documenting cipher v0.4.4
26092023-11-14T21:30:08.950Z Checking progenitor-impl v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b)
26102023-11-14T21:30:09.616Z Documenting serde_yaml v0.9.25
26112023-11-14T21:30:09.933Z Checking serde_yaml v0.9.25
26122023-11-14T21:30:11.587Z Documenting progenitor-client v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b)
26132023-11-14T21:30:11.976Z Documenting getopts v0.2.21
26142023-11-14T21:30:11.993Z Documenting typify v0.0.13 (https://github.com/oxidecomputer/typify#de16c423)
26152023-11-14T21:30:12.977Z Documenting toml_edit v0.21.0
26162023-11-14T21:30:12.993Z Documenting zerocopy v0.6.4
26172023-11-14T21:30:15.099Z Documenting anstyle v1.0.2
26182023-11-14T21:30:16.079Z Documenting tokio-postgres v0.7.10
26192023-11-14T21:30:17.737Z Documenting data-encoding v2.4.0
26202023-11-14T21:30:18.013Z Documenting progenitor-macro v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b)
26212023-11-14T21:30:19.155Z Documenting anstyle-parse v0.2.1
26222023-11-14T21:30:21.002Z Documenting colorchoice v1.0.0
26232023-11-14T21:30:21.740Z Documenting match_cfg v0.1.0
26242023-11-14T21:30:22.085Z Documenting progenitor-impl v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b)
26252023-11-14T21:30:22.106Z Documenting anstyle-query v1.0.0
26262023-11-14T21:30:23.644Z Documenting itertools v0.11.0
26272023-11-14T21:30:23.887Z Documenting terminal_size v0.2.6
26282023-11-14T21:30:24.981Z Documenting dirs-sys-next v0.1.2
26292023-11-14T21:30:25.407Z Documenting hostname v0.3.1
26302023-11-14T21:30:28.069Z Documenting clap_lex v0.5.1
26312023-11-14T21:30:28.179Z Documenting anstream v0.5.0
26322023-11-14T21:30:29.499Z Documenting tap v1.0.1
26332023-11-14T21:30:30.140Z Documenting strsim v0.10.0
26342023-11-14T21:30:31.017Z Documenting dirs-next v2.0.0
26352023-11-14T21:30:31.446Z Documenting clap_derive v4.4.2
26362023-11-14T21:30:33.548Z Documenting wyz v0.5.1
26372023-11-14T21:30:34.028Z Documenting progenitor v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b)
26382023-11-14T21:30:34.190Z Documenting thread_local v1.1.7
26392023-11-14T21:30:34.680Z Documenting crc32fast v1.3.2
26402023-11-14T21:30:35.318Z Documenting radium v0.7.0
26412023-11-14T21:30:35.998Z Documenting clap_builder v4.4.2
26422023-11-14T21:30:36.801Z Documenting funty v2.0.0
26432023-11-14T21:30:37.995Z Documenting term v0.7.0
26442023-11-14T21:30:39.372Z Documenting num-iter v0.1.43
26452023-11-14T21:30:39.401Z Documenting crossbeam-channel v0.5.8
26462023-11-14T21:30:40.477Z Documenting sha1 v0.10.5
26472023-11-14T21:30:40.696Z Documenting enum-as-inner v0.5.1
26482023-11-14T21:30:41.407Z Documenting bitvec v1.0.1
26492023-11-14T21:30:43.771Z Documenting signal-hook v0.3.17
26502023-11-14T21:30:45.393Z Documenting clap v4.4.3
26512023-11-14T21:30:45.497Z Documenting atty v0.2.14
26522023-11-14T21:30:45.531Z Documenting memoffset v0.9.0
26532023-11-14T21:30:47.086Z Documenting take_mut v0.2.2
26542023-11-14T21:30:47.725Z Documenting trust-dns-proto v0.22.0
26552023-11-14T21:30:50.055Z Documenting crossbeam-epoch v0.9.15
26562023-11-14T21:30:50.066Z Documenting slog-term v2.9.0
26572023-11-14T21:30:50.104Z Documenting flate2 v1.0.28
26582023-11-14T21:30:50.229Z Documenting slog-json v2.6.1
26592023-11-14T21:30:51.368Z Documenting camino v1.1.6
26602023-11-14T21:30:53.286Z Documenting slog-async v2.8.0
26612023-11-14T21:30:53.444Z Documenting paste v1.0.14
26622023-11-14T21:30:55.622Z Documenting signal-hook-mio v0.2.3
26632023-11-14T21:30:56.963Z Documenting signature v2.1.0
26642023-11-14T21:30:57.079Z Documenting slog-bunyan v2.4.0
26652023-11-14T21:30:57.814Z Documenting hash32 v0.2.1
26662023-11-14T21:30:58.225Z Documenting scheduled-thread-pool v0.2.7
26672023-11-14T21:30:59.556Z Documenting diesel_table_macro_syntax v0.1.0
26682023-11-14T21:30:59.755Z Checking diesel_table_macro_syntax v0.1.0
26692023-11-14T21:30:59.946Z Documenting bzip2-sys v0.1.11+1.0.8
26702023-11-14T21:31:01.276Z Documenting unicode-segmentation v1.10.1
26712023-11-14T21:31:01.508Z Documenting stable_deref_trait v1.2.0
26722023-11-14T21:31:03.552Z Documenting crossterm v0.27.0
26732023-11-14T21:31:03.679Z Checking darling_core v0.20.3
26742023-11-14T21:31:04.077Z Documenting async-stream-impl v0.3.5
26752023-11-14T21:31:04.499Z Documenting r2d2 v0.8.10
26762023-11-14T21:31:05.481Z Documenting heapless v0.7.16
26772023-11-14T21:31:05.991Z Documenting bzip2 v0.4.4
26782023-11-14T21:31:06.438Z Documenting pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
26792023-11-14T21:31:06.903Z Documenting strum v0.25.0
26802023-11-14T21:31:07.005Z Documenting diesel_derives v2.1.1
26812023-11-14T21:31:10.408Z Documenting debug-ignore v1.0.5
26822023-11-14T21:31:10.798Z Documenting atomic-waker v1.1.1
26832023-11-14T21:31:11.287Z Documenting managed v0.8.0
26842023-11-14T21:31:12.150Z Documenting bit-vec v0.6.3
26852023-11-14T21:31:12.160Z Documenting zip v0.6.6
26862023-11-14T21:31:12.658Z Documenting async-stream v0.3.5
26872023-11-14T21:31:12.900Z Checking darling v0.20.3
26882023-11-14T21:31:13.010Z Documenting num-bigint v0.4.4
26892023-11-14T21:31:14.688Z Documenting dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#fa728d07)
26902023-11-14T21:31:14.711Z Documenting waitgroup v0.1.2
26912023-11-14T21:31:16.257Z Documenting smoltcp v0.9.1
26922023-11-14T21:31:17.992Z Documenting multer v2.1.0
26932023-11-14T21:31:18.464Z Documenting diesel v2.1.3
26942023-11-14T21:31:18.479Z Documenting serde_path_to_error v0.1.14
26952023-11-14T21:31:18.667Z Documenting hubpack v0.1.2
26962023-11-14T21:31:20.789Z Documenting bstr v1.6.0
26972023-11-14T21:31:22.443Z Documenting serde_repr v0.1.16
26982023-11-14T21:31:22.633Z Documenting precomputed-hash v0.1.1
26992023-11-14T21:31:23.766Z Documenting lalrpop-util v0.19.12
27002023-11-14T21:31:25.000Z Documenting new_debug_unreachable v1.0.4
27012023-11-14T21:31:25.428Z Documenting fixedbitset v0.4.2
27022023-11-14T21:31:25.491Z Documenting dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#fa728d07)
27032023-11-14T21:31:28.211Z Documenting yasna v0.5.2
27042023-11-14T21:31:28.283Z Documenting serde_with_macros v2.3.3
27052023-11-14T21:31:28.926Z Documenting string_cache v0.8.7
27062023-11-14T21:31:29.633Z Documenting console v0.15.7
27072023-11-14T21:31:29.787Z Documenting gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
27082023-11-14T21:31:30.110Z Documenting petgraph v0.6.4
27092023-11-14T21:31:35.472Z Documenting float-cmp v0.9.0
27102023-11-14T21:31:35.759Z Documenting normalize-line-endings v0.3.0
27112023-11-14T21:31:36.195Z Documenting predicates-core v1.0.6
27122023-11-14T21:31:36.947Z Documenting difflib v0.4.0
27132023-11-14T21:31:39.804Z Documenting serde_with v2.3.3
27142023-11-14T21:31:41.198Z Documenting bit-set v0.5.3
27152023-11-14T21:31:41.366Z Documenting similar v2.2.1
27162023-11-14T21:31:41.656Z Documenting toml v0.8.8
27172023-11-14T21:31:42.064Z Documenting tokio-stream v0.1.14
27182023-11-14T21:31:42.459Z Documenting predicates v3.0.4
27192023-11-14T21:31:47.280Z Documenting instant v0.1.12
27202023-11-14T21:31:47.796Z Documenting serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
27212023-11-14T21:31:48.079Z Documenting macaddr v1.0.1
27222023-11-14T21:31:49.006Z Documenting base64ct v1.6.0
27232023-11-14T21:31:49.800Z Documenting parse-display v0.8.2
27242023-11-14T21:31:49.994Z Checking scopeguard v1.2.0
27252023-11-14T21:31:50.174Z Checking lock_api v0.4.10
27262023-11-14T21:31:50.805Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
27272023-11-14T21:31:51.244Z Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
27282023-11-14T21:31:51.255Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
27292023-11-14T21:31:51.707Z Checking smallvec v1.11.0
27302023-11-14T21:31:52.058Z Checking parking_lot_core v0.9.8
27312023-11-14T21:31:52.578Z Documenting crucible-workspace-hack v0.1.0
27322023-11-14T21:31:53.496Z Documenting backoff v0.4.0
27332023-11-14T21:31:54.025Z Documenting blake2 v0.10.6
27342023-11-14T21:31:54.554Z Checking parking_lot v0.12.1
27352023-11-14T21:31:55.122Z Documenting is-terminal v0.4.9
27362023-11-14T21:31:55.526Z Checking pin-project-lite v0.2.13
27372023-11-14T21:31:55.530Z Documenting password-hash v0.5.0
27382023-11-14T21:31:55.576Z Checking rand_core v0.6.4
27392023-11-14T21:31:55.983Z Checking signal-hook-registry v1.4.1
27402023-11-14T21:31:55.996Z Checking mio v0.8.8
27412023-11-14T21:31:56.350Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
27422023-11-14T21:31:56.881Z Checking typenum v1.16.0
27432023-11-14T21:31:56.940Z Checking futures-core v0.3.29
27442023-11-14T21:31:57.215Z Checking zeroize v1.6.0
27452023-11-14T21:31:57.590Z Checking unicode-segmentation v1.10.1
27462023-11-14T21:31:58.219Z Documenting proc-macro-error-attr v1.0.4
27472023-11-14T21:31:58.648Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
27482023-11-14T21:31:59.232Z Checking generic-array v0.14.7
27492023-11-14T21:31:59.919Z Checking num_cpus v1.16.0
27502023-11-14T21:32:00.081Z Checking socket2 v0.5.4
27512023-11-14T21:32:00.891Z Checking futures-sink v0.3.29
27522023-11-14T21:32:00.895Z Checking tokio v1.33.0
27532023-11-14T21:32:00.946Z Checking proc-macro-error v1.0.4
27542023-11-14T21:32:01.370Z Documenting bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10)
27552023-11-14T21:32:01.541Z Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
27562023-11-14T21:32:01.607Z Documenting fastrand v2.0.0
27572023-11-14T21:32:02.406Z Documenting postcard-cobs v0.1.5-pre
27582023-11-14T21:32:02.418Z Documenting argon2 v0.5.2
27592023-11-14T21:32:02.650Z Checking tinyvec_macros v0.1.1
27602023-11-14T21:32:02.783Z Checking spin v0.5.2
27612023-11-14T21:32:03.676Z Checking tinyvec v1.6.0
27622023-11-14T21:32:04.815Z Documenting proc-macro-error v1.0.4
27632023-11-14T21:32:05.256Z Checking futures-channel v0.3.29
27642023-11-14T21:32:05.795Z Documenting foreign-types-macros v0.2.3
27652023-11-14T21:32:06.624Z Documenting postcard v0.7.3
27662023-11-14T21:32:07.908Z Documenting bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10)
27672023-11-14T21:32:08.014Z Documenting tempfile v3.8.0
27682023-11-14T21:32:09.074Z Checking slab v0.4.9
27692023-11-14T21:32:09.510Z Checking futures-task v0.3.29
27702023-11-14T21:32:10.223Z Documenting illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59)
27712023-11-14T21:32:11.347Z Checking pin-utils v0.1.0
27722023-11-14T21:32:11.372Z Documenting foreign-types-shared v0.3.1
27732023-11-14T21:32:11.422Z Checking futures-io v0.3.29
27742023-11-14T21:32:11.679Z Checking futures-util v0.3.29
27752023-11-14T21:32:13.259Z Checking unicode-normalization v0.1.22
27762023-11-14T21:32:13.486Z Checking crypto-common v0.1.6
27772023-11-14T21:32:13.738Z Checking spin v0.9.8
27782023-11-14T21:32:14.180Z Documenting libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
27792023-11-14T21:32:14.211Z Documenting opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59)
27802023-11-14T21:32:14.286Z Documenting nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
27812023-11-14T21:32:14.781Z Documenting kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59)
27822023-11-14T21:32:15.305Z Documenting rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
27832023-11-14T21:32:15.455Z Documenting foreign-types v0.5.0
27842023-11-14T21:32:19.798Z Documenting cstr-argument v0.1.2
27852023-11-14T21:32:20.343Z Checking tracing-core v0.1.31
27862023-11-14T21:32:20.499Z Checking unicode-bidi v0.3.13
27872023-11-14T21:32:20.871Z Documenting dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
27882023-11-14T21:32:21.149Z Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
27892023-11-14T21:32:21.231Z Documenting colored v2.0.4
27902023-11-14T21:32:21.337Z Checking tracing v0.1.37
27912023-11-14T21:32:21.826Z Checking block-buffer v0.10.4
27922023-11-14T21:32:22.155Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
27932023-11-14T21:32:22.468Z Documenting rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
27942023-11-14T21:32:23.831Z Documenting opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59)
27952023-11-14T21:32:25.129Z Documenting nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
27962023-11-14T21:32:27.491Z Checking bitflags v2.4.0
27972023-11-14T21:32:27.848Z Checking subtle v2.5.0
27982023-11-14T21:32:27.917Z Checking const-oid v0.9.5
27992023-11-14T21:32:28.152Z Checking ppv-lite86 v0.2.17
28002023-11-14T21:32:28.554Z Documenting zone_cfg_derive v0.3.0
28012023-11-14T21:32:29.347Z Checking rand_chacha v0.3.1
28022023-11-14T21:32:29.894Z Documenting num-derive v0.4.0
28032023-11-14T21:32:30.670Z Documenting libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d)
28042023-11-14T21:32:30.845Z Checking digest v0.10.7
28052023-11-14T21:32:30.923Z Checking base64 v0.21.5
28062023-11-14T21:32:31.441Z Checking rand v0.8.5
28072023-11-14T21:32:31.640Z Checking tokio-util v0.7.10
28082023-11-14T21:32:33.005Z Documenting smf v0.2.2
28092023-11-14T21:32:33.169Z Checking openssl-probe v0.1.5
28102023-11-14T21:32:33.383Z Checking foreign-types-shared v0.1.1
28112023-11-14T21:32:34.251Z Documenting oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59)
28122023-11-14T21:32:34.262Z Checking hashbrown v0.12.3
28132023-11-14T21:32:34.280Z Checking untrusted v0.9.0
28142023-11-14T21:32:34.284Z Checking bitflags v1.3.2
28152023-11-14T21:32:34.288Z Documenting linked-hash-map v0.5.6
28162023-11-14T21:32:35.077Z Checking untrusted v0.7.1
28172023-11-14T21:32:35.314Z Checking percent-encoding v2.3.0
28182023-11-14T21:32:35.611Z Checking ring v0.16.20
28192023-11-14T21:32:35.982Z Documenting zone v0.3.0
28202023-11-14T21:32:36.127Z Checking indexmap v1.9.3
28212023-11-14T21:32:36.790Z Documenting crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73)
28222023-11-14T21:32:37.302Z Checking ring v0.17.5
28232023-11-14T21:32:38.436Z Checking foreign-types v0.3.2
28242023-11-14T21:32:38.565Z Checking openssl-sys v0.9.93
28252023-11-14T21:32:39.507Z Checking errno v0.3.2
28262023-11-14T21:32:39.718Z Checking siphasher v0.3.11
28272023-11-14T21:32:40.193Z Checking try-lock v0.2.4
28282023-11-14T21:32:40.227Z Checking adler v1.0.2
28292023-11-14T21:32:40.394Z Checking want v0.3.1
28302023-11-14T21:32:40.448Z Checking miniz_oxide v0.7.1
28312023-11-14T21:32:40.565Z Documenting lru-cache v0.1.2
28322023-11-14T21:32:40.651Z Checking rustls-webpki v0.101.7
28332023-11-14T21:32:40.760Z Checking openssl v0.10.57
28342023-11-14T21:32:41.420Z Checking sct v0.7.0
28352023-11-14T21:32:41.596Z Checking h2 v0.3.21
28362023-11-14T21:32:41.710Z Checking form_urlencoded v1.2.0
28372023-11-14T21:32:41.792Z Checking lazy_static v1.4.0
28382023-11-14T21:32:41.942Z Checking http-body v0.4.5
28392023-11-14T21:32:41.991Z Checking socket2 v0.4.9
28402023-11-14T21:32:42.469Z Checking io-lifetimes v1.0.11
28412023-11-14T21:32:42.668Z Checking httparse v1.8.0
28422023-11-14T21:32:42.737Z Checking utf8parse v0.2.1
28432023-11-14T21:32:42.951Z Checking tower-service v0.3.2
28442023-11-14T21:32:43.138Z Checking anstyle v1.0.2
28452023-11-14T21:32:43.307Z Checking httpdate v1.0.3
28462023-11-14T21:32:43.344Z Documenting opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59)
28472023-11-14T21:32:43.648Z Checking cpufeatures v0.2.9
28482023-11-14T21:32:43.680Z Checking anstyle-parse v0.2.1
28492023-11-14T21:32:43.715Z Checking rustix v0.37.23
28502023-11-14T21:32:43.779Z Checking sha2 v0.10.8
28512023-11-14T21:32:44.126Z Checking rustls v0.21.8
28522023-11-14T21:32:44.676Z Checking rustls-pemfile v1.0.3
28532023-11-14T21:32:44.893Z Checking hmac v0.12.1
28542023-11-14T21:32:44.940Z Checking md-5 v0.10.5
28552023-11-14T21:32:45.196Z Checking stringprep v0.1.3
28562023-11-14T21:32:45.263Z Checking idna v0.4.0
28572023-11-14T21:32:45.529Z Documenting slog-dtrace v0.2.3
28582023-11-14T21:32:45.632Z Checking num-integer v0.1.45
28592023-11-14T21:32:46.401Z Checking hash32 v0.2.1
28602023-11-14T21:32:46.415Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
28612023-11-14T21:32:46.679Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
28622023-11-14T21:32:47.330Z Checking serde_spanned v0.6.4
28632023-11-14T21:32:47.339Z Checking toml_datetime v0.6.5
28642023-11-14T21:32:47.344Z Checking anstyle-query v1.0.0
28652023-11-14T21:32:47.372Z Checking winnow v0.5.15
28662023-11-14T21:32:47.489Z Checking stable_deref_trait v1.2.0
28672023-11-14T21:32:47.623Z Checking fallible-iterator v0.2.0
28682023-11-14T21:32:48.048Z Checking gimli v0.28.0
28692023-11-14T21:32:48.580Z Checking colorchoice v1.0.0
28702023-11-14T21:32:48.754Z Checking either v1.9.0
28712023-11-14T21:32:49.227Z Checking anstream v0.5.0
28722023-11-14T21:32:49.387Z Checking tokio-rustls v0.24.1
28732023-11-14T21:32:49.560Z Checking native-tls v0.2.11
28742023-11-14T21:32:49.742Z Checking postgres-protocol v0.6.6
28752023-11-14T21:32:50.162Z Checking heapless v0.7.16
28762023-11-14T21:32:50.174Z Checking tokio-native-tls v0.3.1
28772023-11-14T21:32:50.412Z Checking url v2.4.1
28782023-11-14T21:32:50.782Z Checking terminal_size v0.2.6
28792023-11-14T21:32:51.025Z Checking rustls-native-certs v0.6.3
28802023-11-14T21:32:51.225Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
28812023-11-14T21:32:51.578Z Checking hyper v0.14.27
28822023-11-14T21:32:51.630Z Checking phf_shared v0.11.2
28832023-11-14T21:32:51.661Z Checking block-padding v0.3.3
28842023-11-14T21:32:51.964Z Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
28852023-11-14T21:32:52.059Z Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
28862023-11-14T21:32:52.074Z Checking signal-hook v0.3.17
28872023-11-14T21:32:52.136Z Checking scheduled-thread-pool v0.2.7
28882023-11-14T21:32:52.445Z Checking object v0.32.1
28892023-11-14T21:32:52.558Z Checking bzip2-sys v0.1.11+1.0.8
28902023-11-14T21:32:52.742Z Checking crc32fast v1.3.2
28912023-11-14T21:32:53.086Z Checking managed v0.8.0
28922023-11-14T21:32:53.675Z Checking ipnet v2.8.0
28932023-11-14T21:32:54.233Z Checking addr2line v0.21.0
28942023-11-14T21:32:54.291Z Checking bit-vec v0.6.3
28952023-11-14T21:32:54.382Z Checking num_threads v0.1.6
28962023-11-14T21:32:54.545Z Checking matches v0.1.10
28972023-11-14T21:32:54.668Z Checking regex-automata v0.1.10
28982023-11-14T21:32:54.765Z Documenting quick-error v1.2.3
28992023-11-14T21:32:54.835Z Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
29002023-11-14T21:32:54.986Z Checking deranged v0.3.8
29012023-11-14T21:32:55.303Z Checking tap v1.0.1
29022023-11-14T21:32:55.553Z Checking rustc-demangle v0.1.23
29032023-11-14T21:32:56.215Z Checking clap_lex v0.5.1
29042023-11-14T21:32:56.597Z Checking clap_builder v4.4.2
29052023-11-14T21:32:57.649Z Checking time v0.3.27
29062023-11-14T21:33:00.646Z Documenting resolv-conf v0.7.0
29072023-11-14T21:33:01.370Z Checking backtrace v0.3.69
29082023-11-14T21:33:01.386Z Checking wyz v0.5.1
29092023-11-14T21:33:01.406Z Checking hyper-tls v0.5.0
29102023-11-14T21:33:01.576Z Checking hyper-rustls v0.24.2
29112023-11-14T21:33:01.834Z Checking bstr v0.2.17
29122023-11-14T21:33:01.959Z Checking idna v0.2.3
29132023-11-14T21:33:02.139Z Checking smoltcp v0.9.1
29142023-11-14T21:33:02.250Z Checking flate2 v1.0.28
29152023-11-14T21:33:03.120Z Checking bzip2 v0.4.4
29162023-11-14T21:33:03.280Z Checking signal-hook-mio v0.2.3
29172023-11-14T21:33:03.389Z Checking r2d2 v0.8.10
29182023-11-14T21:33:03.474Z Checking toml_edit v0.19.15
29192023-11-14T21:33:03.550Z Checking phf v0.11.2
29202023-11-14T21:33:03.865Z Checking inout v0.1.3
29212023-11-14T21:33:03.954Z Checking postgres-types v0.2.6
29222023-11-14T21:33:04.255Z Checking itertools v0.11.0
29232023-11-14T21:33:04.558Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
29242023-11-14T21:33:05.142Z Checking num-bigint v0.4.4
29252023-11-14T21:33:06.719Z Checking serde_urlencoded v0.7.1
29262023-11-14T21:33:07.365Z Checking phf_shared v0.10.0
29272023-11-14T21:33:07.444Z Checking futures-executor v0.3.29
29282023-11-14T21:33:07.784Z Checking ipnetwork v0.20.0
29292023-11-14T21:33:07.789Z Checking float-cmp v0.9.0
29302023-11-14T21:33:07.999Z Checking zerocopy v0.6.4
29312023-11-14T21:33:08.018Z Checking hubpack v0.1.2
29322023-11-14T21:33:08.065Z Checking pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
29332023-11-14T21:33:08.322Z Checking encoding_rs v0.8.33
29342023-11-14T21:33:08.455Z Checking crossbeam-utils v0.8.16
29352023-11-14T21:33:08.508Z Checking memoffset v0.9.0
29362023-11-14T21:33:08.588Z Checking radium v0.7.0
29372023-11-14T21:33:08.649Z Checking static_assertions v1.1.0
29382023-11-14T21:33:08.674Z Checking difflib v0.4.0
29392023-11-14T21:33:08.790Z Checking fixedbitset v0.4.2
29402023-11-14T21:33:09.161Z Checking funty v2.0.0
29412023-11-14T21:33:09.185Z Checking normalize-line-endings v0.3.0
29422023-11-14T21:33:09.197Z Checking new_debug_unreachable v1.0.4
29432023-11-14T21:33:09.210Z Checking regex-automata v0.3.8
29442023-11-14T21:33:09.225Z Checking precomputed-hash v0.1.1
29452023-11-14T21:33:09.320Z Checking mime v0.3.17
29462023-11-14T21:33:09.348Z Checking data-encoding v2.4.0
29472023-11-14T21:33:09.373Z Checking predicates-core v1.0.6
29482023-11-14T21:33:09.382Z Checking webpki-roots v0.25.2
29492023-11-14T21:33:09.599Z Checking whoami v1.4.1
29502023-11-14T21:33:10.042Z Checking predicates v3.0.4
29512023-11-14T21:33:10.052Z Checking crossbeam-epoch v0.9.15
29522023-11-14T21:33:10.481Z Checking tokio-postgres v0.7.10
29532023-11-14T21:33:10.503Z Checking trust-dns-proto v0.22.0
29542023-11-14T21:33:10.557Z Checking string_cache v0.8.7
29552023-11-14T21:33:10.716Z Checking petgraph v0.6.4
29562023-11-14T21:33:10.911Z Checking bitvec v1.0.1
29572023-11-14T21:33:10.931Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
29582023-11-14T21:33:13.316Z Checking bstr v1.6.0
29592023-11-14T21:33:13.735Z Checking reqwest v0.11.20
29602023-11-14T21:33:13.746Z Checking yasna v0.5.2
29612023-11-14T21:33:14.550Z Checking diesel v2.1.3
29622023-11-14T21:33:14.569Z Checking futures v0.3.29
29632023-11-14T21:33:14.618Z Checking toml v0.7.8
29642023-11-14T21:33:14.726Z Documenting trust-dns-resolver v0.22.0
29652023-11-14T21:33:15.770Z Checking cipher v0.4.4
29662023-11-14T21:33:16.024Z Checking zip v0.6.6
29672023-11-14T21:33:16.438Z Checking crossterm v0.27.0
29682023-11-14T21:33:16.443Z Checking similar v2.2.1
29692023-11-14T21:33:17.083Z Checking anyhow v1.0.75
29702023-11-14T21:33:17.371Z Checking clap v4.4.3
29712023-11-14T21:33:17.529Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
29722023-11-14T21:33:18.172Z Checking bit-set v0.5.3
29732023-11-14T21:33:18.177Z Checking toml_edit v0.21.0
29742023-11-14T21:33:18.181Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
29752023-11-14T21:33:18.290Z Checking itertools v0.10.5
29762023-11-14T21:33:19.243Z Checking num-iter v0.1.43
29772023-11-14T21:33:19.604Z Checking console v0.15.7
29782023-11-14T21:33:20.759Z Checking rustix v0.38.9
29792023-11-14T21:33:20.763Z Checking signature v2.1.0
29802023-11-14T21:33:20.766Z Checking tokio-stream v0.1.14
29812023-11-14T21:33:21.571Z Documenting pem-rfc7468 v0.7.0
29822023-11-14T21:33:21.828Z Checking usdt v0.3.5
29832023-11-14T21:33:21.996Z Documenting der_derive v0.7.2
29842023-11-14T21:33:22.130Z Checking hex v0.4.3
29852023-11-14T21:33:22.642Z Checking semver v1.0.20
29862023-11-14T21:33:22.935Z Checking slog v2.7.0
29872023-11-14T21:33:23.238Z Checking lalrpop-util v0.19.12
29882023-11-14T21:33:23.508Z Documenting flagset v0.4.3
29892023-11-14T21:33:23.669Z Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
29902023-11-14T21:33:23.701Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
29912023-11-14T21:33:26.788Z Documenting cancel-safe-futures v0.1.5
29922023-11-14T21:33:27.806Z Checking heck v0.3.3
29932023-11-14T21:33:27.960Z Documenting hkdf v0.12.3
29942023-11-14T21:33:28.056Z Documenting structopt-derive v0.4.18
29952023-11-14T21:33:29.080Z Documenting keccak v0.1.4
29962023-11-14T21:33:30.609Z Documenting der v0.7.8
29972023-11-14T21:33:33.678Z Documenting crc-catalog v2.2.0
29982023-11-14T21:33:35.440Z Documenting arc-swap v1.6.0
29992023-11-14T21:33:36.088Z Documenting sha3 v0.10.8
30002023-11-14T21:33:36.363Z Documenting structopt v0.3.26
30012023-11-14T21:33:38.478Z Documenting crc v3.0.1
30022023-11-14T21:33:38.817Z Documenting spki v0.7.2
30032023-11-14T21:33:38.860Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
30042023-11-14T21:33:40.786Z Documenting libefi-sys v0.1.0
30052023-11-14T21:33:41.839Z Documenting slog-scope v4.4.0
30062023-11-14T21:33:41.935Z Documenting num-rational v0.4.1
30072023-11-14T21:33:42.718Z Documenting illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
30082023-11-14T21:33:43.793Z Documenting secrecy v0.8.0
30092023-11-14T21:33:45.409Z Documenting pkcs8 v0.10.2
30102023-11-14T21:33:47.449Z Documenting num-complex v0.4.4
30112023-11-14T21:33:47.582Z Documenting packed_struct_codegen v0.10.1
30122023-11-14T21:33:48.239Z Documenting nodrop v0.1.14
30132023-11-14T21:33:49.538Z Documenting half v1.8.2
30142023-11-14T21:33:50.086Z Documenting ciborium-io v0.2.1
30152023-11-14T21:34:03.764Z Documenting pkcs1 v0.7.5
30162023-11-14T21:34:04.881Z Documenting array-init v0.0.4
30172023-11-14T21:34:05.008Z Documenting tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802)
30182023-11-14T21:34:05.097Z Documenting num v0.4.1
30192023-11-14T21:34:05.202Z Documenting packed_struct v0.10.1
30202023-11-14T21:34:05.352Z Documenting ciborium-ll v0.2.1
30212023-11-14T21:34:05.401Z Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
30222023-11-14T21:34:05.472Z Documenting slog-stdlog v4.1.1
30232023-11-14T21:34:05.514Z Documenting libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
30242023-11-14T21:34:05.595Z Documenting num-bigint-dig v0.8.4
30252023-11-14T21:34:05.681Z Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
30262023-11-14T21:34:05.726Z Documenting universal-hash v0.5.1
30272023-11-14T21:34:05.765Z Documenting xattr v1.0.1
30282023-11-14T21:34:05.797Z Documenting filetime v0.2.22
30292023-11-14T21:34:05.823Z Documenting swrite v0.1.0
30302023-11-14T21:34:08.647Z Documenting termcolor v1.2.0
30312023-11-14T21:34:09.146Z Documenting opaque-debug v0.3.0
30322023-11-14T21:34:10.620Z Documenting bitfield v0.14.0
30332023-11-14T21:34:10.932Z Documenting tar v0.4.40
30342023-11-14T21:34:11.118Z Documenting rsa v0.9.2
30352023-11-14T21:34:11.348Z Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
30362023-11-14T21:34:11.469Z Documenting slog-envlogger v2.2.0
30372023-11-14T21:34:13.439Z Documenting ciborium v0.2.1
30382023-11-14T21:34:14.989Z Documenting env_logger v0.10.0
30392023-11-14T21:34:15.070Z Documenting lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
30402023-11-14T21:34:17.184Z Documenting serde-hex v0.1.0
30412023-11-14T21:34:18.475Z Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
30422023-11-14T21:34:19.596Z Documenting x509-cert v0.2.4
30432023-11-14T21:34:20.269Z Documenting tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
30442023-11-14T21:34:21.952Z Documenting newtype_derive v0.1.6
30452023-11-14T21:34:22.159Z Documenting omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)
30462023-11-14T21:34:23.962Z Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
30472023-11-14T21:34:25.315Z Documenting libsw v3.3.0
30482023-11-14T21:34:25.921Z Documenting ron v0.8.1
30492023-11-14T21:34:27.334Z Documenting fxhash v0.2.1
30502023-11-14T21:34:27.496Z Documenting derive-where v1.2.5
30512023-11-14T21:34:28.167Z Documenting owo-colors v3.5.0
30522023-11-14T21:34:32.019Z Documenting crc-any v2.4.3
30532023-11-14T21:34:32.462Z Documenting linear-map v1.2.0
30542023-11-14T21:34:33.416Z Documenting tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
30552023-11-14T21:34:35.518Z Documenting steno v0.4.0
30562023-11-14T21:34:36.644Z Documenting lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
30572023-11-14T21:34:36.974Z Documenting doc-comment v0.3.3
30582023-11-14T21:34:39.242Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
30592023-11-14T21:34:39.251Z Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
30602023-11-14T21:34:39.612Z Documenting libsqlite3-sys v0.26.0
30612023-11-14T21:34:41.181Z Documenting crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73)
30622023-11-14T21:34:46.614Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
30632023-11-14T21:34:50.073Z Documenting hashlink v0.8.3
30642023-11-14T21:34:51.369Z Documenting aead v0.5.2
30652023-11-14T21:34:53.482Z Documenting snafu-derive v0.7.5
30662023-11-14T21:34:53.976Z Documenting fallible-streaming-iterator v0.1.9
30672023-11-14T21:34:55.905Z Documenting same-file v1.0.6
30682023-11-14T21:34:56.699Z Documenting path-slash v0.1.5
30692023-11-14T21:34:56.930Z Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
30702023-11-14T21:34:58.228Z Documenting rusqlite v0.29.0
30712023-11-14T21:35:00.750Z Documenting internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
30722023-11-14T21:35:00.925Z Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client)
30732023-11-14T21:35:01.278Z Documenting camino-tempfile v1.0.2
30742023-11-14T21:35:02.040Z Documenting walkdir v2.4.0
30752023-11-14T21:35:02.877Z Documenting hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84)
30762023-11-14T21:35:03.773Z Documenting snafu v0.7.5
30772023-11-14T21:35:05.832Z Documenting omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)
30782023-11-14T21:35:08.437Z Documenting nix v0.26.2
30792023-11-14T21:35:08.731Z Checking darling_core v0.14.4
30802023-11-14T21:35:10.462Z Documenting twox-hash v1.6.3
30812023-11-14T21:35:11.689Z Documenting propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10)
30822023-11-14T21:35:15.631Z Documenting nibble_vec v0.1.0
30832023-11-14T21:35:17.536Z Documenting endian-type v0.1.2
30842023-11-14T21:35:17.897Z Documenting crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73)
30852023-11-14T21:35:20.284Z Documenting nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)
30862023-11-14T21:35:21.158Z Checking darling v0.14.4
30872023-11-14T21:35:21.320Z Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
30882023-11-14T21:35:22.296Z Documenting oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)
30892023-11-14T21:35:23.191Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
30902023-11-14T21:35:23.594Z Documenting radix_trie v0.2.1
30912023-11-14T21:35:23.904Z Documenting polyval v0.6.1
30922023-11-14T21:35:29.294Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
30932023-11-14T21:35:29.616Z Documenting num_enum v0.7.0
30942023-11-14T21:35:30.979Z Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
30952023-11-14T21:35:31.017Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
30962023-11-14T21:35:31.433Z Documenting aes v0.8.3
30972023-11-14T21:35:33.259Z Documenting ctr v0.9.2
30982023-11-14T21:35:35.318Z Documenting bincode v1.3.3
30992023-11-14T21:35:35.694Z Documenting path-dedot v3.1.0
31002023-11-14T21:35:39.765Z Documenting convert_case v0.4.0
31012023-11-14T21:35:40.588Z Checking convert_case v0.4.0
31022023-11-14T21:35:40.905Z Documenting utf-8 v0.7.6
31032023-11-14T21:35:41.180Z Documenting path-absolutize v3.1.0
31042023-11-14T21:35:41.231Z Documenting aes-gcm-siv v0.11.1
31052023-11-14T21:35:41.833Z Documenting crucible-protocol v0.0.0 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73)
31062023-11-14T21:35:42.828Z Documenting oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)
31072023-11-14T21:35:45.369Z Documenting derive_more v0.99.17
31082023-11-14T21:35:46.456Z Documenting tungstenite v0.20.1
31092023-11-14T21:35:46.928Z Documenting trust-dns-client v0.22.0
31102023-11-14T21:35:48.906Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
31112023-11-14T21:35:52.995Z Documenting buf-list v1.0.3
31122023-11-14T21:35:53.942Z Documenting globset v0.4.13
31132023-11-14T21:35:56.377Z Documenting crossbeam-deque v0.8.3
31142023-11-14T21:35:57.164Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
31152023-11-14T21:35:57.731Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
31162023-11-14T21:35:58.995Z Documenting headers-core v0.2.0
31172023-11-14T21:35:59.097Z Documenting olpc-cjson v0.1.3
31182023-11-14T21:35:59.971Z Documenting serde_plain v1.0.2
31192023-11-14T21:36:00.162Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
31202023-11-14T21:36:01.130Z Documenting async-recursion v1.0.5
31212023-11-14T21:36:02.792Z Documenting bitstruct_derive v0.1.0
31222023-11-14T21:36:05.061Z Documenting viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10)
31232023-11-14T21:36:05.707Z Documenting display-error-chain v0.2.0
31242023-11-14T21:36:06.215Z Documenting ascii v1.1.0
31252023-11-14T21:36:06.229Z Documenting ringbuffer v0.15.0
31262023-11-14T21:36:06.240Z Documenting headers v0.3.9
31272023-11-14T21:36:07.817Z Documenting tough v0.14.0
31282023-11-14T21:36:10.420Z Documenting bitstruct v0.1.1
31292023-11-14T21:36:10.793Z Documenting viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10)
31302023-11-14T21:36:10.827Z Documenting rayon-core v1.12.0
31312023-11-14T21:36:11.215Z Documenting rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c)
31322023-11-14T21:36:11.459Z Documenting crucible v0.0.1 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73)
31332023-11-14T21:36:11.568Z Documenting trust-dns-server v0.22.1
31342023-11-14T21:36:14.499Z Documenting tokio-tungstenite v0.20.1
31352023-11-14T21:36:15.735Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
31362023-11-14T21:36:16.601Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
31372023-11-14T21:36:18.078Z Documenting derive_builder_core v0.12.0
31382023-11-14T21:36:18.384Z Checking derive_builder_core v0.12.0
31392023-11-14T21:36:19.185Z Documenting sled v0.34.7
31402023-11-14T21:36:19.807Z Documenting erased-serde v0.3.30
31412023-11-14T21:36:20.269Z Documenting unicase v2.7.0
31422023-11-14T21:36:23.731Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
31432023-11-14T21:36:23.735Z Checking ipcc-key-value v0.1.0 (/work/oxidecomputer/omicron/ipcc-key-value)
31442023-11-14T21:36:24.698Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31452023-11-14T21:36:24.782Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
31462023-11-14T21:36:24.927Z Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
31472023-11-14T21:36:25.154Z Documenting dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10)
31482023-11-14T21:36:25.204Z Documenting bcs v0.1.6
31492023-11-14T21:36:27.006Z Documenting serde_arrays v0.1.0
31502023-11-14T21:36:27.579Z Documenting ff v0.13.0
31512023-11-14T21:36:27.618Z Documenting highway v1.1.0
31522023-11-14T21:36:27.844Z Documenting pretty-hex v0.3.0
31532023-11-14T21:36:31.376Z Documenting derive_builder_macro v0.12.0
31542023-11-14T21:36:31.655Z Documenting mime_guess v2.0.4
31552023-11-14T21:36:32.468Z Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
31562023-11-14T21:36:32.965Z Documenting propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10)
31572023-11-14T21:36:34.085Z Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
31582023-11-14T21:36:34.709Z Documenting group v0.13.0
31592023-11-14T21:36:38.264Z Documenting rayon v1.8.0
31602023-11-14T21:36:38.574Z Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
31612023-11-14T21:36:44.876Z Documenting propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10)
31622023-11-14T21:36:50.129Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
31632023-11-14T21:36:51.590Z Documenting dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
31642023-11-14T21:36:53.895Z Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
31652023-11-14T21:36:58.026Z Documenting portable-atomic v1.4.3
31662023-11-14T21:37:00.645Z Documenting ed25519 v1.5.3
31672023-11-14T21:37:01.648Z Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
31682023-11-14T21:37:03.409Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
31692023-11-14T21:37:05.034Z Documenting crypto-bigint v0.5.2
31702023-11-14T21:37:05.445Z Documenting kstat-rs v0.2.3
31712023-11-14T21:37:05.458Z Documenting ref-cast-impl v1.0.20
31722023-11-14T21:37:10.618Z Documenting curve25519-dalek-derive v0.1.0
31732023-11-14T21:37:11.865Z Documenting thiserror-impl-no-std v2.0.2
31742023-11-14T21:37:13.075Z Documenting vte_generate_state_changes v0.1.1
31752023-11-14T21:37:14.093Z Documenting unicode-xid v0.2.4
31762023-11-14T21:37:15.119Z Documenting number_prefix v0.4.0
31772023-11-14T21:37:17.573Z Documenting cassowary v0.3.0
31782023-11-14T21:37:18.326Z Documenting base16ct v0.2.0
31792023-11-14T21:37:18.778Z Checking unicode-xid v0.2.4
31802023-11-14T21:37:19.006Z Documenting const_format_proc_macros v0.2.31
31812023-11-14T21:37:19.742Z Documenting thiserror-no-std v2.0.2
31822023-11-14T21:37:19.878Z Documenting vte v0.11.1
31832023-11-14T21:37:20.862Z Documenting cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10)
31842023-11-14T21:37:20.943Z Documenting indicatif v0.17.7
31852023-11-14T21:37:22.602Z Documenting elliptic-curve v0.13.5
31862023-11-14T21:37:23.400Z Documenting ratatui v0.23.0
31872023-11-14T21:37:23.984Z Documenting curve25519-dalek v4.1.0
31882023-11-14T21:37:26.000Z Documenting ref-cast v1.0.20
31892023-11-14T21:37:26.329Z Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
31902023-11-14T21:37:28.394Z Documenting salty v0.2.0
31912023-11-14T21:37:28.491Z Documenting derive_builder v0.12.0
31922023-11-14T21:37:30.379Z Documenting ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
31932023-11-14T21:37:31.902Z Documenting mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client)
31942023-11-14T21:37:33.038Z Documenting polar-core v0.27.0
31952023-11-14T21:37:34.822Z Documenting hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a)
31962023-11-14T21:37:35.458Z Documenting libxml v0.3.3
31972023-11-14T21:37:40.338Z Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
31982023-11-14T21:37:41.045Z Documenting ipcc-key-value v0.1.0 (/work/oxidecomputer/omicron/ipcc-key-value)
31992023-11-14T21:37:45.458Z Documenting poly1305 v0.8.0
32002023-11-14T21:37:47.001Z Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
32012023-11-14T21:37:47.600Z Documenting tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
32022023-11-14T21:37:51.201Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
32032023-11-14T21:37:52.991Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
32042023-11-14T21:37:53.380Z Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
32052023-11-14T21:37:53.420Z Documenting nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d)
32062023-11-14T21:37:54.887Z Documenting crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73)
32072023-11-14T21:37:55.514Z Documenting dns-service-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)
32082023-11-14T21:37:55.971Z Documenting chacha20 v0.9.1
32092023-11-14T21:38:10.051Z Documenting bb8 v0.8.1
32102023-11-14T21:38:10.452Z Documenting quick-xml v0.23.1
32112023-11-14T21:38:10.593Z Documenting bytesize v1.3.0
32122023-11-14T21:38:10.683Z Documenting serde-big-array v0.5.1
32132023-11-14T21:38:10.821Z Documenting pem v3.0.2
32142023-11-14T21:38:10.866Z Documenting impl-trait-for-tuples v0.2.2
32152023-11-14T21:38:10.933Z Documenting oso-derive v0.27.0
32162023-11-14T21:38:11.000Z Documenting rtoolbox v0.0.1
32172023-11-14T21:38:11.032Z Documenting unicode-linebreak v0.1.5
32182023-11-14T21:38:11.379Z Documenting maplit v1.0.2
32192023-11-14T21:38:12.006Z Documenting smawk v0.3.1
32202023-11-14T21:38:12.260Z Documenting is_ci v1.1.1
32212023-11-14T21:38:14.235Z Documenting humantime v2.1.0
32222023-11-14T21:38:14.643Z Documenting fs-err v2.9.0
32232023-11-14T21:38:15.977Z Documenting rcgen v0.11.3
32242023-11-14T21:38:16.336Z Documenting rpassword v7.2.0
32252023-11-14T21:38:16.751Z Documenting internal-dns v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)
32262023-11-14T21:38:17.742Z Documenting supports-color v2.1.0
32272023-11-14T21:38:18.225Z Documenting oso v0.27.0
32282023-11-14T21:38:18.263Z Documenting textwrap v0.16.0
32292023-11-14T21:38:19.982Z Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
32302023-11-14T21:38:20.880Z Documenting tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
32312023-11-14T21:38:22.170Z Documenting gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
32322023-11-14T21:38:24.464Z Documenting async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=1446f7e0c1f05f33a0581abd51fa873c7652ab61#1446f7e0)
32332023-11-14T21:38:24.675Z Documenting samael v0.0.10 (https://github.com/njaremko/samael?branch=master#52028e45)
32342023-11-14T21:38:25.947Z Documenting chacha20poly1305 v0.10.1
32352023-11-14T21:38:34.133Z Documenting sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef)
32362023-11-14T21:38:37.092Z Documenting tui-tree-widget v0.13.0
32372023-11-14T21:38:41.410Z Documenting vsss-rs v3.3.1
32382023-11-14T21:38:43.161Z Documenting propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10)
32392023-11-14T21:38:45.193Z Documenting strip-ansi-escapes v0.2.0
32402023-11-14T21:38:46.257Z Documenting const_format v0.2.31
32412023-11-14T21:38:48.062Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
32422023-11-14T21:38:50.919Z Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
32432023-11-14T21:38:51.143Z Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
32442023-11-14T21:38:51.578Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
32452023-11-14T21:38:54.962Z Documenting diesel-dtrace v0.2.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#c1252df7)
32462023-11-14T21:38:55.444Z Documenting cookie v0.16.2
32472023-11-14T21:38:56.461Z Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
32482023-11-14T21:39:00.577Z Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
32492023-11-14T21:39:01.781Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
32502023-11-14T21:39:02.405Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
32512023-11-14T21:39:03.146Z Documenting atomicwrites v0.4.2
32522023-11-14T21:39:03.406Z Documenting signal-hook-tokio v0.3.1
32532023-11-14T21:39:05.986Z Documenting fd-lock v3.0.13
32542023-11-14T21:39:07.482Z Documenting subprocess v0.2.9
32552023-11-14T21:39:08.834Z Documenting corncobs v0.1.3
32562023-11-14T21:39:10.461Z Documenting nu-ansi-term v0.49.0
32572023-11-14T21:39:10.466Z Documenting http-range v0.1.5
32582023-11-14T21:39:13.126Z Documenting bit_field v0.10.2
32592023-11-14T21:39:13.360Z Documenting shell-words v1.1.0
32602023-11-14T21:39:13.791Z Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
32612023-11-14T21:39:16.452Z Documenting reedline v0.25.0
32622023-11-14T21:39:16.681Z Documenting hyper-staticfile v0.9.5
32632023-11-14T21:39:17.291Z Documenting propolis-server v0.1.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10)
32642023-11-14T21:39:19.741Z Documenting sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef)
32652023-11-14T21:39:26.428Z Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
32662023-11-14T21:39:26.684Z Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
32672023-11-14T21:39:27.118Z Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
32682023-11-14T21:39:27.880Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
32692023-11-14T21:39:29.835Z Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
32702023-11-14T21:39:30.071Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
32712023-11-14T21:39:32.642Z Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
32722023-11-14T21:39:43.997Z Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
32732023-11-14T21:39:50.666Z Documenting crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73)
32742023-11-14T21:40:03.563Z Documenting fatfs v0.3.6
32752023-11-14T21:40:03.789Z Documenting cargo-platform v0.1.3
32762023-11-14T21:40:04.519Z Documenting nanorand v0.7.0
32772023-11-14T21:40:07.213Z Documenting assert_matches v1.5.0
32782023-11-14T21:40:08.374Z Documenting glob v0.3.1
32792023-11-14T21:40:10.626Z Documenting flume v0.11.0
32802023-11-14T21:40:11.031Z Documenting cargo_metadata v0.18.0
32812023-11-14T21:40:11.827Z Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
32822023-11-14T21:40:11.920Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
32832023-11-14T21:40:12.459Z Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
32842023-11-14T21:40:13.924Z Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
32852023-11-14T21:40:14.840Z Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
32862023-11-14T21:40:17.119Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
32872023-11-14T21:40:18.577Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
32882023-11-14T21:40:20.183Z Documenting installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd)
32892023-11-14T21:40:20.369Z Documenting installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client)
32902023-11-14T21:40:36.159Z Documenting omicron-zone-package v0.8.3
32912023-11-14T21:40:39.740Z Checking installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd)
32922023-11-14T21:40:40.945Z Checking installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client)
32932023-11-14T21:40:41.603Z Documenting cargo_toml v0.17.0
32942023-11-14T21:40:46.347Z Documenting termios v0.3.3
32952023-11-14T21:40:50.474Z Documenting topological-sort v0.2.2
32962023-11-14T21:40:52.189Z Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
32972023-11-14T21:40:52.778Z Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
32982023-11-14T21:40:52.983Z Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
32992023-11-14T21:40:54.782Z Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
33002023-11-14T21:40:56.719Z Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
33012023-11-14T21:41:04.440Z Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
33022023-11-14T21:41:37.513Z Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
33032023-11-14T21:41:45.680Z Documenting tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
33042023-11-14T21:41:47.835Z Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
33052023-11-14T21:41:51.001Zwarning: unresolved link to `ExtractedArtifactDataHandle`
33062023-11-14T21:41:51.004Z --> wicketd/src/artifacts/extracted_artifacts.rs:172:46
33072023-11-14T21:41:51.007Z |
33082023-11-14T21:41:51.010Z172 | /// persist the temporary file into an [`ExtractedArtifactDataHandle()`].
33092023-11-14T21:41:51.013Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this link resolves to the struct `ExtractedArtifactDataHandle`, which is not in the value namespace
33102023-11-14T21:41:51.015Z |
33112023-11-14T21:41:51.019Z = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default
33122023-11-14T21:41:51.021Zhelp: to link to the struct, prefix with `struct@`
33132023-11-14T21:41:51.024Z |
33142023-11-14T21:41:51.027Z172 - /// persist the temporary file into an [`ExtractedArtifactDataHandle()`].
33152023-11-14T21:41:51.030Z172 + /// persist the temporary file into an [`struct@ExtractedArtifactDataHandle`].
33162023-11-14T21:41:51.033Z |
33172023-11-14T21:41:51.036Z
33182023-11-14T21:41:54.053Zwarning: `wicketd` (lib doc) generated 1 warning
33192023-11-14T21:41:59.601Z Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli)
33202023-11-14T21:42:03.674Z Documenting caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util)
33212023-11-14T21:42:05.933Z Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
33222023-11-14T21:42:07.557Z Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
33232023-11-14T21:43:24.438Z Finished dev [unoptimized + debuginfo] target(s) in 16m 23s
33242023-11-14T21:43:24.558Z
33252023-11-14T21:43:24.566Zreal 16:23.558443002
33262023-11-14T21:43:24.579Zuser 58:16.676971544
33272023-11-14T21:43:24.587Zsys 1:02:45.636137814
33282023-11-14T21:43:24.592Ztrap 2.025786422
33292023-11-14T21:43:24.598Ztflt 0.243099250
33302023-11-14T21:43:24.606Zdflt 0.508921282
33312023-11-14T21:43:24.616Zkflt 0.000216878
33322023-11-14T21:43:24.621Zlock 3:07:49.234053547
33332023-11-14T21:43:24.625Zslp 4:20:30.051246322
33342023-11-14T21:43:24.629Zlat 5:47.641052426
33352023-11-14T21:43:24.634Zstop 2:18.206572864
33362023-11-14T21:43:24.639Zprocess exited: duration 1942992 ms, exit code 0
 
33372023-11-14T21:43:24.649Zfound 0 output files