01HH2PWXBGG9V665RW8Y9VS44Z: 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: 01HH2PX6CD8Z5Q4ZWNBD76ANR9

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12023-12-07T18:00:26.701Zjob assigned to worker 01HH2PXB74PSZD57P74QPX3DA1 (queued for 1 m 41 s)
 
22023-12-07T18:00:27.484Zstarting task 0: "setup"
32023-12-07T18:00:27.749Z++ uname -s
42023-12-07T18:00:27.754Z+ kern=SunOS
52023-12-07T18:00:27.754Z+ case "$kern" in
62023-12-07T18:00:27.754Z+ groupadd -g 12345 build
72023-12-07T18:00:27.758Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82023-12-07T18:00:29.770Z+ zfs create -o mountpoint=/work rpool/work
92023-12-07T18:00:29.925Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102023-12-07T18:00:29.951Z+ home_fs=zfs
112023-12-07T18:00:29.951Z+ [[ zfs == autofs ]]
122023-12-07T18:00:29.952Z+ mkdir -p /home/build
132023-12-07T18:00:29.952Z+ chown build:build /home/build /work
142023-12-07T18:00:31.932Z+ chmod 0700 /home/build /work
152023-12-07T18:00:31.937Zprocess exited: duration 4450 ms, exit code 0
 
