01HGW60EKW3W2EC6W6RDSV3R1W: 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: 01HGW60WGSMT5K3F89JDJ39CCN

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12023-12-05T05:09:19.380Zjob assigned to worker 01HGW613HM0ZQX4CM8MECHHKEG (queued for 1 m 5 s)
 
22023-12-05T05:09:20.439Zstarting task 0: "setup"
32023-12-05T05:09:20.518Z++ uname -s
42023-12-05T05:09:20.534Z+ kern=SunOS
52023-12-05T05:09:20.534Z+ case "$kern" in
62023-12-05T05:09:20.534Z+ groupadd -g 12345 build
72023-12-05T05:09:20.534Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82023-12-05T05:09:22.554Z+ zfs create -o mountpoint=/work rpool/work
92023-12-05T05:09:22.659Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102023-12-05T05:09:22.662Z+ home_fs=zfs
112023-12-05T05:09:22.662Z+ [[ zfs == autofs ]]
122023-12-05T05:09:22.662Z+ mkdir -p /home/build
132023-12-05T05:09:22.665Z+ chown build:build /home/build /work
142023-12-05T05:09:24.671Z+ chmod 0700 /home/build /work
152023-12-05T05:09:24.681Zprocess exited: duration 4234 ms, exit code 0
 
162023-12-05T05:09:24.703Zstarting task 1: "rust-toolchain"
172023-12-05T05:09:24.712Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
182023-12-05T05:09:24.722Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default
192023-12-05T05:09:24.887Zinfo: downloading installer
202023-12-05T05:09:27.478Zwarning: it looks like you have an existing installation of Rust at:
212023-12-05T05:09:27.478Zwarning: /opt/ooce/bin
222023-12-05T05:09:27.479Zwarning: It is recommended that rustup be the primary Rust installation.
232023-12-05T05:09:27.479Zwarning: Otherwise you may have confusion unless you are careful with your PATH
242023-12-05T05:09:27.479Zwarning: If you are sure that you want both rustup and your already installed Rust
252023-12-05T05:09:27.479Zwarning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
262023-12-05T05:09:27.479Zwarning: or pass `-y' to ignore all ignorable checks.
272023-12-05T05:09:27.479Zerror: cannot install while Rust is installed
282023-12-05T05:09:27.479Zwarning: continuing (because the -y flag is set and the error is ignorable)
292023-12-05T05:09:27.484Zinfo: profile set to 'default'
302023-12-05T05:09:27.484Zinfo: default host triple is x86_64-unknown-illumos
312023-12-05T05:09:27.484Zinfo: syncing channel updates for '1.72.1-x86_64-unknown-illumos'
322023-12-05T05:09:27.484Zinfo: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13)
332023-12-05T05:09:27.484Zinfo: downloading component 'cargo'
342023-12-05T05:09:28.216Zinfo: downloading component 'clippy'
352023-12-05T05:09:28.493Zinfo: downloading component 'rust-docs'
362023-12-05T05:09:29.499Zinfo: downloading component 'rust-std'
372023-12-05T05:09:31.304Zinfo: downloading component 'rustc'
382023-12-05T05:09:35.921Zinfo: downloading component 'rustfmt'
392023-12-05T05:09:36.187Zinfo: installing component 'cargo'
402023-12-05T05:09:38.088Zinfo: installing component 'clippy'
412023-12-05T05:09:38.337Zinfo: installing component 'rust-docs'
422023-12-05T05:09:41.160Zinfo: installing component 'rust-std'
432023-12-05T05:09:44.312Zinfo: installing component 'rustc'
442023-12-05T05:09:51.365Zinfo: installing component 'rustfmt'
452023-12-05T05:09:52.215Zinfo: default toolchain set to '1.72.1-x86_64-unknown-illumos'
462023-12-05T05:09:52.216Z
472023-12-05T05:09:52.223Z 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13)
482023-12-05T05:09:52.223Z
492023-12-05T05:09:52.223Z
502023-12-05T05:09:52.223ZRust is installed now. Great!
512023-12-05T05:09:52.224Z
522023-12-05T05:09:52.224ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
532023-12-05T05:09:52.224Zenvironment variable. This has not been done automatically.
542023-12-05T05:09:52.224Z
552023-12-05T05:09:52.224ZTo configure your current shell, run:
562023-12-05T05:09:52.224Zsource "$HOME/.cargo/env"
572023-12-05T05:09:52.224Z+ rustc --version
582023-12-05T05:09:52.224Zrustc 1.72.1 (d5c2e9c34 2023-09-13)
592023-12-05T05:09:52.224Zprocess exited: duration 27457 ms, exit code 0
 
602023-12-05T05:09:52.251Zstarting task 2: "authentication"
612023-12-05T05:09:52.291Zprocess exited: duration 42 ms, exit code 0
 
622023-12-05T05:09:52.311Zstarting task 3: "clone repository"
632023-12-05T05:09:52.317Z+ mkdir -p /work/oxidecomputer/omicron
642023-12-05T05:09:52.330Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
652023-12-05T05:09:52.379ZCloning into '/work/oxidecomputer/omicron'...
662023-12-05T05:10:01.132Z+ cd /work/oxidecomputer/omicron
672023-12-05T05:10:01.132Z+ [[ -n renovate/russh-0.x ]]
682023-12-05T05:10:01.135Z+ git fetch origin renovate/russh-0.x
692023-12-05T05:10:01.452ZFrom https://github.com/oxidecomputer/omicron
702023-12-05T05:10:01.452Z * branch renovate/russh-0.x -> FETCH_HEAD
712023-12-05T05:10:01.468Z+ git checkout -B renovate/russh-0.x remotes/origin/renovate/russh-0.x
722023-12-05T05:10:01.990ZSwitched to a new branch 'renovate/russh-0.x'
732023-12-05T05:10:02.007Zbranch 'renovate/russh-0.x' set up to track 'origin/renovate/russh-0.x'.
742023-12-05T05:10:02.007Z+ git reset --hard c409ef68d64efee51967595a173f046e125b0d25
752023-12-05T05:10:02.007ZHEAD is now at c409ef68 Update Rust crate russh to 0.40.0
762023-12-05T05:10:02.007Zprocess exited: duration 9441 ms, exit code 0
 
772023-12-05T05:10:02.032Zstarting task 4: "build"
782023-12-05T05:10:02.051Z+ cargo --version
792023-12-05T05:10:02.072Zinfo: syncing channel updates for '1.74.0-x86_64-unknown-illumos'
802023-12-05T05:10:02.249Zinfo: latest update on 2023-11-16, rust version 1.74.0 (79e9716c9 2023-11-13)
812023-12-05T05:10:02.249Zinfo: downloading component 'cargo'
822023-12-05T05:10:03.095Zinfo: downloading component 'clippy'
832023-12-05T05:10:03.362Zinfo: downloading component 'rust-docs'
842023-12-05T05:10:04.416Zinfo: downloading component 'rust-std'
852023-12-05T05:10:06.527Zinfo: downloading component 'rustc'
862023-12-05T05:10:10.545Zinfo: downloading component 'rustfmt'
872023-12-05T05:10:10.786Zinfo: installing component 'cargo'
882023-12-05T05:10:12.128Zinfo: installing component 'clippy'
892023-12-05T05:10:12.657Zinfo: installing component 'rust-docs'
902023-12-05T05:10:15.592Zinfo: installing component 'rust-std'
912023-12-05T05:10:18.257Zinfo: installing component 'rustc'
922023-12-05T05:10:24.604Zinfo: installing component 'rustfmt'
932023-12-05T05:10:25.158Zcargo 1.74.0 (ecb9851af 2023-10-18)
942023-12-05T05:10:25.164Z+ rustc --version
952023-12-05T05:10:25.291Zrustc 1.74.0 (79e9716c9 2023-11-13)
962023-12-05T05:10:25.298Z+ source ./env.sh
972023-12-05T05:10:25.304Z++ set -o xtrace
982023-12-05T05:10:25.304Z++++ dirname ./env.sh
992023-12-05T05:10:25.309Z+++ cd .
1002023-12-05T05:10:25.310Z+++ echo /work/oxidecomputer/omicron
1012023-12-05T05:10:25.310Z++ OMICRON_WS=/work/oxidecomputer/omicron
1022023-12-05T05:10:25.310Z++ 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-05T05:10:25.310Z++ 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-05T05:10:25.310Z++ 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-05T05:10:25.310Z++ 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-05T05:10:25.310Z++ 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-05T05:10:25.310Z++ 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-05T05:10:25.310Z++ 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-05T05:10:25.310Z++ 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-05T05:10:25.310Z++ unset OMICRON_WS
1112023-12-05T05:10:25.310Z++ set +o xtrace
1122023-12-05T05:10:25.392Z
1132023-12-05T05:10:25.394Z ##### ##### ###### ##### ###### #### # # # #### #
1142023-12-05T05:10:25.394Z # # # # # # # # # # # # # # #
1152023-12-05T05:10:25.394Z # # # # ##### # # ##### # # # # # #### #
1162023-12-05T05:10:25.394Z ##### ##### # ##### # # # # # # # # #
1172023-12-05T05:10:25.394Z # # # # # # # # # # # # # # #
1182023-12-05T05:10:25.394Z # # # ###### # # ###### ### # #### # #### #
1192023-12-05T05:10:25.394Z
1202023-12-05T05:10:35.014Z Startup: Refreshing catalog 'helios-dev' ... Done
1212023-12-05T05:10:36.224Z Startup: Caching catalogs ... Done
1222023-12-05T05:10:42.619ZPlanning: Solver setup ... Done (6.047s)
1232023-12-05T05:10:42.760ZPlanning: Running solver ... Done (0.141s)
1242023-12-05T05:10:42.837ZPlanning: Finding local manifests ... Done (0.004s)
1252023-12-05T05:10:42.867ZPlanning: Fetching manifests: 0/6 0% complete
1262023-12-05T05:10:43.331ZPlanning: Fetching manifests: 6/6 100% complete
1272023-12-05T05:10:43.331ZPlanning: Package planning ... Done (0.092s)
1282023-12-05T05:10:43.331ZPlanning: Merging actions ... Done (0.085s)
1292023-12-05T05:10:43.980ZPlanning: Checking for conflicting actions ... Done (0.673s)
1302023-12-05T05:10:43.998ZPlanning: Consolidating action changes ... Done (0.018s)
1312023-12-05T05:10:47.763ZPlanning: Evaluating mediators ... Done (3.765s)
1322023-12-05T05:10:47.897ZPlanning: Planning completed in 11.60 seconds
1332023-12-05T05:10:47.903Z Packages to install: 4
1342023-12-05T05:10:47.906Z Packages to update: 2
1352023-12-05T05:10:47.906Z Mediators to change: 2
1362023-12-05T05:10:47.906Z Services to change: 1
1372023-12-05T05:10:47.906Z Estimated space available: 148.88 GB
1382023-12-05T05:10:47.906ZEstimated space to be consumed: 1.42 GB
1392023-12-05T05:10:47.906Z Create boot environment: No
1402023-12-05T05:10:47.906ZCreate backup boot environment: Yes
1412023-12-05T05:10:47.906Z Rebuild boot archive: No
1422023-12-05T05:10:47.906Z
1432023-12-05T05:10:47.906ZChanged mediators:
1442023-12-05T05:10:47.906Z mediator clang:
1452023-12-05T05:10:47.906Z version: None -> 15 (system default)
1462023-12-05T05:10:47.906Z
1472023-12-05T05:10:47.906Z mediator llvm:
1482023-12-05T05:10:47.906Z version: 14 (system default) -> 15 (system default)
1492023-12-05T05:10:47.906Z
1502023-12-05T05:10:47.907ZChanged packages:
1512023-12-05T05:10:47.907Zhelios-dev
1522023-12-05T05:10:47.907Z developer/build-essential
1532023-12-05T05:10:47.910Z None -> 11-2.0
1542023-12-05T05:10:47.910Z library/libxmlsec1
1552023-12-05T05:10:47.910Z None -> 1.2.35-2.0
1562023-12-05T05:10:47.910Z ooce/developer/clang-15
1572023-12-05T05:10:47.910Z None -> 15.0.7-2.0
1582023-12-05T05:10:47.910Z ooce/developer/llvm-15
1592023-12-05T05:10:47.910Z None -> 15.0.7-2.0
1602023-12-05T05:10:47.910Z system/library/g++-runtime
1612023-12-05T05:10:47.910Z 12-2.0 -> 13-2.0
1622023-12-05T05:10:47.910Z system/library/gcc-runtime
1632023-12-05T05:10:47.910Z 12-2.0 -> 13-2.0
1642023-12-05T05:10:47.910Z
1652023-12-05T05:10:47.910ZServices:
1662023-12-05T05:10:47.910Z restart_fmri:
1672023-12-05T05:10:47.910Z svc:/system/update-man-index:default
1682023-12-05T05:10:48.104Z
1692023-12-05T05:10:48.104ZDownload: 0/3330 items 0.0/221.1MB 0% complete
1702023-12-05T05:10:55.456ZDownload: 213/3330 items 1.3/221.1MB 0% complete (554k/s)
1712023-12-05T05:11:00.461ZDownload: 771/3330 items 18.6/221.1MB 8% complete (1.8M/s)
1722023-12-05T05:11:05.476ZDownload: 1188/3330 items 77.2/221.1MB 34% complete (7.5M/s)
1732023-12-05T05:11:20.862ZDownload: 1195/3330 items 83.5/221.1MB 37% complete
1742023-12-05T05:11:25.993ZDownload: 2062/3330 items 118.8/221.1MB 53% complete (7.3M/s)
1752023-12-05T05:11:30.923ZDownload: 2937/3330 items 121.2/221.1MB 54% complete (3.8M/s)
1762023-12-05T05:11:35.731ZDownload: Completed 221.11 MB in 47.63 seconds (4.6M/s)
1772023-12-05T05:11:36.904Z Actions: 1/3766 actions (Removing old actions)
1782023-12-05T05:11:36.904Z Actions: 5/3766 actions (Installing new actions)
1792023-12-05T05:11:41.921Z Actions: 2202/3766 actions (Installing new actions)
1802023-12-05T05:11:45.216Z Actions: 3729/3766 actions (Updating modified actions)
1812023-12-05T05:11:45.758Z Actions: Completed 3766 actions in 8.85 seconds.
1822023-12-05T05:11:45.996Z Done (0.227s)
1832023-12-05T05:11:45.998Z Done (0.000s)
1842023-12-05T05:11:46.258Z Done (0.261s)
1852023-12-05T05:11:54.128Z Done (7.739s)
1862023-12-05T05:11:54.365Z Done (0.118s)
1872023-12-05T05:11:54.368Z Done (0.000s)
1882023-12-05T05:11:54.607Z Done (0.000s)
1892023-12-05T05:11:55.371ZPlanning: Evaluating mediator changes ... Done
1902023-12-05T05:11:55.669ZPlanning: Checking for conflicting actions ... Done
1912023-12-05T05:11:55.671ZPlanning: Consolidating action changes ... Done
1922023-12-05T05:11:56.115ZPlanning: Evaluating mediators ... Done
1932023-12-05T05:11:56.120ZPlanning: Planning completed in 0.74 seconds
1942023-12-05T05:11:56.178Z Mediators to change: 2
1952023-12-05T05:11:56.181Z Create boot environment: No
1962023-12-05T05:11:56.181ZCreate backup boot environment: No
1972023-12-05T05:11:56.283Z Done
1982023-12-05T05:11:56.283Z Done
1992023-12-05T05:11:56.447Z Done
2002023-12-05T05:12:02.659Z Done
2012023-12-05T05:12:02.808Z Done
2022023-12-05T05:12:02.812Z Done
2032023-12-05T05:12:02.932Z Done
2042023-12-05T05:12:03.994ZPlanning: Evaluating mediator changes ... Done
2052023-12-05T05:12:04.006ZPlanning: Merging actions ... Done
2062023-12-05T05:12:04.335ZPlanning: Checking for conflicting actions ... Done
2072023-12-05T05:12:04.339ZPlanning: Consolidating action changes ... Done
2082023-12-05T05:12:04.793ZPlanning: Evaluating mediators ... Done
2092023-12-05T05:12:04.863ZPlanning: Planning completed in 1.33 seconds
2102023-12-05T05:12:04.928Z Packages to change: 1
2112023-12-05T05:12:04.928Z Mediators to change: 1
2122023-12-05T05:12:04.928Z Services to change: 1
2132023-12-05T05:12:04.928Z Create boot environment: No
2142023-12-05T05:12:04.931ZCreate backup boot environment: Yes
2152023-12-05T05:12:07.238Z Actions: 1/6 actions (Updating modified actions)
2162023-12-05T05:12:07.241Z Actions: Completed 6 actions in 0.00 seconds.
2172023-12-05T05:12:07.241Z Done
2182023-12-05T05:12:07.241Z Done
2192023-12-05T05:12:07.304Z Done
2202023-12-05T05:12:13.668Z Done
2212023-12-05T05:12:13.815Z Done
2222023-12-05T05:12:13.818Z Done
2232023-12-05T05:12:13.984Z Done
2242023-12-05T05:12:14.691ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2252023-12-05T05:12:14.691Zclang system 15 system
2262023-12-05T05:12:14.691Zcsh system system illumos
2272023-12-05T05:12:14.691Zctags system system illumos
2282023-12-05T05:12:14.691Zgcc vendor 12 vendor
2292023-12-05T05:12:14.691Zgcc system 10 system
2302023-12-05T05:12:14.691Zgcc system 7 system
2312023-12-05T05:12:14.692Zgo system 1.20 system
2322023-12-05T05:12:14.692Zgo system 1.19 system
2332023-12-05T05:12:14.692Zllvm system 15 system
2342023-12-05T05:12:14.692Zllvm system 14 system
2352023-12-05T05:12:14.692Zmariadb system 10.6 system
2362023-12-05T05:12:14.692Zmta vendor vendor dma
2372023-12-05T05:12:14.692Zopenjdk system 17 system
2382023-12-05T05:12:14.692Zopenjdk system 11 system
2392023-12-05T05:12:14.692Zopenjdk system 1.8 system
2402023-12-05T05:12:14.692Zopenssl vendor 3 vendor
2412023-12-05T05:12:14.692Zperl system 5.36 system
2422023-12-05T05:12:14.692Zpostgresql system 15 system
2432023-12-05T05:12:14.693Zpostgresql system 13 system
2442023-12-05T05:12:14.693Zpython vendor 3 vendor
2452023-12-05T05:12:14.693Zpython system 2 system
2462023-12-05T05:12:14.693Zpython3 system 3.11 system
2472023-12-05T05:12:14.694Zruby system 3.0 system
2482023-12-05T05:12:14.694Zwords vendor vendor american-english
2492023-12-05T05:12:14.694Zwords system system australian-english
2502023-12-05T05:12:14.694Zwords system system british-english
2512023-12-05T05:12:14.694Zwords system system canadian-english
2522023-12-05T05:12:14.694Zwords system system french
2532023-12-05T05:12:14.694Zwords system system italian
2542023-12-05T05:12:14.694Zwords system system ngerman
2552023-12-05T05:12:14.694Zwords system system ogerman
2562023-12-05T05:12:14.694Zwords system system spanish
2572023-12-05T05:12:15.245ZFMRI IFO
2582023-12-05T05:12:15.245Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2592023-12-05T05:12:15.245Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2602023-12-05T05:12:15.245Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2612023-12-05T05:12:15.245Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z im-
2622023-12-05T05:12:15.245Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2632023-12-05T05:12:15.245Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z i--
2642023-12-05T05:12:15.245Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z im-
2652023-12-05T05:12:15.245Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z im-
2662023-12-05T05:12:15.327Z+ set -o errexit
2672023-12-05T05:12:15.338Z+++ dirname ./tools/ci_download_cockroachdb
2682023-12-05T05:12:15.338Z++ cd ./tools
2692023-12-05T05:12:15.338Z++ pwd
2702023-12-05T05:12:15.338Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
2712023-12-05T05:12:15.338Z++ basename ./tools/ci_download_cockroachdb
2722023-12-05T05:12:15.338Z+ ARG0=ci_download_cockroachdb
2732023-12-05T05:12:15.338Z++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version
2742023-12-05T05:12:15.361Z+ CIDL_VERSION=v22.1.9
2752023-12-05T05:12:15.361Z+ source /work/oxidecomputer/omicron/tools/cockroachdb_checksums
2762023-12-05T05:12:15.361Z++ CIDL_MD5_DARWIN=2db972c254b4e3b599e12110520178b5
2772023-12-05T05:12:15.361Z++ CIDL_MD5_LINUX=8c3170883e0a0be1a34b44090c067a8c
2782023-12-05T05:12:15.361Z++ CIDL_MD5_ILLUMOS=d8999aff364e5d70f226e139fda724a3
2792023-12-05T05:12:15.361Z+ TARGET_DIR=out
2802023-12-05T05:12:15.361Z+ DOWNLOAD_DIR=out/downloads
2812023-12-05T05:12:15.361Z+ DEST_DIR=./out/cockroachdb
2822023-12-05T05:12:15.361Z+ CIDL_URL_COCKROACH=https://binaries.cockroachdb.com
2832023-12-05T05:12:15.361Z+ CIDL_URL_ILLUMOS=https://illumos.org/downloads
2842023-12-05T05:12:15.361Z+ main
2852023-12-05T05:12:15.361Z+ [[ 0 != 0 ]]
2862023-12-05T05:12:15.361Z+ CIDL_OS=solaris2.11
2872023-12-05T05:12:15.361Z+ [[ 0 != 0 ]]
2882023-12-05T05:12:15.361Z+ configure_os solaris2.11
2892023-12-05T05:12:15.361Z+ echo 'current directory: /work/oxidecomputer/omicron'
2902023-12-05T05:12:15.361Zcurrent directory: /work/oxidecomputer/omicron
2912023-12-05T05:12:15.361Z+ echo 'configuring based on OS: "solaris2.11"'
2922023-12-05T05:12:15.361Zconfiguring based on OS: "solaris2.11"
2932023-12-05T05:12:15.361Z+ case "$1" in
2942023-12-05T05:12:15.361Z+ CIDL_BUILD=illumos
2952023-12-05T05:12:15.361Z+ CIDL_SUFFIX=tar.gz
2962023-12-05T05:12:15.361Z+ CIDL_MD5=d8999aff364e5d70f226e139fda724a3
2972023-12-05T05:12:15.361Z+ CIDL_MD5FUNC=do_md5sum
2982023-12-05T05:12:15.361Z+ CIDL_URL_BASE=https://illumos.org/downloads
2992023-12-05T05:12:15.361Z+ CIDL_ASSEMBLE=do_assemble_illumos
3002023-12-05T05:12:15.361Z+ TARBALL_DIRNAME=cockroach-v22.1.9.illumos
3012023-12-05T05:12:15.361Z+ TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz
3022023-12-05T05:12:15.361Z+ TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz
3032023-12-05T05:12:15.361Z+ TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos
3042023-12-05T05:12:15.361Z+ CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz
3052023-12-05T05:12:15.361Z+ echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz'
3062023-12-05T05:12:15.361ZURL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz
3072023-12-05T05:12:15.361ZLocal file: out/downloads/cockroach-v22.1.9.illumos.tar.gz
3082023-12-05T05:12:15.361Z+ echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz'
3092023-12-05T05:12:15.362Z+ mkdir -p out/downloads
3102023-12-05T05:12:15.362Z+ mkdir -p ./out/cockroachdb
3112023-12-05T05:12:15.362Z+ local DO_DOWNLOAD=true
3122023-12-05T05:12:15.362Z+ [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]]
3132023-12-05T05:12:15.362Z+ '[' true == true ']'
3142023-12-05T05:12:15.362Z+ echo Downloading...
3152023-12-05T05:12:15.362ZDownloading...
3162023-12-05T05:12:15.362Z+ 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-05T05:12:15.362Z+ 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-05T05:12:19.028Z++ do_md5sum out/downloads/cockroach-v22.1.9.illumos.tar.gz
3192023-12-05T05:12:19.037Z++ md5sum
3202023-12-05T05:12:19.037Z++ awk '{print $1}'
3212023-12-05T05:12:19.212Z+ calculated_md5=d8999aff364e5d70f226e139fda724a3
3222023-12-05T05:12:19.212Z+ [[ 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-05T05:12:19.212Z+ do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz
3242023-12-05T05:12:19.216Z+ tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads
3252023-12-05T05:12:22.569Z+ do_assemble_illumos
3262023-12-05T05:12:22.569Z+ rm -r ./out/cockroachdb
3272023-12-05T05:12:22.573Z+ cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb
3282023-12-05T05:12:23.278Z+ ./out/cockroachdb/bin/cockroach version
3292023-12-05T05:12:23.606ZBuild Tag: v22.1.9-dirty
3302023-12-05T05:12:23.606ZBuild Time: 2022/10/26 21:17:46
3312023-12-05T05:12:23.606ZDistribution: OSS
3322023-12-05T05:12:23.606ZPlatform: illumos amd64 (x86_64-pc-solaris2.11)
3332023-12-05T05:12:23.606ZGo Version: go1.17.13
3342023-12-05T05:12:23.606ZC Compiler: gcc 10.3.0
3352023-12-05T05:12:23.606ZBuild Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493
3362023-12-05T05:12:23.606ZBuild Type: release
3372023-12-05T05:12:23.635Z+ set -o errexit
3382023-12-05T05:12:23.643Z+++ dirname ./tools/ci_download_clickhouse
3392023-12-05T05:12:23.643Z++ cd ./tools
3402023-12-05T05:12:23.643Z++ pwd
3412023-12-05T05:12:23.644Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
3422023-12-05T05:12:23.648Z++ basename ./tools/ci_download_clickhouse
3432023-12-05T05:12:23.648Z+ ARG0=ci_download_clickhouse
3442023-12-05T05:12:23.649Z+ TARGET_DIR=out
3452023-12-05T05:12:23.649Z+ DOWNLOAD_DIR=out/downloads
3462023-12-05T05:12:23.649Z+ DEST_DIR=./out/clickhouse
3472023-12-05T05:12:23.649Z+ CIDL_VERSION=v22.8.9.24
3482023-12-05T05:12:23.650Z+ source /work/oxidecomputer/omicron/tools/clickhouse_checksums
3492023-12-05T05:12:23.650Z++ CIDL_MD5_DARWIN=20603974a929926591fca70ff1df0e45
3502023-12-05T05:12:23.651Z++ CIDL_MD5_LINUX=ea909519bd9d989fd5d090fd9bdd42f1
3512023-12-05T05:12:23.651Z++ CIDL_MD5_ILLUMOS=7702939ce5b4b51846a1ba39f1392306
3522023-12-05T05:12:23.651Z+ CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com
3532023-12-05T05:12:23.651Z+ main
3542023-12-05T05:12:23.651Z+ [[ 0 != 0 ]]
3552023-12-05T05:12:23.651Z+ CIDL_OS=solaris2.11
3562023-12-05T05:12:23.651Z+ [[ 0 != 0 ]]
3572023-12-05T05:12:23.651Z+ configure_os solaris2.11
3582023-12-05T05:12:23.651Z+ echo 'current directory: /work/oxidecomputer/omicron'
3592023-12-05T05:12:23.651Zcurrent directory: /work/oxidecomputer/omicron
3602023-12-05T05:12:23.651Z+ echo 'configuring based on OS: "solaris2.11"'
3612023-12-05T05:12:23.651Z+ CIDL_DASHREV=
3622023-12-05T05:12:23.651Zconfiguring based on OS: "solaris2.11"
3632023-12-05T05:12:23.651Z+ case "$1" in
3642023-12-05T05:12:23.651Z+ CIDL_PLATFORM=illumos
3652023-12-05T05:12:23.651Z+ CIDL_MD5=7702939ce5b4b51846a1ba39f1392306
3662023-12-05T05:12:23.651Z+ CIDL_MD5FUNC=do_md5sum
3672023-12-05T05:12:23.651Z+ CIDL_DASHREV=-1
3682023-12-05T05:12:23.651Z+ TARBALL_DIRNAME=clickhouse-v22.8.9.24
3692023-12-05T05:12:23.651Z+ TARBALL_FILENAME=clickhouse-v22.8.9.24-1.illumos.tar.gz
3702023-12-05T05:12:23.651Z+ TARBALL_FILE=out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz
3712023-12-05T05:12:23.651Z+ CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz
3722023-12-05T05:12:23.651Z+ echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz'
3732023-12-05T05:12:23.651Z+ echo 'Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz'
3742023-12-05T05:12:23.651ZURL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz
3752023-12-05T05:12:23.654ZLocal file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz
3762023-12-05T05:12:23.654Z+ mkdir -p out/downloads
3772023-12-05T05:12:23.654Z+ mkdir -p ./out/clickhouse
3782023-12-05T05:12:23.658Z+ local DO_DOWNLOAD=true
3792023-12-05T05:12:23.658Z+ [[ -f out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ]]
3802023-12-05T05:12:23.658Z+ '[' true == true ']'
3812023-12-05T05:12:23.658ZDownloading...
3822023-12-05T05:12:23.659Z+ echo Downloading...
3832023-12-05T05:12:23.659Z+ 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-05T05:12:23.659Z+ 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-05T05:12:24.997Z++ do_md5sum out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz
3862023-12-05T05:12:25.004Z++ md5sum
3872023-12-05T05:12:25.004Z++ awk '{print $1}'
3882023-12-05T05:12:25.268Z+ calculated_md5=7702939ce5b4b51846a1ba39f1392306
3892023-12-05T05:12:25.268Z+ [[ 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-05T05:12:25.268Z+ do_untar out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ./out/clickhouse
3912023-12-05T05:12:25.279Z+ mkdir -p ./out/clickhouse
3922023-12-05T05:12:25.279Z+ tar xzf out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz -C ./out/clickhouse
3932023-12-05T05:12:30.158Z+ ./out/clickhouse/clickhouse server --version
3942023-12-05T05:12:30.218ZClickHouse server version 22.8.9.1.
3952023-12-05T05:12:30.259Z+ set -o errexit
3962023-12-05T05:12:30.269Z+++ dirname ./tools/ci_download_console
3972023-12-05T05:12:30.269Z++ cd ./tools
3982023-12-05T05:12:30.270Z++ pwd
3992023-12-05T05:12:30.270Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
4002023-12-05T05:12:30.270Z++ basename ./tools/ci_download_console
4012023-12-05T05:12:30.270Z+ ARG0=ci_download_console
4022023-12-05T05:12:30.270Z+ TARGET_DIR=out
4032023-12-05T05:12:30.270Z+ DOWNLOAD_DIR=out/downloads
4042023-12-05T05:12:30.270Z+ DEST_DIR=./out/console-assets
4052023-12-05T05:12:30.270Z+ source /work/oxidecomputer/omicron/tools/console_version
4062023-12-05T05:12:30.270Z++ COMMIT=ae8218df707360a902133f4a96b48a3b5a62a09e
4072023-12-05T05:12:30.271Z++ SHA2=ae35b991d3ff835a59b59126298790cb7431a282b25ba4add4e7fb6ea6b98989
4082023-12-05T05:12:30.271Z+ URL=https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz
4092023-12-05T05:12:30.271Z+ TARBALL_FILE=out/downloads/console.tar.gz
4102023-12-05T05:12:30.271Z+ main
4112023-12-05T05:12:30.271Z+ [[ 0 != 0 ]]
4122023-12-05T05:12:30.271Z+ echo 'URL: https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz'
4132023-12-05T05:12:30.271ZURL: https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz
4142023-12-05T05:12:30.271Z+ echo 'Local file: out/downloads/console.tar.gz'
4152023-12-05T05:12:30.271ZLocal file: out/downloads/console.tar.gz
4162023-12-05T05:12:30.271Z+ local DO_DOWNLOAD=true
4172023-12-05T05:12:30.271Z+ [[ -f out/downloads/console.tar.gz ]]
4182023-12-05T05:12:30.271Z+ mkdir -p out/downloads
4192023-12-05T05:12:30.271Z+ '[' true == true ']'
4202023-12-05T05:12:30.271Z+ echo Downloading...
4212023-12-05T05:12:30.271ZDownloading...
4222023-12-05T05:12:30.271Z+ do_download_curl https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz out/downloads/console.tar.gz
4232023-12-05T05:12:30.271Z+ curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz
4242023-12-05T05:12:30.843Z++ do_sha256sum out/downloads/console.tar.gz
4252023-12-05T05:12:30.843Z++ case "$OSTYPE" in
4262023-12-05T05:12:30.843Z++ SHA=sha256sum
4272023-12-05T05:12:30.858Z++ sha256sum
4282023-12-05T05:12:30.858Z++ awk '{print $1}'
4292023-12-05T05:12:30.876Z+ calculated_sha2=ae35b991d3ff835a59b59126298790cb7431a282b25ba4add4e7fb6ea6b98989
4302023-12-05T05:12:30.877Z+ [[ ae35b991d3ff835a59b59126298790cb7431a282b25ba4add4e7fb6ea6b98989 != \a\e\3\5\b\9\9\1\d\3\f\f\8\3\5\a\5\9\b\5\9\1\2\6\2\9\8\7\9\0\c\b\7\4\3\1\a\2\8\2\b\2\5\b\a\4\a\d\d\4\e\7\f\b\6\e\a\6\b\9\8\9\8\9 ]]
4312023-12-05T05:12:30.877Z+ rm -rf ./out/console-assets
4322023-12-05T05:12:30.889Z+ mkdir -p ./out/console-assets
4332023-12-05T05:12:30.892Z+ do_untar out/downloads/console.tar.gz ./out/console-assets
4342023-12-05T05:12:30.892Z+ mkdir -p ./out/console-assets
4352023-12-05T05:12:30.892Z+ tar xzf out/downloads/console.tar.gz -C ./out/console-assets
4362023-12-05T05:12:31.014Z+ set -o errexit
4372023-12-05T05:12:31.021Z+++ dirname ./tools/ci_download_maghemite_openapi
4382023-12-05T05:12:31.021Z++ cd ./tools
4392023-12-05T05:12:31.021Z++ pwd
4402023-12-05T05:12:31.021Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
4412023-12-05T05:12:31.024Z++ basename ./tools/ci_download_maghemite_openapi
4422023-12-05T05:12:31.024Z+ ARG0=ci_download_maghemite_openapi
4432023-12-05T05:12:31.024Z+ TARGET_DIR=out
4442023-12-05T05:12:31.024Z+ DOWNLOAD_DIR=out/downloads
4452023-12-05T05:12:31.033Z+ source /work/oxidecomputer/omicron/tools/maghemite_ddm_openapi_version
4462023-12-05T05:12:31.033Z++ COMMIT=579592bf474ec4b86805ada60c1b920b3beef5a7
4472023-12-05T05:12:31.033Z++ SHA2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf
4482023-12-05T05:12:31.033Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/579592bf474ec4b86805ada60c1b920b3beef5a7/ddm-admin.json
4492023-12-05T05:12:31.034Z+ LOCAL_FILE=out/downloads/ddm-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json
4502023-12-05T05:12:31.034Z+ main
4512023-12-05T05:12:31.034Z+ [[ 0 != 0 ]]
4522023-12-05T05:12:31.034Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/579592bf474ec4b86805ada60c1b920b3beef5a7/ddm-admin.json'
4532023-12-05T05:12:31.034ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/579592bf474ec4b86805ada60c1b920b3beef5a7/ddm-admin.json
4542023-12-05T05:12:31.034Z+ echo 'Local file: out/downloads/ddm-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json'
4552023-12-05T05:12:31.034Z+ local DO_DOWNLOAD=true
4562023-12-05T05:12:31.034ZLocal file: out/downloads/ddm-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json
4572023-12-05T05:12:31.035Z+ [[ -f out/downloads/ddm-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json ]]
4582023-12-05T05:12:31.036Z+ mkdir -p out/downloads
4592023-12-05T05:12:31.036Z+ '[' true == true ']'
4602023-12-05T05:12:31.036Z+ echo Downloading...
4612023-12-05T05:12:31.036ZDownloading...
4622023-12-05T05:12:31.036Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/579592bf474ec4b86805ada60c1b920b3beef5a7/ddm-admin.json out/downloads/ddm-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json
4632023-12-05T05:12:31.036Z+ curl --silent --show-error --fail --location --output out/downloads/ddm-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/579592bf474ec4b86805ada60c1b920b3beef5a7/ddm-admin.json
4642023-12-05T05:12:31.620Z++ do_sha256sum out/downloads/ddm-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json
4652023-12-05T05:12:31.620Z++ case "$OSTYPE" in
4662023-12-05T05:12:32.074Z++ SHA=sha256sum
4672023-12-05T05:12:32.074Z++ sha256sum
4682023-12-05T05:12:32.074Z++ awk '{print $1}'
4692023-12-05T05:12:32.074Z+ calculated_sha2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf
4702023-12-05T05:12:32.075Z+ [[ 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-05T05:12:32.075Z+ source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version
4722023-12-05T05:12:32.075Z++ COMMIT=579592bf474ec4b86805ada60c1b920b3beef5a7
4732023-12-05T05:12:32.075Z++ SHA2=6c1fab8d5028b52a161d8bf02aae47844699cdc5f7b28e1ac519fc4ec1ab3971
4742023-12-05T05:12:32.075Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/579592bf474ec4b86805ada60c1b920b3beef5a7/mg-admin.json
4752023-12-05T05:12:32.075Z+ LOCAL_FILE=out/downloads/mg-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json
4762023-12-05T05:12:32.075Z+ main
4772023-12-05T05:12:32.075Z+ [[ 0 != 0 ]]
4782023-12-05T05:12:32.075Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/579592bf474ec4b86805ada60c1b920b3beef5a7/mg-admin.json'
4792023-12-05T05:12:32.075ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/579592bf474ec4b86805ada60c1b920b3beef5a7/mg-admin.json
4802023-12-05T05:12:32.075Z+ echo 'Local file: out/downloads/mg-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json'
4812023-12-05T05:12:32.075ZLocal file: out/downloads/mg-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json
4822023-12-05T05:12:32.075Z+ local DO_DOWNLOAD=true
4832023-12-05T05:12:32.075Z+ [[ -f out/downloads/mg-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json ]]
4842023-12-05T05:12:32.075Z+ mkdir -p out/downloads
4852023-12-05T05:12:32.075Z+ '[' true == true ']'
4862023-12-05T05:12:32.075Z+ echo Downloading...
4872023-12-05T05:12:32.075ZDownloading...
4882023-12-05T05:12:32.075Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/579592bf474ec4b86805ada60c1b920b3beef5a7/mg-admin.json out/downloads/mg-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json
4892023-12-05T05:12:32.075Z+ curl --silent --show-error --fail --location --output out/downloads/mg-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/579592bf474ec4b86805ada60c1b920b3beef5a7/mg-admin.json
4902023-12-05T05:12:32.077Z++ do_sha256sum out/downloads/mg-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json
4912023-12-05T05:12:32.077Z++ case "$OSTYPE" in
4922023-12-05T05:12:32.077Z++ SHA=sha256sum
4932023-12-05T05:12:32.077Z++ sha256sum
4942023-12-05T05:12:32.077Z++ awk '{print $1}'
4952023-12-05T05:12:32.077Z+ calculated_sha2=6c1fab8d5028b52a161d8bf02aae47844699cdc5f7b28e1ac519fc4ec1ab3971
4962023-12-05T05:12:32.077Z+ [[ 6c1fab8d5028b52a161d8bf02aae47844699cdc5f7b28e1ac519fc4ec1ab3971 != \6\c\1\f\a\b\8\d\5\0\2\8\b\5\2\a\1\6\1\d\8\b\f\0\2\a\a\e\4\7\8\4\4\6\9\9\c\d\c\5\f\7\b\2\8\e\1\a\c\5\1\9\f\c\4\e\c\1\a\b\3\9\7\1 ]]
4972023-12-05T05:12:32.077Z+ set -o errexit
4982023-12-05T05:12:32.077Z+++ dirname ./tools/ci_download_dendrite_openapi
4992023-12-05T05:12:32.077Z++ cd ./tools
5002023-12-05T05:12:32.077Z++ pwd
5012023-12-05T05:12:32.077Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
5022023-12-05T05:12:32.077Z++ basename ./tools/ci_download_dendrite_openapi
5032023-12-05T05:12:32.077Z+ ARG0=ci_download_dendrite_openapi
5042023-12-05T05:12:32.077Z+ TARGET_DIR=out
5052023-12-05T05:12:32.077Z+ DOWNLOAD_DIR=out/downloads
5062023-12-05T05:12:32.077Z+ source /work/oxidecomputer/omicron/tools/dendrite_openapi_version
5072023-12-05T05:12:32.077Z++ COMMIT=2af6adea85c62ac37e451148b84e5eb0ef005f36
5082023-12-05T05:12:32.077Z++ SHA2=07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0
5092023-12-05T05:12:32.077Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/2af6adea85c62ac37e451148b84e5eb0ef005f36/dpd.json
5102023-12-05T05:12:32.077Z+ LOCAL_FILE=out/downloads/dpd-2af6adea85c62ac37e451148b84e5eb0ef005f36.json
5112023-12-05T05:12:32.077Z+ main
5122023-12-05T05:12:32.077Z+ [[ 0 != 0 ]]
5132023-12-05T05:12:32.077Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/2af6adea85c62ac37e451148b84e5eb0ef005f36/dpd.json'
5142023-12-05T05:12:32.078ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/2af6adea85c62ac37e451148b84e5eb0ef005f36/dpd.json
5152023-12-05T05:12:32.078Z+ echo 'Local file: out/downloads/dpd-2af6adea85c62ac37e451148b84e5eb0ef005f36.json'
5162023-12-05T05:12:32.078ZLocal file: out/downloads/dpd-2af6adea85c62ac37e451148b84e5eb0ef005f36.json
5172023-12-05T05:12:32.078Z+ local DO_DOWNLOAD=true
5182023-12-05T05:12:32.078Z+ [[ -f out/downloads/dpd-2af6adea85c62ac37e451148b84e5eb0ef005f36.json ]]
5192023-12-05T05:12:32.078Z+ mkdir -p out/downloads
5202023-12-05T05:12:32.078Z+ '[' true == true ']'
5212023-12-05T05:12:32.078Z+ echo Downloading...
5222023-12-05T05:12:32.078ZDownloading...
5232023-12-05T05:12:32.078Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/2af6adea85c62ac37e451148b84e5eb0ef005f36/dpd.json out/downloads/dpd-2af6adea85c62ac37e451148b84e5eb0ef005f36.json
5242023-12-05T05:12:32.078Z+ curl --silent --show-error --fail --location --output out/downloads/dpd-2af6adea85c62ac37e451148b84e5eb0ef005f36.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/2af6adea85c62ac37e451148b84e5eb0ef005f36/dpd.json
5252023-12-05T05:12:32.078Z++ do_sha256sum out/downloads/dpd-2af6adea85c62ac37e451148b84e5eb0ef005f36.json
5262023-12-05T05:12:32.078Z++ case "$OSTYPE" in
5272023-12-05T05:12:32.078Z++ SHA=sha256sum
5282023-12-05T05:12:32.078Z++ sha256sum
5292023-12-05T05:12:32.078Z++ awk '{print $1}'
5302023-12-05T05:12:32.078Z+ calculated_sha2=07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0
5312023-12-05T05:12:32.078Z+ [[ 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-05T05:12:32.078Z+ set -o errexit
5332023-12-05T05:12:32.078Z+++ dirname ./tools/ci_download_dendrite_stub
5342023-12-05T05:12:32.081Z++ cd ./tools
5352023-12-05T05:12:32.081Z++ pwd
5362023-12-05T05:12:32.082Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
5372023-12-05T05:12:32.082Z++ basename ./tools/ci_download_dendrite_stub
5382023-12-05T05:12:32.082Z+ ARG0=ci_download_dendrite_stub
5392023-12-05T05:12:32.082Z+ source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums
5402023-12-05T05:12:32.082Z++ CIDL_SHA256_ILLUMOS=dc93b671cce54e83ed55faaa267f81ba9e65abcd6714aa559d68a8783d73b1c1
5412023-12-05T05:12:32.082Z++ CIDL_SHA256_LINUX_DPD=b13b391a085ba6bf16fdd99774f64c9d53cd7220ad518d5839c8558fb925c40c
5422023-12-05T05:12:32.082Z++ CIDL_SHA256_LINUX_SWADM=6bfa4e367eb2b0be89f1588ac458026a186314597a4feb9fee6cea60101c7ebe
5432023-12-05T05:12:32.082Z+ source /work/oxidecomputer/omicron/tools/dendrite_openapi_version
5442023-12-05T05:12:32.082Z++ COMMIT=2af6adea85c62ac37e451148b84e5eb0ef005f36
5452023-12-05T05:12:32.082Z++ SHA2=07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0
5462023-12-05T05:12:32.082Z+ TARGET_DIR=out
5472023-12-05T05:12:32.082Z+ DOWNLOAD_DIR=out/downloads
5482023-12-05T05:12:32.082Z+ DEST_DIR=./out/dendrite-stub
5492023-12-05T05:12:32.082Z+ BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin
5502023-12-05T05:12:32.082Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
5512023-12-05T05:12:32.082Z+ REPO=oxidecomputer/dendrite
5522023-12-05T05:12:32.082Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/2af6adea85c62ac37e451148b84e5eb0ef005f36
5532023-12-05T05:12:32.082Z+ main
5542023-12-05T05:12:32.082Z+ [[ 0 != 0 ]]
5552023-12-05T05:12:32.082Z+ CIDL_OS=solaris2.11
5562023-12-05T05:12:32.082Z+ [[ 0 != 0 ]]
5572023-12-05T05:12:32.082Z+ configure_os solaris2.11
5582023-12-05T05:12:32.082Z+ echo 'current directory: /work/oxidecomputer/omicron'
5592023-12-05T05:12:32.082Zcurrent directory: /work/oxidecomputer/omicron
5602023-12-05T05:12:32.082Z+ echo 'configuring based on OS: "solaris2.11"'
5612023-12-05T05:12:32.083Zconfiguring based on OS: "solaris2.11"
5622023-12-05T05:12:32.083Z+ case "$1" in
5632023-12-05T05:12:32.083Z+ SET_BINARIES=
5642023-12-05T05:12:32.083Z+ CIDL_SHA256=dc93b671cce54e83ed55faaa267f81ba9e65abcd6714aa559d68a8783d73b1c1
5652023-12-05T05:12:32.083Z+ CIDL_SHA256FUNC=do_sha256sum
5662023-12-05T05:12:32.086Z+ TARBALL_FILENAME=dendrite-stub.tar.gz
5672023-12-05T05:12:32.086Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/2af6adea85c62ac37e451148b84e5eb0ef005f36/dendrite-stub.tar.gz
5682023-12-05T05:12:32.086Z+ TARBALL_FILE=out/downloads/dendrite-stub.tar.gz
5692023-12-05T05:12:32.086Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/2af6adea85c62ac37e451148b84e5eb0ef005f36/dendrite-stub.tar.gz'
5702023-12-05T05:12:32.086ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/2af6adea85c62ac37e451148b84e5eb0ef005f36/dendrite-stub.tar.gz
5712023-12-05T05:12:32.086ZLocal file: out/downloads/dendrite-stub.tar.gz
5722023-12-05T05:12:32.086Z+ echo 'Local file: out/downloads/dendrite-stub.tar.gz'
5732023-12-05T05:12:32.086Z+ mkdir -p out/downloads
5742023-12-05T05:12:32.086Z+ mkdir -p ./out/dendrite-stub
5752023-12-05T05:12:32.086Z+ fetch_and_verify
5762023-12-05T05:12:32.086Z+ local DO_DOWNLOAD=true
5772023-12-05T05:12:32.086Z+ [[ -f out/downloads/dendrite-stub.tar.gz ]]
5782023-12-05T05:12:32.087Z+ '[' true == true ']'
5792023-12-05T05:12:32.087Z+ echo Downloading...
5802023-12-05T05:12:32.087ZDownloading...
5812023-12-05T05:12:32.087Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/2af6adea85c62ac37e451148b84e5eb0ef005f36/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz
5822023-12-05T05:12:32.087Z+ curl --silent --show-error --fail --location --output out/downloads/dendrite-stub.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/2af6adea85c62ac37e451148b84e5eb0ef005f36/dendrite-stub.tar.gz
5832023-12-05T05:12:39.666Z++ do_sha256sum out/downloads/dendrite-stub.tar.gz
5842023-12-05T05:12:39.669Z++ sha256sum
5852023-12-05T05:12:39.669Z++ awk '{print $1}'
5862023-12-05T05:12:39.770Z+ calculated_sha256=dc93b671cce54e83ed55faaa267f81ba9e65abcd6714aa559d68a8783d73b1c1
5872023-12-05T05:12:39.770Z+ [[ dc93b671cce54e83ed55faaa267f81ba9e65abcd6714aa559d68a8783d73b1c1 != \d\c\9\3\b\6\7\1\c\c\e\5\4\e\8\3\e\d\5\5\f\a\a\a\2\6\7\f\8\1\b\a\9\e\6\5\a\b\c\d\6\7\1\4\a\a\5\5\9\d\6\8\a\8\7\8\3\d\7\3\b\1\c\1 ]]
5882023-12-05T05:12:39.772Z+ do_untar out/downloads/dendrite-stub.tar.gz
5892023-12-05T05:12:39.772Z+ tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads
5902023-12-05T05:12:40.763Z+ do_assemble
5912023-12-05T05:12:40.763Z+ rm -r ./out/dendrite-stub
5922023-12-05T05:12:40.771Z+ mkdir ./out/dendrite-stub
5932023-12-05T05:12:40.771Z+ cp -r out/downloads/root ./out/dendrite-stub/root
5942023-12-05T05:12:40.934Z+ ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin
5952023-12-05T05:12:40.947Z+ set -o errexit
5962023-12-05T05:12:40.950Z+++ dirname ./tools/ci_download_maghemite_mgd
5972023-12-05T05:12:40.952Z++ cd ./tools
5982023-12-05T05:12:40.952Z++ pwd
5992023-12-05T05:12:40.953Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
6002023-12-05T05:12:40.956Z++ basename ./tools/ci_download_maghemite_mgd
6012023-12-05T05:12:40.956Z+ ARG0=ci_download_maghemite_mgd
6022023-12-05T05:12:40.956Z+ source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums
6032023-12-05T05:12:40.956Z++ CIDL_SHA256=82aa1ca1d7701b2221c442d58f912be59798258d574effcb866ffab22753cf38
6042023-12-05T05:12:40.956Z++ MGD_LINUX_SHA256=81231b30872fa1c581aa22c101f32d11f33f335758ac1fd2653436fbc7aab93f
6052023-12-05T05:12:40.956Z+ source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version
6062023-12-05T05:12:40.956Z++ COMMIT=579592bf474ec4b86805ada60c1b920b3beef5a7
6072023-12-05T05:12:40.956Z++ SHA2=6c1fab8d5028b52a161d8bf02aae47844699cdc5f7b28e1ac519fc4ec1ab3971
6082023-12-05T05:12:40.956Z+ TARGET_DIR=out
6092023-12-05T05:12:40.956Z+ DOWNLOAD_DIR=out/downloads
6102023-12-05T05:12:40.956Z+ DEST_DIR=./out/mgd
6112023-12-05T05:12:40.956Z+ BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin
6122023-12-05T05:12:40.956Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
6132023-12-05T05:12:40.956Z+ REPO=oxidecomputer/maghemite
6142023-12-05T05:12:40.956Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/579592bf474ec4b86805ada60c1b920b3beef5a7
6152023-12-05T05:12:40.956Z+ main
6162023-12-05T05:12:40.959Z+ [[ 0 != 0 ]]
6172023-12-05T05:12:40.959Z+ CIDL_OS=solaris2.11
6182023-12-05T05:12:40.959Z+ [[ 0 != 0 ]]
6192023-12-05T05:12:40.959Z+ configure_os solaris2.11
6202023-12-05T05:12:40.959Z+ echo 'current directory: /work/oxidecomputer/omicron'
6212023-12-05T05:12:40.959Zcurrent directory: /work/oxidecomputer/omicron
6222023-12-05T05:12:40.959Z+ echo 'configuring based on OS: "solaris2.11"'
6232023-12-05T05:12:40.959Z+ case "$1" in
6242023-12-05T05:12:40.959Zconfiguring based on OS: "solaris2.11"
6252023-12-05T05:12:40.960Z+ SET_BINARIES=
6262023-12-05T05:12:40.960Z+ CIDL_SHA256FUNC=do_sha256sum
6272023-12-05T05:12:40.961Z+ TARBALL_FILENAME=mgd.tar.gz
6282023-12-05T05:12:40.961Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/579592bf474ec4b86805ada60c1b920b3beef5a7/mgd.tar.gz
6292023-12-05T05:12:40.961Z+ TARBALL_FILE=out/downloads/mgd.tar.gz
6302023-12-05T05:12:40.961Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/579592bf474ec4b86805ada60c1b920b3beef5a7/mgd.tar.gz'
6312023-12-05T05:12:40.961ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/579592bf474ec4b86805ada60c1b920b3beef5a7/mgd.tar.gz
6322023-12-05T05:12:40.961ZLocal file: out/downloads/mgd.tar.gz
6332023-12-05T05:12:40.961Z+ echo 'Local file: out/downloads/mgd.tar.gz'
6342023-12-05T05:12:40.961Z+ mkdir -p out/downloads
6352023-12-05T05:12:40.961Z+ mkdir -p ./out/mgd
6362023-12-05T05:12:40.964Z+ fetch_and_verify
6372023-12-05T05:12:40.964Z+ local DO_DOWNLOAD=true
6382023-12-05T05:12:40.964Z+ [[ -f out/downloads/mgd.tar.gz ]]
6392023-12-05T05:12:40.964Z+ '[' true == true ']'
6402023-12-05T05:12:40.964Z+ echo Downloading...
6412023-12-05T05:12:40.964ZDownloading...
6422023-12-05T05:12:40.964Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/579592bf474ec4b86805ada60c1b920b3beef5a7/mgd.tar.gz out/downloads/mgd.tar.gz
6432023-12-05T05:12:40.964Z+ curl --silent --show-error --fail --location --output out/downloads/mgd.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/579592bf474ec4b86805ada60c1b920b3beef5a7/mgd.tar.gz
6442023-12-05T05:12:46.682Z++ do_sha256sum out/downloads/mgd.tar.gz
6452023-12-05T05:12:46.685Z++ sha256sum
6462023-12-05T05:12:46.685Z++ awk '{print $1}'
6472023-12-05T05:12:46.755Z+ calculated_sha256=82aa1ca1d7701b2221c442d58f912be59798258d574effcb866ffab22753cf38
6482023-12-05T05:12:46.755Z+ [[ 82aa1ca1d7701b2221c442d58f912be59798258d574effcb866ffab22753cf38 != \8\2\a\a\1\c\a\1\d\7\7\0\1\b\2\2\2\1\c\4\4\2\d\5\8\f\9\1\2\b\e\5\9\7\9\8\2\5\8\d\5\7\4\e\f\f\c\b\8\6\6\f\f\a\b\2\2\7\5\3\c\f\3\8 ]]
6492023-12-05T05:12:46.758Z+ do_untar out/downloads/mgd.tar.gz
6502023-12-05T05:12:46.758Z+ tar xzf out/downloads/mgd.tar.gz -C out/downloads
6512023-12-05T05:12:47.419Z+ do_assemble
6522023-12-05T05:12:47.419Z+ rm -r ./out/mgd
6532023-12-05T05:12:47.422Z+ mkdir ./out/mgd
6542023-12-05T05:12:47.426Z+ cp -r out/downloads/root ./out/mgd/root
6552023-12-05T05:12:47.646Z+ set -o errexit
6562023-12-05T05:12:47.652Z+++ dirname ./tools/ci_download_transceiver_control
6572023-12-05T05:12:47.652Z++ cd ./tools
6582023-12-05T05:12:47.652Z++ pwd
6592023-12-05T05:12:47.652Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
6602023-12-05T05:12:47.666Z++ basename ./tools/ci_download_transceiver_control
6612023-12-05T05:12:47.666Z+ ARG0=ci_download_transceiver_control
6622023-12-05T05:12:47.666Z+ source /work/oxidecomputer/omicron/tools/transceiver_control_version
6632023-12-05T05:12:47.666Z++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a
6642023-12-05T05:12:47.666Z++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
6652023-12-05T05:12:47.666Z+ TARGET_DIR=out
6662023-12-05T05:12:47.666Z+ DOWNLOAD_DIR=out/downloads
6672023-12-05T05:12:47.667Z+ DEST_DIR=./out/transceiver-control
6682023-12-05T05:12:47.667Z+ BIN_DIR=/opt/oxide/bin
6692023-12-05T05:12:47.667Z+ BINARY=xcvradm
6702023-12-05T05:12:47.667Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
6712023-12-05T05:12:47.667Z+ REPO=oxidecomputer/transceiver-control
6722023-12-05T05:12:47.667Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a
6732023-12-05T05:12:47.667Z+ main
6742023-12-05T05:12:47.667Z+ [[ 0 != 0 ]]
6752023-12-05T05:12:47.667Z+ CIDL_OS=solaris2.11
6762023-12-05T05:12:47.667Z+ [[ 0 != 0 ]]
6772023-12-05T05:12:47.667Z+ configure_os solaris2.11
6782023-12-05T05:12:47.667Z+ echo 'current directory: /work/oxidecomputer/omicron'
6792023-12-05T05:12:47.667Zcurrent directory: /work/oxidecomputer/omicron
6802023-12-05T05:12:47.667Z+ echo 'configuring based on OS: "solaris2.11"'
6812023-12-05T05:12:47.667Z+ case "$1" in
6822023-12-05T05:12:47.667Zconfiguring based on OS: "solaris2.11"
6832023-12-05T05:12:47.667Z+ SET_BINARIES=
6842023-12-05T05:12:47.667Z+ CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
6852023-12-05T05:12:47.667Z+ CIDL_SHA256FUNC=do_sha256sum
6862023-12-05T05:12:47.667Z+ ARCHIVE_FILENAME=xcvradm.gz
6872023-12-05T05:12:47.667Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz
6882023-12-05T05:12:47.667Z+ ARCHIVE_FILE=out/downloads/xcvradm.gz
6892023-12-05T05:12:47.667Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz'
6902023-12-05T05:12:47.669Z+ echo 'Local file: out/downloads/xcvradm.gz'
6912023-12-05T05:12:47.669ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz
6922023-12-05T05:12:47.669ZLocal file: out/downloads/xcvradm.gz
6932023-12-05T05:12:47.669Z+ mkdir -p out/downloads
6942023-12-05T05:12:47.669Z+ mkdir -p ./out/transceiver-control
6952023-12-05T05:12:47.669Z+ fetch_and_verify
6962023-12-05T05:12:47.669Z+ local DO_DOWNLOAD=true
6972023-12-05T05:12:47.669Z+ [[ -f out/downloads/xcvradm.gz ]]
6982023-12-05T05:12:47.675Z+ '[' true == true ']'
6992023-12-05T05:12:47.675Z+ echo Downloading...
7002023-12-05T05:12:47.675ZDownloading...
7012023-12-05T05:12:47.675Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz
7022023-12-05T05:12:47.675Z+ 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-05T05:12:50.233Z++ do_sha256sum out/downloads/xcvradm.gz
7042023-12-05T05:12:50.236Z++ sha256sum
7052023-12-05T05:12:50.237Z++ awk '{print $1}'
7062023-12-05T05:12:50.258Z+ calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
7072023-12-05T05:12:50.258Z+ [[ 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-05T05:12:50.261Z+ do_unpack out/downloads/xcvradm.gz
7092023-12-05T05:12:50.261Z+ mkdir -p out/downloads/root//opt/oxide/bin
7102023-12-05T05:12:50.261Z+ gzip -dc out/downloads/xcvradm.gz
7112023-12-05T05:12:50.435Z+ chmod +x out/downloads/root//opt/oxide/bin/xcvradm
7122023-12-05T05:12:50.437Z+ do_assemble
7132023-12-05T05:12:50.443Z+ rm -r ./out/transceiver-control
7142023-12-05T05:12:50.448Z+ mkdir ./out/transceiver-control
7152023-12-05T05:12:50.448Z+ cp -r out/downloads/root ./out/transceiver-control/root
7162023-12-05T05:12:50.666ZAll builder prerequisites installed successfully, and PATH looks valid
7172023-12-05T05:12:50.669Z
7182023-12-05T05:12:50.669Zreal 2:25.209513052
7192023-12-05T05:12:50.669Zuser 56.970447477
7202023-12-05T05:12:50.670Zsys 10.820210263
7212023-12-05T05:12:50.670Ztrap 0.024868799
7222023-12-05T05:12:50.670Ztflt 0.162284978
7232023-12-05T05:12:50.670Zdflt 0.671130116
7242023-12-05T05:12:50.670Zkflt 0.148559621
7252023-12-05T05:12:50.670Zlock 2.136119440
7262023-12-05T05:12:50.670Zslp 4:25.875112849
7272023-12-05T05:12:50.670Zlat 3.504032963
7282023-12-05T05:12:50.670Zstop 0.073493439
7292023-12-05T05:12:50.673Z
7302023-12-05T05:12:50.673Z #### # # ##### ##### # #
7312023-12-05T05:12:50.673Z # # # # # # # # # #
7322023-12-05T05:12:50.673Z # # # # # # # #
7332023-12-05T05:12:50.673Z # # # ##### ##### #
7342023-12-05T05:12:50.673Z # # # # # # #
7352023-12-05T05:12:50.673Z #### ###### # # # #
7362023-12-05T05:12:50.673Z
7372023-12-05T05:12:51.040Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
7382023-12-05T05:12:51.531Z Updating crates.io index
7392023-12-05T05:12:51.534Z Updating git repository `https://github.com/oxidecomputer/dropshot`
7402023-12-05T05:12:52.440Z Updating git repository `https://github.com/oxidecomputer/progenitor`
7412023-12-05T05:12:54.308Z Updating git repository `http://github.com/oxidecomputer/serde_human_bytes`
7422023-12-05T05:12:54.890Z Updating git repository `http://github.com/oxidecomputer/tofino`
7432023-12-05T05:12:55.315Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
7442023-12-05T05:12:55.565Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
7452023-12-05T05:12:55.870Z Updating git repository `https://github.com/oxidecomputer/propolis`
7462023-12-05T05:12:56.791Z Updating git repository `https://github.com/oxidecomputer/crucible`
7472023-12-05T05:12:59.116Z Updating git repository `https://github.com/oxidecomputer/opte`
7482023-12-05T05:13:00.288Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
7492023-12-05T05:13:00.672Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
7502023-12-05T05:13:01.276Z Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel`
7512023-12-05T05:13:01.705Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
7522023-12-05T05:13:02.060Z Updating git repository `http://github.com/oxidecomputer/sprockets`
7532023-12-05T05:13:02.523Z Updating git repository `https://github.com/oxidecomputer/diesel-dtrace`
7542023-12-05T05:13:02.817Z Updating git repository `https://github.com/njaremko/samael`
7552023-12-05T05:13:03.291Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
7562023-12-05T05:13:03.960Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
7572023-12-05T05:13:04.357Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
7582023-12-05T05:13:04.741Z Updating git repository `https://github.com/jgallagher/nix`
7592023-12-05T05:13:06.041Z Updating git repository `https://github.com/cbiffle/hubpack`
7602023-12-05T05:13:06.643Z Updating git repository `https://github.com/oxidecomputer/typify`
7612023-12-05T05:13:07.678Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
7622023-12-05T05:13:08.165Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
7632023-12-05T05:13:08.488Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
7642023-12-05T05:13:10.013Z Downloading crates ...
7652023-12-05T05:13:10.268Z Downloaded equivalent v1.0.1
7662023-12-05T05:13:10.273Z Downloaded unicode-ident v1.0.12
7672023-12-05T05:13:10.279Z Downloaded anstyle v1.0.2
7682023-12-05T05:13:10.284Z Downloaded ryu v1.0.15
7692023-12-05T05:13:10.290Z Downloaded itoa v1.0.9
7702023-12-05T05:13:10.293Z Downloaded anstyle-query v1.0.0
7712023-12-05T05:13:10.296Z Downloaded heck v0.4.1
7722023-12-05T05:13:10.298Z Downloaded utf8parse v0.2.1
7732023-12-05T05:13:10.302Z Downloaded thiserror-impl v1.0.49
7742023-12-05T05:13:10.304Z Downloaded clap_lex v0.5.1
7752023-12-05T05:13:10.304Z Downloaded colorchoice v1.0.0
7762023-12-05T05:13:10.315Z Downloaded errno v0.3.2
7772023-12-05T05:13:10.318Z Downloaded strsim v0.10.0
7782023-12-05T05:13:10.318Z Downloaded thiserror v1.0.49
7792023-12-05T05:13:10.325Z Downloaded bitflags v1.3.2
7802023-12-05T05:13:10.331Z Downloaded serde_spanned v0.6.4
7812023-12-05T05:13:10.334Z Downloaded cargo_toml v0.17.0
7822023-12-05T05:13:10.337Z Downloaded clap_derive v4.4.2
7832023-12-05T05:13:10.339Z Downloaded toml_datetime v0.6.5
7842023-12-05T05:13:10.342Z Downloaded io-lifetimes v1.0.11
7852023-12-05T05:13:10.345Z Downloaded cargo_metadata v0.18.0
7862023-12-05T05:13:10.348Z Downloaded anyhow v1.0.75
7872023-12-05T05:13:10.355Z Downloaded indexmap v2.1.0
7882023-12-05T05:13:10.361Z Downloaded memchr v2.6.3
7892023-12-05T05:13:10.371Z Downloaded serde_derive v1.0.192
7902023-12-05T05:13:10.378Z Downloaded serde v1.0.192
7912023-12-05T05:13:10.384Z Downloaded toml_edit v0.21.0
7922023-12-05T05:13:10.425Z Downloaded winnow v0.5.15
7932023-12-05T05:13:10.438Z Downloaded syn v2.0.32
7942023-12-05T05:13:10.458Z Downloaded rustix v0.37.23
7952023-12-05T05:13:10.493Z Downloaded libc v0.2.150
7962023-12-05T05:13:10.542Z Downloaded clap_builder v4.4.2
7972023-12-05T05:13:10.561Z Downloaded hashbrown v0.14.2
7982023-12-05T05:13:10.577Z Downloaded serde_json v1.0.108
7992023-12-05T05:13:10.579Z Downloaded proc-macro2 v1.0.69
8002023-12-05T05:13:10.579Z Downloaded camino v1.1.6
8012023-12-05T05:13:10.582Z Downloaded terminal_size v0.2.6
8022023-12-05T05:13:10.584Z Downloaded clap v4.4.3
8032023-12-05T05:13:10.599Z Downloaded semver v1.0.20
8042023-12-05T05:13:10.603Z Downloaded toml v0.8.8
8052023-12-05T05:13:10.608Z Downloaded anstyle-parse v0.2.1
8062023-12-05T05:13:10.611Z Downloaded cargo-platform v0.1.3
8072023-12-05T05:13:10.614Z Downloaded quote v1.0.33
8082023-12-05T05:13:10.617Z Downloaded anstream v0.5.0
8092023-12-05T05:13:10.736Z Compiling proc-macro2 v1.0.69
8102023-12-05T05:13:10.736Z Compiling unicode-ident v1.0.12
8112023-12-05T05:13:10.739Z Compiling serde v1.0.192
8122023-12-05T05:13:10.739Z Compiling libc v0.2.150
8132023-12-05T05:13:10.755Z Compiling io-lifetimes v1.0.11
8142023-12-05T05:13:10.757Z Compiling rustix v0.37.23
8152023-12-05T05:13:10.763Z Compiling hashbrown v0.14.2
8162023-12-05T05:13:10.765Z Compiling bitflags v1.3.2
8172023-12-05T05:13:11.002Z Compiling equivalent v1.0.1
8182023-12-05T05:13:11.125Z Compiling utf8parse v0.2.1
8192023-12-05T05:13:11.150Z Compiling thiserror v1.0.49
8202023-12-05T05:13:11.373Z Compiling anstyle-parse v0.2.1
8212023-12-05T05:13:11.757Z Compiling semver v1.0.20
8222023-12-05T05:13:12.417Z Compiling indexmap v2.1.0
8232023-12-05T05:13:13.668Z Compiling anstyle v1.0.2
8242023-12-05T05:13:13.671Z Compiling anstyle-query v1.0.0
8252023-12-05T05:13:13.848Z Compiling camino v1.1.6
8262023-12-05T05:13:13.896Z Compiling serde_json v1.0.108
8272023-12-05T05:13:13.914Z Compiling winnow v0.5.15
8282023-12-05T05:13:13.919Z Compiling colorchoice v1.0.0
8292023-12-05T05:13:14.207Z Compiling clap_lex v0.5.1
8302023-12-05T05:13:14.356Z Compiling anstream v0.5.0
8312023-12-05T05:13:14.428Z Compiling strsim v0.10.0
8322023-12-05T05:13:14.512Z Compiling heck v0.4.1
8332023-12-05T05:13:14.926Z Compiling anyhow v1.0.75
8342023-12-05T05:13:15.003Z Compiling itoa v1.0.9
8352023-12-05T05:13:15.268Z Compiling quote v1.0.33
8362023-12-05T05:13:15.338Z Compiling ryu v1.0.15
8372023-12-05T05:13:15.856Z Compiling syn v2.0.32
8382023-12-05T05:13:15.954Z Compiling errno v0.3.2
8392023-12-05T05:13:17.502Z Compiling terminal_size v0.2.6
8402023-12-05T05:13:17.654Z Compiling clap_builder v4.4.2
8412023-12-05T05:13:24.060Z Compiling serde_derive v1.0.192
8422023-12-05T05:13:24.483Z Compiling thiserror-impl v1.0.49
8432023-12-05T05:13:24.483Z Compiling clap_derive v4.4.2
8442023-12-05T05:13:28.836Z Compiling clap v4.4.3
8452023-12-05T05:13:37.459Z Compiling serde_spanned v0.6.4
8462023-12-05T05:13:37.575Z Compiling toml_datetime v0.6.5
8472023-12-05T05:13:37.575Z Compiling cargo-platform v0.1.3
8482023-12-05T05:13:37.712Z Compiling toml_edit v0.21.0
8492023-12-05T05:13:39.840Z Compiling cargo_metadata v0.18.0
8502023-12-05T05:13:40.851Z Compiling toml v0.8.8
8512023-12-05T05:13:41.845Z Compiling cargo_toml v0.17.0
8522023-12-05T05:13:47.832Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
8532023-12-05T05:13:49.293Z Finished dev [unoptimized + debuginfo] target(s) in 58.54s
8542023-12-05T05:13:49.523Z Running `target/debug/xtask clippy`
8552023-12-05T05:13:49.577Zrunning: "/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/cargo" "clippy" "--all-targets" "--" "--deny" "warnings" "--allow" "clippy::style"
8562023-12-05T05:13:50.450Z Downloading crates ...
8572023-12-05T05:13:50.664Z Downloaded ciborium-io v0.2.1
8582023-12-05T05:13:50.668Z Downloaded hyper-tls v0.5.0
8592023-12-05T05:13:50.687Z Downloaded is_ci v1.1.1
8602023-12-05T05:13:50.693Z Downloaded ident_case v1.0.1
8612023-12-05T05:13:50.703Z Downloaded lazycell v1.3.0
8622023-12-05T05:13:50.708Z Downloaded libefi-sys v0.1.0
8632023-12-05T05:13:50.713Z Downloaded impl-trait-for-tuples v0.2.2
8642023-12-05T05:13:50.721Z Downloaded instant v0.1.12
8652023-12-05T05:13:50.727Z Downloaded oorandom v11.1.3
8662023-12-05T05:13:50.735Z Downloaded serial_test v0.10.0
8672023-12-05T05:13:50.737Z Downloaded openssl-sys v0.9.96
8682023-12-05T05:13:50.758Z Downloaded lalrpop-util v0.19.12
8692023-12-05T05:13:50.768Z Downloaded atty v0.2.14
8702023-12-05T05:13:50.774Z Downloaded match_cfg v0.1.0
8712023-12-05T05:13:50.778Z Downloaded memoffset v0.7.1
8722023-12-05T05:13:50.782Z Downloaded linked-hash-map v0.5.6
8732023-12-05T05:13:50.787Z Downloaded bstr v1.6.0
8742023-12-05T05:13:51.250Z Downloaded num_threads v0.1.6
8752023-12-05T05:13:51.254Z Downloaded serde-big-array v0.5.1
8762023-12-05T05:13:51.254Z Downloaded num_enum v0.5.11
8772023-12-05T05:13:51.254Z Downloaded nodrop v0.1.14
8782023-12-05T05:13:51.254Z Downloaded num-derive v0.4.0
8792023-12-05T05:13:51.254Z Downloaded tinyvec_macros v0.1.1
8802023-12-05T05:13:51.254Z Downloaded number_prefix v0.4.0
8812023-12-05T05:13:51.254Z Downloaded num-iter v0.1.43
8822023-12-05T05:13:51.254Z Downloaded packed_struct v0.10.1
8832023-12-05T05:13:51.254Z Downloaded num_enum_derive v0.5.11
8842023-12-05T05:13:51.254Z Downloaded serde-hex v0.1.0
8852023-12-05T05:13:51.254Z Downloaded num-integer v0.1.45
8862023-12-05T05:13:51.254Z Downloaded ciborium-ll v0.2.1
8872023-12-05T05:13:51.254Z Downloaded num-complex v0.4.4
8882023-12-05T05:13:51.254Z Downloaded want v0.3.1
8892023-12-05T05:13:51.254Z Downloaded serde-big-array v0.4.1
8902023-12-05T05:13:51.254Z Downloaded threadpool v1.8.1
8912023-12-05T05:13:51.254Z Downloaded blake2b_simd v1.0.1
8922023-12-05T05:13:51.254Z Downloaded nu-ansi-term v0.49.0
8932023-12-05T05:13:51.254Z Downloaded rustc_version v0.1.7
8942023-12-05T05:13:51.254Z Downloaded crc-any v2.4.3
8952023-12-05T05:13:51.254Z Downloaded num-rational v0.4.1
8962023-12-05T05:13:51.255Z Downloaded const-oid v0.9.5
8972023-12-05T05:13:51.255Z Downloaded peeking_take_while v0.1.2
8982023-12-05T05:13:51.255Z Downloaded try-lock v0.2.4
8992023-12-05T05:13:51.255Z Downloaded vte_generate_state_changes v0.1.1
9002023-12-05T05:13:51.255Z Downloaded fastrand v2.0.0
9012023-12-05T05:13:51.255Z Downloaded semver-parser v0.10.2
9022023-12-05T05:13:51.255Z Downloaded tower-service v0.3.2
9032023-12-05T05:13:51.255Z Downloaded mockall v0.11.4
9042023-12-05T05:13:51.255Z Downloaded tabled_derive v0.6.0
9052023-12-05T05:13:51.255Z Downloaded zeroize_derive v1.4.2
9062023-12-05T05:13:51.256Z Downloaded parking_lot v0.12.1
9072023-12-05T05:13:51.256Z Downloaded endian-type v0.1.2
9082023-12-05T05:13:51.256Z Downloaded downcast v0.11.0
9092023-12-05T05:13:51.256Z Downloaded zerocopy v0.3.0
9102023-12-05T05:13:51.256Z Downloaded precomputed-hash v0.1.1
9112023-12-05T05:13:51.256Z Downloaded darling_macro v0.20.3
9122023-12-05T05:13:51.256Z Downloaded group v0.13.0
9132023-12-05T05:13:51.256Z Downloaded hex v0.4.3
9142023-12-05T05:13:51.256Z Downloaded base64 v0.13.1
9152023-12-05T05:13:51.256Z Downloaded pem v3.0.2
9162023-12-05T05:13:51.256Z Downloaded phf_shared v0.11.2
9172023-12-05T05:13:51.256Z Downloaded smawk v0.3.1
9182023-12-05T05:13:51.256Z Downloaded dyn-clone v1.0.13
9192023-12-05T05:13:51.256Z Downloaded proc-macro-crate v1.3.1
9202023-12-05T05:13:51.256Z Downloaded same-file v1.0.6
9212023-12-05T05:13:51.256Z Downloaded xattr v1.0.1
9222023-12-05T05:13:51.256Z Downloaded unicode-bidi v0.3.13
9232023-12-05T05:13:51.256Z Downloaded foreign-types-shared v0.3.1
9242023-12-05T05:13:51.256Z Downloaded rustversion v1.0.14
9252023-12-05T05:13:51.256Z Downloaded zone_cfg_derive v0.3.0
9262023-12-05T05:13:51.256Z Downloaded parse-display v0.8.2
9272023-12-05T05:13:51.256Z Downloaded rand_core v0.6.4
9282023-12-05T05:13:51.256Z Downloaded topological-sort v0.2.2
9292023-12-05T05:13:51.256Z Downloaded sha1 v0.10.6
9302023-12-05T05:13:51.256Z Downloaded backtrace v0.3.69
9312023-12-05T05:13:51.256Z Downloaded string_cache v0.8.7
9322023-12-05T05:13:51.256Z Downloaded proc-macro-error v1.0.4
9332023-12-05T05:13:51.256Z Downloaded signature v2.1.0
9342023-12-05T05:13:51.256Z Downloaded float-cmp v0.9.0
9352023-12-05T05:13:51.256Z Downloaded getopts v0.2.21
9362023-12-05T05:13:51.256Z Downloaded form_urlencoded v1.2.1
9372023-12-05T05:13:51.256Z Downloaded num-traits v0.2.16
9382023-12-05T05:13:51.256Z Downloaded dof v0.1.5
9392023-12-05T05:13:51.256Z Downloaded tokio-macros v2.2.0
9402023-12-05T05:13:51.256Z Downloaded httpdate v1.0.3
9412023-12-05T05:13:51.256Z Downloaded vte v0.11.1
9422023-12-05T05:13:51.256Z Downloaded pretty-hex v0.2.1
9432023-12-05T05:13:51.256Z Downloaded smallvec v1.11.0
9442023-12-05T05:13:51.256Z Downloaded enum-as-inner v0.5.1
9452023-12-05T05:13:51.256Z Downloaded smallvec v0.6.14
9462023-12-05T05:13:51.256Z Downloaded snafu-derive v0.7.5
9472023-12-05T05:13:51.256Z Downloaded toolchain_find v0.2.0
9482023-12-05T05:13:51.256Z Downloaded usdt-impl v0.3.5
9492023-12-05T05:13:51.256Z Downloaded slog-bunyan v2.4.0
9502023-12-05T05:13:51.256Z Downloaded home v0.5.5
9512023-12-05T05:13:51.256Z Downloaded env_logger v0.10.0
9522023-12-05T05:13:51.256Z Downloaded getrandom v0.2.10
9532023-12-05T05:13:51.256Z Downloaded foreign-types-shared v0.1.1
9542023-12-05T05:13:51.256Z Downloaded path-slash v0.1.5
9552023-12-05T05:13:51.256Z Downloaded tokio-native-tls v0.3.1
9562023-12-05T05:13:51.256Z Downloaded tempdir v0.3.7
9572023-12-05T05:13:51.256Z Downloaded phf_shared v0.10.0
9582023-12-05T05:13:51.258Z Downloaded foreign-types v0.3.2
9592023-12-05T05:13:51.258Z Downloaded tap v1.0.1
9602023-12-05T05:13:51.258Z Downloaded resolv-conf v0.7.0
9612023-12-05T05:13:51.258Z Downloaded predicates-core v1.0.6
9622023-12-05T05:13:51.258Z Downloaded phf v0.11.2
9632023-12-05T05:13:51.258Z Downloaded sha2 v0.10.8
9642023-12-05T05:13:51.258Z Downloaded rustls-native-certs v0.6.3
9652023-12-05T05:13:51.258Z Downloaded postgres-protocol v0.6.6
9662023-12-05T05:13:51.258Z Downloaded similar v2.2.1
9672023-12-05T05:13:51.258Z Downloaded display-error-chain v0.2.0
9682023-12-05T05:13:51.258Z Downloaded pest_derive v2.7.2
9692023-12-05T05:13:51.258Z Downloaded pest_generator v2.7.2
9702023-12-05T05:13:51.258Z Downloaded headers-core v0.2.0
9712023-12-05T05:13:51.258Z Downloaded proc-macro-error-attr v1.0.4
9722023-12-05T05:13:51.258Z Downloaded fs-err v2.11.0
9732023-12-05T05:13:51.258Z Downloaded swrite v0.1.0
9742023-12-05T05:13:51.258Z Downloaded derive_builder_macro v0.12.0
9752023-12-05T05:13:51.265Z Downloaded r2d2 v0.8.10
9762023-12-05T05:13:51.265Z Downloaded fnv v1.0.7
9772023-12-05T05:13:51.265Z Downloaded rtoolbox v0.0.1
9782023-12-05T05:13:51.265Z Downloaded percent-encoding v2.3.1
9792023-12-05T05:13:51.265Z Downloaded hash32 v0.2.1
9802023-12-05T05:13:51.265Z Downloaded pem-rfc7468 v0.7.0
9812023-12-05T05:13:51.265Z Downloaded plotters-svg v0.3.5
9822023-12-05T05:13:51.265Z Downloaded pretty_assertions v1.4.0
9832023-12-05T05:13:51.265Z Downloaded slog-envlogger v2.2.0
9842023-12-05T05:13:51.265Z Downloaded usdt-attr-macro v0.3.5
9852023-12-05T05:13:51.266Z Downloaded humantime v2.1.0
9862023-12-05T05:13:51.266Z Downloaded serde_urlencoded v0.7.1
9872023-12-05T05:13:51.266Z Downloaded der_derive v0.7.2
9882023-12-05T05:13:51.266Z Downloaded tokio-stream v0.1.14
9892023-12-05T05:13:51.266Z Downloaded fd-lock v3.0.13
9902023-12-05T05:13:51.266Z Downloaded digest v0.10.7
9912023-12-05T05:13:51.266Z Downloaded libxml v0.3.3
9922023-12-05T05:13:51.278Z Downloaded take_mut v0.2.2
9932023-12-05T05:13:51.278Z Downloaded pretty-hex v0.4.0
9942023-12-05T05:13:51.278Z Downloaded toml_edit v0.19.15
9952023-12-05T05:13:51.300Z Downloaded serde_repr v0.1.16
9962023-12-05T05:13:51.303Z Downloaded rustfmt-wrapper v0.2.0
9972023-12-05T05:13:51.303Z Downloaded subtle v2.5.0
9982023-12-05T05:13:51.306Z Downloaded usdt v0.3.5
9992023-12-05T05:13:51.309Z Downloaded signature v1.6.4
10002023-12-05T05:13:51.311Z Downloaded postcard-cobs v0.1.5-pre
10012023-12-05T05:13:51.314Z Downloaded relative-path v1.9.0
10022023-12-05T05:13:51.316Z Downloaded dashmap v5.5.1
10032023-12-05T05:13:51.319Z Downloaded slog-json v2.6.1
10042023-12-05T05:13:51.322Z Downloaded deranged v0.3.8
10052023-12-05T05:13:51.325Z Downloaded hmac v0.12.1
10062023-12-05T05:13:51.328Z Downloaded steno v0.4.0
10072023-12-05T05:13:51.336Z Downloaded plotters-backend v0.3.5
10082023-12-05T05:13:51.338Z Downloaded ff v0.13.0
10092023-12-05T05:13:51.341Z Downloaded half v1.8.2
10102023-12-05T05:13:51.345Z Downloaded tracing-core v0.1.31
10112023-12-05T05:13:51.351Z Downloaded rayon-core v1.12.0
10122023-12-05T05:13:51.358Z Downloaded yasna v0.5.2
10132023-12-05T05:13:51.362Z Downloaded socket2 v0.4.9
10142023-12-05T05:13:51.365Z Downloaded http v0.2.11
10152023-12-05T05:13:51.373Z Downloaded debug-ignore v1.0.5
10162023-12-05T05:13:51.376Z Downloaded signal-hook v0.3.17
10172023-12-05T05:13:51.382Z Downloaded postcard v0.7.3
10182023-12-05T05:13:51.385Z Downloaded rstest_macros v0.18.2
10192023-12-05T05:13:51.391Z Downloaded rand v0.4.6
10202023-12-05T05:13:51.397Z Downloaded subprocess v0.2.9
10212023-12-05T05:13:51.401Z Downloaded headers v0.3.9
10222023-12-05T05:13:51.413Z Downloaded unsafe-libyaml v0.2.9
10232023-12-05T05:13:51.419Z Downloaded reedline v0.26.0
10242023-12-05T05:13:51.434Z Downloaded tough v0.15.0
10252023-12-05T05:13:51.449Z Downloaded heapless v0.7.16
10262023-12-05T05:13:51.456Z Downloaded prettyplease v0.2.12
10272023-12-05T05:13:51.463Z Downloaded x509-cert v0.2.4
10282023-12-05T05:13:51.475Z Downloaded trust-dns-resolver v0.22.0
10292023-12-05T05:13:51.483Z Downloaded tokio-util v0.7.10
10302023-12-05T05:13:51.496Z Downloaded futures-util v0.3.29
10312023-12-05T05:13:51.519Z Downloaded h2 v0.3.21
10322023-12-05T05:13:51.532Z Downloaded serde_with v2.3.3
10332023-12-05T05:13:51.546Z Downloaded reqwest v0.11.22
10342023-12-05T05:13:51.563Z Downloaded unicode-normalization v0.1.22
10352023-12-05T05:13:51.582Z Downloaded quick-xml v0.23.1
10362023-12-05T05:13:51.590Z Downloaded portable-atomic v1.4.3
10372023-12-05T05:13:51.590Z Downloaded radix_trie v0.2.1
10382023-12-05T05:13:51.599Z Downloaded plotters v0.3.5
10392023-12-05T05:13:51.617Z Downloaded smoltcp v0.9.1
10402023-12-05T05:13:51.638Z Downloaded regex v1.10.2
10412023-12-05T05:13:51.663Z Downloaded regress v0.7.1
10422023-12-05T05:13:51.677Z Downloaded polar-core v0.27.0
10432023-12-05T05:13:51.699Z Downloaded trust-dns-proto v0.22.0
10442023-12-05T05:13:51.729Z Downloaded regex-syntax v0.8.2
10452023-12-05T05:13:51.738Z Downloaded regex-syntax v0.7.5
10462023-12-05T05:13:51.758Z Downloaded zerocopy-derive v0.2.0
10472023-12-05T05:13:51.782Z Downloaded bzip2-sys v0.1.11+1.0.8
10482023-12-05T05:13:51.797Z Downloaded regex-automata v0.3.8
10492023-12-05T05:13:51.830Z Downloaded sled v0.34.7
10502023-12-05T05:13:51.850Z Downloaded regex-automata v0.4.3
10512023-12-05T05:13:51.885Z Downloaded tokio v1.34.0
10522023-12-05T05:13:51.953Z Downloaded sha3 v0.10.8
10532023-12-05T05:13:51.966Z Downloaded zerocopy-derive v0.6.4
10542023-12-05T05:13:51.994Z Downloaded diesel v2.1.4
10552023-12-05T05:13:52.023Z Downloaded regex-syntax v0.6.29
10562023-12-05T05:13:52.039Z Downloaded encoding_rs v0.8.33
10572023-12-05T05:13:52.083Z Downloaded rustix v0.38.25
10582023-12-05T05:13:52.124Z Downloaded rustls v0.21.9
10592023-12-05T05:13:52.145Z Downloaded bstr v0.2.17
10602023-12-05T05:13:52.190Z Downloaded proptest v1.4.0
10612023-12-05T05:13:52.201Z Downloaded gimli v0.28.0
10622023-12-05T05:13:52.201Z Downloaded openapiv3 v2.0.0-rc.1
10632023-12-05T05:13:52.220Z Downloaded ratatui v0.23.0
10642023-12-05T05:13:52.246Z Downloaded ring v0.17.5
10652023-12-05T05:13:52.383Z Downloaded idna v0.2.3
10662023-12-05T05:13:52.397Z Downloaded hashbrown v0.13.2
10672023-12-05T05:13:52.403Z Downloaded syn v1.0.109
10682023-12-05T05:13:52.423Z Downloaded tabled v0.14.0
10692023-12-05T05:13:52.451Z Downloaded openssl v0.10.60
10702023-12-05T05:13:52.468Z Downloaded object v0.32.1
10712023-12-05T05:13:52.486Z Downloaded rayon v1.8.0
10722023-12-05T05:13:52.503Z Downloaded petgraph v0.6.4
10732023-12-05T05:13:52.527Z Downloaded hyper v0.14.27
10742023-12-05T05:13:52.541Z Downloaded ring v0.16.20
10752023-12-05T05:13:52.705Z Downloaded hkdf v0.12.3
10762023-12-05T05:13:52.710Z Downloaded webpki-roots v0.25.2
10772023-12-05T05:13:52.717Z Downloaded lalrpop v0.19.12
10782023-12-05T05:13:52.738Z Downloaded rustls-webpki v0.101.7
10792023-12-05T05:13:52.763Z Downloaded object v0.30.4
10802023-12-05T05:13:52.782Z Downloaded bitvec v1.0.1
10812023-12-05T05:13:52.809Z Downloaded bindgen v0.65.1
10822023-12-05T05:13:52.819Z Downloaded curve25519-dalek v4.1.0
10832023-12-05T05:13:52.837Z Downloaded vcpkg v0.2.15
10842023-12-05T05:13:52.911Z Downloaded smoltcp v0.8.2
10852023-12-05T05:13:52.932Z Downloaded regex-automata v0.1.10
10862023-12-05T05:13:52.940Z Downloaded chrono v0.4.31
10872023-12-05T05:13:52.947Z Downloaded idna v0.5.0
10882023-12-05T05:13:52.961Z Downloaded futures v0.3.29
10892023-12-05T05:13:52.969Z Downloaded pest v2.7.2
10902023-12-05T05:13:52.978Z Downloaded aho-corasick v1.0.4
10912023-12-05T05:13:52.997Z Downloaded flume v0.11.0
10922023-12-05T05:13:53.010Z Downloaded clap v2.34.0
10932023-12-05T05:13:53.010Z Downloaded snafu v0.7.5
10942023-12-05T05:13:53.024Z Downloaded diff v0.1.13
10952023-12-05T05:13:53.030Z Downloaded derive_more v0.99.17
10962023-12-05T05:13:53.043Z Downloaded rsa v0.9.2
10972023-12-05T05:13:53.043Z Downloaded hashbrown v0.12.3
10982023-12-05T05:13:53.054Z Downloaded elliptic-curve v0.13.8
10992023-12-05T05:13:53.062Z Downloaded trust-dns-server v0.22.1
11002023-12-05T05:13:53.071Z Downloaded ron v0.8.1
11012023-12-05T05:13:53.081Z Downloaded expectorate v1.1.0
11022023-12-05T05:13:53.081Z Downloaded serde_yaml v0.9.25
11032023-12-05T05:13:53.092Z Downloaded zerocopy v0.6.4
11042023-12-05T05:13:53.092Z Downloaded tokio-postgres v0.7.10
11052023-12-05T05:13:53.101Z Downloaded flate2 v1.0.28
11062023-12-05T05:13:53.118Z Downloaded num-bigint-dig v0.8.4
11072023-12-05T05:13:53.126Z Downloaded rustc-hash v1.1.0
11082023-12-05T05:13:53.132Z Downloaded serde_with_macros v2.3.3
11092023-12-05T05:13:53.138Z Downloaded parking_lot_core v0.9.8
11102023-12-05T05:13:53.145Z Downloaded spki v0.7.2
11112023-12-05T05:13:53.145Z Downloaded pkcs8 v0.10.2
11122023-12-05T05:13:53.158Z Downloaded tungstenite v0.20.1
11132023-12-05T05:13:53.167Z Downloaded derive-where v1.2.5
11142023-12-05T05:13:53.175Z Downloaded time v0.3.27
11152023-12-05T05:13:53.263Z Downloaded quick-error v1.2.3
11162023-12-05T05:13:53.286Z Downloaded wyz v0.5.1
11172023-12-05T05:13:53.286Z Downloaded poly1305 v0.8.0
11182023-12-05T05:13:53.286Z Downloaded derive_builder_core v0.12.0
11192023-12-05T05:13:53.286Z Downloaded password-hash v0.5.0
11202023-12-05T05:13:53.287Z Downloaded scopeguard v1.2.0
11212023-12-05T05:13:53.287Z Downloaded untrusted v0.7.1
11222023-12-05T05:13:53.287Z Downloaded supports-color v2.1.0
11232023-12-05T05:13:53.287Z Downloaded tempfile v3.8.1
11242023-12-05T05:13:53.287Z Downloaded rand v0.8.5
11252023-12-05T05:13:53.287Z Downloaded der v0.7.8
11262023-12-05T05:13:53.287Z Downloaded itertools v0.12.0
11272023-12-05T05:13:53.287Z Downloaded dirs-next v2.0.0
11282023-12-05T05:13:53.287Z Downloaded filetime v0.2.22
11292023-12-05T05:13:53.287Z Downloaded pest_meta v2.7.2
11302023-12-05T05:13:53.287Z Downloaded tar v0.4.40
11312023-12-05T05:13:53.287Z Downloaded slog v2.7.0
11322023-12-05T05:13:53.287Z Downloaded darling_core v0.20.3
11332023-12-05T05:13:53.717Z Downloaded url v2.5.0
11342023-12-05T05:13:53.717Z Downloaded rcgen v0.11.3
11352023-12-05T05:13:53.717Z Downloaded parking_lot_core v0.8.6
11362023-12-05T05:13:53.717Z Downloaded rust-argon2 v1.0.1
11372023-12-05T05:13:53.717Z Downloaded platforms v3.0.2
11382023-12-05T05:13:53.717Z Downloaded typed-path v0.6.0
11392023-12-05T05:13:53.717Z Downloaded itertools v0.10.5
11402023-12-05T05:13:53.717Z Downloaded trust-dns-client v0.22.0
11412023-12-05T05:13:53.717Z Downloaded ppv-lite86 v0.2.17
11422023-12-05T05:13:53.717Z Downloaded tracing v0.1.37
11432023-12-05T05:13:53.717Z Downloaded rustc-demangle v0.1.23
11442023-12-05T05:13:53.717Z Downloaded rstest v0.18.2
11452023-12-05T05:13:53.717Z Downloaded num-bigint v0.4.4
11462023-12-05T05:13:53.717Z Downloaded term v0.7.0
11472023-12-05T05:13:53.717Z Downloaded foreign-types-macros v0.2.3
11482023-12-05T05:13:53.717Z Downloaded foreign-types v0.5.0
11492023-12-05T05:13:53.717Z Downloaded rustls-pemfile v1.0.3
11502023-12-05T05:13:53.717Z Downloaded doc-comment v0.3.3
11512023-12-05T05:13:53.717Z Downloaded signal-hook-mio v0.2.3
11522023-12-05T05:13:53.717Z Downloaded rpassword v7.3.1
11532023-12-05T05:13:53.717Z Downloaded rand_xorshift v0.3.0
11542023-12-05T05:13:53.717Z Downloaded radium v0.7.0
11552023-12-05T05:13:53.717Z Downloaded flagset v0.4.3
11562023-12-05T05:13:53.717Z Downloaded tokio-tungstenite v0.20.1
11572023-12-05T05:13:53.717Z Downloaded tokio-rustls v0.24.1
11582023-12-05T05:13:53.717Z Downloaded sct v0.7.0
11592023-12-05T05:13:53.717Z Downloaded toml v0.7.8
11602023-12-05T05:13:53.717Z Downloaded pkg-config v0.3.27
11612023-12-05T05:13:53.717Z Downloaded difflib v0.4.0
11622023-12-05T05:13:53.717Z Downloaded partial-io v0.5.4
11632023-12-05T05:13:53.717Z Downloaded nom v7.1.3
11642023-12-05T05:13:53.717Z Downloaded trybuild v1.0.85
11652023-12-05T05:13:53.717Z Downloaded predicates-tree v1.0.9
11662023-12-05T05:13:53.718Z Downloaded rustc_version v0.4.0
11672023-12-05T05:13:53.718Z Downloaded data-encoding v2.4.0
11682023-12-05T05:13:53.718Z Downloaded schemars v0.8.13
11692023-12-05T05:13:53.718Z Downloaded highway v1.1.0
11702023-12-05T05:13:53.718Z Downloaded ref-cast v1.0.20
11712023-12-05T05:13:53.718Z Downloaded pin-project v1.1.3
11722023-12-05T05:13:53.718Z Downloaded httptest v0.15.5
11732023-12-05T05:13:53.718Z Downloaded derive_builder v0.12.0
11742023-12-05T05:13:53.718Z Downloaded typenum v1.16.0
11752023-12-05T05:13:53.718Z Downloaded httparse v1.8.0
11762023-12-05T05:13:53.718Z Downloaded unicode-segmentation v1.10.1
11772023-12-05T05:13:53.718Z Downloaded fixedbitset v0.4.2
11782023-12-05T05:13:53.718Z Downloaded termcolor v1.2.0
11792023-12-05T05:13:53.718Z Downloaded toml v0.5.11
11802023-12-05T05:13:53.718Z Downloaded mio v0.8.9
11812023-12-05T05:13:53.718Z Downloaded pin-utils v0.1.0
11822023-12-05T05:13:53.718Z Downloaded slog-async v2.8.0
11832023-12-05T05:13:53.718Z Downloaded zip v0.6.6
11842023-12-05T05:13:53.718Z Downloaded pkcs1 v0.7.5
11852023-12-05T05:13:53.718Z Downloaded remove_dir_all v0.5.3
11862023-12-05T05:13:53.718Z Downloaded paste v1.0.14
11872023-12-05T05:13:53.718Z Downloaded darling_macro v0.14.4
11882023-12-05T05:13:53.718Z Downloaded datatest-stable v0.2.3
11892023-12-05T05:13:53.718Z Downloaded hubpack v0.1.2
11902023-12-05T05:13:53.718Z Downloaded http-body v0.4.5
11912023-12-05T05:13:53.718Z Downloaded scheduled-thread-pool v0.2.7
11922023-12-05T05:13:53.721Z Downloaded zone v0.3.0
11932023-12-05T05:13:53.721Z Downloaded parse-display-derive v0.8.2
11942023-12-05T05:13:53.721Z Downloaded funty v2.0.0
11952023-12-05T05:13:53.721Z Downloaded rusty-fork v0.3.0
11962023-12-05T05:13:53.721Z Downloaded crossbeam-channel v0.5.8
11972023-12-05T05:13:53.721Z Downloaded strum_macros v0.25.2
11982023-12-05T05:13:53.721Z Downloaded ucd-trie v0.1.6
11992023-12-05T05:13:53.721Z Downloaded hex-literal v0.4.1
12002023-12-05T05:13:53.721Z Downloaded structopt v0.3.26
12012023-12-05T05:13:53.721Z Downloaded oso v0.27.0
12022023-12-05T05:13:53.721Z Downloaded usdt-macro v0.3.5
12032023-12-05T05:13:53.721Z Downloaded fragile v2.0.0
12042023-12-05T05:13:53.721Z Downloaded salty v0.2.0
12052023-12-05T05:13:53.721Z Downloaded tracing-attributes v0.1.26
12062023-12-05T05:13:53.721Z Downloaded untrusted v0.9.0
12072023-12-05T05:13:53.721Z Downloaded slog-term v2.9.0
12082023-12-05T05:13:53.721Z Downloaded version_check v0.9.4
12092023-12-05T05:13:53.721Z Downloaded fatfs v0.3.6
12102023-12-05T05:13:53.721Z Downloaded base64 v0.21.5
12112023-12-05T05:13:53.721Z Downloaded vsss-rs v3.3.1
12122023-12-05T05:13:53.721Z Downloaded hostname v0.3.1
12132023-12-05T05:13:53.721Z Downloaded ed25519 v1.5.3
12142023-12-05T05:13:53.721Z Downloaded rand_chacha v0.3.1
12152023-12-05T05:13:53.721Z Downloaded pin-project-lite v0.2.13
12162023-12-05T05:13:53.722Z Downloaded pin-project-internal v1.1.3
12172023-12-05T05:13:53.722Z Downloaded http-range v0.1.5
12182023-12-05T05:13:53.722Z Downloaded papergrid v0.10.0
12192023-12-05T05:13:53.722Z Downloaded serde_derive_internals v0.26.0
12202023-12-05T05:13:53.723Z Downloaded globset v0.4.13
12212023-12-05T05:13:53.723Z Downloaded crossbeam-epoch v0.9.15
12222023-12-05T05:13:53.723Z Downloaded predicates v3.0.4
12232023-12-05T05:13:53.723Z Downloaded predicates v2.1.5
12242023-12-05T05:13:53.723Z Downloaded hubpack_derive v0.1.1
12252023-12-05T05:13:53.723Z Downloaded ref-cast-impl v1.0.20
12262023-12-05T05:13:53.723Z Downloaded ena v0.14.2
12272023-12-05T05:13:53.723Z Downloaded either v1.9.0
12282023-12-05T05:13:53.723Z Downloaded dirs-sys-next v0.1.2
12292023-12-05T05:13:53.723Z Downloaded synstructure v0.12.6
12302023-12-05T05:13:53.723Z Downloaded stringprep v0.1.3
12312023-12-05T05:13:53.723Z Downloaded static_assertions v1.1.0
12322023-12-05T05:13:53.723Z Downloaded stable_deref_trait v1.2.0
12332023-12-05T05:13:53.732Z Downloaded tinyvec v1.6.0
12342023-12-05T05:13:53.732Z Downloaded textwrap v0.16.0
12352023-12-05T05:13:53.732Z Downloaded postgres-types v0.2.6
12362023-12-05T05:13:53.732Z Downloaded indexmap v1.9.3
12372023-12-05T05:13:53.732Z Downloaded unarray v0.1.4
12382023-12-05T05:13:53.732Z Downloaded uuid v1.6.1
12392023-12-05T05:13:53.749Z Downloaded itertools v0.11.0
12402023-12-05T05:13:54.172Z Downloaded futures-channel v0.3.29
12412023-12-05T05:13:54.172Z Downloaded libm v0.2.7
12422023-12-05T05:13:54.197Z Downloaded wait-timeout v0.2.0
12432023-12-05T05:13:54.197Z Downloaded vec_map v0.8.2
12442023-12-05T05:13:54.197Z Downloaded similar-asserts v1.5.0
12452023-12-05T05:13:54.197Z Downloaded arc-swap v1.6.0
12462023-12-05T05:13:54.197Z Downloaded serde_path_to_error v0.1.14
12472023-12-05T05:13:54.197Z Downloaded diesel_derives v2.1.2
12482023-12-05T05:13:54.197Z Downloaded shell-words v1.1.0
12492023-12-05T05:13:54.197Z Downloaded yansi v0.5.1
12502023-12-05T05:13:54.197Z Downloaded blake2 v0.10.6
12512023-12-05T05:13:54.197Z Downloaded bytes v1.5.0
12522023-12-05T05:13:54.197Z Downloaded basic-toml v0.1.4
12532023-12-05T05:13:54.197Z Downloaded heck v0.3.3
12542023-12-05T05:13:54.197Z Downloaded dtrace-parser v0.1.14
12552023-12-05T05:13:54.197Z Downloaded pem v1.1.1
12562023-12-05T05:13:54.197Z Downloaded thread_local v1.1.7
12572023-12-05T05:13:54.197Z Downloaded futures-timer v3.0.2
12582023-12-05T05:13:54.197Z Downloaded futures-task v0.3.29
12592023-12-05T05:13:54.197Z Downloaded futures-sink v0.3.29
12602023-12-05T05:13:54.199Z Downloaded futures-macro v0.3.29
12612023-12-05T05:13:54.199Z Downloaded futures-io v0.3.29
12622023-12-05T05:13:54.199Z Downloaded futures-executor v0.3.29
12632023-12-05T05:13:54.199Z Downloaded futures-core v0.3.29
12642023-12-05T05:13:54.199Z Downloaded test-strategy v0.3.1
12652023-12-05T05:13:54.199Z Downloaded socket2 v0.5.5
12662023-12-05T05:13:54.199Z Downloaded parking_lot v0.11.2
12672023-12-05T05:13:54.199Z Downloaded zeroize v1.7.0
12682023-12-05T05:13:54.199Z Downloaded serde_plain v1.0.2
12692023-12-05T05:13:54.199Z Downloaded glob v0.3.1
12702023-12-05T05:13:54.199Z Downloaded generic-array v0.14.7
12712023-12-05T05:13:54.199Z Downloaded tinytemplate v1.2.1
12722023-12-05T05:13:54.199Z Downloaded thiserror-impl-no-std v2.0.2
12732023-12-05T05:13:54.199Z Downloaded crossterm v0.27.0
12742023-12-05T05:13:54.199Z Downloaded fallible-iterator v0.2.0
12752023-12-05T05:13:54.199Z Downloaded whoami v1.4.1
12762023-12-05T05:13:54.199Z Downloaded which v4.4.0
12772023-12-05T05:13:54.199Z Downloaded semver v0.11.0
12782023-12-05T05:13:54.200Z Downloaded semver v0.1.20
12792023-12-05T05:13:54.200Z Downloaded fxhash v0.2.1
12802023-12-05T05:13:54.200Z Downloaded crc32fast v1.3.2
12812023-12-05T05:13:54.200Z Downloaded tui-tree-widget v0.13.0
12822023-12-05T05:13:54.200Z Downloaded spin v0.9.8
12832023-12-05T05:13:54.200Z Downloaded minimal-lexical v0.2.1
12842023-12-05T05:13:54.200Z Downloaded argon2 v0.5.2
12852023-12-05T05:13:54.200Z Downloaded utf-8 v0.7.6
12862023-12-05T05:13:54.200Z Downloaded universal-hash v0.5.1
12872023-12-05T05:13:54.200Z Downloaded unicode-xid v0.2.4
12882023-12-05T05:13:54.201Z Downloaded unicode-width v0.1.11
12892023-12-05T05:13:54.201Z Downloaded owo-colors v3.5.0
12902023-12-05T05:13:54.201Z Downloaded omicron-zone-package v0.9.1
12912023-12-05T05:13:54.201Z Downloaded thiserror-no-std v2.0.2
12922023-12-05T05:13:54.201Z Downloaded textwrap v0.11.0
12932023-12-05T05:13:54.201Z Downloaded unicode-linebreak v0.1.5
12942023-12-05T05:13:54.201Z Downloaded unicase v2.7.0
12952023-12-05T05:13:54.201Z Downloaded walkdir v2.4.0
12962023-12-05T05:13:54.201Z Downloaded ipnet v2.8.0
12972023-12-05T05:13:54.201Z Downloaded indoc v2.0.3
12982023-12-05T05:13:54.201Z Downloaded native-tls v0.2.11
12992023-12-05T05:13:54.201Z Downloaded log v0.4.20
13002023-12-05T05:13:54.201Z Downloaded time-macros v0.2.13
13012023-12-05T05:13:54.201Z Downloaded structmeta-derive v0.2.0
13022023-12-05T05:13:54.201Z Downloaded thread-id v4.2.0
13032023-12-05T05:13:54.201Z Downloaded cancel-safe-futures v0.1.5
13042023-12-05T05:13:54.201Z Downloaded structmeta v0.2.0
13052023-12-05T05:13:54.201Z Downloaded ahash v0.8.3
13062023-12-05T05:13:54.201Z Downloaded tiny-keccak v2.0.2
13072023-12-05T05:13:54.201Z Downloaded termios v0.3.3
13082023-12-05T05:13:54.201Z Downloaded strum_macros v0.24.3
13092023-12-05T05:13:54.201Z Downloaded mime_guess v2.0.4
13102023-12-05T05:13:54.201Z Downloaded strip-ansi-escapes v0.2.0
13112023-12-05T05:13:54.201Z Downloaded bzip2 v0.4.4
13122023-12-05T05:13:54.201Z Downloaded backoff v0.4.0
13132023-12-05T05:13:54.201Z Downloaded spin v0.5.2
13142023-12-05T05:13:54.201Z Downloaded slog-stdlog v4.1.1
13152023-12-05T05:13:54.201Z Downloaded serde_tokenstream v0.2.0
13162023-12-05T05:13:54.202Z Downloaded signal-hook-registry v1.4.1
13172023-12-05T05:13:54.202Z Downloaded constant_time_eq v0.2.6
13182023-12-05T05:13:54.202Z Downloaded bitflags v2.4.0
13192023-12-05T05:13:54.202Z Downloaded bcs v0.1.6
13202023-12-05T05:13:54.202Z Downloaded base64ct v1.6.0
13212023-12-05T05:13:54.202Z Downloaded structopt-derive v0.4.18
13222023-12-05T05:13:54.203Z Downloaded strsim v0.8.0
13232023-12-05T05:13:54.203Z Downloaded smf v0.2.2
13242023-12-05T05:13:54.203Z Downloaded slog-scope v4.4.0
13252023-12-05T05:13:54.203Z Downloaded slog-dtrace v0.2.3
13262023-12-05T05:13:54.203Z Downloaded lock_api v0.4.10
13272023-12-05T05:13:54.203Z Downloaded ciborium v0.2.1
13282023-12-05T05:13:54.203Z Downloaded arrayvec v0.7.4
13292023-12-05T05:13:54.203Z Downloaded assert_cmd v2.0.12
13302023-12-05T05:13:54.203Z Downloaded addr2line v0.21.0
13312023-12-05T05:13:54.203Z Downloaded slab v0.4.9
13322023-12-05T05:13:54.203Z Downloaded siphasher v0.3.11
13332023-12-05T05:13:54.203Z Downloaded darling v0.14.4
13342023-12-05T05:13:54.203Z Downloaded num v0.4.1
13352023-12-05T05:13:54.203Z Downloaded nanorand v0.7.0
13362023-12-05T05:13:54.203Z Downloaded diesel_table_macro_syntax v0.1.0
13372023-12-05T05:13:54.203Z Downloaded waitgroup v0.1.2
13382023-12-05T05:13:54.203Z Downloaded num_cpus v1.16.0
13392023-12-05T05:13:54.203Z Downloaded nibble_vec v0.1.0
13402023-12-05T05:13:54.203Z Downloaded multer v2.1.0
13412023-12-05T05:13:54.203Z Downloaded keccak v0.1.4
13422023-12-05T05:13:54.228Z Downloaded is-terminal v0.4.9
13432023-12-05T05:13:54.228Z Downloaded criterion-plot v0.5.0
13442023-12-05T05:13:54.228Z Downloaded bitfield v0.14.0
13452023-12-05T05:13:54.228Z Downloaded time-core v0.1.1
13462023-12-05T05:13:54.228Z Downloaded termtree v0.4.1
13472023-12-05T05:13:54.228Z Downloaded md-5 v0.10.5
13482023-12-05T05:13:54.228Z Downloaded console v0.15.7
13492023-12-05T05:13:54.228Z Downloaded async-trait v0.1.74
13502023-12-05T05:13:54.228Z Downloaded strum v0.25.0
13512023-12-05T05:13:54.228Z Downloaded serial_test_derive v0.10.0
13522023-12-05T05:13:54.228Z Downloaded maybe-uninit v2.0.0
13532023-12-05T05:13:54.228Z Downloaded lru-cache v0.1.2
13542023-12-05T05:13:54.228Z Downloaded memoffset v0.9.0
13552023-12-05T05:13:54.228Z Downloaded chacha20 v0.9.1
13562023-12-05T05:13:54.228Z Downloaded buf-list v1.0.3
13572023-12-05T05:13:54.228Z Downloaded shlex v1.1.0
13582023-12-05T05:13:54.229Z Downloaded oso-derive v0.27.0
13592023-12-05T05:13:54.229Z Downloaded openssl-probe v0.1.5
13602023-12-05T05:13:54.229Z Downloaded openssl-macros v0.1.1
13612023-12-05T05:13:54.229Z Downloaded opaque-debug v0.3.0
13622023-12-05T05:13:54.230Z Downloaded crossbeam-utils v0.8.16
13632023-12-05T05:13:54.230Z Downloaded colored v2.0.4
13642023-12-05T05:13:54.230Z Downloaded kstat-rs v0.2.3
13652023-12-05T05:13:54.230Z Downloaded cexpr v0.6.0
13662023-12-05T05:13:54.230Z Downloaded cipher v0.4.4
13672023-12-05T05:13:54.230Z Downloaded bit-vec v0.6.3
13682023-12-05T05:13:54.230Z Downloaded criterion v0.5.1
13692023-12-05T05:13:54.230Z Downloaded macaddr v1.0.1
13702023-12-05T05:13:54.230Z Downloaded crossbeam v0.8.2
13712023-12-05T05:13:54.232Z Downloaded bytesize v1.3.0
13722023-12-05T05:13:54.232Z Downloaded byteorder v1.5.0
13732023-12-05T05:13:54.232Z Downloaded bytecount v0.6.3
13742023-12-05T05:13:54.232Z Downloaded block-padding v0.3.3
13752023-12-05T05:13:54.232Z Downloaded block-buffer v0.10.4
13762023-12-05T05:13:54.232Z Downloaded atomic-waker v1.1.1
13772023-12-05T05:13:54.232Z Downloaded bb8 v0.8.1
13782023-12-05T05:13:54.232Z Downloaded base16ct v0.2.0
13792023-12-05T05:13:54.232Z Downloaded async-stream v0.3.5
13802023-12-05T05:13:54.232Z Downloaded approx v0.5.1
13812023-12-05T05:13:54.232Z Downloaded ascii-canvas v3.0.0
13822023-12-05T05:13:54.232Z Downloaded arrayref v0.3.7
13832023-12-05T05:13:54.232Z Downloaded bit-set v0.5.3
13842023-12-05T05:13:54.232Z Downloaded normalize-line-endings v0.3.0
13852023-12-05T05:13:54.233Z Downloaded newtype_derive v0.1.6
13862023-12-05T05:13:54.233Z Downloaded newline-converter v0.3.0
13872023-12-05T05:13:54.233Z Downloaded miniz_oxide v0.7.1
13882023-12-05T05:13:54.240Z Downloaded matches v0.1.10
13892023-12-05T05:13:54.240Z Downloaded clang-sys v1.6.1
13902023-12-05T05:13:54.240Z Downloaded chacha20poly1305 v0.10.1
13912023-12-05T05:13:54.240Z Downloaded camino-tempfile v1.1.1
13922023-12-05T05:13:54.240Z Downloaded cfg-if v1.0.0
13932023-12-05T05:13:54.240Z Downloaded cassowary v0.3.0
13942023-12-05T05:13:54.240Z Downloaded autocfg v1.1.0
13952023-12-05T05:13:54.241Z Downloaded atomicwrites v0.4.2
13962023-12-05T05:13:54.241Z Downloaded array-init v0.0.4
13972023-12-05T05:13:54.245Z Downloaded async-recursion v1.0.5
13982023-12-05T05:13:54.245Z Downloaded anes v0.1.6
13992023-12-05T05:13:54.245Z Downloaded ansi_term v0.12.1
14002023-12-05T05:13:54.251Z Downloaded signal-hook-tokio v0.3.1
14012023-12-05T05:13:54.311Z Downloaded new_debug_unreachable v1.0.4
14022023-12-05T05:13:54.311Z Downloaded async-stream-impl v0.3.5
14032023-12-05T05:13:54.311Z Downloaded darling_core v0.14.4
14042023-12-05T05:13:54.319Z Downloaded crunchy v0.2.2
14052023-12-05T05:13:54.319Z Downloaded crossbeam-queue v0.3.8
14062023-12-05T05:13:54.320Z Downloaded cpufeatures v0.2.9
14072023-12-05T05:13:54.320Z Downloaded mime v0.3.17
14082023-12-05T05:13:54.320Z Downloaded mockall_derive v0.11.4
14092023-12-05T05:13:54.320Z Downloaded maplit v1.0.2
14102023-12-05T05:13:54.320Z Downloaded managed v0.8.0
14112023-12-05T05:13:54.320Z Downloaded linear-map v1.2.0
14122023-12-05T05:13:54.320Z Downloaded libtest-mimic v0.6.1
14132023-12-05T05:13:54.320Z Downloaded lazy_static v1.4.0
14142023-12-05T05:13:54.320Z Downloaded adler v1.0.2
14152023-12-05T05:13:54.320Z Downloaded assert_matches v1.5.0
14162023-12-05T05:13:54.320Z Downloaded serde_tokenstream v0.1.7
14172023-12-05T05:13:54.320Z Downloaded secrecy v0.8.0
14182023-12-05T05:13:54.320Z Downloaded schemars_derive v0.8.13
14192023-12-05T05:13:54.320Z Downloaded packed_struct_codegen v0.10.1
14202023-12-05T05:13:54.320Z Downloaded olpc-cjson v0.1.3
14212023-12-05T05:13:54.321Z Downloaded inout v0.1.3
14222023-12-05T05:13:54.321Z Downloaded crypto-bigint v0.5.2
14232023-12-05T05:13:54.325Z Downloaded cfg-if v0.1.10
14242023-12-05T05:13:54.325Z Downloaded cc v1.0.83
14252023-12-05T05:13:54.325Z Downloaded cast v0.3.0
14262023-12-05T05:13:54.325Z Downloaded ipnetwork v0.20.0
14272023-12-05T05:13:54.328Z Downloaded indicatif v0.17.7
14282023-12-05T05:13:54.332Z Downloaded hyper-rustls v0.24.2
14292023-12-05T05:13:54.336Z Downloaded sec1 v0.7.3
14302023-12-05T05:13:54.338Z Downloaded once_cell v1.18.0
14312023-12-05T05:13:54.342Z Downloaded libsw v3.3.0
14322023-12-05T05:13:54.345Z Downloaded libloading v0.7.4
14332023-12-05T05:13:54.349Z Downloaded iana-time-zone v0.1.57
14342023-12-05T05:13:54.352Z Downloaded curve25519-dalek-derive v0.1.0
14352023-12-05T05:13:54.354Z Downloaded crc-catalog v2.2.0
14362023-12-05T05:13:54.357Z Downloaded crc v3.0.1
14372023-12-05T05:13:54.359Z Downloaded cookie v0.18.0
14382023-12-05T05:13:54.362Z Downloaded indoc v1.0.9
14392023-12-05T05:13:54.365Z Downloaded hyper-staticfile v0.9.5
14402023-12-05T05:13:54.369Z Downloaded crypto-common v0.1.6
14412023-12-05T05:13:54.371Z Downloaded corncobs v0.1.3
14422023-12-05T05:13:54.373Z Downloaded constant_time_eq v0.3.0
14432023-12-05T05:13:54.376Z Downloaded darling v0.20.3
14442023-12-05T05:13:54.381Z Downloaded crucible-workspace-hack v0.1.0
14452023-12-05T05:13:54.381Z Downloaded convert_case v0.4.0
14462023-12-05T05:13:54.384Z Downloaded cstr-argument v0.1.2
14472023-12-05T05:13:54.384Z Downloaded crossbeam-deque v0.8.3
14482023-12-05T05:13:54.388Z Downloaded aead v0.5.2
14492023-12-05T05:13:55.049Z Compiling serde v1.0.192
14502023-12-05T05:13:55.049Z Compiling autocfg v1.1.0
14512023-12-05T05:13:55.056Z Checking cfg-if v1.0.0
14522023-12-05T05:13:55.056Z Compiling version_check v0.9.4
14532023-12-05T05:13:55.056Z Compiling syn v1.0.109
14542023-12-05T05:13:55.084Z Checking libc v0.2.150
14552023-12-05T05:13:55.102Z Compiling syn v2.0.32
14562023-12-05T05:13:55.184Z Compiling parking_lot_core v0.9.8
14572023-12-05T05:13:55.247Z Compiling libm v0.2.7
14582023-12-05T05:13:55.768Z Compiling cc v1.0.83
14592023-12-05T05:13:55.893Z Compiling futures-core v0.3.29
14602023-12-05T05:13:55.955Z Compiling once_cell v1.18.0
14612023-12-05T05:13:56.305Z Compiling serde_json v1.0.108
14622023-12-05T05:13:56.436Z Compiling memchr v2.6.3
14632023-12-05T05:13:56.476Z Compiling lock_api v0.4.10
14642023-12-05T05:13:56.623Z Compiling num-traits v0.2.16
14652023-12-05T05:13:56.828Z Compiling typenum v1.16.0
14662023-12-05T05:13:57.061Z Checking getrandom v0.2.10
14672023-12-05T05:13:57.114Z Compiling slab v0.4.9
14682023-12-05T05:13:57.439Z Compiling generic-array v0.14.7
14692023-12-05T05:13:57.921Z Compiling futures-task v0.3.29
14702023-12-05T05:13:57.924Z Compiling futures-channel v0.3.29
14712023-12-05T05:13:58.348Z Compiling futures-util v0.3.29
14722023-12-05T05:13:58.974Z Compiling log v0.4.20
14732023-12-05T05:13:59.008Z Checking scopeguard v1.2.0
14742023-12-05T05:13:59.183Z Compiling pkg-config v0.3.27
14752023-12-05T05:13:59.761Z Checking smallvec v1.11.0
14762023-12-05T05:14:00.018Z Checking itoa v1.0.9
14772023-12-05T05:14:00.335Z Compiling rustix v0.38.25
14782023-12-05T05:14:00.338Z Compiling indexmap v1.9.3
14792023-12-05T05:14:00.400Z Compiling schemars v0.8.13
14802023-12-05T05:14:00.843Z Compiling fnv v1.0.7
14812023-12-05T05:14:00.909Z Compiling vcpkg v0.2.15
14822023-12-05T05:14:01.023Z Compiling httparse v1.8.0
14832023-12-05T05:14:01.637Z Checking rand_core v0.6.4
14842023-12-05T05:14:02.027Z Compiling ring v0.16.20
14852023-12-05T05:14:02.108Z Compiling ring v0.17.5
14862023-12-05T05:14:04.003Z Compiling aho-corasick v1.0.4
14872023-12-05T05:14:04.139Z Compiling regex-syntax v0.8.2
14882023-12-05T05:14:04.817Z Compiling openssl-sys v0.9.96
14892023-12-05T05:14:06.524Z Compiling parking_lot v0.12.1
14902023-12-05T05:14:07.093Z Checking pin-project-lite v0.2.13
14912023-12-05T05:14:07.252Z Compiling ahash v0.8.3
14922023-12-05T05:14:07.771Z Checking spin v0.5.2
14932023-12-05T05:14:08.234Z Compiling openssl v0.10.60
14942023-12-05T05:14:08.270Z Compiling serde_derive_internals v0.26.0
14952023-12-05T05:14:08.877Z Checking signal-hook-registry v1.4.1
14962023-12-05T05:14:09.528Z Compiling rustls v0.21.9
14972023-12-05T05:14:09.870Z Compiling regex-automata v0.4.3
14982023-12-05T05:14:09.950Z Compiling ucd-trie v0.1.6
14992023-12-05T05:14:10.980Z Checking mio v0.8.9
15002023-12-05T05:14:11.858Z Compiling native-tls v0.2.11
15012023-12-05T05:14:12.067Z Compiling iana-time-zone v0.1.57
15022023-12-05T05:14:12.154Z Compiling async-trait v0.1.74
15032023-12-05T05:14:12.389Z Checking num_cpus v1.16.0
15042023-12-05T05:14:13.070Z Compiling byteorder v1.5.0
15052023-12-05T05:14:13.157Z Compiling unicode-xid v0.2.4
15062023-12-05T05:14:13.421Z Compiling dyn-clone v1.0.13
15072023-12-05T05:14:13.835Z Compiling backtrace v0.3.69
15082023-12-05T05:14:14.149Z Checking socket2 v0.5.5
15092023-12-05T05:14:14.691Z Compiling futures-sink v0.3.29
15102023-12-05T05:14:14.912Z Compiling hashbrown v0.13.2
15112023-12-05T05:14:14.931Z Compiling errno v0.3.2
15122023-12-05T05:14:15.109Z Compiling tinyvec_macros v0.1.1
15132023-12-05T05:14:15.236Z Checking ryu v1.0.15
15142023-12-05T05:14:15.269Z Compiling crossbeam-utils v0.8.16
15152023-12-05T05:14:15.592Z Compiling crc32fast v1.3.2
15162023-12-05T05:14:15.816Z Compiling tinyvec v1.6.0
15172023-12-05T05:14:16.767Z Compiling futures-io v0.3.29
15182023-12-05T05:14:16.885Z Compiling pin-utils v0.1.0
15192023-12-05T05:14:16.970Z Compiling regex v1.10.2
15202023-12-05T05:14:17.024Z Compiling anyhow v1.0.75
15212023-12-05T05:14:17.202Z Compiling spin v0.9.8
15222023-12-05T05:14:17.779Z Compiling tracing-core v0.1.31
15232023-12-05T05:14:18.135Z Compiling unicode-bidi v0.3.13
15242023-12-05T05:14:18.625Z Compiling unicode-normalization v0.1.22
15252023-12-05T05:14:19.594Z Compiling num-integer v0.1.45
15262023-12-05T05:14:20.449Z Compiling serde_derive v1.0.192
15272023-12-05T05:14:20.541Z Compiling thiserror-impl v1.0.49
15282023-12-05T05:14:20.583Z Compiling zeroize_derive v1.4.2
15292023-12-05T05:14:20.736Z Compiling tokio-macros v2.2.0
15302023-12-05T05:14:20.823Z Compiling futures-macro v0.3.29
15312023-12-05T05:14:21.486Z Compiling tracing-attributes v0.1.26
15322023-12-05T05:14:21.661Z Compiling schemars_derive v0.8.13
15332023-12-05T05:14:24.817Z Checking zeroize v1.7.0
15342023-12-05T05:14:24.850Z Compiling openssl-macros v0.1.1
15352023-12-05T05:14:26.215Z Compiling thiserror v1.0.49
15362023-12-05T05:14:26.425Z Compiling pest v2.7.2
15372023-12-05T05:14:26.966Z Compiling der_derive v0.7.2
15382023-12-05T05:14:27.520Z Compiling synstructure v0.12.6
15392023-12-05T05:14:28.365Z Compiling tracing v0.1.37
15402023-12-05T05:14:28.714Z Compiling lazy_static v1.4.0
15412023-12-05T05:14:28.875Z Compiling unicode-width v0.1.11
15422023-12-05T05:14:29.116Z Checking subtle v2.5.0
15432023-12-05T05:14:29.175Z Compiling base64 v0.21.5
15442023-12-05T05:14:29.540Z Compiling slog v2.7.0
15452023-12-05T05:14:29.733Z Compiling openssl-probe v0.1.5
15462023-12-05T05:14:30.247Z Compiling untrusted v0.7.1
15472023-12-05T05:14:30.402Z Compiling percent-encoding v2.3.1
15482023-12-05T05:14:30.552Z Compiling hashbrown v0.12.3
15492023-12-05T05:14:30.572Z Compiling pest_meta v2.7.2
15502023-12-05T05:14:30.813Z Compiling zerocopy-derive v0.2.0
15512023-12-05T05:14:30.975Z Compiling rustversion v1.0.14
15522023-12-05T05:14:31.466Z Compiling time-core v0.1.1
15532023-12-05T05:14:31.545Z Compiling foreign-types-shared v0.1.1
15542023-12-05T05:14:31.697Z Compiling untrusted v0.9.0
15552023-12-05T05:14:31.721Z Compiling time-macros v0.2.13
15562023-12-05T05:14:32.136Z Compiling foreign-types v0.3.2
15572023-12-05T05:14:33.870Z Compiling pest_generator v2.7.2
15582023-12-05T05:14:37.584Z Compiling try-lock v0.2.4
15592023-12-05T05:14:37.602Z Compiling sct v0.7.0
15602023-12-05T05:14:37.783Z Compiling want v0.3.1
15612023-12-05T05:14:38.069Z Compiling rustls-webpki v0.101.7
15622023-12-05T05:14:38.742Z Compiling form_urlencoded v1.2.1
15632023-12-05T05:14:38.854Z Compiling zerocopy-derive v0.6.4
15642023-12-05T05:14:39.516Z Compiling pest_derive v2.7.2
15652023-12-05T05:14:40.581Z Compiling socket2 v0.4.9
15662023-12-05T05:14:40.830Z Compiling either v1.9.0
15672023-12-05T05:14:40.909Z Compiling httpdate v1.0.3
15682023-12-05T05:14:41.383Z Compiling const-oid v0.9.5
15692023-12-05T05:14:41.674Z Compiling tower-service v0.3.2
15702023-12-05T05:14:41.997Z Compiling rustls-pemfile v1.0.3
15712023-12-05T05:14:42.028Z Compiling idna v0.5.0
15722023-12-05T05:14:42.583Z Compiling memoffset v0.9.0
15732023-12-05T05:14:42.751Z Compiling usdt-impl v0.3.5
15742023-12-05T05:14:43.058Z Compiling adler v1.0.2
15752023-12-05T05:14:43.444Z Compiling miniz_oxide v0.7.1
15762023-12-05T05:14:43.718Z Compiling url v2.5.0
15772023-12-05T05:14:44.645Z Compiling rustls-native-certs v0.6.3
15782023-12-05T05:14:44.799Z Checking bytes v1.5.0
15792023-12-05T05:14:44.884Z Checking bitflags v2.4.0
15802023-12-05T05:14:45.323Z Compiling zerocopy v0.3.0
15812023-12-05T05:14:46.605Z Compiling indexmap v2.1.0
15822023-12-05T05:14:46.623Z Compiling chrono v0.4.31
15832023-12-05T05:14:46.918Z Compiling uuid v1.6.1
15842023-12-05T05:14:47.002Z Compiling semver v1.0.20
15852023-12-05T05:14:48.273Z Compiling http v0.2.11
15862023-12-05T05:14:48.316Z Compiling tokio v1.34.0
15872023-12-05T05:14:48.890Z Compiling toml_datetime v0.6.5
15882023-12-05T05:14:49.569Z Compiling serde_spanned v0.6.4
15892023-12-05T05:14:49.608Z Compiling rustc_version v0.4.0
15902023-12-05T05:14:49.937Z Compiling toml_edit v0.19.15
15912023-12-05T05:14:52.596Z Compiling openapiv3 v2.0.0-rc.1
15922023-12-05T05:14:53.471Z Compiling http-body v0.4.5
15932023-12-05T05:14:56.662Z Checking crypto-common v0.1.6
15942023-12-05T05:14:56.928Z Compiling signal-hook v0.3.17
15952023-12-05T05:14:57.352Z Compiling ipnet v2.8.0
15962023-12-05T05:14:57.458Z Compiling dof v0.1.5
15972023-12-05T05:14:59.092Z Compiling serde_urlencoded v0.7.1
15982023-12-05T05:14:59.466Z Compiling dtrace-parser v0.1.14
15992023-12-05T05:15:00.195Z Compiling clap_derive v4.4.2
16002023-12-05T05:15:00.255Z Compiling crossbeam-epoch v0.9.15
16012023-12-05T05:15:00.280Z Compiling encoding_rs v0.8.33
16022023-12-05T05:15:00.985Z Compiling thread-id v4.2.0
16032023-12-05T05:15:01.157Z Compiling gimli v0.28.0
16042023-12-05T05:15:01.423Z Compiling webpki-roots v0.25.2
16052023-12-05T05:15:01.664Z Compiling tokio-util v0.7.10
16062023-12-05T05:15:02.884Z Compiling tokio-rustls v0.24.1
16072023-12-05T05:15:03.587Z Compiling mime v0.3.17
16082023-12-05T05:15:04.041Z Compiling h2 v0.3.21
16092023-12-05T05:15:04.408Z Compiling siphasher v0.3.11
16102023-12-05T05:15:06.046Z Compiling tokio-native-tls v0.3.1
16112023-12-05T05:15:06.677Z Compiling serde_tokenstream v0.1.7
16122023-12-05T05:15:07.502Z Compiling strum_macros v0.25.2
16132023-12-05T05:15:07.557Z Compiling block-buffer v0.10.4
16142023-12-05T05:15:08.549Z Compiling bzip2-sys v0.1.11+1.0.8
16152023-12-05T05:15:08.896Z Compiling addr2line v0.21.0
16162023-12-05T05:15:09.288Z Compiling object v0.32.1
16172023-12-05T05:15:09.437Z Compiling num-iter v0.1.43
16182023-12-05T05:15:09.724Z Compiling rustc-demangle v0.1.23
16192023-12-05T05:15:10.159Z Compiling flate2 v1.0.28
16202023-12-05T05:15:11.293Z Compiling digest v0.10.7
16212023-12-05T05:15:11.385Z Compiling heapless v0.7.16
16222023-12-05T05:15:11.830Z Compiling ppv-lite86 v0.2.17
16232023-12-05T05:15:12.058Z Compiling doc-comment v0.3.3
16242023-12-05T05:15:12.166Z Compiling usdt-macro v0.3.5
16252023-12-05T05:15:13.132Z Compiling rand_chacha v0.3.1
16262023-12-05T05:15:13.238Z Compiling usdt-attr-macro v0.3.5
16272023-12-05T05:15:13.762Z Compiling toml v0.7.8
16282023-12-05T05:15:14.462Z Compiling toml_edit v0.21.0
16292023-12-05T05:15:14.684Z Compiling hex v0.4.3
16302023-12-05T05:15:14.846Z Compiling pin-project-internal v1.1.3
16312023-12-05T05:15:15.690Z Compiling bit-vec v0.6.3
16322023-12-05T05:15:16.214Z Compiling hyper v0.14.27
16332023-12-05T05:15:16.439Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
16342023-12-05T05:15:17.685Z Compiling rand v0.8.5
16352023-12-05T05:15:17.817Z Compiling phf_shared v0.10.0
16362023-12-05T05:15:18.490Z Compiling num-bigint v0.4.4
16372023-12-05T05:15:18.930Z Compiling new_debug_unreachable v1.0.4
16382023-12-05T05:15:19.062Z Compiling fixedbitset v0.4.2
16392023-12-05T05:15:19.814Z Compiling smoltcp v0.9.1
16402023-12-05T05:15:20.306Z Compiling precomputed-hash v0.1.1
16412023-12-05T05:15:20.469Z Compiling base64ct v1.6.0
16422023-12-05T05:15:21.020Z Compiling string_cache v0.8.7
16432023-12-05T05:15:21.550Z Compiling pem-rfc7468 v0.7.0
16442023-12-05T05:15:21.797Z Compiling petgraph v0.6.4
16452023-12-05T05:15:22.824Z Compiling bit-set v0.5.3
16462023-12-05T05:15:23.067Z Compiling hmac v0.12.1
16472023-12-05T05:15:23.338Z Compiling itertools v0.10.5
16482023-12-05T05:15:23.840Z Compiling hubpack_derive v0.1.1
16492023-12-05T05:15:23.989Z Compiling enum-as-inner v0.5.1
16502023-12-05T05:15:24.336Z Compiling diesel_table_macro_syntax v0.1.0
16512023-12-05T05:15:25.329Z Compiling lalrpop-util v0.19.12
16522023-12-05T05:15:25.692Z Compiling unicode-segmentation v1.10.1
16532023-12-05T05:15:25.907Z Compiling flagset v0.4.3
16542023-12-05T05:15:26.237Z Compiling der v0.7.8
16552023-12-05T05:15:26.266Z Compiling diesel_derives v2.1.2
16562023-12-05T05:15:27.239Z Compiling snafu-derive v0.7.5
16572023-12-05T05:15:28.307Z Compiling hyper-rustls v0.24.2
16582023-12-05T05:15:28.715Z Compiling hyper-tls v0.5.0
16592023-12-05T05:15:28.746Z Compiling cpufeatures v0.2.9
16602023-12-05T05:15:28.901Z Compiling sha2 v0.10.8
16612023-12-05T05:15:29.181Z Compiling reqwest v0.11.22
16622023-12-05T05:15:29.256Z Compiling rustix v0.37.23
16632023-12-05T05:15:29.691Z Compiling md-5 v0.10.5
16642023-12-05T05:15:30.095Z Compiling spki v0.7.2
16652023-12-05T05:15:31.709Z Compiling serde_repr v0.1.16
16662023-12-05T05:15:32.041Z Compiling stringprep v0.1.3
16672023-12-05T05:15:32.063Z Compiling hash32 v0.2.1
16682023-12-05T05:15:32.616Z Compiling stable_deref_trait v1.2.0
16692023-12-05T05:15:32.767Z Checking bitflags v1.3.2
16702023-12-05T05:15:33.763Z Compiling fallible-iterator v0.2.0
16712023-12-05T05:15:34.570Z Compiling terminal_size v0.2.6
16722023-12-05T05:15:34.825Z Compiling postgres-protocol v0.6.6
16732023-12-05T05:15:34.875Z Compiling pkcs8 v0.10.2
16742023-12-05T05:15:35.793Z Compiling phf_shared v0.11.2
16752023-12-05T05:15:36.385Z Compiling ff v0.13.0
16762023-12-05T05:15:36.747Z Compiling block-padding v0.3.3
16772023-12-05T05:15:37.104Z Compiling scheduled-thread-pool v0.2.7
16782023-12-05T05:15:37.155Z Compiling deranged v0.3.8
16792023-12-05T05:15:37.244Z Compiling managed v0.8.0
16802023-12-05T05:15:37.469Z Compiling base16ct v0.2.0
16812023-12-05T05:15:37.759Z Compiling num_threads v0.1.6
16822023-12-05T05:15:37.962Z Compiling matches v0.1.10
16832023-12-05T05:15:38.028Z Compiling regex-automata v0.1.10
16842023-12-05T05:15:38.088Z Compiling clap_builder v4.4.2
16852023-12-05T05:15:38.126Z Compiling idna v0.2.3
16862023-12-05T05:15:38.760Z Compiling sec1 v0.7.3
16872023-12-05T05:15:38.902Z Compiling bstr v0.2.17
16882023-12-05T05:15:39.628Z Compiling r2d2 v0.8.10
16892023-12-05T05:15:40.217Z Compiling time v0.3.27
16902023-12-05T05:15:40.272Z Compiling inout v0.1.3
16912023-12-05T05:15:40.695Z Compiling group v0.13.0
16922023-12-05T05:15:40.943Z Compiling signal-hook-mio v0.2.3
16932023-12-05T05:15:41.172Z Compiling phf v0.11.2
16942023-12-05T05:15:41.191Z Compiling postgres-types v0.2.6
16952023-12-05T05:15:41.688Z Compiling bzip2 v0.4.4
16962023-12-05T05:15:42.005Z Compiling hubpack v0.1.2
16972023-12-05T05:15:42.061Z Compiling hkdf v0.12.3
16982023-12-05T05:15:42.450Z Compiling pin-project v1.1.3
16992023-12-05T05:15:42.870Z Compiling ipnetwork v0.20.0
17002023-12-05T05:15:43.353Z Compiling zerocopy v0.6.4
17012023-12-05T05:15:43.849Z Compiling crypto-bigint v0.5.2
17022023-12-05T05:15:44.364Z Compiling itertools v0.11.0
17032023-12-05T05:15:44.798Z Compiling futures-executor v0.3.29
17042023-12-05T05:15:47.730Z Compiling float-cmp v0.9.0
17052023-12-05T05:15:49.506Z Compiling predicates-core v1.0.6
17062023-12-05T05:15:49.778Z Compiling static_assertions v1.1.0
17072023-12-05T05:15:49.854Z Compiling difflib v0.4.0
17082023-12-05T05:15:49.923Z Compiling regex-automata v0.3.8
17092023-12-05T05:15:50.096Z Compiling whoami v1.4.1
17102023-12-05T05:15:50.867Z Compiling normalize-line-endings v0.3.0
17112023-12-05T05:15:51.048Z Compiling data-encoding v2.4.0
17122023-12-05T05:15:51.123Z Compiling predicates v3.0.4
17132023-12-05T05:15:52.634Z Compiling trust-dns-proto v0.22.0
17142023-12-05T05:15:54.021Z Compiling bstr v1.6.0
17152023-12-05T05:15:54.716Z Compiling tokio-postgres v0.7.10
17162023-12-05T05:15:54.789Z Compiling diesel v2.1.4
17172023-12-05T05:15:54.955Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
17182023-12-05T05:15:55.165Z Compiling elliptic-curve v0.13.8
17192023-12-05T05:15:56.707Z Compiling yasna v0.5.2
17202023-12-05T05:15:57.739Z Compiling futures v0.3.29
17212023-12-05T05:15:57.909Z Compiling clap v4.4.3
17222023-12-05T05:15:58.072Z Compiling snafu v0.7.5
17232023-12-05T05:15:59.564Z Compiling zip v0.6.6
17242023-12-05T05:15:59.800Z Compiling crossterm v0.27.0
17252023-12-05T05:16:00.062Z Compiling cipher v0.4.4
17262023-12-05T05:16:00.320Z Compiling similar v2.2.1
17272023-12-05T05:16:01.480Z Compiling usdt v0.3.5
17282023-12-05T05:16:02.056Z Compiling tokio-stream v0.1.14
17292023-12-05T05:16:03.758Z Compiling console v0.15.7
17302023-12-05T05:16:05.035Z Checking hashbrown v0.14.2
17312023-12-05T05:16:06.264Z Checking unicode-ident v1.0.12
17322023-12-05T05:16:06.361Z Checking equivalent v1.0.1
17332023-12-05T05:16:06.490Z Checking proc-macro2 v1.0.69
17342023-12-05T05:16:07.566Z Checking quote v1.0.33
17352023-12-05T05:16:09.432Z Checking utf8parse v0.2.1
17362023-12-05T05:16:10.532Z Checking anstyle v1.0.2
17372023-12-05T05:16:11.710Z Checking io-lifetimes v1.0.11
17382023-12-05T05:16:15.868Z Checking anstyle-parse v0.2.1
17392023-12-05T05:16:19.055Z Checking anstyle-query v1.0.0
17402023-12-05T05:16:19.893Z Checking colorchoice v1.0.0
17412023-12-05T05:16:20.074Z Checking anstream v0.5.0
17422023-12-05T05:16:20.420Z Checking clap_lex v0.5.1
17432023-12-05T05:16:20.601Z Checking strsim v0.10.0
17442023-12-05T05:16:22.494Z Checking winnow v0.5.15
17452023-12-05T05:16:27.498Z Compiling serde_tokenstream v0.2.0
17462023-12-05T05:16:32.324Z Compiling regress v0.7.1
17472023-12-05T05:16:37.947Z Compiling typify-impl v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f)
17482023-12-05T05:16:47.097Z Compiling getopts v0.2.21
17492023-12-05T05:16:47.389Z Compiling unsafe-libyaml v0.2.9
17502023-12-05T05:16:48.521Z Checking heck v0.4.1
17512023-12-05T05:16:48.875Z Checking progenitor-client v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576)
17522023-12-05T05:16:49.851Z Compiling serde_yaml v0.9.25
17532023-12-05T05:16:50.369Z Compiling ident_case v1.0.1
17542023-12-05T05:16:50.651Z Checking fastrand v2.0.0
17552023-12-05T05:16:50.719Z Checking match_cfg v0.1.0
17562023-12-05T05:16:50.851Z Checking hostname v0.3.1
17572023-12-05T05:16:51.040Z Checking atty v0.2.14
17582023-12-05T05:16:51.126Z Checking tempfile v3.8.1
17592023-12-05T05:16:51.167Z Checking quick-error v1.2.3
17602023-12-05T05:16:51.209Z Compiling paste v1.0.14
17612023-12-05T05:16:51.353Z Checking crossbeam-channel v0.5.8
17622023-12-05T05:16:52.044Z Checking sha1 v0.10.6
17632023-12-05T05:16:52.105Z Checking dirs-sys-next v0.1.2
17642023-12-05T05:16:52.384Z Checking dirs-next v2.0.0
17652023-12-05T05:16:52.552Z Checking thread_local v1.1.7
17662023-12-05T05:16:52.590Z Checking instant v0.1.12
17672023-12-05T05:16:52.748Z Compiling slog-async v2.8.0
17682023-12-05T05:16:53.004Z Checking term v0.7.0
17692023-12-05T05:16:53.669Z Checking camino v1.1.6
17702023-12-05T05:16:53.716Z Compiling multer v2.1.0
17712023-12-05T05:16:54.134Z Checking take_mut v0.2.2
17722023-12-05T05:16:54.274Z Checking slog-term v2.9.0
17732023-12-05T05:16:54.575Z Compiling darling_core v0.20.3
17742023-12-05T05:16:54.780Z Checking slog-json v2.6.1
17752023-12-05T05:16:55.059Z Compiling async-stream-impl v0.3.5
17762023-12-05T05:16:55.182Z Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#ff87a017)
17772023-12-05T05:16:55.634Z Checking debug-ignore v1.0.5
17782023-12-05T05:16:55.941Z Checking atomic-waker v1.1.1
17792023-12-05T05:16:56.015Z Checking waitgroup v0.1.2
17802023-12-05T05:16:56.303Z Checking slog-bunyan v2.4.0
17812023-12-05T05:16:57.084Z Checking toml v0.8.8
17822023-12-05T05:16:57.165Z Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#ff87a017)
17832023-12-05T05:16:57.438Z Checking async-stream v0.3.5
17842023-12-05T05:16:57.733Z Checking serde_path_to_error v0.1.14
17852023-12-05T05:16:57.871Z Checking strum v0.25.0
17862023-12-05T05:16:58.102Z Compiling structmeta-derive v0.2.0
17872023-12-05T05:16:58.350Z Checking wait-timeout v0.2.0
17882023-12-05T05:16:58.603Z Checking rusty-fork v0.3.0
17892023-12-05T05:16:58.884Z Checking rand_xorshift v0.3.0
17902023-12-05T05:16:59.076Z Checking unarray v0.1.4
17912023-12-05T05:16:59.128Z Compiling regex-syntax v0.7.5
17922023-12-05T05:16:59.292Z Checking proptest v1.4.0
17932023-12-05T05:17:03.502Z Compiling structmeta v0.2.0
17942023-12-05T05:17:04.201Z Checking backoff v0.4.0
17952023-12-05T05:17:04.668Z Compiling test-strategy v0.3.1
17962023-12-05T05:17:05.353Z Compiling darling_macro v0.20.3
17972023-12-05T05:17:06.229Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17982023-12-05T05:17:06.672Z Checking serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
17992023-12-05T05:17:06.882Z Checking macaddr v1.0.1
18002023-12-05T05:17:06.927Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
18012023-12-05T05:17:07.039Z Compiling darling v0.20.3
18022023-12-05T05:17:07.206Z Compiling serde_with_macros v2.3.3
18032023-12-05T05:17:07.401Z Checking camino-tempfile v1.1.1
18042023-12-05T05:17:07.441Z Checking is-terminal v0.4.9
18052023-12-05T05:17:07.608Z Compiling proc-macro-error-attr v1.0.4
18062023-12-05T05:17:07.849Z Compiling proc-macro-error v1.0.4
18072023-12-05T05:17:08.281Z Compiling proc-macro-crate v1.3.1
18082023-12-05T05:17:08.606Z Checking termtree v0.4.1
18092023-12-05T05:17:08.927Z Checking predicates-tree v1.0.9
18102023-12-05T05:17:09.153Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
18112023-12-05T05:17:09.726Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
18122023-12-05T05:17:10.102Z Compiling num_enum_derive v0.5.11
18132023-12-05T05:17:10.177Z Checking postcard-cobs v0.1.5-pre
18142023-12-05T05:17:10.318Z Compiling typify-macro v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f)
18152023-12-05T05:17:10.417Z Compiling crucible-workspace-hack v0.1.0
18162023-12-05T05:17:10.872Z Checking postcard v0.7.3
18172023-12-05T05:17:10.918Z Checking smoltcp v0.8.2
18182023-12-05T05:17:11.310Z Compiling parse-display-derive v0.8.2
18192023-12-05T05:17:11.494Z Compiling foreign-types-macros v0.2.3
18202023-12-05T05:17:11.736Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59)
18212023-12-05T05:17:11.930Z Checking serde_with v2.3.3
18222023-12-05T05:17:12.202Z Checking foreign-types-shared v0.3.1
18232023-12-05T05:17:12.364Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59)
18242023-12-05T05:17:12.574Z Checking cfg-if v0.1.10
18252023-12-05T05:17:12.705Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
18262023-12-05T05:17:14.143Z Checking foreign-types v0.5.0
18272023-12-05T05:17:14.150Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59)
18282023-12-05T05:17:14.150Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
18292023-12-05T05:17:14.813Z Checking num_enum v0.5.11
18302023-12-05T05:17:15.027Z Checking cstr-argument v0.1.2
18312023-12-05T05:17:15.303Z Checking pretty-hex v0.2.1
18322023-12-05T05:17:15.340Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d)
18332023-12-05T05:17:15.543Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
18342023-12-05T05:17:15.566Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
18352023-12-05T05:17:15.809Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59)
18362023-12-05T05:17:15.813Z Checking colored v2.0.4
18372023-12-05T05:17:15.943Z Compiling zone_cfg_derive v0.3.0
18382023-12-05T05:17:16.055Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3e1d129151c3621d28ead5c6e5760693ba6e7fec#3e1d1291)
18392023-12-05T05:17:16.578Z Checking predicates v2.1.5
18402023-12-05T05:17:17.679Z Compiling mockall_derive v0.11.4
18412023-12-05T05:17:18.012Z Compiling num-derive v0.4.0
18422023-12-05T05:17:18.098Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59)
18432023-12-05T05:17:18.518Z Checking downcast v0.11.0
18442023-12-05T05:17:18.841Z Checking fragile v2.0.0
18452023-12-05T05:17:19.248Z Checking zone v0.3.0
18462023-12-05T05:17:19.323Z Checking parse-display v0.8.2
18472023-12-05T05:17:19.381Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3e1d129151c3621d28ead5c6e5760693ba6e7fec#3e1d1291)
18482023-12-05T05:17:19.459Z Compiling typify v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f)
18492023-12-05T05:17:19.663Z Compiling progenitor-impl v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576)
18502023-12-05T05:17:19.738Z Checking smf v0.2.2
18512023-12-05T05:17:20.261Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59)
18522023-12-05T05:17:20.448Z Checking xattr v1.0.1
18532023-12-05T05:17:20.469Z Checking filetime v0.2.22
18542023-12-05T05:17:20.674Z Checking pem v3.0.2
18552023-12-05T05:17:20.725Z Checking linked-hash-map v0.5.6
18562023-12-05T05:17:20.752Z Checking tar v0.4.40
18572023-12-05T05:17:21.481Z Checking headers-core v0.2.0
18582023-12-05T05:17:21.486Z Checking lru-cache v0.1.2
18592023-12-05T05:17:21.487Z Checking headers v0.3.9
18602023-12-05T05:17:21.527Z Checking password-hash v0.5.0
18612023-12-05T05:17:21.971Z Checking blake2 v0.10.6
18622023-12-05T05:17:22.128Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=945f040d259ca8013d3fb26f510453da7cd7b1a6#945f040d)
18632023-12-05T05:17:22.260Z Checking base64 v0.13.1
18642023-12-05T05:17:22.703Z Checking argon2 v0.5.2
18652023-12-05T05:17:22.853Z Checking rcgen v0.11.3
18662023-12-05T05:17:22.875Z Checking atomicwrites v0.4.2
18672023-12-05T05:17:22.878Z Checking pem v1.1.1
18682023-12-05T05:17:23.167Z Checking subprocess v0.2.9
18692023-12-05T05:17:23.186Z Checking arc-swap v1.6.0
18702023-12-05T05:17:23.294Z Compiling cancel-safe-futures v0.1.5
18712023-12-05T05:17:23.766Z Checking ciborium-io v0.2.1
18722023-12-05T05:17:23.814Z Checking half v1.8.2
18732023-12-05T05:17:23.904Z Checking slog-scope v4.4.0
18742023-12-05T05:17:23.967Z Checking textwrap v0.11.0
18752023-12-05T05:17:24.036Z Compiling heck v0.3.3
18762023-12-05T05:17:24.055Z Checking ansi_term v0.12.1
18772023-12-05T05:17:24.339Z Checking strsim v0.8.0
18782023-12-05T05:17:24.342Z Compiling libefi-sys v0.1.0
18792023-12-05T05:17:24.498Z Checking ciborium-ll v0.2.1
18802023-12-05T05:17:24.501Z Checking vec_map v0.8.2
18812023-12-05T05:17:24.539Z Checking slog-stdlog v4.1.1
18822023-12-05T05:17:24.696Z Compiling structopt-derive v0.4.18
18832023-12-05T05:17:24.778Z Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802)
18842023-12-05T05:17:24.899Z Checking clap v2.34.0
18852023-12-05T05:17:24.975Z Checking ciborium v0.2.1
18862023-12-05T05:17:25.542Z Checking slog-envlogger v2.2.0
18872023-12-05T05:17:25.877Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
18882023-12-05T05:17:26.087Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
18892023-12-05T05:17:26.349Z Checking resolv-conf v0.7.0
18902023-12-05T05:17:26.446Z Compiling slog-dtrace v0.2.3
18912023-12-05T05:17:26.677Z Compiling convert_case v0.4.0
18922023-12-05T05:17:26.879Z Checking trust-dns-resolver v0.22.0
18932023-12-05T05:17:27.629Z Checking fxhash v0.2.1
18942023-12-05T05:17:27.890Z Checking itertools v0.12.0
18952023-12-05T05:17:28.276Z Compiling derive_more v0.99.17
18962023-12-05T05:17:29.553Z Checking termcolor v1.2.0
18972023-12-05T05:17:29.794Z Compiling same-file v1.0.6
18982023-12-05T05:17:29.957Z Checking structopt v0.3.26
18992023-12-05T05:17:30.163Z Compiling radium v0.7.0
19002023-12-05T05:17:30.166Z Compiling walkdir v2.4.0
19012023-12-05T05:17:30.548Z Compiling semver-parser v0.10.2
19022023-12-05T05:17:30.932Z Checking tap v1.0.1
19032023-12-05T05:17:31.186Z Compiling maybe-uninit v2.0.0
19042023-12-05T05:17:31.791Z Checking mockall v0.11.4
19052023-12-05T05:17:32.136Z Compiling semver v0.11.0
19062023-12-05T05:17:32.687Z Checking wyz v0.5.1
19072023-12-05T05:17:32.902Z Compiling num-rational v0.4.1
19082023-12-05T05:17:33.052Z Compiling progenitor-macro v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576)
19092023-12-05T05:17:33.525Z Checking funty v2.0.0
19102023-12-05T05:17:33.537Z Compiling packed_struct v0.10.1
19112023-12-05T05:17:33.590Z Compiling home v0.5.5
19122023-12-05T05:17:33.834Z Checking crc-catalog v2.2.0
19132023-12-05T05:17:33.978Z Compiling num-bigint-dig v0.8.4
19142023-12-05T05:17:34.037Z Checking crc v3.0.1
19152023-12-05T05:17:34.247Z Compiling toolchain_find v0.2.0
19162023-12-05T05:17:34.767Z Compiling toml v0.5.11
19172023-12-05T05:17:35.227Z Compiling packed_struct_codegen v0.10.1
19182023-12-05T05:17:35.265Z Checking nodrop v0.1.14
19192023-12-05T05:17:35.322Z Checking bitvec v1.0.1
19202023-12-05T05:17:35.425Z Checking array-init v0.0.4
19212023-12-05T05:17:37.183Z Compiling omicron-zone-package v0.9.1
19222023-12-05T05:17:37.960Z Compiling rustfmt-wrapper v0.2.0
19232023-12-05T05:17:40.098Z Checking smallvec v0.6.14
19242023-12-05T05:17:40.229Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
19252023-12-05T05:17:40.705Z Checking newline-converter v0.3.0
19262023-12-05T05:17:40.783Z Checking pkcs1 v0.7.5
19272023-12-05T05:17:40.934Z Checking signature v2.1.0
19282023-12-05T05:17:41.238Z Checking num-complex v0.4.4
19292023-12-05T05:17:41.428Z Checking keccak v0.1.4
19302023-12-05T05:17:41.917Z Checking utf-8 v0.7.6
19312023-12-05T05:17:42.228Z Checking bitfield v0.14.0
19322023-12-05T05:17:42.679Z Checking tungstenite v0.20.1
19332023-12-05T05:17:42.817Z Checking num v0.4.1
19342023-12-05T05:17:42.973Z Checking sha3 v0.10.8
19352023-12-05T05:17:43.271Z Checking expectorate v1.1.0
19362023-12-05T05:17:43.499Z Checking serde-hex v0.1.0
19372023-12-05T05:17:43.619Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
19382023-12-05T05:17:43.828Z Checking rsa v0.9.2
19392023-12-05T05:17:44.005Z Checking env_logger v0.10.0
19402023-12-05T05:17:44.160Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
19412023-12-05T05:17:44.251Z Checking x509-cert v0.2.4
19422023-12-05T05:17:44.480Z Checking ron v0.8.1
19432023-12-05T05:17:44.678Z Checking secrecy v0.8.0
19442023-12-05T05:17:45.020Z Checking crc-any v2.4.3
19452023-12-05T05:17:45.352Z Checking tokio-tungstenite v0.20.1
19462023-12-05T05:17:45.762Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
19472023-12-05T05:17:46.077Z Checking object v0.30.4
19482023-12-05T05:17:46.265Z Checking path-slash v0.1.5
19492023-12-05T05:17:46.443Z Compiling buf-list v1.0.3
19502023-12-05T05:17:46.537Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
19512023-12-05T05:17:46.685Z Checking lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
19522023-12-05T05:17:46.835Z Checking glob v0.3.1
19532023-12-05T05:17:46.928Z Checking swrite v0.1.0
19542023-12-05T05:17:46.948Z Compiling parking_lot_core v0.8.6
19552023-12-05T05:17:47.725Z Checking nibble_vec v0.1.0
19562023-12-05T05:17:47.728Z Checking endian-type v0.1.2
19572023-12-05T05:17:47.935Z Checking radix_trie v0.2.1
19582023-12-05T05:17:47.941Z Checking pretty-hex v0.4.0
19592023-12-05T05:17:48.250Z Checking parking_lot v0.11.2
19602023-12-05T05:17:48.256Z Checking libsw v3.3.0
19612023-12-05T05:17:48.595Z Checking trust-dns-client v0.22.0
19622023-12-05T05:17:48.655Z Compiling derive-where v1.2.5
19632023-12-05T05:17:48.779Z Checking sled v0.34.7
19642023-12-05T05:17:49.578Z Compiling semver v0.1.20
19652023-12-05T05:17:50.679Z Checking linear-map v1.2.0
19662023-12-05T05:17:50.740Z Checking trust-dns-server v0.22.1
19672023-12-05T05:17:50.803Z Checking owo-colors v3.5.0
19682023-12-05T05:17:51.197Z Compiling rustc_version v0.1.7
19692023-12-05T05:17:51.994Z Compiling newtype_derive v0.1.6
19702023-12-05T05:17:52.453Z Checking crossbeam-deque v0.8.3
19712023-12-05T05:17:52.967Z Compiling unicase v2.7.0
19722023-12-05T05:17:53.457Z Compiling platforms v3.0.2
19732023-12-05T05:17:53.684Z Compiling rayon-core v1.12.0
19742023-12-05T05:17:54.432Z Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4)
19752023-12-05T05:17:54.990Z Compiling memoffset v0.7.1
19762023-12-05T05:17:55.136Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
19772023-12-05T05:17:55.245Z Checking steno v0.4.0
19782023-12-05T05:17:55.375Z Compiling curve25519-dalek v4.1.0
19792023-12-05T05:17:55.401Z Checking rayon v1.8.0
19802023-12-05T05:17:56.259Z Checking globset v0.4.13
19812023-12-05T05:17:56.286Z Checking olpc-cjson v0.1.3
19822023-12-05T05:17:56.603Z Checking serde_plain v1.0.2
19832023-12-05T05:17:56.715Z Compiling async-recursion v1.0.5
19842023-12-05T05:17:56.979Z Checking typed-path v0.6.0
19852023-12-05T05:17:57.237Z Compiling mime_guess v2.0.4
19862023-12-05T05:17:58.712Z Checking universal-hash v0.5.1
19872023-12-05T05:17:59.001Z Compiling thiserror-impl-no-std v2.0.2
19882023-12-05T05:17:59.201Z Compiling curve25519-dalek-derive v0.1.0
19892023-12-05T05:17:59.558Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
19902023-12-05T05:18:00.019Z Compiling salty v0.2.0
19912023-12-05T05:18:00.277Z Checking tough v0.15.0
19922023-12-05T05:18:00.837Z Checking signature v1.6.4
19932023-12-05T05:18:01.017Z Checking opaque-debug v0.3.0
19942023-12-05T05:18:01.146Z Checking display-error-chain v0.2.0
19952023-12-05T05:18:01.353Z Checking poly1305 v0.8.0
19962023-12-05T05:18:01.968Z Checking ed25519 v1.5.3
19972023-12-05T05:18:02.265Z Checking nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d)
19982023-12-05T05:18:02.714Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
19992023-12-05T05:18:03.258Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
20002023-12-05T05:18:03.308Z Checking chacha20 v0.9.1
20012023-12-05T05:18:03.644Z Checking aead v0.5.2
20022023-12-05T05:18:03.893Z Checking serde-big-array v0.5.1
20032023-12-05T05:18:03.979Z Checking kstat-rs v0.2.3
20042023-12-05T05:18:04.238Z Compiling hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a)
20052023-12-05T05:18:04.784Z Checking thiserror-no-std v2.0.2
20062023-12-05T05:18:04.878Z Checking chacha20poly1305 v0.10.1
20072023-12-05T05:18:04.926Z Checking vsss-rs v3.3.1
20082023-12-05T05:18:05.748Z Checking hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a)
20092023-12-05T05:18:05.814Z Checking progenitor v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576)
20102023-12-05T05:18:06.124Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
20112023-12-05T05:18:06.219Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
20122023-12-05T05:18:06.235Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
20132023-12-05T05:18:06.722Z Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
20142023-12-05T05:18:07.878Z Checking lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
20152023-12-05T05:18:07.947Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
20162023-12-05T05:18:08.461Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
20172023-12-05T05:18:08.669Z Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client)
20182023-12-05T05:18:09.362Z Checking hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84)
20192023-12-05T05:18:11.171Z Checking signal-hook-tokio v0.3.1
20202023-12-05T05:18:11.434Z Checking serde-big-array v0.4.1
20212023-12-05T05:18:11.689Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=945f040d259ca8013d3fb26f510453da7cd7b1a6#945f040d)
20222023-12-05T05:18:11.996Z Checking sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef)
20232023-12-05T05:18:13.325Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=3e1d129151c3621d28ead5c6e5760693ba6e7fec#3e1d1291)
20242023-12-05T05:18:13.576Z Checking bcs v0.1.6
20252023-12-05T05:18:13.673Z Checking highway v1.1.0
20262023-12-05T05:18:14.344Z Checking corncobs v0.1.3
20272023-12-05T05:18:14.364Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3e1d129151c3621d28ead5c6e5760693ba6e7fec#3e1d1291)
20282023-12-05T05:18:14.619Z Checking sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef)
20292023-12-05T05:18:14.902Z Compiling crunchy v0.2.2
20302023-12-05T05:18:15.680Z Compiling portable-atomic v1.4.3
20312023-12-05T05:18:16.232Z Checking http-range v0.1.5
20322023-12-05T05:18:16.237Z Checking hyper-staticfile v0.9.5
20332023-12-05T05:18:16.726Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3e1d129151c3621d28ead5c6e5760693ba6e7fec#3e1d1291)
20342023-12-05T05:18:16.761Z Compiling clang-sys v1.6.1
20352023-12-05T05:18:17.461Z Compiling tiny-keccak v2.0.2
20362023-12-05T05:18:17.925Z Checking assert_matches v1.5.0
20372023-12-05T05:18:17.956Z Compiling prettyplease v0.2.12
20382023-12-05T05:18:20.079Z Compiling darling_core v0.14.4
20392023-12-05T05:18:20.242Z Checking number_prefix v0.4.0
20402023-12-05T05:18:20.530Z Compiling minimal-lexical v0.2.1
20412023-12-05T05:18:21.046Z Checking humantime v2.1.0
20422023-12-05T05:18:21.409Z Compiling nom v7.1.3
20432023-12-05T05:18:21.506Z Checking indicatif v0.17.7
20442023-12-05T05:18:23.329Z Compiling ascii-canvas v3.0.0
20452023-12-05T05:18:23.995Z Compiling ena v0.14.2
20462023-12-05T05:18:24.224Z Compiling libloading v0.7.4
20472023-12-05T05:18:24.655Z Compiling diff v0.1.13
20482023-12-05T05:18:24.835Z Compiling regex-syntax v0.6.29
20492023-12-05T05:18:25.792Z Compiling bindgen v0.65.1
20502023-12-05T05:18:27.615Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
20512023-12-05T05:18:28.066Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
20522023-12-05T05:18:30.380Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
20532023-12-05T05:18:31.092Z Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
20542023-12-05T05:18:32.738Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
20552023-12-05T05:18:34.015Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
20562023-12-05T05:18:34.489Z Checking ipcc-key-value v0.1.0 (/work/oxidecomputer/omicron/ipcc-key-value)
20572023-12-05T05:18:35.581Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
20582023-12-05T05:18:35.630Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
20592023-12-05T05:18:35.834Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
20602023-12-05T05:18:36.473Z Compiling darling_macro v0.14.4
20612023-12-05T05:18:37.411Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
20622023-12-05T05:18:37.812Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
20632023-12-05T05:18:38.267Z Compiling darling v0.14.4
20642023-12-05T05:18:38.487Z Compiling lalrpop v0.19.12
20652023-12-05T05:18:40.216Z Compiling cexpr v0.6.0
20662023-12-05T05:18:46.717Z Compiling which v4.4.0
20672023-12-05T05:18:47.759Z Compiling rustc-hash v1.1.0
20682023-12-05T05:18:47.992Z Compiling shlex v1.1.0
20692023-12-05T05:18:48.495Z Compiling ref-cast v1.0.20
20702023-12-05T05:18:49.314Z Compiling peeking_take_while v0.1.2
20712023-12-05T05:18:49.517Z Compiling lazycell v1.3.0
20722023-12-05T05:18:49.773Z Checking maplit v1.0.2
20732023-12-05T05:18:51.203Z Compiling derive_builder_core v0.12.0
20742023-12-05T05:18:51.230Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
20752023-12-05T05:18:51.688Z Compiling ref-cast-impl v1.0.20
20762023-12-05T05:18:53.408Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
20772023-12-05T05:18:53.757Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
20782023-12-05T05:18:55.464Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
20792023-12-05T05:18:56.135Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
20802023-12-05T05:18:56.789Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
20812023-12-05T05:18:58.457Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
20822023-12-05T05:18:59.296Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
20832023-12-05T05:19:02.209Z Compiling libxml v0.3.3
20842023-12-05T05:19:02.439Z Compiling derive_builder_macro v0.12.0
20852023-12-05T05:19:03.025Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
20862023-12-05T05:19:03.140Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
20872023-12-05T05:19:03.696Z Compiling strum_macros v0.24.3
20882023-12-05T05:19:03.856Z Compiling fs-err v2.11.0
20892023-12-05T05:19:04.329Z Compiling cookie v0.18.0
20902023-12-05T05:19:04.799Z Compiling diesel-dtrace v0.2.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#c1252df7)
20912023-12-05T05:19:05.263Z Compiling indoc v1.0.9
20922023-12-05T05:19:06.166Z Checking derive_builder v0.12.0
20932023-12-05T05:19:07.000Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
20942023-12-05T05:19:08.872Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
20952023-12-05T05:19:09.445Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
20962023-12-05T05:19:09.986Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
20972023-12-05T05:19:10.466Z Checking bb8 v0.8.1
20982023-12-05T05:19:10.574Z Checking quick-xml v0.23.1
20992023-12-05T05:19:10.949Z Compiling oso-derive v0.27.0
21002023-12-05T05:19:11.235Z Compiling impl-trait-for-tuples v0.2.2
21012023-12-05T05:19:12.053Z Checking smawk v0.3.1
21022023-12-05T05:19:12.365Z Checking unicode-linebreak v0.1.5
21032023-12-05T05:19:12.554Z Checking async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=1446f7e0c1f05f33a0581abd51fa873c7652ab61#1446f7e0)
21042023-12-05T05:19:13.090Z Checking textwrap v0.16.0
21052023-12-05T05:19:13.704Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
21062023-12-05T05:19:13.728Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
21072023-12-05T05:19:14.250Z Checking bytesize v1.3.0
21082023-12-05T05:19:14.251Z Checking is_ci v1.1.1
21092023-12-05T05:19:14.251Z Checking supports-color v2.1.0
21102023-12-05T05:19:14.298Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
21112023-12-05T05:19:14.432Z Checking cassowary v0.3.0
21122023-12-05T05:19:14.892Z Compiling indoc v2.0.3
21132023-12-05T05:19:15.018Z Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
21142023-12-05T05:19:15.057Z Checking rtoolbox v0.0.1
21152023-12-05T05:19:15.755Z Checking rpassword v7.3.1
21162023-12-05T05:19:15.764Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
21172023-12-05T05:19:16.353Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
21182023-12-05T05:19:16.749Z Checking ratatui v0.23.0
21192023-12-05T05:19:17.662Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
21202023-12-05T05:19:18.150Z Checking shell-words v1.1.0
21212023-12-05T05:19:18.852Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=945f040d259ca8013d3fb26f510453da7cd7b1a6#945f040d)
21222023-12-05T05:19:18.936Z Checking fatfs v0.3.6
21232023-12-05T05:19:20.700Z Checking yansi v0.5.1
21242023-12-05T05:19:20.757Z Checking tui-tree-widget v0.13.0
21252023-12-05T05:19:21.117Z Checking plotters-backend v0.3.5
21262023-12-05T05:19:21.137Z Checking pretty_assertions v1.4.0
21272023-12-05T05:19:21.180Z Checking rand v0.4.6
21282023-12-05T05:19:21.450Z Compiling vte_generate_state_changes v0.1.1
21292023-12-05T05:19:21.706Z Checking plotters-svg v0.3.5
21302023-12-05T05:19:22.038Z Checking remove_dir_all v0.5.3
21312023-12-05T05:19:22.189Z Checking cast v0.3.0
21322023-12-05T05:19:22.481Z Checking vte v0.11.1
21332023-12-05T05:19:22.688Z Checking criterion-plot v0.5.0
21342023-12-05T05:19:22.789Z Checking tempdir v0.3.7
21352023-12-05T05:19:23.049Z Checking plotters v0.3.5
21362023-12-05T05:19:23.533Z Checking installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd)
21372023-12-05T05:19:24.958Z Checking dashmap v5.5.1
21382023-12-05T05:19:25.080Z Checking tinytemplate v1.2.1
21392023-12-05T05:19:25.356Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
21402023-12-05T05:19:26.034Z Compiling serial_test_derive v0.10.0
21412023-12-05T05:19:26.053Z Checking anes v0.1.6
21422023-12-05T05:19:26.626Z Checking oorandom v11.1.3
21432023-12-05T05:19:26.856Z Checking criterion v0.5.1
21442023-12-05T05:19:28.070Z Checking serial_test v0.10.0
21452023-12-05T05:19:28.427Z Checking strip-ansi-escapes v0.2.0
21462023-12-05T05:19:28.642Z Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
21472023-12-05T05:19:30.478Z Checking installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client)
21482023-12-05T05:19:31.535Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
21492023-12-05T05:19:32.052Z Checking assert_cmd v2.0.12
21502023-12-05T05:19:32.707Z Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
21512023-12-05T05:19:34.149Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
21522023-12-05T05:19:35.364Z Checking fd-lock v3.0.13
21532023-12-05T05:19:35.668Z Checking nu-ansi-term v0.49.0
21542023-12-05T05:19:36.321Z Checking reedline v0.26.0
21552023-12-05T05:19:39.559Z Checking threadpool v1.8.1
21562023-12-05T05:19:39.852Z Checking nanorand v0.7.0
21572023-12-05T05:19:40.476Z Checking topological-sort v0.2.2
21582023-12-05T05:19:40.568Z Checking flume v0.11.0
21592023-12-05T05:19:40.791Z Checking libtest-mimic v0.6.1
21602023-12-05T05:19:41.385Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
21612023-12-05T05:19:41.499Z Checking httptest v0.15.5
21622023-12-05T05:19:42.655Z Checking similar-asserts v1.5.0
21632023-12-05T05:19:43.009Z Compiling rstest_macros v0.18.2
21642023-12-05T05:19:43.878Z Compiling crossbeam-queue v0.3.8
21652023-12-05T05:19:44.683Z Checking bytecount v0.6.3
21662023-12-05T05:19:44.703Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
21672023-12-05T05:19:44.896Z Checking papergrid v0.10.0
21682023-12-05T05:19:46.593Z Checking datatest-stable v0.2.3
21692023-12-05T05:19:46.722Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
21702023-12-05T05:19:46.924Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
21712023-12-05T05:19:47.174Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
21722023-12-05T05:19:47.380Z Compiling tabled_derive v0.6.0
21732023-12-05T05:19:48.233Z Checking constant_time_eq v0.2.6
21742023-12-05T05:19:48.420Z Compiling trybuild v1.0.85
21752023-12-05T05:19:49.074Z Checking arrayref v0.3.7
21762023-12-05T05:19:49.114Z Compiling relative-path v1.9.0
21772023-12-05T05:19:49.211Z Checking arrayvec v0.7.4
21782023-12-05T05:19:49.820Z Checking blake2b_simd v1.0.1
21792023-12-05T05:19:51.815Z Checking tabled v0.14.0
21802023-12-05T05:19:52.179Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
21812023-12-05T05:19:56.195Z Checking basic-toml v0.1.4
21822023-12-05T05:19:57.837Z Checking constant_time_eq v0.3.0
21832023-12-05T05:19:58.103Z Checking futures-timer v3.0.2
21842023-12-05T05:19:58.498Z Checking rust-argon2 v1.0.1
21852023-12-05T05:20:01.807Z Checking crossbeam v0.8.2
21862023-12-05T05:20:01.976Z Checking partial-io v0.5.4
21872023-12-05T05:20:02.593Z Checking approx v0.5.1
21882023-12-05T05:20:02.953Z Checking termios v0.3.3
21892023-12-05T05:20:03.293Z Checking hex-literal v0.4.1
21902023-12-05T05:20:07.020Z Checking rstest v0.18.2
21912023-12-05T05:20:16.508Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
21922023-12-05T05:20:17.102Z Checking omicron-deploy v0.1.0 (/work/oxidecomputer/omicron/dev-tools/thing-flinger)
21932023-12-05T05:21:19.103Z Compiling samael v0.0.10 (https://github.com/njaremko/samael?branch=master#52028e45)
21942023-12-05T05:21:20.140Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli)
21952023-12-05T05:21:22.275Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
21962023-12-05T05:21:37.144Z Checking caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util)
21972023-12-05T05:22:01.697Z Compiling polar-core v0.27.0
21982023-12-05T05:22:13.172Z Checking oso v0.27.0
21992023-12-05T05:22:51.079Z Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
22002023-12-05T05:24:16.567Z Finished dev [unoptimized + debuginfo] target(s) in 10m 26s
22012023-12-05T05:24:16.793Z
22022023-12-05T05:24:16.793Zreal 11:26.164828402
22032023-12-05T05:24:16.793Zuser 1:02:34.046901447
22042023-12-05T05:24:16.793Zsys 8:02.802452383
22052023-12-05T05:24:16.793Ztrap 2.129067336
22062023-12-05T05:24:16.793Ztflt 4.070189905
22072023-12-05T05:24:16.796Zdflt 7.014771313
22082023-12-05T05:24:16.797Zkflt 0.023489083
22092023-12-05T05:24:16.797Zlock 1:39:35.278323226
22102023-12-05T05:24:16.797Zslp 3:06:08.745638254
22112023-12-05T05:24:16.797Zlat 2:15.738198304
22122023-12-05T05:24:16.798Zstop 4:57.818032251
22132023-12-05T05:24:17.979Zwarning: output filename collision.
22142023-12-05T05:24:17.979ZThe 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)`.
22152023-12-05T05:24:17.979ZColliding filename is: /work/oxidecomputer/omicron/target/doc/hubpack/index.html
22162023-12-05T05:24:17.980ZThe targets should have unique names.
22172023-12-05T05:24:17.980ZThis is a known bug where multiple crates with the same name use
22182023-12-05T05:24:17.980Zthe same path; see <https://github.com/rust-lang/cargo/issues/6313>.
22192023-12-05T05:24:17.982Zwarning: output filename collision.
22202023-12-05T05:24:17.982ZThe 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)`.
22212023-12-05T05:24:17.982ZColliding filename is: /work/oxidecomputer/omicron/target/doc/oximeter/index.html
22222023-12-05T05:24:17.982ZThe targets should have unique names.
22232023-12-05T05:24:17.982ZThis is a known bug where multiple crates with the same name use
22242023-12-05T05:24:17.982Zthe same path; see <https://github.com/rust-lang/cargo/issues/6313>.
22252023-12-05T05:24:17.985Zwarning: output filename collision.
22262023-12-05T05:24:17.985ZThe 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)`.
22272023-12-05T05:24:17.985ZColliding filename is: /work/oxidecomputer/omicron/target/doc/tlvc/index.html
22282023-12-05T05:24:17.985ZThe targets should have unique names.
22292023-12-05T05:24:17.986ZThis is a known bug where multiple crates with the same name use
22302023-12-05T05:24:17.986Zthe same path; see <https://github.com/rust-lang/cargo/issues/6313>.
22312023-12-05T05:24:18.587Z Documenting libc v0.2.150
22322023-12-05T05:24:18.606Z Documenting cfg-if v1.0.0
22332023-12-05T05:24:18.615Z Documenting serde_derive v1.0.192
22342023-12-05T05:24:18.647Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
22352023-12-05T05:24:18.650Z Documenting scopeguard v1.2.0
22362023-12-05T05:24:18.650Z Documenting log v0.4.20
22372023-12-05T05:24:18.685Z Documenting itoa v1.0.9
22382023-12-05T05:24:18.686Z Documenting smallvec v1.11.0
22392023-12-05T05:24:19.099Z Documenting memchr v2.6.3
22402023-12-05T05:24:22.707Z Documenting zeroize_derive v1.4.2
22412023-12-05T05:24:22.751Z Documenting lock_api v0.4.10
22422023-12-05T05:24:23.010Z Documenting pin-project-lite v0.2.13
22432023-12-05T05:24:23.402Z Documenting libm v0.2.7
22442023-12-05T05:24:25.128Z Documenting getrandom v0.2.10
22452023-12-05T05:24:25.179Z Documenting parking_lot_core v0.9.8
22462023-12-05T05:24:26.145Z Documenting signal-hook-registry v1.4.1
22472023-12-05T05:24:27.228Z Documenting mio v0.8.9
22482023-12-05T05:24:27.351Z Documenting futures-core v0.3.29
22492023-12-05T05:24:28.659Z Documenting num-traits v0.2.16
22502023-12-05T05:24:28.690Z Documenting serde v1.0.192
22512023-12-05T05:24:30.641Z Documenting zeroize v1.7.0
22522023-12-05T05:24:31.142Z Documenting rand_core v0.6.4
22532023-12-05T05:24:31.397Z Documenting parking_lot v0.12.1
22542023-12-05T05:24:32.630Z Documenting thiserror-impl v1.0.49
22552023-12-05T05:24:33.011Z Documenting socket2 v0.5.5
22562023-12-05T05:24:33.680Z Documenting num_cpus v1.16.0
22572023-12-05T05:24:36.375Z Documenting typenum v1.16.0
22582023-12-05T05:24:36.723Z Documenting tokio-macros v2.2.0
22592023-12-05T05:24:37.000Z Documenting once_cell v1.18.0
22602023-12-05T05:24:37.520Z Documenting subtle v2.5.0
22612023-12-05T05:24:39.005Z Documenting ryu v1.0.15
22622023-12-05T05:24:39.598Z Documenting byteorder v1.5.0
22632023-12-05T05:24:40.014Z Documenting thiserror v1.0.49
22642023-12-05T05:24:43.177Z Documenting futures-sink v0.3.29
22652023-12-05T05:24:43.342Z Documenting const-oid v0.9.5
22662023-12-05T05:24:43.497Z Documenting pin-utils v0.1.0
22672023-12-05T05:24:43.600Z Documenting futures-task v0.3.29
22682023-12-05T05:24:45.335Z Documenting slab v0.4.9
22692023-12-05T05:24:45.789Z Documenting futures-macro v0.3.29
22702023-12-05T05:24:48.948Z Documenting futures-channel v0.3.29
22712023-12-05T05:24:49.575Z Documenting futures-io v0.3.29
22722023-12-05T05:24:51.826Z Documenting iana-time-zone v0.1.57
22732023-12-05T05:24:52.055Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
22742023-12-05T05:25:05.316Z Documenting tinyvec_macros v0.1.1
22752023-12-05T05:25:05.532Z Documenting ppv-lite86 v0.2.17
22762023-12-05T05:25:05.532Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
22772023-12-05T05:25:05.780Z Documenting tracing-core v0.1.31
22782023-12-05T05:25:05.883Z Documenting futures-util v0.3.29
22792023-12-05T05:25:05.883Z Documenting tinyvec v1.6.0
22802023-12-05T05:25:05.883Z Documenting tracing-attributes v0.1.26
22812023-12-05T05:25:05.883Z Documenting rand_chacha v0.3.1
22822023-12-05T05:25:05.884Z Documenting unicode-normalization v0.1.22
22832023-12-05T05:25:05.884Z Documenting bytes v1.5.0
22842023-12-05T05:25:06.223Z Documenting bitflags v2.4.0
22852023-12-05T05:25:08.251Z Documenting serde_json v1.0.108
22862023-12-05T05:25:08.727Z Documenting chrono v0.4.31
22872023-12-05T05:25:10.516Z Documenting uuid v1.6.1
22882023-12-05T05:25:11.998Z Documenting rand v0.8.5
22892023-12-05T05:25:12.753Z Documenting base64 v0.21.5
22902023-12-05T05:25:13.328Z Documenting tokio v1.34.0
22912023-12-05T05:25:16.859Z Documenting fnv v1.0.7
22922023-12-05T05:25:17.608Z Documenting lazy_static v1.4.0
22932023-12-05T05:25:18.023Z Documenting unicode-bidi v0.3.13
22942023-12-05T05:25:19.331Z Documenting percent-encoding v2.3.1
22952023-12-05T05:25:20.691Z Documenting spin v0.9.8
22962023-12-05T05:25:22.079Z Documenting cpufeatures v0.2.9
22972023-12-05T05:25:22.351Z Documenting generic-array v0.14.7
22982023-12-05T05:25:22.704Z Documenting http v0.2.11
22992023-12-05T05:25:24.666Z Checking serde_derive_internals v0.26.0
23002023-12-05T05:25:25.292Z Documenting serde_derive_internals v0.26.0
23012023-12-05T05:25:25.638Z Documenting dyn-clone v1.0.13
23022023-12-05T05:25:25.847Z Documenting form_urlencoded v1.2.1
23032023-12-05T05:25:26.464Z Documenting idna v0.5.0
23042023-12-05T05:25:26.828Z Documenting tracing v0.1.37
23052023-12-05T05:25:29.174Z Documenting crypto-common v0.1.6
23062023-12-05T05:25:30.298Z Documenting block-buffer v0.10.4
23072023-12-05T05:25:30.713Z Documenting errno v0.3.2
23082023-12-05T05:25:31.551Z Documenting httparse v1.8.0
23092023-12-05T05:25:31.947Z Documenting adler v1.0.2
23102023-12-05T05:25:32.803Z Documenting url v2.5.0
23112023-12-05T05:25:33.624Z Documenting schemars_derive v0.8.13
23122023-12-05T05:25:36.376Z Documenting unicode-ident v1.0.12
23132023-12-05T05:25:36.436Z Documenting miniz_oxide v0.7.1
23142023-12-05T05:25:36.895Z Documenting rustix v0.38.25
23152023-12-05T05:25:37.168Z Documenting digest v0.10.7
23162023-12-05T05:25:38.111Z Documenting base64ct v1.6.0
23172023-12-05T05:25:39.548Z Documenting httpdate v1.0.3
23182023-12-05T05:25:40.579Z Documenting proc-macro2 v1.0.69
23192023-12-05T05:25:41.647Z Documenting openssl-probe v0.1.5
23202023-12-05T05:25:42.759Z Documenting schemars v0.8.13
23212023-12-05T05:25:44.540Z Documenting untrusted v0.9.0
23222023-12-05T05:25:45.399Z Documenting try-lock v0.2.4
23232023-12-05T05:25:47.155Z Documenting http-body v0.4.5
23242023-12-05T05:25:47.170Z Documenting quote v1.0.33
23252023-12-05T05:25:47.558Z Documenting openssl-sys v0.9.96
23262023-12-05T05:25:47.832Z Documenting async-trait v0.1.74
23272023-12-05T05:25:49.436Z Documenting ring v0.17.5
23282023-12-05T05:25:50.363Z Documenting want v0.3.1
23292023-12-05T05:25:52.041Z Documenting openssl-macros v0.1.1
23302023-12-05T05:25:53.192Z Documenting mime v0.3.17
23312023-12-05T05:25:53.876Z Documenting tower-service v0.3.2
23322023-12-05T05:25:55.430Z Documenting pem-rfc7468 v0.7.0
23332023-12-05T05:25:56.001Z Documenting aho-corasick v1.0.4
23342023-12-05T05:25:57.017Z Documenting tokio-util v0.7.10
23352023-12-05T05:25:57.381Z Documenting sct v0.7.0
23362023-12-05T05:25:57.972Z Documenting rustls-webpki v0.101.7
23372023-12-05T05:25:59.100Z Documenting openssl v0.10.60
23382023-12-05T05:25:59.917Z Documenting slog v2.7.0
23392023-12-05T05:25:59.921Z Documenting der_derive v0.7.2
23402023-12-05T05:26:02.025Z Documenting unicode-width v0.1.11
23412023-12-05T05:26:03.336Z Documenting flagset v0.4.3
23422023-12-05T05:26:03.817Z Documenting hashbrown v0.14.2
23432023-12-05T05:26:04.790Z Documenting ipnet v2.8.0
23442023-12-05T05:26:06.140Z Documenting h2 v0.3.21
23452023-12-05T05:26:06.285Z Documenting regex-syntax v0.8.2
23462023-12-05T05:26:06.350Z Documenting equivalent v1.0.1
23472023-12-05T05:26:07.666Z Documenting rustls v0.21.9
23482023-12-05T05:26:07.976Z Documenting der v0.7.8
23492023-12-05T05:26:10.436Z Documenting rustls-pemfile v1.0.3
23502023-12-05T05:26:10.518Z Documenting indexmap v2.1.0
23512023-12-05T05:26:11.158Z Documenting num-integer v0.1.45
23522023-12-05T05:26:12.326Z Documenting time-macros v0.2.13
23532023-12-05T05:26:15.844Z Documenting time-core v0.1.1
23542023-12-05T05:26:16.117Z Documenting num_threads v0.1.6
23552023-12-05T05:26:17.250Z Documenting regex-automata v0.4.3
23562023-12-05T05:26:17.634Z Documenting utf8parse v0.2.1
23572023-12-05T05:26:17.948Z Documenting deranged v0.3.8
23582023-12-05T05:26:19.805Z Documenting gimli v0.28.0
23592023-12-05T05:26:20.196Z Documenting spki v0.7.2
23602023-12-05T05:26:21.131Z Documenting tokio-rustls v0.24.1
23612023-12-05T05:26:21.769Z Documenting native-tls v0.2.11
23622023-12-05T05:26:21.941Z Documenting hyper v0.14.27
23632023-12-05T05:26:22.098Z Documenting zerocopy v0.6.4
23642023-12-05T05:26:24.859Z Documenting time v0.3.27
23652023-12-05T05:26:26.969Z Documenting object v0.32.1
23662023-12-05T05:26:29.152Z Documenting crossbeam-utils v0.8.16
23672023-12-05T05:26:29.666Z Documenting encoding_rs v0.8.33
23682023-12-05T05:26:29.816Z Documenting addr2line v0.21.0
23692023-12-05T05:26:30.750Z Checking pest_meta v2.7.2
23702023-12-05T05:26:30.883Z Documenting regex v1.10.2
23712023-12-05T05:26:32.347Z Documenting rustc-demangle v0.1.23
23722023-12-05T05:26:33.524Z Documenting tokio-native-tls v0.3.1
23732023-12-05T05:26:35.627Z Documenting rustls-native-certs v0.6.3
23742023-12-05T05:26:35.667Z Documenting serde_urlencoded v0.7.1
23752023-12-05T05:26:36.872Z Documenting pest_meta v2.7.2
23762023-12-05T05:26:37.184Z Checking pest_generator v2.7.2
23772023-12-05T05:26:38.516Z Documenting pkcs8 v0.10.2
23782023-12-05T05:26:39.647Z Documenting anstyle v1.0.2
23792023-12-05T05:26:41.210Z Documenting webpki-roots v0.25.2
23802023-12-05T05:26:41.288Z Documenting hyper-rustls v0.24.2
23812023-12-05T05:26:41.765Z Documenting hyper-tls v0.5.0
23822023-12-05T05:26:42.233Z Documenting data-encoding v2.4.0
23832023-12-05T05:26:42.946Z Documenting pest_generator v2.7.2
23842023-12-05T05:26:45.571Z Documenting ucd-trie v0.1.6
23852023-12-05T05:26:45.851Z Documenting anstyle-parse v0.2.1
23862023-12-05T05:26:46.824Z Documenting backtrace v0.3.69
23872023-12-05T05:26:47.305Z Documenting syn v2.0.32
23882023-12-05T05:26:49.144Z Documenting ipnetwork v0.20.0
23892023-12-05T05:26:50.478Z Documenting pest_derive v2.7.2
23902023-12-05T05:26:50.668Z Documenting sha2 v0.10.8
23912023-12-05T05:26:51.859Z Documenting pest v2.7.2
23922023-12-05T05:26:52.537Z Documenting futures-executor v0.3.29
23932023-12-05T05:26:52.707Z Documenting reqwest v0.11.22
23942023-12-05T05:26:55.649Z Documenting anyhow v1.0.75
23952023-12-05T05:26:57.921Z Documenting hex v0.4.3
23962023-12-05T05:26:58.112Z Documenting crc32fast v1.3.2
23972023-12-05T05:26:58.344Z Checking serde_tokenstream v0.1.7
23982023-12-05T05:26:58.904Z Documenting anstyle-query v1.0.0
23992023-12-05T05:26:59.506Z Documenting colorchoice v1.0.0
24002023-12-05T05:27:00.380Z Documenting dtrace-parser v0.1.14
24012023-12-05T05:27:03.384Z Documenting openapiv3 v2.0.0-rc.1
24022023-12-05T05:27:03.918Z Documenting num-iter v0.1.43
24032023-12-05T05:27:03.981Z Documenting hmac v0.12.1
24042023-12-05T05:27:04.260Z Documenting dof v0.1.5
24052023-12-05T05:27:04.469Z Documenting anstream v0.5.0
24062023-12-05T05:27:06.328Z Documenting signal-hook v0.3.17
24072023-12-05T05:27:08.909Z Documenting thread-id v4.2.0
24082023-12-05T05:27:10.269Z Documenting terminal_size v0.2.6
24092023-12-05T05:27:10.528Z Documenting memoffset v0.9.0
24102023-12-05T05:27:10.692Z Documenting clap_lex v0.5.1
24112023-12-05T05:27:11.394Z Documenting strsim v0.10.0
24122023-12-05T05:27:12.582Z Documenting flate2 v1.0.28
24132023-12-05T05:27:14.235Z Documenting futures v0.3.29
24142023-12-05T05:27:14.698Z Documenting usdt-impl v0.3.5
24152023-12-05T05:27:14.783Z Documenting crossbeam-epoch v0.9.15
24162023-12-05T05:27:17.247Z Documenting usdt-macro v0.3.5
24172023-12-05T05:27:17.251Z Documenting usdt-attr-macro v0.3.5
24182023-12-05T05:27:17.408Z Documenting clap_derive v4.4.2
24192023-12-05T05:27:17.900Z Documenting clap_builder v4.4.2
24202023-12-05T05:27:20.404Z Documenting signal-hook-mio v0.2.3
24212023-12-05T05:27:21.082Z Documenting block-padding v0.3.3
24222023-12-05T05:27:23.266Z Documenting hash32 v0.2.1
24232023-12-05T05:27:24.976Z Documenting scheduled-thread-pool v0.2.7
24242023-12-05T05:27:25.087Z Documenting usdt v0.3.5
24252023-12-05T05:27:25.512Z Documenting bzip2-sys v0.1.11+1.0.8
24262023-12-05T05:27:26.391Z Documenting enum-as-inner v0.5.1
24272023-12-05T05:27:26.451Z Documenting pin-project-internal v1.1.3
24282023-12-05T05:27:27.435Z Checking diesel_table_macro_syntax v0.1.0
24292023-12-05T05:27:27.694Z Documenting diesel_table_macro_syntax v0.1.0
24302023-12-05T05:27:28.248Z Documenting clap v4.4.3
24312023-12-05T05:27:29.600Z Documenting stable_deref_trait v1.2.0
24322023-12-05T05:27:31.125Z Documenting unicode-segmentation v1.10.1
24332023-12-05T05:27:31.533Z Documenting bzip2 v0.4.4
24342023-12-05T05:27:33.111Z Documenting r2d2 v0.8.10
24352023-12-05T05:27:33.749Z Documenting heapless v0.7.16
24362023-12-05T05:27:34.040Z Documenting pin-project v1.1.3
24372023-12-05T05:27:34.086Z Documenting trust-dns-proto v0.22.0
24382023-12-05T05:27:34.573Z Documenting diesel_derives v2.1.2
24392023-12-05T05:27:35.630Z Documenting inout v0.1.3
24402023-12-05T05:27:36.470Z Documenting crossterm v0.27.0
24412023-12-05T05:27:37.655Z Documenting md-5 v0.10.5
24422023-12-05T05:27:38.321Z Documenting stringprep v0.1.3
24432023-12-05T05:27:39.578Z Documenting serde_spanned v0.6.4
24442023-12-05T05:27:41.493Z Documenting toml_datetime v0.6.5
24452023-12-05T05:27:42.063Z Documenting ff v0.13.0
24462023-12-05T05:27:44.270Z Documenting pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
24472023-12-05T05:27:45.213Z Documenting doc-comment v0.3.3
24482023-12-05T05:27:45.804Z Documenting snafu-derive v0.7.5
24492023-12-05T05:27:45.804Z Documenting managed v0.8.0
24502023-12-05T05:27:45.804Z Documenting siphasher v0.3.11
24512023-12-05T05:27:47.605Z Documenting static_assertions v1.1.0
24522023-12-05T05:27:48.197Z Documenting either v1.9.0
24532023-12-05T05:27:48.331Z Documenting bit-vec v0.6.3
24542023-12-05T05:27:49.508Z Documenting base16ct v0.2.0
24552023-12-05T05:27:50.073Z Documenting fallible-iterator v0.2.0
24562023-12-05T05:27:50.213Z Documenting winnow v0.5.15
24572023-12-05T05:27:50.801Z Documenting smoltcp v0.9.1
24582023-12-05T05:27:52.237Z Documenting phf_shared v0.11.2
24592023-12-05T05:27:54.257Z Documenting sec1 v0.7.3
24602023-12-05T05:27:54.516Z Documenting diesel v2.1.4
24612023-12-05T05:27:54.722Z Documenting group v0.13.0
24622023-12-05T05:27:57.116Z Documenting snafu v0.7.5
24632023-12-05T05:27:58.120Z Documenting cipher v0.4.4
24642023-12-05T05:27:58.134Z Documenting postgres-protocol v0.6.6
24652023-12-05T05:27:58.233Z Documenting toml_edit v0.21.0
24662023-12-05T05:27:58.470Z Documenting zip v0.6.6
24672023-12-05T05:28:00.893Z Documenting hkdf v0.12.3
24682023-12-05T05:28:03.589Z Documenting num-bigint v0.4.4
24692023-12-05T05:28:04.115Z Documenting crypto-bigint v0.5.2
24702023-12-05T05:28:05.860Z Documenting hubpack v0.1.2
24712023-12-05T05:28:07.208Z Documenting regress v0.7.1
24722023-12-05T05:28:08.695Z Documenting bstr v1.6.0
24732023-12-05T05:28:08.737Z Documenting serde_repr v0.1.16
24742023-12-05T05:28:08.930Z Documenting precomputed-hash v0.1.1
24752023-12-05T05:28:12.794Z Documenting fixedbitset v0.4.2
24762023-12-05T05:28:14.479Z Documenting new_debug_unreachable v1.0.4
24772023-12-05T05:28:14.791Z Documenting lalrpop-util v0.19.12
24782023-12-05T05:28:15.738Z Documenting gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
24792023-12-05T05:28:16.478Z Documenting elliptic-curve v0.13.8
24802023-12-05T05:28:16.852Z Documenting yasna v0.5.2
24812023-12-05T05:28:18.021Z Documenting petgraph v0.6.4
24822023-12-05T05:28:18.543Z Documenting postgres-types v0.2.6
24832023-12-05T05:28:19.320Z Documenting string_cache v0.8.7
24842023-12-05T05:28:34.455Z Documenting phf v0.11.2
24852023-12-05T05:28:34.455Z Documenting console v0.15.7
24862023-12-05T05:28:34.455Z Documenting semver v1.0.20
24872023-12-05T05:28:34.458Z Documenting float-cmp v0.9.0
24882023-12-05T05:28:34.458Z Documenting difflib v0.4.0
24892023-12-05T05:28:34.458Z Documenting whoami v1.4.1
24902023-12-05T05:28:34.458Z Documenting predicates-core v1.0.6
24912023-12-05T05:28:34.458Z Checking unsafe-libyaml v0.2.9
24922023-12-05T05:28:34.458Z Documenting normalize-line-endings v0.3.0
24932023-12-05T05:28:34.459Z Documenting heck v0.4.1
24942023-12-05T05:28:34.459Z Documenting bit-set v0.5.3
24952023-12-05T05:28:34.459Z Documenting similar v2.2.1
24962023-12-05T05:28:34.459Z Documenting typify-macro v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f)
24972023-12-05T05:28:34.459Z Documenting tokio-stream v0.1.14
24982023-12-05T05:28:35.490Z Documenting tokio-postgres v0.7.10
24992023-12-05T05:28:35.678Z Documenting unsafe-libyaml v0.2.9
25002023-12-05T05:28:37.795Z Documenting predicates v3.0.4
25012023-12-05T05:28:39.924Z Checking ident_case v1.0.1
25022023-12-05T05:28:40.069Z Documenting typify-impl v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f)
25032023-12-05T05:28:40.156Z Checking serde_yaml v0.9.25
25042023-12-05T05:28:40.459Z Documenting progenitor-client v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576)
25052023-12-05T05:28:41.553Z Documenting serde_yaml v0.9.25
25062023-12-05T05:28:42.110Z Documenting getopts v0.2.21
25072023-12-05T05:28:43.482Z Documenting match_cfg v0.1.0
25082023-12-05T05:28:44.111Z Documenting sha1 v0.10.6
25092023-12-05T05:28:45.941Z Documenting dirs-sys-next v0.1.2
25102023-12-05T05:28:47.887Z Documenting hostname v0.3.1
25112023-12-05T05:28:48.589Z Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
25122023-12-05T05:28:48.639Z Documenting thread_local v1.1.7
25132023-12-05T05:28:50.296Z Documenting progenitor-macro v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576)
25142023-12-05T05:28:51.673Z Documenting paste v1.0.14
25152023-12-05T05:28:51.970Z Documenting dirs-next v2.0.0
25162023-12-05T05:28:52.097Z Documenting typify v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f)
25172023-12-05T05:29:05.830Z Documenting crossbeam-channel v0.5.8
25182023-12-05T05:29:06.101Z Documenting atty v0.2.14
25192023-12-05T05:29:06.101Z Documenting take_mut v0.2.2
25202023-12-05T05:29:06.101Z Documenting slog-json v2.6.1
25212023-12-05T05:29:06.469Z Documenting term v0.7.0
25222023-12-05T05:29:06.469Z Documenting camino v1.1.6
25232023-12-05T05:29:06.469Z Documenting async-stream-impl v0.3.5
25242023-12-05T05:29:06.469Z Documenting atomic-waker v1.1.1
25252023-12-05T05:29:06.469Z Documenting slog-async v2.8.0
25262023-12-05T05:29:06.469Z Documenting debug-ignore v1.0.5
25272023-12-05T05:29:06.469Z Documenting slog-bunyan v2.4.0
25282023-12-05T05:29:06.469Z Documenting progenitor-impl v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576)
25292023-12-05T05:29:06.470Z Documenting slog-term v2.9.0
25302023-12-05T05:29:06.470Z Documenting waitgroup v0.1.2
25312023-12-05T05:29:06.471Z Checking darling_core v0.20.3
25322023-12-05T05:29:06.471Z Documenting async-stream v0.3.5
25332023-12-05T05:29:06.528Z Documenting toml v0.8.8
25342023-12-05T05:29:06.685Z Documenting dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#ff87a017)
25352023-12-05T05:29:08.599Z Documenting multer v2.1.0
25362023-12-05T05:29:09.461Z Documenting serde_path_to_error v0.1.14
25372023-12-05T05:29:09.786Z Documenting strum v0.25.0
25382023-12-05T05:29:10.697Z Checking darling v0.20.3
25392023-12-05T05:29:10.838Z Documenting serde_with_macros v2.3.3
25402023-12-05T05:29:11.740Z Documenting structmeta-derive v0.2.0
25412023-12-05T05:29:13.967Z Checking structmeta v0.2.0
25422023-12-05T05:29:14.381Z Documenting instant v0.1.12
25432023-12-05T05:29:14.849Z Documenting progenitor v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576)
25442023-12-05T05:29:14.948Z Checking regex-syntax v0.7.5
25452023-12-05T05:29:15.458Z Documenting serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
25462023-12-05T05:29:15.977Z Documenting macaddr v1.0.1
25472023-12-05T05:29:16.173Z Documenting dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#ff87a017)
25482023-12-05T05:29:18.381Z Documenting serde_with v2.3.3
25492023-12-05T05:29:19.578Z Documenting structmeta v0.2.0
25502023-12-05T05:29:19.976Z Documenting backoff v0.4.0
25512023-12-05T05:29:20.434Z Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
25522023-12-05T05:29:22.063Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
25532023-12-05T05:29:22.365Z Documenting fastrand v2.0.0
25542023-12-05T05:29:26.172Z Documenting parse-display-derive v0.8.2
25552023-12-05T05:29:26.460Z Documenting is-terminal v0.4.9
25562023-12-05T05:29:27.039Z Documenting proc-macro-crate v1.3.1
25572023-12-05T05:29:28.658Z Checking proc-macro-crate v1.3.1
25582023-12-05T05:29:28.837Z Documenting tempfile v3.8.1
25592023-12-05T05:29:29.017Z Documenting proc-macro-error-attr v1.0.4
25602023-12-05T05:29:30.079Z Checking proc-macro-error v1.0.4
25612023-12-05T05:29:30.495Z Documenting postcard-cobs v0.1.5-pre
25622023-12-05T05:29:32.011Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
25632023-12-05T05:29:33.795Z Documenting foreign-types-macros v0.2.3
25642023-12-05T05:29:34.067Z Documenting num_enum_derive v0.5.11
25652023-12-05T05:29:34.841Z Documenting postcard v0.7.3
25662023-12-05T05:29:35.090Z Documenting proc-macro-error v1.0.4
25672023-12-05T05:29:35.448Z Documenting parse-display v0.8.2
25682023-12-05T05:29:35.686Z Documenting camino-tempfile v1.1.1
25692023-12-05T05:29:40.120Z Documenting foreign-types-shared v0.3.1
25702023-12-05T05:29:40.757Z Documenting illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59)
25712023-12-05T05:29:41.277Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
25722023-12-05T05:29:41.318Z Documenting crucible-workspace-hack v0.1.0
25732023-12-05T05:29:41.676Z Documenting libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
25742023-12-05T05:29:41.867Z Documenting nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
25752023-12-05T05:29:42.061Z Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
25762023-12-05T05:29:42.558Z Documenting cstr-argument v0.1.2
25772023-12-05T05:29:43.188Z Documenting num_enum v0.5.11
25782023-12-05T05:29:43.191Z Documenting foreign-types v0.5.0
25792023-12-05T05:29:45.297Z Documenting opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59)
25802023-12-05T05:29:46.965Z Documenting kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59)
25812023-12-05T05:29:47.617Z Documenting rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
25822023-12-05T05:29:48.153Z Documenting colored v2.0.4
25832023-12-05T05:29:48.372Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
25842023-12-05T05:29:48.611Z Documenting dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
25852023-12-05T05:29:49.253Z Documenting nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
25862023-12-05T05:29:49.684Z Documenting zone_cfg_derive v0.3.0
25872023-12-05T05:29:53.693Z Documenting bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3e1d129151c3621d28ead5c6e5760693ba6e7fec#3e1d1291)
25882023-12-05T05:29:54.321Z Documenting rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
25892023-12-05T05:29:55.069Z Documenting opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59)
25902023-12-05T05:29:55.776Z Documenting num-derive v0.4.0
25912023-12-05T05:29:55.776Z Documenting smf v0.2.2
25922023-12-05T05:29:55.952Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
25932023-12-05T05:29:57.659Z Documenting zone v0.3.0
25942023-12-05T05:30:00.399Z Documenting linked-hash-map v0.5.6
25952023-12-05T05:30:00.456Z Documenting bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3e1d129151c3621d28ead5c6e5760693ba6e7fec#3e1d1291)
25962023-12-05T05:30:00.801Z Documenting libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d)
25972023-12-05T05:30:01.790Z Documenting blake2 v0.10.6
25982023-12-05T05:30:02.685Z Documenting crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=945f040d259ca8013d3fb26f510453da7cd7b1a6#945f040d)
25992023-12-05T05:30:04.568Z Documenting lru-cache v0.1.2
26002023-12-05T05:30:04.959Z Documenting oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59)
26012023-12-05T05:30:05.614Z Documenting password-hash v0.5.0
26022023-12-05T05:30:07.523Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
26032023-12-05T05:30:09.469Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
26042023-12-05T05:30:09.506Z Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
26052023-12-05T05:30:09.915Z Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
26062023-12-05T05:30:09.960Z Checking heck v0.3.3
26072023-12-05T05:30:10.243Z Documenting structopt-derive v0.4.18
26082023-12-05T05:30:10.498Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
26092023-12-05T05:30:10.590Z Documenting illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
26102023-12-05T05:30:12.072Z Documenting argon2 v0.5.2
26112023-12-05T05:30:15.592Z Documenting libefi-sys v0.1.0
26122023-12-05T05:30:15.693Z Documenting opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59)
26132023-12-05T05:30:16.919Z Documenting quick-error v1.2.3
26142023-12-05T05:30:18.098Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
26152023-12-05T05:30:18.344Z Documenting structopt v0.3.26
26162023-12-05T05:30:19.812Z Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
26172023-12-05T05:30:21.527Z Documenting libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
26182023-12-05T05:30:22.927Z Documenting resolv-conf v0.7.0
26192023-12-05T05:30:23.374Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
26202023-12-05T05:30:24.290Z Documenting cancel-safe-futures v0.1.5
26212023-12-05T05:30:24.989Z Documenting tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802)
26222023-12-05T05:30:25.931Z Checking convert_case v0.4.0
26232023-12-05T05:30:26.249Z Documenting convert_case v0.4.0
26242023-12-05T05:30:27.140Z Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
26252023-12-05T05:30:27.510Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
26262023-12-05T05:30:28.258Z Documenting arc-swap v1.6.0
26272023-12-05T05:30:29.162Z Documenting trust-dns-resolver v0.22.0
26282023-12-05T05:30:30.643Z Documenting tap v1.0.1
26292023-12-05T05:30:32.068Z Documenting derive_more v0.99.17
26302023-12-05T05:30:32.481Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
26312023-12-05T05:30:32.587Z Documenting num-rational v0.4.1
26322023-12-05T05:30:34.459Z Documenting slog-scope v4.4.0
26332023-12-05T05:30:34.533Z Documenting radium v0.7.0
26342023-12-05T05:30:34.592Z Documenting wyz v0.5.1
26352023-12-05T05:30:39.256Z Documenting num-complex v0.4.4
26362023-12-05T05:30:39.329Z Documenting ciborium-io v0.2.1
26372023-12-05T05:30:39.743Z Documenting half v1.8.2
26382023-12-05T05:30:40.551Z Documenting crc-catalog v2.2.0
26392023-12-05T05:30:41.098Z Documenting funty v2.0.0
26402023-12-05T05:30:43.329Z Documenting slog-stdlog v4.1.1
26412023-12-05T05:30:44.398Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
26422023-12-05T05:30:44.930Z Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
26432023-12-05T05:30:45.085Z Documenting crc v3.0.1
26442023-12-05T05:30:45.227Z Documenting ciborium-ll v0.2.1
26452023-12-05T05:30:46.058Z Documenting bitvec v1.0.1
26462023-12-05T05:30:46.254Z Documenting slog-dtrace v0.2.3
26472023-12-05T05:30:46.422Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
26482023-12-05T05:30:47.037Z Documenting num v0.4.1
26492023-12-05T05:30:49.544Z Documenting xattr v1.0.1
26502023-12-05T05:30:49.805Z Documenting filetime v0.2.22
26512023-12-05T05:30:51.702Z Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
26522023-12-05T05:30:54.775Z Documenting packed_struct_codegen v0.10.1
26532023-12-05T05:30:55.823Z Documenting nodrop v0.1.14
26542023-12-05T05:30:56.065Z Documenting keccak v0.1.4
26552023-12-05T05:30:56.170Z Documenting tar v0.4.40
26562023-12-05T05:30:56.567Z Documenting ciborium v0.2.1
26572023-12-05T05:30:59.283Z Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
26582023-12-05T05:31:00.302Z Documenting array-init v0.0.4
26592023-12-05T05:31:00.666Z Documenting sha3 v0.10.8
26602023-12-05T05:31:01.587Z Documenting slog-envlogger v2.2.0
26612023-12-05T05:31:02.290Z Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
26622023-12-05T05:31:02.639Z Documenting num-bigint-dig v0.8.4
26632023-12-05T05:31:03.485Z Documenting pkcs1 v0.7.5
26642023-12-05T05:31:03.627Z Documenting packed_struct v0.10.1
26652023-12-05T05:31:05.293Z Documenting signature v2.1.0
26662023-12-05T05:31:08.635Z Documenting fxhash v0.2.1
26672023-12-05T05:31:10.132Z Documenting secrecy v0.8.0
26682023-12-05T05:31:10.590Z Documenting swrite v0.1.0
26692023-12-05T05:31:12.798Z Documenting bitfield v0.14.0
26702023-12-05T05:31:12.870Z Documenting utf-8 v0.7.6
26712023-12-05T05:31:14.478Z Documenting termcolor v1.2.0
26722023-12-05T05:31:16.535Z Documenting rsa v0.9.2
26732023-12-05T05:31:16.675Z Documenting serde-hex v0.1.0
26742023-12-05T05:31:17.293Z Documenting tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
26752023-12-05T05:31:17.757Z Documenting lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
26762023-12-05T05:31:18.871Z Documenting tungstenite v0.20.1
26772023-12-05T05:31:21.134Z Documenting env_logger v0.10.0
26782023-12-05T05:31:23.382Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
26792023-12-05T05:31:25.963Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
26802023-12-05T05:31:28.412Z Documenting newtype_derive v0.1.6
26812023-12-05T05:31:28.536Z Documenting x509-cert v0.2.4
26822023-12-05T05:31:29.270Z Documenting libsw v3.3.0
26832023-12-05T05:31:29.381Z Documenting pem v3.0.2
26842023-12-05T05:31:30.779Z Documenting ron v0.8.1
26852023-12-05T05:31:34.529Z Documenting derive-where v1.2.5
26862023-12-05T05:31:34.573Z Documenting owo-colors v3.5.0
26872023-12-05T05:31:35.317Z Documenting crc-any v2.4.3
26882023-12-05T05:31:36.727Z Documenting linear-map v1.2.0
26892023-12-05T05:31:37.543Z Documenting steno v0.4.0
26902023-12-05T05:31:38.040Z Documenting tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
26912023-12-05T05:31:40.080Z Documenting lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
26922023-12-05T05:31:41.154Z Documenting tokio-tungstenite v0.20.1
26932023-12-05T05:31:42.684Z Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
26942023-12-05T05:31:43.706Z Documenting internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
26952023-12-05T05:31:45.090Z Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
26962023-12-05T05:31:45.492Z Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client)
26972023-12-05T05:31:52.737Z Documenting itertools v0.12.0
26982023-12-05T05:31:53.125Z Documenting nibble_vec v0.1.0
26992023-12-05T05:31:54.044Z Documenting glob v0.3.1
27002023-12-05T05:31:56.793Z Documenting path-slash v0.1.5
27012023-12-05T05:31:59.634Z Documenting endian-type v0.1.2
27022023-12-05T05:32:00.540Z Documenting same-file v1.0.6
27032023-12-05T05:32:01.507Z Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
27042023-12-05T05:32:02.632Z Documenting hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84)
27052023-12-05T05:32:04.743Z Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
27062023-12-05T05:32:05.719Z Documenting radix_trie v0.2.1
27072023-12-05T05:32:07.349Z Documenting walkdir v2.4.0
27082023-12-05T05:32:11.792Z Documenting buf-list v1.0.3
27092023-12-05T05:32:12.016Z Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
27102023-12-05T05:32:12.480Z Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
27112023-12-05T05:32:14.323Z Checking darling_core v0.14.4
27122023-12-05T05:32:14.345Z Documenting trust-dns-client v0.22.0
27132023-12-05T05:32:17.580Z Checking darling v0.14.4
27142023-12-05T05:32:17.614Z Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
27152023-12-05T05:32:19.487Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
27162023-12-05T05:32:20.262Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
27172023-12-05T05:32:22.141Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
27182023-12-05T05:32:22.610Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27192023-12-05T05:32:28.532Z Documenting trust-dns-server v0.22.1
27202023-12-05T05:32:30.896Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
27212023-12-05T05:32:32.768Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
27222023-12-05T05:32:33.440Z Documenting sled v0.34.7
27232023-12-05T05:32:34.793Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27242023-12-05T05:32:35.938Z Documenting unicase v2.7.0
27252023-12-05T05:32:35.951Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
27262023-12-05T05:32:36.432Z Documenting globset v0.4.13
27272023-12-05T05:32:38.445Z Documenting crossbeam-deque v0.8.3
27282023-12-05T05:32:41.247Z Documenting headers-core v0.2.0
27292023-12-05T05:32:41.911Z Documenting olpc-cjson v0.1.3
27302023-12-05T05:32:41.935Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27312023-12-05T05:32:42.579Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
27322023-12-05T05:32:43.199Z Documenting serde_plain v1.0.2
27332023-12-05T05:32:43.556Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
27342023-12-05T05:32:44.395Z Documenting async-recursion v1.0.5
27352023-12-05T05:32:44.988Z Documenting display-error-chain v0.2.0
27362023-12-05T05:32:47.467Z Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
27372023-12-05T05:32:48.449Z Documenting pretty-hex v0.4.0
27382023-12-05T05:32:49.101Z Documenting typed-path v0.6.0
27392023-12-05T05:32:49.498Z Documenting headers v0.3.9
27402023-12-05T05:32:49.751Z Documenting rayon-core v1.12.0
27412023-12-05T05:32:50.832Z Documenting mime_guess v2.0.4
27422023-12-05T05:32:52.101Z Checking derive_builder_core v0.12.0
27432023-12-05T05:32:53.040Z Documenting derive_builder_core v0.12.0
27442023-12-05T05:32:53.645Z Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
27452023-12-05T05:32:53.648Z Documenting dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
27462023-12-05T05:32:56.584Z Checking ipcc-key-value v0.1.0 (/work/oxidecomputer/omicron/ipcc-key-value)
27472023-12-05T05:32:57.216Z Documenting tough v0.15.0
27482023-12-05T05:32:57.536Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
27492023-12-05T05:32:57.974Z Documenting universal-hash v0.5.1
27502023-12-05T05:32:58.228Z Documenting bcs v0.1.6
27512023-12-05T05:32:59.869Z Documenting kstat-rs v0.2.3
27522023-12-05T05:33:02.731Z Documenting thiserror-impl-no-std v2.0.2
27532023-12-05T05:33:04.614Z Documenting curve25519-dalek-derive v0.1.0
27542023-12-05T05:33:06.778Z Documenting highway v1.1.0
27552023-12-05T05:33:07.709Z Documenting opaque-debug v0.3.0
27562023-12-05T05:33:10.737Z Documenting thiserror-no-std v2.0.2
27572023-12-05T05:33:11.700Z Documenting curve25519-dalek v4.1.0
27582023-12-05T05:33:12.086Z Documenting poly1305 v0.8.0
27592023-12-05T05:33:12.892Z Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27602023-12-05T05:33:13.927Z Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
27612023-12-05T05:33:15.167Z Documenting derive_builder_macro v0.12.0
27622023-12-05T05:33:19.114Z Documenting rayon v1.8.0
27632023-12-05T05:33:19.819Z Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
27642023-12-05T05:33:22.081Z Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27652023-12-05T05:33:22.729Z Documenting ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
27662023-12-05T05:33:24.944Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
27672023-12-05T05:33:31.371Z Documenting mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client)
27682023-12-05T05:33:36.709Z Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
27692023-12-05T05:33:37.370Z Documenting propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=3e1d129151c3621d28ead5c6e5760693ba6e7fec#3e1d1291)
27702023-12-05T05:33:45.559Z Documenting portable-atomic v1.4.3
27712023-12-05T05:33:48.984Z Documenting ed25519 v1.5.3
27722023-12-05T05:33:51.783Z Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27732023-12-05T05:33:53.358Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
27742023-12-05T05:33:53.459Z Documenting crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=945f040d259ca8013d3fb26f510453da7cd7b1a6#945f040d)
27752023-12-05T05:33:55.231Z Documenting chacha20 v0.9.1
27762023-12-05T05:33:57.328Z Documenting aead v0.5.2
27772023-12-05T05:33:58.331Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
27782023-12-05T05:34:00.725Z Documenting ref-cast-impl v1.0.20
27792023-12-05T05:34:02.378Z Documenting vte_generate_state_changes v0.1.1
27802023-12-05T05:34:02.978Z Documenting cassowary v0.3.0
27812023-12-05T05:34:02.990Z Documenting number_prefix v0.4.0
27822023-12-05T05:34:07.027Z Documenting chacha20poly1305 v0.10.1
27832023-12-05T05:34:08.500Z Documenting vte v0.11.1
27842023-12-05T05:34:08.892Z Documenting indicatif v0.17.7
27852023-12-05T05:34:09.180Z Documenting ref-cast v1.0.20
27862023-12-05T05:34:09.561Z Documenting ratatui v0.23.0
27872023-12-05T05:34:11.480Z Documenting salty v0.2.0
27882023-12-05T05:34:13.888Z Documenting derive_builder v0.12.0
27892023-12-05T05:34:15.340Z Documenting vsss-rs v3.3.1
27902023-12-05T05:34:17.130Z Documenting fs-err v2.11.0
27912023-12-05T05:34:18.360Z Documenting polar-core v0.27.0
27922023-12-05T05:34:21.093Z Documenting hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a)
27932023-12-05T05:34:21.103Z Documenting nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d)
27942023-12-05T05:34:21.196Z Documenting libxml v0.3.3
27952023-12-05T05:34:23.347Z Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
27962023-12-05T05:34:26.626Z Documenting ipcc-key-value v0.1.0 (/work/oxidecomputer/omicron/ipcc-key-value)
27972023-12-05T05:34:27.641Z Documenting tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
27982023-12-05T05:34:27.993Z Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
27992023-12-05T05:34:31.140Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28002023-12-05T05:34:31.580Z Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
28012023-12-05T05:34:32.072Z Documenting bb8 v0.8.1
28022023-12-05T05:34:32.881Z Documenting bytesize v1.3.0
28032023-12-05T05:34:34.139Z Documenting quick-xml v0.23.1
28042023-12-05T05:34:39.878Z Documenting serde-big-array v0.5.1
28052023-12-05T05:34:40.451Z Documenting rtoolbox v0.0.1
28062023-12-05T05:34:41.529Z Documenting impl-trait-for-tuples v0.2.2
28072023-12-05T05:34:41.636Z Documenting oso-derive v0.27.0
28082023-12-05T05:34:46.472Z Documenting unicode-linebreak v0.1.5
28092023-12-05T05:34:46.854Z Documenting maplit v1.0.2
28102023-12-05T05:34:48.462Z Documenting is_ci v1.1.1
28112023-12-05T05:34:48.543Z Documenting http-range v0.1.5
28122023-12-05T05:34:48.938Z Documenting smawk v0.3.1
28132023-12-05T05:34:50.751Z Documenting humantime v2.1.0
28142023-12-05T05:34:52.549Z Documenting oso v0.27.0
28152023-12-05T05:34:54.200Z Documenting supports-color v2.1.0
28162023-12-05T05:34:54.530Z Documenting hyper-staticfile v0.9.5
28172023-12-05T05:34:55.212Z Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
28182023-12-05T05:34:55.497Z Documenting textwrap v0.16.0
28192023-12-05T05:34:56.660Z Documenting rpassword v7.3.1
28202023-12-05T05:34:57.542Z Documenting gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
28212023-12-05T05:35:01.039Z Documenting samael v0.0.10 (https://github.com/njaremko/samael?branch=master#52028e45)
28222023-12-05T05:35:02.014Z Documenting async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=1446f7e0c1f05f33a0581abd51fa873c7652ab61#1446f7e0)
28232023-12-05T05:35:02.465Z Documenting tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
28242023-12-05T05:35:03.397Z Documenting sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef)
28252023-12-05T05:35:05.295Z Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
28262023-12-05T05:35:11.103Z Documenting tui-tree-widget v0.13.0
28272023-12-05T05:35:14.834Z Documenting strip-ansi-escapes v0.2.0
28282023-12-05T05:35:20.016Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
28292023-12-05T05:35:21.271Z Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
28302023-12-05T05:35:21.347Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
28312023-12-05T05:35:23.903Z Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
28322023-12-05T05:35:25.230Z Documenting diesel-dtrace v0.2.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#c1252df7)
28332023-12-05T05:35:27.108Z Documenting cookie v0.18.0
28342023-12-05T05:35:30.617Z Documenting rcgen v0.11.3
28352023-12-05T05:35:34.427Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
28362023-12-05T05:35:35.031Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
28372023-12-05T05:35:35.946Z Documenting atomicwrites v0.4.2
28382023-12-05T05:35:36.110Z Documenting signal-hook-tokio v0.3.1
28392023-12-05T05:35:38.076Z Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
28402023-12-05T05:35:41.070Z Documenting fd-lock v3.0.13
28412023-12-05T05:35:42.788Z Documenting subprocess v0.2.9
28422023-12-05T05:35:43.747Z Documenting shell-words v1.1.0
28432023-12-05T05:35:45.714Z Documenting corncobs v0.1.3
28442023-12-05T05:35:46.704Z Documenting nu-ansi-term v0.49.0
28452023-12-05T05:35:47.984Z Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
28462023-12-05T05:35:49.615Z Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
28472023-12-05T05:35:49.793Z Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
28482023-12-05T05:35:50.084Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
28492023-12-05T05:35:50.435Z Documenting sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef)
28502023-12-05T05:35:52.082Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
28512023-12-05T05:35:52.997Z Documenting reedline v0.26.0
28522023-12-05T05:35:57.886Z Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
28532023-12-05T05:36:01.021Z Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
28542023-12-05T05:36:04.842Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
28552023-12-05T05:36:07.626Z Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
28562023-12-05T05:36:21.820Z Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
28572023-12-05T05:36:24.129Z Documenting crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=945f040d259ca8013d3fb26f510453da7cd7b1a6#945f040d)
28582023-12-05T05:36:34.904Z Documenting fatfs v0.3.6
28592023-12-05T05:36:39.523Z Documenting nanorand v0.7.0
28602023-12-05T05:36:40.539Z Documenting assert_matches v1.5.0
28612023-12-05T05:36:42.847Z Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
28622023-12-05T05:36:43.089Z Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
28632023-12-05T05:36:45.003Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
28642023-12-05T05:36:45.824Z Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
28652023-12-05T05:36:45.895Z Documenting flume v0.11.0
28662023-12-05T05:36:48.590Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
28672023-12-05T05:36:50.131Z Documenting installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client)
28682023-12-05T05:36:52.810Z Documenting installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd)
28692023-12-05T05:36:54.779Z Documenting omicron-zone-package v0.9.1
28702023-12-05T05:37:06.286Zwarning: unresolved link to `propolis_client::api::InstanceStateMonitorResponse`
28712023-12-05T05:37:06.286Z --> sled-agent/src/sim/instance.rs:46:7
28722023-12-05T05:37:06.286Z |
28732023-12-05T05:37:06.286Z46 | /// [`propolis_client::api::InstanceStateMonitorResponse`]. Transition requests
28742023-12-05T05:37:06.286Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `api` in module `propolis_client`
28752023-12-05T05:37:06.286Z |
28762023-12-05T05:37:06.286Z = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default
28772023-12-05T05:37:06.286Z
28782023-12-05T05:37:10.701Zwarning: `omicron-sled-agent` (lib doc) generated 1 warning
28792023-12-05T05:37:10.729Z Checking installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client)
28802023-12-05T05:37:11.381Z Checking installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd)
28812023-12-05T05:37:12.129Z Documenting termios v0.3.3
28822023-12-05T05:37:12.634Z Documenting topological-sort v0.2.2
28832023-12-05T05:37:13.378Z Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
28842023-12-05T05:37:18.432Z Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
28852023-12-05T05:37:19.617Z Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
28862023-12-05T05:37:26.372Z Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
28872023-12-05T05:37:27.115Z Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
28882023-12-05T05:38:00.954Z Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
28892023-12-05T05:38:13.163Z Documenting tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
28902023-12-05T05:38:27.008Z Documenting caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util)
28912023-12-05T05:38:31.114Z Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli)
28922023-12-05T05:38:32.382Z Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
28932023-12-05T05:38:33.098Z Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
28942023-12-05T05:38:51.497Z Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28952023-12-05T05:39:46.982Zwarning: unresolved link to `VolumeConstructionRequest`
28962023-12-05T05:39:46.982Z --> nexus/src/app/sagas/volume_delete.rs:338:7
28972023-12-05T05:39:46.982Z |
28982023-12-05T05:39:46.982Z338 | /// [`VolumeConstructionRequest`] is shown here):
28992023-12-05T05:39:46.982Z | ^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `VolumeConstructionRequest` in scope
29002023-12-05T05:39:46.982Z |
29012023-12-05T05:39:46.982Z = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
29022023-12-05T05:39:46.982Z = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default
29032023-12-05T05:39:46.982Z
29042023-12-05T05:39:46.986Zwarning: unresolved link to `fd00:1122:3344:101::5`
29052023-12-05T05:39:46.986Z --> nexus/src/app/sagas/volume_delete.rs:348:17
29062023-12-05T05:39:46.986Z |
29072023-12-05T05:39:46.986Z348 | /// "[fd00:1122:3344:101::5]:1000",
29082023-12-05T05:39:46.986Z | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:101` in scope
29092023-12-05T05:39:46.986Z
29102023-12-05T05:39:46.986Zwarning: unresolved link to `fd00:1122:3344:102::9`
29112023-12-05T05:39:46.986Z --> nexus/src/app/sagas/volume_delete.rs:349:17
29122023-12-05T05:39:46.986Z |
29132023-12-05T05:39:46.986Z349 | /// "[fd00:1122:3344:102::9]:1000",
29142023-12-05T05:39:46.986Z | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:102` in scope
29152023-12-05T05:39:46.986Z
29162023-12-05T05:39:46.986Zwarning: unresolved link to `fd00:1122:3344:103::2`
29172023-12-05T05:39:46.986Z --> nexus/src/app/sagas/volume_delete.rs:350:17
29182023-12-05T05:39:46.987Z |
29192023-12-05T05:39:46.987Z350 | /// "[fd00:1122:3344:103::2]:1000"
29202023-12-05T05:39:46.987Z | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:103` in scope
29212023-12-05T05:39:46.987Z
29222023-12-05T05:39:46.987Zwarning: unresolved link to `fd00:1122:3344:101::5`
29232023-12-05T05:39:46.987Z --> nexus/src/app/sagas/volume_delete.rs:369:17
29242023-12-05T05:39:46.987Z |
29252023-12-05T05:39:46.987Z369 | /// "[fd00:1122:3344:101::5]:1001", <-- port changed
29262023-12-05T05:39:46.987Z | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:101` in scope
29272023-12-05T05:39:46.987Z
29282023-12-05T05:39:46.987Zwarning: unresolved link to `fd00:1122:3344:102::9`
29292023-12-05T05:39:46.987Z --> nexus/src/app/sagas/volume_delete.rs:370:17
29302023-12-05T05:39:46.987Z |
29312023-12-05T05:39:46.987Z370 | /// "[fd00:1122:3344:102::9]:1001", <-- port changed
29322023-12-05T05:39:46.987Z | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:102` in scope
29332023-12-05T05:39:46.987Z
29342023-12-05T05:39:46.987Zwarning: unresolved link to `fd00:1122:3344:103::2`
29352023-12-05T05:39:46.987Z --> nexus/src/app/sagas/volume_delete.rs:371:17
29362023-12-05T05:39:46.987Z |
29372023-12-05T05:39:46.987Z371 | /// "[fd00:1122:3344:103::2]:1001" <-- port changed
29382023-12-05T05:39:46.987Z | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:103` in scope
29392023-12-05T05:39:46.987Z
29402023-12-05T05:39:50.390Zwarning: `omicron-nexus` (lib doc) generated 7 warnings
29412023-12-05T05:40:22.621Z Finished dev [unoptimized + debuginfo] target(s) in 16m 05s
29422023-12-05T05:40:22.738Z
29432023-12-05T05:40:22.744Zreal 16:05.977726434
29442023-12-05T05:40:22.744Zuser 54:53.401294779
29452023-12-05T05:40:22.744Zsys 1:00:16.223874232
29462023-12-05T05:40:22.744Ztrap 1.920084870
29472023-12-05T05:40:22.744Ztflt 0.661514627
29482023-12-05T05:40:22.744Zdflt 0.561416842
29492023-12-05T05:40:22.745Zkflt 0.000268495
29502023-12-05T05:40:22.745Zlock 3:14:41.334161579
29512023-12-05T05:40:22.745Zslp 4:09:12.553699686
29522023-12-05T05:40:22.745Zlat 5:21.265050438
29532023-12-05T05:40:22.745Zstop 1:36.745587722
29542023-12-05T05:40:22.745Zprocess exited: duration 1820838 ms, exit code 0
 
29552023-12-05T05:40:22.755Zfound 0 output files