01HDHPCZC4PPTWC2WZJJQ8KEF4: 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: 01HDHPD9H0058TZAJ7425X6WPA

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12023-10-24T20:37:22.027Zjob assigned to worker 01HDHPDM4796HM4B42AEVV27FN (queued for 1 m 28 s)
 
22023-10-24T20:37:23.508Zstarting task 0: "setup"
32023-10-24T20:37:23.578Z++ uname -s
42023-10-24T20:37:23.597Z+ kern=SunOS
52023-10-24T20:37:23.608Z+ case "$kern" in
62023-10-24T20:37:23.613Z+ groupadd -g 12345 build
72023-10-24T20:37:23.618Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82023-10-24T20:37:25.592Z+ zfs create -o mountpoint=/work rpool/work
92023-10-24T20:37:25.690Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102023-10-24T20:37:25.693Z+ home_fs=zfs
112023-10-24T20:37:25.696Z+ [[ zfs == autofs ]]
122023-10-24T20:37:25.698Z+ mkdir -p /home/build
132023-10-24T20:37:25.701Z+ chown build:build /home/build /work
142023-10-24T20:37:27.699Z+ chmod 0700 /home/build /work
152023-10-24T20:37:27.702Zprocess exited: duration 4188 ms, exit code 0
 
162023-10-24T20:37:27.708Zstarting task 1: "rust-toolchain"
172023-10-24T20:37:27.720Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
182023-10-24T20:37:27.723Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default
192023-10-24T20:37:27.896Zinfo: downloading installer
202023-10-24T20:37:29.715Zwarning: it looks like you have an existing installation of Rust at:
212023-10-24T20:37:29.719Zwarning: /opt/ooce/bin
222023-10-24T20:37:29.722Zwarning: It is recommended that rustup be the primary Rust installation.
232023-10-24T20:37:29.724Zwarning: Otherwise you may have confusion unless you are careful with your PATH
242023-10-24T20:37:29.727Zwarning: If you are sure that you want both rustup and your already installed Rust
252023-10-24T20:37:29.730Zwarning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
262023-10-24T20:37:29.733Zwarning: or pass `-y' to ignore all ignorable checks.
272023-10-24T20:37:29.736Zerror: cannot install while Rust is installed
282023-10-24T20:37:29.739Zwarning: continuing (because the -y flag is set and the error is ignorable)
292023-10-24T20:37:29.802Zinfo: profile set to 'default'
302023-10-24T20:37:29.805Zinfo: default host triple is x86_64-unknown-illumos
312023-10-24T20:37:29.808Zinfo: syncing channel updates for '1.72.1-x86_64-unknown-illumos'
322023-10-24T20:37:30.000Zinfo: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13)
332023-10-24T20:37:30.005Zinfo: downloading component 'cargo'
342023-10-24T20:37:30.932Zinfo: downloading component 'clippy'
352023-10-24T20:37:31.266Zinfo: downloading component 'rust-docs'
362023-10-24T20:37:32.396Zinfo: downloading component 'rust-std'
372023-10-24T20:37:34.400Zinfo: downloading component 'rustc'
382023-10-24T20:37:39.061Zinfo: downloading component 'rustfmt'
392023-10-24T20:37:39.804Zinfo: installing component 'cargo'
402023-10-24T20:37:41.925Zinfo: installing component 'clippy'
412023-10-24T20:37:42.996Zinfo: installing component 'rust-docs'
422023-10-24T20:37:45.564Zinfo: installing component 'rust-std'
432023-10-24T20:37:49.808Zinfo: installing component 'rustc'
442023-10-24T20:38:00.402Zinfo: installing component 'rustfmt'
452023-10-24T20:38:00.864Zinfo: default toolchain set to '1.72.1-x86_64-unknown-illumos'
462023-10-24T20:38:00.869Z
472023-10-24T20:38:01.013Z 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13)
482023-10-24T20:38:01.028Z
492023-10-24T20:38:01.043Z
502023-10-24T20:38:01.056ZRust is installed now. Great!
512023-10-24T20:38:01.068Z
522023-10-24T20:38:01.079ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
532023-10-24T20:38:01.092Zenvironment variable. This has not been done automatically.
542023-10-24T20:38:01.105Z
552023-10-24T20:38:01.109ZTo configure your current shell, run:
562023-10-24T20:38:01.518Zsource "$HOME/.cargo/env"
572023-10-24T20:38:01.526Z+ rustc --version
582023-10-24T20:38:01.535Zrustc 1.72.1 (d5c2e9c34 2023-09-13)
592023-10-24T20:38:01.545Zprocess exited: duration 33504 ms, exit code 0
 
602023-10-24T20:38:01.978Zstarting task 2: "authentication"
612023-10-24T20:38:02.030Zprocess exited: duration 37 ms, exit code 0
 
622023-10-24T20:38:02.040Zstarting task 3: "clone repository"
632023-10-24T20:38:02.052Z+ mkdir -p /work/oxidecomputer/omicron
642023-10-24T20:38:02.055Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
652023-10-24T20:38:02.163ZCloning into '/work/oxidecomputer/omicron'...
662023-10-24T20:38:08.952Z+ cd /work/oxidecomputer/omicron
672023-10-24T20:38:08.955Z+ [[ -n improve-oximeter-error-reporting ]]
682023-10-24T20:38:08.958Z+ git fetch origin improve-oximeter-error-reporting
692023-10-24T20:38:09.289ZFrom https://github.com/oxidecomputer/omicron
702023-10-24T20:38:09.292Z * branch improve-oximeter-error-reporting -> FETCH_HEAD
712023-10-24T20:38:09.300Z+ git checkout -B improve-oximeter-error-reporting remotes/origin/improve-oximeter-error-reporting
722023-10-24T20:38:09.394ZSwitched to a new branch 'improve-oximeter-error-reporting'
732023-10-24T20:38:09.398Zbranch 'improve-oximeter-error-reporting' set up to track 'origin/improve-oximeter-error-reporting'.
742023-10-24T20:38:09.401Z+ git reset --hard c1b28752080cab696126f1d104ce379ec0a0cf78
752023-10-24T20:38:09.543ZHEAD is now at c1b28752 Improve comment around locking schema map
762023-10-24T20:38:09.546Zprocess exited: duration 7500 ms, exit code 0
 
772023-10-24T20:38:09.556Zstarting task 4: "build"
782023-10-24T20:38:09.567Z+ cargo --version
792023-10-24T20:38:09.654Zcargo 1.72.1 (103a7ff2e 2023-08-15)
802023-10-24T20:38:09.659Z+ rustc --version
812023-10-24T20:38:09.757Zrustc 1.72.1 (d5c2e9c34 2023-09-13)
822023-10-24T20:38:09.761Z+ source ./env.sh
832023-10-24T20:38:09.772Z++ set -o xtrace
842023-10-24T20:38:10.197Z++++ dirname ./env.sh
852023-10-24T20:38:10.201Z+++ cd .
862023-10-24T20:38:10.204Z+++ echo /work/oxidecomputer/omicron
872023-10-24T20:38:10.207Z++ OMICRON_WS=/work/oxidecomputer/omicron
882023-10-24T20:38:10.210Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
892023-10-24T20:38:10.213Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
902023-10-24T20:38:10.216Z++ export PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
912023-10-24T20:38:10.219Z++ PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
922023-10-24T20:38:10.232Z++ export PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
932023-10-24T20:38:10.239Z++ PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
942023-10-24T20:38:10.256Z++ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
952023-10-24T20:38:10.264Z++ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
962023-10-24T20:38:10.268Z++ unset OMICRON_WS
972023-10-24T20:38:10.272Z++ set +o xtrace
982023-10-24T20:38:10.275Z
992023-10-24T20:38:10.279Z ##### ##### ###### ##### ###### #### # # # #### #
1002023-10-24T20:38:10.285Z # # # # # # # # # # # # # # #
1012023-10-24T20:38:10.288Z # # # # ##### # # ##### # # # # # #### #
1022023-10-24T20:38:10.292Z ##### ##### # ##### # # # # # # # # #
1032023-10-24T20:38:10.295Z # # # # # # # # # # # # # # #
1042023-10-24T20:38:10.297Z # # # ###### # # ###### ### # #### # #### #
1052023-10-24T20:38:10.300Z
1062023-10-24T20:38:21.056Z Startup: Refreshing catalog 'helios-dev' ... Done
1072023-10-24T20:38:22.008Z Startup: Caching catalogs ... Done
1082023-10-24T20:38:26.557ZPlanning: Solver setup ... Done (4.265s)
1092023-10-24T20:38:26.664ZPlanning: Running solver ... Done (0.108s)
1102023-10-24T20:38:26.715ZPlanning: Finding local manifests ... Done (0.003s)
1112023-10-24T20:38:26.730ZPlanning: Fetching manifests: 0/4 0% complete
1122023-10-24T20:38:27.488ZPlanning: Fetching manifests: 4/4 100% complete
1132023-10-24T20:38:27.551ZPlanning: Package planning ... Done (0.081s)
1142023-10-24T20:38:27.638ZPlanning: Merging actions ... Done (0.087s)
1152023-10-24T20:38:28.464ZPlanning: Checking for conflicting actions ... Done (0.825s)
1162023-10-24T20:38:28.481ZPlanning: Consolidating action changes ... Done (0.017s)
1172023-10-24T20:38:35.011ZPlanning: Evaluating mediators ... Done (6.529s)
1182023-10-24T20:38:35.026ZPlanning: Planning completed in 12.96 seconds
1192023-10-24T20:38:35.050Z Packages to install: 4
1202023-10-24T20:38:35.053Z Mediators to change: 2
1212023-10-24T20:38:35.056Z Services to change: 1
1222023-10-24T20:38:35.058Z Estimated space available: 149.39 GB
1232023-10-24T20:38:35.061ZEstimated space to be consumed: 1.37 GB
1242023-10-24T20:38:35.064Z Create boot environment: No
1252023-10-24T20:38:35.067ZCreate backup boot environment: No
1262023-10-24T20:38:35.070Z Rebuild boot archive: No
1272023-10-24T20:38:35.073Z
1282023-10-24T20:38:35.076ZChanged mediators:
1292023-10-24T20:38:35.079Z mediator clang:
1302023-10-24T20:38:35.081Z version: None -> 15 (system default)
1312023-10-24T20:38:35.084Z
1322023-10-24T20:38:35.087Z mediator llvm:
1332023-10-24T20:38:35.090Z version: 14 (system default) -> 15 (system default)
1342023-10-24T20:38:35.093Z
1352023-10-24T20:38:35.095ZChanged packages:
1362023-10-24T20:38:35.098Zhelios-dev
1372023-10-24T20:38:35.101Z developer/build-essential
1382023-10-24T20:38:35.104Z None -> 11-2.0
1392023-10-24T20:38:35.111Z library/libxmlsec1
1402023-10-24T20:38:35.114Z None -> 1.2.35-2.0
1412023-10-24T20:38:35.116Z ooce/developer/clang-15
1422023-10-24T20:38:35.119Z None -> 15.0.7-2.0
1432023-10-24T20:38:35.122Z ooce/developer/llvm-15
1442023-10-24T20:38:35.134Z None -> 15.0.7-2.0
1452023-10-24T20:38:35.138Z
1462023-10-24T20:38:35.141ZServices:
1472023-10-24T20:38:35.144Z restart_fmri:
1482023-10-24T20:38:35.147Z svc:/system/update-man-index:default
1492023-10-24T20:38:35.417Z
1502023-10-24T20:38:35.420ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1512023-10-24T20:38:40.417ZDownload: 1009/3290 items 17.2/212.6MB 8% complete (3.5M/s)
1522023-10-24T20:38:45.421ZDownload: 1304/3290 items 93.8/212.6MB 44% complete (9.6M/s)
1532023-10-24T20:38:50.621ZDownload: 2220/3290 items 118.6/212.6MB 55% complete (10.5M/s)
1542023-10-24T20:38:55.624ZDownload: 2947/3290 items 121.2/212.6MB 57% complete (2.2M/s)
1552023-10-24T20:39:00.630ZDownload: 3249/3290 items 203.1/212.6MB 95% complete (8.6M/s)
1562023-10-24T20:39:13.290ZDownload: 3289/3290 items 212.6/212.6MB 100% complete (9.0M/s)
1572023-10-24T20:39:13.333ZDownload: Completed 212.60 MB in 37.92 seconds (5.6M/s)
1582023-10-24T20:39:13.550Z Actions: 1/3687 actions (Installing new actions)
1592023-10-24T20:39:18.581Z Actions: 2477/3687 actions (Installing new actions)
1602023-10-24T20:39:21.833Z Actions: Completed 3687 actions in 8.28 seconds.
1612023-10-24T20:39:21.995Z Done (0.155s)
1622023-10-24T20:39:21.999Z Done (0.000s)
1632023-10-24T20:39:22.197Z Done (0.202s)
1642023-10-24T20:39:29.839Z Done (7.528s)
1652023-10-24T20:39:30.053Z Done (0.114s)
1662023-10-24T20:39:30.057Z Done (0.000s)
1672023-10-24T20:39:30.276Z Done (0.000s)
1682023-10-24T20:39:30.963ZPlanning: Evaluating mediator changes ... Done
1692023-10-24T20:39:31.245ZPlanning: Checking for conflicting actions ... Done
1702023-10-24T20:39:31.249ZPlanning: Consolidating action changes ... Done
1712023-10-24T20:39:31.693ZPlanning: Evaluating mediators ... Done
1722023-10-24T20:39:31.701ZPlanning: Planning completed in 0.73 seconds
1732023-10-24T20:39:31.744Z Mediators to change: 2
1742023-10-24T20:39:31.747Z Create boot environment: No
1752023-10-24T20:39:31.749ZCreate backup boot environment: No
1762023-10-24T20:39:31.860Z Done
1772023-10-24T20:39:31.876Z Done
1782023-10-24T20:39:31.985Z Done
1792023-10-24T20:39:37.800Z Done
1802023-10-24T20:39:37.923Z Done
1812023-10-24T20:39:37.926Z Done
1822023-10-24T20:39:38.031Z Done
1832023-10-24T20:39:39.042ZPlanning: Evaluating mediator changes ... Done
1842023-10-24T20:39:39.045ZPlanning: Merging actions ... Done
1852023-10-24T20:39:39.372ZPlanning: Checking for conflicting actions ... Done
1862023-10-24T20:39:39.375ZPlanning: Consolidating action changes ... Done
1872023-10-24T20:39:39.809ZPlanning: Evaluating mediators ... Done
1882023-10-24T20:39:39.903ZPlanning: Planning completed in 1.30 seconds
1892023-10-24T20:39:39.959Z Packages to change: 1
1902023-10-24T20:39:39.962Z Mediators to change: 1
1912023-10-24T20:39:39.965Z Services to change: 1
1922023-10-24T20:39:39.968Z Create boot environment: No
1932023-10-24T20:39:39.971ZCreate backup boot environment: Yes
1942023-10-24T20:39:41.875Z Actions: 1/6 actions (Updating modified actions)
1952023-10-24T20:39:41.878Z Actions: Completed 6 actions in 0.00 seconds.
1962023-10-24T20:39:41.881Z Done
1972023-10-24T20:39:41.884Z Done
1982023-10-24T20:39:41.925Z Done
1992023-10-24T20:39:47.707Z Done
2002023-10-24T20:39:47.827Z Done
2012023-10-24T20:39:47.831Z Done
2022023-10-24T20:39:47.925Z Done
2032023-10-24T20:39:48.596ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2042023-10-24T20:39:48.599Zclang system 15 system
2052023-10-24T20:39:48.602Zcsh system system illumos
2062023-10-24T20:39:48.605Zctags system system illumos
2072023-10-24T20:39:48.608Zgcc vendor 12 vendor
2082023-10-24T20:39:48.611Zgcc system 10 system
2092023-10-24T20:39:48.614Zgcc system 7 system
2102023-10-24T20:39:48.617Zgo system 1.20 system
2112023-10-24T20:39:48.620Zgo system 1.19 system
2122023-10-24T20:39:48.623Zllvm system 15 system
2132023-10-24T20:39:48.626Zllvm system 14 system
2142023-10-24T20:39:48.629Zmariadb system 10.6 system
2152023-10-24T20:39:48.632Zmta vendor vendor dma
2162023-10-24T20:39:48.659Zopenjdk system 17 system
2172023-10-24T20:39:48.662Zopenjdk system 11 system
2182023-10-24T20:39:48.666Zopenjdk system 1.8 system
2192023-10-24T20:39:48.669Zopenssl vendor 3 vendor
2202023-10-24T20:39:48.672Zperl system 5.36 system
2212023-10-24T20:39:48.675Zpostgresql system 15 system
2222023-10-24T20:39:48.678Zpostgresql system 13 system
2232023-10-24T20:39:48.681Zpython vendor 3 vendor
2242023-10-24T20:39:48.684Zpython system 2 system
2252023-10-24T20:39:48.687Zpython3 system 3.11 system
2262023-10-24T20:39:48.690Zruby system 3.0 system
2272023-10-24T20:39:48.693Zwords vendor vendor american-english
2282023-10-24T20:39:48.696Zwords system system australian-english
2292023-10-24T20:39:48.700Zwords system system british-english
2302023-10-24T20:39:48.703Zwords system system canadian-english
2312023-10-24T20:39:48.706Zwords system system french
2322023-10-24T20:39:48.709Zwords system system italian
2332023-10-24T20:39:48.712Zwords system system ngerman
2342023-10-24T20:39:48.715Zwords system system ogerman
2352023-10-24T20:39:48.719Zwords system system spanish
2362023-10-24T20:39:49.129ZFMRI IFO
2372023-10-24T20:39:49.133Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2382023-10-24T20:39:49.136Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2392023-10-24T20:39:49.139Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2402023-10-24T20:39:49.142Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z im-
2412023-10-24T20:39:49.145Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2422023-10-24T20:39:49.149Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z i--
2432023-10-24T20:39:49.203Z+ set -o errexit
2442023-10-24T20:39:49.206Z+++ dirname ./tools/ci_download_cockroachdb
2452023-10-24T20:39:49.209Z++ cd ./tools
2462023-10-24T20:39:49.212Z++ pwd
2472023-10-24T20:39:49.215Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
2482023-10-24T20:39:49.218Z++ basename ./tools/ci_download_cockroachdb
2492023-10-24T20:39:49.221Z+ ARG0=ci_download_cockroachdb
2502023-10-24T20:39:49.224Z++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version
2512023-10-24T20:39:49.227Z+ CIDL_VERSION=v22.1.9
2522023-10-24T20:39:49.230Z+ source /work/oxidecomputer/omicron/tools/cockroachdb_checksums
2532023-10-24T20:39:49.233Z++ CIDL_MD5_DARWIN=2db972c254b4e3b599e12110520178b5
2542023-10-24T20:39:49.235Z++ CIDL_MD5_LINUX=8c3170883e0a0be1a34b44090c067a8c
2552023-10-24T20:39:49.238Z++ CIDL_MD5_ILLUMOS=d8999aff364e5d70f226e139fda724a3
2562023-10-24T20:39:49.242Z+ TARGET_DIR=out
2572023-10-24T20:39:49.245Z+ DOWNLOAD_DIR=out/downloads
2582023-10-24T20:39:49.248Z+ DEST_DIR=./out/cockroachdb
2592023-10-24T20:39:49.251Z+ CIDL_URL_COCKROACH=https://binaries.cockroachdb.com
2602023-10-24T20:39:49.253Z+ CIDL_URL_ILLUMOS=https://illumos.org/downloads
2612023-10-24T20:39:49.257Z+ main
2622023-10-24T20:39:49.260Z+ [[ 0 != 0 ]]
2632023-10-24T20:39:49.262Z+ CIDL_OS=solaris2.11
2642023-10-24T20:39:49.265Z+ [[ 0 != 0 ]]
2652023-10-24T20:39:49.268Z+ configure_os solaris2.11
2662023-10-24T20:39:49.271Z+ echo 'current directory: /work/oxidecomputer/omicron'
2672023-10-24T20:39:49.274Zcurrent directory: /work/oxidecomputer/omicron
2682023-10-24T20:39:49.277Z+ echo 'configuring based on OS: "solaris2.11"'
2692023-10-24T20:39:49.282Zconfiguring based on OS: "solaris2.11"
2702023-10-24T20:39:49.284Z+ case "$1" in
2712023-10-24T20:39:49.288Z+ CIDL_BUILD=illumos
2722023-10-24T20:39:49.291Z+ CIDL_SUFFIX=tar.gz
2732023-10-24T20:39:49.294Z+ CIDL_MD5=d8999aff364e5d70f226e139fda724a3
2742023-10-24T20:39:49.297Z+ CIDL_MD5FUNC=do_md5sum
2752023-10-24T20:39:49.299Z+ CIDL_URL_BASE=https://illumos.org/downloads
2762023-10-24T20:39:49.302Z+ CIDL_ASSEMBLE=do_assemble_illumos
2772023-10-24T20:39:49.305Z+ TARBALL_DIRNAME=cockroach-v22.1.9.illumos
2782023-10-24T20:39:49.308Z+ TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz
2792023-10-24T20:39:49.311Z+ TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz
2802023-10-24T20:39:49.313Z+ TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos
2812023-10-24T20:39:49.317Z+ CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz
2822023-10-24T20:39:49.319Z+ echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz'
2832023-10-24T20:39:49.322ZURL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz
2842023-10-24T20:39:49.325Z+ echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz'
2852023-10-24T20:39:49.328ZLocal file: out/downloads/cockroach-v22.1.9.illumos.tar.gz
2862023-10-24T20:39:49.331Z+ mkdir -p out/downloads
2872023-10-24T20:39:49.334Z+ mkdir -p ./out/cockroachdb
2882023-10-24T20:39:49.337Z+ local DO_DOWNLOAD=true
2892023-10-24T20:39:49.340Z+ [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]]
2902023-10-24T20:39:49.343Z+ '[' true == true ']'
2912023-10-24T20:39:49.346Z+ echo Downloading...
2922023-10-24T20:39:49.349ZDownloading...
2932023-10-24T20:39:49.351Z+ do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz
2942023-10-24T20:39:49.406Z+ 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
2952023-10-24T20:39:53.236Z++ do_md5sum out/downloads/cockroach-v22.1.9.illumos.tar.gz
2962023-10-24T20:39:53.239Z++ md5sum
2972023-10-24T20:39:53.242Z++ awk '{print $1}'
2982023-10-24T20:39:53.422Z+ calculated_md5=d8999aff364e5d70f226e139fda724a3
2992023-10-24T20:39:53.428Z+ [[ 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 ]]
3002023-10-24T20:39:53.431Z+ do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz
3012023-10-24T20:39:53.435Z+ tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads
3022023-10-24T20:39:56.768Z+ do_assemble_illumos
3032023-10-24T20:39:56.772Z+ rm -r ./out/cockroachdb
3042023-10-24T20:39:56.775Z+ cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb
3052023-10-24T20:39:57.420Z+ ./out/cockroachdb/bin/cockroach version
3062023-10-24T20:39:57.738ZBuild Tag: v22.1.9-dirty
3072023-10-24T20:39:57.743ZBuild Time: 2022/10/26 21:17:46
3082023-10-24T20:39:57.746ZDistribution: OSS
3092023-10-24T20:39:57.749ZPlatform: illumos amd64 (x86_64-pc-solaris2.11)
3102023-10-24T20:39:57.753ZGo Version: go1.17.13
3112023-10-24T20:39:57.757ZC Compiler: gcc 10.3.0
3122023-10-24T20:39:57.760ZBuild Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493
3132023-10-24T20:39:57.763ZBuild Type: release
3142023-10-24T20:39:57.767Z+ set -o errexit
3152023-10-24T20:39:57.770Z+++ dirname ./tools/ci_download_clickhouse
3162023-10-24T20:39:57.775Z++ cd ./tools
3172023-10-24T20:39:57.778Z++ pwd
3182023-10-24T20:39:57.781Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
3192023-10-24T20:39:57.784Z++ basename ./tools/ci_download_clickhouse
3202023-10-24T20:39:57.788Z+ ARG0=ci_download_clickhouse
3212023-10-24T20:39:57.791Z+ TARGET_DIR=out
3222023-10-24T20:39:57.794Z+ DOWNLOAD_DIR=out/downloads
3232023-10-24T20:39:57.797Z+ DEST_DIR=./out/clickhouse
3242023-10-24T20:39:57.800Z+ CIDL_VERSION=v22.8.9.24
3252023-10-24T20:39:57.803Z+ source /work/oxidecomputer/omicron/tools/clickhouse_checksums
3262023-10-24T20:39:57.806Z++ CIDL_MD5_DARWIN=20603974a929926591fca70ff1df0e45
3272023-10-24T20:39:57.808Z++ CIDL_MD5_LINUX=ea909519bd9d989fd5d090fd9bdd42f1
3282023-10-24T20:39:57.811Z++ CIDL_MD5_ILLUMOS=7702939ce5b4b51846a1ba39f1392306
3292023-10-24T20:39:57.814Z+ CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com
3302023-10-24T20:39:57.817Z+ main
3312023-10-24T20:39:57.820Z+ [[ 0 != 0 ]]
3322023-10-24T20:39:57.823Z+ CIDL_OS=solaris2.11
3332023-10-24T20:39:57.826Z+ [[ 0 != 0 ]]
3342023-10-24T20:39:57.829Z+ configure_os solaris2.11
3352023-10-24T20:39:57.832Z+ echo 'current directory: /work/oxidecomputer/omicron'
3362023-10-24T20:39:57.835Zcurrent directory: /work/oxidecomputer/omicron
3372023-10-24T20:39:57.837Z+ echo 'configuring based on OS: "solaris2.11"'
3382023-10-24T20:39:57.840Z+ CIDL_DASHREV=
3392023-10-24T20:39:57.843Zconfiguring based on OS: "solaris2.11"
3402023-10-24T20:39:57.846Z+ case "$1" in
3412023-10-24T20:39:57.849Z+ CIDL_PLATFORM=illumos
3422023-10-24T20:39:57.851Z+ CIDL_MD5=7702939ce5b4b51846a1ba39f1392306
3432023-10-24T20:39:57.854Z+ CIDL_MD5FUNC=do_md5sum
3442023-10-24T20:39:57.857Z+ CIDL_DASHREV=-1
3452023-10-24T20:39:57.860Z+ TARBALL_DIRNAME=clickhouse-v22.8.9.24
3462023-10-24T20:39:57.863Z+ TARBALL_FILENAME=clickhouse-v22.8.9.24-1.illumos.tar.gz
3472023-10-24T20:39:57.866Z+ TARBALL_FILE=out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz
3482023-10-24T20:39:57.868Z+ CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz
3492023-10-24T20:39:57.871Z+ echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz'
3502023-10-24T20:39:57.874ZURL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz
3512023-10-24T20:39:57.877Z+ echo 'Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz'
3522023-10-24T20:39:57.880ZLocal file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz
3532023-10-24T20:39:57.883Z+ mkdir -p out/downloads
3542023-10-24T20:39:57.885Z+ mkdir -p ./out/clickhouse
3552023-10-24T20:39:57.888Z+ local DO_DOWNLOAD=true
3562023-10-24T20:39:57.892Z+ [[ -f out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ]]
3572023-10-24T20:39:57.918Z+ '[' true == true ']'
3582023-10-24T20:39:57.921Z+ echo Downloading...
3592023-10-24T20:39:57.924ZDownloading...
3602023-10-24T20:39:57.927Z+ 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
3612023-10-24T20:39:57.930Z+ 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
3622023-10-24T20:40:00.365Z++ do_md5sum out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz
3632023-10-24T20:40:00.373Z++ md5sum
3642023-10-24T20:40:00.383Z++ awk '{print $1}'
3652023-10-24T20:40:00.797Z+ calculated_md5=7702939ce5b4b51846a1ba39f1392306
3662023-10-24T20:40:00.800Z+ [[ 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 ]]
3672023-10-24T20:40:00.803Z+ do_untar out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ./out/clickhouse
3682023-10-24T20:40:00.812Z+ mkdir -p ./out/clickhouse
3692023-10-24T20:40:00.817Z+ tar xzf out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz -C ./out/clickhouse
3702023-10-24T20:40:05.466Z+ ./out/clickhouse/clickhouse server --version
3712023-10-24T20:40:05.517ZClickHouse server version 22.8.9.1.
3722023-10-24T20:40:05.539Z+ set -o errexit
3732023-10-24T20:40:05.542Z+++ dirname ./tools/ci_download_console
3742023-10-24T20:40:05.546Z++ cd ./tools
3752023-10-24T20:40:05.549Z++ pwd
3762023-10-24T20:40:05.552Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
3772023-10-24T20:40:05.556Z++ basename ./tools/ci_download_console
3782023-10-24T20:40:05.560Z+ ARG0=ci_download_console
3792023-10-24T20:40:05.564Z+ TARGET_DIR=out
3802023-10-24T20:40:05.567Z+ DOWNLOAD_DIR=out/downloads
3812023-10-24T20:40:05.570Z+ DEST_DIR=./out/console-assets
3822023-10-24T20:40:05.574Z+ source /work/oxidecomputer/omicron/tools/console_version
3832023-10-24T20:40:05.578Z++ COMMIT=3538c32a5189bd22df8f6a573399dacfbe81efaa
3842023-10-24T20:40:05.581Z++ SHA2=3289989f2cd6c71ea800e73231190455cc8e4e45ae9304293050b925a9fd9423
3852023-10-24T20:40:05.584Z+ URL=https://dl.oxide.computer/releases/console/3538c32a5189bd22df8f6a573399dacfbe81efaa.tar.gz
3862023-10-24T20:40:05.591Z+ TARBALL_FILE=out/downloads/console.tar.gz
3872023-10-24T20:40:05.598Z+ main
3882023-10-24T20:40:05.615Z+ [[ 0 != 0 ]]
3892023-10-24T20:40:05.619Z+ echo 'URL: https://dl.oxide.computer/releases/console/3538c32a5189bd22df8f6a573399dacfbe81efaa.tar.gz'
3902023-10-24T20:40:05.622ZURL: https://dl.oxide.computer/releases/console/3538c32a5189bd22df8f6a573399dacfbe81efaa.tar.gz
3912023-10-24T20:40:05.625Z+ echo 'Local file: out/downloads/console.tar.gz'
3922023-10-24T20:40:05.628ZLocal file: out/downloads/console.tar.gz
3932023-10-24T20:40:05.631Z+ local DO_DOWNLOAD=true
3942023-10-24T20:40:05.634Z+ [[ -f out/downloads/console.tar.gz ]]
3952023-10-24T20:40:05.637Z+ mkdir -p out/downloads
3962023-10-24T20:40:05.640Z+ '[' true == true ']'
3972023-10-24T20:40:05.643Z+ echo Downloading...
3982023-10-24T20:40:05.647ZDownloading...
3992023-10-24T20:40:05.650Z+ do_download_curl https://dl.oxide.computer/releases/console/3538c32a5189bd22df8f6a573399dacfbe81efaa.tar.gz out/downloads/console.tar.gz
4002023-10-24T20:40:05.654Z+ curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/3538c32a5189bd22df8f6a573399dacfbe81efaa.tar.gz
4012023-10-24T20:40:06.173Z++ do_sha256sum out/downloads/console.tar.gz
4022023-10-24T20:40:06.178Z++ case "$OSTYPE" in
4032023-10-24T20:40:06.182Z++ SHA=sha256sum
4042023-10-24T20:40:06.595Z++ sha256sum
4052023-10-24T20:40:06.598Z++ awk '{print $1}'
4062023-10-24T20:40:06.602Z+ calculated_sha2=3289989f2cd6c71ea800e73231190455cc8e4e45ae9304293050b925a9fd9423
4072023-10-24T20:40:06.605Z+ [[ 3289989f2cd6c71ea800e73231190455cc8e4e45ae9304293050b925a9fd9423 != \3\2\8\9\9\8\9\f\2\c\d\6\c\7\1\e\a\8\0\0\e\7\3\2\3\1\1\9\0\4\5\5\c\c\8\e\4\e\4\5\a\e\9\3\0\4\2\9\3\0\5\0\b\9\2\5\a\9\f\d\9\4\2\3 ]]
4082023-10-24T20:40:06.611Z+ rm -rf ./out/console-assets
4092023-10-24T20:40:07.026Z+ mkdir -p ./out/console-assets
4102023-10-24T20:40:07.029Z+ do_untar out/downloads/console.tar.gz ./out/console-assets
4112023-10-24T20:40:07.032Z+ mkdir -p ./out/console-assets
4122023-10-24T20:40:07.035Z+ tar xzf out/downloads/console.tar.gz -C ./out/console-assets
4132023-10-24T20:40:07.038Z+ set -o errexit
4142023-10-24T20:40:07.041Z+++ dirname ./tools/ci_download_maghemite_openapi
4152023-10-24T20:40:07.044Z++ cd ./tools
4162023-10-24T20:40:07.048Z++ pwd
4172023-10-24T20:40:07.052Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
4182023-10-24T20:40:07.055Z++ basename ./tools/ci_download_maghemite_openapi
4192023-10-24T20:40:07.058Z+ ARG0=ci_download_maghemite_openapi
4202023-10-24T20:40:07.061Z+ TARGET_DIR=out
4212023-10-24T20:40:07.065Z+ DOWNLOAD_DIR=out/downloads
4222023-10-24T20:40:07.073Z+ source /work/oxidecomputer/omicron/tools/maghemite_ddm_openapi_version
4232023-10-24T20:40:07.085Z++ COMMIT=2f25a2005521f643317879b46692141b4127608a
4242023-10-24T20:40:07.089Z++ SHA2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf
4252023-10-24T20:40:07.092Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2f25a2005521f643317879b46692141b4127608a/ddm-admin.json
4262023-10-24T20:40:07.106Z+ LOCAL_FILE=out/downloads/ddm-admin-2f25a2005521f643317879b46692141b4127608a.json
4272023-10-24T20:40:07.110Z+ main
4282023-10-24T20:40:07.115Z+ [[ 0 != 0 ]]
4292023-10-24T20:40:07.120Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2f25a2005521f643317879b46692141b4127608a/ddm-admin.json'
4302023-10-24T20:40:07.123ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2f25a2005521f643317879b46692141b4127608a/ddm-admin.json
4312023-10-24T20:40:07.127Z+ echo 'Local file: out/downloads/ddm-admin-2f25a2005521f643317879b46692141b4127608a.json'
4322023-10-24T20:40:07.131ZLocal file: out/downloads/ddm-admin-2f25a2005521f643317879b46692141b4127608a.json
4332023-10-24T20:40:07.136Z+ local DO_DOWNLOAD=true
4342023-10-24T20:40:07.142Z+ [[ -f out/downloads/ddm-admin-2f25a2005521f643317879b46692141b4127608a.json ]]
4352023-10-24T20:40:07.150Z+ mkdir -p out/downloads
4362023-10-24T20:40:07.158Z+ '[' true == true ']'
4372023-10-24T20:40:07.169Z+ echo Downloading...
4382023-10-24T20:40:07.221ZDownloading...
4392023-10-24T20:40:07.228Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2f25a2005521f643317879b46692141b4127608a/ddm-admin.json out/downloads/ddm-admin-2f25a2005521f643317879b46692141b4127608a.json
4402023-10-24T20:40:07.236Z+ curl --silent --show-error --fail --location --output out/downloads/ddm-admin-2f25a2005521f643317879b46692141b4127608a.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2f25a2005521f643317879b46692141b4127608a/ddm-admin.json
4412023-10-24T20:40:07.246Z++ do_sha256sum out/downloads/ddm-admin-2f25a2005521f643317879b46692141b4127608a.json
4422023-10-24T20:40:07.252Z++ case "$OSTYPE" in
4432023-10-24T20:40:07.267Z++ SHA=sha256sum
4442023-10-24T20:40:07.271Z++ sha256sum
4452023-10-24T20:40:07.275Z++ awk '{print $1}'
4462023-10-24T20:40:07.279Z+ calculated_sha2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf
4472023-10-24T20:40:07.283Z+ [[ 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 ]]
4482023-10-24T20:40:07.285Z+ source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version
4492023-10-24T20:40:07.288Z++ COMMIT=2f25a2005521f643317879b46692141b4127608a
4502023-10-24T20:40:07.291Z++ SHA2=d0f7611e5ecd049b0f83bcfa843942401f155a0be36d9a2dfd73b8341d5f816e
4512023-10-24T20:40:07.294Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2f25a2005521f643317879b46692141b4127608a/mg-admin.json
4522023-10-24T20:40:07.298Z+ LOCAL_FILE=out/downloads/mg-admin-2f25a2005521f643317879b46692141b4127608a.json
4532023-10-24T20:40:07.301Z+ main
4542023-10-24T20:40:07.304Z+ [[ 0 != 0 ]]
4552023-10-24T20:40:07.307Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2f25a2005521f643317879b46692141b4127608a/mg-admin.json'
4562023-10-24T20:40:07.310ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2f25a2005521f643317879b46692141b4127608a/mg-admin.json
4572023-10-24T20:40:07.313Z+ echo 'Local file: out/downloads/mg-admin-2f25a2005521f643317879b46692141b4127608a.json'
4582023-10-24T20:40:07.317ZLocal file: out/downloads/mg-admin-2f25a2005521f643317879b46692141b4127608a.json
4592023-10-24T20:40:07.320Z+ local DO_DOWNLOAD=true
4602023-10-24T20:40:07.328Z+ [[ -f out/downloads/mg-admin-2f25a2005521f643317879b46692141b4127608a.json ]]
4612023-10-24T20:40:07.331Z+ mkdir -p out/downloads
4622023-10-24T20:40:07.337Z+ '[' true == true ']'
4632023-10-24T20:40:07.344Z+ echo Downloading...
4642023-10-24T20:40:07.348ZDownloading...
4652023-10-24T20:40:07.351Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2f25a2005521f643317879b46692141b4127608a/mg-admin.json out/downloads/mg-admin-2f25a2005521f643317879b46692141b4127608a.json
4662023-10-24T20:40:07.354Z+ curl --silent --show-error --fail --location --output out/downloads/mg-admin-2f25a2005521f643317879b46692141b4127608a.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2f25a2005521f643317879b46692141b4127608a/mg-admin.json
4672023-10-24T20:40:07.357Z++ do_sha256sum out/downloads/mg-admin-2f25a2005521f643317879b46692141b4127608a.json
4682023-10-24T20:40:07.360Z++ case "$OSTYPE" in
4692023-10-24T20:40:07.363Z++ SHA=sha256sum
4702023-10-24T20:40:07.366Z++ sha256sum
4712023-10-24T20:40:07.369Z++ awk '{print $1}'
4722023-10-24T20:40:07.372Z+ calculated_sha2=d0f7611e5ecd049b0f83bcfa843942401f155a0be36d9a2dfd73b8341d5f816e
4732023-10-24T20:40:07.376Z+ [[ d0f7611e5ecd049b0f83bcfa843942401f155a0be36d9a2dfd73b8341d5f816e != \d\0\f\7\6\1\1\e\5\e\c\d\0\4\9\b\0\f\8\3\b\c\f\a\8\4\3\9\4\2\4\0\1\f\1\5\5\a\0\b\e\3\6\d\9\a\2\d\f\d\7\3\b\8\3\4\1\d\5\f\8\1\6\e ]]
4742023-10-24T20:40:07.378ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/c0cbc39b55fac54b95468304c497e00f3d3cf686/dpd.json
4752023-10-24T20:40:07.382Z+ set -o errexit
4762023-10-24T20:40:07.385ZLocal file: out/downloads/dpd-c0cbc39b55fac54b95468304c497e00f3d3cf686.json
4772023-10-24T20:40:07.388Z+++ dirname ./tools/ci_download_dendrite_openapi
4782023-10-24T20:40:07.391ZDownloading...
4792023-10-24T20:40:07.394Z++ cd ./tools
4802023-10-24T20:40:07.397Zcurrent directory: /work/oxidecomputer/omicron
4812023-10-24T20:40:07.400Z++ pwd
4822023-10-24T20:40:07.404Zconfiguring based on OS: "solaris2.11"
4832023-10-24T20:40:07.408Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
4842023-10-24T20:40:07.411ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/c0cbc39b55fac54b95468304c497e00f3d3cf686/dendrite-stub.tar.gz
4852023-10-24T20:40:07.415Z++ basename ./tools/ci_download_dendrite_openapi
4862023-10-24T20:40:07.418ZLocal file: out/downloads/dendrite-stub.tar.gz
4872023-10-24T20:40:07.422Z+ ARG0=ci_download_dendrite_openapi
4882023-10-24T20:40:07.425ZDownloading...
4892023-10-24T20:40:07.429Z+ TARGET_DIR=out
4902023-10-24T20:40:07.432Z+ DOWNLOAD_DIR=out/downloads
4912023-10-24T20:40:07.435Z+ source /work/oxidecomputer/omicron/tools/dendrite_openapi_version
4922023-10-24T20:40:07.438Z++ COMMIT=c0cbc39b55fac54b95468304c497e00f3d3cf686
4932023-10-24T20:40:07.441Z++ SHA2=cb3f0cfbe6216d2441d34e0470252e0fb142332e47b33b65c24ef7368a694b6d
4942023-10-24T20:40:07.444Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/c0cbc39b55fac54b95468304c497e00f3d3cf686/dpd.json
4952023-10-24T20:40:07.447Z+ LOCAL_FILE=out/downloads/dpd-c0cbc39b55fac54b95468304c497e00f3d3cf686.json
4962023-10-24T20:40:07.450Z+ main
4972023-10-24T20:40:07.453Z+ [[ 0 != 0 ]]
4982023-10-24T20:40:07.455Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/c0cbc39b55fac54b95468304c497e00f3d3cf686/dpd.json'
4992023-10-24T20:40:07.458Z+ echo 'Local file: out/downloads/dpd-c0cbc39b55fac54b95468304c497e00f3d3cf686.json'
5002023-10-24T20:40:07.461Z+ local DO_DOWNLOAD=true
5012023-10-24T20:40:07.465Z+ [[ -f out/downloads/dpd-c0cbc39b55fac54b95468304c497e00f3d3cf686.json ]]
5022023-10-24T20:40:07.467Z+ mkdir -p out/downloads
5032023-10-24T20:40:07.470Z+ '[' true == true ']'
5042023-10-24T20:40:07.473Z+ echo Downloading...
5052023-10-24T20:40:07.476Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/c0cbc39b55fac54b95468304c497e00f3d3cf686/dpd.json out/downloads/dpd-c0cbc39b55fac54b95468304c497e00f3d3cf686.json
5062023-10-24T20:40:07.481Z+ curl --silent --show-error --fail --location --output out/downloads/dpd-c0cbc39b55fac54b95468304c497e00f3d3cf686.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/c0cbc39b55fac54b95468304c497e00f3d3cf686/dpd.json
5072023-10-24T20:40:07.484Z++ do_sha256sum out/downloads/dpd-c0cbc39b55fac54b95468304c497e00f3d3cf686.json
5082023-10-24T20:40:07.486Z++ case "$OSTYPE" in
5092023-10-24T20:40:07.489Z++ SHA=sha256sum
5102023-10-24T20:40:07.492Z++ sha256sum
5112023-10-24T20:40:07.495Z++ awk '{print $1}'
5122023-10-24T20:40:07.498Z+ calculated_sha2=cb3f0cfbe6216d2441d34e0470252e0fb142332e47b33b65c24ef7368a694b6d
5132023-10-24T20:40:07.501Z+ [[ cb3f0cfbe6216d2441d34e0470252e0fb142332e47b33b65c24ef7368a694b6d != \c\b\3\f\0\c\f\b\e\6\2\1\6\d\2\4\4\1\d\3\4\e\0\4\7\0\2\5\2\e\0\f\b\1\4\2\3\3\2\e\4\7\b\3\3\b\6\5\c\2\4\e\f\7\3\6\8\a\6\9\4\b\6\d ]]
5142023-10-24T20:40:07.504Z+ set -o errexit
5152023-10-24T20:40:07.506Z+++ dirname ./tools/ci_download_dendrite_stub
5162023-10-24T20:40:07.509Z++ cd ./tools
5172023-10-24T20:40:07.512Z++ pwd
5182023-10-24T20:40:07.515Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
5192023-10-24T20:40:07.518Z++ basename ./tools/ci_download_dendrite_stub
5202023-10-24T20:40:07.522Z+ ARG0=ci_download_dendrite_stub
5212023-10-24T20:40:07.525Z+ source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums
5222023-10-24T20:40:07.528Z++ CIDL_SHA256_ILLUMOS=3706e0e8230b7f76407ec0acea9020b9efc7d6c78b74c304102fd8e62cac6760
5232023-10-24T20:40:07.531Z++ CIDL_SHA256_LINUX_DPD=b275a1c688eae1024b9ce1cbb766a66e37072e84b4a6cbc18746c903739ccf51
5242023-10-24T20:40:07.533Z++ CIDL_SHA256_LINUX_SWADM=7e604cc4b67c1a711a63ece2a8d0e2e7c8ef2b9ac6bb433b3c2e02f5f66018ba
5252023-10-24T20:40:07.536Z+ source /work/oxidecomputer/omicron/tools/dendrite_openapi_version
5262023-10-24T20:40:07.541Z++ COMMIT=c0cbc39b55fac54b95468304c497e00f3d3cf686
5272023-10-24T20:40:07.544Z++ SHA2=cb3f0cfbe6216d2441d34e0470252e0fb142332e47b33b65c24ef7368a694b6d
5282023-10-24T20:40:07.547Z+ TARGET_DIR=out
5292023-10-24T20:40:07.549Z+ DOWNLOAD_DIR=out/downloads
5302023-10-24T20:40:07.553Z+ DEST_DIR=./out/dendrite-stub
5312023-10-24T20:40:07.556Z+ BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin
5322023-10-24T20:40:07.559Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
5332023-10-24T20:40:07.562Z+ REPO=oxidecomputer/dendrite
5342023-10-24T20:40:07.567Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/c0cbc39b55fac54b95468304c497e00f3d3cf686
5352023-10-24T20:40:07.570Z+ main
5362023-10-24T20:40:07.574Z+ [[ 0 != 0 ]]
5372023-10-24T20:40:07.581Z+ CIDL_OS=solaris2.11
5382023-10-24T20:40:07.587Z+ [[ 0 != 0 ]]
5392023-10-24T20:40:07.597Z+ configure_os solaris2.11
5402023-10-24T20:40:07.609Z+ echo 'current directory: /work/oxidecomputer/omicron'
5412023-10-24T20:40:07.615Z+ echo 'configuring based on OS: "solaris2.11"'
5422023-10-24T20:40:07.619Z+ case "$1" in
5432023-10-24T20:40:07.622Z+ SET_BINARIES=
5442023-10-24T20:40:07.627Z+ CIDL_SHA256=3706e0e8230b7f76407ec0acea9020b9efc7d6c78b74c304102fd8e62cac6760
5452023-10-24T20:40:07.630Z+ CIDL_SHA256FUNC=do_sha256sum
5462023-10-24T20:40:07.635Z+ TARBALL_FILENAME=dendrite-stub.tar.gz
5472023-10-24T20:40:08.061Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/c0cbc39b55fac54b95468304c497e00f3d3cf686/dendrite-stub.tar.gz
5482023-10-24T20:40:08.071Z+ TARBALL_FILE=out/downloads/dendrite-stub.tar.gz
5492023-10-24T20:40:08.080Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/c0cbc39b55fac54b95468304c497e00f3d3cf686/dendrite-stub.tar.gz'
5502023-10-24T20:40:08.093Z+ echo 'Local file: out/downloads/dendrite-stub.tar.gz'
5512023-10-24T20:40:08.101Z+ mkdir -p out/downloads
5522023-10-24T20:40:08.107Z+ mkdir -p ./out/dendrite-stub
5532023-10-24T20:40:08.122Z+ fetch_and_verify
5542023-10-24T20:40:08.131Z+ local DO_DOWNLOAD=true
5552023-10-24T20:40:08.140Z+ [[ -f out/downloads/dendrite-stub.tar.gz ]]
5562023-10-24T20:40:08.146Z+ '[' true == true ']'
5572023-10-24T20:40:08.151Z+ echo Downloading...
5582023-10-24T20:40:08.155Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/c0cbc39b55fac54b95468304c497e00f3d3cf686/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz
5592023-10-24T20:40:08.161Z+ curl --silent --show-error --fail --location --output out/downloads/dendrite-stub.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/c0cbc39b55fac54b95468304c497e00f3d3cf686/dendrite-stub.tar.gz
5602023-10-24T20:40:15.426Z++ do_sha256sum out/downloads/dendrite-stub.tar.gz
5612023-10-24T20:40:15.429Z++ sha256sum
5622023-10-24T20:40:15.432Z++ awk '{print $1}'
5632023-10-24T20:40:15.522Z+ calculated_sha256=3706e0e8230b7f76407ec0acea9020b9efc7d6c78b74c304102fd8e62cac6760
5642023-10-24T20:40:15.525Z+ [[ 3706e0e8230b7f76407ec0acea9020b9efc7d6c78b74c304102fd8e62cac6760 != \3\7\0\6\e\0\e\8\2\3\0\b\7\f\7\6\4\0\7\e\c\0\a\c\e\a\9\0\2\0\b\9\e\f\c\7\d\6\c\7\8\b\7\4\c\3\0\4\1\0\2\f\d\8\e\6\2\c\a\c\6\7\6\0 ]]
5652023-10-24T20:40:15.527Z+ do_untar out/downloads/dendrite-stub.tar.gz
5662023-10-24T20:40:15.530Z+ tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads
5672023-10-24T20:40:16.426Z+ do_assemble
5682023-10-24T20:40:16.429Z+ rm -r ./out/dendrite-stub
5692023-10-24T20:40:16.433Z+ mkdir ./out/dendrite-stub
5702023-10-24T20:40:16.437Z+ cp -r out/downloads/root ./out/dendrite-stub/root
5712023-10-24T20:40:16.540Z+ ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin
5722023-10-24T20:40:16.553Z+ set -o errexit
5732023-10-24T20:40:16.556Z+++ dirname ./tools/ci_download_maghemite_mgd
5742023-10-24T20:40:16.560Z++ cd ./tools
5752023-10-24T20:40:16.563Z++ pwd
5762023-10-24T20:40:16.600Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
5772023-10-24T20:40:16.603Z++ basename ./tools/ci_download_maghemite_mgd
5782023-10-24T20:40:16.609Z+ ARG0=ci_download_maghemite_mgd
5792023-10-24T20:40:16.612Z+ source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums
5802023-10-24T20:40:16.616Z++ CIDL_SHA256=16878501f5440590674acd82bee6ce5dcf3d1326531c25064dd9c060ab6440a4
5812023-10-24T20:40:16.619Z++ MGD_LINUX_SHA256=45e5ddc9d81cfcb94917f9c58942c3a7211fb34a3c563fbfc2434b0a97306b3d
5822023-10-24T20:40:16.622Z+ source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version
5832023-10-24T20:40:16.624Z++ COMMIT=2f25a2005521f643317879b46692141b4127608a
5842023-10-24T20:40:16.628Z++ SHA2=d0f7611e5ecd049b0f83bcfa843942401f155a0be36d9a2dfd73b8341d5f816e
5852023-10-24T20:40:16.631Z+ TARGET_DIR=out
5862023-10-24T20:40:16.633Z+ DOWNLOAD_DIR=out/downloads
5872023-10-24T20:40:16.636Z+ DEST_DIR=./out/mgd
5882023-10-24T20:40:16.639Z+ BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin
5892023-10-24T20:40:16.642Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
5902023-10-24T20:40:16.645Z+ REPO=oxidecomputer/maghemite
5912023-10-24T20:40:16.647Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/2f25a2005521f643317879b46692141b4127608a
5922023-10-24T20:40:16.650Z+ main
5932023-10-24T20:40:16.653Z+ [[ 0 != 0 ]]
5942023-10-24T20:40:16.655Z+ CIDL_OS=solaris2.11
5952023-10-24T20:40:16.658Z+ [[ 0 != 0 ]]
5962023-10-24T20:40:16.661Z+ configure_os solaris2.11
5972023-10-24T20:40:16.664Z+ echo 'current directory: /work/oxidecomputer/omicron'
5982023-10-24T20:40:16.667Zcurrent directory: /work/oxidecomputer/omicron
5992023-10-24T20:40:16.671Z+ echo 'configuring based on OS: "solaris2.11"'
6002023-10-24T20:40:16.674Zconfiguring based on OS: "solaris2.11"
6012023-10-24T20:40:16.678Z+ case "$1" in
6022023-10-24T20:40:16.689Z+ SET_BINARIES=
6032023-10-24T20:40:16.697Z+ CIDL_SHA256FUNC=do_sha256sum
6042023-10-24T20:40:16.703Z+ TARBALL_FILENAME=mgd.tar.gz
6052023-10-24T20:40:16.712Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/2f25a2005521f643317879b46692141b4127608a/mgd.tar.gz
6062023-10-24T20:40:16.719Z+ TARBALL_FILE=out/downloads/mgd.tar.gz
6072023-10-24T20:40:16.721Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/2f25a2005521f643317879b46692141b4127608a/mgd.tar.gz'
6082023-10-24T20:40:16.725ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/2f25a2005521f643317879b46692141b4127608a/mgd.tar.gz
6092023-10-24T20:40:16.729Z+ echo 'Local file: out/downloads/mgd.tar.gz'
6102023-10-24T20:40:16.732ZLocal file: out/downloads/mgd.tar.gz
6112023-10-24T20:40:16.735Z+ mkdir -p out/downloads
6122023-10-24T20:40:16.737Z+ mkdir -p ./out/mgd
6132023-10-24T20:40:16.740Z+ fetch_and_verify
6142023-10-24T20:40:16.743Z+ local DO_DOWNLOAD=true
6152023-10-24T20:40:16.746Z+ [[ -f out/downloads/mgd.tar.gz ]]
6162023-10-24T20:40:16.752Z+ '[' true == true ']'
6172023-10-24T20:40:16.758Z+ echo Downloading...
6182023-10-24T20:40:16.765ZDownloading...
6192023-10-24T20:40:16.773Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/2f25a2005521f643317879b46692141b4127608a/mgd.tar.gz out/downloads/mgd.tar.gz
6202023-10-24T20:40:16.793Z+ curl --silent --show-error --fail --location --output out/downloads/mgd.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/2f25a2005521f643317879b46692141b4127608a/mgd.tar.gz
6212023-10-24T20:40:24.611Z++ do_sha256sum out/downloads/mgd.tar.gz
6222023-10-24T20:40:24.614Z++ sha256sum
6232023-10-24T20:40:24.617Z++ awk '{print $1}'
6242023-10-24T20:40:24.689Z+ calculated_sha256=16878501f5440590674acd82bee6ce5dcf3d1326531c25064dd9c060ab6440a4
6252023-10-24T20:40:24.694Z+ [[ 16878501f5440590674acd82bee6ce5dcf3d1326531c25064dd9c060ab6440a4 != \1\6\8\7\8\5\0\1\f\5\4\4\0\5\9\0\6\7\4\a\c\d\8\2\b\e\e\6\c\e\5\d\c\f\3\d\1\3\2\6\5\3\1\c\2\5\0\6\4\d\d\9\c\0\6\0\a\b\6\4\4\0\a\4 ]]
6262023-10-24T20:40:24.700Z+ do_untar out/downloads/mgd.tar.gz
6272023-10-24T20:40:24.703Z+ tar xzf out/downloads/mgd.tar.gz -C out/downloads
6282023-10-24T20:40:25.364Z+ do_assemble
6292023-10-24T20:40:25.367Z+ rm -r ./out/mgd
6302023-10-24T20:40:25.370Z+ mkdir ./out/mgd
6312023-10-24T20:40:25.373Z+ cp -r out/downloads/root ./out/mgd/root
6322023-10-24T20:40:25.576Z+ set -o errexit
6332023-10-24T20:40:25.580Z+++ dirname ./tools/ci_download_transceiver_control
6342023-10-24T20:40:25.583Z++ cd ./tools
6352023-10-24T20:40:25.586Z++ pwd
6362023-10-24T20:40:25.590Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
6372023-10-24T20:40:25.594Z++ basename ./tools/ci_download_transceiver_control
6382023-10-24T20:40:25.597Z+ ARG0=ci_download_transceiver_control
6392023-10-24T20:40:25.600Z+ source /work/oxidecomputer/omicron/tools/transceiver_control_version
6402023-10-24T20:40:25.603Z++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a
6412023-10-24T20:40:25.606Z++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
6422023-10-24T20:40:25.611Z+ TARGET_DIR=out
6432023-10-24T20:40:25.614Z+ DOWNLOAD_DIR=out/downloads
6442023-10-24T20:40:25.617Z+ DEST_DIR=./out/transceiver-control
6452023-10-24T20:40:25.620Z+ BIN_DIR=/opt/oxide/bin
6462023-10-24T20:40:25.623Z+ BINARY=xcvradm
6472023-10-24T20:40:25.626Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
6482023-10-24T20:40:25.630Z+ REPO=oxidecomputer/transceiver-control
6492023-10-24T20:40:25.639Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a
6502023-10-24T20:40:25.642Z+ main
6512023-10-24T20:40:25.645Z+ [[ 0 != 0 ]]
6522023-10-24T20:40:25.649Z+ CIDL_OS=solaris2.11
6532023-10-24T20:40:25.652Z+ [[ 0 != 0 ]]
6542023-10-24T20:40:25.655Z+ configure_os solaris2.11
6552023-10-24T20:40:25.659Z+ echo 'current directory: /work/oxidecomputer/omicron'
6562023-10-24T20:40:25.662Zcurrent directory: /work/oxidecomputer/omicron
6572023-10-24T20:40:25.665Z+ echo 'configuring based on OS: "solaris2.11"'
6582023-10-24T20:40:25.668Zconfiguring based on OS: "solaris2.11"
6592023-10-24T20:40:25.671Z+ case "$1" in
6602023-10-24T20:40:25.674Z+ SET_BINARIES=
6612023-10-24T20:40:25.678Z+ CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
6622023-10-24T20:40:25.681Z+ CIDL_SHA256FUNC=do_sha256sum
6632023-10-24T20:40:25.686Z+ ARCHIVE_FILENAME=xcvradm.gz
6642023-10-24T20:40:25.690Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz
6652023-10-24T20:40:25.696Z+ ARCHIVE_FILE=out/downloads/xcvradm.gz
6662023-10-24T20:40:25.702Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz'
6672023-10-24T20:40:25.710ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz
6682023-10-24T20:40:25.728Z+ echo 'Local file: out/downloads/xcvradm.gz'
6692023-10-24T20:40:25.737ZLocal file: out/downloads/xcvradm.gz
6702023-10-24T20:40:25.743Z+ mkdir -p out/downloads
6712023-10-24T20:40:25.753Z+ mkdir -p ./out/transceiver-control
6722023-10-24T20:40:25.758Z+ fetch_and_verify
6732023-10-24T20:40:25.766Z+ local DO_DOWNLOAD=true
6742023-10-24T20:40:25.782Z+ [[ -f out/downloads/xcvradm.gz ]]
6752023-10-24T20:40:25.798Z+ '[' true == true ']'
6762023-10-24T20:40:25.818Z+ echo Downloading...
6772023-10-24T20:40:25.829ZDownloading...
6782023-10-24T20:40:25.882Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz
6792023-10-24T20:40:25.893Z+ 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
6802023-10-24T20:40:27.627Z++ do_sha256sum out/downloads/xcvradm.gz
6812023-10-24T20:40:27.631Z++ sha256sum
6822023-10-24T20:40:27.634Z++ awk '{print $1}'
6832023-10-24T20:40:27.653Z+ calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
6842023-10-24T20:40:27.657Z+ [[ 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 ]]
6852023-10-24T20:40:27.660Z+ do_unpack out/downloads/xcvradm.gz
6862023-10-24T20:40:27.663Z+ mkdir -p out/downloads/root//opt/oxide/bin
6872023-10-24T20:40:27.666Z+ gzip -dc out/downloads/xcvradm.gz
6882023-10-24T20:40:27.846Z+ chmod +x out/downloads/root//opt/oxide/bin/xcvradm
6892023-10-24T20:40:27.851Z+ do_assemble
6902023-10-24T20:40:27.855Z+ rm -r ./out/transceiver-control
6912023-10-24T20:40:27.859Z+ mkdir ./out/transceiver-control
6922023-10-24T20:40:27.865Z+ cp -r out/downloads/root ./out/transceiver-control/root
6932023-10-24T20:40:28.048ZAll builder prerequisites installed successfully, and PATH looks valid
6942023-10-24T20:40:28.053Z
6952023-10-24T20:40:28.058Zreal 2:18.238649510
6962023-10-24T20:40:28.064Zuser 51.883235985
6972023-10-24T20:40:28.069Zsys 9.847734383
6982023-10-24T20:40:28.074Ztrap 0.019057627
6992023-10-24T20:40:28.080Ztflt 0.299853787
7002023-10-24T20:40:28.086Zdflt 0.686904456
7012023-10-24T20:40:28.091Zkflt 0.282804258
7022023-10-24T20:40:28.095Zlock 2.064172954
7032023-10-24T20:40:28.100Zslp 4:21.291458482
7042023-10-24T20:40:28.106Zlat 3.353659013
7052023-10-24T20:40:28.111Zstop 0.069892026
7062023-10-24T20:40:28.116Z
7072023-10-24T20:40:28.123Z #### # # ##### ##### # #
7082023-10-24T20:40:28.128Z # # # # # # # # # #
7092023-10-24T20:40:28.133Z # # # # # # # #
7102023-10-24T20:40:28.138Z # # # ##### ##### #
7112023-10-24T20:40:28.143Z # # # # # # #
7122023-10-24T20:40:28.150Z #### ###### # # # #
7132023-10-24T20:40:28.157Z
7142023-10-24T20:40:28.412Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
7152023-10-24T20:40:28.865Z Updating crates.io index
7162023-10-24T20:40:28.873Z Updating git repository `https://github.com/oxidecomputer/dropshot`
7172023-10-24T20:40:29.669Z Updating git repository `https://github.com/oxidecomputer/progenitor`
7182023-10-24T20:40:31.428Z Updating git repository `http://github.com/oxidecomputer/serde_human_bytes`
7192023-10-24T20:40:32.225Z Updating git repository `http://github.com/oxidecomputer/tofino`
7202023-10-24T20:40:32.544Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
7212023-10-24T20:40:32.894Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
7222023-10-24T20:40:33.198Z Updating git repository `https://github.com/oxidecomputer/propolis`
7232023-10-24T20:40:34.089Z Updating git repository `https://github.com/oxidecomputer/crucible`
7242023-10-24T20:40:35.793Z Updating git repository `https://github.com/oxidecomputer/opte`
7252023-10-24T20:40:36.773Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
7262023-10-24T20:40:37.146Z Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel`
7272023-10-24T20:40:37.503Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
7282023-10-24T20:40:38.102Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
7292023-10-24T20:40:38.474Z Updating git repository `http://github.com/oxidecomputer/sprockets`
7302023-10-24T20:40:38.872Z Updating git repository `https://github.com/oxidecomputer/diesel-dtrace`
7312023-10-24T20:40:39.255Z Updating git repository `https://github.com/njaremko/samael`
7322023-10-24T20:40:39.932Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
7332023-10-24T20:40:40.518Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
7342023-10-24T20:40:40.996Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
7352023-10-24T20:40:41.361Z Updating git repository `https://github.com/jgallagher/nix`
7362023-10-24T20:40:42.581Z Updating git repository `https://github.com/cbiffle/hubpack`
7372023-10-24T20:40:42.909Z Updating git repository `https://github.com/oxidecomputer/omicron`
7382023-10-24T20:40:51.654Z Updating git repository `https://github.com/oxidecomputer/rfb`
7392023-10-24T20:40:52.121Z Updating git repository `https://github.com/oxidecomputer/typify`
7402023-10-24T20:40:53.149Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
7412023-10-24T20:40:53.537Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
7422023-10-24T20:40:53.893Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
7432023-10-24T20:40:55.655Z Downloading crates ...
7442023-10-24T20:40:55.832Z Downloaded colorchoice v1.0.0
7452023-10-24T20:40:55.835Z Downloaded equivalent v1.0.1
7462023-10-24T20:40:55.841Z Downloaded anstream v0.5.0
7472023-10-24T20:40:55.848Z Downloaded bitflags v1.3.2
7482023-10-24T20:40:55.853Z Downloaded anstyle-parse v0.2.1
7492023-10-24T20:40:55.857Z Downloaded itoa v1.0.9
7502023-10-24T20:40:55.860Z Downloaded clap_lex v0.5.1
7512023-10-24T20:40:55.863Z Downloaded heck v0.4.1
7522023-10-24T20:40:55.866Z Downloaded cargo-platform v0.1.3
7532023-10-24T20:40:55.871Z Downloaded io-lifetimes v1.0.11
7542023-10-24T20:40:55.874Z Downloaded clap_builder v4.4.2
7552023-10-24T20:40:55.878Z Downloaded clap v4.4.3
7562023-10-24T20:40:55.892Z Downloaded toml_datetime v0.6.3
7572023-10-24T20:40:55.896Z Downloaded thiserror v1.0.49
7582023-10-24T20:40:55.900Z Downloaded thiserror-impl v1.0.49
7592023-10-24T20:40:55.903Z Downloaded terminal_size v0.2.6
7602023-10-24T20:40:55.906Z Downloaded utf8parse v0.2.1
7612023-10-24T20:40:55.909Z Downloaded ryu v1.0.15
7622023-10-24T20:40:55.912Z Downloaded anyhow v1.0.75
7632023-10-24T20:40:55.917Z Downloaded memchr v2.6.3
7642023-10-24T20:40:55.925Z Downloaded serde_spanned v0.6.3
7652023-10-24T20:40:55.928Z Downloaded toml v0.8.0
7662023-10-24T20:40:55.932Z Downloaded hashbrown v0.14.0
7672023-10-24T20:40:55.940Z Downloaded unicode-ident v1.0.12
7682023-10-24T20:40:55.945Z Downloaded toml_edit v0.20.0
7692023-10-24T20:40:55.973Z Downloaded winnow v0.5.15
7702023-10-24T20:40:55.986Z Downloaded serde_json v1.0.107
7712023-10-24T20:40:55.999Z Downloaded syn v2.0.32
7722023-10-24T20:40:56.017Z Downloaded rustix v0.37.23
7732023-10-24T20:40:56.050Z Downloaded libc v0.2.149
7742023-10-24T20:40:56.097Z Downloaded serde_derive v1.0.188
7752023-10-24T20:40:56.101Z Downloaded serde v1.0.188
7762023-10-24T20:40:56.107Z Downloaded semver v1.0.18
7772023-10-24T20:40:56.111Z Downloaded proc-macro2 v1.0.67
7782023-10-24T20:40:56.115Z Downloaded clap_derive v4.4.2
7792023-10-24T20:40:56.117Z Downloaded strsim v0.10.0
7802023-10-24T20:40:56.120Z Downloaded quote v1.0.33
7812023-10-24T20:40:56.125Z Downloaded indexmap v2.0.0
7822023-10-24T20:40:56.130Z Downloaded cargo_toml v0.16.3
7832023-10-24T20:40:56.133Z Downloaded camino v1.1.6
7842023-10-24T20:40:56.136Z Downloaded cargo_metadata v0.18.0
7852023-10-24T20:40:56.140Z Downloaded anstyle v1.0.2
7862023-10-24T20:40:56.144Z Downloaded anstyle-query v1.0.0
7872023-10-24T20:40:56.147Z Downloaded errno v0.3.2
7882023-10-24T20:40:56.260Z Compiling proc-macro2 v1.0.67
7892023-10-24T20:40:56.263Z Compiling unicode-ident v1.0.12
7902023-10-24T20:40:56.268Z Compiling serde v1.0.188
7912023-10-24T20:40:56.270Z Compiling libc v0.2.149
7922023-10-24T20:40:56.273Z Compiling io-lifetimes v1.0.11
7932023-10-24T20:40:56.276Z Compiling rustix v0.37.23
7942023-10-24T20:40:56.279Z Compiling bitflags v1.3.2
7952023-10-24T20:40:56.282Z Compiling hashbrown v0.14.0
7962023-10-24T20:40:56.471Z Compiling equivalent v1.0.1
7972023-10-24T20:40:56.598Z Compiling utf8parse v0.2.1
7982023-10-24T20:40:56.620Z Compiling camino v1.1.6
7992023-10-24T20:40:56.842Z Compiling anstyle-parse v0.2.1
8002023-10-24T20:40:57.225Z Compiling thiserror v1.0.49
8012023-10-24T20:40:57.812Z Compiling indexmap v2.0.0
8022023-10-24T20:40:58.979Z Compiling anstyle v1.0.2
8032023-10-24T20:40:58.982Z Compiling colorchoice v1.0.0
8042023-10-24T20:40:59.149Z Compiling anstyle-query v1.0.0
8052023-10-24T20:40:59.168Z Compiling winnow v0.5.15
8062023-10-24T20:40:59.207Z Compiling serde_json v1.0.107
8072023-10-24T20:40:59.236Z Compiling semver v1.0.18
8082023-10-24T20:40:59.392Z Compiling ryu v1.0.15
8092023-10-24T20:40:59.656Z Compiling anstream v0.5.0
8102023-10-24T20:40:59.680Z Compiling clap_lex v0.5.1
8112023-10-24T20:40:59.937Z Compiling itoa v1.0.9
8122023-10-24T20:40:59.970Z Compiling heck v0.4.1
8132023-10-24T20:40:59.990Z Compiling strsim v0.10.0
8142023-10-24T20:41:00.277Z Compiling anyhow v1.0.75
8152023-10-24T20:41:00.463Z Compiling quote v1.0.33
8162023-10-24T20:41:01.045Z Compiling syn v2.0.32
8172023-10-24T20:41:01.193Z Compiling errno v0.3.2
8182023-10-24T20:41:02.819Z Compiling terminal_size v0.2.6
8192023-10-24T20:41:02.972Z Compiling clap_builder v4.4.2
8202023-10-24T20:41:08.275Z Compiling serde_derive v1.0.188
8212023-10-24T20:41:08.278Z Compiling thiserror-impl v1.0.49
8222023-10-24T20:41:08.282Z Compiling clap_derive v4.4.2
8232023-10-24T20:41:12.545Z Compiling clap v4.4.3
8242023-10-24T20:41:20.110Z Compiling toml_datetime v0.6.3
8252023-10-24T20:41:20.113Z Compiling serde_spanned v0.6.3
8262023-10-24T20:41:20.116Z Compiling cargo-platform v0.1.3
8272023-10-24T20:41:20.449Z Compiling toml_edit v0.20.0
8282023-10-24T20:41:22.148Z Compiling cargo_metadata v0.18.0
8292023-10-24T20:41:23.648Z Compiling toml v0.8.0
8302023-10-24T20:41:24.511Z Compiling cargo_toml v0.16.3
8312023-10-24T20:41:29.994Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
8322023-10-24T20:41:31.296Z Finished dev [unoptimized + debuginfo] target(s) in 1m 03s
8332023-10-24T20:41:31.512Z Running `target/debug/xtask clippy`
8342023-10-24T20:41:31.565Zrunning: "/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/cargo" "clippy" "--all-targets" "--" "--deny" "warnings" "--allow" "clippy::style"
8352023-10-24T20:41:32.479Z Downloading crates ...
8362023-10-24T20:41:32.814Z Downloaded cc v1.0.83
8372023-10-24T20:41:32.823Z Downloaded cexpr v0.6.0
8382023-10-24T20:41:32.830Z Downloaded hostname v0.3.1
8392023-10-24T20:41:32.837Z Downloaded crossbeam-epoch v0.9.15
8402023-10-24T20:41:32.845Z Downloaded httparse v1.8.0
8412023-10-24T20:41:32.854Z Downloaded bytes v1.5.0
8422023-10-24T20:41:32.864Z Downloaded hubpack v0.1.2
8432023-10-24T20:41:32.867Z Downloaded bitvec v1.0.1
8442023-10-24T20:41:32.902Z Downloaded ascii-canvas v3.0.0
8452023-10-24T20:41:32.912Z Downloaded base16ct v0.2.0
8462023-10-24T20:41:32.919Z Downloaded approx v0.5.1
8472023-10-24T20:41:32.923Z Downloaded adler v1.0.2
8482023-10-24T20:41:32.929Z Downloaded match_cfg v0.1.0
8492023-10-24T20:41:32.936Z Downloaded bitstruct_derive v0.1.0
8502023-10-24T20:41:32.941Z Downloaded maybe-uninit v2.0.0
8512023-10-24T20:41:32.955Z Downloaded arrayvec v0.7.4
8522023-10-24T20:41:32.963Z Downloaded home v0.5.5
8532023-10-24T20:41:32.968Z Downloaded camino-tempfile v1.0.2
8542023-10-24T20:41:32.971Z Downloaded assert_matches v1.5.0
8552023-10-24T20:41:32.974Z Downloaded hmac v0.12.1
8562023-10-24T20:41:32.978Z Downloaded headers-core v0.2.0
8572023-10-24T20:41:32.981Z Downloaded bcs v0.1.5
8582023-10-24T20:41:32.988Z Downloaded backoff v0.4.0
8592023-10-24T20:41:32.993Z Downloaded libefi-sys v0.1.0
8602023-10-24T20:41:32.999Z Downloaded bitfield v0.14.0
8612023-10-24T20:41:33.010Z Downloaded curve25519-dalek-derive v0.1.0
8622023-10-24T20:41:33.014Z Downloaded autocfg v1.1.0
8632023-10-24T20:41:33.019Z Downloaded heck v0.3.3
8642023-10-24T20:41:33.023Z Downloaded debug-ignore v1.0.5
8652023-10-24T20:41:33.028Z Downloaded usdt-impl v0.3.5
8662023-10-24T20:41:33.033Z Downloaded highway v1.1.0
8672023-10-24T20:41:33.039Z Downloaded toolchain_find v0.2.0
8682023-10-24T20:41:33.044Z Downloaded crypto-common v0.1.6
8692023-10-24T20:41:33.048Z Downloaded version_check v0.9.4
8702023-10-24T20:41:33.051Z Downloaded assert_cmd v2.0.12
8712023-10-24T20:41:33.059Z Downloaded radium v0.7.0
8722023-10-24T20:41:33.062Z Downloaded ascii v1.1.0
8732023-10-24T20:41:33.069Z Downloaded datatest-stable v0.1.3
8742023-10-24T20:41:33.075Z Downloaded bitflags v2.4.0
8752023-10-24T20:41:33.083Z Downloaded rustfmt-wrapper v0.2.0
8762023-10-24T20:41:33.088Z Downloaded crunchy v0.2.2
8772023-10-24T20:41:33.091Z Downloaded twox-hash v1.6.3
8782023-10-24T20:41:33.096Z Downloaded darling v0.20.3
8792023-10-24T20:41:33.106Z Downloaded doc-comment v0.3.3
8802023-10-24T20:41:33.110Z Downloaded smf v0.2.2
8812023-10-24T20:41:33.114Z Downloaded precomputed-hash v0.1.1
8822023-10-24T20:41:33.117Z Downloaded serial_test v0.10.0
8832023-10-24T20:41:33.121Z Downloaded derive_builder v0.12.0
8842023-10-24T20:41:33.134Z Downloaded dtrace-parser v0.1.14
8852023-10-24T20:41:33.137Z Downloaded percent-encoding v2.3.0
8862023-10-24T20:41:33.141Z Downloaded plotters-svg v0.3.5
8872023-10-24T20:41:33.145Z Downloaded mockall_derive v0.11.4
8882023-10-24T20:41:33.150Z Downloaded packed_struct_codegen v0.10.1
8892023-10-24T20:41:33.153Z Downloaded criterion v0.5.1
8902023-10-24T20:41:33.171Z Downloaded thread_local v1.1.7
8912023-10-24T20:41:33.175Z Downloaded polyval v0.6.1
8922023-10-24T20:41:33.181Z Downloaded ppv-lite86 v0.2.17
8932023-10-24T20:41:33.184Z Downloaded shell-words v1.1.0
8942023-10-24T20:41:33.188Z Downloaded pretty-hex v0.3.0
8952023-10-24T20:41:33.191Z Downloaded ed25519 v1.5.3
8962023-10-24T20:41:33.196Z Downloaded signature v2.1.0
8972023-10-24T20:41:33.200Z Downloaded xattr v1.0.1
8982023-10-24T20:41:33.205Z Downloaded tower-service v0.3.2
8992023-10-24T20:41:33.210Z Downloaded postcard-cobs v0.1.5-pre
9002023-10-24T20:41:33.213Z Downloaded wyz v0.5.1
9012023-10-24T20:41:33.216Z Downloaded tracing-attributes v0.1.26
9022023-10-24T20:41:33.219Z Downloaded proc-macro-crate v1.3.1
9032023-10-24T20:41:33.222Z Downloaded predicates v2.1.5
9042023-10-24T20:41:33.231Z Downloaded serde_path_to_error v0.1.14
9052023-10-24T20:41:33.237Z Downloaded secrecy v0.8.0
9062023-10-24T20:41:33.245Z Downloaded postgres-protocol v0.6.6
9072023-10-24T20:41:33.255Z Downloaded tokio-macros v2.1.0
9082023-10-24T20:41:33.271Z Downloaded predicates v3.0.4
9092023-10-24T20:41:33.281Z Downloaded plotters-backend v0.3.5
9102023-10-24T20:41:33.294Z Downloaded foreign-types v0.5.0
9112023-10-24T20:41:33.304Z Downloaded serde_with_macros v2.3.3
9122023-10-24T20:41:33.320Z Downloaded postgres-types v0.2.6
9132023-10-24T20:41:33.332Z Downloaded predicates-core v1.0.6
9142023-10-24T20:41:33.343Z Downloaded parking_lot v0.11.2
9152023-10-24T20:41:33.356Z Downloaded futures-macro v0.3.28
9162023-10-24T20:41:33.369Z Downloaded proc-macro-error v1.0.4
9172023-10-24T20:41:33.385Z Downloaded pest_generator v2.7.2
9182023-10-24T20:41:33.399Z Downloaded number_prefix v0.4.0
9192023-10-24T20:41:33.414Z Downloaded heapless v0.7.16
9202023-10-24T20:41:33.420Z Downloaded tokio-native-tls v0.3.1
9212023-10-24T20:41:33.428Z Downloaded tinytemplate v1.2.1
9222023-10-24T20:41:33.435Z Downloaded fallible-iterator v0.2.0
9232023-10-24T20:41:33.444Z Downloaded form_urlencoded v1.2.0
9242023-10-24T20:41:33.453Z Downloaded rustversion v1.0.14
9252023-10-24T20:41:33.458Z Downloaded termtree v0.4.1
9262023-10-24T20:41:33.465Z Downloaded rustc-hash v1.1.0
9272023-10-24T20:41:33.473Z Downloaded semver-parser v0.10.2
9282023-10-24T20:41:33.478Z Downloaded oorandom v11.1.3
9292023-10-24T20:41:33.483Z Downloaded foreign-types-shared v0.3.1
9302023-10-24T20:41:33.489Z Downloaded parse-display v0.7.0
9312023-10-24T20:41:33.498Z Downloaded openssl-macros v0.1.1
9322023-10-24T20:41:33.511Z Downloaded utf-8 v0.7.6
9332023-10-24T20:41:33.534Z Downloaded futures-core v0.3.28
9342023-10-24T20:41:33.542Z Downloaded structmeta-derive v0.1.6
9352023-10-24T20:41:33.556Z Downloaded structmeta v0.1.6
9362023-10-24T20:41:33.564Z Downloaded sct v0.7.0
9372023-10-24T20:41:33.574Z Downloaded strsim v0.8.0
9382023-10-24T20:41:33.585Z Downloaded float-cmp v0.9.0
9392023-10-24T20:41:33.593Z Downloaded unicase v2.7.0
9402023-10-24T20:41:33.602Z Downloaded time-core v0.1.1
9412023-10-24T20:41:33.618Z Downloaded parking_lot_core v0.8.6
9422023-10-24T20:41:33.624Z Downloaded owo-colors v3.5.0
9432023-10-24T20:41:33.639Z Downloaded trust-dns-resolver v0.22.0
9442023-10-24T20:41:33.757Z Downloaded path-absolutize v3.1.0
9452023-10-24T20:41:33.765Z Downloaded foreign-types v0.3.2
9462023-10-24T20:41:33.780Z Downloaded futures-task v0.3.28
9472023-10-24T20:41:33.791Z Downloaded socket2 v0.4.9
9482023-10-24T20:41:33.805Z Downloaded serde_yaml v0.9.25
9492023-10-24T20:41:33.818Z Downloaded opaque-debug v0.3.0
9502023-10-24T20:41:33.826Z Downloaded usdt-macro v0.3.5
9512023-10-24T20:41:33.836Z Downloaded tokio-tungstenite v0.18.0
9522023-10-24T20:41:33.852Z Downloaded strum_macros v0.25.2
9532023-10-24T20:41:33.867Z Downloaded strum_macros v0.24.3
9542023-10-24T20:41:33.876Z Downloaded pkg-config v0.3.27
9552023-10-24T20:41:33.884Z Downloaded socket2 v0.5.4
9562023-10-24T20:41:33.893Z Downloaded try-lock v0.2.4
9572023-10-24T20:41:33.907Z Downloaded fxhash v0.2.1
9582023-10-24T20:41:33.920Z Downloaded textwrap v0.11.0
9592023-10-24T20:41:33.935Z Downloaded rusty-fork v0.3.0
9602023-10-24T20:41:33.942Z Downloaded steno v0.4.0
9612023-10-24T20:41:33.956Z Downloaded pem v1.1.1
9622023-10-24T20:41:33.968Z Downloaded os_str_bytes v6.5.1
9632023-10-24T20:41:34.006Z Downloaded rand_xorshift v0.3.0
9642023-10-24T20:41:34.014Z Downloaded futures-timer v3.0.2
9652023-10-24T20:41:34.020Z Downloaded funty v2.0.0
9662023-10-24T20:41:34.027Z Downloaded rand_core v0.6.4
9672023-10-24T20:41:34.032Z Downloaded path-slash v0.1.5
9682023-10-24T20:41:34.037Z Downloaded path-dedot v3.1.0
9692023-10-24T20:41:34.074Z Downloaded shlex v1.1.0
9702023-10-24T20:41:34.078Z Downloaded olpc-cjson v0.1.3
9712023-10-24T20:41:34.086Z Downloaded tokio-tungstenite v0.20.1
9722023-10-24T20:41:34.095Z Downloaded pkcs1 v0.7.5
9732023-10-24T20:41:34.103Z Downloaded futures-io v0.3.28
9742023-10-24T20:41:34.112Z Downloaded slog-envlogger v2.2.0
9752023-10-24T20:41:34.120Z Downloaded num_threads v0.1.6
9762023-10-24T20:41:34.130Z Downloaded stringprep v0.1.3
9772023-10-24T20:41:34.174Z Downloaded oso v0.26.4
9782023-10-24T20:41:34.205Z Downloaded filetime v0.2.22
9792023-10-24T20:41:34.214Z Downloaded slog-scope v4.4.0
9802023-10-24T20:41:34.225Z Downloaded tap v1.0.1
9812023-10-24T20:41:34.236Z Downloaded rustls-native-certs v0.6.3
9822023-10-24T20:41:34.246Z Downloaded crossterm v0.27.0
9832023-10-24T20:41:34.251Z Downloaded tempdir v0.3.7
9842023-10-24T20:41:34.265Z Downloaded pin-project-lite v0.2.13
9852023-10-24T20:41:34.304Z Downloaded generic-array v0.14.7
9862023-10-24T20:41:34.322Z Downloaded tiny-keccak v2.0.2
9872023-10-24T20:41:34.327Z Downloaded tui-tree-widget v0.13.0
9882023-10-24T20:41:34.334Z Downloaded crossterm v0.26.1
9892023-10-24T20:41:34.339Z Downloaded test-strategy v0.2.1
9902023-10-24T20:41:34.347Z Downloaded textwrap v0.16.0
9912023-10-24T20:41:34.366Z Downloaded pin-project-internal v1.1.3
9922023-10-24T20:41:34.489Z Downloaded parking_lot_core v0.9.8
9932023-10-24T20:41:34.512Z Downloaded erased-serde v0.3.30
9942023-10-24T20:41:34.595Z Downloaded omicron-zone-package v0.8.3
9952023-10-24T20:41:34.608Z Downloaded tar v0.4.40
9962023-10-24T20:41:34.615Z Downloaded derive_more v0.99.17
9972023-10-24T20:41:34.635Z Downloaded hashlink v0.8.3
9982023-10-24T20:41:34.644Z Downloaded x509-cert v0.2.4
9992023-10-24T20:41:34.650Z Downloaded platforms v3.0.2
10002023-10-24T20:41:34.672Z Downloaded headers v0.3.9
10012023-10-24T20:41:34.680Z Downloaded pin-project v1.1.3
10022023-10-24T20:41:34.685Z Downloaded tungstenite v0.18.0
10032023-10-24T20:41:34.690Z Downloaded rsa v0.9.2
10042023-10-24T20:41:34.714Z Downloaded uuid v1.4.1
10052023-10-24T20:41:34.723Z Downloaded regex-automata v0.1.10
10062023-10-24T20:41:34.726Z Downloaded url v2.4.1
10072023-10-24T20:41:34.731Z Downloaded unsafe-libyaml v0.2.9
10082023-10-24T20:41:34.917Z Downloaded rayon v1.7.0
10092023-10-24T20:41:34.931Z Downloaded unicode-normalization v0.1.22
10102023-10-24T20:41:34.939Z Downloaded rayon-core v1.11.0
10112023-10-24T20:41:34.951Z Downloaded lalrpop v0.19.12
10122023-10-24T20:41:35.002Z Downloaded futures-util v0.3.28
10132023-10-24T20:41:35.032Z Downloaded reqwest v0.11.20
10142023-10-24T20:41:35.064Z Downloaded hashbrown v0.13.2
10152023-10-24T20:41:35.082Z Downloaded reedline v0.23.0
10162023-10-24T20:41:35.087Z Downloaded portable-atomic v1.4.3
10172023-10-24T20:41:35.092Z Downloaded object v0.32.1
10182023-10-24T20:41:35.112Z Downloaded openssl v0.10.57
10192023-10-24T20:41:35.153Z Downloaded regex v1.9.5
10202023-10-24T20:41:35.178Z Downloaded openapiv3 v1.0.3
10212023-10-24T20:41:35.200Z Downloaded plotters v0.3.5
10222023-10-24T20:41:35.219Z Downloaded zerocopy-derive v0.2.0
10232023-10-24T20:41:35.239Z Downloaded regex-automata v0.3.8
10242023-10-24T20:41:35.262Z Downloaded git2 v0.17.2
10252023-10-24T20:41:35.295Z Downloaded tabled v0.14.0
10262023-10-24T20:41:35.726Z Downloaded vcpkg v0.2.15
10272023-10-24T20:41:35.787Z Downloaded proptest v1.3.1
10282023-10-24T20:41:35.981Z Downloaded curve25519-dalek v4.1.0
10292023-10-24T20:41:36.119Z Downloaded regress v0.7.1
10302023-10-24T20:41:36.703Z Downloaded rustls v0.21.7
10312023-10-24T20:41:37.536Z Downloaded diesel v2.1.1
10322023-10-24T20:41:37.937Z Downloaded regex-syntax v0.7.5
10332023-10-24T20:41:38.872Z Downloaded bstr v1.6.0
10342023-10-24T20:41:39.603Z Downloaded rustix v0.38.9
10352023-10-24T20:41:42.484Z Downloaded gimli v0.28.0
10362023-10-24T20:41:43.358Z Downloaded zerocopy-derive v0.6.4
10372023-10-24T20:42:03.285Z Downloaded bzip2-sys v0.1.11+1.0.8
10382023-10-24T20:42:03.670Z Downloaded polar-core v0.26.4
10392023-10-24T20:42:04.015Z Downloaded encoding_rs v0.8.33
10402023-10-24T20:42:04.430Z Downloaded smoltcp v0.9.1
10412023-10-24T20:42:05.036Z Downloaded sha3 v0.10.8
10422023-10-24T20:42:05.159Z Downloaded tokio v1.33.0
10432023-10-24T20:42:05.242Z Downloaded ratatui v0.23.0
10442023-10-24T20:42:05.323Z Downloaded libtest-mimic v0.5.2
10452023-10-24T20:42:05.387Z Downloaded sled v0.34.7
10462023-10-24T20:42:05.424Z Downloaded regex-syntax v0.6.29
10472023-10-24T20:42:05.517Z Downloaded smoltcp v0.8.2
10482023-10-24T20:42:05.655Z Downloaded idna v0.2.3
10492023-10-24T20:42:05.755Z Downloaded trust-dns-proto v0.22.0
10502023-10-24T20:42:05.815Z Downloaded object v0.30.4
10512023-10-24T20:42:05.840Z Downloaded bindgen v0.65.1
10522023-10-24T20:42:05.856Z Downloaded nix v0.26.2
10532023-10-24T20:42:05.877Z Downloaded webpki-roots v0.25.2
10542023-10-24T20:42:05.949Z Downloaded h2 v0.3.21
10552023-10-24T20:42:06.011Z Downloaded radix_trie v0.2.1
10562023-10-24T20:42:06.054Z Downloaded idna v0.4.0
10572023-10-24T20:42:06.136Z Downloaded petgraph v0.6.4
10582023-10-24T20:42:06.180Z Downloaded bstr v0.2.17
10592023-10-24T20:42:06.246Z Downloaded syn v1.0.109
10602023-10-24T20:42:06.292Z Downloaded expectorate v1.1.0
10612023-10-24T20:42:06.329Z Downloaded trust-dns-server v0.22.1
10622023-10-24T20:42:06.360Z Downloaded tough v0.12.5
10632023-10-24T20:42:06.389Z Downloaded tokio-util v0.7.8
10642023-10-24T20:42:06.475Z Downloaded time v0.3.27
10652023-10-24T20:42:06.542Z Downloaded aho-corasick v1.0.4
10662023-10-24T20:42:06.554Z Downloaded ron v0.8.1
10672023-10-24T20:42:06.608Z Downloaded libgit2-sys v0.15.2+1.6.4
10682023-10-24T20:42:06.698Z Downloaded salty v0.2.0
10692023-10-24T20:42:06.710Z Downloaded env_logger v0.10.0
10702023-10-24T20:42:06.740Z Downloaded rusqlite v0.29.0
10712023-10-24T20:42:06.789Z Downloaded quick-xml v0.23.1
10722023-10-24T20:42:06.853Z Downloaded hyper v0.14.27
10732023-10-24T20:42:06.886Z Downloaded flume v0.11.0
10742023-10-24T20:42:06.911Z Downloaded flate2 v1.0.27
10752023-10-24T20:42:06.971Z Downloaded serde_with v2.3.3
10762023-10-24T20:42:07.009Z Downloaded rustls-webpki v0.101.4
10772023-10-24T20:42:07.046Z Downloaded rust-argon2 v1.0.1
10782023-10-24T20:42:07.099Z Downloaded futures v0.3.28
10792023-10-24T20:42:07.170Z Downloaded unicode-segmentation v1.10.1
10802023-10-24T20:42:07.222Z Downloaded diesel_derives v2.1.1
10812023-10-24T20:42:07.244Z Downloaded tokio-postgres v0.7.10
10822023-10-24T20:42:07.797Z Downloaded hashbrown v0.12.3
10832023-10-24T20:42:07.829Z Downloaded pest v2.7.2
10842023-10-24T20:42:07.866Z Downloaded signal-hook-tokio v0.3.1
10852023-10-24T20:42:07.879Z Downloaded walkdir v2.4.0
10862023-10-24T20:42:07.893Z Downloaded ref-cast v1.0.20
10872023-10-24T20:42:07.915Z Downloaded fastrand v2.0.0
10882023-10-24T20:42:07.933Z Downloaded strip-ansi-escapes v0.2.0
10892023-10-24T20:42:07.940Z Downloaded spin v0.5.2
10902023-10-24T20:42:07.953Z Downloaded resolv-conf v0.7.0
10912023-10-24T20:42:07.961Z Downloaded relative-path v1.9.0
10922023-10-24T20:42:07.976Z Downloaded string_cache v0.8.7
10932023-10-24T20:42:07.984Z Downloaded similar v2.2.1
10942023-10-24T20:42:07.995Z Downloaded pkcs8 v0.10.2
10952023-10-24T20:42:08.007Z Downloaded unicode-bidi v0.3.13
10962023-10-24T20:42:08.018Z Downloaded subprocess v0.2.9
10972023-10-24T20:42:08.031Z Downloaded diff v0.1.13
10982023-10-24T20:42:08.038Z Downloaded slog-dtrace v0.2.3
10992023-10-24T20:42:08.051Z Downloaded slog-json v2.6.1
11002023-10-24T20:42:08.059Z Downloaded tungstenite v0.20.1
11012023-10-24T20:42:08.072Z Downloaded rustc-demangle v0.1.23
11022023-10-24T20:42:08.080Z Downloaded packed_struct v0.10.1
11032023-10-24T20:42:08.093Z Downloaded tabled_derive v0.6.0
11042023-10-24T20:42:08.104Z Downloaded ref-cast-impl v1.0.20
11052023-10-24T20:42:08.114Z Downloaded paste v1.0.14
11062023-10-24T20:42:08.119Z Downloaded futures-channel v0.3.28
11072023-10-24T20:42:08.124Z Downloaded tracing v0.1.37
11082023-10-24T20:42:08.129Z Downloaded getopts v0.2.21
11092023-10-24T20:42:08.134Z Downloaded getrandom v0.2.10
11102023-10-24T20:42:08.141Z Downloaded toml v0.5.11
11112023-10-24T20:42:08.146Z Downloaded rstest v0.18.2
11122023-10-24T20:42:08.175Z Downloaded fragile v2.0.0
11132023-10-24T20:42:08.182Z Downloaded rand v0.8.5
11142023-10-24T20:42:08.190Z Downloaded vergen v8.2.4
11152023-10-24T20:42:08.209Z Downloaded pretty-hex v0.2.1
11162023-10-24T20:42:08.233Z Downloaded phf_shared v0.10.0
11172023-10-24T20:42:08.245Z Downloaded openssl-sys v0.9.93
11182023-10-24T20:42:08.260Z Downloaded clap v2.34.0
11192023-10-24T20:42:08.272Z Downloaded libz-sys v1.1.12
11202023-10-24T20:42:08.700Z Downloaded quick-error v1.2.3
11212023-10-24T20:42:08.727Z Downloaded serde_arrays v0.1.0
11222023-10-24T20:42:08.783Z Downloaded fs-err v2.9.0
11232023-10-24T20:42:08.812Z Downloaded serde-hex v0.1.0
11242023-10-24T20:42:08.833Z Downloaded pretty_assertions v1.4.0
11252023-10-24T20:42:08.902Z Downloaded trust-dns-client v0.22.0
11262023-10-24T20:42:08.922Z Downloaded peeking_take_while v0.1.2
11272023-10-24T20:42:08.941Z Downloaded take_mut v0.2.2
11282023-10-24T20:42:08.956Z Downloaded num_enum_derive v0.7.0
11292023-10-24T20:42:09.021Z Downloaded aes v0.8.3
11302023-10-24T20:42:09.063Z Downloaded libm v0.2.7
11312023-10-24T20:42:09.111Z Downloaded digest v0.10.7
11322023-10-24T20:42:09.140Z Downloaded hkdf v0.12.3
11332023-10-24T20:42:09.181Z Downloaded num-bigint v0.4.4
11342023-10-24T20:42:09.209Z Downloaded slog-bunyan v2.4.0
11352023-10-24T20:42:09.291Z Downloaded siphasher v0.3.11
11362023-10-24T20:42:09.329Z Downloaded pin-utils v0.1.0
11372023-10-24T20:42:09.352Z Downloaded partial-io v0.5.4
11382023-10-24T20:42:09.388Z Downloaded oso-derive v0.26.4
11392023-10-24T20:42:09.408Z Downloaded unarray v0.1.4
11402023-10-24T20:42:09.432Z Downloaded http v0.2.9
11412023-10-24T20:42:09.452Z Downloaded toml v0.7.8
11422023-10-24T20:42:09.460Z Downloaded itertools v0.11.0
11432023-10-24T20:42:09.474Z Downloaded futures-sink v0.3.28
11442023-10-24T20:42:09.484Z Downloaded futures-executor v0.3.28
11452023-10-24T20:42:09.530Z Downloaded once_cell v1.18.0
11462023-10-24T20:42:09.546Z Downloaded globset v0.4.13
11472023-10-24T20:42:09.557Z Downloaded glob v0.3.1
11482023-10-24T20:42:09.577Z Downloaded env_logger v0.9.3
11492023-10-24T20:42:09.606Z Downloaded trybuild v1.0.85
11502023-10-24T20:42:09.624Z Downloaded pest_meta v2.7.2
11512023-10-24T20:42:09.643Z Downloaded num-bigint-dig v0.8.4
11522023-10-24T20:42:09.653Z Downloaded libxml v0.3.3
11532023-10-24T20:42:09.687Z Downloaded fatfs v0.3.6
11542023-10-24T20:42:09.734Z Downloaded fnv v1.0.7
11552023-10-24T20:42:09.751Z Downloaded fixedbitset v0.4.2
11562023-10-24T20:42:09.764Z Downloaded ff v0.13.0
11572023-10-24T20:42:09.772Z Downloaded enum-as-inner v0.5.1
11582023-10-24T20:42:09.819Z Downloaded fd-lock v3.0.13
11592023-10-24T20:42:09.869Z Downloaded der v0.7.8
11602023-10-24T20:42:09.975Z Downloaded clap v3.2.25
11612023-10-24T20:42:10.012Z Downloaded fallible-streaming-iterator v0.1.9
11622023-10-24T20:42:10.052Z Downloaded untrusted v0.7.1
11632023-10-24T20:42:10.099Z Downloaded snafu v0.7.5
11642023-10-24T20:42:10.110Z Downloaded password-hash v0.5.0
11652023-10-24T20:42:10.137Z Downloaded derive_builder_core v0.12.0
11662023-10-24T20:42:10.149Z Downloaded difflib v0.4.0
11672023-10-24T20:42:10.205Z Downloaded flagset v0.4.3
11682023-10-24T20:42:10.267Z Downloaded termios v0.3.3
11692023-10-24T20:42:10.287Z Downloaded diesel_table_macro_syntax v0.1.0
11702023-10-24T20:42:10.356Z Downloaded elliptic-curve v0.13.5
11712023-10-24T20:42:10.373Z Downloaded mio v0.8.8
11722023-10-24T20:42:10.388Z Downloaded libsqlite3-sys v0.26.0
11732023-10-24T20:42:10.404Z Downloaded vec_map v0.8.2
11742023-10-24T20:42:10.416Z Downloaded prettyplease v0.2.12
11752023-10-24T20:42:10.434Z Downloaded parking_lot v0.12.1
11762023-10-24T20:42:10.464Z Downloaded ring v0.16.20
11772023-10-24T20:42:10.478Z Downloaded papergrid v0.10.0
11782023-10-24T20:42:10.496Z Downloaded tracing-core v0.1.31
11792023-10-24T20:42:10.499Z Downloaded hash32 v0.2.1
11802023-10-24T20:42:10.503Z Downloaded unicode-linebreak v0.1.5
11812023-10-24T20:42:10.515Z Downloaded parse-display-derive v0.7.0
11822023-10-24T20:42:10.522Z Downloaded spin v0.9.8
11832023-10-24T20:42:10.525Z Downloaded snafu-derive v0.7.5
11842023-10-24T20:42:10.529Z Downloaded postcard v0.7.3
11852023-10-24T20:42:10.532Z Downloaded half v1.8.2
11862023-10-24T20:42:10.536Z Downloaded rpassword v7.2.0
11872023-10-24T20:42:10.539Z Downloaded semver v0.11.0
11882023-10-24T20:42:10.543Z Downloaded rcgen v0.10.0
11892023-10-24T20:42:10.579Z Downloaded semver v0.1.20
11902023-10-24T20:42:10.583Z Downloaded derive_builder_macro v0.12.0
11912023-10-24T20:42:10.587Z Downloaded similar-asserts v1.5.0
11922023-10-24T20:42:10.590Z Downloaded same-file v1.0.6
11932023-10-24T20:42:10.594Z Downloaded toml_edit v0.19.15
11942023-10-24T20:42:10.597Z Downloaded const_format v0.2.31
11952023-10-24T20:42:10.600Z Downloaded want v0.3.1
11962023-10-24T20:42:10.603Z Downloaded waitgroup v0.1.2
11972023-10-24T20:42:10.606Z Downloaded yansi v0.5.1
11982023-10-24T20:42:10.609Z Downloaded rand v0.4.6
11992023-10-24T20:42:10.613Z Downloaded zip v0.6.6
12002023-10-24T20:42:10.616Z Downloaded slog-stdlog v4.1.1
12012023-10-24T20:42:10.619Z Downloaded group v0.13.0
12022023-10-24T20:42:10.622Z Downloaded scopeguard v1.2.0
12032023-10-24T20:42:10.625Z Downloaded rand_chacha v0.3.1
12042023-10-24T20:42:10.628Z Downloaded proc-macro-error-attr v1.0.4
12052023-10-24T20:42:10.660Z Downloaded itertools v0.10.5
12062023-10-24T20:42:10.678Z Downloaded topological-sort v0.2.2
12072023-10-24T20:42:10.681Z Downloaded strum v0.25.0
12082023-10-24T20:42:10.684Z Downloaded slog-term v2.9.0
12092023-10-24T20:42:10.687Z Downloaded zerocopy v0.6.4
12102023-10-24T20:42:10.692Z Downloaded spki v0.7.2
12112023-10-24T20:42:10.704Z Downloaded pest_derive v2.7.2
12122023-10-24T20:42:10.717Z Downloaded usdt v0.3.5
12132023-10-24T20:42:10.736Z Downloaded minimal-lexical v0.2.1
12142023-10-24T20:42:10.759Z Downloaded phf v0.11.2
12152023-10-24T20:42:10.780Z Downloaded darling_core v0.14.4
12162023-10-24T20:42:10.792Z Downloaded serde_derive_internals v0.26.0
12172023-10-24T20:42:10.798Z Downloaded tinyvec v1.6.0
12182023-10-24T20:42:10.801Z Downloaded dyn-clone v1.0.13
12192023-10-24T20:42:10.804Z Downloaded foreign-types-macros v0.2.3
12202023-10-24T20:42:10.807Z Downloaded poly1305 v0.8.0
12212023-10-24T20:42:10.816Z Downloaded which v4.4.0
12222023-10-24T20:42:10.849Z Downloaded openssl-probe v0.1.5
12232023-10-24T20:42:10.853Z Downloaded foreign-types-shared v0.1.1
12242023-10-24T20:42:10.873Z Downloaded predicates-tree v1.0.9
12252023-10-24T20:42:10.880Z Downloaded pem-rfc7468 v0.7.0
12262023-10-24T20:42:10.904Z Downloaded ena v0.14.2
12272023-10-24T20:42:10.928Z Downloaded derive-where v1.2.5
12282023-10-24T20:42:10.940Z Downloaded crypto-bigint v0.5.2
12292023-10-24T20:42:10.944Z Downloaded static_assertions v1.1.0
12302023-10-24T20:42:10.947Z Downloaded darling_core v0.20.3
12312023-10-24T20:42:10.966Z Downloaded typenum v1.16.0
12322023-10-24T20:42:10.970Z Downloaded structopt v0.3.26
12332023-10-24T20:42:10.973Z Downloaded whoami v1.4.1
12342023-10-24T20:42:10.976Z Downloaded miniz_oxide v0.7.1
12352023-10-24T20:42:10.978Z Downloaded slog v2.7.0
12362023-10-24T20:42:10.981Z Downloaded signal-hook v0.3.17
12372023-10-24T20:42:10.984Z Downloaded phf_shared v0.11.2
12382023-10-24T20:42:10.987Z Downloaded vte v0.11.1
12392023-10-24T20:42:10.991Z Downloaded signature v1.6.4
12402023-10-24T20:42:10.999Z Downloaded dof v0.1.5
12412023-10-24T20:42:11.006Z Downloaded dirs-next v2.0.0
12422023-10-24T20:42:11.017Z Downloaded term v0.7.0
12432023-10-24T20:42:11.020Z Downloaded serde_tokenstream v0.2.0
12442023-10-24T20:42:11.024Z Downloaded r2d2 v0.8.10
12452023-10-24T20:42:11.027Z Downloaded data-encoding v2.4.0
12462023-10-24T20:42:11.030Z Downloaded either v1.9.0
12472023-10-24T20:42:11.033Z Downloaded dirs-sys-next v0.1.2
12482023-10-24T20:42:11.037Z Downloaded base64 v0.21.4
12492023-10-24T20:42:11.040Z Downloaded base64 v0.13.1
12502023-10-24T20:42:11.042Z Downloaded arc-swap v1.6.0
12512023-10-24T20:42:11.045Z Downloaded const-oid v0.9.5
12522023-10-24T20:42:11.048Z Downloaded universal-hash v0.5.1
12532023-10-24T20:42:11.051Z Downloaded thiserror-impl-no-std v2.0.2
12542023-10-24T20:42:11.055Z Downloaded smallvec v0.6.14
12552023-10-24T20:42:11.058Z Downloaded serde_urlencoded v0.7.1
12562023-10-24T20:42:11.061Z Downloaded sha2 v0.10.7
12572023-10-24T20:42:11.064Z Downloaded threadpool v1.8.1
12582023-10-24T20:42:11.067Z Downloaded crossbeam-utils v0.8.16
12592023-10-24T20:42:11.070Z Downloaded yasna v0.5.2
12602023-10-24T20:42:11.073Z Downloaded vsss-rs v3.3.1
12612023-10-24T20:42:11.076Z Downloaded zerocopy v0.3.0
12622023-10-24T20:42:11.080Z Downloaded libloading v0.7.4
12632023-10-24T20:42:11.083Z Downloaded ucd-trie v0.1.6
12642023-10-24T20:42:11.086Z Downloaded downcast v0.11.0
12652023-10-24T20:42:11.089Z Downloaded display-error-chain v0.1.1
12662023-10-24T20:42:11.093Z Downloaded blake2 v0.10.6
12672023-10-24T20:42:11.097Z Downloaded backtrace v0.3.69
12682023-10-24T20:42:11.104Z Downloaded dashmap v5.5.1
12692023-10-24T20:42:11.107Z Downloaded schemars v0.8.13
12702023-10-24T20:42:11.111Z Downloaded ron v0.7.1
12712023-10-24T20:42:11.114Z Downloaded deranged v0.3.8
12722023-10-24T20:42:11.117Z Downloaded der_derive v0.7.2
12732023-10-24T20:42:11.121Z Downloaded tempfile v3.8.0
12742023-10-24T20:42:11.124Z Downloaded structopt-derive v0.4.18
12752023-10-24T20:42:11.128Z Downloaded endian-type v0.1.2
12762023-10-24T20:42:11.131Z Downloaded allocator-api2 v0.2.16
12772023-10-24T20:42:11.136Z Downloaded basic-toml v0.1.4
12782023-10-24T20:42:11.140Z Downloaded rustc_version v0.4.0
12792023-10-24T20:42:11.147Z Downloaded addr2line v0.21.0
12802023-10-24T20:42:11.154Z Downloaded clang-sys v1.6.1
12812023-10-24T20:42:11.159Z Downloaded bit-set v0.5.3
12822023-10-24T20:42:11.163Z Downloaded crossbeam-queue v0.3.8
12832023-10-24T20:42:11.167Z Downloaded zeroize_derive v1.4.2
12842023-10-24T20:42:11.171Z Downloaded zeroize v1.6.0
12852023-10-24T20:42:11.180Z Downloaded tokio-rustls v0.24.1
12862023-10-24T20:42:11.186Z Downloaded stable_deref_trait v1.2.0
12872023-10-24T20:42:11.190Z Downloaded slab v0.4.9
12882023-10-24T20:42:11.194Z Downloaded signal-hook-registry v1.4.1
12892023-10-24T20:42:11.199Z Downloaded rstest_macros v0.18.2
12902023-10-24T20:42:11.204Z Downloaded num-traits v0.2.16
12912023-10-24T20:42:11.210Z Downloaded darling v0.14.4
12922023-10-24T20:42:11.218Z Downloaded time-macros v0.2.13
12932023-10-24T20:42:11.224Z Downloaded thiserror-no-std v2.0.2
12942023-10-24T20:42:11.231Z Downloaded termcolor v1.2.0
12952023-10-24T20:42:11.238Z Downloaded synstructure v0.12.6
12962023-10-24T20:42:11.243Z Downloaded subtle v2.5.0
12972023-10-24T20:42:11.248Z Downloaded nu-ansi-term v0.49.0
12982023-10-24T20:42:11.252Z Downloaded multer v2.1.0
12992023-10-24T20:42:11.257Z Downloaded macaddr v1.0.1
13002023-10-24T20:42:11.264Z Downloaded lazy_static v1.4.0
13012023-10-24T20:42:11.270Z Downloaded crc-catalog v2.2.0
13022023-10-24T20:42:11.277Z Downloaded const_format_proc_macros v0.2.31
13032023-10-24T20:42:11.284Z Downloaded ciborium v0.2.1
13042023-10-24T20:42:11.290Z Downloaded smallvec v1.11.0
13052023-10-24T20:42:11.312Z Downloaded memoffset v0.7.1
13062023-10-24T20:42:11.319Z Downloaded async-trait v0.1.73
13072023-10-24T20:42:11.330Z Downloaded zone_cfg_derive v0.2.0
13082023-10-24T20:42:11.345Z Downloaded log v0.4.20
13092023-10-24T20:42:11.350Z Downloaded darling_macro v0.14.4
13102023-10-24T20:42:11.357Z Downloaded zone v0.2.0
13112023-10-24T20:42:11.364Z Downloaded tokio-stream v0.1.14
13122023-10-24T20:42:11.371Z Downloaded cipher v0.4.4
13132023-10-24T20:42:11.378Z Downloaded ctr v0.9.2
13142023-10-24T20:42:11.385Z Downloaded crossbeam v0.8.2
13152023-10-24T20:42:11.392Z Downloaded smawk v0.3.1
13162023-10-24T20:42:11.399Z Downloaded slog-async v2.8.0
13172023-10-24T20:42:11.406Z Downloaded signal-hook-mio v0.2.3
13182023-10-24T20:42:11.413Z Downloaded serial_test_derive v0.10.0
13192023-10-24T20:42:11.421Z Downloaded num-rational v0.4.1
13202023-10-24T20:42:11.427Z Downloaded ipnetwork v0.20.0
13212023-10-24T20:42:11.435Z Downloaded thread-id v4.2.0
13222023-10-24T20:42:11.446Z Downloaded instant v0.1.12
13232023-10-24T20:42:11.459Z Downloaded crossbeam-channel v0.5.8
13242023-10-24T20:42:11.464Z Downloaded ahash v0.8.3
13252023-10-24T20:42:11.478Z Downloaded nanorand v0.7.0
13262023-10-24T20:42:11.483Z Downloaded unicode-xid v0.2.4
13272023-10-24T20:42:11.488Z Downloaded unicode-width v0.1.10
13282023-10-24T20:42:11.492Z Downloaded serde_plain v1.0.2
13292023-10-24T20:42:11.497Z Downloaded schemars_derive v0.8.13
13302023-10-24T20:42:11.501Z Downloaded num_enum v0.7.0
13312023-10-24T20:42:11.510Z Downloaded num-integer v0.1.45
13322023-10-24T20:42:11.524Z Downloaded num-derive v0.4.0
13332023-10-24T20:42:11.533Z Downloaded native-tls v0.2.11
13342023-10-24T20:42:11.549Z Downloaded mockall v0.11.4
13352023-10-24T20:42:11.562Z Downloaded mime v0.3.17
13362023-10-24T20:42:11.565Z Downloaded darling_macro v0.20.3
13372023-10-24T20:42:11.568Z Downloaded crucible-workspace-hack v0.1.0
13382023-10-24T20:42:11.572Z Downloaded base64ct v1.6.0
13392023-10-24T20:42:11.575Z Downloaded bit_field v0.10.2
13402023-10-24T20:42:11.578Z Downloaded ansi_term v0.12.1
13412023-10-24T20:42:11.583Z Downloaded tinyvec_macros v0.1.1
13422023-10-24T20:42:11.586Z Downloaded sha1 v0.10.5
13432023-10-24T20:42:11.589Z Downloaded serde_tokenstream v0.1.7
13442023-10-24T20:42:11.592Z Downloaded rustls-pemfile v1.0.3
13452023-10-24T20:42:11.596Z Downloaded rustc_version v0.1.7
13462023-10-24T20:42:11.599Z Downloaded ringbuffer v0.15.0
13472023-10-24T20:42:11.603Z Downloaded remove_dir_all v0.5.3
13482023-10-24T20:42:11.606Z Downloaded num_enum v0.5.11
13492023-10-24T20:42:11.610Z Downloaded num_cpus v1.16.0
13502023-10-24T20:42:11.613Z Downloaded num-iter v0.1.43
13512023-10-24T20:42:11.616Z Downloaded mime_guess v2.0.4
13522023-10-24T20:42:11.623Z Downloaded memoffset v0.9.0
13532023-10-24T20:42:11.626Z Downloaded matches v0.1.10
13542023-10-24T20:42:11.629Z Downloaded async-stream v0.3.5
13552023-10-24T20:42:11.633Z Downloaded atomicwrites v0.4.2
13562023-10-24T20:42:11.638Z Downloaded async-recursion v1.0.5
13572023-10-24T20:42:11.641Z Downloaded anes v0.1.6
13582023-10-24T20:42:11.644Z Downloaded managed v0.8.0
13592023-10-24T20:42:11.647Z Downloaded linear-map v1.2.0
13602023-10-24T20:42:11.650Z Downloaded cstr-argument v0.1.2
13612023-10-24T20:42:11.653Z Downloaded bincode v1.3.3
13622023-10-24T20:42:11.656Z Downloaded wait-timeout v0.2.0
13632023-10-24T20:42:11.659Z Downloaded vte_generate_state_changes v0.1.1
13642023-10-24T20:42:11.662Z Downloaded usdt-attr-macro v0.3.5
13652023-10-24T20:42:11.665Z Downloaded rtoolbox v0.0.1
13662023-10-24T20:42:11.668Z Downloaded argon2 v0.5.2
13672023-10-24T20:42:11.671Z Downloaded aes-gcm-siv v0.11.1
13682023-10-24T20:42:11.675Z Downloaded serde-big-array v0.5.1
13692023-10-24T20:42:11.680Z Downloaded serde-big-array v0.4.1
13702023-10-24T20:42:11.683Z Downloaded scheduled-thread-pool v0.2.7
13712023-10-24T20:42:11.686Z Downloaded lock_api v0.4.10
13722023-10-24T20:42:11.689Z Downloaded serde_repr v0.1.16
13732023-10-24T20:42:11.693Z Downloaded num_enum_derive v0.5.11
13742023-10-24T20:42:11.696Z Downloaded normalize-line-endings v0.3.0
13752023-10-24T20:42:11.703Z Downloaded newline-converter v0.3.0
13762023-10-24T20:42:11.718Z Downloaded md-5 v0.10.5
13772023-10-24T20:42:11.728Z Downloaded blake2b_simd v1.0.1
13782023-10-24T20:42:11.731Z Downloaded crc-any v2.4.3
13792023-10-24T20:42:11.738Z Downloaded chrono v0.4.31
13802023-10-24T20:42:11.747Z Downloaded crossbeam-deque v0.8.3
13812023-10-24T20:42:11.750Z Downloaded crc32fast v1.3.2
13822023-10-24T20:42:11.753Z Downloaded crc v3.0.1
13832023-10-24T20:42:11.756Z Downloaded cpufeatures v0.2.9
13842023-10-24T20:42:11.758Z Downloaded cookie v0.16.2
13852023-10-24T20:42:12.766Z Downloaded convert_case v0.4.0
13862023-10-24T20:42:12.774Z Downloaded bytesize v1.3.0
13872023-10-24T20:42:12.781Z Downloaded criterion-plot v0.5.0
13882023-10-24T20:42:12.791Z Downloaded corncobs v0.1.3
13892023-10-24T20:42:12.799Z Downloaded constant_time_eq v0.3.0
13902023-10-24T20:42:13.213Z Downloaded constant_time_eq v0.2.6
13912023-10-24T20:42:13.219Z Downloaded hex-literal v0.4.1
13922023-10-24T20:42:13.247Z Downloaded hex v0.4.3
13932023-10-24T20:42:13.259Z Downloaded bit-vec v0.6.3
13942023-10-24T20:42:13.270Z Downloaded atty v0.2.14
13952023-10-24T20:42:13.278Z Downloaded atomic-waker v1.1.1
13962023-10-24T20:42:13.289Z Downloaded array-init v0.0.4
13972023-10-24T20:42:13.306Z Downloaded bb8 v0.8.1
13982023-10-24T20:42:13.724Z Downloaded async-stream-impl v0.3.5
13992023-10-24T20:42:13.735Z Downloaded arrayref v0.3.7
14002023-10-24T20:42:13.740Z Downloaded lru-cache v0.1.2
14012023-10-24T20:42:13.745Z Downloaded chacha20 v0.9.1
14022023-10-24T20:42:13.751Z Downloaded maplit v1.0.2
14032023-10-24T20:42:13.755Z Downloaded linked-hash-map v0.5.6
14042023-10-24T20:42:13.760Z Downloaded console v0.15.7
14052023-10-24T20:42:13.768Z Downloaded nom v7.1.3
14062023-10-24T20:42:13.777Z Downloaded lazycell v1.3.0
14072023-10-24T20:42:13.781Z Downloaded indicatif v0.17.7
14082023-10-24T20:42:13.788Z Downloaded indexmap v1.9.3
14092023-10-24T20:42:13.796Z Downloaded colored v2.0.4
14102023-10-24T20:42:13.804Z Downloaded clap_lex v0.2.4
14112023-10-24T20:42:13.814Z Downloaded clap_derive v3.2.25
14122023-10-24T20:42:13.825Z Downloaded ciborium-ll v0.2.1
14132023-10-24T20:42:13.833Z Downloaded ciborium-io v0.2.1
14142023-10-24T20:42:13.841Z Downloaded chacha20poly1305 v0.10.1
14152023-10-24T20:42:13.848Z Downloaded num v0.4.1
14162023-10-24T20:42:13.856Z Downloaded nibble_vec v0.1.0
14172023-10-24T20:42:13.874Z Downloaded iana-time-zone v0.1.57
14182023-10-24T20:42:13.885Z Downloaded httptest v0.15.4
14192023-10-24T20:42:13.891Z Downloaded num-complex v0.4.4
14202023-10-24T20:42:13.899Z Downloaded nodrop v0.1.14
14212023-10-24T20:42:13.963Z Downloaded newtype_derive v0.1.6
14222023-10-24T20:42:13.978Z Downloaded jobserver v0.1.26
14232023-10-24T20:42:13.994Z Downloaded is-terminal v0.4.9
14242023-10-24T20:42:14.005Z Downloaded ipnet v2.8.0
14252023-10-24T20:42:14.030Z Downloaded indoc v2.0.3
14262023-10-24T20:42:14.049Z Downloaded humantime v2.1.0
14272023-10-24T20:42:14.070Z Downloaded cfg-if v0.1.10
14282023-10-24T20:42:14.074Z Downloaded cassowary v0.3.0
14292023-10-24T20:42:14.091Z Downloaded cancel-safe-futures v0.1.2
14302023-10-24T20:42:14.100Z Downloaded block-padding v0.3.3
14312023-10-24T20:42:14.113Z Downloaded new_debug_unreachable v1.0.4
14322023-10-24T20:42:14.124Z Downloaded hyper-staticfile v0.9.5
14332023-10-24T20:42:14.140Z Downloaded hyper-rustls v0.24.1
14342023-10-24T20:42:14.151Z Downloaded buf-list v1.0.3
14352023-10-24T20:42:14.572Z Downloaded http-range v0.1.5
14362023-10-24T20:42:14.586Z Downloaded http-body v0.4.5
14372023-10-24T20:42:15.021Z Downloaded keccak v0.1.4
14382023-10-24T20:42:15.033Z Downloaded inout v0.1.3
14392023-10-24T20:42:15.046Z Downloaded lalrpop-util v0.19.12
14402023-10-24T20:42:15.050Z Downloaded impl-trait-for-tuples v0.2.2
14412023-10-24T20:42:15.467Z Downloaded hyper-tls v0.5.0
14422023-10-24T20:42:15.489Z Downloaded cfg-if v1.0.0
14432023-10-24T20:42:15.501Z Downloaded indoc v1.0.9
14442023-10-24T20:42:15.518Z Downloaded ident_case v1.0.1
14452023-10-24T20:42:15.536Z Downloaded hubpack_derive v0.1.1
14462023-10-24T20:42:15.549Z Downloaded httpdate v1.0.3
14472023-10-24T20:42:15.568Z Downloaded cast v0.3.0
14482023-10-24T20:42:15.581Z Downloaded bytecount v0.6.3
14492023-10-24T20:42:15.601Z Downloaded bitstruct v0.1.1
14502023-10-24T20:42:15.620Z Downloaded bzip2 v0.4.4
14512023-10-24T20:42:16.069Z Downloaded byteorder v1.4.3
14522023-10-24T20:42:16.492Z Downloaded block-buffer v0.10.4
14532023-10-24T20:42:16.506Z Downloaded aead v0.5.2
14542023-10-24T20:42:16.519Z Compiling proc-macro2 v1.0.67
14552023-10-24T20:42:16.946Z Compiling serde v1.0.188
14562023-10-24T20:42:17.788Z Compiling autocfg v1.1.0
14572023-10-24T20:42:17.806Z Compiling version_check v0.9.4
14582023-10-24T20:42:17.811Z Compiling syn v1.0.109
14592023-10-24T20:42:17.828Z Compiling parking_lot_core v0.9.8
14602023-10-24T20:42:17.834Z Compiling libm v0.2.7
14612023-10-24T20:42:17.842Z Compiling libc v0.2.149
14622023-10-24T20:42:17.851Z Compiling cfg-if v1.0.0
14632023-10-24T20:42:17.862Z Compiling futures-core v0.3.28
14642023-10-24T20:42:17.875Z Compiling once_cell v1.18.0
14652023-10-24T20:42:17.883Z Compiling typenum v1.16.0
14662023-10-24T20:42:17.891Z Compiling futures-channel v0.3.28
14672023-10-24T20:42:17.898Z Compiling ahash v0.8.3
14682023-10-24T20:42:17.908Z Compiling lock_api v0.4.10
14692023-10-24T20:42:17.920Z Compiling num-traits v0.2.16
14702023-10-24T20:42:17.933Z Compiling quote v1.0.33
14712023-10-24T20:42:17.945Z Compiling generic-array v0.14.7
14722023-10-24T20:42:17.960Z Compiling slab v0.4.9
14732023-10-24T20:42:17.970Z Compiling syn v2.0.32
14742023-10-24T20:42:17.981Z Compiling jobserver v0.1.26
14752023-10-24T20:42:17.996Z Compiling futures-task v0.3.28
14762023-10-24T20:42:18.005Z Compiling cc v1.0.83
14772023-10-24T20:42:18.012Z Compiling pkg-config v0.3.27
14782023-10-24T20:42:18.024Z Compiling futures-util v0.3.28
14792023-10-24T20:42:18.028Z Compiling memchr v2.6.3
14802023-10-24T20:42:18.031Z Compiling vcpkg v0.2.15
14812023-10-24T20:42:18.034Z Compiling itoa v1.0.9
14822023-10-24T20:42:18.038Z Compiling log v0.4.20
14832023-10-24T20:42:18.041Z Compiling schemars v0.8.13
14842023-10-24T20:42:18.044Z Compiling serde_json v1.0.107
14852023-10-24T20:42:18.047Z Compiling indexmap v1.9.3
14862023-10-24T20:42:18.052Z Compiling httparse v1.8.0
14872023-10-24T20:42:18.057Z Compiling ryu v1.0.15
14882023-10-24T20:42:18.072Z Compiling allocator-api2 v0.2.16
14892023-10-24T20:42:18.483Z Compiling rustix v0.38.9
14902023-10-24T20:42:18.906Z Compiling equivalent v1.0.1
14912023-10-24T20:42:18.915Z Compiling getrandom v0.2.10
14922023-10-24T20:42:18.935Z Compiling rustls v0.21.7
14932023-10-24T20:42:18.943Z Compiling fnv v1.0.7
14942023-10-24T20:42:18.960Z Compiling hashbrown v0.14.0
14952023-10-24T20:42:18.975Z Compiling openssl v0.10.57
14962023-10-24T20:42:18.998Z Compiling aho-corasick v1.0.4
14972023-10-24T20:42:19.011Z Compiling regex-syntax v0.7.5
14982023-10-24T20:42:19.024Z Compiling unicode-xid v0.2.4
14992023-10-24T20:42:19.036Z Compiling ucd-trie v0.1.6
15002023-10-24T20:42:19.044Z Compiling ring v0.16.20
15012023-10-24T20:42:19.055Z Compiling openssl-sys v0.9.93
15022023-10-24T20:42:19.481Z Compiling backtrace v0.3.69
15032023-10-24T20:42:19.501Z Compiling native-tls v0.2.11
15042023-10-24T20:42:19.513Z Compiling async-trait v0.1.73
15052023-10-24T20:42:19.940Z Compiling rustversion v1.0.14
15062023-10-24T20:42:19.952Z Compiling crossbeam-utils v0.8.16
15072023-10-24T20:42:19.962Z Compiling anyhow v1.0.75
15082023-10-24T20:42:19.976Z Compiling slog v2.7.0
15092023-10-24T20:42:20.402Z Compiling regex-automata v0.3.8
15102023-10-24T20:42:20.413Z Compiling iana-time-zone v0.1.57
15112023-10-24T20:42:20.856Z Compiling time-core v0.1.1
15122023-10-24T20:42:20.867Z Compiling time-macros v0.2.13
15132023-10-24T20:42:21.304Z Compiling byteorder v1.4.3
15142023-10-24T20:42:21.322Z Compiling serde_derive_internals v0.26.0
15152023-10-24T20:42:21.336Z Compiling synstructure v0.12.6
15162023-10-24T20:42:21.346Z Compiling dyn-clone v1.0.13
15172023-10-24T20:42:21.365Z Compiling hashbrown v0.13.2
15182023-10-24T20:42:21.397Z Compiling usdt-impl v0.3.5
15192023-10-24T20:42:21.410Z Compiling unicode-width v0.1.10
15202023-10-24T20:42:21.830Z Compiling thread-id v4.2.0
15212023-10-24T20:42:21.838Z Compiling strsim v0.10.0
15222023-10-24T20:42:21.841Z Compiling scopeguard v1.2.0
15232023-10-24T20:42:21.844Z Compiling winnow v0.5.15
15242023-10-24T20:42:21.848Z Compiling tinyvec_macros v0.1.1
15252023-10-24T20:42:21.852Z Compiling tinyvec v1.6.0
15262023-10-24T20:42:21.855Z Compiling unicode-bidi v0.3.13
15272023-10-24T20:42:21.859Z Compiling smallvec v1.11.0
15282023-10-24T20:42:21.862Z Compiling percent-encoding v2.3.0
15292023-10-24T20:42:21.866Z Compiling regex v1.9.5
15302023-10-24T20:42:21.871Z Compiling parking_lot v0.12.1
15312023-10-24T20:42:21.876Z Compiling form_urlencoded v1.2.0
15322023-10-24T20:42:21.880Z Compiling unicode-normalization v0.1.22
15332023-10-24T20:42:21.884Z Compiling num-integer v0.1.45
15342023-10-24T20:42:21.888Z Compiling crc32fast v1.3.2
15352023-10-24T20:42:21.902Z Compiling bitflags v1.3.2
15362023-10-24T20:42:21.908Z Compiling adler v1.0.2
15372023-10-24T20:42:21.919Z Compiling spin v0.5.2
15382023-10-24T20:42:21.926Z Compiling gimli v0.28.0
15392023-10-24T20:42:21.932Z Compiling miniz_oxide v0.7.1
15402023-10-24T20:42:21.943Z Compiling idna v0.4.0
15412023-10-24T20:42:21.959Z Compiling object v0.32.1
15422023-10-24T20:42:21.967Z Compiling rustc-demangle v0.1.23
15432023-10-24T20:42:21.975Z Compiling serde_derive v1.0.188
15442023-10-24T20:42:21.982Z Compiling thiserror-impl v1.0.49
15452023-10-24T20:42:21.988Z Compiling zeroize_derive v1.4.2
15462023-10-24T20:42:21.995Z Compiling tokio-macros v2.1.0
15472023-10-24T20:42:22.000Z Compiling futures-macro v0.3.28
15482023-10-24T20:42:22.022Z Compiling tracing-attributes v0.1.26
15492023-10-24T20:42:22.039Z Compiling schemars_derive v0.8.13
15502023-10-24T20:42:22.046Z Compiling openssl-macros v0.1.1
15512023-10-24T20:42:22.054Z Compiling zerocopy-derive v0.2.0
15522023-10-24T20:42:22.065Z Compiling thiserror v1.0.49
15532023-10-24T20:42:22.075Z Compiling pest v2.7.2
15542023-10-24T20:42:22.088Z Compiling strum_macros v0.25.2
15552023-10-24T20:42:22.096Z Compiling zerocopy v0.3.0
15562023-10-24T20:42:22.931Z Compiling url v2.4.1
15572023-10-24T20:42:22.957Z Compiling addr2line v0.21.0
15582023-10-24T20:42:22.970Z Compiling pin-project-lite v0.2.13
15592023-10-24T20:42:22.978Z Compiling zerocopy-derive v0.6.4
15602023-10-24T20:42:22.985Z Compiling dof v0.1.5
15612023-10-24T20:42:22.993Z Compiling pest_meta v2.7.2
15622023-10-24T20:42:23.002Z Compiling errno v0.3.2
15632023-10-24T20:42:23.012Z Compiling mio v0.8.8
15642023-10-24T20:42:23.020Z Compiling signal-hook-registry v1.4.1
15652023-10-24T20:42:23.031Z Compiling socket2 v0.5.4
15662023-10-24T20:42:23.046Z Compiling pest_generator v2.7.2
15672023-10-24T20:42:23.059Z Compiling num_cpus v1.16.0
15682023-10-24T20:42:23.071Z Compiling futures-sink v0.3.28
15692023-10-24T20:42:23.075Z Compiling memoffset v0.9.0
15702023-10-24T20:42:23.079Z Compiling pin-utils v0.1.0
15712023-10-24T20:42:23.084Z Compiling radium v0.7.0
15722023-10-24T20:42:23.099Z Compiling deranged v0.3.8
15732023-10-24T20:42:23.103Z Compiling futures-io v0.3.28
15742023-10-24T20:42:23.108Z Compiling num_threads v0.1.6
15752023-10-24T20:42:23.114Z Compiling tracing-core v0.1.31
15762023-10-24T20:42:23.117Z Compiling lazy_static v1.4.0
15772023-10-24T20:42:23.121Z Compiling crossbeam-epoch v0.9.15
15782023-10-24T20:42:23.126Z Compiling clap_derive v4.4.2
15792023-10-24T20:42:23.129Z Compiling num-iter v0.1.43
15802023-10-24T20:42:23.132Z Compiling tracing v0.1.37
15812023-10-24T20:42:23.137Z Compiling untrusted v0.7.1
15822023-10-24T20:42:23.140Z Compiling base64 v0.21.4
15832023-10-24T20:42:23.143Z Compiling time v0.3.27
15842023-10-24T20:42:23.146Z Compiling either v1.9.0
15852023-10-24T20:42:23.150Z Compiling pest_derive v2.7.2
15862023-10-24T20:42:23.153Z Compiling rand_core v0.6.4
15872023-10-24T20:42:23.156Z Compiling dtrace-parser v0.1.14
15882023-10-24T20:42:23.159Z Compiling openssl-probe v0.1.5
15892023-10-24T20:42:23.163Z Compiling foreign-types-shared v0.1.1
15902023-10-24T20:42:23.167Z Compiling hashbrown v0.12.3
15912023-10-24T20:42:24.026Z Compiling foreign-types v0.3.2
15922023-10-24T20:42:24.148Z Compiling zeroize v1.6.0
15932023-10-24T20:42:24.675Z Compiling bzip2-sys v0.1.11+1.0.8
15942023-10-24T20:42:25.843Z Compiling try-lock v0.2.4
15952023-10-24T20:42:25.859Z Compiling want v0.3.1
15962023-10-24T20:42:25.865Z Compiling indexmap v2.0.0
15972023-10-24T20:42:26.027Z Compiling bytes v1.5.0
15982023-10-24T20:42:26.095Z Compiling uuid v1.4.1
15992023-10-24T20:42:26.698Z Compiling chrono v0.4.31
16002023-10-24T20:42:26.934Z Compiling semver v1.0.18
16012023-10-24T20:42:27.213Z Compiling toml_datetime v0.6.3
16022023-10-24T20:42:27.594Z Compiling http v0.2.9
16032023-10-24T20:42:27.828Z Compiling rustc_version v0.4.0
16042023-10-24T20:42:27.839Z Compiling serde_spanned v0.6.3
16052023-10-24T20:42:27.886Z Compiling serde_tokenstream v0.1.7
16062023-10-24T20:42:27.991Z Compiling bitflags v2.4.0
16072023-10-24T20:42:28.174Z Compiling toml_edit v0.19.15
16082023-10-24T20:42:28.192Z Compiling tokio v1.33.0
16092023-10-24T20:42:30.532Z Compiling openapiv3 v1.0.3
16102023-10-24T20:42:33.025Z Compiling http-body v0.4.5
16112023-10-24T20:42:33.604Z Compiling sct v0.7.0
16122023-10-24T20:42:33.681Z Compiling rustls-webpki v0.101.4
16132023-10-24T20:42:34.049Z Compiling enum-as-inner v0.5.1
16142023-10-24T20:42:34.077Z Compiling usdt-attr-macro v0.3.5
16152023-10-24T20:42:35.524Z Compiling usdt-macro v0.3.5
16162023-10-24T20:42:36.570Z Compiling socket2 v0.4.9
16172023-10-24T20:42:36.678Z Compiling httpdate v1.0.3
16182023-10-24T20:42:37.256Z Compiling tower-service v0.3.2
16192023-10-24T20:42:37.414Z Compiling heapless v0.7.16
16202023-10-24T20:42:37.462Z Compiling rustls-pemfile v1.0.3
16212023-10-24T20:42:37.880Z Compiling siphasher v0.3.11
16222023-10-24T20:42:37.972Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
16232023-10-24T20:42:38.085Z Compiling rustls-native-certs v0.6.3
16242023-10-24T20:42:38.417Z Compiling ipnet v2.8.0
16252023-10-24T20:42:38.493Z Compiling serde_urlencoded v0.7.1
16262023-10-24T20:42:38.616Z Compiling serde_tokenstream v0.2.0
16272023-10-24T20:42:39.426Z Compiling encoding_rs v0.8.33
16282023-10-24T20:42:39.571Z Compiling webpki-roots v0.25.2
16292023-10-24T20:42:39.803Z Compiling mime v0.3.17
16302023-10-24T20:42:39.861Z Compiling crypto-common v0.1.6
16312023-10-24T20:42:40.145Z Compiling diesel_table_macro_syntax v0.1.0
16322023-10-24T20:42:40.160Z Compiling num-bigint v0.4.4
16332023-10-24T20:42:40.360Z Compiling bit-vec v0.6.3
16342023-10-24T20:42:41.058Z Compiling smoltcp v0.9.1
16352023-10-24T20:42:41.064Z Compiling diesel_derives v2.1.1
16362023-10-24T20:42:41.480Z Compiling flate2 v1.0.27
16372023-10-24T20:42:41.888Z Compiling tokio-util v0.7.8
16382023-10-24T20:42:41.891Z Compiling tokio-native-tls v0.3.1
16392023-10-24T20:42:41.984Z Compiling phf_shared v0.10.0
16402023-10-24T20:42:42.575Z Compiling block-buffer v0.10.4
16412023-10-24T20:42:42.651Z Compiling hubpack_derive v0.1.1
16422023-10-24T20:42:42.881Z Compiling precomputed-hash v0.1.1
16432023-10-24T20:42:42.950Z Compiling ppv-lite86 v0.2.17
16442023-10-24T20:42:43.047Z Compiling h2 v0.3.21
16452023-10-24T20:42:43.631Z Compiling tokio-rustls v0.24.1
16462023-10-24T20:42:43.841Z Compiling new_debug_unreachable v1.0.4
16472023-10-24T20:42:43.969Z Compiling fixedbitset v0.4.2
16482023-10-24T20:42:44.222Z Compiling const-oid v0.9.5
16492023-10-24T20:42:44.259Z Compiling subtle v2.5.0
16502023-10-24T20:42:44.862Z Compiling petgraph v0.6.4
16512023-10-24T20:42:44.868Z Compiling rand_chacha v0.3.1
16522023-10-24T20:42:46.342Z Compiling string_cache v0.8.7
16532023-10-24T20:42:46.913Z Compiling bit-set v0.5.3
16542023-10-24T20:42:46.962Z Compiling toml v0.7.8
16552023-10-24T20:42:47.340Z Compiling digest v0.10.7
16562023-10-24T20:42:47.383Z Compiling itertools v0.10.5
16572023-10-24T20:42:47.969Z Compiling unicode-segmentation v1.10.1
16582023-10-24T20:42:49.419Z Compiling lalrpop-util v0.19.12
16592023-10-24T20:42:49.606Z Compiling rand v0.8.5
16602023-10-24T20:42:49.960Z Compiling regress v0.7.1
16612023-10-24T20:42:50.814Z Compiling serde_repr v0.1.16
16622023-10-24T20:42:51.431Z Compiling io-lifetimes v1.0.11
16632023-10-24T20:42:51.710Z Compiling cpufeatures v0.2.9
16642023-10-24T20:42:51.730Z Compiling utf8parse v0.2.1
16652023-10-24T20:42:51.822Z Compiling anstyle v1.0.2
16662023-10-24T20:42:51.841Z Compiling sha2 v0.10.7
16672023-10-24T20:42:51.972Z Compiling anstyle-parse v0.2.1
16682023-10-24T20:42:52.050Z Compiling rustix v0.37.23
16692023-10-24T20:42:52.514Z Compiling hmac v0.12.1
16702023-10-24T20:42:52.518Z Compiling md-5 v0.10.5
16712023-10-24T20:42:52.967Z Compiling stringprep v0.1.3
16722023-10-24T20:42:52.970Z Compiling spin v0.9.8
16732023-10-24T20:42:53.123Z Compiling hash32 v0.2.1
16742023-10-24T20:42:53.463Z Compiling colorchoice v1.0.0
16752023-10-24T20:42:53.689Z Compiling stable_deref_trait v1.2.0
16762023-10-24T20:42:53.715Z Compiling anstyle-query v1.0.0
16772023-10-24T20:42:53.830Z Compiling fallible-iterator v0.2.0
16782023-10-24T20:42:53.895Z Compiling anstream v0.5.0
16792023-10-24T20:42:54.101Z Compiling terminal_size v0.2.6
16802023-10-24T20:42:54.384Z Compiling phf_shared v0.11.2
16812023-10-24T20:42:54.420Z Compiling block-padding v0.3.3
16822023-10-24T20:42:54.755Z Compiling scheduled-thread-pool v0.2.7
16832023-10-24T20:42:54.891Z Compiling hyper v0.14.27
16842023-10-24T20:42:54.911Z Compiling managed v0.8.0
16852023-10-24T20:42:55.022Z Compiling postgres-protocol v0.6.6
16862023-10-24T20:42:55.540Z Compiling matches v0.1.10
16872023-10-24T20:42:55.663Z Compiling clap_lex v0.5.1
16882023-10-24T20:42:55.677Z Compiling typify-impl v0.0.13 (https://github.com/oxidecomputer/typify#de16c423)
16892023-10-24T20:42:55.928Z Compiling regex-automata v0.1.10
16902023-10-24T20:42:56.362Z Compiling tap v1.0.1
16912023-10-24T20:42:56.634Z Compiling wyz v0.5.1
16922023-10-24T20:42:56.693Z Compiling bstr v0.2.17
16932023-10-24T20:42:57.046Z Compiling postgres-types v0.2.6
16942023-10-24T20:42:57.371Z Compiling clap_builder v4.4.2
16952023-10-24T20:42:59.025Z Compiling idna v0.2.3
16962023-10-24T20:42:59.513Z Compiling r2d2 v0.8.10
16972023-10-24T20:43:00.065Z Compiling phf v0.11.2
16982023-10-24T20:43:00.413Z Compiling inout v0.1.3
16992023-10-24T20:43:00.803Z Compiling hubpack v0.1.2
17002023-10-24T20:43:01.550Z Compiling ipnetwork v0.20.0
17012023-10-24T20:43:02.005Z Compiling futures-executor v0.3.28
17022023-10-24T20:43:02.008Z Compiling itertools v0.11.0
17032023-10-24T20:43:03.040Z Compiling zerocopy v0.6.4
17042023-10-24T20:43:04.516Z Compiling float-cmp v0.9.0
17052023-10-24T20:43:04.858Z Compiling normalize-line-endings v0.3.0
17062023-10-24T20:43:04.939Z Compiling difflib v0.4.0
17072023-10-24T20:43:05.027Z Compiling smawk v0.3.1
17082023-10-24T20:43:05.333Z Compiling data-encoding v2.4.0
17092023-10-24T20:43:05.394Z Compiling unicode-linebreak v0.1.5
17102023-10-24T20:43:06.223Z Compiling whoami v1.4.1
17112023-10-24T20:43:06.420Z Compiling funty v2.0.0
17122023-10-24T20:43:06.980Z Compiling hyper-rustls v0.24.1
17132023-10-24T20:43:07.074Z Compiling hyper-tls v0.5.0
17142023-10-24T20:43:07.099Z Compiling static_assertions v1.1.0
17152023-10-24T20:43:07.235Z Compiling predicates-core v1.0.6
17162023-10-24T20:43:07.606Z Compiling reqwest v0.11.20
17172023-10-24T20:43:07.775Z Compiling predicates v3.0.4
17182023-10-24T20:43:08.078Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
17192023-10-24T20:43:08.774Z Compiling bitvec v1.0.1
17202023-10-24T20:43:09.665Z Compiling tokio-postgres v0.7.10
17212023-10-24T20:43:10.309Z Compiling trust-dns-proto v0.22.0
17222023-10-24T20:43:11.174Z Compiling textwrap v0.16.0
17232023-10-24T20:43:11.776Z Compiling diesel v2.1.1
17242023-10-24T20:43:13.041Z Compiling yasna v0.5.2
17252023-10-24T20:43:16.283Z Compiling clap v4.4.3
17262023-10-24T20:43:17.696Z Compiling futures v0.3.28
17272023-10-24T20:43:17.786Z Compiling cipher v0.4.4
17282023-10-24T20:43:17.805Z Compiling similar v2.2.1
17292023-10-24T20:43:17.813Z Compiling signature v2.1.0
17302023-10-24T20:43:17.911Z Compiling tokio-stream v0.1.14
17312023-10-24T20:43:17.924Z Compiling usdt v0.3.5
17322023-10-24T20:43:17.981Z Compiling hex v0.4.3
17332023-10-24T20:43:18.290Z Compiling console v0.15.7
17342023-10-24T20:43:19.027Z Compiling bstr v1.6.0
17352023-10-24T20:43:19.758Z Compiling typify-macro v0.0.13 (https://github.com/oxidecomputer/typify#de16c423)
17362023-10-24T20:43:20.505Z Compiling getopts v0.2.21
17372023-10-24T20:43:20.699Z Compiling unsafe-libyaml v0.2.9
17382023-10-24T20:43:22.222Z Compiling ident_case v1.0.1
17392023-10-24T20:43:22.978Z Compiling serde_yaml v0.9.25
17402023-10-24T20:43:23.257Z Compiling slog-async v2.8.0
17412023-10-24T20:43:23.854Z Compiling paste v1.0.14
17422023-10-24T20:43:24.574Z Compiling darling_core v0.20.3
17432023-10-24T20:43:24.777Z Compiling multer v2.1.0
17442023-10-24T20:43:25.267Z Compiling async-stream-impl v0.3.5
17452023-10-24T20:43:26.227Z Compiling regex-syntax v0.6.29
17462023-10-24T20:43:27.126Z Compiling typify v0.0.13 (https://github.com/oxidecomputer/typify#de16c423)
17472023-10-24T20:43:27.251Z Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#fa728d07)
17482023-10-24T20:43:27.349Z Compiling progenitor-impl v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b)
17492023-10-24T20:43:27.824Z Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#fa728d07)
17502023-10-24T20:43:30.352Z Compiling structmeta-derive v0.1.6
17512023-10-24T20:43:33.877Z Compiling darling_macro v0.20.3
17522023-10-24T20:43:34.706Z Compiling structmeta v0.1.6
17532023-10-24T20:43:35.295Z Compiling darling v0.20.3
17542023-10-24T20:43:35.454Z Compiling serde_with_macros v2.3.3
17552023-10-24T20:43:36.098Z Compiling parse-display-derive v0.7.0
17562023-10-24T20:43:38.342Z Compiling progenitor-macro v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b)
17572023-10-24T20:43:39.383Z Compiling test-strategy v0.2.1
17582023-10-24T20:43:46.462Z Checking unicode-ident v1.0.12
17592023-10-24T20:44:17.071Z Checking heck v0.4.1
17602023-10-24T20:44:25.621Z Checking progenitor-client v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b)
17612023-10-24T20:44:26.058Z Checking crossbeam-channel v0.5.8
17622023-10-24T20:44:26.143Z Checking atty v0.2.14
17632023-10-24T20:44:26.831Z Checking match_cfg v0.1.0
17642023-10-24T20:44:26.946Z Checking hostname v0.3.1
17652023-10-24T20:44:27.223Z Checking sha1 v0.10.5
17662023-10-24T20:44:27.269Z Checking dirs-sys-next v0.1.2
17672023-10-24T20:44:27.536Z Checking fastrand v2.0.0
17682023-10-24T20:44:27.621Z Checking dirs-next v2.0.0
17692023-10-24T20:44:27.657Z Checking thread_local v1.1.7
17702023-10-24T20:44:27.805Z Checking term v0.7.0
17712023-10-24T20:44:28.033Z Checking tempfile v3.8.0
17722023-10-24T20:44:28.097Z Checking strum v0.25.0
17732023-10-24T20:44:28.486Z Checking instant v0.1.12
17742023-10-24T20:44:28.633Z Checking take_mut v0.2.2
17752023-10-24T20:44:28.714Z Checking slog-term v2.9.0
17762023-10-24T20:44:29.270Z Checking slog-json v2.6.1
17772023-10-24T20:44:29.508Z Checking serde_with v2.3.3
17782023-10-24T20:44:29.527Z Checking camino v1.1.6
17792023-10-24T20:44:30.077Z Checking slog-bunyan v2.4.0
17802023-10-24T20:44:30.444Z Checking atomic-waker v1.1.1
17812023-10-24T20:44:30.464Z Checking debug-ignore v1.0.5
17822023-10-24T20:44:30.631Z Checking waitgroup v0.1.2
17832023-10-24T20:44:30.767Z Checking async-stream v0.3.5
17842023-10-24T20:44:30.819Z Checking serde_path_to_error v0.1.14
17852023-10-24T20:44:31.224Z Checking backoff v0.4.0
17862023-10-24T20:44:31.666Z Checking serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
17872023-10-24T20:44:31.855Z Checking progenitor v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b)
17882023-10-24T20:44:31.873Z Checking parse-display v0.7.0
17892023-10-24T20:44:32.122Z Checking macaddr v1.0.1
17902023-10-24T20:44:32.159Z Checking quick-error v1.2.3
17912023-10-24T20:44:32.811Z Compiling proc-macro-crate v1.3.1
17922023-10-24T20:44:33.086Z Checking wait-timeout v0.2.0
17932023-10-24T20:44:33.105Z Compiling crucible-workspace-hack v0.1.0
17942023-10-24T20:44:34.299Z Checking rusty-fork v0.3.0
17952023-10-24T20:44:34.399Z Checking rand_xorshift v0.3.0
17962023-10-24T20:44:34.753Z Checking unarray v0.1.4
17972023-10-24T20:44:34.969Z Checking proptest v1.3.1
17982023-10-24T20:44:35.041Z Compiling proc-macro-error-attr v1.0.4
17992023-10-24T20:44:35.229Z Compiling proc-macro-error v1.0.4
18002023-10-24T20:44:40.085Z Compiling num_enum_derive v0.5.11
18012023-10-24T20:44:42.855Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
18022023-10-24T20:44:43.336Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
18032023-10-24T20:44:43.570Z Compiling foreign-types-macros v0.2.3
18042023-10-24T20:44:44.215Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59)
18052023-10-24T20:44:44.620Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
18062023-10-24T20:44:45.040Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59)
18072023-10-24T20:44:45.060Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
18082023-10-24T20:44:45.638Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d)
18092023-10-24T20:44:48.036Z Compiling zone_cfg_derive v0.2.0
18102023-10-24T20:44:48.124Z Compiling mockall_derive v0.11.4
18112023-10-24T20:44:49.329Z Compiling num-derive v0.4.0
18122023-10-24T20:45:03.254Z Checking base64ct v1.6.0
18132023-10-24T20:45:20.623Z Checking is-terminal v0.4.9
18142023-10-24T20:45:28.898Z Checking cfg-if v0.1.10
18152023-10-24T20:45:29.483Z Compiling slog-dtrace v0.2.3
18162023-10-24T20:45:29.605Z Checking termtree v0.4.1
18172023-10-24T20:45:29.891Z Checking predicates-tree v1.0.9
18182023-10-24T20:45:29.961Z Compiling cancel-safe-futures v0.1.2
18192023-10-24T20:45:29.979Z Checking password-hash v0.5.0
18202023-10-24T20:45:30.109Z Checking num_enum v0.5.11
18212023-10-24T20:45:30.332Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10)
18222023-10-24T20:45:30.452Z Checking blake2 v0.10.6
18232023-10-24T20:45:30.693Z Checking postcard-cobs v0.1.5-pre
18242023-10-24T20:45:30.885Z Checking base64 v0.13.1
18252023-10-24T20:45:30.943Z Checking postcard v0.7.3
18262023-10-24T20:45:31.148Z Checking argon2 v0.5.2
18272023-10-24T20:45:31.522Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10)
18282023-10-24T20:45:31.550Z Checking smoltcp v0.8.2
18292023-10-24T20:45:31.864Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59)
18302023-10-24T20:45:32.066Z Checking foreign-types-shared v0.3.1
18312023-10-24T20:45:32.217Z Checking foreign-types v0.5.0
18322023-10-24T20:45:32.398Z Checking cstr-argument v0.1.2
18332023-10-24T20:45:32.634Z Checking pretty-hex v0.2.1
18342023-10-24T20:45:32.655Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
18352023-10-24T20:45:32.785Z Checking colored v2.0.4
18362023-10-24T20:45:32.869Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
18372023-10-24T20:45:33.225Z Checking predicates v2.1.5
18382023-10-24T20:45:33.407Z Checking downcast v0.11.0
18392023-10-24T20:45:33.535Z Checking fragile v2.0.0
18402023-10-24T20:45:33.943Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73)
18412023-10-24T20:45:34.152Z Checking zone v0.2.0
18422023-10-24T20:45:34.248Z Checking mockall v0.11.4
18432023-10-24T20:45:34.637Z Checking smf v0.2.2
18442023-10-24T20:45:34.740Z Checking filetime v0.2.22
18452023-10-24T20:45:34.827Z Checking xattr v1.0.1
18462023-10-24T20:45:35.037Z Compiling heck v0.3.3
18472023-10-24T20:45:35.095Z Checking tar v0.4.40
18482023-10-24T20:45:35.315Z Compiling libefi-sys v0.1.0
18492023-10-24T20:45:35.334Z Compiling der_derive v0.7.2
18502023-10-24T20:45:35.580Z Compiling structopt-derive v0.4.18
18512023-10-24T20:45:36.110Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59)
18522023-10-24T20:45:36.265Z Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802)
18532023-10-24T20:45:36.325Z Checking pem v1.1.1
18542023-10-24T20:45:36.462Z Compiling memoffset v0.7.1
18552023-10-24T20:45:36.652Z Checking camino-tempfile v1.0.2
18562023-10-24T20:45:37.022Z Compiling maybe-uninit v2.0.0
18572023-10-24T20:45:37.072Z Checking headers-core v0.2.0
18582023-10-24T20:45:37.100Z Compiling num-bigint-dig v0.8.4
18592023-10-24T20:45:37.307Z Checking headers v0.3.9
18602023-10-24T20:45:37.534Z Compiling packed_struct v0.10.1
18612023-10-24T20:45:37.833Z Compiling packed_struct_codegen v0.10.1
18622023-10-24T20:45:38.153Z Compiling signal-hook v0.3.17
18632023-10-24T20:45:38.359Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59)
18642023-10-24T20:45:38.560Z Checking rcgen v0.10.0
18652023-10-24T20:45:39.176Z Checking atomicwrites v0.4.2
18662023-10-24T20:45:39.194Z Checking subprocess v0.2.9
18672023-10-24T20:45:39.458Z Compiling num-rational v0.4.1
18682023-10-24T20:45:39.488Z Compiling same-file v1.0.6
18692023-10-24T20:45:39.841Z Checking termcolor v1.2.0
18702023-10-24T20:45:40.041Z Compiling walkdir v2.4.0
18712023-10-24T20:45:40.081Z Compiling semver-parser v0.10.2
18722023-10-24T20:45:40.439Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59)
18732023-10-24T20:45:41.062Z Checking linked-hash-map v0.5.6
18742023-10-24T20:45:41.101Z Compiling home v0.5.5
18752023-10-24T20:45:41.450Z Compiling semver v0.11.0
18762023-10-24T20:45:41.554Z Checking lru-cache v0.1.2
18772023-10-24T20:45:42.024Z Compiling toolchain_find v0.2.0
18782023-10-24T20:45:42.114Z Compiling toml v0.5.11
18792023-10-24T20:45:42.133Z Compiling doc-comment v0.3.3
18802023-10-24T20:45:42.622Z Checking ciborium-io v0.2.1
18812023-10-24T20:45:43.598Z Checking half v1.8.2
18822023-10-24T20:45:43.631Z Compiling omicron-zone-package v0.8.3
18832023-10-24T20:45:43.638Z Checking arc-swap v1.6.0
18842023-10-24T20:45:43.652Z Compiling convert_case v0.4.0
18852023-10-24T20:45:43.656Z Checking ciborium-ll v0.2.1
18862023-10-24T20:45:43.862Z Checking slog-scope v4.4.0
18872023-10-24T20:45:43.926Z Checking ciborium v0.2.1
18882023-10-24T20:45:44.152Z Checking slog-stdlog v4.1.1
18892023-10-24T20:45:44.385Z Compiling snafu-derive v0.7.5
18902023-10-24T20:45:44.498Z Checking slog-envlogger v2.2.0
18912023-10-24T20:45:44.544Z Compiling derive_more v0.99.17
18922023-10-24T20:45:45.332Z Compiling rustfmt-wrapper v0.2.0
18932023-10-24T20:45:45.597Z Compiling derive-where v1.2.5
18942023-10-24T20:45:46.365Z Checking hkdf v0.12.3
18952023-10-24T20:45:46.615Z Compiling libz-sys v1.1.12
18962023-10-24T20:45:46.706Z Compiling parking_lot_core v0.8.6
18972023-10-24T20:45:47.321Z Checking resolv-conf v0.7.0
18982023-10-24T20:45:47.489Z Checking newline-converter v0.3.0
18992023-10-24T20:45:47.704Z Checking textwrap v0.11.0
19002023-10-24T20:45:47.834Z Checking vec_map v0.8.2
19012023-10-24T20:45:48.312Z Checking ansi_term v0.12.1
19022023-10-24T20:45:48.315Z Checking keccak v0.1.4
19032023-10-24T20:45:48.320Z Checking strsim v0.8.0
19042023-10-24T20:45:48.387Z Checking trust-dns-resolver v0.22.0
19052023-10-24T20:45:48.479Z Checking expectorate v1.1.0
19062023-10-24T20:45:48.526Z Checking sha3 v0.10.8
19072023-10-24T20:45:48.552Z Checking clap v2.34.0
19082023-10-24T20:45:49.235Z Checking secrecy v0.8.0
19092023-10-24T20:45:49.381Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)
19102023-10-24T20:45:49.577Z Compiling libgit2-sys v0.15.2+1.6.4
19112023-10-24T20:45:51.299Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
19122023-10-24T20:45:51.352Z Checking pem-rfc7468 v0.7.0
19132023-10-24T20:45:51.744Z Compiling libsqlite3-sys v0.26.0
19142023-10-24T20:45:51.868Z Checking flagset v0.4.3
19152023-10-24T20:45:52.162Z Checking der v0.7.8
19162023-10-24T20:45:52.326Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
19172023-10-24T20:45:52.727Z Checking fxhash v0.2.1
19182023-10-24T20:45:52.840Z Compiling vergen v8.2.4
19192023-10-24T20:45:52.949Z Compiling semver v0.1.20
19202023-10-24T20:45:53.303Z Checking structopt v0.3.26
19212023-10-24T20:45:53.622Z Compiling rustc_version v0.1.7
19222023-10-24T20:45:54.249Z Compiling newtype_derive v0.1.6
19232023-10-24T20:45:54.476Z Checking crc-catalog v2.2.0
19242023-10-24T20:45:54.693Z Checking humantime v2.1.0
19252023-10-24T20:45:55.140Z Compiling buf-list v1.0.3
19262023-10-24T20:45:55.387Z Checking spki v0.7.2
19272023-10-24T20:45:55.408Z Checking crc v3.0.1
19282023-10-24T20:45:55.732Z Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
19292023-10-24T20:45:55.844Z Checking pkcs8 v0.10.2
19302023-10-24T20:45:56.515Z Checking nodrop v0.1.14
19312023-10-24T20:45:57.007Z Checking array-init v0.0.4
19322023-10-24T20:45:57.073Z Checking pkcs1 v0.7.5
19332023-10-24T20:45:57.269Z Checking smallvec v0.6.14
19342023-10-24T20:45:57.376Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
19352023-10-24T20:45:57.915Z Compiling num_enum_derive v0.7.0
19362023-10-24T20:45:58.725Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)
19372023-10-24T20:46:00.303Z Compiling unicase v2.7.0
19382023-10-24T20:46:00.714Z Compiling rayon-core v1.11.0
19392023-10-24T20:46:00.832Z Checking bitfield v0.14.0
19402023-10-24T20:46:00.941Z Checking utf-8 v0.7.6
19412023-10-24T20:46:01.144Z Checking rsa v0.9.2
19422023-10-24T20:46:01.275Z Checking serde-hex v0.1.0
19432023-10-24T20:46:01.529Z Checking x509-cert v0.2.4
19442023-10-24T20:46:02.005Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
19452023-10-24T20:46:02.416Z Checking env_logger v0.10.0
19462023-10-24T20:46:02.941Z Checking lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
19472023-10-24T20:46:03.106Z Checking ron v0.8.1
19482023-10-24T20:46:03.193Z Checking crc-any v2.4.3
19492023-10-24T20:46:03.795Z Compiling platforms v3.0.2
19502023-10-24T20:46:04.273Z Checking object v0.30.4
19512023-10-24T20:46:04.292Z Checking path-slash v0.1.5
19522023-10-24T20:46:05.154Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
19532023-10-24T20:46:05.551Z Checking num-complex v0.4.4
19542023-10-24T20:46:06.610Z Checking rand v0.4.6
19552023-10-24T20:46:07.119Z Compiling crucible v0.0.1 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73)
19562023-10-24T20:46:07.558Z Compiling erased-serde v0.3.30
19572023-10-24T20:46:08.308Z Checking num v0.4.1
19582023-10-24T20:46:08.352Z Compiling curve25519-dalek v4.1.0
19592023-10-24T20:46:08.447Z Compiling bitstruct_derive v0.1.0
19602023-10-24T20:46:08.919Z Compiling async-recursion v1.0.5
19612023-10-24T20:46:10.181Z Compiling glob v0.3.1
19622023-10-24T20:46:10.446Z Compiling mime_guess v2.0.4
19632023-10-24T20:46:10.870Z Compiling thiserror-impl-no-std v2.0.2
19642023-10-24T20:46:11.623Z Compiling curve25519-dalek-derive v0.1.0
19652023-10-24T20:46:12.360Z Compiling salty v0.2.0
19662023-10-24T20:46:13.016Z Checking tungstenite v0.18.0
19672023-10-24T20:46:13.901Z Compiling hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a)
19682023-10-24T20:46:14.397Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
19692023-10-24T20:46:14.939Z Checking tokio-tungstenite v0.18.0
19702023-10-24T20:46:15.002Z Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#bb69a3a4)
19712023-10-24T20:46:15.163Z Checking universal-hash v0.5.1
19722023-10-24T20:46:15.446Z Checking nibble_vec v0.1.0
19732023-10-24T20:46:15.702Z Checking endian-type v0.1.2
19742023-10-24T20:46:16.022Z Compiling crunchy v0.2.2
19752023-10-24T20:46:16.426Z Checking opaque-debug v0.3.0
19762023-10-24T20:46:16.466Z Checking radix_trie v0.2.1
19772023-10-24T20:46:16.723Z Checking snafu v0.7.5
19782023-10-24T20:46:17.191Z Compiling tiny-keccak v2.0.2
19792023-10-24T20:46:17.419Z Checking linear-map v1.2.0
19802023-10-24T20:46:17.740Z Checking parking_lot v0.11.2
19812023-10-24T20:46:18.325Z Checking trust-dns-client v0.22.0
19822023-10-24T20:46:18.330Z Compiling clang-sys v1.6.1
19832023-10-24T20:46:18.333Z Checking aead v0.5.2
19842023-10-24T20:46:18.336Z Compiling darling_core v0.14.4
19852023-10-24T20:46:18.449Z Compiling prettyplease v0.2.12
19862023-10-24T20:46:18.898Z Checking sled v0.34.7
19872023-10-24T20:46:19.068Z Compiling ascii-canvas v3.0.0
19882023-10-24T20:46:19.896Z Checking trust-dns-server v0.22.1
19892023-10-24T20:46:20.260Z Checking toml_edit v0.20.0
19902023-10-24T20:46:20.491Z Compiling const_format_proc_macros v0.2.31
19912023-10-24T20:46:20.649Z Compiling ena v0.14.2
19922023-10-24T20:46:21.268Z Compiling diff v0.1.13
19932023-10-24T20:46:22.178Z Compiling minimal-lexical v0.2.1
19942023-10-24T20:46:23.136Z Compiling portable-atomic v1.4.3
19952023-10-24T20:46:23.623Z Checking pretty-hex v0.3.0
19962023-10-24T20:46:23.745Z Compiling nom v7.1.3
19972023-10-24T20:46:23.848Z Compiling lalrpop v0.19.12
19982023-10-24T20:46:23.867Z Checking omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)
19992023-10-24T20:46:24.157Z Checking lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
20002023-10-24T20:46:24.366Z Checking toml v0.8.0
20012023-10-24T20:46:24.825Z Checking path-dedot v3.1.0
20022023-10-24T20:46:25.476Z Compiling libloading v0.7.4
20032023-10-24T20:46:25.488Z Compiling bindgen v0.65.1
20042023-10-24T20:46:25.563Z Compiling ref-cast v1.0.20
20052023-10-24T20:46:26.146Z Checking path-absolutize v3.1.0
20062023-10-24T20:46:27.075Z Checking globset v0.4.13
20072023-10-24T20:46:27.437Z Compiling darling_macro v0.14.4
20082023-10-24T20:46:27.917Z Checking crossbeam-deque v0.8.3
20092023-10-24T20:46:28.113Z Checking hashlink v0.8.3
20102023-10-24T20:46:28.398Z Checking olpc-cjson v0.1.3
20112023-10-24T20:46:28.706Z Checking serde_plain v1.0.2
20122023-10-24T20:46:28.912Z Compiling darling v0.14.4
20132023-10-24T20:46:29.054Z Compiling derive_builder_core v0.12.0
20142023-10-24T20:46:29.073Z Compiling which v4.4.0
20152023-10-24T20:46:29.096Z Compiling ref-cast-impl v1.0.20
20162023-10-24T20:46:29.277Z Compiling libxml v0.3.3
20172023-10-24T20:46:29.749Z Compiling cexpr v0.6.0
20182023-10-24T20:46:29.911Z Compiling lazycell v1.3.0
20192023-10-24T20:46:30.165Z Compiling rustc-hash v1.1.0
20202023-10-24T20:46:30.191Z Checking fallible-streaming-iterator v0.1.9
20212023-10-24T20:46:30.393Z Compiling shlex v1.1.0
20222023-10-24T20:46:30.531Z Compiling peeking_take_while v0.1.2
20232023-10-24T20:46:30.734Z Checking rusqlite v0.29.0
20242023-10-24T20:46:30.840Z Checking tough v0.12.5
20252023-10-24T20:46:30.885Z Checking twox-hash v1.6.3
20262023-10-24T20:46:31.586Z Checking nix v0.26.2
20272023-10-24T20:46:32.850Z Compiling derive_builder_macro v0.12.0
20282023-10-24T20:46:33.656Z Checking omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)
20292023-10-24T20:46:34.026Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73)
20302023-10-24T20:46:34.743Z Checking ff v0.13.0
20312023-10-24T20:46:34.892Z Compiling strum_macros v0.24.3
20322023-10-24T20:46:35.536Z Checking display-error-chain v0.1.1
20332023-10-24T20:46:36.333Z Compiling indoc v1.0.9
20342023-10-24T20:46:36.445Z Checking signature v1.6.4
20352023-10-24T20:46:37.020Z Checking ed25519 v1.5.3
20362023-10-24T20:46:37.721Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)
20372023-10-24T20:46:37.764Z Checking nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)
20382023-10-24T20:46:40.120Z Checking group v0.13.0
20392023-10-24T20:46:40.722Z Checking polyval v0.6.1
20402023-10-24T20:46:41.065Z Checking num_enum v0.7.0
20412023-10-24T20:46:41.460Z Checking aes v0.8.3
20422023-10-24T20:46:41.602Z Checking ctr v0.9.2
20432023-10-24T20:46:41.694Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10)
20442023-10-24T20:46:42.019Z Checking crypto-bigint v0.5.2
20452023-10-24T20:46:42.102Z Checking bincode v1.3.3
20462023-10-24T20:46:42.699Z Compiling diesel-dtrace v0.2.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#c1252df7)
20472023-10-24T20:46:42.912Z Compiling cookie v0.16.2
20482023-10-24T20:46:43.108Z Checking base16ct v0.2.0
20492023-10-24T20:46:44.570Z Checking aes-gcm-siv v0.11.1
20502023-10-24T20:46:44.808Z Checking rayon v1.7.0
20512023-10-24T20:46:44.918Z Checking elliptic-curve v0.13.5
20522023-10-24T20:46:44.960Z Checking steno v0.4.0
20532023-10-24T20:46:45.814Z Checking poly1305 v0.8.0
20542023-10-24T20:46:46.148Z Checking thiserror-no-std v2.0.2
20552023-10-24T20:46:46.306Z Checking hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a)
20562023-10-24T20:46:46.670Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
20572023-10-24T20:46:46.796Z Checking env_logger v0.9.3
20582023-10-24T20:46:47.065Z Checking nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d)
20592023-10-24T20:46:47.104Z Checking oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)
20602023-10-24T20:46:48.600Z Checking chacha20 v0.9.1
20612023-10-24T20:46:48.786Z Checking serde-big-array v0.5.1
20622023-10-24T20:46:48.873Z Checking serde-big-array v0.4.1
20632023-10-24T20:46:49.115Z Compiling impl-trait-for-tuples v0.2.2
20642023-10-24T20:46:49.138Z Compiling oso-derive v0.26.4
20652023-10-24T20:46:49.170Z Checking viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10)
20662023-10-24T20:46:49.332Z Checking ascii v1.1.0
20672023-10-24T20:46:49.635Z Checking ringbuffer v0.15.0
20682023-10-24T20:46:50.237Z Checking rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c)
20692023-10-24T20:46:50.292Z Checking vsss-rs v3.3.1
20702023-10-24T20:46:50.626Z Checking viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10)
20712023-10-24T20:46:50.834Z Checking chacha20poly1305 v0.10.1
20722023-10-24T20:46:51.118Z Checking sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef)
20732023-10-24T20:46:52.065Z Checking bitstruct v0.1.1
20742023-10-24T20:46:52.810Z Checking signal-hook-tokio v0.3.1
20752023-10-24T20:46:53.090Z Checking tungstenite v0.20.1
20762023-10-24T20:46:53.342Z Checking dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10)
20772023-10-24T20:46:54.901Z Checking serde_arrays v0.1.0
20782023-10-24T20:46:54.907Z Checking corncobs v0.1.3
20792023-10-24T20:46:54.916Z Checking sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef)
20802023-10-24T20:46:54.919Z Checking tokio-tungstenite v0.20.1
20812023-10-24T20:46:54.922Z Checking assert_matches v1.5.0
20822023-10-24T20:46:56.004Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10)
20832023-10-24T20:46:57.931Z Checking dns-service-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)
20842023-10-24T20:46:58.126Z Checking bcs v0.1.5
20852023-10-24T20:46:58.770Z Checking highway v1.1.0
20862023-10-24T20:46:59.474Z Checking internal-dns v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)
20872023-10-24T20:47:02.123Z Checking const_format v0.2.31
20882023-10-24T20:47:03.510Z Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client)
20892023-10-24T20:47:03.953Z Checking ron v0.7.1
20902023-10-24T20:47:05.886Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73)
20912023-10-24T20:47:06.866Z Checking http-range v0.1.5
20922023-10-24T20:47:07.143Z Checking bit_field v0.10.2
20932023-10-24T20:47:07.509Z Checking hyper-staticfile v0.9.5
20942023-10-24T20:47:08.181Z Compiling indoc v2.0.3
20952023-10-24T20:47:14.233Z Checking derive_builder v0.12.0
20962023-10-24T20:47:18.202Z Checking bb8 v0.8.1
20972023-10-24T20:47:18.456Z Checking quick-xml v0.23.1
20982023-10-24T20:47:18.538Z Checking bytesize v1.3.0
20992023-10-24T20:47:18.995Z Checking maplit v1.0.2
21002023-10-24T20:47:19.852Z Checking fs-err v2.9.0
21012023-10-24T20:47:20.759Z Checking number_prefix v0.4.0
21022023-10-24T20:47:20.779Z Checking indicatif v0.17.7
21032023-10-24T20:47:21.292Z Checking async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=1446f7e0c1f05f33a0581abd51fa873c7652ab61#1446f7e0)
21042023-10-24T20:47:23.229Z Checking signal-hook-mio v0.2.3
21052023-10-24T20:47:24.141Z Compiling vte_generate_state_changes v0.1.1
21062023-10-24T20:47:31.800Z Checking yansi v0.5.1
21072023-10-24T20:47:32.876Z Checking pretty_assertions v1.4.0
21082023-10-24T20:47:34.881Z Checking crossterm v0.27.0
21092023-10-24T20:47:35.784Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73)
21102023-10-24T20:47:37.235Z Checking fatfs v0.3.6
21112023-10-24T20:47:37.532Z Checking cassowary v0.3.0
21122023-10-24T20:47:38.001Z Checking plotters-backend v0.3.5
21132023-10-24T20:47:38.189Z Checking ratatui v0.23.0
21142023-10-24T20:47:39.316Z Checking plotters-svg v0.3.5
21152023-10-24T20:47:40.832Z Checking rtoolbox v0.0.1
21162023-10-24T20:47:41.121Z Checking cast v0.3.0
21172023-10-24T20:47:41.219Z Checking owo-colors v3.5.0
21182023-10-24T20:47:42.069Z Checking remove_dir_all v0.5.3
21192023-10-24T20:47:42.207Z Checking tempdir v0.3.7
21202023-10-24T20:47:42.271Z Checking tui-tree-widget v0.13.0
21212023-10-24T20:47:42.634Z Checking criterion-plot v0.5.0
21222023-10-24T20:47:42.680Z Checking rpassword v7.2.0
21232023-10-24T20:47:42.893Z Checking plotters v0.3.5
21242023-10-24T20:47:46.439Z Checking tinytemplate v1.2.1
21252023-10-24T20:47:47.010Z Checking anes v0.1.6
21262023-10-24T20:47:47.055Z Checking oorandom v11.1.3
21272023-10-24T20:47:47.439Z Checking shell-words v1.1.0
21282023-10-24T20:47:47.520Z Checking os_str_bytes v6.5.1
21292023-10-24T20:47:47.628Z Checking criterion v0.5.1
21302023-10-24T20:47:48.087Z Checking clap_lex v0.2.4
21312023-10-24T20:47:54.531Z Checking assert_cmd v2.0.12
21322023-10-24T20:47:54.905Z Compiling clap_derive v3.2.25
21332023-10-24T20:47:54.977Z Checking dashmap v5.5.1
21342023-10-24T20:47:55.851Z Compiling serial_test_derive v0.10.0
21352023-10-24T20:47:56.268Z Compiling crossbeam-queue v0.3.8
21362023-10-24T20:47:57.510Z Checking serial_test v0.10.0
21372023-10-24T20:47:57.884Z Checking vte v0.11.1
21382023-10-24T20:47:57.901Z Checking threadpool v1.8.1
21392023-10-24T20:48:00.539Z Checking strip-ansi-escapes v0.2.0
21402023-10-24T20:48:00.766Z Checking crossterm v0.26.1
21412023-10-24T20:48:01.795Z Compiling tabled_derive v0.6.0
21422023-10-24T20:48:01.952Z Checking httptest v0.15.4
21432023-10-24T20:48:02.794Z Checking clap v3.2.25
21442023-10-24T20:48:02.970Z Checking similar-asserts v1.5.0
21452023-10-24T20:48:03.130Z Checking fd-lock v3.0.13
21462023-10-24T20:48:03.333Z Checking nanorand v0.7.0
21472023-10-24T20:48:03.425Z Compiling rstest_macros v0.18.2
21482023-10-24T20:48:03.765Z Checking nu-ansi-term v0.49.0
21492023-10-24T20:48:04.230Z Checking flume v0.11.0
21502023-10-24T20:48:04.407Z Checking reedline v0.23.0
21512023-10-24T20:48:07.839Z Compiling pin-project-internal v1.1.3
21522023-10-24T20:48:07.897Z Checking topological-sort v0.2.2
21532023-10-24T20:48:08.157Z Compiling relative-path v1.9.0
21542023-10-24T20:48:08.308Z Checking libtest-mimic v0.5.2
21552023-10-24T20:48:08.703Z Checking arrayvec v0.7.4
21562023-10-24T20:48:09.032Z Checking datatest-stable v0.1.3
21572023-10-24T20:48:09.276Z Checking arrayref v0.3.7
21582023-10-24T20:48:09.302Z Compiling trybuild v1.0.85
21592023-10-24T20:48:09.325Z Checking constant_time_eq v0.2.6
21602023-10-24T20:48:09.412Z Checking bytecount v0.6.3
21612023-10-24T20:48:09.502Z Checking blake2b_simd v1.0.1
21622023-10-24T20:48:09.640Z Checking papergrid v0.10.0
21632023-10-24T20:48:16.894Z Checking pin-project v1.1.3
21642023-10-24T20:48:17.088Z Checking basic-toml v0.1.4
21652023-10-24T20:48:17.230Z Checking constant_time_eq v0.3.0
21662023-10-24T20:48:17.255Z Checking futures-timer v3.0.2
21672023-10-24T20:48:17.283Z Checking rust-argon2 v1.0.1
21682023-10-24T20:48:17.314Z Checking partial-io v0.5.4
21692023-10-24T20:48:17.375Z Checking tabled v0.14.0
21702023-10-24T20:48:17.391Z Checking approx v0.5.1
21712023-10-24T20:48:17.419Z Checking cargo-platform v0.1.3
21722023-10-24T20:48:17.437Z Checking hex-literal v0.4.1
21732023-10-24T20:48:17.449Z Checking cargo_metadata v0.18.0
21742023-10-24T20:48:18.751Z Checking crossbeam v0.8.2
21752023-10-24T20:48:19.190Z Checking cargo_toml v0.16.3
21762023-10-24T20:48:19.834Z Checking termios v0.3.3
21772023-10-24T20:48:22.421Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
21782023-10-24T20:48:23.320Z Checking rstest v0.18.2
21792023-10-24T20:48:39.987Z Compiling polar-core v0.26.4
21802023-10-24T20:48:40.961Z Compiling bzip2 v0.4.4
21812023-10-24T20:48:40.997Z Compiling samael v0.0.10 (https://github.com/njaremko/samael?branch=master#52028e45)
21822023-10-24T20:48:41.463Z Compiling zip v0.6.6
21832023-10-24T20:48:42.628Z Checking hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84)
21842023-10-24T20:48:43.515Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
21852023-10-24T20:48:44.013Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
21862023-10-24T20:48:44.585Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
21872023-10-24T20:48:44.672Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
21882023-10-24T20:48:44.692Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
21892023-10-24T20:48:45.213Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
21902023-10-24T20:48:45.262Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
21912023-10-24T20:48:46.735Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
21922023-10-24T20:48:46.765Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
21932023-10-24T20:48:47.245Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
21942023-10-24T20:48:47.280Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
21952023-10-24T20:48:47.495Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
21962023-10-24T20:48:47.968Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
21972023-10-24T20:48:49.450Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
21982023-10-24T20:48:51.225Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
21992023-10-24T20:48:55.603Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
22002023-10-24T20:49:06.241Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
22012023-10-24T20:49:09.252Z Checking oso v0.26.4
22022023-10-24T20:49:11.920Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
22032023-10-24T20:49:33.473Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
22042023-10-24T20:49:33.747Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
22052023-10-24T20:49:34.427Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
22062023-10-24T20:49:34.640Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
22072023-10-24T20:49:34.714Z Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
22082023-10-24T20:49:34.798Z Checking ipcc-key-value v0.1.0 (/work/oxidecomputer/omicron/ipcc-key-value)
22092023-10-24T20:49:34.887Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
22102023-10-24T20:49:35.023Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
22112023-10-24T20:49:35.079Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
22122023-10-24T20:49:35.175Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
22132023-10-24T20:49:35.268Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
22142023-10-24T20:49:38.891Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
22152023-10-24T20:49:39.005Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
22162023-10-24T20:49:39.107Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
22172023-10-24T20:49:39.120Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
22182023-10-24T20:49:39.684Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
22192023-10-24T20:49:40.643Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
22202023-10-24T20:49:43.229Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
22212023-10-24T20:49:45.415Z Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
22222023-10-24T20:49:46.772Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
22232023-10-24T20:49:52.581Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
22242023-10-24T20:49:55.209Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
22252023-10-24T20:49:55.524Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
22262023-10-24T20:49:56.467Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
22272023-10-24T20:50:00.624Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
22282023-10-24T20:50:04.794Z Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
22292023-10-24T20:50:07.019Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
22302023-10-24T20:50:07.291Z Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
22312023-10-24T20:50:09.259Z Checking installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd)
22322023-10-24T20:50:11.040Z Checking installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client)
22332023-10-24T20:50:17.583Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
22342023-10-24T20:50:17.747Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
22352023-10-24T20:50:20.329Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
22362023-10-24T20:50:20.426Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
22372023-10-24T20:50:20.783Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
22382023-10-24T20:50:22.769Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
22392023-10-24T20:50:31.917Z Checking omicron-deploy v0.1.0 (/work/oxidecomputer/omicron/dev-tools/thing-flinger)
22402023-10-24T20:50:44.155Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
22412023-10-24T20:51:05.931Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli)
22422023-10-24T20:51:29.843Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
22432023-10-24T20:51:45.008Z Checking caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util)
22442023-10-24T20:52:21.292Z Compiling git2 v0.17.2
22452023-10-24T20:52:30.580Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73)
22462023-10-24T20:52:33.151Z Checking crucible-protocol v0.0.0 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73)
22472023-10-24T20:52:44.591Z Checking propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10)
22482023-10-24T20:52:56.202Z Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10)
22492023-10-24T20:52:56.539Z Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10)
22502023-10-24T20:52:57.057Z Checking propolis-server v0.1.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10)
22512023-10-24T20:52:58.553Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
22522023-10-24T20:53:34.611Z Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
22532023-10-24T20:55:00.199Z Finished dev [unoptimized + debuginfo] target(s) in 13m 28s
22542023-10-24T20:55:00.432Z
22552023-10-24T20:55:00.436Zreal 14:32.405053001
22562023-10-24T20:55:00.440Zuser 1:25:43.978890796
22572023-10-24T20:55:00.444Zsys 11:21.666580479
22582023-10-24T20:55:00.449Ztrap 3.098586592
22592023-10-24T20:55:00.453Ztflt 5.133675445
22602023-10-24T20:55:00.457Zdflt 8.321491545
22612023-10-24T20:55:00.463Zkflt 0.020673610
22622023-10-24T20:55:00.467Zlock 1:59:19.566450086
22632023-10-24T20:55:00.470Zslp 4:47:35.364271599
22642023-10-24T20:55:00.474Zlat 3:11.908252494
22652023-10-24T20:55:00.478Zstop 7:51.178976557
22662023-10-24T20:55:01.736Zwarning: output filename collision.
22672023-10-24T20:55:01.743ZThe 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)`.
22682023-10-24T20:55:01.747ZColliding filename is: /work/oxidecomputer/omicron/target/doc/dns_service_client/index.html
22692023-10-24T20:55:01.752ZThe targets should have unique names.
22702023-10-24T20:55:02.161ZThis is a known bug where multiple crates with the same name use
22712023-10-24T20:55:02.169Zthe same path; see <https://github.com/rust-lang/cargo/issues/6313>.
22722023-10-24T20:55:02.590Zwarning: output filename collision.
22732023-10-24T20:55:02.595ZThe 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)`.
22742023-10-24T20:55:02.599ZColliding filename is: /work/oxidecomputer/omicron/target/doc/hubpack/index.html
22752023-10-24T20:55:02.603ZThe targets should have unique names.
22762023-10-24T20:55:02.606ZThis is a known bug where multiple crates with the same name use
22772023-10-24T20:55:02.610Zthe same path; see <https://github.com/rust-lang/cargo/issues/6313>.
22782023-10-24T20:55:02.613Zwarning: output filename collision.
22792023-10-24T20:55:02.616ZThe 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)`.
22802023-10-24T20:55:02.625ZColliding filename is: /work/oxidecomputer/omicron/target/doc/internal_dns/index.html
22812023-10-24T20:55:02.629ZThe targets should have unique names.
22822023-10-24T20:55:02.632ZThis is a known bug where multiple crates with the same name use
22832023-10-24T20:55:02.638Zthe same path; see <https://github.com/rust-lang/cargo/issues/6313>.
22842023-10-24T20:55:02.641Zwarning: output filename collision.
22852023-10-24T20:55:02.645ZThe 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)`.
22862023-10-24T20:55:02.648ZColliding filename is: /work/oxidecomputer/omicron/target/doc/nexus_client/index.html
22872023-10-24T20:55:02.651ZThe targets should have unique names.
22882023-10-24T20:55:02.655ZThis is a known bug where multiple crates with the same name use
22892023-10-24T20:55:02.658Zthe same path; see <https://github.com/rust-lang/cargo/issues/6313>.
22902023-10-24T20:55:02.662Zwarning: output filename collision.
22912023-10-24T20:55:02.666ZThe 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`.
22922023-10-24T20:55:02.670ZColliding filename is: /work/oxidecomputer/omicron/target/doc/nix/index.html
22932023-10-24T20:55:02.676ZThe targets should have unique names.
22942023-10-24T20:55:02.679ZThis is a known bug where multiple crates with the same name use
22952023-10-24T20:55:02.682Zthe same path; see <https://github.com/rust-lang/cargo/issues/6313>.
22962023-10-24T20:55:02.687Zwarning: output filename collision.
22972023-10-24T20:55:02.690ZThe 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)`.
22982023-10-24T20:55:02.696ZColliding filename is: /work/oxidecomputer/omicron/target/doc/omicron_common/index.html
22992023-10-24T20:55:02.734ZThe targets should have unique names.
23002023-10-24T20:55:02.740ZThis is a known bug where multiple crates with the same name use
23012023-10-24T20:55:02.744Zthe same path; see <https://github.com/rust-lang/cargo/issues/6313>.
23022023-10-24T20:55:02.748Zwarning: output filename collision.
23032023-10-24T20:55:02.755ZThe 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)`.
23042023-10-24T20:55:02.759ZColliding filename is: /work/oxidecomputer/omicron/target/doc/omicron_passwords/index.html
23052023-10-24T20:55:02.768ZThe targets should have unique names.
23062023-10-24T20:55:03.190ZThis is a known bug where multiple crates with the same name use
23072023-10-24T20:55:03.606Zthe same path; see <https://github.com/rust-lang/cargo/issues/6313>.
23082023-10-24T20:55:03.609Zwarning: output filename collision.
23092023-10-24T20:55:03.620ZThe 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)`.
23102023-10-24T20:55:03.627ZColliding filename is: /work/oxidecomputer/omicron/target/doc/oximeter/index.html
23112023-10-24T20:55:03.630ZThe targets should have unique names.
23122023-10-24T20:55:03.633ZThis is a known bug where multiple crates with the same name use
23132023-10-24T20:55:03.638Zthe same path; see <https://github.com/rust-lang/cargo/issues/6313>.
23142023-10-24T20:55:03.644Zwarning: output filename collision.
23152023-10-24T20:55:03.650ZThe 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)`.
23162023-10-24T20:55:03.656ZColliding filename is: /work/oxidecomputer/omicron/target/doc/oximeter/index.html
23172023-10-24T20:55:03.660ZThe targets should have unique names.
23182023-10-24T20:55:03.664ZThis is a known bug where multiple crates with the same name use
23192023-10-24T20:55:03.670Zthe same path; see <https://github.com/rust-lang/cargo/issues/6313>.
23202023-10-24T20:55:03.839Zwarning: output filename collision.
23212023-10-24T20:55:03.855ZThe 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)`.
23222023-10-24T20:55:03.860ZColliding filename is: /work/oxidecomputer/omicron/target/doc/oximeter_producer/index.html
23232023-10-24T20:55:03.863ZThe targets should have unique names.
23242023-10-24T20:55:03.870ZThis is a known bug where multiple crates with the same name use
23252023-10-24T20:55:03.875Zthe same path; see <https://github.com/rust-lang/cargo/issues/6313>.
23262023-10-24T20:55:03.879Zwarning: output filename collision.
23272023-10-24T20:55:03.888ZThe 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)`.
23282023-10-24T20:55:03.896ZColliding filename is: /work/oxidecomputer/omicron/target/doc/tlvc/index.html
23292023-10-24T20:55:03.899ZThe targets should have unique names.
23302023-10-24T20:55:03.904ZThis is a known bug where multiple crates with the same name use
23312023-10-24T20:55:03.916Zthe same path; see <https://github.com/rust-lang/cargo/issues/6313>.
23322023-10-24T20:55:03.921Z Checking unicode-ident v1.0.12
23332023-10-24T20:55:03.933Z Documenting libc v0.2.149
23342023-10-24T20:55:03.939Z Documenting cfg-if v1.0.0
23352023-10-24T20:55:03.944Z Checking libc v0.2.149
23362023-10-24T20:55:03.947Z Checking serde v1.0.188
23372023-10-24T20:55:03.953Z Checking cfg-if v1.0.0
23382023-10-24T20:55:03.960Z Documenting log v0.4.20
23392023-10-24T20:55:03.965Z Documenting scopeguard v1.2.0
23402023-10-24T20:55:03.968Z Documenting itoa v1.0.9
23412023-10-24T20:55:03.973Z Checking proc-macro2 v1.0.67
23422023-10-24T20:55:03.979Z Checking quote v1.0.33
23432023-10-24T20:55:04.253Z Checking syn v2.0.32
23442023-10-24T20:55:04.716Z Checking syn v1.0.109
23452023-10-24T20:55:06.460Z Checking once_cell v1.18.0
23462023-10-24T20:55:06.530Z Documenting once_cell v1.18.0
23472023-10-24T20:55:06.960Z Documenting memchr v2.6.3
23482023-10-24T20:55:06.967Z Documenting smallvec v1.11.0
23492023-10-24T20:55:08.929Z Documenting lock_api v0.4.10
23502023-10-24T20:55:09.478Z Documenting getrandom v0.2.10
23512023-10-24T20:55:11.477Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
23522023-10-24T20:55:11.935Z Documenting libm v0.2.7
23532023-10-24T20:55:12.072Z Documenting parking_lot_core v0.9.8
23542023-10-24T20:55:13.154Z Documenting pin-project-lite v0.2.13
23552023-10-24T20:55:13.549Z Documenting signal-hook-registry v1.4.1
23562023-10-24T20:55:14.018Z Checking itoa v1.0.9
23572023-10-24T20:55:14.342Z Documenting mio v0.8.8
23582023-10-24T20:55:14.778Z Documenting num_cpus v1.16.0
23592023-10-24T20:55:14.800Z Documenting serde_derive v1.0.188
23602023-10-24T20:55:15.857Z Documenting rand_core v0.6.4
23612023-10-24T20:55:17.030Z Documenting zeroize_derive v1.4.2
23622023-10-24T20:55:17.154Z Documenting num-traits v0.2.16
23632023-10-24T20:55:18.548Z Documenting parking_lot v0.12.1
23642023-10-24T20:55:19.673Z Documenting thiserror-impl v1.0.49
23652023-10-24T20:55:20.793Z Documenting typenum v1.16.0
23662023-10-24T20:55:20.883Z Documenting futures-core v0.3.28
23672023-10-24T20:55:21.944Z Documenting ryu v1.0.15
23682023-10-24T20:55:24.419Z Documenting tokio-macros v2.1.0
23692023-10-24T20:55:24.485Z Documenting zeroize v1.6.0
23702023-10-24T20:55:25.010Z Documenting socket2 v0.5.4
23712023-10-24T20:55:25.641Z Documenting serde v1.0.188
23722023-10-24T20:55:26.035Z Checking thiserror v1.0.49
23732023-10-24T20:55:26.215Z Documenting subtle v2.5.0
23742023-10-24T20:55:26.889Z Checking ryu v1.0.15
23752023-10-24T20:55:27.256Z Documenting pin-utils v0.1.0
23762023-10-24T20:55:27.481Z Documenting thiserror v1.0.49
23772023-10-24T20:55:28.594Z Documenting byteorder v1.4.3
23782023-10-24T20:55:30.528Z Documenting generic-array v0.14.7
23792023-10-24T20:55:31.578Z Documenting futures-sink v0.3.28
23802023-10-24T20:55:31.857Z Checking memchr v2.6.3
23812023-10-24T20:55:32.212Z Checking serde_json v1.0.107
23822023-10-24T20:55:33.481Z Documenting iana-time-zone v0.1.57
23832023-10-24T20:55:33.947Z Checking heck v0.4.1
23842023-10-24T20:55:34.275Z Documenting futures-macro v0.3.28
23852023-10-24T20:55:34.848Z Checking getrandom v0.2.10
23862023-10-24T20:55:34.901Z Documenting futures-task v0.3.28
23872023-10-24T20:55:35.044Z Documenting slab v0.4.9
23882023-10-24T20:55:35.209Z Documenting futures-io v0.3.28
23892023-10-24T20:55:38.138Z Documenting crypto-common v0.1.6
23902023-10-24T20:55:38.176Z Documenting futures-channel v0.3.28
23912023-10-24T20:55:39.214Z Documenting const-oid v0.9.5
23922023-10-24T20:55:40.928Z Checking bytes v1.5.0
23932023-10-24T20:55:41.063Z Checking log v0.4.20
23942023-10-24T20:55:41.356Z Documenting tinyvec_macros v0.1.1
23952023-10-24T20:55:41.509Z Checking byteorder v1.4.3
23962023-10-24T20:55:41.597Z Documenting block-buffer v0.10.4
23972023-10-24T20:55:42.180Z Documenting tracing-attributes v0.1.26
23982023-10-24T20:55:42.194Z Documenting tracing-core v0.1.31
23992023-10-24T20:55:43.669Z Checking fnv v1.0.7
24002023-10-24T20:55:43.839Z Documenting ppv-lite86 v0.2.17
24012023-10-24T20:55:44.138Z Documenting futures-util v0.3.28
24022023-10-24T20:55:45.429Z Documenting tinyvec v1.6.0
24032023-10-24T20:55:47.520Z Checking serde_derive_internals v0.26.0
24042023-10-24T20:55:48.206Z Documenting digest v0.10.7
24052023-10-24T20:55:48.392Z Documenting rand_chacha v0.3.1
24062023-10-24T20:55:49.329Z Documenting serde_derive_internals v0.26.0
24072023-10-24T20:55:51.030Z Documenting base64 v0.21.4
24082023-10-24T20:55:51.795Z Documenting dyn-clone v1.0.13
24092023-10-24T20:55:54.609Z Documenting rand v0.8.5
24102023-10-24T20:55:56.567Z Documenting unicode-normalization v0.1.22
24112023-10-24T20:55:57.420Z Documenting cpufeatures v0.2.9
24122023-10-24T20:55:57.995Z Checking ucd-trie v0.1.6
24132023-10-24T20:55:58.066Z Documenting schemars_derive v0.8.13
24142023-10-24T20:55:58.310Z Documenting fnv v1.0.7
24152023-10-24T20:55:58.843Z Documenting bytes v1.5.0
24162023-10-24T20:55:59.594Z Documenting serde_json v1.0.107
24172023-10-24T20:56:01.872Z Documenting bitflags v2.4.0
24182023-10-24T20:56:02.219Z Documenting chrono v0.4.31
24192023-10-24T20:56:04.228Z Documenting uuid v1.4.1
24202023-10-24T20:56:04.813Z Checking pest v2.7.2
24212023-10-24T20:56:06.129Z Documenting tokio v1.33.0
24222023-10-24T20:56:07.458Z Checking libm v0.2.7
24232023-10-24T20:56:08.731Z Documenting unicode-bidi v0.3.13
24242023-10-24T20:56:08.777Z Documenting http v0.2.9
24252023-10-24T20:56:08.852Z Documenting lazy_static v1.4.0
24262023-10-24T20:56:08.942Z Checking num-traits v0.2.16
24272023-10-24T20:56:09.173Z Documenting tracing v0.1.37
24282023-10-24T20:56:11.030Z Documenting percent-encoding v2.3.0
24292023-10-24T20:56:11.566Z Documenting schemars v0.8.13
24302023-10-24T20:56:11.729Z Documenting ahash v0.8.3
24312023-10-24T20:56:13.041Z Checking ahash v0.8.3
24322023-10-24T20:56:13.612Z Documenting allocator-api2 v0.2.16
24332023-10-24T20:56:14.856Z Checking time-core v0.1.1
24342023-10-24T20:56:15.084Z Documenting unicode-ident v1.0.12
24352023-10-24T20:56:17.069Z Documenting form_urlencoded v1.2.0
24362023-10-24T20:56:17.156Z Documenting untrusted v0.7.1
24372023-10-24T20:56:17.861Z Documenting adler v1.0.2
24382023-10-24T20:56:18.691Z Documenting hashbrown v0.14.0
24392023-10-24T20:56:19.212Z Documenting proc-macro2 v1.0.67
24402023-10-24T20:56:21.054Z Documenting idna v0.4.0
24412023-10-24T20:56:21.361Z Documenting ring v0.16.20
24422023-10-24T20:56:22.079Z Documenting miniz_oxide v0.7.1
24432023-10-24T20:56:22.740Z Documenting httparse v1.8.0
24442023-10-24T20:56:22.991Z Documenting equivalent v1.0.1
24452023-10-24T20:56:25.875Z Documenting quote v1.0.33
24462023-10-24T20:56:26.298Z Checking zerocopy v0.3.0
24472023-10-24T20:56:27.065Z Documenting indexmap v2.0.0
24482023-10-24T20:56:27.134Z Checking uuid v1.4.1
24492023-10-24T20:56:27.483Z Checking iana-time-zone v0.1.57
24502023-10-24T20:56:27.721Z Checking chrono v0.4.31
24512023-10-24T20:56:27.856Z Documenting url v2.4.1
24522023-10-24T20:56:28.014Z Checking dof v0.1.5
24532023-10-24T20:56:28.824Z Checking dtrace-parser v0.1.14
24542023-10-24T20:56:29.132Z Checking thread-id v4.2.0
24552023-10-24T20:56:29.214Z Documenting slog v2.7.0
24562023-10-24T20:56:29.646Z Documenting openssl-probe v0.1.5
24572023-10-24T20:56:29.974Z Documenting rustls-webpki v0.101.4
24582023-10-24T20:56:31.241Z Documenting sct v0.7.0
24592023-10-24T20:56:32.279Z Documenting httpdate v1.0.3
24602023-10-24T20:56:34.121Z Documenting try-lock v0.2.4
24612023-10-24T20:56:35.050Z Checking usdt-impl v0.3.5
24622023-10-24T20:56:36.079Z Documenting tokio-util v0.7.8
24632023-10-24T20:56:36.087Z Documenting http-body v0.4.5
24642023-10-24T20:56:36.092Z Documenting rustls-pemfile v1.0.3
24652023-10-24T20:56:36.099Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
24662023-10-24T20:56:36.894Z Documenting openssl-macros v0.1.1
24672023-10-24T20:56:37.080Z Documenting aho-corasick v1.0.4
24682023-10-24T20:56:37.391Z Documenting rustls v0.21.7
24692023-10-24T20:56:38.239Z Documenting want v0.3.1
24702023-10-24T20:56:38.375Z Documenting openssl-sys v0.9.93
24712023-10-24T20:56:41.763Z Documenting tower-service v0.3.2
24722023-10-24T20:56:45.844Z Documenting gimli v0.28.0
24732023-10-24T20:56:45.880Z Documenting regex-syntax v0.7.5
24742023-10-24T20:56:45.896Z Documenting h2 v0.3.21
24752023-10-24T20:56:45.919Z Documenting mime v0.3.17
24762023-10-24T20:56:45.932Z Documenting time-macros v0.2.13
24772023-10-24T20:56:48.162Z Documenting async-trait v0.1.73
24782023-10-24T20:56:49.019Z Documenting tokio-rustls v0.24.1
24792023-10-24T20:56:49.949Z Documenting openssl v0.10.57
24802023-10-24T20:56:50.626Z Documenting object v0.32.1
24812023-10-24T20:56:51.989Z Documenting errno v0.3.2
24822023-10-24T20:56:52.957Z Documenting addr2line v0.21.0
24832023-10-24T20:56:54.914Z Documenting regex-automata v0.3.8
24842023-10-24T20:56:56.435Z Checking dyn-clone v1.0.13
24852023-10-24T20:56:56.604Z Documenting ipnet v2.8.0
24862023-10-24T20:56:56.644Z Documenting time-core v0.1.1
24872023-10-24T20:56:57.227Z Documenting rustc-demangle v0.1.23
24882023-10-24T20:56:58.382Z Documenting unicode-width v0.1.10
24892023-10-24T20:57:00.455Z Documenting hyper v0.14.27
24902023-10-24T20:57:00.920Z Documenting deranged v0.3.8
24912023-10-24T20:57:01.976Z Checking allocator-api2 v0.2.16
24922023-10-24T20:57:02.621Z Documenting num_threads v0.1.6
24932023-10-24T20:57:02.636Z Checking hashbrown v0.14.0
24942023-10-24T20:57:02.734Z Checking schemars v0.8.13
24952023-10-24T20:57:03.983Z Documenting rustix v0.38.9
24962023-10-24T20:57:04.368Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
24972023-10-24T20:57:05.226Z Checking pest_meta v2.7.2
24982023-10-24T20:57:06.859Z Documenting crossbeam-utils v0.8.16
24992023-10-24T20:57:08.653Z Checking equivalent v1.0.1
25002023-10-24T20:57:08.697Z Documenting regex v1.9.5
25012023-10-24T20:57:08.806Z Checking indexmap v2.0.0
25022023-10-24T20:57:09.046Z Documenting time v0.3.27
25032023-10-24T20:57:09.657Z Documenting backtrace v0.3.69
25042023-10-24T20:57:10.635Z Documenting native-tls v0.2.11
25052023-10-24T20:57:13.983Z Checking hashbrown v0.13.2
25062023-10-24T20:57:15.703Z Documenting pest_meta v2.7.2
25072023-10-24T20:57:16.751Z Checking http v0.2.9
25082023-10-24T20:57:17.935Z Checking aho-corasick v1.0.4
25092023-10-24T20:57:18.708Z Documenting encoding_rs v0.8.33
25102023-10-24T20:57:19.356Z Documenting anyhow v1.0.75
25112023-10-24T20:57:38.896Z Checking regex-syntax v0.7.5
25122023-10-24T20:57:41.435Z Documenting tokio-native-tls v0.3.1
25132023-10-24T20:57:41.539Z Checking pest_generator v2.7.2
25142023-10-24T20:57:41.649Z Documenting rustls-native-certs v0.6.3
25152023-10-24T20:57:41.719Z Documenting serde_urlencoded v0.7.1
25162023-10-24T20:57:41.756Z Documenting ucd-trie v0.1.6
25172023-10-24T20:57:41.945Z Documenting pest_generator v2.7.2
25182023-10-24T20:57:42.007Z Checking regex-automata v0.3.8
25192023-10-24T20:57:42.139Z Checking serde_tokenstream v0.1.7
25202023-10-24T20:57:42.394Z Documenting webpki-roots v0.25.2
25212023-10-24T20:57:42.460Z Documenting syn v2.0.32
25222023-10-24T20:57:42.657Z Documenting hyper-rustls v0.24.1
25232023-10-24T20:57:42.785Z Documenting pest v2.7.2
25242023-10-24T20:57:42.831Z Documenting dof v0.1.5
25252023-10-24T20:57:43.000Z Documenting hyper-tls v0.5.0
25262023-10-24T20:57:43.112Z Documenting pest_derive v2.7.2
25272023-10-24T20:57:43.164Z Checking regex v1.9.5
25282023-10-24T20:57:43.254Z Documenting thread-id v4.2.0
25292023-10-24T20:57:43.410Z Checking unicode-width v0.1.10
25302023-10-24T20:57:43.532Z Documenting usdt-macro v0.3.5
25312023-10-24T20:57:43.619Z Documenting usdt-attr-macro v0.3.5
25322023-10-24T20:57:43.742Z Documenting openapiv3 v1.0.3
25332023-10-24T20:57:43.835Z Documenting ipnetwork v0.20.0
25342023-10-24T20:57:43.958Z Documenting sha2 v0.10.7
25352023-10-24T20:57:44.079Z Documenting dtrace-parser v0.1.14
25362023-10-24T20:57:44.221Z Documenting futures-executor v0.3.28
25372023-10-24T20:57:44.322Z Documenting reqwest v0.11.20
25382023-10-24T20:57:44.452Z Checking serde_tokenstream v0.2.0
25392023-10-24T20:57:44.497Z Documenting spin v0.9.8
25402023-10-24T20:57:44.579Z Documenting usdt-impl v0.3.5
25412023-10-24T20:57:44.604Z Checking strsim v0.10.0
25422023-10-24T20:57:44.968Z Checking regress v0.7.1
25432023-10-24T20:57:45.744Z Documenting hex v0.4.3
25442023-10-24T20:57:45.783Z Documenting hmac v0.12.1
25452023-10-24T20:57:46.267Z Documenting fallible-iterator v0.2.0
25462023-10-24T20:57:46.617Z Documenting futures v0.3.28
25472023-10-24T20:57:50.039Z Checking typify-impl v0.0.13 (https://github.com/oxidecomputer/typify#de16c423)
25482023-10-24T20:57:51.639Z Documenting usdt v0.3.5
25492023-10-24T20:57:52.328Z Checking openapiv3 v1.0.3
25502023-10-24T20:57:53.406Z Documenting stringprep v0.1.3
25512023-10-24T20:57:53.453Z Documenting semver v1.0.18
25522023-10-24T20:57:53.657Z Documenting md-5 v0.10.5
25532023-10-24T20:57:54.965Z Documenting regress v0.7.1
25542023-10-24T20:57:58.117Z Documenting utf8parse v0.2.1
25552023-10-24T20:58:03.265Z Documenting siphasher v0.3.11
25562023-10-24T20:58:03.300Z Documenting block-padding v0.3.3
25572023-10-24T20:58:03.372Z Checking unsafe-libyaml v0.2.9
25582023-10-24T20:58:03.432Z Documenting static_assertions v1.1.0
25592023-10-24T20:58:03.577Z Documenting postgres-protocol v0.6.6
25602023-10-24T20:58:03.721Z Documenting heck v0.4.1
25612023-10-24T20:58:03.748Z Documenting typify-macro v0.0.13 (https://github.com/oxidecomputer/typify#de16c423)
25622023-10-24T20:58:03.768Z Checking typify v0.0.13 (https://github.com/oxidecomputer/typify#de16c423)
25632023-10-24T20:58:03.773Z Checking getopts v0.2.21
25642023-10-24T20:58:03.795Z Documenting phf_shared v0.11.2
25652023-10-24T20:58:03.824Z Documenting toml_datetime v0.6.3
25662023-10-24T20:58:04.372Z Documenting num-integer v0.1.45
25672023-10-24T20:58:04.707Z Documenting either v1.9.0
25682023-10-24T20:58:05.555Z Documenting inout v0.1.3
25692023-10-24T20:58:07.006Z Documenting typify-impl v0.0.13 (https://github.com/oxidecomputer/typify#de16c423)
25702023-10-24T20:58:09.039Z Documenting phf v0.11.2
25712023-10-24T20:58:09.480Z Documenting unsafe-libyaml v0.2.9
25722023-10-24T20:58:10.127Z Documenting postgres-types v0.2.6
25732023-10-24T20:58:10.781Z Documenting whoami v1.4.1
25742023-10-24T20:58:11.095Z Checking ident_case v1.0.1
25752023-10-24T20:58:11.336Z Checking progenitor-impl v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b)
25762023-10-24T20:58:11.678Z Checking serde_yaml v0.9.25
25772023-10-24T20:58:12.146Z Documenting cipher v0.4.4
25782023-10-24T20:58:14.285Z Documenting progenitor-client v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b)
25792023-10-24T20:58:14.920Z Documenting getopts v0.2.21
25802023-10-24T20:58:15.113Z Documenting serde_yaml v0.9.25
25812023-10-24T20:58:15.507Z Documenting zerocopy v0.6.4
25822023-10-24T20:58:16.866Z Documenting data-encoding v2.4.0
25832023-10-24T20:58:18.823Z Documenting typify v0.0.13 (https://github.com/oxidecomputer/typify#de16c423)
25842023-10-24T20:58:20.604Z Documenting tokio-postgres v0.7.10
25852023-10-24T20:58:21.190Z Documenting anstyle v1.0.2
25862023-10-24T20:58:21.328Z Documenting anstyle-parse v0.2.1
25872023-10-24T20:58:22.503Z Documenting crossbeam-channel v0.5.8
25882023-10-24T20:58:23.065Z Documenting anstyle-query v1.0.0
25892023-10-24T20:58:24.277Z Documenting match_cfg v0.1.0
25902023-10-24T20:58:24.611Z Documenting progenitor-macro v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b)
25912023-10-24T20:58:26.106Z Documenting colorchoice v1.0.0
25922023-10-24T20:58:27.401Z Documenting itertools v0.11.0
25932023-10-24T20:58:28.466Z Documenting hostname v0.3.1
25942023-10-24T20:58:29.208Z Documenting terminal_size v0.2.6
25952023-10-24T20:58:29.350Z Documenting dirs-sys-next v0.1.2
25962023-10-24T20:58:29.376Z Documenting progenitor-impl v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b)
25972023-10-24T20:58:30.273Z Documenting anstream v0.5.0
25982023-10-24T20:58:34.718Z Documenting tap v1.0.1
25992023-10-24T20:58:35.304Z Documenting strsim v0.10.0
26002023-10-24T20:58:35.472Z Documenting clap_lex v0.5.1
26012023-10-24T20:58:35.754Z Documenting dirs-next v2.0.0
26022023-10-24T20:58:36.254Z Documenting clap_derive v4.4.2
26032023-10-24T20:58:36.593Z Documenting thread_local v1.1.7
26042023-10-24T20:58:38.980Z Documenting wyz v0.5.1
26052023-10-24T20:58:39.114Z Documenting crc32fast v1.3.2
26062023-10-24T20:58:41.390Z Documenting progenitor v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b)
26072023-10-24T20:58:41.513Z Documenting radium v0.7.0
26082023-10-24T20:58:41.632Z Documenting clap_builder v4.4.2
26092023-10-24T20:58:42.195Z Documenting funty v2.0.0
26102023-10-24T20:58:43.011Z Documenting term v0.7.0
26112023-10-24T20:58:43.965Z Documenting num-iter v0.1.43
26122023-10-24T20:58:44.837Z Documenting sha1 v0.10.5
26132023-10-24T20:58:45.229Z Documenting enum-as-inner v0.5.1
26142023-10-24T20:58:45.869Z Documenting atty v0.2.14
26152023-10-24T20:58:46.958Z Documenting bitvec v1.0.1
26162023-10-24T20:58:49.445Z Documenting memoffset v0.9.0
26172023-10-24T20:58:50.385Z Documenting take_mut v0.2.2
26182023-10-24T20:58:50.624Z Documenting slog-term v2.9.0
26192023-10-24T20:58:51.420Z Documenting clap v4.4.3
26202023-10-24T20:58:51.949Z Documenting flate2 v1.0.27
26212023-10-24T20:58:52.183Z Documenting trust-dns-proto v0.22.0
26222023-10-24T20:58:53.699Z Documenting crossbeam-epoch v0.9.15
26232023-10-24T20:58:56.385Z Documenting slog-async v2.8.0
26242023-10-24T20:58:57.817Z Documenting slog-json v2.6.1
26252023-10-24T20:58:57.839Z Documenting camino v1.1.6
26262023-10-24T20:58:58.432Z Documenting paste v1.0.14
26272023-10-24T20:58:58.655Z Documenting signature v2.1.0
26282023-10-24T20:58:59.520Z Documenting hash32 v0.2.1
26292023-10-24T20:59:00.247Z Documenting scheduled-thread-pool v0.2.7
26302023-10-24T20:59:02.760Z Documenting diesel_table_macro_syntax v0.1.0
26312023-10-24T20:59:04.526Z Checking diesel_table_macro_syntax v0.1.0
26322023-10-24T20:59:04.806Z Documenting bzip2-sys v0.1.11+1.0.8
26332023-10-24T20:59:04.955Z Documenting stable_deref_trait v1.2.0
26342023-10-24T20:59:05.371Z Documenting slog-bunyan v2.4.0
26352023-10-24T20:59:05.725Z Documenting unicode-segmentation v1.10.1
26362023-10-24T20:59:05.917Z Checking darling_core v0.20.3
26372023-10-24T20:59:06.464Z Documenting async-stream-impl v0.3.5
26382023-10-24T20:59:06.511Z Documenting r2d2 v0.8.10
26392023-10-24T20:59:08.973Z Documenting pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
26402023-10-24T20:59:09.057Z Documenting heapless v0.7.16
26412023-10-24T20:59:10.244Z Documenting diesel_derives v2.1.1
26422023-10-24T20:59:10.856Z Documenting strum v0.25.0
26432023-10-24T20:59:11.207Z Documenting bzip2 v0.4.4
26442023-10-24T20:59:12.897Z Documenting debug-ignore v1.0.5
26452023-10-24T20:59:13.279Z Documenting atomic-waker v1.1.1
26462023-10-24T20:59:13.679Z Documenting bit-vec v0.6.3
26472023-10-24T20:59:15.731Z Documenting managed v0.8.0
26482023-10-24T20:59:16.688Z Documenting async-stream v0.3.5
26492023-10-24T20:59:17.018Z Checking darling v0.20.3
26502023-10-24T20:59:17.185Z Documenting num-bigint v0.4.4
26512023-10-24T20:59:17.268Z Documenting multer v2.1.0
26522023-10-24T20:59:17.507Z Documenting zip v0.6.6
26532023-10-24T20:59:17.583Z Documenting waitgroup v0.1.2
26542023-10-24T20:59:19.637Z Documenting dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#fa728d07)
26552023-10-24T20:59:20.257Z Documenting smoltcp v0.9.1
26562023-10-24T20:59:21.975Z Documenting diesel v2.1.1
26572023-10-24T20:59:22.791Z Documenting bstr v1.6.0
26582023-10-24T20:59:23.773Z Documenting hubpack v0.1.2
26592023-10-24T20:59:24.614Z Documenting serde_path_to_error v0.1.14
26602023-10-24T20:59:33.049Z Documenting serde_repr v0.1.16
26612023-10-24T20:59:33.113Z Documenting lalrpop-util v0.19.12
26622023-10-24T20:59:33.189Z Documenting fixedbitset v0.4.2
26632023-10-24T20:59:33.400Z Documenting precomputed-hash v0.1.1
26642023-10-24T20:59:33.425Z Documenting new_debug_unreachable v1.0.4
26652023-10-24T20:59:33.468Z Documenting yasna v0.5.2
26662023-10-24T20:59:33.485Z Documenting dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#fa728d07)
26672023-10-24T20:59:33.504Z Documenting gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
26682023-10-24T20:59:33.521Z Documenting petgraph v0.6.4
26692023-10-24T20:59:33.535Z Documenting serde_with_macros v2.3.3
26702023-10-24T20:59:34.091Z Documenting console v0.15.7
26712023-10-24T20:59:34.674Z Documenting string_cache v0.8.7
26722023-10-24T20:59:39.883Z Documenting float-cmp v0.9.0
26732023-10-24T20:59:40.707Z Documenting normalize-line-endings v0.3.0
26742023-10-24T20:59:41.067Z Documenting unicode-linebreak v0.1.5
26752023-10-24T20:59:41.415Z Documenting difflib v0.4.0
26762023-10-24T20:59:41.797Z Documenting predicates-core v1.0.6
26772023-10-24T20:59:43.549Z Documenting smawk v0.3.1
26782023-10-24T20:59:45.402Z Documenting serde_with v2.3.3
26792023-10-24T20:59:46.619Z Documenting bit-set v0.5.3
26802023-10-24T20:59:47.002Z Documenting similar v2.2.1
26812023-10-24T20:59:47.673Z Documenting tokio-stream v0.1.14
26822023-10-24T20:59:47.912Z Documenting predicates v3.0.4
26832023-10-24T20:59:49.674Z Documenting structmeta-derive v0.1.6
26842023-10-24T20:59:49.766Z Documenting textwrap v0.16.0
26852023-10-24T20:59:52.989Z Checking structmeta v0.1.6
26862023-10-24T20:59:53.366Z Documenting instant v0.1.12
26872023-10-24T20:59:54.143Z Checking regex-syntax v0.6.29
26882023-10-24T20:59:54.826Z Documenting serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
26892023-10-24T20:59:56.194Z Documenting macaddr v1.0.1
26902023-10-24T20:59:56.254Z Documenting base64ct v1.6.0
26912023-10-24T20:59:56.646Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
26922023-10-24T20:59:57.017Z Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
26932023-10-24T20:59:57.180Z Checking scopeguard v1.2.0
26942023-10-24T20:59:57.396Z Checking lock_api v0.4.10
26952023-10-24T20:59:58.062Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
26962023-10-24T20:59:58.520Z Documenting structmeta v0.1.6
26972023-10-24T20:59:59.341Z Documenting crucible-workspace-hack v0.1.0
26982023-10-24T20:59:59.693Z Documenting backoff v0.4.0
26992023-10-24T21:00:01.943Z Checking smallvec v1.11.0
27002023-10-24T21:00:02.358Z Documenting password-hash v0.5.0
27012023-10-24T21:00:02.538Z Checking parking_lot_core v0.9.8
27022023-10-24T21:00:02.990Z Documenting is-terminal v0.4.9
27032023-10-24T21:00:03.158Z Documenting blake2 v0.10.6
27042023-10-24T21:00:03.163Z Checking pin-project-lite v0.2.13
27052023-10-24T21:00:03.253Z Checking parking_lot v0.12.1
27062023-10-24T21:00:03.309Z Checking rand_core v0.6.4
27072023-10-24T21:00:03.752Z Checking typenum v1.16.0
27082023-10-24T21:00:03.823Z Checking zeroize v1.6.0
27092023-10-24T21:00:04.211Z Documenting proc-macro-error-attr v1.0.4
27102023-10-24T21:00:05.446Z Checking futures-core v0.3.28
27112023-10-24T21:00:05.734Z Checking unicode-segmentation v1.10.1
27122023-10-24T21:00:05.765Z Documenting parse-display-derive v0.7.0
27132023-10-24T21:00:05.972Z Checking generic-array v0.14.7
27142023-10-24T21:00:06.843Z Checking proc-macro-error v1.0.4
27152023-10-24T21:00:06.907Z Documenting bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10)
27162023-10-24T21:00:07.305Z Checking mio v0.8.8
27172023-10-24T21:00:08.077Z Checking socket2 v0.5.4
27182023-10-24T21:00:08.289Z Checking num_cpus v1.16.0
27192023-10-24T21:00:08.456Z Checking signal-hook-registry v1.4.1
27202023-10-24T21:00:08.830Z Checking futures-sink v0.3.28
27212023-10-24T21:00:08.852Z Checking spin v0.5.2
27222023-10-24T21:00:09.015Z Documenting postcard-cobs v0.1.5-pre
27232023-10-24T21:00:09.059Z Documenting fastrand v2.0.0
27242023-10-24T21:00:09.169Z Checking tokio v1.33.0
27252023-10-24T21:00:10.057Z Documenting foreign-types-macros v0.2.3
27262023-10-24T21:00:10.317Z Documenting proc-macro-error v1.0.4
27272023-10-24T21:00:10.575Z Documenting argon2 v0.5.2
27282023-10-24T21:00:13.412Z Documenting postcard v0.7.3
27292023-10-24T21:00:13.866Z Documenting bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10)
27302023-10-24T21:00:15.073Z Documenting tempfile v3.8.0
27312023-10-24T21:00:15.850Z Documenting parse-display v0.7.0
27322023-10-24T21:00:17.365Z Checking tinyvec_macros v0.1.1
27332023-10-24T21:00:17.505Z Documenting foreign-types-shared v0.3.1
27342023-10-24T21:00:17.695Z Documenting illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59)
27352023-10-24T21:00:18.725Z Checking tinyvec v1.6.0
27362023-10-24T21:00:19.988Z Checking futures-channel v0.3.28
27372023-10-24T21:00:20.249Z Documenting libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
27382023-10-24T21:00:20.556Z Documenting nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
27392023-10-24T21:00:20.744Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
27402023-10-24T21:00:21.030Z Documenting kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59)
27412023-10-24T21:00:21.774Z Documenting foreign-types v0.5.0
27422023-10-24T21:00:22.109Z Documenting rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
27432023-10-24T21:00:22.232Z Documenting opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59)
27442023-10-24T21:00:22.311Z Documenting cstr-argument v0.1.2
27452023-10-24T21:00:22.602Z Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
27462023-10-24T21:00:26.279Z Checking futures-task v0.3.28
27472023-10-24T21:00:26.653Z Checking slab v0.4.9
27482023-10-24T21:00:26.699Z Checking futures-io v0.3.28
27492023-10-24T21:00:26.975Z Checking pin-utils v0.1.0
27502023-10-24T21:00:27.045Z Documenting dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
27512023-10-24T21:00:27.104Z Checking futures-util v0.3.28
27522023-10-24T21:00:27.839Z Checking unicode-normalization v0.1.22
27532023-10-24T21:00:27.970Z Documenting nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
27542023-10-24T21:00:28.092Z Documenting colored v2.0.4
27552023-10-24T21:00:29.250Z Documenting rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
27562023-10-24T21:00:29.408Z Checking crypto-common v0.1.6
27572023-10-24T21:00:29.712Z Checking tracing-core v0.1.31
27582023-10-24T21:00:31.254Z Checking unicode-bidi v0.3.13
27592023-10-24T21:00:31.595Z Documenting opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59)
27602023-10-24T21:00:31.610Z Checking tracing v0.1.37
27612023-10-24T21:00:32.127Z Documenting zone_cfg_derive v0.2.0
27622023-10-24T21:00:34.466Z Checking block-buffer v0.10.4
27632023-10-24T21:00:34.471Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
27642023-10-24T21:00:34.708Z Documenting num-derive v0.4.0
27652023-10-24T21:00:35.503Z Checking ppv-lite86 v0.2.17
27662023-10-24T21:00:35.608Z Documenting libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d)
27672023-10-24T21:00:35.659Z Checking subtle v2.5.0
27682023-10-24T21:00:36.050Z Checking const-oid v0.9.5
27692023-10-24T21:00:36.655Z Checking rand_chacha v0.3.1
27702023-10-24T21:00:37.228Z Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
27712023-10-24T21:00:38.868Z Checking digest v0.10.7
27722023-10-24T21:00:39.504Z Documenting smf v0.2.2
27732023-10-24T21:00:40.155Z Documenting zone v0.2.0
27742023-10-24T21:00:41.252Z Documenting oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59)
27752023-10-24T21:00:42.399Z Documenting crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73)
27762023-10-24T21:00:45.949Z Checking bitflags v2.4.0
27772023-10-24T21:00:46.429Z Checking base64 v0.21.4
27782023-10-24T21:00:46.685Z Documenting linked-hash-map v0.5.6
27792023-10-24T21:00:47.209Z Checking untrusted v0.7.1
27802023-10-24T21:00:47.300Z Checking rand v0.8.5
27812023-10-24T21:00:47.508Z Checking ring v0.16.20
27822023-10-24T21:00:47.871Z Checking tokio-util v0.7.8
27832023-10-24T21:00:48.975Z Checking foreign-types-shared v0.1.1
27842023-10-24T21:00:49.131Z Checking openssl-probe v0.1.5
27852023-10-24T21:00:49.354Z Checking percent-encoding v2.3.0
27862023-10-24T21:00:49.372Z Checking hashbrown v0.12.3
27872023-10-24T21:00:49.395Z Checking bitflags v1.3.2
27882023-10-24T21:00:49.538Z Checking foreign-types v0.3.2
27892023-10-24T21:00:49.678Z Checking openssl-sys v0.9.93
27902023-10-24T21:00:49.691Z Checking errno v0.3.2
27912023-10-24T21:00:49.918Z Checking adler v1.0.2
27922023-10-24T21:00:50.157Z Checking siphasher v0.3.11
27932023-10-24T21:00:50.161Z Checking try-lock v0.2.4
27942023-10-24T21:00:50.362Z Checking want v0.3.1
27952023-10-24T21:00:50.474Z Checking rustls-webpki v0.101.4
27962023-10-24T21:00:50.627Z Checking sct v0.7.0
27972023-10-24T21:00:50.648Z Checking miniz_oxide v0.7.1
27982023-10-24T21:00:50.937Z Checking form_urlencoded v1.2.0
27992023-10-24T21:00:50.972Z Checking indexmap v1.9.3
28002023-10-24T21:00:51.242Z Checking lazy_static v1.4.0
28012023-10-24T21:00:51.413Z Checking http-body v0.4.5
28022023-10-24T21:00:51.649Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
28032023-10-24T21:00:51.835Z Documenting opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59)
28042023-10-24T21:00:52.301Z Checking openssl v0.10.57
28052023-10-24T21:00:52.305Z Checking io-lifetimes v1.0.11
28062023-10-24T21:00:52.310Z Checking socket2 v0.4.9
28072023-10-24T21:00:52.323Z Checking httparse v1.8.0
28082023-10-24T21:00:52.331Z Checking tower-service v0.3.2
28092023-10-24T21:00:52.336Z Checking h2 v0.3.21
28102023-10-24T21:00:52.424Z Checking utf8parse v0.2.1
28112023-10-24T21:00:52.650Z Checking httpdate v1.0.3
28122023-10-24T21:00:52.733Z Checking cpufeatures v0.2.9
28132023-10-24T21:00:52.876Z Checking anstyle v1.0.2
28142023-10-24T21:00:52.911Z Checking sha2 v0.10.7
28152023-10-24T21:00:53.025Z Checking anstyle-parse v0.2.1
28162023-10-24T21:00:53.257Z Documenting lru-cache v0.1.2
28172023-10-24T21:00:53.449Z Checking rustix v0.37.23
28182023-10-24T21:00:53.456Z Checking rustls v0.21.7
28192023-10-24T21:00:53.814Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
28202023-10-24T21:00:54.904Z Checking rustls-pemfile v1.0.3
28212023-10-24T21:00:55.204Z Checking hmac v0.12.1
28222023-10-24T21:00:55.318Z Checking md-5 v0.10.5
28232023-10-24T21:00:55.547Z Checking stringprep v0.1.3
28242023-10-24T21:00:55.658Z Checking idna v0.4.0
28252023-10-24T21:00:55.956Z Documenting slog-dtrace v0.2.3
28262023-10-24T21:00:56.790Z Checking spin v0.9.8
28272023-10-24T21:00:57.182Z Checking num-integer v0.1.45
28282023-10-24T21:00:57.357Z Checking hash32 v0.2.1
28292023-10-24T21:00:57.846Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
28302023-10-24T21:00:58.013Z Checking gimli v0.28.0
28312023-10-24T21:00:58.719Z Checking either v1.9.0
28322023-10-24T21:00:59.198Z Checking fallible-iterator v0.2.0
28332023-10-24T21:00:59.610Z Documenting quick-error v1.2.3
28342023-10-24T21:00:59.761Z Checking colorchoice v1.0.0
28352023-10-24T21:00:59.983Z Checking anstyle-query v1.0.0
28362023-10-24T21:01:00.141Z Checking stable_deref_trait v1.2.0
28372023-10-24T21:01:00.206Z Checking postgres-protocol v0.6.6
28382023-10-24T21:01:00.283Z Checking heapless v0.7.16
28392023-10-24T21:01:00.873Z Checking native-tls v0.2.11
28402023-10-24T21:01:01.330Z Checking anstream v0.5.0
28412023-10-24T21:01:01.376Z Checking tokio-native-tls v0.3.1
28422023-10-24T21:01:01.794Z Checking tokio-rustls v0.24.1
28432023-10-24T21:01:01.880Z Checking url v2.4.1
28442023-10-24T21:01:02.077Z Checking terminal_size v0.2.6
28452023-10-24T21:01:02.350Z Checking rustls-native-certs v0.6.3
28462023-10-24T21:01:02.432Z Checking phf_shared v0.11.2
28472023-10-24T21:01:02.565Z Checking block-padding v0.3.3
28482023-10-24T21:01:02.650Z Checking hyper v0.14.27
28492023-10-24T21:01:02.953Z Checking scheduled-thread-pool v0.2.7
28502023-10-24T21:01:02.960Z Checking object v0.32.1
28512023-10-24T21:01:03.207Z Checking toml_datetime v0.6.3
28522023-10-24T21:01:03.225Z Checking serde_spanned v0.6.3
28532023-10-24T21:01:03.510Z Checking bzip2-sys v0.1.11+1.0.8
28542023-10-24T21:01:03.634Z Checking crc32fast v1.3.2
28552023-10-24T21:01:03.710Z Checking rustc-demangle v0.1.23
28562023-10-24T21:01:04.023Z Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
28572023-10-24T21:01:04.029Z Checking num_threads v0.1.6
28582023-10-24T21:01:04.172Z Checking winnow v0.5.15
28592023-10-24T21:01:04.400Z Checking bit-vec v0.6.3
28602023-10-24T21:01:04.495Z Checking addr2line v0.21.0
28612023-10-24T21:01:04.922Z Checking managed v0.8.0
28622023-10-24T21:01:05.297Z Checking ipnet v2.8.0
28632023-10-24T21:01:05.554Z Checking deranged v0.3.8
28642023-10-24T21:01:06.010Z Documenting resolv-conf v0.7.0
28652023-10-24T21:01:06.064Z Checking tap v1.0.1
28662023-10-24T21:01:06.321Z Checking clap_lex v0.5.1
28672023-10-24T21:01:06.345Z Checking regex-automata v0.1.10
28682023-10-24T21:01:06.714Z Checking matches v0.1.10
28692023-10-24T21:01:06.852Z Checking idna v0.2.3
28702023-10-24T21:01:07.002Z Checking bstr v0.2.17
28712023-10-24T21:01:08.367Z Checking clap_builder v4.4.2
28722023-10-24T21:01:08.478Z Checking wyz v0.5.1
28732023-10-24T21:01:08.561Z Checking time v0.3.27
28742023-10-24T21:01:09.014Z Checking toml_edit v0.19.15
28752023-10-24T21:01:09.108Z Checking smoltcp v0.9.1
28762023-10-24T21:01:11.668Z Checking flate2 v1.0.27
28772023-10-24T21:01:12.259Z Checking backtrace v0.3.69
28782023-10-24T21:01:12.710Z Checking bzip2 v0.4.4
28792023-10-24T21:01:12.718Z Checking r2d2 v0.8.10
28802023-10-24T21:01:12.732Z Documenting trust-dns-resolver v0.22.0
28812023-10-24T21:01:12.794Z Checking phf v0.11.2
28822023-10-24T21:01:12.968Z Checking hyper-tls v0.5.0
28832023-10-24T21:01:13.145Z Checking hyper-rustls v0.24.1
28842023-10-24T21:01:13.195Z Checking inout v0.1.3
28852023-10-24T21:01:13.220Z Checking postgres-types v0.2.6
28862023-10-24T21:01:13.235Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
28872023-10-24T21:01:13.417Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
28882023-10-24T21:01:13.441Z Checking itertools v0.11.0
28892023-10-24T21:01:13.542Z Checking num-bigint v0.4.4
28902023-10-24T21:01:13.698Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
28912023-10-24T21:01:14.420Z Checking serde_urlencoded v0.7.1
28922023-10-24T21:01:20.168Z Checking phf_shared v0.10.0
28932023-10-24T21:01:20.519Z Checking futures-executor v0.3.28
28942023-10-24T21:01:20.551Z Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
28952023-10-24T21:01:20.556Z Documenting pem-rfc7468 v0.7.0
28962023-10-24T21:01:20.592Z Checking ipnetwork v0.20.0
28972023-10-24T21:01:20.622Z Checking float-cmp v0.9.0
28982023-10-24T21:01:20.642Z Checking zerocopy v0.6.4
28992023-10-24T21:01:20.651Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
29002023-10-24T21:01:20.665Z Documenting der_derive v0.7.2
29012023-10-24T21:01:20.672Z Checking hubpack v0.1.2
29022023-10-24T21:01:20.677Z Checking crossbeam-utils v0.8.16
29032023-10-24T21:01:20.681Z Checking encoding_rs v0.8.33
29042023-10-24T21:01:20.688Z Checking pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
29052023-10-24T21:01:20.692Z Checking memoffset v0.9.0
29062023-10-24T21:01:20.701Z Checking radium v0.7.0
29072023-10-24T21:01:21.188Z Checking normalize-line-endings v0.3.0
29082023-10-24T21:01:21.358Z Checking precomputed-hash v0.1.1
29092023-10-24T21:01:21.515Z Checking predicates-core v1.0.6
29102023-10-24T21:01:21.795Z Checking difflib v0.4.0
29112023-10-24T21:01:22.312Z Checking fixedbitset v0.4.2
29122023-10-24T21:01:22.575Z Checking unicode-linebreak v0.1.5
29132023-10-24T21:01:22.716Z Documenting flagset v0.4.3
29142023-10-24T21:01:23.259Z Checking new_debug_unreachable v1.0.4
29152023-10-24T21:01:23.304Z Checking funty v2.0.0
29162023-10-24T21:01:23.383Z Checking mime v0.3.17
29172023-10-24T21:01:23.876Z Checking webpki-roots v0.25.2
29182023-10-24T21:01:24.134Z Checking smawk v0.3.1
29192023-10-24T21:01:24.441Z Checking static_assertions v1.1.0
29202023-10-24T21:01:24.577Z Checking whoami v1.4.1
29212023-10-24T21:01:24.968Z Checking data-encoding v2.4.0
29222023-10-24T21:01:25.106Z Checking bitvec v1.0.1
29232023-10-24T21:01:25.280Z Checking tokio-postgres v0.7.10
29242023-10-24T21:01:25.855Z Checking trust-dns-proto v0.22.0
29252023-10-24T21:01:26.731Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
29262023-10-24T21:01:26.955Z Checking textwrap v0.16.0
29272023-10-24T21:01:27.171Z Checking reqwest v0.11.20
29282023-10-24T21:01:27.199Z Documenting der v0.7.8
29292023-10-24T21:01:27.624Z Checking string_cache v0.8.7
29302023-10-24T21:01:28.046Z Checking petgraph v0.6.4
29312023-10-24T21:01:29.773Z Checking predicates v3.0.4
29322023-10-24T21:01:30.163Z Checking crossbeam-epoch v0.9.15
29332023-10-24T21:01:30.886Z Checking diesel v2.1.1
29342023-10-24T21:01:30.901Z Checking yasna v0.5.2
29352023-10-24T21:01:32.152Z Checking futures v0.3.28
29362023-10-24T21:01:32.340Z Checking cipher v0.4.4
29372023-10-24T21:01:32.406Z Checking clap v4.4.3
29382023-10-24T21:01:32.454Z Checking anyhow v1.0.75
29392023-10-24T21:01:32.570Z Checking zip v0.6.6
29402023-10-24T21:01:32.993Z Checking toml v0.7.8
29412023-10-24T21:01:33.143Z Checking similar v2.2.1
29422023-10-24T21:01:33.677Z Checking bit-set v0.5.3
29432023-10-24T21:01:33.705Z Checking itertools v0.10.5
29442023-10-24T21:01:34.099Z Checking num-iter v0.1.43
29452023-10-24T21:01:34.126Z Checking console v0.15.7
29462023-10-24T21:01:34.196Z Checking rustix v0.38.9
29472023-10-24T21:01:34.361Z Checking signature v2.1.0
29482023-10-24T21:01:34.412Z Checking tokio-stream v0.1.14
29492023-10-24T21:01:34.455Z Checking bstr v1.6.0
29502023-10-24T21:01:34.653Z Checking usdt v0.3.5
29512023-10-24T21:01:34.967Z Checking semver v1.0.18
29522023-10-24T21:01:35.045Z Checking hex v0.4.3
29532023-10-24T21:01:35.655Z Checking slog v2.7.0
29542023-10-24T21:01:35.676Z Checking lalrpop-util v0.19.12
29552023-10-24T21:01:35.930Z Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
29562023-10-24T21:01:35.935Z Documenting cancel-safe-futures v0.1.2
29572023-10-24T21:01:36.154Z Documenting spki v0.7.2
29582023-10-24T21:01:36.168Z Checking heck v0.3.3
29592023-10-24T21:01:36.400Z Documenting hkdf v0.12.3
29602023-10-24T21:01:36.415Z Documenting structopt-derive v0.4.18
29612023-10-24T21:01:37.605Z Documenting keccak v0.1.4
29622023-10-24T21:01:37.670Z Documenting crc-catalog v2.2.0
29632023-10-24T21:01:41.940Z Documenting arc-swap v1.6.0
29642023-10-24T21:01:42.025Z Documenting sha3 v0.10.8
29652023-10-24T21:01:42.658Z Documenting pkcs8 v0.10.2
29662023-10-24T21:01:43.963Z Documenting crc v3.0.1
29672023-10-24T21:01:44.855Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
29682023-10-24T21:01:45.076Z Documenting structopt v0.3.26
29692023-10-24T21:01:47.142Z Documenting libefi-sys v0.1.0
29702023-10-24T21:01:48.524Z Documenting slog-scope v4.4.0
29712023-10-24T21:01:48.667Z Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
29722023-10-24T21:01:49.252Z Documenting illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
29732023-10-24T21:01:49.464Z Documenting serde_spanned v0.6.3
29742023-10-24T21:01:50.283Z Documenting secrecy v0.8.0
29752023-10-24T21:01:51.560Z Documenting packed_struct_codegen v0.10.1
29762023-10-24T21:01:57.597Z Documenting half v1.8.2
29772023-10-24T21:01:57.609Z Documenting nodrop v0.1.14
29782023-10-24T21:01:57.620Z Documenting winnow v0.5.15
29792023-10-24T21:01:57.631Z Documenting ciborium-io v0.2.1
29802023-10-24T21:01:57.901Z Documenting tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802)
29812023-10-24T21:01:58.622Z Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
29822023-10-24T21:01:59.060Z Documenting array-init v0.0.4
29832023-10-24T21:01:59.693Z Documenting packed_struct v0.10.1
29842023-10-24T21:02:01.073Z Documenting slog-stdlog v4.1.1
29852023-10-24T21:02:02.671Z Documenting ciborium-ll v0.2.1
29862023-10-24T21:02:04.242Z Documenting libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
29872023-10-24T21:02:04.493Z Documenting toml_edit v0.20.0
29882023-10-24T21:02:05.675Z Documenting pkcs1 v0.7.5
29892023-10-24T21:02:07.531Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
29902023-10-24T21:02:09.432Z Documenting num-bigint-dig v0.8.4
29912023-10-24T21:02:10.670Z Documenting num-rational v0.4.1
29922023-10-24T21:02:12.668Z Documenting universal-hash v0.5.1
29932023-10-24T21:02:13.199Z Documenting num-complex v0.4.4
29942023-10-24T21:02:13.674Z Documenting filetime v0.2.22
29952023-10-24T21:02:17.755Z Documenting xattr v1.0.1
29962023-10-24T21:02:18.109Z Documenting opaque-debug v0.3.0
29972023-10-24T21:02:19.522Z Documenting bitfield v0.14.0
29982023-10-24T21:02:20.186Z Documenting termcolor v1.2.0
29992023-10-24T21:02:20.636Z Documenting num v0.4.1
30002023-10-24T21:02:21.658Z Documenting rsa v0.9.2
30012023-10-24T21:02:22.652Z Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
30022023-10-24T21:02:24.037Z Documenting lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
30032023-10-24T21:02:24.523Z Documenting tar v0.4.40
30042023-10-24T21:02:26.977Z Documenting toml v0.8.0
30052023-10-24T21:02:27.015Z Documenting env_logger v0.10.0
30062023-10-24T21:02:29.239Z Documenting ciborium v0.2.1
30072023-10-24T21:02:30.154Z Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
30082023-10-24T21:02:31.218Z Documenting slog-envlogger v2.2.0
30092023-10-24T21:02:32.890Z Documenting serde-hex v0.1.0
30102023-10-24T21:02:34.501Z Documenting tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
30112023-10-24T21:02:34.533Z Documenting x509-cert v0.2.4
30122023-10-24T21:02:36.567Z Documenting omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)
30132023-10-24T21:02:36.665Z Documenting signal-hook v0.3.17
30142023-10-24T21:02:37.020Z Documenting pem v1.1.1
30152023-10-24T21:02:39.571Z Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
30162023-10-24T21:02:41.009Z Documenting ron v0.8.1
30172023-10-24T21:02:41.867Z Documenting fxhash v0.2.1
30182023-10-24T21:02:43.016Z Documenting derive-where v1.2.5
30192023-10-24T21:02:43.143Z Documenting crc-any v2.4.3
30202023-10-24T21:02:43.416Z Documenting linear-map v1.2.0
30212023-10-24T21:02:47.672Z Documenting lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
30222023-10-24T21:02:48.309Z Documenting tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
30232023-10-24T21:02:48.353Z Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
30242023-10-24T21:02:50.032Z Documenting doc-comment v0.3.3
30252023-10-24T21:02:52.521Z Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
30262023-10-24T21:02:54.221Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
30272023-10-24T21:02:54.422Z Documenting libsqlite3-sys v0.26.0
30282023-10-24T21:02:54.498Z Documenting crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73)
30292023-10-24T21:02:58.752Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
30302023-10-24T21:03:01.280Z Documenting hashlink v0.8.3
30312023-10-24T21:03:03.198Z Documenting aead v0.5.2
30322023-10-24T21:03:03.269Z Documenting snafu-derive v0.7.5
30332023-10-24T21:03:08.460Z Documenting fallible-streaming-iterator v0.1.9
30342023-10-24T21:03:09.087Z Documenting same-file v1.0.6
30352023-10-24T21:03:09.588Z Documenting path-slash v0.1.5
30362023-10-24T21:03:09.867Z Documenting internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
30372023-10-24T21:03:11.191Z Documenting newtype_derive v0.1.6
30382023-10-24T21:03:13.464Z Documenting rusqlite v0.29.0
30392023-10-24T21:03:15.088Z Documenting snafu v0.7.5
30402023-10-24T21:03:15.605Z Documenting walkdir v2.4.0
30412023-10-24T21:03:16.193Z Documenting hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84)
30422023-10-24T21:03:16.634Z Documenting twox-hash v1.6.3
30432023-10-24T21:03:17.751Z Documenting camino-tempfile v1.0.2
30442023-10-24T21:03:18.290Z Documenting omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)
30452023-10-24T21:03:21.263Z Documenting nix v0.26.2
30462023-10-24T21:03:21.437Z Checking darling_core v0.14.4
30472023-10-24T21:03:21.967Z Documenting propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10)
30482023-10-24T21:03:22.909Z Documenting nibble_vec v0.1.0
30492023-10-24T21:03:24.356Z Documenting endian-type v0.1.2
30502023-10-24T21:03:25.164Z Checking darling v0.14.4
30512023-10-24T21:03:25.328Z Documenting steno v0.4.0
30522023-10-24T21:03:27.685Z Documenting nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)
30532023-10-24T21:03:29.003Z Documenting oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)
30542023-10-24T21:03:30.494Z Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
30552023-10-24T21:03:30.664Z Documenting radix_trie v0.2.1
30562023-10-24T21:03:31.148Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
30572023-10-24T21:03:32.129Z Documenting polyval v0.6.1
30582023-10-24T21:03:32.286Z Documenting crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73)
30592023-10-24T21:03:37.221Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
30602023-10-24T21:03:38.351Z Documenting num_enum v0.7.0
30612023-10-24T21:03:39.155Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
30622023-10-24T21:03:39.224Z Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
30632023-10-24T21:03:39.954Z Documenting aes v0.8.3
30642023-10-24T21:03:41.125Z Documenting ctr v0.9.2
30652023-10-24T21:03:44.537Z Documenting bincode v1.3.3
30662023-10-24T21:03:44.965Z Documenting path-dedot v3.1.0
30672023-10-24T21:03:47.575Z Documenting convert_case v0.4.0
30682023-10-24T21:03:48.625Z Documenting utf-8 v0.7.6
30692023-10-24T21:03:51.129Z Checking convert_case v0.4.0
30702023-10-24T21:03:51.474Z Documenting path-absolutize v3.1.0
30712023-10-24T21:03:51.887Z Documenting crucible-protocol v0.0.0 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73)
30722023-10-24T21:03:53.721Z Documenting derive_more v0.99.17
30732023-10-24T21:03:54.874Z Documenting tungstenite v0.20.1
30742023-10-24T21:03:56.734Z Documenting aes-gcm-siv v0.11.1
30752023-10-24T21:03:57.858Z Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
30762023-10-24T21:03:59.227Z Documenting oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)
30772023-10-24T21:04:00.645Z Documenting trust-dns-client v0.22.0
30782023-10-24T21:04:03.217Z Documenting buf-list v1.0.3
30792023-10-24T21:04:04.768Z Documenting globset v0.4.13
30802023-10-24T21:04:04.838Z Documenting crossbeam-deque v0.8.3
30812023-10-24T21:04:08.917Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
30822023-10-24T21:04:09.642Z Documenting headers-core v0.2.0
30832023-10-24T21:04:11.163Z Documenting olpc-cjson v0.1.3
30842023-10-24T21:04:11.604Z Documenting serde_plain v1.0.2
30852023-10-24T21:04:11.794Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
30862023-10-24T21:04:14.428Z Documenting async-recursion v1.0.5
30872023-10-24T21:04:16.710Z Documenting bitstruct_derive v0.1.0
30882023-10-24T21:04:17.385Z Documenting viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10)
30892023-10-24T21:04:18.143Z Documenting ringbuffer v0.15.0
30902023-10-24T21:04:18.395Z Documenting ascii v1.1.0
30912023-10-24T21:04:18.486Z Documenting display-error-chain v0.1.1
30922023-10-24T21:04:21.701Z Documenting tough v0.12.5
30932023-10-24T21:04:23.440Z Documenting rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c)
30942023-10-24T21:04:23.446Z Documenting headers v0.3.9
30952023-10-24T21:04:23.451Z Documenting viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10)
30962023-10-24T21:04:24.310Z Documenting bitstruct v0.1.1
30972023-10-24T21:04:24.765Z Documenting trust-dns-server v0.22.1
30982023-10-24T21:04:27.469Z Documenting crucible v0.0.1 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73)
30992023-10-24T21:04:28.480Z Documenting rayon-core v1.11.0
31002023-10-24T21:04:29.596Z Documenting tokio-tungstenite v0.20.1
31012023-10-24T21:04:31.068Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
31022023-10-24T21:04:33.551Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
31032023-10-24T21:04:33.969Z Checking derive_builder_core v0.12.0
31042023-10-24T21:04:35.040Z Documenting derive_builder_core v0.12.0
31052023-10-24T21:04:35.396Z Documenting sled v0.34.7
31062023-10-24T21:04:35.815Z Documenting signal-hook-mio v0.2.3
31072023-10-24T21:04:37.539Z Documenting erased-serde v0.3.30
31082023-10-24T21:04:40.382Z Documenting unicase v2.7.0
31092023-10-24T21:04:41.591Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
31102023-10-24T21:04:42.840Z Checking ipcc-key-value v0.1.0 (/work/oxidecomputer/omicron/ipcc-key-value)
31112023-10-24T21:04:42.955Z Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
31122023-10-24T21:04:43.333Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
31132023-10-24T21:04:43.757Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31142023-10-24T21:04:43.935Z Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client)
31152023-10-24T21:04:44.100Z Documenting dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10)
31162023-10-24T21:04:44.278Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
31172023-10-24T21:04:45.348Z Documenting serde_arrays v0.1.0
31182023-10-24T21:04:45.532Z Documenting ff v0.13.0
31192023-10-24T21:04:45.549Z Documenting pretty-hex v0.3.0
31202023-10-24T21:04:45.998Z Documenting mime_guess v2.0.4
31212023-10-24T21:04:50.214Z Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
31222023-10-24T21:04:50.501Z Documenting derive_builder_macro v0.12.0
31232023-10-24T21:04:52.228Z Documenting crossterm v0.27.0
31242023-10-24T21:04:52.416Z Documenting group v0.13.0
31252023-10-24T21:04:52.805Z Documenting propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10)
31262023-10-24T21:04:58.068Z Documenting rayon v1.7.0
31272023-10-24T21:04:58.954Z Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
31282023-10-24T21:05:04.659Z Documenting propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10)
31292023-10-24T21:05:07.513Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
31302023-10-24T21:05:11.727Z Documenting dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
31312023-10-24T21:05:15.524Z Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
31322023-10-24T21:05:18.861Z Documenting portable-atomic v1.4.3
31332023-10-24T21:05:20.881Z Documenting ed25519 v1.5.3
31342023-10-24T21:05:21.060Z Documenting bcs v0.1.5
31352023-10-24T21:05:24.531Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
31362023-10-24T21:05:25.174Z Documenting crypto-bigint v0.5.2
31372023-10-24T21:05:26.961Z Documenting curve25519-dalek-derive v0.1.0
31382023-10-24T21:05:27.506Z Documenting ref-cast-impl v1.0.20
31392023-10-24T21:05:27.532Z Documenting thiserror-impl-no-std v2.0.2
31402023-10-24T21:05:28.594Z Documenting vte_generate_state_changes v0.1.1
31412023-10-24T21:05:34.650Z Documenting cassowary v0.3.0
31422023-10-24T21:05:35.085Z Documenting base16ct v0.2.0
31432023-10-24T21:05:35.186Z Documenting number_prefix v0.4.0
31442023-10-24T21:05:35.253Z Documenting unicode-xid v0.2.4
31452023-10-24T21:05:35.346Z Checking unicode-xid v0.2.4
31462023-10-24T21:05:35.575Z Documenting highway v1.1.0
31472023-10-24T21:05:35.725Z Documenting thiserror-no-std v2.0.2
31482023-10-24T21:05:39.516Z Documenting elliptic-curve v0.13.5
31492023-10-24T21:05:39.678Z Documenting const_format_proc_macros v0.2.31
31502023-10-24T21:05:39.972Z Documenting ref-cast v1.0.20
31512023-10-24T21:05:40.985Z Documenting ratatui v0.23.0
31522023-10-24T21:05:41.339Z Documenting indicatif v0.17.7
31532023-10-24T21:05:42.428Z Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
31542023-10-24T21:05:44.249Z Documenting vte v0.11.1
31552023-10-24T21:05:46.726Z Documenting curve25519-dalek v4.1.0
31562023-10-24T21:05:49.023Z Documenting salty v0.2.0
31572023-10-24T21:05:49.040Z Documenting derive_builder v0.12.0
31582023-10-24T21:05:50.983Z Documenting ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
31592023-10-24T21:05:52.162Z Documenting polar-core v0.26.4
31602023-10-24T21:05:53.505Z Documenting cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10)
31612023-10-24T21:05:55.584Z Documenting hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a)
31622023-10-24T21:05:55.756Z Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
31632023-10-24T21:06:00.401Z Documenting libxml v0.3.3
31642023-10-24T21:06:02.516Z Documenting ipcc-key-value v0.1.0 (/work/oxidecomputer/omicron/ipcc-key-value)
31652023-10-24T21:06:02.546Z Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
31662023-10-24T21:06:07.042Z Documenting poly1305 v0.8.0
31672023-10-24T21:06:11.096Z Documenting tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
31682023-10-24T21:06:11.931Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
31692023-10-24T21:06:14.945Z Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
31702023-10-24T21:06:14.993Z Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
31712023-10-24T21:06:16.215Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
31722023-10-24T21:06:16.631Z Documenting nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d)
31732023-10-24T21:06:17.783Z Documenting crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73)
31742023-10-24T21:06:21.617Z Documenting dns-service-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)
31752023-10-24T21:06:25.449Z Documenting chacha20 v0.9.1
31762023-10-24T21:06:25.959Z Documenting bb8 v0.8.1
31772023-10-24T21:06:27.276Z Documenting bytesize v1.3.0
31782023-10-24T21:06:32.916Z Documenting serde-big-array v0.5.1
31792023-10-24T21:06:33.095Z Documenting quick-xml v0.23.1
31802023-10-24T21:06:34.021Z Documenting impl-trait-for-tuples v0.2.2
31812023-10-24T21:06:34.255Z Documenting oso-derive v0.26.4
31822023-10-24T21:06:34.996Z Documenting rtoolbox v0.0.1
31832023-10-24T21:06:38.696Z Documenting humantime v2.1.0
31842023-10-24T21:06:39.556Z Documenting maplit v1.0.2
31852023-10-24T21:06:40.777Z Documenting fs-err v2.9.0
31862023-10-24T21:06:41.215Z Documenting rpassword v7.2.0
31872023-10-24T21:06:41.446Z Documenting samael v0.0.10 (https://github.com/njaremko/samael?branch=master#52028e45)
31882023-10-24T21:06:42.367Z Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
31892023-10-24T21:06:42.760Z Documenting gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
31902023-10-24T21:06:42.896Z Documenting internal-dns v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)
31912023-10-24T21:06:44.958Z Documenting async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=1446f7e0c1f05f33a0581abd51fa873c7652ab61#1446f7e0)
31922023-10-24T21:06:45.782Z Documenting oso v0.26.4
31932023-10-24T21:06:47.266Z Documenting tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
31942023-10-24T21:06:53.933Z Documenting chacha20poly1305 v0.10.1
31952023-10-24T21:06:57.326Z Documenting sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef)
31962023-10-24T21:07:00.285Z Documenting propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10)
31972023-10-24T21:07:03.878Z Documenting vsss-rs v3.3.1
31982023-10-24T21:07:05.355Z Documenting tui-tree-widget v0.13.0
31992023-10-24T21:07:07.726Z Documenting strip-ansi-escapes v0.2.0
32002023-10-24T21:07:09.056Z Documenting const_format v0.2.31
32012023-10-24T21:07:11.928Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
32022023-10-24T21:07:13.987Z Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
32032023-10-24T21:07:14.848Z Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
32042023-10-24T21:07:14.969Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
32052023-10-24T21:07:18.986Z Documenting cookie v0.16.2
32062023-10-24T21:07:19.744Z Documenting diesel-dtrace v0.2.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#c1252df7)
32072023-10-24T21:07:20.209Z Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
32082023-10-24T21:07:25.516Z Documenting signal-hook-tokio v0.3.1
32092023-10-24T21:07:26.444Z Documenting rcgen v0.10.0
32102023-10-24T21:07:30.226Z Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
32112023-10-24T21:07:30.628Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
32122023-10-24T21:07:31.207Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
32132023-10-24T21:07:32.206Z Documenting atomicwrites v0.4.2
32142023-10-24T21:07:33.813Z Documenting fd-lock v3.0.13
32152023-10-24T21:07:36.153Z Documenting subprocess v0.2.9
32162023-10-24T21:07:36.216Z Documenting shell-words v1.1.0
32172023-10-24T21:07:38.302Z Documenting corncobs v0.1.3
32182023-10-24T21:07:39.409Z Documenting bit_field v0.10.2
32192023-10-24T21:07:41.041Z Documenting owo-colors v3.5.0
32202023-10-24T21:07:42.456Z Documenting http-range v0.1.5
32212023-10-24T21:07:42.918Z Documenting nu-ansi-term v0.49.0
32222023-10-24T21:07:43.105Z Documenting sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef)
32232023-10-24T21:07:43.689Z Documenting propolis-server v0.1.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10)
32242023-10-24T21:07:48.666Z Documenting hyper-staticfile v0.9.5
32252023-10-24T21:07:48.916Z Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
32262023-10-24T21:07:49.055Z Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
32272023-10-24T21:07:49.545Z Documenting reedline v0.23.0
32282023-10-24T21:07:49.977Z Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
32292023-10-24T21:07:54.114Z Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
32302023-10-24T21:07:58.962Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
32312023-10-24T21:08:00.852Z Documenting mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client)
32322023-10-24T21:08:01.360Z Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
32332023-10-24T21:08:05.995Z Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
32342023-10-24T21:08:18.488Z Documenting crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73)
32352023-10-24T21:08:20.167Z Documenting fatfs v0.3.6
32362023-10-24T21:08:20.326Z Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
32372023-10-24T21:08:21.411Z Documenting cargo-platform v0.1.3
32382023-10-24T21:08:27.742Z Documenting nanorand v0.7.0
32392023-10-24T21:08:28.274Z Documenting glob v0.3.1
32402023-10-24T21:08:28.830Z Documenting assert_matches v1.5.0
32412023-10-24T21:08:29.308Z Documenting cargo_metadata v0.18.0
32422023-10-24T21:08:31.769Z Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
32432023-10-24T21:08:33.261Z Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
32442023-10-24T21:08:34.325Z Documenting flume v0.11.0
32452023-10-24T21:08:34.698Z Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
32462023-10-24T21:08:36.010Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
32472023-10-24T21:08:36.918Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
32482023-10-24T21:08:40.883Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
32492023-10-24T21:08:41.415Z Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
32502023-10-24T21:08:42.811Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
32512023-10-24T21:08:45.812Z Documenting installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client)
32522023-10-24T21:09:01.066Z Documenting installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd)
32532023-10-24T21:09:04.422Z Documenting omicron-zone-package v0.8.3
32542023-10-24T21:09:07.263Z Documenting cargo_toml v0.16.3
32552023-10-24T21:09:09.565Z Checking installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd)
32562023-10-24T21:09:11.043Z Checking installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client)
32572023-10-24T21:09:15.220Z Documenting termios v0.3.3
32582023-10-24T21:09:17.255Z Documenting topological-sort v0.2.2
32592023-10-24T21:09:20.253Z Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
32602023-10-24T21:09:21.585Z Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
32612023-10-24T21:09:21.920Z Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
32622023-10-24T21:09:24.098Z Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
32632023-10-24T21:09:33.126Z Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
32642023-10-24T21:09:44.413Z Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
32652023-10-24T21:09:53.305Z Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
32662023-10-24T21:09:58.833Z Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
32672023-10-24T21:10:06.863Z Documenting tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
32682023-10-24T21:10:21.735Z Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli)
32692023-10-24T21:10:22.677Z Documenting caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util)
32702023-10-24T21:10:32.100Z Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
32712023-10-24T21:10:32.172Zwarning: unresolved link to `ExtractedArtifactDataHandle`
32722023-10-24T21:10:32.175Z --> wicketd/src/artifacts/extracted_artifacts.rs:172:46
32732023-10-24T21:10:32.178Z |
32742023-10-24T21:10:32.181Z172 | /// persist the temporary file into an [`ExtractedArtifactDataHandle()`].
32752023-10-24T21:10:32.185Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this link resolves to the struct `ExtractedArtifactDataHandle`, which is not in the value namespace
32762023-10-24T21:10:32.188Z |
32772023-10-24T21:10:32.191Z = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default
32782023-10-24T21:10:32.194Zhelp: to link to the struct, prefix with `struct@`
32792023-10-24T21:10:32.197Z |
32802023-10-24T21:10:32.200Z172 - /// persist the temporary file into an [`ExtractedArtifactDataHandle()`].
32812023-10-24T21:10:32.231Z172 + /// persist the temporary file into an [`struct@ExtractedArtifactDataHandle`].
32822023-10-24T21:10:32.234Z |
32832023-10-24T21:10:32.240Z
32842023-10-24T21:10:32.834Z Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
32852023-10-24T21:10:35.012Zwarning: `wicketd` (lib doc) generated 1 warning
32862023-10-24T21:11:05.481Zwarning: unresolved link to `Driver::status`
32872023-10-24T21:11:05.484Z --> nexus/src/app/background/common.rs:180:34
32882023-10-24T21:11:05.487Z |
32892023-10-24T21:11:05.490Z180 | /// [`Driver::activate()`] and [`Driver::status()`] to identify the task.
32902023-10-24T21:11:05.494Z | ^^^^^^^^^^^^^^^^ the struct `Driver` has no function named `status`
32912023-10-24T21:11:05.497Z |
32922023-10-24T21:11:05.501Z = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default
32932023-10-24T21:11:05.504Z
32942023-10-24T21:11:05.506Zwarning: unresolved link to `Driver::status`
32952023-10-24T21:11:05.509Z --> nexus/src/app/background/common.rs:280:30
32962023-10-24T21:11:05.512Z |
32972023-10-24T21:11:05.515Z280 | /// tasks. You'd call [`Driver::status()`] with each of the items produced
32982023-10-24T21:11:05.517Z | ^^^^^^^^^^^^^^^^ the struct `Driver` has no function named `status`
32992023-10-24T21:11:05.524Z
33002023-10-24T21:11:08.608Zwarning: `omicron-nexus` (lib doc) generated 2 warnings
33012023-10-24T21:11:28.254Z Finished dev [unoptimized + debuginfo] target(s) in 16m 27s
33022023-10-24T21:11:28.372Z
33032023-10-24T21:11:28.375Zreal 16:27.947833242
33042023-10-24T21:11:28.377Zuser 1:00:06.201964452
33052023-10-24T21:11:28.380Zsys 1:03:30.273817629
33062023-10-24T21:11:28.383Ztrap 2.128316144
33072023-10-24T21:11:28.386Ztflt 0.120939367
33082023-10-24T21:11:28.388Zdflt 0.491507045
33092023-10-24T21:11:28.392Zkflt 0.000616567
33102023-10-24T21:11:28.395Zlock 3:08:23.673386819
33112023-10-24T21:11:28.397Zslp 4:26:07.212352751
33122023-10-24T21:11:28.400Zlat 6:00.664059775
33132023-10-24T21:11:28.404Zstop 2:12.601136945
33142023-10-24T21:11:28.406Zprocess exited: duration 1998890 ms, exit code 0
 
33152023-10-24T21:11:28.412Zfound 0 output files