162023-12-07T18:00:31.975Zstarting task 1: "rust-toolchain"
172023-12-07T18:00:31.980Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
182023-12-07T18:00:31.980Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default
192023-12-07T18:00:32.175Zinfo: downloading installer
202023-12-07T18:00:34.215Zwarning: it looks like you have an existing installation of Rust at:
212023-12-07T18:00:34.215Zwarning: /opt/ooce/bin
222023-12-07T18:00:34.215Zwarning: It is recommended that rustup be the primary Rust installation.
232023-12-07T18:00:34.215Zwarning: Otherwise you may have confusion unless you are careful with your PATH
242023-12-07T18:00:34.215Zwarning: If you are sure that you want both rustup and your already installed Rust
252023-12-07T18:00:34.216Zwarning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
262023-12-07T18:00:34.216Zwarning: or pass `-y' to ignore all ignorable checks.
272023-12-07T18:00:34.216Zerror: cannot install while Rust is installed
282023-12-07T18:00:34.218Zwarning: continuing (because the -y flag is set and the error is ignorable)
292023-12-07T18:00:34.543Zinfo: profile set to 'default'
302023-12-07T18:00:34.543Zinfo: default host triple is x86_64-unknown-illumos
312023-12-07T18:00:34.547Zinfo: syncing channel updates for '1.72.1-x86_64-unknown-illumos'
322023-12-07T18:00:34.709Zinfo: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13)
332023-12-07T18:00:34.709Zinfo: downloading component 'cargo'
342023-12-07T18:00:35.362Zinfo: downloading component 'clippy'
352023-12-07T18:00:35.595Zinfo: downloading component 'rust-docs'
362023-12-07T18:00:36.812Zinfo: downloading component 'rust-std'
372023-12-07T18:00:37.862Zinfo: downloading component 'rustc'
382023-12-07T18:00:41.485Zinfo: downloading component 'rustfmt'
392023-12-07T18:00:41.691Zinfo: installing component 'cargo'
402023-12-07T18:00:43.609Zinfo: installing component 'clippy'
412023-12-07T18:00:44.445Zinfo: installing component 'rust-docs'
422023-12-07T18:00:47.169Zinfo: installing component 'rust-std'
432023-12-07T18:00:51.138Zinfo: installing component 'rustc'
442023-12-07T18:01:01.268Zinfo: installing component 'rustfmt'
452023-12-07T18:01:01.721Zinfo: default toolchain set to '1.72.1-x86_64-unknown-illumos'
462023-12-07T18:01:01.721Z
472023-12-07T18:01:01.895Z 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13)
482023-12-07T18:01:01.895Z
492023-12-07T18:01:01.940Z
502023-12-07T18:01:01.940ZRust is installed now. Great!
512023-12-07T18:01:01.941Z
522023-12-07T18:01:01.941ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
532023-12-07T18:01:01.941Zenvironment variable. This has not been done automatically.
542023-12-07T18:01:01.941Z
552023-12-07T18:01:01.941ZTo configure your current shell, run:
562023-12-07T18:01:01.941Zsource "$HOME/.cargo/env"
572023-12-07T18:01:01.991Z+ rustc --version
582023-12-07T18:01:02.111Zrustc 1.72.1 (d5c2e9c34 2023-09-13)
592023-12-07T18:01:02.119Zprocess exited: duration 30152 ms, exit code 0
 
602023-12-07T18:01:02.128Zstarting task 2: "authentication"
612023-12-07T18:01:02.174Zprocess exited: duration 45 ms, exit code 0
 
622023-12-07T18:01:02.200Zstarting task 3: "clone repository"
632023-12-07T18:01:02.210Z+ mkdir -p /work/oxidecomputer/omicron
642023-12-07T18:01:02.210Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
652023-12-07T18:01:02.246ZCloning into '/work/oxidecomputer/omicron'...
662023-12-07T18:01:09.484Z+ cd /work/oxidecomputer/omicron
672023-12-07T18:01:09.484Z+ [[ -n bump-console-1802c285 ]]
682023-12-07T18:01:09.488Z+ git fetch origin bump-console-1802c285
692023-12-07T18:01:09.845ZFrom https://github.com/oxidecomputer/omicron
702023-12-07T18:01:09.845Z * branch bump-console-1802c285 -> FETCH_HEAD
712023-12-07T18:01:09.855Z+ git checkout -B bump-console-1802c285 remotes/origin/bump-console-1802c285
722023-12-07T18:01:09.930ZSwitched to a new branch 'bump-console-1802c285'
732023-12-07T18:01:09.937Zbranch 'bump-console-1802c285' set up to track 'origin/bump-console-1802c285'.
742023-12-07T18:01:09.937Z+ git reset --hard bb7b33b782432eb12e1ec69fc4b50c4a53eb8db6
752023-12-07T18:01:10.056ZHEAD is now at bb7b33b7 Bump web console
762023-12-07T18:01:10.060Zprocess exited: duration 7870 ms, exit code 0
 
772023-12-07T18:01:10.068Zstarting task 4: "build"
782023-12-07T18:01:10.075Z+ cargo --version
792023-12-07T18:01:10.083Zinfo: syncing channel updates for '1.74.0-x86_64-unknown-illumos'
802023-12-07T18:01:10.276Zinfo: latest update on 2023-11-16, rust version 1.74.0 (79e9716c9 2023-11-13)
812023-12-07T18:01:10.280Zinfo: downloading component 'cargo'
822023-12-07T18:01:10.996Zinfo: downloading component 'clippy'
832023-12-07T18:01:11.228Zinfo: downloading component 'rust-docs'
842023-12-07T18:01:12.117Zinfo: downloading component 'rust-std'
852023-12-07T18:01:13.569Zinfo: downloading component 'rustc'
862023-12-07T18:01:17.280Zinfo: downloading component 'rustfmt'
872023-12-07T18:01:17.484Zinfo: installing component 'cargo'
882023-12-07T18:01:18.780Zinfo: installing component 'clippy'
892023-12-07T18:01:19.257Zinfo: installing component 'rust-docs'
902023-12-07T18:01:21.988Zinfo: installing component 'rust-std'
912023-12-07T18:01:24.602Zinfo: installing component 'rustc'
922023-12-07T18:01:30.611Zinfo: installing component 'rustfmt'
932023-12-07T18:01:31.146Zcargo 1.74.0 (ecb9851af 2023-10-18)
942023-12-07T18:01:31.150Z+ rustc --version
952023-12-07T18:01:31.265Zrustc 1.74.0 (79e9716c9 2023-11-13)
962023-12-07T18:01:31.272Z+ source ./env.sh
972023-12-07T18:01:31.276Z++ set -o xtrace
982023-12-07T18:01:31.276Z++++ dirname ./env.sh
992023-12-07T18:01:31.281Z+++ cd .
1002023-12-07T18:01:31.281Z+++ echo /work/oxidecomputer/omicron
1012023-12-07T18:01:31.281Z++ OMICRON_WS=/work/oxidecomputer/omicron
1022023-12-07T18:01:31.281Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1032023-12-07T18:01:31.281Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1042023-12-07T18:01:31.281Z++ export PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1052023-12-07T18:01:31.281Z++ PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1062023-12-07T18:01:31.281Z++ export PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1072023-12-07T18:01:31.281Z++ PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1082023-12-07T18:01:31.282Z++ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1092023-12-07T18:01:31.283Z++ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1102023-12-07T18:01:31.283Z++ unset OMICRON_WS
1112023-12-07T18:01:31.283Z++ set +o xtrace
1122023-12-07T18:01:31.333Z
1132023-12-07T18:01:31.334Z ##### ##### ###### ##### ###### #### # # # #### #
1142023-12-07T18:01:31.334Z # # # # # # # # # # # # # # #
1152023-12-07T18:01:31.334Z # # # # ##### # # ##### # # # # # #### #
1162023-12-07T18:01:31.334Z ##### ##### # ##### # # # # # # # # #
1172023-12-07T18:01:31.334Z # # # # # # # # # # # # # # #
1182023-12-07T18:01:31.334Z # # # ###### # # ###### ### # #### # #### #
1192023-12-07T18:01:31.334Z
1202023-12-07T18:01:40.269Z Startup: Refreshing catalog 'helios-dev' ... Done
1212023-12-07T18:01:41.456Z Startup: Caching catalogs ... Done
1222023-12-07T18:01:47.931ZPlanning: Solver setup ... Done (6.078s)
1232023-12-07T18:01:48.080ZPlanning: Running solver ... Done (0.149s)
1242023-12-07T18:01:48.148ZPlanning: Finding local manifests ... Done (0.004s)
1252023-12-07T18:01:48.163ZPlanning: Fetching manifests: 0/6 0% complete
1262023-12-07T18:01:48.557ZPlanning: Fetching manifests: 6/6 100% complete
1272023-12-07T18:01:48.648ZPlanning: Package planning ... Done (0.090s)
1282023-12-07T18:01:48.733ZPlanning: Merging actions ... Done (0.085s)
1292023-12-07T18:01:49.630ZPlanning: Checking for conflicting actions ... Done (0.887s)
1302023-12-07T18:01:49.652ZPlanning: Consolidating action changes ... Done (0.018s)
1312023-12-07T18:01:54.273ZPlanning: Evaluating mediators ... Done (4.630s)
1322023-12-07T18:01:54.381ZPlanning: Planning completed in 12.87 seconds
1332023-12-07T18:01:54.404Z Packages to install: 4
1342023-12-07T18:01:54.408Z Packages to update: 2
1352023-12-07T18:01:54.408Z Mediators to change: 2
1362023-12-07T18:01:54.408Z Services to change: 1
1372023-12-07T18:01:54.408Z Estimated space available: 148.88 GB
1382023-12-07T18:01:54.408ZEstimated space to be consumed: 1.43 GB
1392023-12-07T18:01:54.408Z Create boot environment: No
1402023-12-07T18:01:54.408ZCreate backup boot environment: Yes
1412023-12-07T18:01:54.408Z Rebuild boot archive: No
1422023-12-07T18:01:54.408Z
1432023-12-07T18:01:54.408ZChanged mediators:
1442023-12-07T18:01:54.408Z mediator clang:
1452023-12-07T18:01:54.409Z version: None -> 15 (system default)
1462023-12-07T18:01:54.409Z
1472023-12-07T18:01:54.409Z mediator llvm:
1482023-12-07T18:01:54.409Z version: 14 (system default) -> 15 (system default)
1492023-12-07T18:01:54.409Z
1502023-12-07T18:01:54.409ZChanged packages:
1512023-12-07T18:01:54.409Zhelios-dev
1522023-12-07T18:01:54.409Z developer/build-essential
1532023-12-07T18:01:54.409Z None -> 11-2.0
1542023-12-07T18:01:54.409Z library/libxmlsec1
1552023-12-07T18:01:54.409Z None -> 1.2.35-2.0
1562023-12-07T18:01:54.409Z ooce/developer/clang-15
1572023-12-07T18:01:54.409Z None -> 15.0.7-2.0
1582023-12-07T18:01:54.409Z ooce/developer/llvm-15
1592023-12-07T18:01:54.409Z None -> 15.0.7-2.0
1602023-12-07T18:01:54.409Z system/library/g++-runtime
1612023-12-07T18:01:54.409Z 12-2.0 -> 13-2.0
1622023-12-07T18:01:54.409Z system/library/gcc-runtime
1632023-12-07T18:01:54.410Z 12-2.0 -> 13-2.0
1642023-12-07T18:01:54.410Z
1652023-12-07T18:01:54.410ZServices:
1662023-12-07T18:01:54.410Z restart_fmri:
1672023-12-07T18:01:54.410Z svc:/system/update-man-index:default
1682023-12-07T18:01:54.590Z
1692023-12-07T18:01:54.590ZDownload: 0/3330 items 0.0/221.1MB 0% complete
1702023-12-07T18:01:59.599ZDownload: 796/3330 items 18.6/221.1MB 8% complete (3.9M/s)
1712023-12-07T18:02:04.599ZDownload: 1199/3330 items 83.5/221.1MB 37% complete (8.3M/s)
1722023-12-07T18:02:09.604ZDownload: 1933/3330 items 118.6/221.1MB 53% complete (10.0M/s)
1732023-12-07T18:02:14.892ZDownload: 2223/3330 items 119.2/221.1MB 53% complete (6.9M/s)
1742023-12-07T18:02:32.477ZDownload: 2224/3330 items 119.2/221.1MB 53% complete
1752023-12-07T18:02:37.582ZDownload: 3249/3330 items 203.1/221.1MB 91% complete (16.8M/s)
1762023-12-07T18:02:41.386ZDownload: Completed 221.11 MB in 46.80 seconds (4.7M/s)
1772023-12-07T18:02:43.473Z Actions: 1/3766 actions (Removing old actions)
1782023-12-07T18:02:43.473Z Actions: 5/3766 actions (Installing new actions)
1792023-12-07T18:02:49.217Z Actions: 2998/3766 actions (Installing new actions)
1802023-12-07T18:02:51.711Z Actions: 3729/3766 actions (Updating modified actions)
1812023-12-07T18:02:52.281Z Actions: Completed 3766 actions in 8.80 seconds.
1822023-12-07T18:02:52.468Z Done (0.184s)
1832023-12-07T18:02:52.478Z Done (0.000s)
1842023-12-07T18:02:52.731Z Done (0.263s)
1852023-12-07T18:03:00.385Z Done (7.543s)
1862023-12-07T18:03:00.624Z Done (0.141s)
1872023-12-07T18:03:00.630Z Done (0.000s)
1882023-12-07T18:03:00.864Z Done (0.000s)
1892023-12-07T18:03:01.580ZPlanning: Evaluating mediator changes ... Done
1902023-12-07T18:03:01.880ZPlanning: Checking for conflicting actions ... Done
1912023-12-07T18:03:01.896ZPlanning: Consolidating action changes ... Done
1922023-12-07T18:03:02.303ZPlanning: Evaluating mediators ... Done
1932023-12-07T18:03:02.311ZPlanning: Planning completed in 0.72 seconds
1942023-12-07T18:03:02.365Z Mediators to change: 2
1952023-12-07T18:03:02.365Z Create boot environment: No
1962023-12-07T18:03:02.365ZCreate backup boot environment: No
1972023-12-07T18:03:02.465Z Done
1982023-12-07T18:03:02.466Z Done
1992023-12-07T18:03:02.622Z Done
2002023-12-07T18:03:08.347Z Done
2012023-12-07T18:03:08.470Z Done
2022023-12-07T18:03:08.474Z Done
2032023-12-07T18:03:08.582Z Done
2042023-12-07T18:03:10.000ZPlanning: Evaluating mediator changes ... Done
2052023-12-07T18:03:10.006ZPlanning: Merging actions ... Done
2062023-12-07T18:03:10.007ZPlanning: Checking for conflicting actions ... Done
2072023-12-07T18:03:10.007ZPlanning: Consolidating action changes ... Done
2082023-12-07T18:03:10.377ZPlanning: Evaluating mediators ... Done
2092023-12-07T18:03:10.440ZPlanning: Planning completed in 1.29 seconds
2102023-12-07T18:03:10.512Z Packages to change: 1
2112023-12-07T18:03:10.532Z Mediators to change: 1
2122023-12-07T18:03:10.532Z Services to change: 1
2132023-12-07T18:03:10.533Z Create boot environment: No
2142023-12-07T18:03:10.534ZCreate backup boot environment: Yes
2152023-12-07T18:03:12.686Z Actions: 1/6 actions (Updating modified actions)
2162023-12-07T18:03:12.690Z Actions: Completed 6 actions in 0.00 seconds.
2172023-12-07T18:03:12.690Z Done
2182023-12-07T18:03:12.690Z Done
2192023-12-07T18:03:12.754Z Done
2202023-12-07T18:03:18.356Z Done
2212023-12-07T18:03:18.475Z Done
2222023-12-07T18:03:18.479Z Done
2232023-12-07T18:03:18.571Z Done
2242023-12-07T18:03:19.226ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2252023-12-07T18:03:19.226Zclang system 15 system
2262023-12-07T18:03:19.226Zcsh system system illumos
2272023-12-07T18:03:19.226Zctags system system illumos
2282023-12-07T18:03:19.226Zgcc vendor 12 vendor
2292023-12-07T18:03:19.226Zgcc system 10 system
2302023-12-07T18:03:19.226Zgcc system 7 system
2312023-12-07T18:03:19.226Zgo system 1.20 system
2322023-12-07T18:03:19.226Zgo system 1.19 system
2332023-12-07T18:03:19.227Zllvm system 15 system
2342023-12-07T18:03:19.227Zllvm system 14 system
2352023-12-07T18:03:19.227Zmariadb system 10.6 system
2362023-12-07T18:03:19.227Zmta vendor vendor dma
2372023-12-07T18:03:19.227Zopenjdk system 17 system
2382023-12-07T18:03:19.227Zopenjdk system 11 system
2392023-12-07T18:03:19.227Zopenjdk system 1.8 system
2402023-12-07T18:03:19.227Zopenssl vendor 3 vendor
2412023-12-07T18:03:19.227Zperl system 5.36 system
2422023-12-07T18:03:19.227Zpostgresql system 15 system
2432023-12-07T18:03:19.227Zpostgresql system 13 system
2442023-12-07T18:03:19.227Zpython vendor 3 vendor
2452023-12-07T18:03:19.227Zpython system 2 system
2462023-12-07T18:03:19.227Zpython3 system 3.11 system
2472023-12-07T18:03:19.227Zruby system 3.0 system
2482023-12-07T18:03:19.227Zwords vendor vendor american-english
2492023-12-07T18:03:19.227Zwords system system australian-english
2502023-12-07T18:03:19.227Zwords system system british-english
2512023-12-07T18:03:19.228Zwords system system canadian-english
2522023-12-07T18:03:19.228Zwords system system french
2532023-12-07T18:03:19.228Zwords system system italian
2542023-12-07T18:03:19.228Zwords system system ngerman
2552023-12-07T18:03:19.228Zwords system system ogerman
2562023-12-07T18:03:19.228Zwords system system spanish
2572023-12-07T18:03:19.747ZFMRI IFO
2582023-12-07T18:03:19.747Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2592023-12-07T18:03:19.747Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2602023-12-07T18:03:19.747Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2612023-12-07T18:03:19.747Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z im-
2622023-12-07T18:03:19.747Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2632023-12-07T18:03:19.747Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z i--
2642023-12-07T18:03:19.747Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z im-
2652023-12-07T18:03:19.747Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z im-
2662023-12-07T18:03:19.812Z+ set -o errexit
2672023-12-07T18:03:19.816Z+++ dirname ./tools/ci_download_cockroachdb
2682023-12-07T18:03:19.816Z++ cd ./tools
2692023-12-07T18:03:19.816Z++ pwd
2702023-12-07T18:03:19.820Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
2712023-12-07T18:03:19.820Z++ basename ./tools/ci_download_cockroachdb
2722023-12-07T18:03:19.820Z+ ARG0=ci_download_cockroachdb
2732023-12-07T18:03:19.824Z++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version
2742023-12-07T18:03:19.824Z+ CIDL_VERSION=v22.1.9
2752023-12-07T18:03:19.824Z+ source /work/oxidecomputer/omicron/tools/cockroachdb_checksums
2762023-12-07T18:03:19.824Z++ CIDL_MD5_DARWIN=2db972c254b4e3b599e12110520178b5
2772023-12-07T18:03:19.824Z++ CIDL_MD5_LINUX=8c3170883e0a0be1a34b44090c067a8c
2782023-12-07T18:03:19.827Z++ CIDL_MD5_ILLUMOS=d8999aff364e5d70f226e139fda724a3
2792023-12-07T18:03:19.827Z+ TARGET_DIR=out
2802023-12-07T18:03:19.827Z+ DOWNLOAD_DIR=out/downloads
2812023-12-07T18:03:19.828Z+ DEST_DIR=./out/cockroachdb
2822023-12-07T18:03:19.828Z+ CIDL_URL_COCKROACH=https://binaries.cockroachdb.com
2832023-12-07T18:03:19.828Z+ CIDL_URL_ILLUMOS=https://illumos.org/downloads
2842023-12-07T18:03:19.828Z+ main
2852023-12-07T18:03:19.828Z+ [[ 0 != 0 ]]
2862023-12-07T18:03:19.828Z+ CIDL_OS=solaris2.11
2872023-12-07T18:03:19.828Z+ [[ 0 != 0 ]]
2882023-12-07T18:03:19.828Z+ configure_os solaris2.11
2892023-12-07T18:03:19.828Z+ echo 'current directory: /work/oxidecomputer/omicron'
2902023-12-07T18:03:19.828Zcurrent directory: /work/oxidecomputer/omicron
2912023-12-07T18:03:19.828Z+ echo 'configuring based on OS: "solaris2.11"'
2922023-12-07T18:03:19.828Z+ case "$1" in
2932023-12-07T18:03:19.828Z+ CIDL_BUILD=illumos
2942023-12-07T18:03:19.828Zconfiguring based on OS: "solaris2.11"
2952023-12-07T18:03:19.828Z+ CIDL_SUFFIX=tar.gz
2962023-12-07T18:03:19.828Z+ CIDL_MD5=d8999aff364e5d70f226e139fda724a3
2972023-12-07T18:03:19.828Z+ CIDL_MD5FUNC=do_md5sum
2982023-12-07T18:03:19.828Z+ CIDL_URL_BASE=https://illumos.org/downloads
2992023-12-07T18:03:19.829Z+ CIDL_ASSEMBLE=do_assemble_illumos
3002023-12-07T18:03:19.829Z+ TARBALL_DIRNAME=cockroach-v22.1.9.illumos
3012023-12-07T18:03:19.829Z+ TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz
3022023-12-07T18:03:19.829Z+ TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz
3032023-12-07T18:03:19.829Z+ TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos
3042023-12-07T18:03:19.829Z+ CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz
3052023-12-07T18:03:19.829Z+ echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz'
3062023-12-07T18:03:19.834ZURL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz
3072023-12-07T18:03:19.834Z+ echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz'
3082023-12-07T18:03:19.834ZLocal file: out/downloads/cockroach-v22.1.9.illumos.tar.gz
3092023-12-07T18:03:19.834Z+ mkdir -p out/downloads
3102023-12-07T18:03:19.835Z+ mkdir -p ./out/cockroachdb
3112023-12-07T18:03:19.835Z+ local DO_DOWNLOAD=true
3122023-12-07T18:03:19.835Z+ [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]]
3132023-12-07T18:03:19.835Z+ '[' true == true ']'
3142023-12-07T18:03:19.835Z+ echo Downloading...
3152023-12-07T18:03:19.835ZDownloading...
3162023-12-07T18:03:19.835Z+ do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz
3172023-12-07T18:03:19.835Z+ curl --silent --show-error --fail --location --output out/downloads/cockroach-v22.1.9.illumos.tar.gz https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz
3182023-12-07T18:03:25.703Z++ do_md5sum out/downloads/cockroach-v22.1.9.illumos.tar.gz
3192023-12-07T18:03:25.707Z++ md5sum
3202023-12-07T18:03:25.708Z++ awk '{print $1}'
3212023-12-07T18:03:25.889Z+ calculated_md5=d8999aff364e5d70f226e139fda724a3
3222023-12-07T18:03:25.890Z+ [[ d8999aff364e5d70f226e139fda724a3 != \d\8\9\9\9\a\f\f\3\6\4\e\5\d\7\0\f\2\2\6\e\1\3\9\f\d\a\7\2\4\a\3 ]]
3232023-12-07T18:03:25.890Z+ do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz
3242023-12-07T18:03:25.896Z+ tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads
3252023-12-07T18:03:29.256Z+ do_assemble_illumos
3262023-12-07T18:03:29.256Z+ rm -r ./out/cockroachdb
3272023-12-07T18:03:29.259Z+ cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb
3282023-12-07T18:03:30.268Z+ ./out/cockroachdb/bin/cockroach version
3292023-12-07T18:03:30.274ZBuild Tag: v22.1.9-dirty
3302023-12-07T18:03:30.274ZBuild Time: 2022/10/26 21:17:46
3312023-12-07T18:03:30.274ZDistribution: OSS
3322023-12-07T18:03:30.274ZPlatform: illumos amd64 (x86_64-pc-solaris2.11)
3332023-12-07T18:03:30.275ZGo Version: go1.17.13
3342023-12-07T18:03:30.275ZC Compiler: gcc 10.3.0
3352023-12-07T18:03:30.275ZBuild Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493
3362023-12-07T18:03:30.275ZBuild Type: release
3372023-12-07T18:03:30.275Z+ set -o errexit
3382023-12-07T18:03:30.275Z+++ dirname ./tools/ci_download_clickhouse
3392023-12-07T18:03:30.275Z++ cd ./tools
3402023-12-07T18:03:30.275Z++ pwd
3412023-12-07T18:03:30.275Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
3422023-12-07T18:03:30.275Z++ basename ./tools/ci_download_clickhouse
3432023-12-07T18:03:30.275Z+ ARG0=ci_download_clickhouse
3442023-12-07T18:03:30.276Z+ TARGET_DIR=out
3452023-12-07T18:03:30.276Z+ DOWNLOAD_DIR=out/downloads
3462023-12-07T18:03:30.276Z+ DEST_DIR=./out/clickhouse
3472023-12-07T18:03:30.276Z+ CIDL_VERSION=v22.8.9.24
3482023-12-07T18:03:30.276Z+ source /work/oxidecomputer/omicron/tools/clickhouse_checksums
3492023-12-07T18:03:30.276Z++ CIDL_MD5_DARWIN=20603974a929926591fca70ff1df0e45
3502023-12-07T18:03:30.276Z++ CIDL_MD5_LINUX=ea909519bd9d989fd5d090fd9bdd42f1
3512023-12-07T18:03:30.276Z++ CIDL_MD5_ILLUMOS=7702939ce5b4b51846a1ba39f1392306
3522023-12-07T18:03:30.276Z+ CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com
3532023-12-07T18:03:30.276Z+ main
3542023-12-07T18:03:30.276Z+ [[ 0 != 0 ]]
3552023-12-07T18:03:30.276Z+ CIDL_OS=solaris2.11
3562023-12-07T18:03:30.276Z+ [[ 0 != 0 ]]
3572023-12-07T18:03:30.276Z+ configure_os solaris2.11
3582023-12-07T18:03:30.276Z+ echo 'current directory: /work/oxidecomputer/omicron'
3592023-12-07T18:03:30.276Zcurrent directory: /work/oxidecomputer/omicron
3602023-12-07T18:03:30.276Z+ echo 'configuring based on OS: "solaris2.11"'
3612023-12-07T18:03:30.278Z+ CIDL_DASHREV=
3622023-12-07T18:03:30.278Z+ case "$1" in
3632023-12-07T18:03:30.278Zconfiguring based on OS: "solaris2.11"
3642023-12-07T18:03:30.278Z+ CIDL_PLATFORM=illumos
3652023-12-07T18:03:30.278Z+ CIDL_MD5=7702939ce5b4b51846a1ba39f1392306
3662023-12-07T18:03:30.279Z+ CIDL_MD5FUNC=do_md5sum
3672023-12-07T18:03:30.279Z+ CIDL_DASHREV=-1
3682023-12-07T18:03:30.279Z+ TARBALL_DIRNAME=clickhouse-v22.8.9.24
3692023-12-07T18:03:30.279Z+ TARBALL_FILENAME=clickhouse-v22.8.9.24-1.illumos.tar.gz
3702023-12-07T18:03:30.279Z+ TARBALL_FILE=out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz
3712023-12-07T18:03:30.279Z+ CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz
3722023-12-07T18:03:30.279Z+ echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz'
3732023-12-07T18:03:30.279ZURL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz
3742023-12-07T18:03:30.279Z+ echo 'Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz'
3752023-12-07T18:03:30.279Z+ mkdir -p out/downloads
3762023-12-07T18:03:30.279ZLocal file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz
3772023-12-07T18:03:30.279Z+ mkdir -p ./out/clickhouse
3782023-12-07T18:03:30.279Z+ local DO_DOWNLOAD=true
3792023-12-07T18:03:30.279Z+ [[ -f out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ]]
3802023-12-07T18:03:30.279Z+ '[' true == true ']'
3812023-12-07T18:03:30.279Z+ echo Downloading...
3822023-12-07T18:03:30.279ZDownloading...
3832023-12-07T18:03:30.279Z+ do_download_curl https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz
3842023-12-07T18:03:30.279Z+ curl --silent --show-error --fail --location --output out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz
3852023-12-07T18:03:31.481Z++ do_md5sum out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz
3862023-12-07T18:03:31.894Z++ md5sum
3872023-12-07T18:03:31.894Z++ awk '{print $1}'
3882023-12-07T18:03:31.894Z+ calculated_md5=7702939ce5b4b51846a1ba39f1392306
3892023-12-07T18:03:31.894Z+ [[ 7702939ce5b4b51846a1ba39f1392306 != \7\7\0\2\9\3\9\c\e\5\b\4\b\5\1\8\4\6\a\1\b\a\3\9\f\1\3\9\2\3\0\6 ]]
3902023-12-07T18:03:31.894Z+ do_untar out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ./out/clickhouse
3912023-12-07T18:03:31.895Z+ mkdir -p ./out/clickhouse
3922023-12-07T18:03:31.895Z+ tar xzf out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz -C ./out/clickhouse
3932023-12-07T18:03:36.627Z+ ./out/clickhouse/clickhouse server --version
3942023-12-07T18:03:36.681ZClickHouse server version 22.8.9.1.
3952023-12-07T18:03:36.703Z+ set -o errexit
3962023-12-07T18:03:36.707Z+++ dirname ./tools/ci_download_console
3972023-12-07T18:03:36.707Z++ cd ./tools
3982023-12-07T18:03:36.711Z++ pwd
3992023-12-07T18:03:36.711Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
4002023-12-07T18:03:36.712Z++ basename ./tools/ci_download_console
4012023-12-07T18:03:36.712Z+ ARG0=ci_download_console
4022023-12-07T18:03:36.712Z+ TARGET_DIR=out
4032023-12-07T18:03:36.712Z+ DOWNLOAD_DIR=out/downloads
4042023-12-07T18:03:36.712Z+ DEST_DIR=./out/console-assets
4052023-12-07T18:03:36.712Z+ source /work/oxidecomputer/omicron/tools/console_version
4062023-12-07T18:03:36.712Z++ COMMIT=1802c2859f40712017ab89e72740e39bfd59320b
4072023-12-07T18:03:36.712Z++ SHA2=34768a895f187a6ed263c0050c42084f3907c331b547362871c2ce330e9d08d1
4082023-12-07T18:03:36.712Z+ URL=https://dl.oxide.computer/releases/console/1802c2859f40712017ab89e72740e39bfd59320b.tar.gz
4092023-12-07T18:03:36.712Z+ TARBALL_FILE=out/downloads/console.tar.gz
4102023-12-07T18:03:36.717Z+ main
4112023-12-07T18:03:36.720Z+ [[ 0 != 0 ]]
4122023-12-07T18:03:36.720Z+ echo 'URL: https://dl.oxide.computer/releases/console/1802c2859f40712017ab89e72740e39bfd59320b.tar.gz'
4132023-12-07T18:03:36.720ZURL: https://dl.oxide.computer/releases/console/1802c2859f40712017ab89e72740e39bfd59320b.tar.gz
4142023-12-07T18:03:36.721Z+ echo 'Local file: out/downloads/console.tar.gz'
4152023-12-07T18:03:36.721ZLocal file: out/downloads/console.tar.gz
4162023-12-07T18:03:36.721Z+ local DO_DOWNLOAD=true
4172023-12-07T18:03:36.721Z+ [[ -f out/downloads/console.tar.gz ]]
4182023-12-07T18:03:36.721Z+ mkdir -p out/downloads
4192023-12-07T18:03:36.721Z+ '[' true == true ']'
4202023-12-07T18:03:36.721Z+ echo Downloading...
4212023-12-07T18:03:36.721ZDownloading...
4222023-12-07T18:03:36.721Z+ do_download_curl https://dl.oxide.computer/releases/console/1802c2859f40712017ab89e72740e39bfd59320b.tar.gz out/downloads/console.tar.gz
4232023-12-07T18:03:36.721Z+ curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/1802c2859f40712017ab89e72740e39bfd59320b.tar.gz
4242023-12-07T18:03:37.621Z++ do_sha256sum out/downloads/console.tar.gz
4252023-12-07T18:03:37.627Z++ case "$OSTYPE" in
4262023-12-07T18:03:37.627Z++ SHA=sha256sum
4272023-12-07T18:03:37.627Z++ sha256sum
4282023-12-07T18:03:37.628Z++ awk '{print $1}'
4292023-12-07T18:03:37.645Z+ calculated_sha2=34768a895f187a6ed263c0050c42084f3907c331b547362871c2ce330e9d08d1
4302023-12-07T18:03:37.645Z+ [[ 34768a895f187a6ed263c0050c42084f3907c331b547362871c2ce330e9d08d1 != \3\4\7\6\8\a\8\9\5\f\1\8\7\a\6\e\d\2\6\3\c\0\0\5\0\c\4\2\0\8\4\f\3\9\0\7\c\3\3\1\b\5\4\7\3\6\2\8\7\1\c\2\c\e\3\3\0\e\9\d\0\8\d\1 ]]
4312023-12-07T18:03:37.657Z+ rm -rf ./out/console-assets
4322023-12-07T18:03:37.657Z+ mkdir -p ./out/console-assets
4332023-12-07T18:03:37.657Z+ do_untar out/downloads/console.tar.gz ./out/console-assets
4342023-12-07T18:03:37.657Z+ mkdir -p ./out/console-assets
4352023-12-07T18:03:37.658Z+ tar xzf out/downloads/console.tar.gz -C ./out/console-assets
4362023-12-07T18:03:37.821Z+ set -o errexit
4372023-12-07T18:03:37.831Z+++ dirname ./tools/ci_download_maghemite_openapi
4382023-12-07T18:03:37.831Z++ cd ./tools
4392023-12-07T18:03:37.832Z++ pwd
4402023-12-07T18:03:37.832Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
4412023-12-07T18:03:37.832Z++ basename ./tools/ci_download_maghemite_openapi
4422023-12-07T18:03:37.833Z+ ARG0=ci_download_maghemite_openapi
4432023-12-07T18:03:37.833Z+ TARGET_DIR=out
4442023-12-07T18:03:37.833Z+ DOWNLOAD_DIR=out/downloads
4452023-12-07T18:03:37.833Z+ source /work/oxidecomputer/omicron/tools/maghemite_ddm_openapi_version
4462023-12-07T18:03:37.834Z++ COMMIT=2fd39b75df696961e5ea190c7d74dd91f4849cd3
4472023-12-07T18:03:37.834Z++ SHA2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf
4482023-12-07T18:03:37.834Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/ddm-admin.json
4492023-12-07T18:03:37.834Z+ LOCAL_FILE=out/downloads/ddm-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json
4502023-12-07T18:03:37.834Z+ main
4512023-12-07T18:03:37.835Z+ [[ 0 != 0 ]]
4522023-12-07T18:03:37.835Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/ddm-admin.json'
4532023-12-07T18:03:37.835ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/ddm-admin.json
4542023-12-07T18:03:37.835ZLocal file: out/downloads/ddm-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json
4552023-12-07T18:03:37.835Z+ echo 'Local file: out/downloads/ddm-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json'
4562023-12-07T18:03:37.839Z+ local DO_DOWNLOAD=true
4572023-12-07T18:03:37.840Z+ [[ -f out/downloads/ddm-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json ]]
4582023-12-07T18:03:37.840Z+ mkdir -p out/downloads
4592023-12-07T18:03:37.852Z+ '[' true == true ']'
4602023-12-07T18:03:37.853Z+ echo Downloading...
4612023-12-07T18:03:37.853ZDownloading...
4622023-12-07T18:03:37.853Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/ddm-admin.json out/downloads/ddm-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json
4632023-12-07T18:03:37.853Z+ curl --silent --show-error --fail --location --output out/downloads/ddm-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/ddm-admin.json
4642023-12-07T18:03:38.110Z++ do_sha256sum out/downloads/ddm-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json
4652023-12-07T18:03:38.110Z++ case "$OSTYPE" in
4662023-12-07T18:03:38.117Z++ SHA=sha256sum
4672023-12-07T18:03:38.117Z++ sha256sum
4682023-12-07T18:03:38.117Z++ awk '{print $1}'
4692023-12-07T18:03:38.117Z+ calculated_sha2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf
4702023-12-07T18:03:38.117Z+ [[ 9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf != \9\7\3\7\9\0\6\5\5\5\a\6\0\9\1\1\6\3\6\5\3\2\f\0\0\f\1\d\c\2\8\6\6\d\c\7\c\d\6\5\5\3\b\e\b\1\0\6\e\9\e\5\7\b\e\a\b\a\d\4\1\c\d\f ]]
4712023-12-07T18:03:38.117Z+ source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version
4722023-12-07T18:03:38.121Z++ COMMIT=2fd39b75df696961e5ea190c7d74dd91f4849cd3
4732023-12-07T18:03:38.121Z++ SHA2=931efa310d972b1f8afba2308751fc6a2035afbaebba77b3a40a8358c123ba3c
4742023-12-07T18:03:38.127Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mg-admin.json
4752023-12-07T18:03:38.127Z+ LOCAL_FILE=out/downloads/mg-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json
4762023-12-07T18:03:38.127Z+ main
4772023-12-07T18:03:38.127Z+ [[ 0 != 0 ]]
4782023-12-07T18:03:38.127Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mg-admin.json'
4792023-12-07T18:03:38.127ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mg-admin.json
4802023-12-07T18:03:38.127Z+ echo 'Local file: out/downloads/mg-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json'
4812023-12-07T18:03:38.127ZLocal file: out/downloads/mg-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json
4822023-12-07T18:03:38.128Z+ local DO_DOWNLOAD=true
4832023-12-07T18:03:38.128Z+ [[ -f out/downloads/mg-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json ]]
4842023-12-07T18:03:38.128Z+ mkdir -p out/downloads
4852023-12-07T18:03:38.128Z+ '[' true == true ']'
4862023-12-07T18:03:38.128Z+ echo Downloading...
4872023-12-07T18:03:38.128ZDownloading...
4882023-12-07T18:03:38.128Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mg-admin.json out/downloads/mg-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json
4892023-12-07T18:03:38.128Z+ curl --silent --show-error --fail --location --output out/downloads/mg-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mg-admin.json
4902023-12-07T18:03:38.309Z++ do_sha256sum out/downloads/mg-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json
4912023-12-07T18:03:38.314Z++ case "$OSTYPE" in
4922023-12-07T18:03:38.314Z++ SHA=sha256sum
4932023-12-07T18:03:38.314Z++ sha256sum
4942023-12-07T18:03:38.315Z++ awk '{print $1}'
4952023-12-07T18:03:38.315Z+ calculated_sha2=931efa310d972b1f8afba2308751fc6a2035afbaebba77b3a40a8358c123ba3c
4962023-12-07T18:03:38.315Z+ [[ 931efa310d972b1f8afba2308751fc6a2035afbaebba77b3a40a8358c123ba3c != \9\3\1\e\f\a\3\1\0\d\9\7\2\b\1\f\8\a\f\b\a\2\3\0\8\7\5\1\f\c\6\a\2\0\3\5\a\f\b\a\e\b\b\a\7\7\b\3\a\4\0\a\8\3\5\8\c\1\2\3\b\a\3\c ]]
4972023-12-07T18:03:38.315Z+ set -o errexit
4982023-12-07T18:03:38.315Z+++ dirname ./tools/ci_download_dendrite_openapi
4992023-12-07T18:03:38.315Z++ cd ./tools
5002023-12-07T18:03:38.315Z++ pwd
5012023-12-07T18:03:38.315Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
5022023-12-07T18:03:38.315Z++ basename ./tools/ci_download_dendrite_openapi
5032023-12-07T18:03:38.316Z+ ARG0=ci_download_dendrite_openapi
5042023-12-07T18:03:38.316Z+ TARGET_DIR=out
5052023-12-07T18:03:38.316Z+ DOWNLOAD_DIR=out/downloads
5062023-12-07T18:03:38.316Z+ source /work/oxidecomputer/omicron/tools/dendrite_openapi_version
5072023-12-07T18:03:38.316Z++ COMMIT=45e05b2a90203d84510e0c8e902d9449b09ffd9b
5082023-12-07T18:03:38.316Z++ SHA2=07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0
5092023-12-07T18:03:38.316Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/45e05b2a90203d84510e0c8e902d9449b09ffd9b/dpd.json
5102023-12-07T18:03:38.316Z+ LOCAL_FILE=out/downloads/dpd-45e05b2a90203d84510e0c8e902d9449b09ffd9b.json
5112023-12-07T18:03:38.318Z+ main
5122023-12-07T18:03:38.318Z+ [[ 0 != 0 ]]
5132023-12-07T18:03:38.318Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/45e05b2a90203d84510e0c8e902d9449b09ffd9b/dpd.json'
5142023-12-07T18:03:38.318ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/45e05b2a90203d84510e0c8e902d9449b09ffd9b/dpd.json
5152023-12-07T18:03:38.318Z+ echo 'Local file: out/downloads/dpd-45e05b2a90203d84510e0c8e902d9449b09ffd9b.json'
5162023-12-07T18:03:38.318ZLocal file: out/downloads/dpd-45e05b2a90203d84510e0c8e902d9449b09ffd9b.json
5172023-12-07T18:03:38.318Z+ local DO_DOWNLOAD=true
5182023-12-07T18:03:38.318Z+ [[ -f out/downloads/dpd-45e05b2a90203d84510e0c8e902d9449b09ffd9b.json ]]
5192023-12-07T18:03:38.318Z+ mkdir -p out/downloads
5202023-12-07T18:03:38.319Z+ '[' true == true ']'
5212023-12-07T18:03:38.319Z+ echo Downloading...
5222023-12-07T18:03:38.319ZDownloading...
5232023-12-07T18:03:38.319Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/45e05b2a90203d84510e0c8e902d9449b09ffd9b/dpd.json out/downloads/dpd-45e05b2a90203d84510e0c8e902d9449b09ffd9b.json
5242023-12-07T18:03:38.319Z+ curl --silent --show-error --fail --location --output out/downloads/dpd-45e05b2a90203d84510e0c8e902d9449b09ffd9b.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/45e05b2a90203d84510e0c8e902d9449b09ffd9b/dpd.json
5252023-12-07T18:03:38.534Z++ do_sha256sum out/downloads/dpd-45e05b2a90203d84510e0c8e902d9449b09ffd9b.json
5262023-12-07T18:03:38.542Z++ case "$OSTYPE" in
5272023-12-07T18:03:38.542Z++ SHA=sha256sum
5282023-12-07T18:03:38.543Z++ sha256sum
5292023-12-07T18:03:38.543Z++ awk '{print $1}'
5302023-12-07T18:03:38.543Z+ calculated_sha2=07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0
5312023-12-07T18:03:38.543Z+ [[ 07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0 != \0\7\d\1\1\5\b\f\a\8\4\9\8\a\8\0\1\5\c\a\2\a\8\4\4\7\e\f\e\e\a\c\3\2\e\2\4\a\e\b\2\5\b\a\f\3\d\5\e\2\3\1\3\2\1\6\e\1\1\2\9\3\c\0 ]]
5322023-12-07T18:03:38.553Z+ set -o errexit
5332023-12-07T18:03:38.969Z+++ dirname ./tools/ci_download_dendrite_stub
5342023-12-07T18:03:38.969Z++ cd ./tools
5352023-12-07T18:03:38.969Z++ pwd
5362023-12-07T18:03:38.970Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
5372023-12-07T18:03:38.970Z++ basename ./tools/ci_download_dendrite_stub
5382023-12-07T18:03:38.970Z+ ARG0=ci_download_dendrite_stub
5392023-12-07T18:03:38.970Z+ source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums
5402023-12-07T18:03:38.970Z++ CIDL_SHA256_ILLUMOS=b14e73c8091a004472f9825b9b81b2c685bc5a48801704380a80481499060ad9
5412023-12-07T18:03:38.971Z++ CIDL_SHA256_LINUX_DPD=a0d92b5007826b119c68fdaef753e33b125740ec7b3e771bfa6b3aa8d9fcb8cc
5422023-12-07T18:03:38.971Z++ CIDL_SHA256_LINUX_SWADM=13387460db5b57e6ffad6c0b8877af32cc6d53fecc4a1a0910143c0446d39a38
5432023-12-07T18:03:38.971Z+ source /work/oxidecomputer/omicron/tools/dendrite_openapi_version
5442023-12-07T18:03:38.971Z++ COMMIT=45e05b2a90203d84510e0c8e902d9449b09ffd9b
5452023-12-07T18:03:38.971Z++ SHA2=07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0
5462023-12-07T18:03:38.972Z+ TARGET_DIR=out
5472023-12-07T18:03:38.972Z+ DOWNLOAD_DIR=out/downloads
5482023-12-07T18:03:38.972Z+ DEST_DIR=./out/dendrite-stub
5492023-12-07T18:03:38.972Z+ BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin
5502023-12-07T18:03:38.972Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
5512023-12-07T18:03:38.973Z+ REPO=oxidecomputer/dendrite
5522023-12-07T18:03:38.973Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/45e05b2a90203d84510e0c8e902d9449b09ffd9b
5532023-12-07T18:03:38.973Z+ main
5542023-12-07T18:03:38.973Z+ [[ 0 != 0 ]]
5552023-12-07T18:03:38.973Z+ CIDL_OS=solaris2.11
5562023-12-07T18:03:38.974Z+ [[ 0 != 0 ]]
5572023-12-07T18:03:38.974Z+ configure_os solaris2.11
5582023-12-07T18:03:38.974Z+ echo 'current directory: /work/oxidecomputer/omicron'
5592023-12-07T18:03:38.974Zcurrent directory: /work/oxidecomputer/omicron
5602023-12-07T18:03:38.974Z+ echo 'configuring based on OS: "solaris2.11"'
5612023-12-07T18:03:38.975Zconfiguring based on OS: "solaris2.11"
5622023-12-07T18:03:38.975Z+ case "$1" in
5632023-12-07T18:03:38.975Z+ SET_BINARIES=
5642023-12-07T18:03:38.975Z+ CIDL_SHA256=b14e73c8091a004472f9825b9b81b2c685bc5a48801704380a80481499060ad9
5652023-12-07T18:03:38.975Z+ CIDL_SHA256FUNC=do_sha256sum
5662023-12-07T18:03:38.976Z+ TARBALL_FILENAME=dendrite-stub.tar.gz
5672023-12-07T18:03:38.976Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/45e05b2a90203d84510e0c8e902d9449b09ffd9b/dendrite-stub.tar.gz
5682023-12-07T18:03:38.976Z+ TARBALL_FILE=out/downloads/dendrite-stub.tar.gz
5692023-12-07T18:03:38.976Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/45e05b2a90203d84510e0c8e902d9449b09ffd9b/dendrite-stub.tar.gz'
5702023-12-07T18:03:38.976ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/45e05b2a90203d84510e0c8e902d9449b09ffd9b/dendrite-stub.tar.gz
5712023-12-07T18:03:38.977ZLocal file: out/downloads/dendrite-stub.tar.gz
5722023-12-07T18:03:38.977Z+ echo 'Local file: out/downloads/dendrite-stub.tar.gz'
5732023-12-07T18:03:38.977Z+ mkdir -p out/downloads
5742023-12-07T18:03:38.985Z+ mkdir -p ./out/dendrite-stub
5752023-12-07T18:03:38.986Z+ fetch_and_verify
5762023-12-07T18:03:38.986Z+ local DO_DOWNLOAD=true
5772023-12-07T18:03:38.986Z+ [[ -f out/downloads/dendrite-stub.tar.gz ]]
5782023-12-07T18:03:38.986Z+ '[' true == true ']'
5792023-12-07T18:03:38.987Z+ echo Downloading...
5802023-12-07T18:03:38.987ZDownloading...
5812023-12-07T18:03:38.987Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/45e05b2a90203d84510e0c8e902d9449b09ffd9b/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz
5822023-12-07T18:03:38.990Z+ curl --silent --show-error --fail --location --output out/downloads/dendrite-stub.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/45e05b2a90203d84510e0c8e902d9449b09ffd9b/dendrite-stub.tar.gz
5832023-12-07T18:03:49.042Z++ do_sha256sum out/downloads/dendrite-stub.tar.gz
5842023-12-07T18:03:49.059Z++ sha256sum
5852023-12-07T18:03:49.059Z++ awk '{print $1}'
5862023-12-07T18:03:49.139Z+ calculated_sha256=b14e73c8091a004472f9825b9b81b2c685bc5a48801704380a80481499060ad9
5872023-12-07T18:03:49.144Z+ [[ b14e73c8091a004472f9825b9b81b2c685bc5a48801704380a80481499060ad9 != \b\1\4\e\7\3\c\8\0\9\1\a\0\0\4\4\7\2\f\9\8\2\5\b\9\b\8\1\b\2\c\6\8\5\b\c\5\a\4\8\8\0\1\7\0\4\3\8\0\a\8\0\4\8\1\4\9\9\0\6\0\a\d\9 ]]
5882023-12-07T18:03:49.144Z+ do_untar out/downloads/dendrite-stub.tar.gz
5892023-12-07T18:03:49.144Z+ tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads
5902023-12-07T18:03:50.240Z+ do_assemble
5912023-12-07T18:03:50.240Z+ rm -r ./out/dendrite-stub
5922023-12-07T18:03:50.244Z+ mkdir ./out/dendrite-stub
5932023-12-07T18:03:50.248Z+ cp -r out/downloads/root ./out/dendrite-stub/root
5942023-12-07T18:03:50.406Z+ ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin
5952023-12-07T18:03:50.413Z+ set -o errexit
5962023-12-07T18:03:50.418Z+++ dirname ./tools/ci_download_maghemite_mgd
5972023-12-07T18:03:50.422Z++ cd ./tools
5982023-12-07T18:03:50.422Z++ pwd
5992023-12-07T18:03:50.422Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
6002023-12-07T18:03:50.422Z++ basename ./tools/ci_download_maghemite_mgd
6012023-12-07T18:03:50.422Z+ ARG0=ci_download_maghemite_mgd
6022023-12-07T18:03:50.422Z+ source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums
6032023-12-07T18:03:50.423Z++ CIDL_SHA256=802636775fa77dc6eec193e65fde87e403f6a11531745d47ef5e7ff13b242890
6042023-12-07T18:03:50.423Z++ MGD_LINUX_SHA256=1bcadfd700902e3640843e0bb53d3defdbcd8d86c3279efa0953ae8d6437e2b0
6052023-12-07T18:03:50.423Z+ source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version
6062023-12-07T18:03:50.423Z++ COMMIT=2fd39b75df696961e5ea190c7d74dd91f4849cd3
6072023-12-07T18:03:50.423Z++ SHA2=931efa310d972b1f8afba2308751fc6a2035afbaebba77b3a40a8358c123ba3c
6082023-12-07T18:03:50.423Z+ TARGET_DIR=out
6092023-12-07T18:03:50.423Z+ DOWNLOAD_DIR=out/downloads
6102023-12-07T18:03:50.423Z+ DEST_DIR=./out/mgd
6112023-12-07T18:03:50.423Z+ BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin
6122023-12-07T18:03:50.423Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
6132023-12-07T18:03:50.423Z+ REPO=oxidecomputer/maghemite
6142023-12-07T18:03:50.423Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/2fd39b75df696961e5ea190c7d74dd91f4849cd3
6152023-12-07T18:03:50.426Z+ main
6162023-12-07T18:03:50.427Z+ [[ 0 != 0 ]]
6172023-12-07T18:03:50.427Z+ CIDL_OS=solaris2.11
6182023-12-07T18:03:50.427Z+ [[ 0 != 0 ]]
6192023-12-07T18:03:50.427Z+ configure_os solaris2.11
6202023-12-07T18:03:50.427Z+ echo 'current directory: /work/oxidecomputer/omicron'
6212023-12-07T18:03:50.427Zcurrent directory: /work/oxidecomputer/omicron
6222023-12-07T18:03:50.427Z+ echo 'configuring based on OS: "solaris2.11"'
6232023-12-07T18:03:50.427Z+ case "$1" in
6242023-12-07T18:03:50.427Z+ SET_BINARIES=
6252023-12-07T18:03:50.427Zconfiguring based on OS: "solaris2.11"
6262023-12-07T18:03:50.427Z+ CIDL_SHA256FUNC=do_sha256sum
6272023-12-07T18:03:50.427Z+ TARBALL_FILENAME=mgd.tar.gz
6282023-12-07T18:03:50.427Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mgd.tar.gz
6292023-12-07T18:03:50.427Z+ TARBALL_FILE=out/downloads/mgd.tar.gz
6302023-12-07T18:03:50.427Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mgd.tar.gz'
6312023-12-07T18:03:50.427ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mgd.tar.gz
6322023-12-07T18:03:50.427Z+ echo 'Local file: out/downloads/mgd.tar.gz'
6332023-12-07T18:03:50.432ZLocal file: out/downloads/mgd.tar.gz
6342023-12-07T18:03:50.432Z+ mkdir -p out/downloads
6352023-12-07T18:03:50.432Z+ mkdir -p ./out/mgd
6362023-12-07T18:03:50.432Z+ fetch_and_verify
6372023-12-07T18:03:50.432Z+ local DO_DOWNLOAD=true
6382023-12-07T18:03:50.432Z+ [[ -f out/downloads/mgd.tar.gz ]]
6392023-12-07T18:03:50.432Z+ '[' true == true ']'
6402023-12-07T18:03:50.432Z+ echo Downloading...
6412023-12-07T18:03:50.432ZDownloading...
6422023-12-07T18:03:50.433Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mgd.tar.gz out/downloads/mgd.tar.gz
6432023-12-07T18:03:50.433Z+ curl --silent --show-error --fail --location --output out/downloads/mgd.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mgd.tar.gz
6442023-12-07T18:03:54.063Z++ do_sha256sum out/downloads/mgd.tar.gz
6452023-12-07T18:03:54.068Z++ sha256sum
6462023-12-07T18:03:54.069Z++ awk '{print $1}'
6472023-12-07T18:03:54.134Z+ calculated_sha256=802636775fa77dc6eec193e65fde87e403f6a11531745d47ef5e7ff13b242890
6482023-12-07T18:03:54.134Z+ [[ 802636775fa77dc6eec193e65fde87e403f6a11531745d47ef5e7ff13b242890 != \8\0\2\6\3\6\7\7\5\f\a\7\7\d\c\6\e\e\c\1\9\3\e\6\5\f\d\e\8\7\e\4\0\3\f\6\a\1\1\5\3\1\7\4\5\d\4\7\e\f\5\e\7\f\f\1\3\b\2\4\2\8\9\0 ]]
6492023-12-07T18:03:54.139Z+ do_untar out/downloads/mgd.tar.gz
6502023-12-07T18:03:54.140Z+ tar xzf out/downloads/mgd.tar.gz -C out/downloads
6512023-12-07T18:03:54.791Z+ do_assemble
6522023-12-07T18:03:54.792Z+ rm -r ./out/mgd
6532023-12-07T18:03:54.797Z+ mkdir ./out/mgd
6542023-12-07T18:03:54.797Z+ cp -r out/downloads/root ./out/mgd/root
6552023-12-07T18:03:55.028Z+ set -o errexit
6562023-12-07T18:03:55.033Z+++ dirname ./tools/ci_download_transceiver_control
6572023-12-07T18:03:55.033Z++ cd ./tools
6582023-12-07T18:03:55.033Z++ pwd
6592023-12-07T18:03:55.033Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
6602023-12-07T18:03:55.033Z++ basename ./tools/ci_download_transceiver_control
6612023-12-07T18:03:55.033Z+ ARG0=ci_download_transceiver_control
6622023-12-07T18:03:55.033Z+ source /work/oxidecomputer/omicron/tools/transceiver_control_version
6632023-12-07T18:03:55.033Z++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a
6642023-12-07T18:03:55.033Z++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
6652023-12-07T18:03:55.033Z+ TARGET_DIR=out
6662023-12-07T18:03:55.033Z+ DOWNLOAD_DIR=out/downloads
6672023-12-07T18:03:55.033Z+ DEST_DIR=./out/transceiver-control
6682023-12-07T18:03:55.033Z+ BIN_DIR=/opt/oxide/bin
6692023-12-07T18:03:55.033Z+ BINARY=xcvradm
6702023-12-07T18:03:55.034Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
6712023-12-07T18:03:55.034Z+ REPO=oxidecomputer/transceiver-control
6722023-12-07T18:03:55.034Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a
6732023-12-07T18:03:55.034Z+ main
6742023-12-07T18:03:55.034Z+ [[ 0 != 0 ]]
6752023-12-07T18:03:55.034Z+ CIDL_OS=solaris2.11
6762023-12-07T18:03:55.034Z+ [[ 0 != 0 ]]
6772023-12-07T18:03:55.035Z+ configure_os solaris2.11
6782023-12-07T18:03:55.035Z+ echo 'current directory: /work/oxidecomputer/omicron'
6792023-12-07T18:03:55.035Zcurrent directory: /work/oxidecomputer/omicron
6802023-12-07T18:03:55.035Z+ echo 'configuring based on OS: "solaris2.11"'
6812023-12-07T18:03:55.035Zconfiguring based on OS: "solaris2.11"
6822023-12-07T18:03:55.035Z+ case "$1" in
6832023-12-07T18:03:55.035Z+ SET_BINARIES=
6842023-12-07T18:03:55.035Z+ CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
6852023-12-07T18:03:55.035Z+ CIDL_SHA256FUNC=do_sha256sum
6862023-12-07T18:03:55.035Z+ ARCHIVE_FILENAME=xcvradm.gz
6872023-12-07T18:03:55.035Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz
6882023-12-07T18:03:55.035Z+ ARCHIVE_FILE=out/downloads/xcvradm.gz
6892023-12-07T18:03:55.035ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz
6902023-12-07T18:03:55.035ZLocal file: out/downloads/xcvradm.gz
6912023-12-07T18:03:55.035Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz'
6922023-12-07T18:03:55.035Z+ echo 'Local file: out/downloads/xcvradm.gz'
6932023-12-07T18:03:55.035Z+ mkdir -p out/downloads
6942023-12-07T18:03:55.035Z+ mkdir -p ./out/transceiver-control
6952023-12-07T18:03:55.035Z+ fetch_and_verify
6962023-12-07T18:03:55.036Z+ local DO_DOWNLOAD=true
6972023-12-07T18:03:55.036Z+ [[ -f out/downloads/xcvradm.gz ]]
6982023-12-07T18:03:55.036Z+ '[' true == true ']'
6992023-12-07T18:03:55.036Z+ echo Downloading...
7002023-12-07T18:03:55.037ZDownloading...
7012023-12-07T18:03:55.037Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz
7022023-12-07T18:03:55.037Z+ curl --silent --show-error --fail --location --output out/downloads/xcvradm.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz
7032023-12-07T18:03:55.481Z++ do_sha256sum out/downloads/xcvradm.gz
7042023-12-07T18:03:55.485Z++ sha256sum
7052023-12-07T18:03:55.486Z++ awk '{print $1}'
7062023-12-07T18:03:55.506Z+ calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
7072023-12-07T18:03:55.506Z+ [[ 388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 != \3\8\8\f\9\e\0\3\0\8\9\e\8\b\c\6\d\4\7\f\d\2\1\f\9\c\8\3\5\5\4\a\6\c\d\c\6\2\6\e\b\9\2\8\3\7\4\f\c\f\f\9\4\5\a\8\8\1\e\1\f\7\e\1 ]]
7082023-12-07T18:03:55.512Z+ do_unpack out/downloads/xcvradm.gz
7092023-12-07T18:03:55.514Z+ mkdir -p out/downloads/root//opt/oxide/bin
7102023-12-07T18:03:55.514Z+ gzip -dc out/downloads/xcvradm.gz
7112023-12-07T18:03:55.690Z+ chmod +x out/downloads/root//opt/oxide/bin/xcvradm
7122023-12-07T18:03:55.697Z+ do_assemble
7132023-12-07T18:03:55.697Z+ rm -r ./out/transceiver-control
7142023-12-07T18:03:55.697Z+ mkdir ./out/transceiver-control
7152023-12-07T18:03:55.701Z+ cp -r out/downloads/root ./out/transceiver-control/root
7162023-12-07T18:03:55.959ZAll builder prerequisites installed successfully, and PATH looks valid
7172023-12-07T18:03:55.965Z
7182023-12-07T18:03:55.965Zreal 2:24.621367989
7192023-12-07T18:03:55.965Zuser 54.959966057
7202023-12-07T18:03:55.965Zsys 10.345063461
7212023-12-07T18:03:55.966Ztrap 0.024765599
7222023-12-07T18:03:55.966Ztflt 0.293067565
7232023-12-07T18:03:55.966Zdflt 0.609482121
7242023-12-07T18:03:55.966Zkflt 0.222665962
7252023-12-07T18:03:55.966Zlock 1.674564298
7262023-12-07T18:03:55.966Zslp 4:27.932377752
7272023-12-07T18:03:55.966Zlat 3.490847770
7282023-12-07T18:03:55.966Zstop 0.068267430
7292023-12-07T18:03:55.966Z
7302023-12-07T18:03:55.966Z #### # # ##### ##### # #
7312023-12-07T18:03:55.967Z # # # # # # # # # #
7322023-12-07T18:03:55.967Z # # # # # # # #
7332023-12-07T18:03:55.967Z # # # ##### ##### #
7342023-12-07T18:03:55.968Z # # # # # # #
7352023-12-07T18:03:55.968Z #### ###### # # # #
7362023-12-07T18:03:55.968Z
7372023-12-07T18:03:56.302Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
7382023-12-07T18:03:56.707Z Updating crates.io index
7392023-12-07T18:03:56.710Z Updating git repository `https://github.com/oxidecomputer/dropshot`
7402023-12-07T18:03:57.640Z Updating git repository `https://github.com/oxidecomputer/progenitor`
7412023-12-07T18:03:59.423Z Updating git repository `http://github.com/oxidecomputer/serde_human_bytes`
7422023-12-07T18:04:00.064Z Updating git repository `http://github.com/oxidecomputer/tofino`
7432023-12-07T18:04:00.418Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
7442023-12-07T18:04:00.698Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
7452023-12-07T18:04:01.006Z Updating git repository `https://github.com/oxidecomputer/propolis`
7462023-12-07T18:04:01.916Z Updating git repository `https://github.com/oxidecomputer/crucible`
7472023-12-07T18:04:04.109Z Updating git repository `https://github.com/oxidecomputer/opte`
7482023-12-07T18:04:05.152Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
7492023-12-07T18:04:05.534Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
7502023-12-07T18:04:06.229Z Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel`
7512023-12-07T18:04:06.573Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
7522023-12-07T18:04:06.936Z Updating git repository `http://github.com/oxidecomputer/sprockets`
7532023-12-07T18:04:07.765Z Updating git repository `https://github.com/oxidecomputer/diesel-dtrace`
7542023-12-07T18:04:07.769Z Updating git repository `https://github.com/njaremko/samael`
7552023-12-07T18:04:08.142Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
7562023-12-07T18:04:08.874Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
7572023-12-07T18:04:09.330Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
7582023-12-07T18:04:09.676Z Updating git repository `https://github.com/jgallagher/nix`
7592023-12-07T18:04:10.972Z Updating git repository `https://github.com/cbiffle/hubpack`
7602023-12-07T18:04:11.370Z Updating git repository `https://github.com/oxidecomputer/typify`
7612023-12-07T18:04:12.332Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
7622023-12-07T18:04:12.989Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
7632023-12-07T18:04:13.322Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
7642023-12-07T18:04:14.835Z Downloading crates ...
7652023-12-07T18:04:15.039Z Downloaded equivalent v1.0.1
7662023-12-07T18:04:15.043Z Downloaded clap_lex v0.5.1
7672023-12-07T18:04:15.043Z Downloaded heck v0.4.1
7682023-12-07T18:04:15.053Z Downloaded colorchoice v1.0.0
7692023-12-07T18:04:15.057Z Downloaded serde_derive v1.0.192
7702023-12-07T18:04:15.065Z Downloaded utf8parse v0.2.1
7712023-12-07T18:04:15.065Z Downloaded anstyle v1.0.2
7722023-12-07T18:04:15.065Z Downloaded strsim v0.10.0
7732023-12-07T18:04:15.070Z Downloaded anstream v0.5.0
7742023-12-07T18:04:15.070Z Downloaded errno v0.3.2
7752023-12-07T18:04:15.077Z Downloaded serde_spanned v0.6.4
7762023-12-07T18:04:15.080Z Downloaded itoa v1.0.9
7772023-12-07T18:04:15.080Z Downloaded cargo_toml v0.17.0
7782023-12-07T18:04:15.084Z Downloaded semver v1.0.20
7792023-12-07T18:04:15.088Z Downloaded cargo-platform v0.1.3
7802023-12-07T18:04:15.092Z Downloaded proc-macro2 v1.0.69
7812023-12-07T18:04:15.095Z Downloaded anstyle-query v1.0.0
7822023-12-07T18:04:15.099Z Downloaded thiserror v1.0.49
7832023-12-07T18:04:15.103Z Downloaded clap_derive v4.4.2
7842023-12-07T18:04:15.106Z Downloaded quote v1.0.33
7852023-12-07T18:04:15.111Z Downloaded io-lifetimes v1.0.11
7862023-12-07T18:04:15.115Z Downloaded anstyle-parse v0.2.1
7872023-12-07T18:04:15.118Z Downloaded indexmap v2.1.0
7882023-12-07T18:04:15.122Z Downloaded unicode-ident v1.0.12
7892023-12-07T18:04:15.130Z Downloaded anyhow v1.0.75
7902023-12-07T18:04:15.134Z Downloaded clap v4.4.3
7912023-12-07T18:04:15.148Z Downloaded toml_edit v0.21.0
7922023-12-07T18:04:15.186Z Downloaded serde_json v1.0.108
7932023-12-07T18:04:15.203Z Downloaded clap_builder v4.4.2
7942023-12-07T18:04:15.211Z Downloaded syn v2.0.32
7952023-12-07T18:04:15.229Z Downloaded rustix v0.37.23
7962023-12-07T18:04:15.262Z Downloaded libc v0.2.150
7972023-12-07T18:04:15.308Z Downloaded hashbrown v0.14.2
7982023-12-07T18:04:15.316Z Downloaded winnow v0.5.15
7992023-12-07T18:04:15.329Z Downloaded serde v1.0.192
8002023-12-07T18:04:15.334Z Downloaded memchr v2.6.3
8012023-12-07T18:04:15.343Z Downloaded ryu v1.0.15
8022023-12-07T18:04:15.347Z Downloaded toml v0.8.8
8032023-12-07T18:04:15.352Z Downloaded cargo_metadata v0.18.0
8042023-12-07T18:04:15.357Z Downloaded camino v1.1.6
8052023-12-07T18:04:15.361Z Downloaded bitflags v1.3.2
8062023-12-07T18:04:15.365Z Downloaded terminal_size v0.2.6
8072023-12-07T18:04:15.365Z Downloaded toml_datetime v0.6.5
8082023-12-07T18:04:15.371Z Downloaded thiserror-impl v1.0.49
8092023-12-07T18:04:15.477Z Compiling proc-macro2 v1.0.69
8102023-12-07T18:04:15.477Z Compiling unicode-ident v1.0.12
8112023-12-07T18:04:15.482Z Compiling serde v1.0.192
8122023-12-07T18:04:15.482Z Compiling libc v0.2.150
8132023-12-07T18:04:15.482Z Compiling io-lifetimes v1.0.11
8142023-12-07T18:04:15.482Z Compiling rustix v0.37.23
8152023-12-07T18:04:15.492Z Compiling bitflags v1.3.2
8162023-12-07T18:04:15.496Z Compiling utf8parse v0.2.1
8172023-12-07T18:04:15.683Z Compiling equivalent v1.0.1
8182023-12-07T18:04:15.795Z Compiling hashbrown v0.14.2
8192023-12-07T18:04:15.816Z Compiling anstyle-parse v0.2.1
8202023-12-07T18:04:15.835Z Compiling serde_json v1.0.108
8212023-12-07T18:04:16.272Z Compiling thiserror v1.0.49
8222023-12-07T18:04:17.205Z Compiling indexmap v2.1.0
8232023-12-07T18:04:17.741Z Compiling semver v1.0.20
8242023-12-07T18:04:17.824Z Compiling anstyle-query v1.0.0
8252023-12-07T18:04:17.851Z Compiling camino v1.1.6
8262023-12-07T18:04:17.954Z Compiling colorchoice v1.0.0
8272023-12-07T18:04:17.989Z Compiling anstyle v1.0.2
8282023-12-07T18:04:18.116Z Compiling winnow v0.5.15
8292023-12-07T18:04:18.358Z Compiling anyhow v1.0.75
8302023-12-07T18:04:18.587Z Compiling anstream v0.5.0
8312023-12-07T18:04:18.669Z Compiling heck v0.4.1
8322023-12-07T18:04:19.296Z Compiling strsim v0.10.0
8332023-12-07T18:04:19.300Z Compiling quote v1.0.33
8342023-12-07T18:04:19.300Z Compiling itoa v1.0.9
8352023-12-07T18:04:19.364Z Compiling clap_lex v0.5.1
8362023-12-07T18:04:19.452Z Compiling ryu v1.0.15
8372023-12-07T18:04:19.635Z Compiling syn v2.0.32
8382023-12-07T18:04:20.123Z Compiling errno v0.3.2
8392023-12-07T18:04:21.494Z Compiling terminal_size v0.2.6
8402023-12-07T18:04:21.627Z Compiling clap_builder v4.4.2
8412023-12-07T18:04:27.500Z Compiling serde_derive v1.0.192
8422023-12-07T18:04:27.505Z Compiling thiserror-impl v1.0.49
8432023-12-07T18:04:27.506Z Compiling clap_derive v4.4.2
8442023-12-07T18:04:31.924Z Compiling clap v4.4.3
8452023-12-07T18:04:40.296Z Compiling serde_spanned v0.6.4
8462023-12-07T18:04:40.300Z Compiling toml_datetime v0.6.5
8472023-12-07T18:04:40.300Z Compiling cargo-platform v0.1.3
8482023-12-07T18:04:40.633Z Compiling toml_edit v0.21.0
8492023-12-07T18:04:42.249Z Compiling cargo_metadata v0.18.0
8502023-12-07T18:04:43.766Z Compiling toml v0.8.8
8512023-12-07T18:04:44.746Z Compiling cargo_toml v0.17.0
8522023-12-07T18:04:50.439Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
8532023-12-07T18:04:51.769Z Finished dev [unoptimized + debuginfo] target(s) in 55.72s
8542023-12-07T18:04:51.974Z Running `target/debug/xtask clippy`
8552023-12-07T18:04:52.028Zrunning: "/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/cargo" "clippy" "--all-targets" "--" "--deny" "warnings" "--allow" "clippy::style"
8562023-12-07T18:04:53.407Z Downloading crates ...
8572023-12-07T18:04:53.463Z Downloaded anes v0.1.6
8582023-12-07T18:04:53.463Z Downloaded crc v3.0.1
8592023-12-07T18:04:53.464Z Downloaded cassowary v0.3.0
8602023-12-07T18:04:53.464Z Downloaded chacha20 v0.9.1
8612023-12-07T18:04:53.464Z Downloaded block-buffer v0.10.4
8622023-12-07T18:04:53.464Z Downloaded block-padding v0.3.3
8632023-12-07T18:04:53.464Z Downloaded assert_matches v1.5.0
8642023-12-07T18:04:53.464Z Downloaded indicatif v0.17.7
8652023-12-07T18:04:53.464Z Downloaded crossbeam-queue v0.3.8
8662023-12-07T18:04:53.464Z Downloaded itertools v0.11.0
8672023-12-07T18:04:53.465Z Downloaded bitfield v0.14.0
8682023-12-07T18:04:53.465Z Downloaded crossbeam-utils v0.8.16
8692023-12-07T18:04:53.465Z Downloaded indoc v2.0.3
8702023-12-07T18:04:53.465Z Downloaded opaque-debug v0.3.0
8712023-12-07T18:04:53.465Z Downloaded cstr-argument v0.1.2
8722023-12-07T18:04:53.465Z Downloaded nu-ansi-term v0.49.0
8732023-12-07T18:04:53.465Z Downloaded packed_struct v0.10.1
8742023-12-07T18:04:53.465Z Downloaded oso-derive v0.27.0
8752023-12-07T18:04:53.466Z Downloaded kstat-rs v0.2.3
8762023-12-07T18:04:53.466Z Downloaded hyper-rustls v0.24.2
8772023-12-07T18:04:53.466Z Downloaded clang-sys v1.6.1
8782023-12-07T18:04:53.466Z Downloaded bytecount v0.6.3
8792023-12-07T18:04:53.466Z Downloaded bstr v1.6.0
8802023-12-07T18:04:53.466Z Downloaded openssl-probe v0.1.5
8812023-12-07T18:04:53.466Z Downloaded ident_case v1.0.1
8822023-12-07T18:04:53.466Z Downloaded bb8 v0.8.1
8832023-12-07T18:04:53.467Z Downloaded async-stream-impl v0.3.5
8842023-12-07T18:04:53.467Z Downloaded miniz_oxide v0.7.1
8852023-12-07T18:04:53.467Z Downloaded nibble_vec v0.1.0
8862023-12-07T18:04:53.467Z Downloaded linear-map v1.2.0
8872023-12-07T18:04:53.467Z Downloaded keccak v0.1.4
8882023-12-07T18:04:53.467Z Downloaded criterion-plot v0.5.0
8892023-12-07T18:04:53.467Z Downloaded approx v0.5.1
8902023-12-07T18:04:53.467Z Downloaded serde_yaml v0.9.25
8912023-12-07T18:04:53.467Z Downloaded atty v0.2.14
8922023-12-07T18:04:53.468Z Downloaded crossbeam-channel v0.5.8
8932023-12-07T18:04:53.468Z Downloaded shlex v1.1.0
8942023-12-07T18:04:53.468Z Downloaded num v0.4.1
8952023-12-07T18:04:53.468Z Downloaded number_prefix v0.4.0
8962023-12-07T18:04:53.468Z Downloaded serde_path_to_error v0.1.14
8972023-12-07T18:04:53.468Z Downloaded memoffset v0.9.0
8982023-12-07T18:04:53.468Z Downloaded slog-stdlog v4.1.1
8992023-12-07T18:04:53.468Z Downloaded libsw v3.3.0
9002023-12-07T18:04:53.469Z Downloaded darling_macro v0.20.3
9012023-12-07T18:04:53.469Z Downloaded darling_macro v0.14.4
9022023-12-07T18:04:53.469Z Downloaded ansi_term v0.12.1
9032023-12-07T18:04:53.469Z Downloaded num_threads v0.1.6
9042023-12-07T18:04:53.469Z Downloaded native-tls v0.2.11
9052023-12-07T18:04:53.469Z Downloaded oorandom v11.1.3
9062023-12-07T18:04:53.469Z Downloaded structmeta-derive v0.2.0
9072023-12-07T18:04:53.469Z Downloaded bcs v0.1.6
9082023-12-07T18:04:53.470Z Downloaded hyper-staticfile v0.9.5
9092023-12-07T18:04:53.470Z Downloaded vte_generate_state_changes v0.1.1
9102023-12-07T18:04:53.470Z Downloaded argon2 v0.5.2
9112023-12-07T18:04:53.470Z Downloaded doc-comment v0.3.3
9122023-12-07T18:04:53.470Z Downloaded openssl-sys v0.9.96
9132023-12-07T18:04:53.470Z Downloaded macaddr v1.0.1
9142023-12-07T18:04:53.473Z Downloaded ahash v0.8.3
9152023-12-07T18:04:53.473Z Downloaded glob v0.3.1
9162023-12-07T18:04:53.473Z Downloaded version_check v0.9.4
9172023-12-07T18:04:53.521Z Downloaded pest_generator v2.7.2
9182023-12-07T18:04:53.522Z Downloaded blake2 v0.10.6
9192023-12-07T18:04:53.522Z Downloaded maplit v1.0.2
9202023-12-07T18:04:53.522Z Downloaded nanorand v0.7.0
9212023-12-07T18:04:53.522Z Downloaded signature v1.6.4
9222023-12-07T18:04:53.523Z Downloaded plotters-backend v0.3.5
9232023-12-07T18:04:53.526Z Downloaded tabled_derive v0.6.0
9242023-12-07T18:04:53.526Z Downloaded vec_map v0.8.2
9252023-12-07T18:04:53.526Z Downloaded semver-parser v0.10.2
9262023-12-07T18:04:53.526Z Downloaded crossbeam-epoch v0.9.15
9272023-12-07T18:04:53.527Z Downloaded difflib v0.4.0
9282023-12-07T18:04:53.527Z Downloaded getopts v0.2.21
9292023-12-07T18:04:53.548Z Downloaded tui-tree-widget v0.13.0
9302023-12-07T18:04:53.548Z Downloaded dof v0.1.5
9312023-12-07T18:04:53.549Z Downloaded crypto-common v0.1.6
9322023-12-07T18:04:53.569Z Downloaded darling v0.14.4
9332023-12-07T18:04:53.593Z Downloaded dirs-sys-next v0.1.2
9342023-12-07T18:04:53.593Z Downloaded semver v0.11.0
9352023-12-07T18:04:53.593Z Downloaded phf_shared v0.11.2
9362023-12-07T18:04:53.594Z Downloaded swrite v0.1.0
9372023-12-07T18:04:53.594Z Downloaded derive_builder_core v0.12.0
9382023-12-07T18:04:53.594Z Downloaded vsss-rs v3.3.1
9392023-12-07T18:04:53.594Z Downloaded oso v0.27.0
9402023-12-07T18:04:53.595Z Downloaded dashmap v5.5.1
9412023-12-07T18:04:53.595Z Downloaded zone_cfg_derive v0.3.0
9422023-12-07T18:04:53.595Z Downloaded pretty-hex v0.2.1
9432023-12-07T18:04:53.595Z Downloaded headers-core v0.2.0
9442023-12-07T18:04:53.595Z Downloaded relative-path v1.9.0
9452023-12-07T18:04:53.595Z Downloaded topological-sort v0.2.2
9462023-12-07T18:04:53.595Z Downloaded toolchain_find v0.2.0
9472023-12-07T18:04:53.596Z Downloaded base64 v0.21.5
9482023-12-07T18:04:53.596Z Downloaded spin v0.5.2
9492023-12-07T18:04:53.596Z Downloaded plotters-svg v0.3.5
9502023-12-07T18:04:53.596Z Downloaded futures-io v0.3.29
9512023-12-07T18:04:53.596Z Downloaded foreign-types-macros v0.2.3
9522023-12-07T18:04:53.596Z Downloaded time-core v0.1.1
9532023-12-07T18:04:53.596Z Downloaded predicates-tree v1.0.9
9542023-12-07T18:04:53.597Z Downloaded foreign-types-shared v0.3.1
9552023-12-07T18:04:53.597Z Downloaded embedded-io v0.4.0
9562023-12-07T18:04:53.597Z Downloaded diff v0.1.13
9572023-12-07T18:04:53.598Z Downloaded cc v1.0.83
9582023-12-07T18:04:53.598Z Downloaded diesel_table_macro_syntax v0.1.0
9592023-12-07T18:04:53.614Z Downloaded form_urlencoded v1.2.1
9602023-12-07T18:04:53.614Z Downloaded pkg-config v0.3.27
9612023-12-07T18:04:53.614Z Downloaded subtle v2.5.0
9622023-12-07T18:04:53.615Z Downloaded getrandom v0.2.10
9632023-12-07T18:04:53.615Z Downloaded proc-macro-error-attr v1.0.4
9642023-12-07T18:04:53.615Z Downloaded deranged v0.3.8
9652023-12-07T18:04:53.615Z Downloaded termios v0.3.3
9662023-12-07T18:04:53.615Z Downloaded take_mut v0.2.2
9672023-12-07T18:04:53.615Z Downloaded dirs-next v2.0.0
9682023-12-07T18:04:53.615Z Downloaded strum_macros v0.24.3
9692023-12-07T18:04:53.615Z Downloaded threadpool v1.8.1
9702023-12-07T18:04:53.615Z Downloaded httpdate v1.0.3
9712023-12-07T18:04:53.630Z Downloaded derive_builder_macro v0.12.0
9722023-12-07T18:04:53.630Z Downloaded hex v0.4.3
9732023-12-07T18:04:53.630Z Downloaded futures-macro v0.3.29
9742023-12-07T18:04:53.630Z Downloaded papergrid v0.10.0
9752023-12-07T18:04:53.637Z Downloaded signal-hook-registry v1.4.1
9762023-12-07T18:04:53.637Z Downloaded tokio-native-tls v0.3.1
9772023-12-07T18:04:53.645Z Downloaded hostname v0.3.1
9782023-12-07T18:04:53.645Z Downloaded peeking_take_while v0.1.2
9792023-12-07T18:04:53.645Z Downloaded pkcs8 v0.10.2
9802023-12-07T18:04:53.652Z Downloaded waitgroup v0.1.2
9812023-12-07T18:04:53.652Z Downloaded usdt-macro v0.3.5
9822023-12-07T18:04:53.659Z Downloaded hash32 v0.2.1
9832023-12-07T18:04:53.660Z Downloaded same-file v1.0.6
9842023-12-07T18:04:53.666Z Downloaded parse-display-derive v0.8.2
9852023-12-07T18:04:53.667Z Downloaded termcolor v1.2.0
9862023-12-07T18:04:53.667Z Downloaded mio v0.8.9
9872023-12-07T18:04:53.675Z Downloaded unicode-width v0.1.11
9882023-12-07T18:04:53.692Z Downloaded strum v0.25.0
9892023-12-07T18:04:53.693Z Downloaded time-macros v0.2.13
9902023-12-07T18:04:53.696Z Downloaded zip v0.6.6
9912023-12-07T18:04:53.696Z Downloaded textwrap v0.16.0
9922023-12-07T18:04:53.697Z Downloaded pem-rfc7468 v0.7.0
9932023-12-07T18:04:53.700Z Downloaded platforms v3.0.2
9942023-12-07T18:04:53.706Z Downloaded unicase v2.7.0
9952023-12-07T18:04:53.712Z Downloaded endian-type v0.1.2
9962023-12-07T18:04:53.712Z Downloaded hubpack v0.1.2
9972023-12-07T18:04:53.712Z Downloaded group v0.13.0
9982023-12-07T18:04:53.732Z Downloaded pem v3.0.2
9992023-12-07T18:04:53.732Z Downloaded usdt-attr-macro v0.3.5
10002023-12-07T18:04:53.733Z Downloaded hashbrown v0.12.3
10012023-12-07T18:04:53.733Z Downloaded wyz v0.5.1
10022023-12-07T18:04:53.733Z Downloaded itertools v0.10.5
10032023-12-07T18:04:53.740Z Downloaded serial_test v0.10.0
10042023-12-07T18:04:53.939Z Downloaded rustc_version v0.1.7
10052023-12-07T18:04:53.947Z Downloaded futures v0.3.29
10062023-12-07T18:04:53.947Z Downloaded tinyvec v1.6.0
10072023-12-07T18:04:53.947Z Downloaded usdt-impl v0.3.5
10082023-12-07T18:04:53.947Z Downloaded tracing-attributes v0.1.26
10092023-12-07T18:04:53.947Z Downloaded proc-macro-crate v1.3.1
10102023-12-07T18:04:53.947Z Downloaded want v0.3.1
10112023-12-07T18:04:53.947Z Downloaded paste v1.0.14
10122023-12-07T18:04:53.948Z Downloaded zerocopy v0.3.0
10132023-12-07T18:04:53.948Z Downloaded zeroize_derive v1.4.2
10142023-12-07T18:04:53.948Z Downloaded postgres-protocol v0.6.6
10152023-12-07T18:04:53.948Z Downloaded tracing v0.1.37
10162023-12-07T18:04:53.948Z Downloaded httptest v0.15.5
10172023-12-07T18:04:53.948Z Downloaded try-lock v0.2.4
10182023-12-07T18:04:53.948Z Downloaded quick-error v1.2.3
10192023-12-07T18:04:53.949Z Downloaded path-slash v0.1.5
10202023-12-07T18:04:53.949Z Downloaded futures-executor v0.3.29
10212023-12-07T18:04:53.949Z Downloaded precomputed-hash v0.1.1
10222023-12-07T18:04:53.950Z Downloaded walkdir v2.4.0
10232023-12-07T18:04:53.950Z Downloaded serde_tokenstream v0.1.7
10242023-12-07T18:04:53.950Z Downloaded string_cache v0.8.7
10252023-12-07T18:04:53.950Z Downloaded thread-id v4.2.0
10262023-12-07T18:04:53.951Z Downloaded tiny-keccak v2.0.2
10272023-12-07T18:04:53.951Z Downloaded highway v1.1.0
10282023-12-07T18:04:53.951Z Downloaded rustc-hash v1.1.0
10292023-12-07T18:04:53.951Z Downloaded httparse v1.8.0
10302023-12-07T18:04:53.951Z Downloaded foreign-types-shared v0.1.1
10312023-12-07T18:04:53.951Z Downloaded spki v0.7.2
10322023-12-07T18:04:53.951Z Downloaded usdt v0.3.5
10332023-12-07T18:04:53.951Z Downloaded radium v0.7.0
10342023-12-07T18:04:53.951Z Downloaded signature v2.1.0
10352023-12-07T18:04:53.951Z Downloaded crossterm v0.27.0
10362023-12-07T18:04:53.952Z Downloaded pretty-hex v0.4.0
10372023-12-07T18:04:53.952Z Downloaded signal-hook-tokio v0.3.1
10382023-12-07T18:04:53.952Z Downloaded home v0.5.5
10392023-12-07T18:04:53.952Z Downloaded unicode-linebreak v0.1.5
10402023-12-07T18:04:53.952Z Downloaded smawk v0.3.1
10412023-12-07T18:04:53.952Z Downloaded pin-project-lite v0.2.13
10422023-12-07T18:04:53.952Z Downloaded snafu-derive v0.7.5
10432023-12-07T18:04:53.952Z Downloaded tokio-macros v2.2.0
10442023-12-07T18:04:53.952Z Downloaded serde_repr v0.1.16
10452023-12-07T18:04:53.952Z Downloaded toml v0.7.8
10462023-12-07T18:04:53.953Z Downloaded rand_chacha v0.3.1
10472023-12-07T18:04:53.954Z Downloaded rand_core v0.6.4
10482023-12-07T18:04:53.954Z Downloaded rustc_version v0.4.0
10492023-12-07T18:04:53.955Z Downloaded parking_lot_core v0.8.6
10502023-12-07T18:04:53.955Z Downloaded typenum v1.16.0
10512023-12-07T18:04:53.955Z Downloaded thiserror-no-std v2.0.2
10522023-12-07T18:04:53.955Z Downloaded rsa v0.9.2
10532023-12-07T18:04:53.955Z Downloaded unsafe-libyaml v0.2.9
10542023-12-07T18:04:53.955Z Downloaded socket2 v0.5.5
10552023-12-07T18:04:53.955Z Downloaded ref-cast-impl v1.0.20
10562023-12-07T18:04:53.955Z Downloaded predicates-core v1.0.6
10572023-12-07T18:04:53.955Z Downloaded predicates v2.1.5
10582023-12-07T18:04:53.955Z Downloaded yansi v0.5.1
10592023-12-07T18:04:53.956Z Downloaded serde_with_macros v3.4.0
10602023-12-07T18:04:53.956Z Downloaded typed-path v0.7.0
10612023-12-07T18:04:53.970Z Downloaded postgres-types v0.2.6
10622023-12-07T18:04:53.970Z Downloaded pin-project-internal v1.1.3
10632023-12-07T18:04:53.971Z Downloaded postcard v1.0.8
10642023-12-07T18:04:53.971Z Downloaded hmac v0.12.1
10652023-12-07T18:04:53.971Z Downloaded plotters v0.3.5
10662023-12-07T18:04:53.985Z Downloaded poly1305 v0.8.0
10672023-12-07T18:04:53.997Z Downloaded similar v2.2.1
10682023-12-07T18:04:54.006Z Downloaded trybuild v1.0.85
10692023-12-07T18:04:54.006Z Downloaded tungstenite v0.20.1
10702023-12-07T18:04:54.027Z Downloaded portable-atomic v1.4.3
10712023-12-07T18:04:54.027Z Downloaded http v0.2.11
10722023-12-07T18:04:54.027Z Downloaded time v0.3.27
10732023-12-07T18:04:54.051Z Downloaded reedline v0.26.0
10742023-12-07T18:04:54.066Z Downloaded rand v0.8.5
10752023-12-07T18:04:54.066Z Downloaded steno v0.4.0
10762023-12-07T18:04:54.084Z Downloaded petgraph v0.6.4
10772023-12-07T18:04:54.090Z Downloaded pest v2.7.2
10782023-12-07T18:04:54.105Z Downloaded serde_with v3.4.0
10792023-12-07T18:04:54.116Z Downloaded unicode-normalization v0.1.22
10802023-12-07T18:04:54.135Z Downloaded idna v0.2.3
10812023-12-07T18:04:54.160Z Downloaded zerocopy v0.7.26
10822023-12-07T18:04:54.186Z Downloaded proptest v1.4.0
10832023-12-07T18:04:54.186Z Downloaded quick-xml v0.23.1
10842023-12-07T18:04:54.203Z Downloaded radix_trie v0.2.1
10852023-12-07T18:04:54.203Z Downloaded bstr v0.2.17
10862023-12-07T18:04:54.211Z Downloaded tabled v0.14.0
10872023-12-07T18:04:54.239Z Downloaded smoltcp v0.10.0
10882023-12-07T18:04:54.261Z Downloaded gimli v0.28.0
10892023-12-07T18:04:54.275Z Downloaded rustls v0.21.9
10902023-12-07T18:04:54.299Z Downloaded ratatui v0.23.0
10912023-12-07T18:04:54.317Z Downloaded polar-core v0.27.0
10922023-12-07T18:04:54.332Z Downloaded webpki-roots v0.25.2
10932023-12-07T18:04:54.342Z Downloaded smoltcp v0.9.1
10942023-12-07T18:04:54.378Z Downloaded regex-syntax v0.6.29
10952023-12-07T18:04:54.384Z Downloaded regex-syntax v0.8.2
10962023-12-07T18:04:54.396Z Downloaded regex-syntax v0.7.5
10972023-12-07T18:04:54.433Z Downloaded sled v0.34.7
10982023-12-07T18:04:54.463Z Downloaded zerocopy-derive v0.6.4
10992023-12-07T18:04:54.463Z Downloaded zerocopy-derive v0.2.0
11002023-12-07T18:04:54.491Z Downloaded tokio v1.34.0
11012023-12-07T18:04:54.527Z Downloaded sha3 v0.10.8
11022023-12-07T18:04:54.540Z Downloaded regex-automata v0.4.3
11032023-12-07T18:04:54.573Z Downloaded regex-automata v0.3.8
11042023-12-07T18:04:54.605Z Downloaded bzip2-sys v0.1.11+1.0.8
11052023-12-07T18:04:54.629Z Downloaded zerocopy-derive v0.7.26
11062023-12-07T18:04:54.662Z Downloaded openapiv3 v2.0.0-rc.1
11072023-12-07T18:04:54.677Z Downloaded rustix v0.38.25
11082023-12-07T18:04:54.713Z Downloaded encoding_rs v0.8.33
11092023-12-07T18:04:54.757Z Downloaded diesel v2.1.4
11102023-12-07T18:04:54.800Z Downloaded regex v1.10.2
11112023-12-07T18:04:55.661Z Downloaded regress v0.7.1
11122023-12-07T18:04:55.662Z Downloaded trust-dns-proto v0.22.0
11132023-12-07T18:04:55.662Z Downloaded object v0.30.4
11142023-12-07T18:04:55.662Z Downloaded h2 v0.3.21
11152023-12-07T18:04:55.679Z Downloaded hkdf v0.12.3
11162023-12-07T18:04:55.679Z Downloaded vcpkg v0.2.15
11172023-12-07T18:04:55.679Z Downloaded idna v0.5.0
11182023-12-07T18:04:55.819Z Downloaded syn v1.0.109
11192023-12-07T18:04:55.820Z Downloaded object v0.32.1
11202023-12-07T18:04:55.820Z Downloaded reqwest v0.11.22
11212023-12-07T18:04:55.820Z Downloaded openssl v0.10.60
11222023-12-07T18:04:55.821Z Downloaded rustls-webpki v0.101.7
11232023-12-07T18:04:55.821Z Downloaded rayon v1.8.0
11242023-12-07T18:04:55.821Z Downloaded futures-util v0.3.29
11252023-12-07T18:04:55.821Z Downloaded toml_edit v0.19.15
11262023-12-07T18:04:55.821Z Downloaded chrono v0.4.31
11272023-12-07T18:04:55.821Z Downloaded hyper v0.14.27
11282023-12-07T18:04:55.822Z Downloaded curve25519-dalek v4.1.0
11292023-12-07T18:04:55.822Z Downloaded static_assertions v1.1.0
11302023-12-07T18:04:55.822Z Downloaded structopt v0.3.26
11312023-12-07T18:04:55.822Z Downloaded signal-hook v0.3.17
11322023-12-07T18:04:55.822Z Downloaded heapless v0.7.16
11332023-12-07T18:04:55.822Z Downloaded regex-automata v0.1.10
11342023-12-07T18:04:55.822Z Downloaded tough v0.16.0
11352023-12-07T18:04:55.822Z Downloaded expectorate v1.1.0
11362023-12-07T18:04:55.822Z Downloaded trust-dns-server v0.22.1
11372023-12-07T18:04:55.822Z Downloaded tokio-util v0.7.10
11382023-12-07T18:04:55.822Z Downloaded ring v0.17.7
11392023-12-07T18:04:55.823Z Downloaded predicates v3.0.4
11402023-12-07T18:04:55.837Z Downloaded salty v0.2.0
11412023-12-07T18:04:55.837Z Downloaded ucd-trie v0.1.6
11422023-12-07T18:04:55.837Z Downloaded r2d2 v0.8.10
11432023-12-07T18:04:55.838Z Downloaded heck v0.3.3
11442023-12-07T18:04:55.838Z Downloaded smallvec v1.11.0
11452023-12-07T18:04:55.838Z Downloaded prettyplease v0.2.12
11462023-12-07T18:04:55.838Z Downloaded password-hash v0.5.0
11472023-12-07T18:04:55.838Z Downloaded socket2 v0.4.9
11482023-12-07T18:04:55.838Z Downloaded aho-corasick v1.0.4
11492023-12-07T18:04:55.838Z Downloaded url v2.5.0
11502023-12-07T18:04:55.838Z Downloaded trust-dns-resolver v0.22.0
11512023-12-07T18:04:55.838Z Downloaded x509-cert v0.2.4
11522023-12-07T18:04:55.838Z Downloaded ring v0.16.20
11532023-12-07T18:04:55.839Z Downloaded hashbrown v0.13.2
11542023-12-07T18:04:55.839Z Downloaded rand v0.4.6
11552023-12-07T18:04:55.839Z Downloaded flume v0.11.0
11562023-12-07T18:04:55.839Z Downloaded pretty_assertions v1.4.0
11572023-12-07T18:04:55.839Z Downloaded unicode-bidi v0.3.13
11582023-12-07T18:04:55.839Z Downloaded libxml v0.3.3
11592023-12-07T18:04:55.839Z Downloaded futures-task v0.3.29
11602023-12-07T18:04:55.839Z Downloaded stable_deref_trait v1.2.0
11612023-12-07T18:04:55.839Z Downloaded parking_lot v0.12.1
11622023-12-07T18:04:55.839Z Downloaded ref-cast v1.0.20
11632023-12-07T18:04:55.840Z Downloaded signal-hook-mio v0.2.3
11642023-12-07T18:04:55.840Z Downloaded thiserror-impl-no-std v2.0.2
11652023-12-07T18:04:55.840Z Downloaded term v0.7.0
11662023-12-07T18:04:55.840Z Downloaded utf-8 v0.7.6
11672023-12-07T18:04:55.840Z Downloaded parking_lot_core v0.9.8
11682023-12-07T18:04:55.874Z Downloaded rustc-demangle v0.1.23
11692023-12-07T18:04:55.874Z Downloaded fragile v2.0.0
11702023-12-07T18:04:55.874Z Downloaded pkcs1 v0.7.5
11712023-12-07T18:04:55.874Z Downloaded zerocopy v0.6.4
11722023-12-07T18:04:55.874Z Downloaded uuid v1.6.1
11732023-12-07T18:04:55.874Z Downloaded universal-hash v0.5.1
11742023-12-07T18:04:55.874Z Downloaded proc-macro-error v1.0.4
11752023-12-07T18:04:55.875Z Downloaded flate2 v1.0.28
11762023-12-07T18:04:55.875Z Downloaded fatfs v0.3.6
11772023-12-07T18:04:55.875Z Downloaded globset v0.4.13
11782023-12-07T18:04:55.875Z Downloaded unicode-xid v0.2.4
11792023-12-07T18:04:55.875Z Downloaded parking_lot v0.11.2
11802023-12-07T18:04:56.716Z Downloaded wait-timeout v0.2.0
11812023-12-07T18:04:56.716Z Downloaded snafu v0.7.5
11822023-12-07T18:04:56.716Z Downloaded env_logger v0.10.0
11832023-12-07T18:04:56.717Z Downloaded xattr v1.0.1
11842023-12-07T18:04:56.717Z Downloaded unicode-segmentation v1.10.1
11852023-12-07T18:04:56.717Z Downloaded sha2 v0.10.8
11862023-12-07T18:04:56.717Z Downloaded smallvec v0.6.14
11872023-12-07T18:04:56.717Z Downloaded thread_local v1.1.7
11882023-12-07T18:04:56.717Z Downloaded num-bigint-dig v0.8.4
11892023-12-07T18:04:56.717Z Downloaded criterion v0.5.1
11902023-12-07T18:04:56.717Z Downloaded tinytemplate v1.2.1
11912023-12-07T18:04:56.718Z Downloaded siphasher v0.3.11
11922023-12-07T18:04:56.718Z Downloaded generic-array v0.14.7
11932023-12-07T18:04:56.718Z Downloaded itertools v0.12.0
11942023-12-07T18:04:56.718Z Downloaded futures-channel v0.3.29
11952023-12-07T18:04:56.718Z Downloaded pin-utils v0.1.0
11962023-12-07T18:04:56.718Z Downloaded futures-core v0.3.29
11972023-12-07T18:04:56.718Z Downloaded trust-dns-client v0.22.0
11982023-12-07T18:04:56.718Z Downloaded nom v7.1.3
11992023-12-07T18:04:56.719Z Downloaded der v0.7.8
12002023-12-07T18:04:56.719Z Downloaded rayon-core v1.12.0
12012023-12-07T18:04:56.719Z Downloaded futures-sink v0.3.29
12022023-12-07T18:04:56.719Z Downloaded tempfile v3.8.1
12032023-12-07T18:04:56.725Z Downloaded subprocess v0.2.9
12042023-12-07T18:04:56.726Z Downloaded http-body v0.4.5
12052023-12-07T18:04:56.726Z Downloaded half v1.8.2
12062023-12-07T18:04:56.726Z Downloaded clap v2.34.0
12072023-12-07T18:04:56.726Z Downloaded fnv v1.0.7
12082023-12-07T18:04:56.728Z Downloaded tokio-postgres v0.7.10
12092023-12-07T18:04:56.728Z Downloaded parse-display v0.8.2
12102023-12-07T18:04:56.728Z Downloaded strsim v0.8.0
12112023-12-07T18:04:56.728Z Downloaded slab v0.4.9
12122023-12-07T18:04:56.728Z Downloaded flagset v0.4.3
12132023-12-07T18:04:56.729Z Downloaded partial-io v0.5.4
12142023-12-07T18:04:56.729Z Downloaded defmt v0.3.5
12152023-12-07T18:04:56.729Z Downloaded tracing-core v0.1.31
12162023-12-07T18:04:56.729Z Downloaded rstest_macros v0.18.2
12172023-12-07T18:04:56.729Z Downloaded lalrpop v0.19.12
12182023-12-07T18:04:56.729Z Downloaded tar v0.4.40
12192023-12-07T18:04:56.729Z Downloaded yasna v0.5.2
12202023-12-07T18:04:56.729Z Downloaded minimal-lexical v0.2.1
12212023-12-07T18:04:56.730Z Downloaded serial_test_derive v0.10.0
12222023-12-07T18:04:56.730Z Downloaded structopt-derive v0.4.18
12232023-12-07T18:04:56.730Z Downloaded serde_tokenstream v0.2.0
12242023-12-07T18:04:56.730Z Downloaded hex-literal v0.4.1
12252023-12-07T18:04:56.731Z Downloaded rust-argon2 v1.0.1
12262023-12-07T18:04:56.731Z Downloaded derive_builder v0.12.0
12272023-12-07T18:04:56.731Z Downloaded fs-err v2.11.0
12282023-12-07T18:04:56.731Z Downloaded elliptic-curve v0.13.8
12292023-12-07T18:04:56.731Z Downloaded zeroize v1.7.0
12302023-12-07T18:04:56.731Z Downloaded datatest-stable v0.2.3
12312023-12-07T18:04:56.731Z Downloaded headers v0.3.9
12322023-12-07T18:04:56.732Z Downloaded spin v0.9.8
12332023-12-07T18:04:56.732Z Downloaded rtoolbox v0.0.1
12342023-12-07T18:04:56.732Z Downloaded ron v0.8.1
12352023-12-07T18:04:56.732Z Downloaded ppv-lite86 v0.2.17
12362023-12-07T18:04:56.732Z Downloaded bindgen v0.65.1
12372023-12-07T18:04:56.732Z Downloaded bitvec v1.0.1
12382023-12-07T18:04:56.733Z Downloaded percent-encoding v2.3.1
12392023-12-07T18:04:56.733Z Downloaded stringprep v0.1.3
12402023-12-07T18:04:56.733Z Downloaded fd-lock v3.0.13
12412023-12-07T18:04:56.733Z Downloaded toml v0.5.11
12422023-12-07T18:04:56.733Z Downloaded derive-where v1.2.6
12432023-12-07T18:04:57.606Z Downloaded tokio-stream v0.1.14
12442023-12-07T18:04:57.606Z Downloaded ff v0.13.0
12452023-12-07T18:04:57.607Z Downloaded ena v0.14.2
12462023-12-07T18:04:57.607Z Downloaded strip-ansi-escapes v0.2.0
12472023-12-07T18:04:57.608Z Downloaded resolv-conf v0.7.0
12482023-12-07T18:04:57.608Z Downloaded futures-timer v3.0.2
12492023-12-07T18:04:57.608Z Downloaded float-cmp v0.9.0
12502023-12-07T18:04:57.608Z Downloaded fixedbitset v0.4.2
12512023-12-07T18:04:57.609Z Downloaded enum-as-inner v0.5.1
12522023-12-07T18:04:57.609Z Downloaded test-strategy v0.3.1
12532023-12-07T18:04:57.610Z Downloaded tokio-tungstenite v0.20.1
12542023-12-07T18:04:57.610Z Downloaded filetime v0.2.23
12552023-12-07T18:04:57.610Z Downloaded darling_core v0.14.4
12562023-12-07T18:04:57.610Z Downloaded data-encoding v2.4.0
12572023-12-07T18:04:57.610Z Downloaded pest_meta v2.7.2
12582023-12-07T18:04:57.610Z Downloaded defmt-parser v0.3.3
12592023-12-07T18:04:57.650Z Downloaded fallible-iterator v0.2.0
12602023-12-07T18:04:57.650Z Downloaded rpassword v7.3.1
12612023-12-07T18:04:57.650Z Downloaded pin-project v1.1.3
12622023-12-07T18:04:57.650Z Downloaded schemars v0.8.13
12632023-12-07T18:04:57.650Z Downloaded arc-swap v1.6.0
12642023-12-07T18:04:57.651Z Downloaded pest_derive v2.7.2
12652023-12-07T18:04:57.651Z Downloaded diesel_derives v2.1.2
12662023-12-07T18:04:57.651Z Downloaded derive_more v0.99.17
12672023-12-07T18:04:57.651Z Downloaded vte v0.11.1
12682023-12-07T18:04:57.651Z Downloaded rcgen v0.11.3
12692023-12-07T18:04:57.651Z Downloaded der_derive v0.7.2
12702023-12-07T18:04:57.651Z Downloaded rstest v0.18.2
12712023-12-07T18:04:57.651Z Downloaded fastrand v2.0.0
12722023-12-07T18:04:57.651Z Downloaded defmt-macros v0.3.6
12732023-12-07T18:04:57.651Z Downloaded tokio-rustls v0.24.1
12742023-12-07T18:04:57.652Z Downloaded smf v0.2.2
12752023-12-07T18:04:57.652Z Downloaded zone v0.3.0
12762023-12-07T18:04:57.652Z Downloaded http-range v0.1.5
12772023-12-07T18:04:57.652Z Downloaded backtrace v0.3.69
12782023-12-07T18:04:57.652Z Downloaded serde_plain v1.0.2
12792023-12-07T18:04:57.652Z Downloaded fxhash v0.2.1
12802023-12-07T18:04:57.652Z Downloaded semver v0.1.20
12812023-12-07T18:04:57.652Z Downloaded slog-dtrace v0.2.3
12822023-12-07T18:04:57.652Z Downloaded mockall_derive v0.11.4
12832023-12-07T18:04:57.652Z Downloaded crypto-bigint v0.5.2
12842023-12-07T18:04:57.652Z Downloaded foreign-types v0.3.2
12852023-12-07T18:04:57.653Z Downloaded debug-ignore v1.0.5
12862023-12-07T18:04:57.653Z Downloaded unarray v0.1.4
12872023-12-07T18:04:57.671Z Downloaded sct v0.7.0
12882023-12-07T18:04:57.671Z Downloaded digest v0.10.7
12892023-12-07T18:04:57.671Z Downloaded scheduled-thread-pool v0.2.7
12902023-12-07T18:04:57.671Z Downloaded rustversion v1.0.14
12912023-12-07T18:04:57.671Z Downloaded backoff v0.4.0
12922023-12-07T18:04:57.672Z Downloaded tap v1.0.1
12932023-12-07T18:04:57.672Z Downloaded funty v2.0.0
12942023-12-07T18:04:57.672Z Downloaded remove_dir_all v0.5.3
12952023-12-07T18:04:57.672Z Downloaded bytes v1.5.0
12962023-12-07T18:04:57.672Z Downloaded rustls-native-certs v0.6.3
12972023-12-07T18:04:57.672Z Downloaded cancel-safe-futures v0.1.5
12982023-12-07T18:04:57.672Z Downloaded cookie v0.18.0
12992023-12-07T18:04:57.672Z Downloaded display-error-chain v0.2.0
13002023-12-07T18:04:57.672Z Downloaded serde-hex v0.1.0
13012023-12-07T18:04:57.693Z Downloaded scopeguard v1.2.0
13022023-12-07T18:04:57.693Z Downloaded schemars_derive v0.8.13
13032023-12-07T18:04:57.693Z Downloaded ed25519 v1.5.3
13042023-12-07T18:04:57.693Z Downloaded normalize-line-endings v0.3.0
13052023-12-07T18:04:57.693Z Downloaded secrecy v0.8.0
13062023-12-07T18:04:57.693Z Downloaded rustfmt-wrapper v0.2.0
13072023-12-07T18:04:57.693Z Downloaded dtrace-parser v0.1.14
13082023-12-07T18:04:57.693Z Downloaded downcast v0.11.0
13092023-12-07T18:04:57.693Z Downloaded termtree v0.4.1
13102023-12-07T18:04:57.693Z Downloaded once_cell v1.18.0
13112023-12-07T18:04:57.693Z Downloaded rand_xorshift v0.3.0
13122023-12-07T18:04:57.693Z Downloaded phf v0.11.2
13132023-12-07T18:04:57.693Z Downloaded slog-async v2.8.0
13142023-12-07T18:04:57.694Z Downloaded num-traits v0.2.16
13152023-12-07T18:04:57.718Z Downloaded lru-cache v0.1.2
13162023-12-07T18:04:57.718Z Downloaded bitflags v2.4.0
13172023-12-07T18:04:57.718Z Downloaded omicron-zone-package v0.9.1
13182023-12-07T18:04:57.718Z Downloaded phf_shared v0.10.0
13192023-12-07T18:04:57.718Z Downloaded serde_derive_internals v0.26.0
13202023-12-07T18:04:57.718Z Downloaded num-rational v0.4.1
13212023-12-07T18:04:57.718Z Downloaded mime_guess v2.0.4
13222023-12-07T18:04:57.718Z Downloaded ipnet v2.8.0
13232023-12-07T18:04:57.718Z Downloaded crc-any v2.4.3
13242023-12-07T18:04:57.718Z Downloaded basic-toml v0.1.4
13252023-12-07T18:04:57.718Z Downloaded addr2line v0.21.0
13262023-12-07T18:04:57.719Z Downloaded synstructure v0.12.6
13272023-12-07T18:04:57.719Z Downloaded supports-color v2.1.0
13282023-12-07T18:04:57.719Z Downloaded similar-asserts v1.5.0
13292023-12-07T18:04:57.719Z Downloaded arrayvec v0.7.4
13302023-12-07T18:04:57.719Z Downloaded rustls-pemfile v1.0.3
13312023-12-07T18:04:57.719Z Downloaded untrusted v0.7.1
13322023-12-07T18:04:57.719Z Downloaded slog-scope v4.4.0
13332023-12-07T18:04:57.719Z Downloaded num_enum v0.5.11
13342023-12-07T18:04:57.719Z Downloaded multer v2.1.0
13352023-12-07T18:04:57.719Z Downloaded foreign-types v0.5.0
13362023-12-07T18:04:57.719Z Downloaded either v1.9.0
13372023-12-07T18:04:57.719Z Downloaded which v4.4.0
13382023-12-07T18:04:57.719Z Downloaded tower-service v0.3.2
13392023-12-07T18:04:57.719Z Downloaded textwrap v0.11.0
13402023-12-07T18:04:57.720Z Downloaded tempdir v0.3.7
13412023-12-07T18:04:57.720Z Downloaded strum_macros v0.25.2
13422023-12-07T18:04:57.720Z Downloaded serde_urlencoded v0.7.1
13432023-12-07T18:04:58.554Z Downloaded nodrop v0.1.14
13442023-12-07T18:04:58.555Z Downloaded serde-big-array v0.5.1
13452023-12-07T18:04:58.555Z Downloaded assert_cmd v2.0.12
13462023-12-07T18:04:58.555Z Downloaded owo-colors v3.5.0
13472023-12-07T18:04:58.555Z Downloaded structmeta v0.2.0
13482023-12-07T18:04:58.556Z Downloaded slog-json v2.6.1
13492023-12-07T18:04:58.556Z Downloaded shell-words v1.1.0
13502023-12-07T18:04:58.556Z Downloaded sec1 v0.7.3
13512023-12-07T18:04:58.556Z Downloaded rusty-fork v0.3.0
13522023-12-07T18:04:58.556Z Downloaded mockall v0.11.4
13532023-12-07T18:04:58.556Z Downloaded lock_api v0.4.10
13542023-12-07T18:04:58.556Z Downloaded lalrpop-util v0.19.12
13552023-12-07T18:04:58.556Z Downloaded ipnetwork v0.20.0
13562023-12-07T18:04:58.556Z Downloaded chacha20poly1305 v0.10.1
13572023-12-07T18:04:58.556Z Downloaded slog-envlogger v2.2.0
13582023-12-07T18:04:58.556Z Downloaded num-iter v0.1.43
13592023-12-07T18:04:58.556Z Downloaded num-integer v0.1.45
13602023-12-07T18:04:58.556Z Downloaded console v0.15.7
13612023-12-07T18:04:58.557Z Downloaded cfg-if v1.0.0
13622023-12-07T18:04:58.557Z Downloaded impl-trait-for-tuples v0.2.2
13632023-12-07T18:04:58.557Z Downloaded dyn-clone v1.0.13
13642023-12-07T18:04:58.557Z Downloaded serde-big-array v0.4.1
13652023-12-07T18:04:58.560Z Downloaded libtest-mimic v0.6.1
13662023-12-07T18:04:58.560Z Downloaded tinyvec_macros v0.1.1
13672023-12-07T18:04:58.560Z Downloaded sha1 v0.10.6
13682023-12-07T18:04:58.560Z Downloaded olpc-cjson v0.1.3
13692023-12-07T18:04:58.560Z Downloaded newtype_derive v0.1.6
13702023-12-07T18:04:58.560Z Downloaded log v0.4.20
13712023-12-07T18:04:58.560Z Downloaded linked-hash-map v0.5.6
13722023-12-07T18:04:58.561Z Downloaded libefi-sys v0.1.0
13732023-12-07T18:04:58.561Z Downloaded iana-time-zone v0.1.57
13742023-12-07T18:04:58.561Z Downloaded camino-tempfile v1.1.1
13752023-12-07T18:04:58.561Z Downloaded num-derive v0.4.0
13762023-12-07T18:04:58.561Z Downloaded managed v0.8.0
13772023-12-07T18:04:58.561Z Downloaded libloading v0.7.4
13782023-12-07T18:04:58.561Z Downloaded crc32fast v1.3.2
13792023-12-07T18:04:58.561Z Downloaded num_cpus v1.16.0
13802023-12-07T18:04:58.561Z Downloaded memoffset v0.7.1
13812023-12-07T18:04:58.561Z Downloaded lazycell v1.3.0
13822023-12-07T18:04:58.561Z Downloaded lazy_static v1.4.0
13832023-12-07T18:04:58.561Z Downloaded bit-vec v0.6.3
13842023-12-07T18:04:58.561Z Downloaded base16ct v0.2.0
13852023-12-07T18:04:58.562Z Downloaded match_cfg v0.1.0
13862023-12-07T18:04:58.562Z Downloaded crunchy v0.2.2
13872023-12-07T18:04:58.562Z Downloaded matches v0.1.10
13882023-12-07T18:04:58.562Z Downloaded hyper-tls v0.5.0
13892023-12-07T18:04:58.562Z Downloaded crucible-workspace-hack v0.1.0
13902023-12-07T18:04:58.562Z Downloaded constant_time_eq v0.2.6
13912023-12-07T18:04:58.562Z Downloaded ciborium-io v0.2.1
13922023-12-07T18:04:58.562Z Downloaded crossbeam v0.8.2
13932023-12-07T18:04:58.562Z Downloaded cpufeatures v0.2.9
13942023-12-07T18:04:58.580Z Downloaded ciborium-ll v0.2.1
13952023-12-07T18:04:58.580Z Downloaded libm v0.2.7
13962023-12-07T18:04:58.580Z Downloaded atomic-waker v1.1.1
13972023-12-07T18:04:58.581Z Downloaded ascii-canvas v3.0.0
13982023-12-07T18:04:58.581Z Downloaded array-init v0.0.4
13992023-12-07T18:04:58.581Z Downloaded aead v0.5.2
14002023-12-07T18:04:58.581Z Downloaded crossbeam-deque v0.8.3
14012023-12-07T18:04:58.581Z Downloaded async-trait v0.1.74
14022023-12-07T18:04:58.581Z Downloaded adler v1.0.2
14032023-12-07T18:04:58.581Z Downloaded num_enum_derive v0.5.11
14042023-12-07T18:04:58.581Z Downloaded humantime v2.1.0
14052023-12-07T18:04:58.581Z Downloaded async-stream v0.3.5
14062023-12-07T18:04:58.581Z Downloaded async-recursion v1.0.5
14072023-12-07T18:04:58.581Z Downloaded hubpack_derive v0.1.1
14082023-12-07T18:04:58.581Z Downloaded openssl-macros v0.1.1
14092023-12-07T18:04:58.582Z Downloaded instant v0.1.12
14102023-12-07T18:04:58.582Z Downloaded atomicwrites v0.4.2
14112023-12-07T18:04:58.582Z Downloaded autocfg v1.1.0
14122023-12-07T18:04:58.582Z Downloaded num-complex v0.4.4
14132023-12-07T18:04:58.582Z Downloaded num-bigint v0.4.4
14142023-12-07T18:04:58.582Z Downloaded ciborium v0.2.1
14152023-12-07T18:04:58.582Z Downloaded mime v0.3.17
14162023-12-07T18:04:58.582Z Downloaded md-5 v0.10.5
14172023-12-07T18:04:58.582Z Downloaded whoami v1.4.1
14182023-12-07T18:04:58.582Z Downloaded untrusted v0.9.0
14192023-12-07T18:04:58.582Z Downloaded packed_struct_codegen v0.10.1
14202023-12-07T18:04:58.582Z Downloaded inout v0.1.3
14212023-12-07T18:04:58.582Z Downloaded new_debug_unreachable v1.0.4
14222023-12-07T18:04:58.582Z Downloaded slog-term v2.9.0
14232023-12-07T18:04:58.583Z Downloaded slog-bunyan v2.4.0
14242023-12-07T18:04:58.583Z Downloaded slog v2.7.0
14252023-12-07T18:04:58.583Z Downloaded maybe-uninit v2.0.0
14262023-12-07T18:04:58.583Z Downloaded is_ci v1.1.1
14272023-12-07T18:04:58.583Z Downloaded curve25519-dalek-derive v0.1.0
14282023-12-07T18:04:58.583Z Downloaded const-oid v0.9.5
14292023-12-07T18:04:58.583Z Downloaded cobs v0.2.3
14302023-12-07T18:04:58.583Z Downloaded cexpr v0.6.0
14312023-12-07T18:04:58.583Z Downloaded bytesize v1.3.0
14322023-12-07T18:04:58.583Z Downloaded arrayref v0.3.7
14332023-12-07T18:04:58.583Z Downloaded base64ct v1.6.0
14342023-12-07T18:04:58.583Z Downloaded byteorder v1.5.0
14352023-12-07T18:04:58.583Z Downloaded blake2b_simd v1.0.1
14362023-12-07T18:04:58.583Z Downloaded indoc v1.0.9
14372023-12-07T18:04:58.584Z Downloaded darling v0.20.3
14382023-12-07T18:04:58.584Z Downloaded newline-converter v0.3.0
14392023-12-07T18:04:58.584Z Downloaded is-terminal v0.4.9
14402023-12-07T18:04:58.584Z Downloaded cast v0.3.0
14412023-12-07T18:04:58.584Z Downloaded convert_case v0.4.0
14422023-12-07T18:04:58.584Z Downloaded colored v2.0.4
14432023-12-07T18:04:59.428Z Downloaded corncobs v0.1.3
14442023-12-07T18:04:59.428Z Downloaded bzip2 v0.4.4
14452023-12-07T18:04:59.428Z Downloaded buf-list v1.0.3
14462023-12-07T18:04:59.428Z Downloaded cipher v0.4.4
14472023-12-07T18:04:59.428Z Downloaded bit-set v0.5.3
14482023-12-07T18:04:59.428Z Downloaded crc-catalog v2.2.0
14492023-12-07T18:04:59.428Z Downloaded constant_time_eq v0.3.0
14502023-12-07T18:04:59.428Z Downloaded indexmap v1.9.3
14512023-12-07T18:04:59.428Z Downloaded darling_core v0.20.3
14522023-12-07T18:04:59.428Z Compiling serde v1.0.192
14532023-12-07T18:04:59.428Z Compiling autocfg v1.1.0
14542023-12-07T18:04:59.429Z Checking cfg-if v1.0.0
14552023-12-07T18:04:59.429Z Compiling version_check v0.9.4
14562023-12-07T18:04:59.429Z Compiling syn v1.0.109
14572023-12-07T18:04:59.429Z Checking libc v0.2.150
14582023-12-07T18:04:59.429Z Compiling syn v2.0.32
14592023-12-07T18:04:59.429Z Compiling parking_lot_core v0.9.8
14602023-12-07T18:04:59.429Z Compiling libm v0.2.7
14612023-12-07T18:04:59.429Z Compiling cc v1.0.83
14622023-12-07T18:04:59.429Z Compiling futures-core v0.3.29
14632023-12-07T18:04:59.429Z Compiling once_cell v1.18.0
14642023-12-07T18:04:59.759Z Compiling serde_json v1.0.108
14652023-12-07T18:04:59.759Z Compiling memchr v2.6.3
14662023-12-07T18:04:59.760Z Compiling lock_api v0.4.10
14672023-12-07T18:04:59.760Z Compiling num-traits v0.2.16
14682023-12-07T18:04:59.760Z Compiling typenum v1.16.0
14692023-12-07T18:04:59.760Z Checking getrandom v0.2.10
14702023-12-07T18:05:00.889Z Compiling slab v0.4.9
14712023-12-07T18:05:01.285Z Compiling generic-array v0.14.7
14722023-12-07T18:05:01.285Z Compiling futures-channel v0.3.29
14732023-12-07T18:05:01.286Z Compiling futures-task v0.3.29
14742023-12-07T18:05:01.286Z Checking scopeguard v1.2.0
14752023-12-07T18:05:01.286Z Compiling futures-util v0.3.29
14762023-12-07T18:05:02.076Z Compiling log v0.4.20
14772023-12-07T18:05:02.076Z Compiling pkg-config v0.3.27
14782023-12-07T18:05:20.646Z Checking smallvec v1.11.0
14792023-12-07T18:05:22.552Z Checking itoa v1.0.9
14802023-12-07T18:05:22.552Z Compiling rustix v0.38.25
14812023-12-07T18:05:23.143Z Compiling indexmap v1.9.3
14822023-12-07T18:05:23.378Z Compiling schemars v0.8.13
14832023-12-07T18:05:23.378Z Compiling fnv v1.0.7
14842023-12-07T18:05:23.378Z Compiling vcpkg v0.2.15
14852023-12-07T18:05:23.378Z Compiling httparse v1.8.0
14862023-12-07T18:05:23.378Z Checking rand_core v0.6.4
14872023-12-07T18:05:23.379Z Compiling ring v0.16.20
14882023-12-07T18:05:23.379Z Compiling ring v0.17.7
14892023-12-07T18:05:23.380Z Compiling aho-corasick v1.0.4
14902023-12-07T18:05:23.380Z Compiling regex-syntax v0.8.2
14912023-12-07T18:05:23.380Z Compiling openssl-sys v0.9.96
14922023-12-07T18:05:23.380Z Compiling parking_lot v0.12.1
14932023-12-07T18:05:23.380Z Checking pin-project-lite v0.2.13
14942023-12-07T18:05:23.380Z Compiling ahash v0.8.3
14952023-12-07T18:05:23.380Z Compiling serde_derive_internals v0.26.0
14962023-12-07T18:05:23.380Z Checking spin v0.5.2
14972023-12-07T18:05:23.380Z Compiling openssl v0.10.60
14982023-12-07T18:05:23.380Z Checking signal-hook-registry v1.4.1
14992023-12-07T18:05:23.380Z Compiling regex-automata v0.4.3
15002023-12-07T18:05:23.380Z Compiling rustls v0.21.9
15012023-12-07T18:05:23.380Z Compiling ucd-trie v0.1.6
15022023-12-07T18:05:23.380Z Checking mio v0.8.9
15032023-12-07T18:05:23.380Z Compiling native-tls v0.2.11
15042023-12-07T18:05:23.381Z Compiling iana-time-zone v0.1.57
15052023-12-07T18:05:23.381Z Compiling async-trait v0.1.74
15062023-12-07T18:05:23.381Z Checking num_cpus v1.16.0
15072023-12-07T18:05:23.381Z Compiling unicode-xid v0.2.4
15082023-12-07T18:05:23.381Z Compiling dyn-clone v1.0.13
15092023-12-07T18:05:23.381Z Compiling byteorder v1.5.0
15102023-12-07T18:05:23.381Z Compiling backtrace v0.3.69
15112023-12-07T18:05:23.381Z Checking socket2 v0.5.5
15122023-12-07T18:05:23.381Z Compiling futures-sink v0.3.29
15132023-12-07T18:05:23.381Z Compiling hashbrown v0.13.2
15142023-12-07T18:05:23.381Z Compiling errno v0.3.2
15152023-12-07T18:05:23.381Z Compiling crc32fast v1.3.2
15162023-12-07T18:05:23.381Z Compiling tinyvec_macros v0.1.1
15172023-12-07T18:05:23.383Z Compiling crossbeam-utils v0.8.16
15182023-12-07T18:05:23.383Z Checking ryu v1.0.15
15192023-12-07T18:05:23.383Z Compiling tinyvec v1.6.0
15202023-12-07T18:05:23.383Z Compiling regex v1.10.2
15212023-12-07T18:05:23.383Z Compiling futures-io v0.3.29
15222023-12-07T18:05:23.383Z Compiling pin-utils v0.1.0
15232023-12-07T18:05:23.383Z Compiling anyhow v1.0.75
15242023-12-07T18:05:23.383Z Compiling spin v0.9.8
15252023-12-07T18:05:23.383Z Compiling tracing-core v0.1.31
15262023-12-07T18:05:23.383Z Compiling unicode-bidi v0.3.13
15272023-12-07T18:05:23.384Z Compiling unicode-normalization v0.1.22
15282023-12-07T18:05:23.384Z Compiling num-integer v0.1.45
15292023-12-07T18:05:23.384Z Compiling serde_derive v1.0.192
15302023-12-07T18:05:23.384Z Compiling thiserror-impl v1.0.49
15312023-12-07T18:05:23.384Z Compiling zeroize_derive v1.4.2
15322023-12-07T18:05:23.384Z Compiling tokio-macros v2.2.0
15332023-12-07T18:05:23.384Z Compiling futures-macro v0.3.29
15342023-12-07T18:05:23.384Z Compiling tracing-attributes v0.1.26
15352023-12-07T18:05:23.384Z Compiling schemars_derive v0.8.13
15362023-12-07T18:05:24.125Z Checking zeroize v1.7.0
15372023-12-07T18:05:24.387Z Compiling openssl-macros v0.1.1
15382023-12-07T18:05:26.806Z Compiling thiserror v1.0.49
15392023-12-07T18:05:26.979Z Compiling pest v2.7.2
15402023-12-07T18:05:27.391Z Compiling der_derive v0.7.2
15412023-12-07T18:05:28.539Z Compiling synstructure v0.12.6
15422023-12-07T18:05:28.891Z Compiling tracing v0.1.37
15432023-12-07T18:05:29.279Z Compiling lazy_static v1.4.0
15442023-12-07T18:05:29.423Z Compiling base64 v0.21.5
15452023-12-07T18:05:29.681Z Compiling unicode-width v0.1.11
15462023-12-07T18:05:29.892Z Compiling slog v2.7.0
15472023-12-07T18:05:30.542Z Checking subtle v2.5.0
15482023-12-07T18:05:30.602Z Compiling untrusted v0.9.0
15492023-12-07T18:05:30.730Z Compiling rustversion v1.0.14
15502023-12-07T18:05:30.912Z Compiling pest_meta v2.7.2
15512023-12-07T18:05:30.952Z Compiling hashbrown v0.12.3
15522023-12-07T18:05:31.520Z Compiling zerocopy-derive v0.2.0
15532023-12-07T18:05:31.659Z Compiling foreign-types-shared v0.1.1
15542023-12-07T18:05:31.734Z Compiling time-core v0.1.1
15552023-12-07T18:05:31.739Z Compiling percent-encoding v2.3.1
15562023-12-07T18:05:31.799Z Compiling openssl-probe v0.1.5
15572023-12-07T18:05:31.961Z Compiling untrusted v0.7.1
15582023-12-07T18:05:32.275Z Compiling time-macros v0.2.13
15592023-12-07T18:05:32.278Z Compiling foreign-types v0.3.2
15602023-12-07T18:05:34.196Z Compiling pest_generator v2.7.2
15612023-12-07T18:05:37.940Z Compiling try-lock v0.2.4
15622023-12-07T18:05:38.061Z Compiling rustls-webpki v0.101.7
15632023-12-07T18:05:38.119Z Compiling want v0.3.1
15642023-12-07T18:05:38.378Z Compiling sct v0.7.0
15652023-12-07T18:05:39.255Z Compiling form_urlencoded v1.2.1
15662023-12-07T18:05:39.260Z Compiling pest_derive v2.7.2
15672023-12-07T18:05:39.326Z Compiling socket2 v0.4.9
15682023-12-07T18:05:40.048Z Compiling tower-service v0.3.2
15692023-12-07T18:05:40.209Z Compiling either v1.9.0
15702023-12-07T18:05:40.402Z Compiling const-oid v0.9.5
15712023-12-07T18:05:40.704Z Compiling httpdate v1.0.3
15722023-12-07T18:05:41.142Z Compiling rustls-pemfile v1.0.3
15732023-12-07T18:05:41.217Z Compiling idna v0.5.0
15742023-12-07T18:05:41.401Z Compiling memoffset v0.9.0
15752023-12-07T18:05:41.687Z Compiling usdt-impl v0.3.5
15762023-12-07T18:05:41.834Z Compiling adler v1.0.2
15772023-12-07T18:05:42.162Z Compiling miniz_oxide v0.7.1
15782023-12-07T18:05:42.547Z Compiling rustls-native-certs v0.6.3
15792023-12-07T18:05:43.238Z Compiling url v2.5.0
15802023-12-07T18:05:43.545Z Compiling zerocopy v0.3.0
15812023-12-07T18:05:43.979Z Checking bytes v1.5.0
15822023-12-07T18:05:44.002Z Checking bitflags v2.4.0
15832023-12-07T18:05:44.762Z Checking crypto-common v0.1.6
15842023-12-07T18:05:44.784Z Compiling ipnet v2.8.0
15852023-12-07T18:05:45.416Z Compiling indexmap v2.1.0
15862023-12-07T18:05:46.323Z Compiling semver v1.0.20
15872023-12-07T18:05:46.750Z Compiling chrono v0.4.31
15882023-12-07T18:05:47.029Z Compiling uuid v1.6.1
15892023-12-07T18:05:47.046Z Compiling rustc_version v0.4.0
15902023-12-07T18:05:47.286Z Compiling http v0.2.11
15912023-12-07T18:05:47.393Z Compiling tokio v1.34.0
15922023-12-07T18:05:48.307Z Compiling toml_datetime v0.6.5
15932023-12-07T18:05:49.014Z Compiling serde_spanned v0.6.4
15942023-12-07T18:05:49.357Z Compiling toml_edit v0.19.15
15952023-12-07T18:05:50.199Z Compiling openapiv3 v2.0.0-rc.1
15962023-12-07T18:05:53.235Z Compiling http-body v0.4.5
15972023-12-07T18:05:53.837Z Compiling heapless v0.7.16
15982023-12-07T18:05:54.531Z Compiling signal-hook v0.3.17
15992023-12-07T18:05:55.868Z Compiling serde_urlencoded v0.7.1
16002023-12-07T18:05:56.657Z Compiling dof v0.1.5
16012023-12-07T18:05:57.276Z Compiling dtrace-parser v0.1.14
16022023-12-07T18:05:58.161Z Compiling clap_derive v4.4.2
16032023-12-07T18:05:58.171Z Compiling zerocopy-derive v0.6.4
16042023-12-07T18:05:58.388Z Compiling crossbeam-epoch v0.9.15
16052023-12-07T18:05:58.458Z Compiling thread-id v4.2.0
16062023-12-07T18:05:58.611Z Compiling encoding_rs v0.8.33
16072023-12-07T18:05:59.048Z Compiling webpki-roots v0.25.2
16082023-12-07T18:05:59.269Z Compiling mime v0.3.17
16092023-12-07T18:06:00.151Z Compiling tokio-util v0.7.10
16102023-12-07T18:06:00.620Z Compiling tokio-rustls v0.24.1
16112023-12-07T18:06:01.197Z Compiling gimli v0.28.0
16122023-12-07T18:06:01.818Z Compiling siphasher v0.3.11
16132023-12-07T18:06:02.438Z Compiling h2 v0.3.21
16142023-12-07T18:06:02.817Z Compiling serde_tokenstream v0.1.7
16152023-12-07T18:06:03.616Z Compiling strum_macros v0.25.2
16162023-12-07T18:06:06.426Z Compiling tokio-native-tls v0.3.1
16172023-12-07T18:06:06.494Z Compiling block-buffer v0.10.4
16182023-12-07T18:06:06.805Z Compiling bzip2-sys v0.1.11+1.0.8
16192023-12-07T18:06:06.865Z Compiling object v0.32.1
16202023-12-07T18:06:07.346Z Compiling num-iter v0.1.43
16212023-12-07T18:06:07.699Z Compiling rustc-demangle v0.1.23
16222023-12-07T18:06:08.134Z Compiling addr2line v0.21.0
16232023-12-07T18:06:09.307Z Compiling flate2 v1.0.28
16242023-12-07T18:06:09.445Z Compiling digest v0.10.7
16252023-12-07T18:06:10.143Z Compiling doc-comment v0.3.3
16262023-12-07T18:06:10.259Z Compiling ppv-lite86 v0.2.17
16272023-12-07T18:06:10.414Z Compiling usdt-macro v0.3.5
16282023-12-07T18:06:10.853Z Compiling usdt-attr-macro v0.3.5
16292023-12-07T18:06:11.192Z Compiling toml v0.7.8
16302023-12-07T18:06:11.503Z Compiling rand_chacha v0.3.1
16312023-12-07T18:06:11.902Z Compiling toml_edit v0.21.0
16322023-12-07T18:06:12.064Z Compiling hex v0.4.3
16332023-12-07T18:06:12.522Z Compiling pin-project-internal v1.1.3
16342023-12-07T18:06:13.021Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
16352023-12-07T18:06:14.039Z Compiling hyper v0.14.27
16362023-12-07T18:06:14.392Z Compiling bit-vec v0.6.3
16372023-12-07T18:06:15.068Z Compiling rand v0.8.5
16382023-12-07T18:06:15.089Z Compiling phf_shared v0.10.0
16392023-12-07T18:06:15.647Z Compiling num-bigint v0.4.4
16402023-12-07T18:06:16.894Z Compiling fixedbitset v0.4.2
16412023-12-07T18:06:17.593Z Compiling smoltcp v0.9.1
16422023-12-07T18:06:17.729Z Compiling base64ct v1.6.0
16432023-12-07T18:06:17.865Z Compiling new_debug_unreachable v1.0.4
16442023-12-07T18:06:18.641Z Compiling precomputed-hash v0.1.1
16452023-12-07T18:06:18.710Z Compiling pem-rfc7468 v0.7.0
16462023-12-07T18:06:18.787Z Compiling string_cache v0.8.7
16472023-12-07T18:06:18.829Z Compiling petgraph v0.6.4
16482023-12-07T18:06:19.927Z Compiling bit-set v0.5.3
16492023-12-07T18:06:20.014Z Compiling hmac v0.12.1
16502023-12-07T18:06:20.332Z Compiling itertools v0.10.5
16512023-12-07T18:06:20.653Z Compiling enum-as-inner v0.5.1
16522023-12-07T18:06:20.886Z Compiling hubpack_derive v0.1.1
16532023-12-07T18:06:21.586Z Compiling diesel_table_macro_syntax v0.1.0
16542023-12-07T18:06:22.319Z Compiling lalrpop-util v0.19.12
16552023-12-07T18:06:22.655Z Compiling unicode-segmentation v1.10.1
16562023-12-07T18:06:22.818Z Compiling flagset v0.4.3
16572023-12-07T18:06:22.836Z Compiling diesel_derives v2.1.2
16582023-12-07T18:06:23.105Z Compiling der v0.7.8
16592023-12-07T18:06:24.381Z Compiling snafu-derive v0.7.5
16602023-12-07T18:06:25.343Z Compiling hyper-tls v0.5.0
16612023-12-07T18:06:25.409Z Compiling hyper-rustls v0.24.2
16622023-12-07T18:06:25.504Z Compiling cpufeatures v0.2.9
16632023-12-07T18:06:25.644Z Compiling sha2 v0.10.8
16642023-12-07T18:06:25.706Z Compiling rustix v0.37.23
16652023-12-07T18:06:25.820Z Compiling md-5 v0.10.5
16662023-12-07T18:06:26.181Z Compiling reqwest v0.11.22
16672023-12-07T18:06:27.489Z Compiling spki v0.7.2
16682023-12-07T18:06:28.007Z Compiling stringprep v0.1.3
16692023-12-07T18:06:28.086Z Compiling serde_repr v0.1.16
16702023-12-07T18:06:28.511Z Compiling hash32 v0.2.1
16712023-12-07T18:06:29.049Z Compiling stable_deref_trait v1.2.0
16722023-12-07T18:06:29.599Z Checking bitflags v1.3.2
16732023-12-07T18:06:29.903Z Compiling fallible-iterator v0.2.0
16742023-12-07T18:06:30.292Z Compiling pkcs8 v0.10.2
16752023-12-07T18:06:31.011Z Compiling postgres-protocol v0.6.6
16762023-12-07T18:06:31.188Z Compiling terminal_size v0.2.6
16772023-12-07T18:06:31.767Z Compiling phf_shared v0.11.2
16782023-12-07T18:06:32.319Z Compiling ff v0.13.0
16792023-12-07T18:06:32.657Z Compiling block-padding v0.3.3
16802023-12-07T18:06:33.041Z Compiling scheduled-thread-pool v0.2.7
16812023-12-07T18:06:33.480Z Compiling deranged v0.3.8
16822023-12-07T18:06:33.530Z Compiling num_threads v0.1.6
16832023-12-07T18:06:33.699Z Compiling matches v0.1.10
16842023-12-07T18:06:33.801Z Compiling managed v0.8.0
16852023-12-07T18:06:33.825Z Compiling regex-automata v0.1.10
16862023-12-07T18:06:33.896Z Compiling base16ct v0.2.0
16872023-12-07T18:06:33.933Z Compiling idna v0.2.3
16882023-12-07T18:06:34.354Z Compiling sec1 v0.7.3
16892023-12-07T18:06:34.501Z Compiling bstr v0.2.17
16902023-12-07T18:06:34.961Z Compiling clap_builder v4.4.2
16912023-12-07T18:06:35.215Z Compiling r2d2 v0.8.10
16922023-12-07T18:06:35.776Z Compiling inout v0.1.3
16932023-12-07T18:06:36.170Z Compiling group v0.13.0
16942023-12-07T18:06:36.451Z Compiling time v0.3.27
16952023-12-07T18:06:36.544Z Compiling signal-hook-mio v0.2.3
16962023-12-07T18:06:36.632Z Compiling phf v0.11.2
16972023-12-07T18:06:36.771Z Compiling postgres-types v0.2.6
16982023-12-07T18:06:36.828Z Compiling bzip2 v0.4.4
16992023-12-07T18:06:37.396Z Compiling hubpack v0.1.2
17002023-12-07T18:06:38.141Z Compiling hkdf v0.12.3
17012023-12-07T18:06:38.201Z Compiling pin-project v1.1.3
17022023-12-07T18:06:38.620Z Compiling zerocopy v0.6.4
17032023-12-07T18:06:38.875Z Compiling ipnetwork v0.20.0
17042023-12-07T18:06:39.425Z Compiling crypto-bigint v0.5.2
17052023-12-07T18:06:39.986Z Compiling itertools v0.11.0
17062023-12-07T18:06:40.288Z Compiling futures-executor v0.3.29
17072023-12-07T18:06:43.057Z Compiling float-cmp v0.9.0
17082023-12-07T18:06:44.756Z Compiling regex-automata v0.3.8
17092023-12-07T18:06:45.105Z Compiling data-encoding v2.4.0
17102023-12-07T18:06:45.375Z Compiling whoami v1.4.1
17112023-12-07T18:06:45.940Z Compiling predicates-core v1.0.6
17122023-12-07T18:06:46.344Z Compiling difflib v0.4.0
17132023-12-07T18:06:46.474Z Compiling normalize-line-endings v0.3.0
17142023-12-07T18:06:46.641Z Compiling static_assertions v1.1.0
17152023-12-07T18:06:47.169Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
17162023-12-07T18:06:48.740Z Compiling bstr v1.6.0
17172023-12-07T18:06:48.959Z Compiling predicates v3.0.4
17182023-12-07T18:06:49.036Z Compiling trust-dns-proto v0.22.0
17192023-12-07T18:06:49.427Z Compiling diesel v2.1.4
17202023-12-07T18:06:50.845Z Compiling tokio-postgres v0.7.10
17212023-12-07T18:06:51.234Z Compiling elliptic-curve v0.13.8
17222023-12-07T18:06:52.436Z Compiling yasna v0.5.2
17232023-12-07T18:06:53.060Z Compiling clap v4.4.3
17242023-12-07T18:06:53.201Z Compiling futures v0.3.29
17252023-12-07T18:06:53.352Z Compiling snafu v0.7.5
17262023-12-07T18:06:54.640Z Compiling zip v0.6.6
17272023-12-07T18:06:54.742Z Compiling crossterm v0.27.0
17282023-12-07T18:06:55.608Z Compiling cipher v0.4.4
17292023-12-07T18:06:55.875Z Compiling similar v2.2.1
17302023-12-07T18:06:56.651Z Compiling usdt v0.3.5
17312023-12-07T18:06:56.838Z Compiling tokio-stream v0.1.14
17322023-12-07T18:06:58.332Z Compiling console v0.15.7
17332023-12-07T18:06:58.831Z Checking hashbrown v0.14.2
17342023-12-07T18:07:00.213Z Checking equivalent v1.0.1
17352023-12-07T18:07:00.358Z Checking unicode-ident v1.0.12
17362023-12-07T18:07:00.595Z Checking proc-macro2 v1.0.69
17372023-12-07T18:07:01.589Z Checking quote v1.0.33
17382023-12-07T18:07:04.006Z Checking utf8parse v0.2.1
17392023-12-07T18:07:04.724Z Checking anstyle v1.0.2
17402023-12-07T18:07:05.836Z Checking io-lifetimes v1.0.11
17412023-12-07T18:07:15.671Z Checking anstyle-parse v0.2.1
17422023-12-07T18:07:15.794Z Checking colorchoice v1.0.0
17432023-12-07T18:07:15.794Z Checking anstyle-query v1.0.0
17442023-12-07T18:07:15.794Z Checking anstream v0.5.0
17452023-12-07T18:07:15.794Z Checking clap_lex v0.5.1
17462023-12-07T18:07:15.794Z Checking strsim v0.10.0
17472023-12-07T18:07:15.794Z Checking winnow v0.5.15
17482023-12-07T18:07:21.268Z Compiling serde_tokenstream v0.2.0
17492023-12-07T18:07:25.419Z Compiling regress v0.7.1
17502023-12-07T18:07:30.966Z Compiling typify-impl v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f)
17512023-12-07T18:07:38.079Z Compiling getopts v0.2.21
17522023-12-07T18:07:38.690Z Compiling unsafe-libyaml v0.2.9
17532023-12-07T18:07:39.730Z Checking heck v0.4.1
17542023-12-07T18:07:40.010Z Checking progenitor-client v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576)
17552023-12-07T18:07:40.922Z Compiling serde_yaml v0.9.25
17562023-12-07T18:07:41.813Z Compiling ident_case v1.0.1
17572023-12-07T18:07:42.057Z Checking fastrand v2.0.0
17582023-12-07T18:07:42.174Z Checking match_cfg v0.1.0
17592023-12-07T18:07:42.281Z Checking hostname v0.3.1
17602023-12-07T18:07:42.463Z Checking atty v0.2.14
17612023-12-07T18:07:42.509Z Checking tempfile v3.8.1
17622023-12-07T18:07:42.619Z Checking quick-error v1.2.3
17632023-12-07T18:07:42.646Z Compiling paste v1.0.14
17642023-12-07T18:07:42.798Z Checking crossbeam-channel v0.5.8
17652023-12-07T18:07:43.038Z Checking sha1 v0.10.6
17662023-12-07T18:07:43.419Z Checking dirs-sys-next v0.1.2
17672023-12-07T18:07:43.653Z Checking dirs-next v2.0.0
17682023-12-07T18:07:43.824Z Checking thread_local v1.1.7
17692023-12-07T18:07:43.932Z Checking instant v0.1.12
17702023-12-07T18:07:44.076Z Compiling slog-async v2.8.0
17712023-12-07T18:07:44.236Z Checking term v0.7.0
17722023-12-07T18:07:44.858Z Checking camino v1.1.6
17732023-12-07T18:07:44.988Z Compiling multer v2.1.0
17742023-12-07T18:07:45.313Z Checking take_mut v0.2.2
17752023-12-07T18:07:45.449Z Checking slog-term v2.9.0
17762023-12-07T18:07:45.715Z Compiling darling_core v0.20.3
17772023-12-07T18:07:45.924Z Checking slog-json v2.6.1
17782023-12-07T18:07:46.188Z Compiling async-stream-impl v0.3.5
17792023-12-07T18:07:46.300Z Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#ff87a017)
17802023-12-07T18:07:46.727Z Checking atomic-waker v1.1.1
17812023-12-07T18:07:46.892Z Checking debug-ignore v1.0.5
17822023-12-07T18:07:47.077Z Checking waitgroup v0.1.2
17832023-12-07T18:07:47.456Z Checking slog-bunyan v2.4.0
17842023-12-07T18:07:47.882Z Checking toml v0.8.8
17852023-12-07T18:07:48.185Z Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#ff87a017)
17862023-12-07T18:07:48.208Z Checking serde_path_to_error v0.1.14
17872023-12-07T18:07:48.425Z Checking async-stream v0.3.5
17882023-12-07T18:07:48.679Z Checking strum v0.25.0
17892023-12-07T18:07:48.886Z Compiling structmeta-derive v0.2.0
17902023-12-07T18:07:48.987Z Checking wait-timeout v0.2.0
17912023-12-07T18:07:49.170Z Checking rand_xorshift v0.3.0
17922023-12-07T18:07:49.236Z Checking rusty-fork v0.3.0
17932023-12-07T18:07:49.391Z Checking unarray v0.1.4
17942023-12-07T18:07:49.587Z Compiling regex-syntax v0.7.5
17952023-12-07T18:07:49.659Z Checking proptest v1.4.0
17962023-12-07T18:07:53.943Z Compiling structmeta v0.2.0
17972023-12-07T18:07:54.558Z Checking backoff v0.4.0
17982023-12-07T18:07:54.988Z Compiling test-strategy v0.3.1
17992023-12-07T18:07:55.858Z Compiling darling_macro v0.20.3
18002023-12-07T18:07:56.344Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
18012023-12-07T18:07:56.848Z Checking serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
18022023-12-07T18:07:56.967Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
18032023-12-07T18:07:57.097Z Checking macaddr v1.0.1
18042023-12-07T18:07:57.431Z Compiling darling v0.20.3
18052023-12-07T18:07:57.536Z Checking camino-tempfile v1.1.1
18062023-12-07T18:07:57.570Z Compiling serde_with_macros v3.4.0
18072023-12-07T18:07:57.765Z Checking is-terminal v0.4.9
18082023-12-07T18:07:57.966Z Compiling proc-macro-error-attr v1.0.4
18092023-12-07T18:07:58.010Z Compiling proc-macro-error v1.0.4
18102023-12-07T18:07:58.212Z Compiling proc-macro-crate v1.3.1
18112023-12-07T18:07:58.612Z Checking termtree v0.4.1
18122023-12-07T18:07:58.892Z Checking predicates-tree v1.0.9
18132023-12-07T18:07:59.094Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
18142023-12-07T18:07:59.588Z Compiling smoltcp v0.10.0
18152023-12-07T18:07:59.929Z Compiling num_enum_derive v0.5.11
18162023-12-07T18:08:00.734Z Checking embedded-io v0.4.0
18172023-12-07T18:08:00.895Z Checking cobs v0.2.3
18182023-12-07T18:08:01.020Z Compiling crucible-workspace-hack v0.1.0
18192023-12-07T18:08:01.084Z Compiling parse-display-derive v0.8.2
18202023-12-07T18:08:01.164Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
18212023-12-07T18:08:01.206Z Compiling typify-macro v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f)
18222023-12-07T18:08:01.447Z Checking postcard v1.0.8
18232023-12-07T18:08:01.600Z Compiling foreign-types-macros v0.2.3
18242023-12-07T18:08:01.960Z Checking serde_with v3.4.0
18252023-12-07T18:08:02.587Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=24ceba1969269e4d81bda83d8968d7d7f713c46b#24ceba19)
18262023-12-07T18:08:03.112Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
18272023-12-07T18:08:03.523Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=24ceba1969269e4d81bda83d8968d7d7f713c46b#24ceba19)
18282023-12-07T18:08:03.662Z Checking foreign-types-shared v0.3.1
18292023-12-07T18:08:03.805Z Checking foreign-types v0.5.0
18302023-12-07T18:08:04.064Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
18312023-12-07T18:08:04.243Z Compiling zerocopy-derive v0.7.26
18322023-12-07T18:08:04.391Z Checking num_enum v0.5.11
18332023-12-07T18:08:04.575Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=24ceba1969269e4d81bda83d8968d7d7f713c46b#24ceba19)
18342023-12-07T18:08:05.345Z Checking cstr-argument v0.1.2
18352023-12-07T18:08:05.580Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d)
18362023-12-07T18:08:05.939Z Checking pretty-hex v0.2.1
18372023-12-07T18:08:06.024Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
18382023-12-07T18:08:06.173Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
18392023-12-07T18:08:06.350Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=24ceba1969269e4d81bda83d8968d7d7f713c46b#24ceba19)
18402023-12-07T18:08:06.563Z Checking colored v2.0.4
18412023-12-07T18:08:06.663Z Compiling zone_cfg_derive v0.3.0
18422023-12-07T18:08:07.861Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3e1d129151c3621d28ead5c6e5760693ba6e7fec#3e1d1291)
18432023-12-07T18:08:07.945Z Checking zerocopy v0.7.26
18442023-12-07T18:08:08.383Z Checking predicates v2.1.5
18452023-12-07T18:08:08.501Z Compiling mockall_derive v0.11.4
18462023-12-07T18:08:08.562Z Checking parse-display v0.8.2
18472023-12-07T18:08:08.792Z Compiling num-derive v0.4.0
18482023-12-07T18:08:09.089Z Checking fragile v2.0.0
18492023-12-07T18:08:09.384Z Checking downcast v0.11.0
18502023-12-07T18:08:09.469Z Checking zone v0.3.0
18512023-12-07T18:08:09.662Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3e1d129151c3621d28ead5c6e5760693ba6e7fec#3e1d1291)
18522023-12-07T18:08:09.719Z Compiling typify v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f)
18532023-12-07T18:08:09.903Z Compiling progenitor-impl v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576)
18542023-12-07T18:08:09.974Z Checking smf v0.2.2
18552023-12-07T18:08:10.032Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=24ceba1969269e4d81bda83d8968d7d7f713c46b#24ceba19)
18562023-12-07T18:08:10.641Z Checking xattr v1.0.1
18572023-12-07T18:08:10.659Z Checking filetime v0.2.23
18582023-12-07T18:08:10.905Z Checking pem v3.0.2
18592023-12-07T18:08:10.939Z Checking tar v0.4.40
18602023-12-07T18:08:11.227Z Checking linked-hash-map v0.5.6
18612023-12-07T18:08:11.713Z Checking lru-cache v0.1.2
18622023-12-07T18:08:11.973Z Checking headers-core v0.2.0
18632023-12-07T18:08:12.067Z Checking password-hash v0.5.0
18642023-12-07T18:08:12.152Z Checking headers v0.3.9
18652023-12-07T18:08:12.184Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=24ceba1969269e4d81bda83d8968d7d7f713c46b#24ceba19)
18662023-12-07T18:08:12.574Z Checking blake2 v0.10.6
18672023-12-07T18:08:12.598Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=945f040d259ca8013d3fb26f510453da7cd7b1a6#945f040d)
18682023-12-07T18:08:12.775Z Checking rcgen v0.11.3
18692023-12-07T18:08:13.015Z Checking atomicwrites v0.4.2
18702023-12-07T18:08:13.271Z Checking subprocess v0.2.9
18712023-12-07T18:08:13.302Z Checking argon2 v0.5.2
18722023-12-07T18:08:13.320Z Checking ciborium-io v0.2.1
18732023-12-07T18:08:13.462Z Checking arc-swap v1.6.0
18742023-12-07T18:08:13.803Z Checking half v1.8.2
18752023-12-07T18:08:13.993Z Compiling cancel-safe-futures v0.1.5
18762023-12-07T18:08:14.099Z Checking textwrap v0.11.0
18772023-12-07T18:08:14.116Z Checking slog-scope v4.4.0
18782023-12-07T18:08:14.223Z Compiling heck v0.3.3
18792023-12-07T18:08:14.397Z Checking vec_map v0.8.2
18802023-12-07T18:08:14.416Z Checking ansi_term v0.12.1
18812023-12-07T18:08:14.433Z Checking ciborium-ll v0.2.1
18822023-12-07T18:08:14.511Z Checking strsim v0.8.0
18832023-12-07T18:08:14.790Z Compiling libefi-sys v0.1.0
18842023-12-07T18:08:14.835Z Compiling structopt-derive v0.4.18
18852023-12-07T18:08:14.855Z Checking ciborium v0.2.1
18862023-12-07T18:08:14.860Z Checking clap v2.34.0
18872023-12-07T18:08:15.200Z Checking slog-stdlog v4.1.1
18882023-12-07T18:08:15.415Z Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802)
18892023-12-07T18:08:15.461Z Checking slog-envlogger v2.2.0
18902023-12-07T18:08:16.176Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
18912023-12-07T18:08:16.310Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
18922023-12-07T18:08:16.473Z Checking resolv-conf v0.7.0
18932023-12-07T18:08:16.616Z Compiling slog-dtrace v0.2.3
18942023-12-07T18:08:16.639Z Compiling convert_case v0.4.0
18952023-12-07T18:08:17.013Z Checking trust-dns-resolver v0.22.0
18962023-12-07T18:08:17.704Z Checking fxhash v0.2.1
18972023-12-07T18:08:17.951Z Checking itertools v0.12.0
18982023-12-07T18:08:18.114Z Compiling derive_more v0.99.17
18992023-12-07T18:08:19.366Z Checking termcolor v1.2.0
19002023-12-07T18:08:19.480Z Compiling radium v0.7.0
19012023-12-07T18:08:19.685Z Checking structopt v0.3.26
19022023-12-07T18:08:19.931Z Compiling same-file v1.0.6
19032023-12-07T18:08:20.176Z Compiling walkdir v2.4.0
19042023-12-07T18:08:20.231Z Compiling semver-parser v0.10.2
19052023-12-07T18:08:20.255Z Compiling maybe-uninit v2.0.0
19062023-12-07T18:08:20.988Z Checking tap v1.0.1
19072023-12-07T18:08:21.375Z Compiling semver v0.11.0
19082023-12-07T18:08:21.706Z Checking mockall v0.11.4
19092023-12-07T18:08:22.152Z Checking wyz v0.5.1
19102023-12-07T18:08:22.630Z Compiling num-rational v0.4.1
19112023-12-07T18:08:22.667Z Compiling progenitor-macro v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576)
19122023-12-07T18:08:23.144Z Compiling num-bigint-dig v0.8.4
19132023-12-07T18:08:23.150Z Checking crc-catalog v2.2.0
19142023-12-07T18:08:23.302Z Compiling home v0.5.5
19152023-12-07T18:08:23.317Z Compiling packed_struct v0.10.1
19162023-12-07T18:08:23.383Z Checking funty v2.0.0
19172023-12-07T18:08:23.566Z Compiling toolchain_find v0.2.0
19182023-12-07T18:08:23.663Z Checking crc v3.0.1
19192023-12-07T18:08:24.187Z Compiling toml v0.5.11
19202023-12-07T18:08:24.502Z Compiling packed_struct_codegen v0.10.1
19212023-12-07T18:08:24.674Z Checking nodrop v0.1.14
19222023-12-07T18:08:24.820Z Checking array-init v0.0.4
19232023-12-07T18:08:25.114Z Checking bitvec v1.0.1
19242023-12-07T18:08:26.520Z Compiling omicron-zone-package v0.9.1
19252023-12-07T18:08:27.301Z Compiling rustfmt-wrapper v0.2.0
19262023-12-07T18:08:28.511Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
19272023-12-07T18:08:28.984Z Checking smallvec v0.6.14
19282023-12-07T18:08:29.358Z Checking newline-converter v0.3.0
19292023-12-07T18:08:29.562Z Checking pkcs1 v0.7.5
19302023-12-07T18:08:29.581Z Checking signature v2.1.0
19312023-12-07T18:08:30.176Z Checking num-complex v0.4.4
19322023-12-07T18:08:30.377Z Checking utf-8 v0.7.6
19332023-12-07T18:08:30.664Z Checking bitfield v0.14.0
19342023-12-07T18:08:31.083Z Checking keccak v0.1.4
19352023-12-07T18:08:31.532Z Checking sha3 v0.10.8
19362023-12-07T18:08:31.625Z Checking num v0.4.1
19372023-12-07T18:08:31.754Z Checking tungstenite v0.20.1
19382023-12-07T18:08:32.145Z Checking serde-hex v0.1.0
19392023-12-07T18:08:32.196Z Checking expectorate v1.1.0
19402023-12-07T18:08:32.359Z Checking rsa v0.9.2
19412023-12-07T18:08:32.406Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
19422023-12-07T18:08:32.600Z Checking env_logger v0.10.0
19432023-12-07T18:08:32.772Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
19442023-12-07T18:08:33.222Z Checking x509-cert v0.2.4
19452023-12-07T18:08:33.274Z Checking ron v0.8.1
19462023-12-07T18:08:33.339Z Checking secrecy v0.8.0
19472023-12-07T18:08:33.642Z Checking crc-any v2.4.3
19482023-12-07T18:08:33.782Z Checking tokio-tungstenite v0.20.1
19492023-12-07T18:08:34.204Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
19502023-12-07T18:08:34.486Z Checking object v0.30.4
19512023-12-07T18:08:34.704Z Checking path-slash v0.1.5
19522023-12-07T18:08:34.888Z Compiling buf-list v1.0.3
19532023-12-07T18:08:35.224Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
19542023-12-07T18:08:35.356Z Checking glob v0.3.1
19552023-12-07T18:08:35.596Z Checking swrite v0.1.0
19562023-12-07T18:08:35.744Z Compiling parking_lot_core v0.8.6
19572023-12-07T18:08:35.843Z Checking nibble_vec v0.1.0
19582023-12-07T18:08:36.015Z Checking lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
19592023-12-07T18:08:36.098Z Checking endian-type v0.1.2
19602023-12-07T18:08:36.319Z Checking pretty-hex v0.4.0
19612023-12-07T18:08:36.395Z Checking radix_trie v0.2.1
19622023-12-07T18:08:36.558Z Checking libsw v3.3.0
19632023-12-07T18:08:36.908Z Checking parking_lot v0.11.2
19642023-12-07T18:08:36.928Z Compiling derive-where v1.2.6
19652023-12-07T18:08:37.003Z Checking trust-dns-client v0.22.0
19662023-12-07T18:08:37.418Z Checking sled v0.34.7
19672023-12-07T18:08:38.113Z Compiling semver v0.1.20
19682023-12-07T18:08:38.904Z Checking linear-map v1.2.0
19692023-12-07T18:08:39.082Z Checking trust-dns-server v0.22.1
19702023-12-07T18:08:39.176Z Checking owo-colors v3.5.0
19712023-12-07T18:08:39.400Z Compiling rustc_version v0.1.7
19722023-12-07T18:08:40.134Z Compiling newtype_derive v0.1.6
19732023-12-07T18:08:40.591Z Checking crossbeam-deque v0.8.3
19742023-12-07T18:08:41.071Z Compiling unicase v2.7.0
19752023-12-07T18:08:41.499Z Compiling rayon-core v1.12.0
19762023-12-07T18:08:41.906Z Compiling platforms v3.0.2
19772023-12-07T18:08:42.466Z Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4)
19782023-12-07T18:08:43.071Z Compiling memoffset v0.7.1
19792023-12-07T18:08:43.087Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
19802023-12-07T18:08:43.253Z Checking steno v0.4.0
19812023-12-07T18:08:43.362Z Compiling curve25519-dalek v4.1.0
19822023-12-07T18:08:43.488Z Checking rayon v1.8.0
19832023-12-07T18:08:44.205Z Checking globset v0.4.13
19842023-12-07T18:08:44.259Z Checking olpc-cjson v0.1.3
19852023-12-07T18:08:44.563Z Checking serde_plain v1.0.2
19862023-12-07T18:08:44.581Z Compiling async-recursion v1.0.5
19872023-12-07T18:08:44.920Z Checking typed-path v0.7.0
19882023-12-07T18:08:44.967Z Compiling mime_guess v2.0.4
19892023-12-07T18:08:46.545Z Checking universal-hash v0.5.1
19902023-12-07T18:08:46.799Z Compiling thiserror-impl-no-std v2.0.2
19912023-12-07T18:08:46.944Z Compiling curve25519-dalek-derive v0.1.0
19922023-12-07T18:08:47.191Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
19932023-12-07T18:08:47.643Z Compiling salty v0.2.0
19942023-12-07T18:08:47.974Z Checking tough v0.16.0
19952023-12-07T18:08:48.452Z Checking signature v1.6.4
19962023-12-07T18:08:48.604Z Checking opaque-debug v0.3.0
19972023-12-07T18:08:48.718Z Checking display-error-chain v0.2.0
19982023-12-07T18:08:48.906Z Checking poly1305 v0.8.0
19992023-12-07T18:08:49.633Z Checking ed25519 v1.5.3
20002023-12-07T18:08:49.861Z Checking nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d)
20012023-12-07T18:08:50.292Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
20022023-12-07T18:08:50.734Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
20032023-12-07T18:08:50.763Z Checking chacha20 v0.9.1
20042023-12-07T18:08:51.090Z Checking aead v0.5.2
20052023-12-07T18:08:51.339Z Checking serde-big-array v0.5.1
20062023-12-07T18:08:51.391Z Checking kstat-rs v0.2.3
20072023-12-07T18:08:51.602Z Compiling hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a)
20082023-12-07T18:08:52.336Z Checking chacha20poly1305 v0.10.1
20092023-12-07T18:08:52.342Z Checking thiserror-no-std v2.0.2
20102023-12-07T18:08:52.540Z Checking vsss-rs v3.3.1
20112023-12-07T18:08:52.992Z Checking hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a)
20122023-12-07T18:08:53.466Z Checking progenitor v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576)
20132023-12-07T18:08:53.719Z Checking signal-hook-tokio v0.3.1
20142023-12-07T18:08:53.753Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
20152023-12-07T18:08:53.817Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
20162023-12-07T18:08:53.954Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
20172023-12-07T18:08:54.289Z Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
20182023-12-07T18:08:55.489Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
20192023-12-07T18:08:55.512Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
20202023-12-07T18:08:55.547Z Checking lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
20212023-12-07T18:08:55.579Z Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client)
20222023-12-07T18:08:56.841Z Checking hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84)
20232023-12-07T18:08:58.473Z Checking serde-big-array v0.4.1
20242023-12-07T18:08:58.492Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=3e1d129151c3621d28ead5c6e5760693ba6e7fec#3e1d1291)
20252023-12-07T18:08:58.698Z Checking sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef)
20262023-12-07T18:09:00.327Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=945f040d259ca8013d3fb26f510453da7cd7b1a6#945f040d)
20272023-12-07T18:09:00.902Z Checking bcs v0.1.6
20282023-12-07T18:09:01.655Z Checking corncobs v0.1.3
20292023-12-07T18:09:01.857Z Checking highway v1.1.0
20302023-12-07T18:09:01.923Z Checking sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef)
20312023-12-07T18:09:02.209Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3e1d129151c3621d28ead5c6e5760693ba6e7fec#3e1d1291)
20322023-12-07T18:09:02.581Z Checking http-range v0.1.5
20332023-12-07T18:09:02.851Z Compiling crunchy v0.2.2
20342023-12-07T18:09:03.497Z Compiling portable-atomic v1.4.3
20352023-12-07T18:09:03.592Z Checking hyper-staticfile v0.9.5
20362023-12-07T18:09:03.893Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3e1d129151c3621d28ead5c6e5760693ba6e7fec#3e1d1291)
20372023-12-07T18:09:04.194Z Compiling clang-sys v1.6.1
20382023-12-07T18:09:05.033Z Compiling tiny-keccak v2.0.2
20392023-12-07T18:09:05.084Z Checking assert_matches v1.5.0
20402023-12-07T18:09:05.214Z Compiling prettyplease v0.2.12
20412023-12-07T18:09:05.784Z Compiling darling_core v0.14.4
20422023-12-07T18:09:06.955Z Compiling minimal-lexical v0.2.1
20432023-12-07T18:09:07.818Z Checking number_prefix v0.4.0
20442023-12-07T18:09:08.009Z Checking humantime v2.1.0
20452023-12-07T18:09:08.132Z Checking indicatif v0.17.7
20462023-12-07T18:09:08.442Z Compiling nom v7.1.3
20472023-12-07T18:09:09.242Z Compiling ascii-canvas v3.0.0
20482023-12-07T18:09:10.318Z Compiling ena v0.14.2
20492023-12-07T18:09:10.933Z Compiling libloading v0.7.4
20502023-12-07T18:09:11.108Z Compiling diff v0.1.13
20512023-12-07T18:09:11.510Z Compiling regex-syntax v0.6.29
20522023-12-07T18:09:12.189Z Compiling bindgen v0.65.1
20532023-12-07T18:09:14.126Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
20542023-12-07T18:09:14.622Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
20552023-12-07T18:09:15.757Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
20562023-12-07T18:09:17.360Z Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
20572023-12-07T18:09:18.997Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
20582023-12-07T18:09:19.557Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
20592023-12-07T18:09:20.350Z Checking ipcc-key-value v0.1.0 (/work/oxidecomputer/omicron/ipcc-key-value)
20602023-12-07T18:09:21.083Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
20612023-12-07T18:09:21.316Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
20622023-12-07T18:09:21.641Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
20632023-12-07T18:09:22.131Z Compiling darling_macro v0.14.4
20642023-12-07T18:09:22.280Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
20652023-12-07T18:09:23.768Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
20662023-12-07T18:09:24.044Z Compiling darling v0.14.4
20672023-12-07T18:09:24.206Z Compiling lalrpop v0.19.12
20682023-12-07T18:09:24.929Z Compiling cexpr v0.6.0
20692023-12-07T18:09:31.012Z Compiling which v4.4.0
20702023-12-07T18:09:31.991Z Compiling shlex v1.1.0
20712023-12-07T18:09:32.422Z Compiling rustc-hash v1.1.0
20722023-12-07T18:09:32.627Z Checking maplit v1.0.2
20732023-12-07T18:09:32.773Z Compiling ref-cast v1.0.20
20742023-12-07T18:09:33.498Z Compiling lazycell v1.3.0
20752023-12-07T18:09:33.732Z Compiling peeking_take_while v0.1.2
20762023-12-07T18:09:35.625Z Compiling derive_builder_core v0.12.0
20772023-12-07T18:09:35.685Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
20782023-12-07T18:09:36.115Z Compiling ref-cast-impl v1.0.20
20792023-12-07T18:09:38.012Z Compiling libxml v0.3.3
20802023-12-07T18:09:38.772Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
20812023-12-07T18:09:39.381Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
20822023-12-07T18:09:39.714Z Compiling derive_builder_macro v0.12.0
20832023-12-07T18:09:39.985Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
20842023-12-07T18:09:40.907Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
20852023-12-07T18:09:41.023Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
20862023-12-07T18:09:42.195Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
20872023-12-07T18:09:42.558Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
20882023-12-07T18:09:43.888Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
20892023-12-07T18:09:45.186Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
20902023-12-07T18:09:46.763Z Compiling strum_macros v0.24.3
20912023-12-07T18:09:49.076Z Compiling fs-err v2.11.0
20922023-12-07T18:09:49.092Z Compiling cookie v0.18.0
20932023-12-07T18:09:49.511Z Compiling diesel-dtrace v0.2.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#c1252df7)
20942023-12-07T18:09:49.517Z Compiling indoc v1.0.9
20952023-12-07T18:09:50.337Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
20962023-12-07T18:09:51.170Z Checking derive_builder v0.12.0
20972023-12-07T18:09:51.373Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
20982023-12-07T18:09:53.290Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
20992023-12-07T18:09:53.633Z Checking bb8 v0.8.1
21002023-12-07T18:09:53.655Z Checking quick-xml v0.23.1
21012023-12-07T18:09:53.701Z Compiling oso-derive v0.27.0
21022023-12-07T18:09:54.165Z Compiling impl-trait-for-tuples v0.2.2
21032023-12-07T18:09:54.303Z Checking unicode-linebreak v0.1.5
21042023-12-07T18:09:54.840Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
21052023-12-07T18:09:54.968Z Checking smawk v0.3.1
21062023-12-07T18:09:55.265Z Checking textwrap v0.16.0
21072023-12-07T18:09:55.365Z Checking async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef)
21082023-12-07T18:09:56.294Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
21092023-12-07T18:09:56.466Z Checking bytesize v1.3.0
21102023-12-07T18:09:56.553Z Checking is_ci v1.1.1
21112023-12-07T18:09:56.726Z Checking supports-color v2.1.0
21122023-12-07T18:09:56.838Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
21132023-12-07T18:09:57.020Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
21142023-12-07T18:09:57.567Z Checking cassowary v0.3.0
21152023-12-07T18:09:58.242Z Compiling indoc v2.0.3
21162023-12-07T18:09:58.854Z Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
21172023-12-07T18:09:59.450Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
21182023-12-07T18:09:59.927Z Checking ratatui v0.23.0
21192023-12-07T18:10:00.603Z Checking rtoolbox v0.0.1
21202023-12-07T18:10:00.866Z Checking rpassword v7.3.1
21212023-12-07T18:10:01.065Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
21222023-12-07T18:10:02.330Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
21232023-12-07T18:10:02.443Z Checking shell-words v1.1.0
21242023-12-07T18:10:02.686Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=945f040d259ca8013d3fb26f510453da7cd7b1a6#945f040d)
21252023-12-07T18:10:02.801Z Checking fatfs v0.3.6
21262023-12-07T18:10:03.825Z Checking tui-tree-widget v0.13.0
21272023-12-07T18:10:04.206Z Checking yansi v0.5.1
21282023-12-07T18:10:04.640Z Checking plotters-backend v0.3.5
21292023-12-07T18:10:04.722Z Checking pretty_assertions v1.4.0
21302023-12-07T18:10:04.894Z Checking rand v0.4.6
21312023-12-07T18:10:04.997Z Compiling vte_generate_state_changes v0.1.1
21322023-12-07T18:10:05.220Z Checking plotters-svg v0.3.5
21332023-12-07T18:10:05.569Z Checking remove_dir_all v0.5.3
21342023-12-07T18:10:05.725Z Checking cast v0.3.0
21352023-12-07T18:10:06.033Z Checking vte v0.11.1
21362023-12-07T18:10:06.369Z Checking criterion-plot v0.5.0
21372023-12-07T18:10:06.389Z Checking tempdir v0.3.7
21382023-12-07T18:10:06.624Z Checking plotters v0.3.5
21392023-12-07T18:10:06.945Z Checking installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd)
21402023-12-07T18:10:08.242Z Checking dashmap v5.5.1
21412023-12-07T18:10:08.421Z Checking tinytemplate v1.2.1
21422023-12-07T18:10:09.002Z Compiling serial_test_derive v0.10.0
21432023-12-07T18:10:09.277Z Checking oorandom v11.1.3
21442023-12-07T18:10:09.486Z Checking anes v0.1.6
21452023-12-07T18:10:09.498Z Checking strip-ansi-escapes v0.2.0
21462023-12-07T18:10:09.699Z Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
21472023-12-07T18:10:10.051Z Checking criterion v0.5.1
21482023-12-07T18:10:10.438Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
21492023-12-07T18:10:11.423Z Checking serial_test v0.10.0
21502023-12-07T18:10:11.759Z Checking installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client)
21512023-12-07T18:10:13.515Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
21522023-12-07T18:10:14.489Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
21532023-12-07T18:10:14.705Z Checking assert_cmd v2.0.12
21542023-12-07T18:10:15.351Z Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
21552023-12-07T18:10:17.830Z Checking fd-lock v3.0.13
21562023-12-07T18:10:18.099Z Checking nu-ansi-term v0.49.0
21572023-12-07T18:10:18.725Z Checking reedline v0.26.0
21582023-12-07T18:10:21.146Z Checking threadpool v1.8.1
21592023-12-07T18:10:21.424Z Checking nanorand v0.7.0
21602023-12-07T18:10:21.748Z Checking topological-sort v0.2.2
21612023-12-07T18:10:21.978Z Checking flume v0.11.0
21622023-12-07T18:10:22.024Z Checking libtest-mimic v0.6.1
21632023-12-07T18:10:22.643Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
21642023-12-07T18:10:22.692Z Checking httptest v0.15.5
21652023-12-07T18:10:23.807Z Checking similar-asserts v1.5.0
21662023-12-07T18:10:24.118Z Compiling rstest_macros v0.18.2
21672023-12-07T18:10:24.340Z Compiling crossbeam-queue v0.3.8
21682023-12-07T18:10:24.895Z Checking bytecount v0.6.3
21692023-12-07T18:10:25.093Z Checking papergrid v0.10.0
21702023-12-07T18:10:25.117Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
21712023-12-07T18:10:26.842Z Checking datatest-stable v0.2.3
21722023-12-07T18:10:27.160Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
21732023-12-07T18:10:27.273Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
21742023-12-07T18:10:27.545Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
21752023-12-07T18:10:27.718Z Compiling tabled_derive v0.6.0
21762023-12-07T18:10:28.556Z Checking arrayvec v0.7.4
21772023-12-07T18:10:29.127Z Compiling trybuild v1.0.85
21782023-12-07T18:10:29.386Z Checking arrayref v0.3.7
21792023-12-07T18:10:29.512Z Compiling relative-path v1.9.0
21802023-12-07T18:10:29.732Z Checking constant_time_eq v0.2.6
21812023-12-07T18:10:29.895Z Checking blake2b_simd v1.0.1
21822023-12-07T18:10:31.926Z Checking tabled v0.14.0
21832023-12-07T18:10:32.119Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
21842023-12-07T18:10:35.992Z Checking basic-toml v0.1.4
21852023-12-07T18:10:37.500Z Checking constant_time_eq v0.3.0
21862023-12-07T18:10:37.668Z Checking futures-timer v3.0.2
21872023-12-07T18:10:38.106Z Checking rust-argon2 v1.0.1
21882023-12-07T18:10:41.098Z Checking crossbeam v0.8.2
21892023-12-07T18:10:41.235Z Checking partial-io v0.5.4
21902023-12-07T18:10:41.785Z Checking approx v0.5.1
21912023-12-07T18:10:42.122Z Checking termios v0.3.3
21922023-12-07T18:10:42.401Z Checking hex-literal v0.4.1
21932023-12-07T18:10:46.377Z Checking rstest v0.18.2
21942023-12-07T18:10:50.287Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
21952023-12-07T18:10:53.718Z Checking omicron-deploy v0.1.0 (/work/oxidecomputer/omicron/dev-tools/thing-flinger)
21962023-12-07T18:11:55.850Z Compiling samael v0.0.10 (https://github.com/njaremko/samael?branch=master#52028e45)
21972023-12-07T18:11:57.247Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli)
21982023-12-07T18:11:58.228Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
21992023-12-07T18:12:13.757Z Checking caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util)
22002023-12-07T18:12:36.045Z Compiling polar-core v0.27.0
22012023-12-07T18:12:46.907Z Checking oso v0.27.0
22022023-12-07T18:13:22.644Z Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
22032023-12-07T18:14:43.267Z Finished dev [unoptimized + debuginfo] target(s) in 9m 51s
22042023-12-07T18:14:43.477Z
22052023-12-07T18:14:43.478Zreal 10:47.515915244
22062023-12-07T18:14:43.478Zuser 59:06.538962564
22072023-12-07T18:14:43.478Zsys 7:31.994966429
22082023-12-07T18:14:43.478Ztrap 2.021375306
22092023-12-07T18:14:43.478Ztflt 4.144050237
22102023-12-07T18:14:43.482Zdflt 5.411414526
22112023-12-07T18:14:43.482Zkflt 0.022794165
22122023-12-07T18:14:43.483Zlock 1:33:51.346128294
22132023-12-07T18:14:43.483Zslp 2:55:43.834226041
22142023-12-07T18:14:43.483Zlat 2:05.598208120
22152023-12-07T18:14:43.483Zstop 4:28.345626320
22162023-12-07T18:14:44.628Zwarning: output filename collision.
22172023-12-07T18:14:44.629ZThe 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)`.
22182023-12-07T18:14:44.629ZColliding filename is: /work/oxidecomputer/omicron/target/doc/hubpack/index.html
22192023-12-07T18:14:44.629ZThe targets should have unique names.
22202023-12-07T18:14:44.629ZThis is a known bug where multiple crates with the same name use
22212023-12-07T18:14:44.629Zthe same path; see <https://github.com/rust-lang/cargo/issues/6313>.
22222023-12-07T18:14:44.634Zwarning: output filename collision.
22232023-12-07T18:14:44.635ZThe bin target `oximeter` in package `oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)` has the same output filename as the lib target `oximeter` in package `oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)`.
22242023-12-07T18:14:44.635ZColliding filename is: /work/oxidecomputer/omicron/target/doc/oximeter/index.html
22252023-12-07T18:14:44.635ZThe targets should have unique names.
22262023-12-07T18:14:44.635ZThis is a known bug where multiple crates with the same name use
22272023-12-07T18:14:44.635Zthe same path; see <https://github.com/rust-lang/cargo/issues/6313>.
22282023-12-07T18:14:44.635Zwarning: output filename collision.
22292023-12-07T18:14:44.635ZThe 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)`.
22302023-12-07T18:14:44.635ZColliding filename is: /work/oxidecomputer/omicron/target/doc/tlvc/index.html
22312023-12-07T18:14:44.636ZThe targets should have unique names.
22322023-12-07T18:14:44.636ZThis is a known bug where multiple crates with the same name use
22332023-12-07T18:14:44.636Zthe same path; see <https://github.com/rust-lang/cargo/issues/6313>.
22342023-12-07T18:14:45.223Z Documenting libc v0.2.150
22352023-12-07T18:14:45.241Z Documenting cfg-if v1.0.0
22362023-12-07T18:14:45.250Z Documenting serde_derive v1.0.192
22372023-12-07T18:14:45.278Z Documenting scopeguard v1.2.0
22382023-12-07T18:14:45.282Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
22392023-12-07T18:14:45.298Z Documenting log v0.4.20
22402023-12-07T18:14:45.313Z Documenting itoa v1.0.9
22412023-12-07T18:14:45.314Z Documenting smallvec v1.11.0
22422023-12-07T18:14:45.699Z Documenting memchr v2.6.3
22432023-12-07T18:14:49.109Z Documenting zeroize_derive v1.4.2
22442023-12-07T18:14:49.260Z Documenting lock_api v0.4.10
22452023-12-07T18:14:49.372Z Documenting pin-project-lite v0.2.13
22462023-12-07T18:14:49.729Z Documenting libm v0.2.7
22472023-12-07T18:14:51.080Z Documenting futures-core v0.3.29
22482023-12-07T18:14:51.562Z Documenting getrandom v0.2.10
22492023-12-07T18:14:52.326Z Documenting parking_lot_core v0.9.8
22502023-12-07T18:14:53.367Z Documenting signal-hook-registry v1.4.1
22512023-12-07T18:14:53.610Z Documenting mio v0.8.9
22522023-12-07T18:14:54.710Z Documenting num-traits v0.2.16
22532023-12-07T18:14:54.828Z Documenting serde v1.0.192
22542023-12-07T18:14:56.450Z Documenting thiserror-impl v1.0.49
22552023-12-07T18:14:56.500Z Documenting zeroize v1.7.0
22562023-12-07T18:14:57.224Z Documenting rand_core v0.6.4
22572023-12-07T18:14:58.103Z Documenting parking_lot v0.12.1
22582023-12-07T18:14:59.485Z Documenting num_cpus v1.16.0
22592023-12-07T18:14:59.569Z Documenting socket2 v0.5.5
22602023-12-07T18:15:01.591Z Documenting typenum v1.16.0
22612023-12-07T18:15:02.116Z Documenting tokio-macros v2.2.0
22622023-12-07T18:15:02.741Z Documenting once_cell v1.18.0
22632023-12-07T18:15:03.475Z Documenting thiserror v1.0.49
22642023-12-07T18:15:03.842Z Documenting subtle v2.5.0
22652023-12-07T18:15:05.087Z Documenting ryu v1.0.15
22662023-12-07T18:15:05.390Z Documenting byteorder v1.5.0
22672023-12-07T18:15:08.549Z Documenting futures-sink v0.3.29
22682023-12-07T18:15:08.560Z Documenting const-oid v0.9.5
22692023-12-07T18:15:08.651Z Documenting pin-utils v0.1.0
22702023-12-07T18:15:09.113Z Documenting futures-task v0.3.29
22712023-12-07T18:15:09.386Z Documenting slab v0.4.9
22722023-12-07T18:15:11.454Z Documenting futures-macro v0.3.29
22732023-12-07T18:15:14.271Z Documenting futures-channel v0.3.29
22742023-12-07T18:15:14.636Z Documenting futures-io v0.3.29
22752023-12-07T18:15:15.457Z Documenting iana-time-zone v0.1.57
22762023-12-07T18:15:16.277Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
22772023-12-07T18:15:17.445Z Documenting tinyvec_macros v0.1.1
22782023-12-07T18:15:17.768Z Documenting ppv-lite86 v0.2.17
22792023-12-07T18:15:18.817Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
22802023-12-07T18:15:20.344Z Documenting tracing-core v0.1.31
22812023-12-07T18:15:20.451Z Documenting futures-util v0.3.29
22822023-12-07T18:15:21.432Z Documenting tracing-attributes v0.1.26
22832023-12-07T18:15:21.686Z Documenting tinyvec v1.6.0
22842023-12-07T18:15:22.710Z Documenting rand_chacha v0.3.1
22852023-12-07T18:15:27.317Z Documenting unicode-normalization v0.1.22
22862023-12-07T18:15:29.238Z Documenting bytes v1.5.0
22872023-12-07T18:15:29.454Z Documenting bitflags v2.4.0
22882023-12-07T18:15:31.367Z Documenting serde_json v1.0.108
22892023-12-07T18:15:31.841Z Documenting chrono v0.4.31
22902023-12-07T18:15:33.932Z Documenting uuid v1.6.1
22912023-12-07T18:15:35.599Z Documenting rand v0.8.5
22922023-12-07T18:15:35.948Z Documenting base64 v0.21.5
22932023-12-07T18:15:36.497Z Documenting tokio v1.34.0
22942023-12-07T18:15:39.720Z Documenting fnv v1.0.7
22952023-12-07T18:15:40.380Z Documenting spin v0.9.8
22962023-12-07T18:15:40.905Z Documenting lazy_static v1.4.0
22972023-12-07T18:15:42.039Z Documenting unicode-bidi v0.3.13
22982023-12-07T18:15:43.826Z Documenting percent-encoding v2.3.1
22992023-12-07T18:15:44.857Z Documenting cpufeatures v0.2.9
23002023-12-07T18:15:45.114Z Documenting serde_derive_internals v0.26.0
23012023-12-07T18:15:45.201Z Documenting http v0.2.11
23022023-12-07T18:15:45.561Z Documenting generic-array v0.14.7
23032023-12-07T18:15:48.372Z Checking serde_derive_internals v0.26.0
23042023-12-07T18:15:48.920Z Documenting dyn-clone v1.0.13
23052023-12-07T18:15:49.142Z Documenting tracing v0.1.37
23062023-12-07T18:15:49.284Z Documenting idna v0.5.0
23072023-12-07T18:15:49.638Z Documenting form_urlencoded v1.2.1
23082023-12-07T18:15:51.789Z Documenting crypto-common v0.1.6
23092023-12-07T18:15:52.787Z Documenting block-buffer v0.10.4
23102023-12-07T18:15:53.220Z Documenting schemars_derive v0.8.13
23112023-12-07T18:15:53.413Z Documenting errno v0.3.2
23122023-12-07T18:15:53.712Z Documenting httparse v1.8.0
23132023-12-07T18:15:55.332Z Documenting unicode-ident v1.0.12
23142023-12-07T18:15:55.438Z Documenting url v2.5.0
23152023-12-07T18:15:58.544Z Documenting adler v1.0.2
23162023-12-07T18:15:59.231Z Documenting digest v0.10.7
23172023-12-07T18:15:59.335Z Documenting rustix v0.38.25
23182023-12-07T18:15:59.363Z Documenting proc-macro2 v1.0.69
23192023-12-07T18:15:59.758Z Documenting base64ct v1.6.0
23202023-12-07T18:16:07.576Z Documenting httpdate v1.0.3
23212023-12-07T18:16:07.637Z Documenting schemars v0.8.13
23222023-12-07T18:16:07.712Z Documenting miniz_oxide v0.7.1
23232023-12-07T18:16:07.838Z Documenting quote v1.0.33
23242023-12-07T18:16:07.840Z Documenting try-lock v0.2.4
23252023-12-07T18:16:07.840Z Documenting openssl-probe v0.1.5
23262023-12-07T18:16:07.914Z Documenting untrusted v0.9.0
23272023-12-07T18:16:08.540Z Documenting http-body v0.4.5
23282023-12-07T18:16:09.478Z Documenting openssl-sys v0.9.96
23292023-12-07T18:16:10.542Z Documenting async-trait v0.1.74
23302023-12-07T18:16:10.631Z Documenting want v0.3.1
23312023-12-07T18:16:11.216Z Documenting openssl-macros v0.1.1
23322023-12-07T18:16:12.120Z Documenting ring v0.17.7
23332023-12-07T18:16:12.916Z Documenting mime v0.3.17
23342023-12-07T18:16:14.811Z Documenting tower-service v0.3.2
23352023-12-07T18:16:16.050Z Documenting pem-rfc7468 v0.7.0
23362023-12-07T18:16:17.443Z Documenting aho-corasick v1.0.4
23372023-12-07T18:16:17.555Z Documenting sct v0.7.0
23382023-12-07T18:16:18.021Z Documenting tokio-util v0.7.10
23392023-12-07T18:16:18.308Z Documenting openssl v0.10.60
23402023-12-07T18:16:19.237Z Documenting slog v2.7.0
23412023-12-07T18:16:20.265Z Documenting der_derive v0.7.2
23422023-12-07T18:16:20.297Z Documenting rustls-webpki v0.101.7
23432023-12-07T18:16:22.228Z Documenting flagset v0.4.3
23442023-12-07T18:16:23.196Z Documenting regex-syntax v0.8.2
23452023-12-07T18:16:24.714Z Documenting equivalent v1.0.1
23462023-12-07T18:16:25.511Z Documenting ipnet v2.8.0
23472023-12-07T18:16:26.329Z Documenting unicode-width v0.1.11
23482023-12-07T18:16:26.526Z Documenting h2 v0.3.21
23492023-12-07T18:16:26.642Z Documenting hashbrown v0.14.2
23502023-12-07T18:16:27.768Z Documenting der v0.7.8
23512023-12-07T18:16:28.745Z Documenting rustls v0.21.9
23522023-12-07T18:16:30.385Z Documenting rustls-pemfile v1.0.3
23532023-12-07T18:16:30.478Z Documenting num-integer v0.1.45
23542023-12-07T18:16:31.589Z Documenting time-macros v0.2.13
23552023-12-07T18:16:32.925Z Documenting indexmap v2.1.0
23562023-12-07T18:16:33.492Z Documenting regex-automata v0.4.3
23572023-12-07T18:16:35.235Z Documenting num_threads v0.1.6
23582023-12-07T18:16:35.881Z Documenting time-core v0.1.1
23592023-12-07T18:16:36.556Z Documenting utf8parse v0.2.1
23602023-12-07T18:16:38.686Z Documenting gimli v0.28.0
23612023-12-07T18:16:39.783Z Documenting deranged v0.3.8
23622023-12-07T18:16:39.983Z Documenting spki v0.7.2
23632023-12-07T18:16:40.402Z Documenting native-tls v0.2.11
23642023-12-07T18:16:40.682Z Documenting object v0.32.1
23652023-12-07T18:16:41.346Z Documenting tokio-rustls v0.24.1
23662023-12-07T18:16:41.397Z Documenting hyper v0.14.27
23672023-12-07T18:16:46.142Z Documenting time v0.3.27
23682023-12-07T18:16:46.181Z Documenting regex v1.10.2
23692023-12-07T18:16:46.533Z Documenting crossbeam-utils v0.8.16
23702023-12-07T18:16:47.938Z Documenting encoding_rs v0.8.33
23712023-12-07T18:16:48.094Z Documenting addr2line v0.21.0
23722023-12-07T18:16:50.482Z Checking pest_meta v2.7.2
23732023-12-07T18:16:53.617Z Documenting rustc-demangle v0.1.23
23742023-12-07T18:16:53.752Z Documenting tokio-native-tls v0.3.1
23752023-12-07T18:16:53.752Z Documenting rustls-native-certs v0.6.3
23762023-12-07T18:16:54.164Z Documenting serde_urlencoded v0.7.1
23772023-12-07T18:16:54.320Z Documenting pest_meta v2.7.2
23782023-12-07T18:16:54.910Z Checking pest_generator v2.7.2
23792023-12-07T18:16:56.137Z Documenting pkcs8 v0.10.2
23802023-12-07T18:16:56.264Z Documenting ucd-trie v0.1.6
23812023-12-07T18:16:59.492Z Documenting anstyle v1.0.2
23822023-12-07T18:16:59.614Z Documenting backtrace v0.3.69
23832023-12-07T18:16:59.666Z Documenting hyper-rustls v0.24.2
23842023-12-07T18:17:00.336Z Documenting pest_generator v2.7.2
23852023-12-07T18:17:00.693Z Documenting webpki-roots v0.25.2
23862023-12-07T18:17:00.920Z Documenting hyper-tls v0.5.0
23872023-12-07T18:17:02.419Z Documenting data-encoding v2.4.0
23882023-12-07T18:17:03.041Z Documenting pest v2.7.2
23892023-12-07T18:17:04.925Z Documenting anstyle-parse v0.2.1
23902023-12-07T18:17:06.084Z Documenting syn v2.0.32
23912023-12-07T18:17:07.214Z Documenting pest_derive v2.7.2
23922023-12-07T18:17:07.941Z Documenting anyhow v1.0.75
23932023-12-07T18:17:08.584Z Documenting ipnetwork v0.20.0
23942023-12-07T18:17:09.465Z Documenting sha2 v0.10.8
23952023-12-07T18:17:09.837Z Documenting futures-executor v0.3.29
23962023-12-07T18:17:10.937Z Documenting hex v0.4.3
23972023-12-07T18:17:10.943Z Documenting reqwest v0.11.22
23982023-12-07T18:17:13.634Z Documenting crc32fast v1.3.2
23992023-12-07T18:17:15.721Z Checking serde_tokenstream v0.1.7
24002023-12-07T18:17:16.227Z Documenting anstyle-query v1.0.0
24012023-12-07T18:17:16.543Z Documenting colorchoice v1.0.0
24022023-12-07T18:17:16.766Z Documenting dtrace-parser v0.1.14
24032023-12-07T18:17:16.888Z Documenting openapiv3 v2.0.0-rc.1
24042023-12-07T18:17:17.173Z Documenting num-iter v0.1.43
24052023-12-07T18:17:18.968Z Documenting hmac v0.12.1
24062023-12-07T18:17:20.546Z Documenting dof v0.1.5
24072023-12-07T18:17:21.377Z Documenting anstream v0.5.0
24082023-12-07T18:17:22.233Z Documenting signal-hook v0.3.17
24092023-12-07T18:17:23.127Z Documenting thread-id v4.2.0
24102023-12-07T18:17:25.971Z Documenting terminal_size v0.2.6
24112023-12-07T18:17:26.095Z Documenting memoffset v0.9.0
24122023-12-07T18:17:26.574Z Documenting strsim v0.10.0
24132023-12-07T18:17:27.071Z Documenting clap_lex v0.5.1
24142023-12-07T18:17:27.082Z Documenting flate2 v1.0.28
24152023-12-07T18:17:28.140Z Documenting futures v0.3.29
24162023-12-07T18:17:28.711Z Documenting usdt-impl v0.3.5
24172023-12-07T18:17:30.234Z Documenting crossbeam-epoch v0.9.15
24182023-12-07T18:17:31.727Z Documenting usdt-attr-macro v0.3.5
24192023-12-07T18:17:32.456Z Documenting usdt-macro v0.3.5
24202023-12-07T18:17:33.088Z Documenting clap_builder v4.4.2
24212023-12-07T18:17:34.277Z Documenting clap_derive v4.4.2
24222023-12-07T18:17:34.388Z Documenting managed v0.8.0
24232023-12-07T18:17:36.062Z Documenting signal-hook-mio v0.2.3
24242023-12-07T18:17:36.595Z Documenting block-padding v0.3.3
24252023-12-07T18:17:39.290Z Documenting scheduled-thread-pool v0.2.7
24262023-12-07T18:17:39.409Z Documenting bzip2-sys v0.1.11+1.0.8
24272023-12-07T18:17:39.641Z Documenting enum-as-inner v0.5.1
24282023-12-07T18:17:40.050Z Documenting usdt v0.3.5
24292023-12-07T18:17:41.841Z Checking diesel_table_macro_syntax v0.1.0
24302023-12-07T18:17:41.945Z Documenting diesel_table_macro_syntax v0.1.0
24312023-12-07T18:17:42.080Z Documenting pin-project-internal v1.1.3
24322023-12-07T18:17:42.532Z Documenting clap v4.4.3
24332023-12-07T18:17:42.764Z Documenting unicode-segmentation v1.10.1
24342023-12-07T18:17:45.034Z Documenting bzip2 v0.4.4
24352023-12-07T18:17:45.210Z Documenting r2d2 v0.8.10
24362023-12-07T18:17:46.729Z Documenting trust-dns-proto v0.22.0
24372023-12-07T18:17:47.422Z Documenting inout v0.1.3
24382023-12-07T18:17:47.636Z Documenting crossterm v0.27.0
24392023-12-07T18:17:48.476Z Documenting diesel_derives v2.1.2
24402023-12-07T18:17:49.120Z Documenting pin-project v1.1.3
24412023-12-07T18:17:49.675Z Documenting md-5 v0.10.5
24422023-12-07T18:17:50.806Z Documenting stringprep v0.1.3
24432023-12-07T18:17:51.305Z Documenting serde_spanned v0.6.4
24442023-12-07T18:17:53.121Z Documenting toml_datetime v0.6.5
24452023-12-07T18:17:53.660Z Documenting ff v0.13.0
24462023-12-07T18:17:55.974Z Documenting doc-comment v0.3.3
24472023-12-07T18:17:56.407Z Documenting pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
24482023-12-07T18:17:56.638Z Documenting snafu-derive v0.7.5
24492023-12-07T18:17:56.981Z Documenting fallible-iterator v0.2.0
24502023-12-07T18:17:58.891Z Documenting winnow v0.5.15
24512023-12-07T18:17:58.941Z Documenting either v1.9.0
24522023-12-07T18:17:59.508Z Documenting static_assertions v1.1.0
24532023-12-07T18:18:00.021Z Documenting bit-vec v0.6.3
24542023-12-07T18:18:00.267Z Documenting siphasher v0.3.11
24552023-12-07T18:18:01.883Z Documenting base16ct v0.2.0
24562023-12-07T18:18:03.928Z Documenting diesel v2.1.4
24572023-12-07T18:18:04.431Z Documenting postgres-protocol v0.6.6
24582023-12-07T18:18:04.529Z Documenting phf_shared v0.11.2
24592023-12-07T18:18:04.791Z Documenting group v0.13.0
24602023-12-07T18:18:05.937Z Documenting cipher v0.4.4
24612023-12-07T18:18:06.403Z Documenting sec1 v0.7.3
24622023-12-07T18:18:06.631Z Documenting toml_edit v0.21.0
24632023-12-07T18:18:07.723Z Documenting snafu v0.7.5
24642023-12-07T18:18:09.961Z Documenting zip v0.6.6
24652023-12-07T18:18:10.608Z Documenting hkdf v0.12.3
24662023-12-07T18:18:13.581Z Documenting num-bigint v0.4.4
24672023-12-07T18:18:14.057Z Documenting crypto-bigint v0.5.2
24682023-12-07T18:18:14.969Z Documenting hubpack v0.1.2
24692023-12-07T18:18:14.983Z Documenting regress v0.7.1
24702023-12-07T18:18:16.076Z Documenting bstr v1.6.0
24712023-12-07T18:18:16.605Z Documenting serde_repr v0.1.16
24722023-12-07T18:18:18.004Z Documenting fixedbitset v0.4.2
24732023-12-07T18:18:21.687Z Documenting lalrpop-util v0.19.12
24742023-12-07T18:18:23.318Z Documenting precomputed-hash v0.1.1
24752023-12-07T18:18:23.715Z Documenting new_debug_unreachable v1.0.4
24762023-12-07T18:18:24.091Z Documenting yasna v0.5.2
24772023-12-07T18:18:24.360Z Documenting gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
24782023-12-07T18:18:24.789Z Documenting petgraph v0.6.4
24792023-12-07T18:18:25.279Z Documenting elliptic-curve v0.13.8
24802023-12-07T18:18:27.724Z Documenting postgres-types v0.2.6
24812023-12-07T18:18:27.958Z Documenting phf v0.11.2
24822023-12-07T18:18:28.947Z Documenting string_cache v0.8.7
24832023-12-07T18:18:33.306Z Documenting console v0.15.7
24842023-12-07T18:18:34.061Z Documenting semver v1.0.20
24852023-12-07T18:18:34.544Z Documenting float-cmp v0.9.0
24862023-12-07T18:18:35.267Z Documenting difflib v0.4.0
24872023-12-07T18:18:35.945Z Documenting heck v0.4.1
24882023-12-07T18:18:36.144Z Documenting predicates-core v1.0.6
24892023-12-07T18:18:38.500Z Checking unsafe-libyaml v0.2.9
24902023-12-07T18:18:39.732Z Documenting normalize-line-endings v0.3.0
24912023-12-07T18:18:39.961Z Documenting whoami v1.4.1
24922023-12-07T18:18:40.354Z Documenting bit-set v0.5.3
24932023-12-07T18:18:41.049Z Documenting similar v2.2.1
24942023-12-07T18:18:41.554Z Documenting typify-macro v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f)
24952023-12-07T18:18:41.897Z Documenting tokio-stream v0.1.14
24962023-12-07T18:18:41.916Z Documenting unsafe-libyaml v0.2.9
24972023-12-07T18:18:42.496Z Documenting typify-impl v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f)
24982023-12-07T18:18:45.235Z Documenting predicates v3.0.4
24992023-12-07T18:18:45.461Z Documenting tokio-postgres v0.7.10
25002023-12-07T18:18:46.452Z Checking ident_case v1.0.1
25012023-12-07T18:18:46.657Z Checking serde_yaml v0.9.25
25022023-12-07T18:18:47.353Z Documenting progenitor-client v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576)
25032023-12-07T18:18:47.616Z Documenting serde_yaml v0.9.25
25042023-12-07T18:18:49.622Z Documenting getopts v0.2.21
25052023-12-07T18:18:49.763Z Documenting match_cfg v0.1.0
25062023-12-07T18:18:51.596Z Documenting sha1 v0.10.6
25072023-12-07T18:18:52.896Z Documenting dirs-sys-next v0.1.2
25082023-12-07T18:18:53.682Z Documenting typify v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f)
25092023-12-07T18:18:53.841Z Documenting hostname v0.3.1
25102023-12-07T18:18:55.664Z Documenting thread_local v1.1.7
25112023-12-07T18:18:55.910Z Documenting progenitor-macro v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576)
25122023-12-07T18:18:57.712Z Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
25132023-12-07T18:18:58.576Z Documenting dirs-next v2.0.0
25142023-12-07T18:18:58.798Z Documenting paste v1.0.14
25152023-12-07T18:18:59.212Z Documenting crossbeam-channel v0.5.8
25162023-12-07T18:18:59.468Z Documenting atty v0.2.14
25172023-12-07T18:19:01.774Z Documenting take_mut v0.2.2
25182023-12-07T18:19:03.019Z Documenting slog-json v2.6.1
25192023-12-07T18:19:03.696Z Documenting progenitor-impl v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576)
25202023-12-07T18:19:04.089Z Documenting camino v1.1.6
25212023-12-07T18:19:04.260Z Documenting term v0.7.0
25222023-12-07T18:19:04.815Z Documenting async-stream-impl v0.3.5
25232023-12-07T18:19:05.287Z Documenting debug-ignore v1.0.5
25242023-12-07T18:19:07.176Z Documenting atomic-waker v1.1.1
25252023-12-07T18:19:07.305Z Documenting slog-async v2.8.0
25262023-12-07T18:19:09.449Z Checking darling_core v0.20.3
25272023-12-07T18:19:09.746Z Documenting slog-bunyan v2.4.0
25282023-12-07T18:19:09.979Z Documenting slog-term v2.9.0
25292023-12-07T18:19:11.010Z Documenting toml v0.8.8
25302023-12-07T18:19:11.300Z Documenting waitgroup v0.1.2
25312023-12-07T18:19:11.528Z Documenting async-stream v0.3.5
25322023-12-07T18:19:12.292Z Documenting dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#ff87a017)
25332023-12-07T18:19:13.495Z Documenting multer v2.1.0
25342023-12-07T18:19:14.992Z Documenting progenitor v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576)
25352023-12-07T18:19:16.304Z Documenting serde_path_to_error v0.1.14
25362023-12-07T18:19:16.453Z Documenting strum v0.25.0
25372023-12-07T18:19:16.747Z Checking darling v0.20.3
25382023-12-07T18:19:16.887Z Documenting serde_with_macros v3.4.0
25392023-12-07T18:19:16.957Z Documenting structmeta-derive v0.2.0
25402023-12-07T18:19:18.189Z Checking structmeta v0.2.0
25412023-12-07T18:19:18.521Z Documenting instant v0.1.12
25422023-12-07T18:19:20.155Z Checking regex-syntax v0.7.5
25432023-12-07T18:19:20.448Z Documenting serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
25442023-12-07T18:19:21.817Z Documenting macaddr v1.0.1
25452023-12-07T18:19:22.440Z Documenting dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#ff87a017)
25462023-12-07T18:19:24.019Z Documenting serde_with v3.4.0
25472023-12-07T18:19:24.186Z Documenting backoff v0.4.0
25482023-12-07T18:19:24.467Z Documenting structmeta v0.2.0
25492023-12-07T18:19:25.128Z Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
25502023-12-07T18:19:26.898Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
25512023-12-07T18:19:27.678Z Documenting fastrand v2.0.0
25522023-12-07T18:19:30.728Z Documenting is-terminal v0.4.9
25532023-12-07T18:19:30.960Z Documenting parse-display-derive v0.8.2
25542023-12-07T18:19:31.098Z Checking proc-macro-crate v1.3.1
25552023-12-07T18:19:31.408Z Documenting proc-macro-crate v1.3.1
25562023-12-07T18:19:31.499Z Documenting proc-macro-error-attr v1.0.4
25572023-12-07T18:19:32.237Z Documenting hash32 v0.2.1
25582023-12-07T18:19:33.760Z Documenting tempfile v3.8.1
25592023-12-07T18:19:35.204Z Documenting stable_deref_trait v1.2.0
25602023-12-07T18:19:37.038Z Documenting proc-macro-error v1.0.4
25612023-12-07T18:19:37.719Z Documenting num_enum_derive v0.5.11
25622023-12-07T18:19:37.898Z Checking proc-macro-error v1.0.4
25632023-12-07T18:19:38.308Z Documenting embedded-io v0.4.0
25642023-12-07T18:19:38.313Z Documenting cobs v0.2.3
25652023-12-07T18:19:39.255Z Documenting heapless v0.7.16
25662023-12-07T18:19:39.593Z Documenting parse-display v0.8.2
25672023-12-07T18:19:40.112Z Documenting camino-tempfile v1.1.1
25682023-12-07T18:19:42.490Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
25692023-12-07T18:19:42.919Z Documenting postcard v1.0.8
25702023-12-07T18:19:43.334Z Documenting foreign-types-macros v0.2.3
25712023-12-07T18:19:44.873Z Documenting illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=24ceba1969269e4d81bda83d8968d7d7f713c46b#24ceba19)
25722023-12-07T18:19:45.525Z Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
25732023-12-07T18:19:45.891Z Documenting num_enum v0.5.11
25742023-12-07T18:19:46.664Z Documenting smoltcp v0.10.0
25752023-12-07T18:19:46.738Z Documenting foreign-types-shared v0.3.1
25762023-12-07T18:19:48.664Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
25772023-12-07T18:19:49.066Z Documenting libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
25782023-12-07T18:19:49.307Z Documenting crucible-workspace-hack v0.1.0
25792023-12-07T18:19:49.980Z Documenting nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
25802023-12-07T18:19:50.084Z Documenting cstr-argument v0.1.2
25812023-12-07T18:19:50.923Z Documenting foreign-types v0.5.0
25822023-12-07T18:19:51.454Z Documenting rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
25832023-12-07T18:19:54.627Z Documenting kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=24ceba1969269e4d81bda83d8968d7d7f713c46b#24ceba19)
25842023-12-07T18:19:54.917Z Documenting dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
25852023-12-07T18:19:55.336Z Documenting opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=24ceba1969269e4d81bda83d8968d7d7f713c46b#24ceba19)
25862023-12-07T18:19:55.373Z Documenting colored v2.0.4
25872023-12-07T18:19:55.572Z Documenting zerocopy v0.7.26
25882023-12-07T18:19:56.786Z Documenting nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
25892023-12-07T18:19:57.893Z Documenting rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
25902023-12-07T18:20:00.905Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
25912023-12-07T18:20:01.751Z Documenting zone_cfg_derive v0.3.0
25922023-12-07T18:20:02.132Z Documenting bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3e1d129151c3621d28ead5c6e5760693ba6e7fec#3e1d1291)
25932023-12-07T18:20:02.363Z Documenting num-derive v0.4.0
25942023-12-07T18:20:03.111Z Documenting smf v0.2.2
25952023-12-07T18:20:03.852Z Documenting libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d)
25962023-12-07T18:20:05.392Z Documenting opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=24ceba1969269e4d81bda83d8968d7d7f713c46b#24ceba19)
25972023-12-07T18:20:06.790Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
25982023-12-07T18:20:08.441Z Documenting bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3e1d129151c3621d28ead5c6e5760693ba6e7fec#3e1d1291)
25992023-12-07T18:20:08.691Z Documenting linked-hash-map v0.5.6
26002023-12-07T18:20:08.844Z Documenting blake2 v0.10.6
26012023-12-07T18:20:09.084Z Documenting crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=945f040d259ca8013d3fb26f510453da7cd7b1a6#945f040d)
26022023-12-07T18:20:09.286Z Documenting zone v0.3.0
26032023-12-07T18:20:09.593Z Documenting password-hash v0.5.0
26042023-12-07T18:20:12.947Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
26052023-12-07T18:20:14.537Z Documenting oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=24ceba1969269e4d81bda83d8968d7d7f713c46b#24ceba19)
26062023-12-07T18:20:14.711Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
26072023-12-07T18:20:14.818Z Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
26082023-12-07T18:20:15.002Z Documenting lru-cache v0.1.2
26092023-12-07T18:20:15.144Z Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
26102023-12-07T18:20:15.545Z Checking heck v0.3.3
26112023-12-07T18:20:15.795Z Documenting structopt-derive v0.4.18
26122023-12-07T18:20:15.902Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
26132023-12-07T18:20:16.162Z Documenting argon2 v0.5.2
26142023-12-07T18:20:16.745Z Documenting illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
26152023-12-07T18:20:20.126Z Documenting libefi-sys v0.1.0
26162023-12-07T18:20:20.433Z Documenting quick-error v1.2.3
26172023-12-07T18:20:23.453Z Documenting structopt v0.3.26
26182023-12-07T18:20:23.743Z Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
26192023-12-07T18:20:23.974Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
26202023-12-07T18:20:24.655Z Documenting opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=24ceba1969269e4d81bda83d8968d7d7f713c46b#24ceba19)
26212023-12-07T18:20:26.031Z Documenting libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
26222023-12-07T18:20:26.056Z Documenting resolv-conf v0.7.0
26232023-12-07T18:20:28.924Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
26242023-12-07T18:20:29.756Z Documenting cancel-safe-futures v0.1.5
26252023-12-07T18:20:29.851Z Documenting tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802)
26262023-12-07T18:20:30.625Z Documenting convert_case v0.4.0
26272023-12-07T18:20:31.092Z Checking convert_case v0.4.0
26282023-12-07T18:20:31.405Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
26292023-12-07T18:20:32.005Z Documenting trust-dns-resolver v0.22.0
26302023-12-07T18:20:32.455Z Documenting arc-swap v1.6.0
26312023-12-07T18:20:33.464Z Documenting tap v1.0.1
26322023-12-07T18:20:35.639Z Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
26332023-12-07T18:20:36.037Z Documenting derive_more v0.99.17
26342023-12-07T18:20:36.931Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
26352023-12-07T18:20:37.334Z Documenting num-rational v0.4.1
26362023-12-07T18:20:37.734Z Documenting wyz v0.5.1
26372023-12-07T18:20:38.098Z Documenting slog-scope v4.4.0
26382023-12-07T18:20:38.790Z Documenting radium v0.7.0
26392023-12-07T18:20:42.217Z Documenting num-complex v0.4.4
26402023-12-07T18:20:43.164Z Documenting funty v2.0.0
26412023-12-07T18:20:43.672Z Documenting half v1.8.2
26422023-12-07T18:20:43.788Z Documenting ciborium-io v0.2.1
26432023-12-07T18:20:44.590Z Documenting crc-catalog v2.2.0
26442023-12-07T18:20:45.931Z Documenting slog-stdlog v4.1.1
26452023-12-07T18:20:47.706Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
26462023-12-07T18:20:47.885Z Documenting bitvec v1.0.1
26472023-12-07T18:20:48.022Z Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
26482023-12-07T18:20:48.834Z Documenting crc v3.0.1
26492023-12-07T18:20:49.214Z Documenting slog-dtrace v0.2.3
26502023-12-07T18:20:49.355Z Documenting ciborium-ll v0.2.1
26512023-12-07T18:20:49.414Z Documenting num v0.4.1
26522023-12-07T18:20:49.584Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
26532023-12-07T18:20:51.566Z Documenting filetime v0.2.23
26542023-12-07T18:20:53.120Z Documenting xattr v1.0.1
26552023-12-07T18:20:55.424Z Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
26562023-12-07T18:20:56.031Z Documenting packed_struct_codegen v0.10.1
26572023-12-07T18:20:57.186Z Documenting keccak v0.1.4
26582023-12-07T18:20:58.159Z Documenting nodrop v0.1.14
26592023-12-07T18:20:59.118Z Documenting ciborium v0.2.1
26602023-12-07T18:20:59.321Z Documenting tar v0.4.40
26612023-12-07T18:21:01.328Z Documenting sha3 v0.10.8
26622023-12-07T18:21:02.208Z Documenting array-init v0.0.4
26632023-12-07T18:21:02.442Z Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
26642023-12-07T18:21:03.822Z Documenting slog-envlogger v2.2.0
26652023-12-07T18:21:04.469Z Documenting packed_struct v0.10.1
26662023-12-07T18:21:05.340Z Documenting num-bigint-dig v0.8.4
26672023-12-07T18:21:05.650Z Documenting pkcs1 v0.7.5
26682023-12-07T18:21:06.917Z Documenting signature v2.1.0
26692023-12-07T18:21:08.973Z Documenting fxhash v0.2.1
26702023-12-07T18:21:09.401Z Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
26712023-12-07T18:21:11.759Z Documenting secrecy v0.8.0
26722023-12-07T18:21:12.450Z Documenting swrite v0.1.0
26732023-12-07T18:21:14.233Z Documenting utf-8 v0.7.6
26742023-12-07T18:21:14.461Z Documenting bitfield v0.14.0
26752023-12-07T18:21:14.780Z Documenting termcolor v1.2.0
26762023-12-07T18:21:18.355Z Documenting rsa v0.9.2
26772023-12-07T18:21:18.356Z Documenting serde-hex v0.1.0
26782023-12-07T18:21:18.356Z Documenting tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
26792023-12-07T18:21:18.769Z Documenting lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
26802023-12-07T18:21:19.695Z Documenting tungstenite v0.20.1
26812023-12-07T18:21:21.149Z Documenting env_logger v0.10.0
26822023-12-07T18:21:23.769Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
26832023-12-07T18:21:26.802Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
26842023-12-07T18:21:27.773Z Documenting newtype_derive v0.1.6
26852023-12-07T18:21:28.882Z Documenting x509-cert v0.2.4
26862023-12-07T18:21:29.675Z Documenting libsw v3.3.0
26872023-12-07T18:21:31.193Z Documenting pem v3.0.2
26882023-12-07T18:21:31.209Z Documenting ron v0.8.1
26892023-12-07T18:21:33.216Z Documenting derive-where v1.2.6
26902023-12-07T18:21:36.651Z Documenting linear-map v1.2.0
26912023-12-07T18:21:37.152Z Documenting crc-any v2.4.3
26922023-12-07T18:21:37.865Z Documenting owo-colors v3.5.0
26932023-12-07T18:21:37.948Z Documenting tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
26942023-12-07T18:21:40.260Z Documenting steno v0.4.0
26952023-12-07T18:21:40.350Z Documenting tokio-tungstenite v0.20.1
26962023-12-07T18:21:41.879Z Documenting lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
26972023-12-07T18:21:42.696Z Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
26982023-12-07T18:21:43.374Z Documenting internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
26992023-12-07T18:21:44.031Z Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client)
27002023-12-07T18:21:45.266Z Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
27012023-12-07T18:21:51.401Z Documenting itertools v0.12.0
27022023-12-07T18:21:52.321Z Documenting nibble_vec v0.1.0
27032023-12-07T18:21:55.996Z Documenting endian-type v0.1.2
27042023-12-07T18:21:57.589Z Documenting same-file v1.0.6
27052023-12-07T18:21:58.539Z Documenting path-slash v0.1.5
27062023-12-07T18:22:00.745Z Documenting glob v0.3.1
27072023-12-07T18:22:01.620Z Documenting radix_trie v0.2.1
27082023-12-07T18:22:02.514Z Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
27092023-12-07T18:22:03.970Z Documenting walkdir v2.4.0
27102023-12-07T18:22:04.143Z Documenting hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84)
27112023-12-07T18:22:07.481Z Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
27122023-12-07T18:22:07.812Z Documenting buf-list v1.0.3
27132023-12-07T18:22:08.894Z Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
27142023-12-07T18:22:10.196Z Checking darling_core v0.14.4
27152023-12-07T18:22:10.638Z Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
27162023-12-07T18:22:12.512Z Documenting trust-dns-client v0.22.0
27172023-12-07T18:22:13.123Z Checking darling v0.14.4
27182023-12-07T18:22:13.279Z Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
27192023-12-07T18:22:18.763Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
27202023-12-07T18:22:19.468Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
27212023-12-07T18:22:21.172Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
27222023-12-07T18:22:21.587Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
27232023-12-07T18:22:23.805Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27242023-12-07T18:22:25.970Z Documenting trust-dns-server v0.22.1
27252023-12-07T18:22:29.367Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
27262023-12-07T18:22:31.171Z Documenting sled v0.34.7
27272023-12-07T18:22:31.849Z Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
27282023-12-07T18:22:32.276Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27292023-12-07T18:22:33.471Z Documenting unicase v2.7.0
27302023-12-07T18:22:33.638Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
27312023-12-07T18:22:33.733Z Documenting globset v0.4.13
27322023-12-07T18:22:34.056Z Documenting crossbeam-deque v0.8.3
27332023-12-07T18:22:38.107Z Documenting headers-core v0.2.0
27342023-12-07T18:22:38.767Z Documenting olpc-cjson v0.1.3
27352023-12-07T18:22:39.592Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27362023-12-07T18:22:39.737Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
27372023-12-07T18:22:40.285Z Documenting serde_plain v1.0.2
27382023-12-07T18:22:41.054Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
27392023-12-07T18:22:41.563Z Documenting async-recursion v1.0.5
27402023-12-07T18:22:42.768Z Documenting pretty-hex v0.4.0
27412023-12-07T18:22:44.822Z Documenting typed-path v0.7.0
27422023-12-07T18:22:45.693Z Documenting display-error-chain v0.2.0
27432023-12-07T18:22:46.345Z Documenting headers v0.3.9
27442023-12-07T18:22:46.477Z Documenting rayon-core v1.12.0
27452023-12-07T18:22:46.638Z Documenting mime_guess v2.0.4
27462023-12-07T18:22:47.334Z Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
27472023-12-07T18:22:49.740Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
27482023-12-07T18:22:51.063Z Checking derive_builder_core v0.12.0
27492023-12-07T18:22:52.470Z Documenting derive_builder_core v0.12.0
27502023-12-07T18:22:52.570Z Documenting dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
27512023-12-07T18:22:52.814Z Documenting tough v0.16.0
27522023-12-07T18:22:53.301Z Checking ipcc-key-value v0.1.0 (/work/oxidecomputer/omicron/ipcc-key-value)
27532023-12-07T18:22:54.247Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
27542023-12-07T18:22:54.649Z Documenting universal-hash v0.5.1
27552023-12-07T18:22:56.154Z Documenting bcs v0.1.6
27562023-12-07T18:22:57.719Z Documenting kstat-rs v0.2.3
27572023-12-07T18:23:01.036Z Documenting thiserror-impl-no-std v2.0.2
27582023-12-07T18:23:01.615Z Documenting curve25519-dalek-derive v0.1.0
27592023-12-07T18:23:02.300Z Documenting opaque-debug v0.3.0
27602023-12-07T18:23:03.884Z Documenting highway v1.1.0
27612023-12-07T18:23:03.914Z Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
27622023-12-07T18:23:06.472Z Documenting poly1305 v0.8.0
27632023-12-07T18:23:08.384Z Documenting curve25519-dalek v4.1.0
27642023-12-07T18:23:08.651Z Documenting thiserror-no-std v2.0.2
27652023-12-07T18:23:09.592Z Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27662023-12-07T18:23:11.054Z Documenting derive_builder_macro v0.12.0
27672023-12-07T18:23:12.857Z Documenting rayon v1.8.0
27682023-12-07T18:23:13.603Z Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
27692023-12-07T18:23:14.885Z Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27702023-12-07T18:23:17.004Z Documenting ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
27712023-12-07T18:23:18.562Z Documenting mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client)
27722023-12-07T18:23:24.192Z Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
27732023-12-07T18:23:33.379Z Documenting propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=3e1d129151c3621d28ead5c6e5760693ba6e7fec#3e1d1291)
27742023-12-07T18:23:37.626Z Documenting portable-atomic v1.4.3
27752023-12-07T18:23:40.584Z Documenting ed25519 v1.5.3
27762023-12-07T18:23:41.719Z Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27772023-12-07T18:23:43.280Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
27782023-12-07T18:23:44.565Z Documenting crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=945f040d259ca8013d3fb26f510453da7cd7b1a6#945f040d)
27792023-12-07T18:23:44.865Z Documenting chacha20 v0.9.1
27802023-12-07T18:23:46.900Z Documenting aead v0.5.2
27812023-12-07T18:23:47.527Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
27822023-12-07T18:23:49.765Z Documenting ref-cast-impl v1.0.20
27832023-12-07T18:23:52.450Z Documenting vte_generate_state_changes v0.1.1
27842023-12-07T18:23:54.131Z Documenting number_prefix v0.4.0
27852023-12-07T18:23:56.134Z Documenting cassowary v0.3.0
27862023-12-07T18:23:57.455Z Documenting chacha20poly1305 v0.10.1
27872023-12-07T18:23:57.593Z Documenting ref-cast v1.0.20
27882023-12-07T18:23:58.438Z Documenting vte v0.11.1
27892023-12-07T18:23:59.803Z Documenting indicatif v0.17.7
27902023-12-07T18:24:01.185Z Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
27912023-12-07T18:24:01.891Z Documenting ratatui v0.23.0
27922023-12-07T18:24:01.969Z Documenting salty v0.2.0
27932023-12-07T18:24:05.420Z Documenting derive_builder v0.12.0
27942023-12-07T18:24:07.054Z Documenting vsss-rs v3.3.1
27952023-12-07T18:24:08.513Z Documenting fs-err v2.11.0
27962023-12-07T18:24:09.715Z Documenting polar-core v0.27.0
27972023-12-07T18:24:11.691Z Documenting hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a)
27982023-12-07T18:24:12.533Z Documenting nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d)
27992023-12-07T18:24:14.265Z Documenting libxml v0.3.3
28002023-12-07T18:24:17.226Z Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
28012023-12-07T18:24:18.261Z Documenting ipcc-key-value v0.1.0 (/work/oxidecomputer/omicron/ipcc-key-value)
28022023-12-07T18:24:18.449Z Documenting tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
28032023-12-07T18:24:22.904Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28042023-12-07T18:24:22.908Z Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
28052023-12-07T18:24:23.327Z Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
28062023-12-07T18:24:24.279Z Documenting bb8 v0.8.1
28072023-12-07T18:24:24.504Z Documenting bytesize v1.3.0
28082023-12-07T18:24:31.127Z Documenting quick-xml v0.23.1
28092023-12-07T18:24:32.033Z Documenting serde-big-array v0.5.1
28102023-12-07T18:24:32.291Z Documenting rtoolbox v0.0.1
28112023-12-07T18:24:36.574Z Documenting impl-trait-for-tuples v0.2.2
28122023-12-07T18:24:37.182Z Documenting oso-derive v0.27.0
28132023-12-07T18:24:37.198Z Documenting unicode-linebreak v0.1.5
28142023-12-07T18:24:38.136Z Documenting is_ci v1.1.1
28152023-12-07T18:24:38.281Z Documenting smawk v0.3.1
28162023-12-07T18:24:38.558Z Documenting http-range v0.1.5
28172023-12-07T18:24:41.630Z Documenting maplit v1.0.2
28182023-12-07T18:24:43.615Z Documenting humantime v2.1.0
28192023-12-07T18:24:43.774Z Documenting supports-color v2.1.0
28202023-12-07T18:24:44.079Z Documenting hyper-staticfile v0.9.5
28212023-12-07T18:24:44.262Z Documenting textwrap v0.16.0
28222023-12-07T18:24:45.047Z Documenting gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
28232023-12-07T18:24:47.056Z Documenting oso v0.27.0
28242023-12-07T18:24:48.637Z Documenting rpassword v7.3.1
28252023-12-07T18:24:49.237Z Documenting samael v0.0.10 (https://github.com/njaremko/samael?branch=master#52028e45)
28262023-12-07T18:24:49.980Z Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
28272023-12-07T18:24:50.890Z Documenting async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef)
28282023-12-07T18:24:54.290Z Documenting tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
28292023-12-07T18:24:54.982Z Documenting sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef)
28302023-12-07T18:24:54.988Z Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
28312023-12-07T18:25:02.323Z Documenting tui-tree-widget v0.13.0
28322023-12-07T18:25:03.433Z Documenting strip-ansi-escapes v0.2.0
28332023-12-07T18:25:08.177Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
28342023-12-07T18:25:09.239Z Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
28352023-12-07T18:25:10.365Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
28362023-12-07T18:25:11.103Z Documenting diesel-dtrace v0.2.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#c1252df7)
28372023-12-07T18:25:11.823Z Documenting cookie v0.18.0
28382023-12-07T18:25:14.571Z Documenting rcgen v0.11.3
28392023-12-07T18:25:18.340Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
28402023-12-07T18:25:19.066Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
28412023-12-07T18:25:19.352Z Documenting atomicwrites v0.4.2
28422023-12-07T18:25:19.617Z Documenting signal-hook-tokio v0.3.1
28432023-12-07T18:25:23.456Z Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
28442023-12-07T18:25:24.695Z Documenting fd-lock v3.0.13
28452023-12-07T18:25:25.922Z Documenting subprocess v0.2.9
28462023-12-07T18:25:26.962Z Documenting nu-ansi-term v0.49.0
28472023-12-07T18:25:31.255Z Documenting corncobs v0.1.3
28482023-12-07T18:25:31.847Z Documenting shell-words v1.1.0
28492023-12-07T18:25:32.276Z Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
28502023-12-07T18:25:32.989Z Documenting reedline v0.26.0
28512023-12-07T18:25:33.170Z Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
28522023-12-07T18:25:34.305Z Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
28532023-12-07T18:25:35.589Z Documenting sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef)
28542023-12-07T18:25:37.504Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
28552023-12-07T18:25:37.996Z Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
28562023-12-07T18:25:39.431Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
28572023-12-07T18:25:42.990Z Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
28582023-12-07T18:25:44.008Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
28592023-12-07T18:25:46.656Z Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
28602023-12-07T18:26:03.783Z Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
28612023-12-07T18:26:08.972Z Documenting crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=945f040d259ca8013d3fb26f510453da7cd7b1a6#945f040d)
28622023-12-07T18:26:18.392Z Documenting fatfs v0.3.6
28632023-12-07T18:26:18.448Z Documenting nanorand v0.7.0
28642023-12-07T18:26:20.644Z Documenting assert_matches v1.5.0
28652023-12-07T18:26:21.311Z Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
28662023-12-07T18:26:24.625Z Documenting flume v0.11.0
28672023-12-07T18:26:25.179Z Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
28682023-12-07T18:26:26.514Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
28692023-12-07T18:26:29.901Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
28702023-12-07T18:26:31.108Z Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
28712023-12-07T18:26:31.237Z Documenting installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd)
28722023-12-07T18:26:32.038Z Documenting installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client)
28732023-12-07T18:26:35.181Z Documenting omicron-zone-package v0.9.1
28742023-12-07T18:26:47.720Zwarning: unresolved link to `propolis_client::api::InstanceStateMonitorResponse`
28752023-12-07T18:26:47.721Z --> sled-agent/src/sim/instance.rs:46:7
28762023-12-07T18:26:47.721Z |
28772023-12-07T18:26:47.721Z46 | /// [`propolis_client::api::InstanceStateMonitorResponse`]. Transition requests
28782023-12-07T18:26:47.721Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `api` in module `propolis_client`
28792023-12-07T18:26:47.721Z |
28802023-12-07T18:26:47.721Z = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default
28812023-12-07T18:26:47.721Z
28822023-12-07T18:26:51.654Zwarning: `omicron-sled-agent` (lib doc) generated 1 warning
28832023-12-07T18:26:51.662Z Checking installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd)
28842023-12-07T18:26:52.760Z Checking installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client)
28852023-12-07T18:26:52.868Z Documenting termios v0.3.3
28862023-12-07T18:26:57.827Z Documenting topological-sort v0.2.2
28872023-12-07T18:26:58.788Z Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
28882023-12-07T18:27:04.416Z Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
28892023-12-07T18:27:04.439Z Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
28902023-12-07T18:27:05.676Z Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
28912023-12-07T18:27:07.413Z Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
28922023-12-07T18:27:40.571Z Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
28932023-12-07T18:27:48.486Z Documenting tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
28942023-12-07T18:28:07.589Z Documenting caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util)
28952023-12-07T18:28:09.356Z Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli)
28962023-12-07T18:28:09.997Z Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
28972023-12-07T18:28:10.328Z Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
28982023-12-07T18:28:32.722Z Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28992023-12-07T18:29:24.849Zwarning: unresolved link to `VolumeConstructionRequest`
29002023-12-07T18:29:24.849Z --> nexus/src/app/sagas/volume_delete.rs:338:7
29012023-12-07T18:29:24.849Z |
29022023-12-07T18:29:24.849Z338 | /// [`VolumeConstructionRequest`] is shown here):
29032023-12-07T18:29:24.850Z | ^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `VolumeConstructionRequest` in scope
29042023-12-07T18:29:24.850Z |
29052023-12-07T18:29:24.850Z = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
29062023-12-07T18:29:24.850Z = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default
29072023-12-07T18:29:24.850Z
29082023-12-07T18:29:24.854Zwarning: unresolved link to `fd00:1122:3344:101::5`
29092023-12-07T18:29:24.854Z --> nexus/src/app/sagas/volume_delete.rs:348:17
29102023-12-07T18:29:24.855Z |
29112023-12-07T18:29:24.855Z348 | /// "[fd00:1122:3344:101::5]:1000",
29122023-12-07T18:29:24.855Z | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:101` in scope
29132023-12-07T18:29:24.855Z
29142023-12-07T18:29:24.855Zwarning: unresolved link to `fd00:1122:3344:102::9`
29152023-12-07T18:29:24.855Z --> nexus/src/app/sagas/volume_delete.rs:349:17
29162023-12-07T18:29:24.855Z |
29172023-12-07T18:29:24.855Z349 | /// "[fd00:1122:3344:102::9]:1000",
29182023-12-07T18:29:24.855Z | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:102` in scope
29192023-12-07T18:29:24.855Z
29202023-12-07T18:29:24.855Zwarning: unresolved link to `fd00:1122:3344:103::2`
29212023-12-07T18:29:24.856Z --> nexus/src/app/sagas/volume_delete.rs:350:17
29222023-12-07T18:29:24.856Z |
29232023-12-07T18:29:24.856Z350 | /// "[fd00:1122:3344:103::2]:1000"
29242023-12-07T18:29:24.856Z | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:103` in scope
29252023-12-07T18:29:24.856Z
29262023-12-07T18:29:24.856Zwarning: unresolved link to `fd00:1122:3344:101::5`
29272023-12-07T18:29:24.856Z --> nexus/src/app/sagas/volume_delete.rs:369:17
29282023-12-07T18:29:24.856Z |
29292023-12-07T18:29:24.856Z369 | /// "[fd00:1122:3344:101::5]:1001", <-- port changed
29302023-12-07T18:29:24.856Z | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:101` in scope
29312023-12-07T18:29:24.856Z
29322023-12-07T18:29:24.857Zwarning: unresolved link to `fd00:1122:3344:102::9`
29332023-12-07T18:29:24.857Z --> nexus/src/app/sagas/volume_delete.rs:370:17
29342023-12-07T18:29:24.857Z |
29352023-12-07T18:29:24.857Z370 | /// "[fd00:1122:3344:102::9]:1001", <-- port changed
29362023-12-07T18:29:24.857Z | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:102` in scope
29372023-12-07T18:29:24.857Z
29382023-12-07T18:29:24.857Zwarning: unresolved link to `fd00:1122:3344:103::2`
29392023-12-07T18:29:24.857Z --> nexus/src/app/sagas/volume_delete.rs:371:17
29402023-12-07T18:29:24.857Z |
29412023-12-07T18:29:24.857Z371 | /// "[fd00:1122:3344:103::2]:1001" <-- port changed
29422023-12-07T18:29:24.857Z | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:103` in scope
29432023-12-07T18:29:24.857Z
29442023-12-07T18:29:28.044Zwarning: `omicron-nexus` (lib doc) generated 7 warnings
29452023-12-07T18:29:58.835Z Finished dev [unoptimized + debuginfo] target(s) in 15m 15s
29462023-12-07T18:29:58.942Z
29472023-12-07T18:29:58.946Zreal 15:15.438267288
29482023-12-07T18:29:58.946Zuser 51:05.005639155
29492023-12-07T18:29:58.946Zsys 57:47.327050435
29502023-12-07T18:29:58.946Ztrap 1.801202332
29512023-12-07T18:29:58.946Ztflt 0.549257365
29522023-12-07T18:29:58.946Zdflt 0.438285960
29532023-12-07T18:29:58.946Zkflt 0.000215980
29542023-12-07T18:29:58.946Zlock 3:04:00.238198267
29552023-12-07T18:29:58.946Zslp 3:55:37.842315633
29562023-12-07T18:29:58.946Zlat 5:05.253401162
29572023-12-07T18:29:58.946Zstop 1:18.398748308
29582023-12-07T18:29:58.947Zprocess exited: duration 1728889 ms, exit code 0
 
29592023-12-07T18:29:58.955Zfound 0 output files