01HQ4GA6T66N3CBQVYS9TF7006: 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: 01HQ4GAN0M9ZH7NDJFR2Z759WP

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12024-02-21T00:17:43.069Zjob assigned to worker 01HQ4GAZSAXRANCKD6W17W7H23 (queued for 1 m 16 s)
 
22024-02-21T00:17:43.463Zstarting task 0: "setup"
32024-02-21T00:17:43.572Z++ uname -s
42024-02-21T00:17:43.601Z+ kern=SunOS
52024-02-21T00:17:43.601Z+ case "$kern" in
62024-02-21T00:17:43.601Z+ groupadd -g 12345 build
72024-02-21T00:17:43.601Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-02-21T00:17:51.274Z+ zfs create -o mountpoint=/work rpool/work
92024-02-21T00:17:51.705Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-02-21T00:17:51.705Z+ home_fs=zfs
112024-02-21T00:17:51.705Z+ [[ zfs == autofs ]]
122024-02-21T00:17:51.705Z+ mkdir -p /home/build
132024-02-21T00:17:51.705Z+ chown build:build /home/build /work
142024-02-21T00:17:51.705Z+ chmod 0700 /home/build /work
152024-02-21T00:17:51.705Zprocess exited: duration 4219 ms, exit code 0
 
162024-02-21T00:17:51.715Zstarting task 1: "rust-toolchain"
172024-02-21T00:17:51.744Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
182024-02-21T00:17:51.744Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default
192024-02-21T00:17:51.842Zinfo: downloading installer
202024-02-21T00:17:53.459Zwarning: it looks like you have an existing installation of Rust at:
212024-02-21T00:17:53.459Zwarning: /opt/ooce/bin
222024-02-21T00:17:53.460Zwarning: It is recommended that rustup be the primary Rust installation.
232024-02-21T00:17:53.460Zwarning: Otherwise you may have confusion unless you are careful with your PATH
242024-02-21T00:17:53.460Zwarning: If you are sure that you want both rustup and your already installed Rust
252024-02-21T00:17:53.460Zwarning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
262024-02-21T00:17:53.460Zwarning: or pass `-y' to ignore all ignorable checks.
272024-02-21T00:17:53.460Zerror: cannot install while Rust is installed
282024-02-21T00:17:53.460Zwarning: continuing (because the -y flag is set and the error is ignorable)
292024-02-21T00:17:53.798Zinfo: profile set to 'default'
302024-02-21T00:17:53.798Zinfo: default host triple is x86_64-unknown-illumos
312024-02-21T00:17:53.810Zinfo: syncing channel updates for '1.72.1-x86_64-unknown-illumos'
322024-02-21T00:17:53.957Zinfo: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13)
332024-02-21T00:17:53.957Zinfo: downloading component 'cargo'
342024-02-21T00:17:54.675Zinfo: downloading component 'clippy'
352024-02-21T00:17:54.952Zinfo: downloading component 'rust-docs'
362024-02-21T00:17:55.849Zinfo: downloading component 'rust-std'
372024-02-21T00:17:57.468Zinfo: downloading component 'rustc'
382024-02-21T00:18:02.693Zinfo: downloading component 'rustfmt'
392024-02-21T00:18:02.928Zinfo: installing component 'cargo'
402024-02-21T00:18:03.934Zinfo: installing component 'clippy'
412024-02-21T00:18:04.378Zinfo: installing component 'rust-docs'
422024-02-21T00:18:05.937Zinfo: installing component 'rust-std'
432024-02-21T00:18:08.020Zinfo: installing component 'rustc'
442024-02-21T00:18:13.085Zinfo: installing component 'rustfmt'
452024-02-21T00:18:13.905Zinfo: default toolchain set to '1.72.1-x86_64-unknown-illumos'
462024-02-21T00:18:13.905Z
472024-02-21T00:18:13.905Z 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13)
482024-02-21T00:18:13.905Z
492024-02-21T00:18:13.905Z
502024-02-21T00:18:13.905ZRust is installed now. Great!
512024-02-21T00:18:13.905Z
522024-02-21T00:18:13.905ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
532024-02-21T00:18:13.905Zenvironment variable. This has not been done automatically.
542024-02-21T00:18:13.905Z
552024-02-21T00:18:13.905ZTo configure your current shell, run:
562024-02-21T00:18:13.906Zsource "$HOME/.cargo/env"
572024-02-21T00:18:13.906Z+ rustc --version
582024-02-21T00:18:13.967Zrustc 1.72.1 (d5c2e9c34 2023-09-13)
592024-02-21T00:18:13.985Zprocess exited: duration 22246 ms, exit code 0
 
602024-02-21T00:18:14.022Zstarting task 2: "authentication"
612024-02-21T00:18:14.466Zprocess exited: duration 39 ms, exit code 0
 
622024-02-21T00:18:14.492Zstarting task 3: "clone repository"
632024-02-21T00:18:14.500Z+ mkdir -p /work/oxidecomputer/omicron
642024-02-21T00:18:14.500Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
652024-02-21T00:18:15.246ZCloning into '/work/oxidecomputer/omicron'...
662024-02-21T00:18:21.242Z+ cd /work/oxidecomputer/omicron
672024-02-21T00:18:21.242Z+ git fetch origin 8ba348d1d3bb973a6dd6fd810a14b756837826b2
682024-02-21T00:18:21.746ZFrom https://github.com/oxidecomputer/omicron
692024-02-21T00:18:21.747Z * branch 8ba348d1d3bb973a6dd6fd810a14b756837826b2 -> FETCH_HEAD
702024-02-21T00:18:22.222Z+ [[ -n '' ]]
712024-02-21T00:18:22.222Z+ git reset --hard 8ba348d1d3bb973a6dd6fd810a14b756837826b2
722024-02-21T00:18:22.222ZHEAD is now at 8ba348d1d address comment
732024-02-21T00:18:22.222Zprocess exited: duration 7294 ms, exit code 0
 
742024-02-21T00:18:22.234Zstarting task 4: "build"
752024-02-21T00:18:22.239Z+ cargo --version
762024-02-21T00:18:22.244Zinfo: syncing channel updates for '1.74.1-x86_64-unknown-illumos'
772024-02-21T00:18:22.442Zinfo: latest update on 2023-12-07, rust version 1.74.1 (a28077b28 2023-12-04)
782024-02-21T00:18:22.442Zinfo: downloading component 'cargo'
792024-02-21T00:18:23.440Zinfo: downloading component 'clippy'
802024-02-21T00:18:23.893Zinfo: downloading component 'rust-docs'
812024-02-21T00:18:25.087Zinfo: downloading component 'rust-std'
822024-02-21T00:18:27.766Zinfo: downloading component 'rustc'
832024-02-21T00:18:31.552Zinfo: downloading component 'rustfmt'
842024-02-21T00:18:31.761Zinfo: installing component 'cargo'
852024-02-21T00:18:32.704Zinfo: installing component 'clippy'
862024-02-21T00:18:33.081Zinfo: installing component 'rust-docs'
872024-02-21T00:18:34.694Zinfo: installing component 'rust-std'
882024-02-21T00:18:36.437Zinfo: installing component 'rustc'
892024-02-21T00:18:40.764Zinfo: installing component 'rustfmt'
902024-02-21T00:18:41.161Zcargo 1.74.1 (ecb9851af 2023-10-18)
912024-02-21T00:18:41.171Z+ rustc --version
922024-02-21T00:18:41.247Zrustc 1.74.1 (a28077b28 2023-12-04)
932024-02-21T00:18:41.255Z+ source ./env.sh
942024-02-21T00:18:41.255Z++ set -o xtrace
952024-02-21T00:18:41.255Z++++ dirname ./env.sh
962024-02-21T00:18:41.284Z+++ cd .
972024-02-21T00:18:41.294Z+++ echo /work/oxidecomputer/omicron
982024-02-21T00:18:41.294Z++ OMICRON_WS=/work/oxidecomputer/omicron
992024-02-21T00:18:41.294Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1002024-02-21T00:18:41.295Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1012024-02-21T00:18:41.295Z++ 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
1022024-02-21T00:18:41.295Z++ 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
1032024-02-21T00:18:41.295Z++ 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
1042024-02-21T00:18:41.295Z++ 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
1052024-02-21T00:18:41.295Z++ 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
1062024-02-21T00:18:41.296Z++ 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
1072024-02-21T00:18:41.296Z++ unset OMICRON_WS
1082024-02-21T00:18:41.296Z++ set +o xtrace
1092024-02-21T00:18:41.348Z
1102024-02-21T00:18:41.349Z ##### ##### ###### ##### ###### #### # # # #### #
1112024-02-21T00:18:41.349Z # # # # # # # # # # # # # # #
1122024-02-21T00:18:41.349Z # # # # ##### # # ##### # # # # # #### #
1132024-02-21T00:18:41.349Z ##### ##### # ##### # # # # # # # # #
1142024-02-21T00:18:41.349Z # # # # # # # # # # # # # # #
1152024-02-21T00:18:41.350Z # # # ###### # # ###### ### # #### # #### #
1162024-02-21T00:18:41.350Z
1172024-02-21T00:18:50.884Z Startup: Refreshing catalog 'helios-dev' ... Done
1182024-02-21T00:18:52.149Z Startup: Caching catalogs ... Done
1192024-02-21T00:18:53.747ZPlanning: Solver setup ... Done (1.200s)
1202024-02-21T00:18:53.780ZPlanning: Running solver ... Done (0.030s)
1212024-02-21T00:18:54.080ZPlanning: Finding local manifests ... Done (0.270s)
1222024-02-21T00:18:54.171ZPlanning: Fetching manifests: 0/4 0% complete
1232024-02-21T00:18:54.848ZPlanning: Fetching manifests: 4/4 100% complete
1242024-02-21T00:18:54.874ZPlanning: Package planning ... Done (0.051s)
1252024-02-21T00:18:54.925ZPlanning: Merging actions ... Done (0.052s)
1262024-02-21T00:18:55.951ZPlanning: Checking for conflicting actions ... Done (1.034s)
1272024-02-21T00:18:55.964ZPlanning: Consolidating action changes ... Done (0.012s)
1282024-02-21T00:19:00.247ZPlanning: Evaluating mediators ... Done (4.269s)
1292024-02-21T00:19:00.263ZPlanning: Planning completed in 8.04 seconds
1302024-02-21T00:19:00.285Z Packages to install: 4
1312024-02-21T00:19:00.285Z Mediators to change: 2
1322024-02-21T00:19:00.285Z Services to change: 1
1332024-02-21T00:19:00.286Z Estimated space available: 148.87 GB
1342024-02-21T00:19:00.286ZEstimated space to be consumed: 1.41 GB
1352024-02-21T00:19:00.286Z Create boot environment: No
1362024-02-21T00:19:00.286ZCreate backup boot environment: No
1372024-02-21T00:19:00.286Z Rebuild boot archive: No
1382024-02-21T00:19:00.287Z
1392024-02-21T00:19:00.287ZChanged mediators:
1402024-02-21T00:19:00.287Z mediator clang:
1412024-02-21T00:19:00.287Z version: None -> 15 (system default)
1422024-02-21T00:19:00.287Z
1432024-02-21T00:19:00.288Z mediator llvm:
1442024-02-21T00:19:00.288Z version: 14 (system default) -> 15 (system default)
1452024-02-21T00:19:00.288Z
1462024-02-21T00:19:00.288ZChanged packages:
1472024-02-21T00:19:00.288Zhelios-dev
1482024-02-21T00:19:00.288Z developer/build-essential
1492024-02-21T00:19:00.289Z None -> 11-2.0
1502024-02-21T00:19:00.289Z library/libxmlsec1
1512024-02-21T00:19:00.289Z None -> 1.2.35-2.0
1522024-02-21T00:19:00.289Z ooce/developer/clang-15
1532024-02-21T00:19:00.290Z None -> 15.0.7-2.0
1542024-02-21T00:19:00.290Z ooce/developer/llvm-15
1552024-02-21T00:19:00.290Z None -> 15.0.7-2.0
1562024-02-21T00:19:00.290Z
1572024-02-21T00:19:00.290ZServices:
1582024-02-21T00:19:00.291Z restart_fmri:
1592024-02-21T00:19:00.291Z svc:/system/update-man-index:default
1602024-02-21T00:19:00.552Z
1612024-02-21T00:19:00.552ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1622024-02-21T00:19:05.567ZDownload: 586/3290 items 17.5/212.6MB 8% complete (3.6M/s)
1632024-02-21T00:19:11.081ZDownload: 1196/3290 items 83.0/212.6MB 39% complete (8.8M/s)
1642024-02-21T00:19:16.083ZDownload: 1565/3290 items 117.6/212.6MB 55% complete (10.0M/s)
1652024-02-21T00:19:21.087ZDownload: 2231/3290 items 119.3/212.6MB 56% complete (3.6M/s)
1662024-02-21T00:19:26.414ZDownload: 3247/3290 items 198.3/212.6MB 93% complete (8.2M/s)
1672024-02-21T00:19:30.249ZDownload: Completed 212.60 MB in 29.69 seconds (7.2M/s)
1682024-02-21T00:19:30.494Z Actions: 1/3689 actions (Installing new actions)
1692024-02-21T00:19:35.537Z Actions: 3592/3689 actions (Installing new actions)
1702024-02-21T00:19:35.951Z Actions: Completed 3689 actions in 5.48 seconds.
1712024-02-21T00:19:36.142Z Done (0.182s)
1722024-02-21T00:19:36.142Z Done (0.000s)
1732024-02-21T00:19:36.371Z Done (0.226s)
1742024-02-21T00:19:42.530Z Done (6.028s)
1752024-02-21T00:19:43.037Z Done (0.170s)
1762024-02-21T00:19:43.037Z Done (0.000s)
1772024-02-21T00:19:43.037Z Done (0.000s)
1782024-02-21T00:19:43.538ZPlanning: Evaluating mediator changes ... Done
1792024-02-21T00:19:43.690ZPlanning: Checking for conflicting actions ... Done
1802024-02-21T00:19:43.694ZPlanning: Consolidating action changes ... Done
1812024-02-21T00:19:43.978ZPlanning: Evaluating mediators ... Done
1822024-02-21T00:19:44.458ZPlanning: Planning completed in 0.45 seconds
1832024-02-21T00:19:44.459Z Mediators to change: 2
1842024-02-21T00:19:44.459Z Create boot environment: No
1852024-02-21T00:19:44.459ZCreate backup boot environment: No
1862024-02-21T00:19:44.459Z Done
1872024-02-21T00:19:44.459Z Done
1882024-02-21T00:19:44.459Z Done
1892024-02-21T00:19:48.212Z Done
1902024-02-21T00:19:48.299Z Done
1912024-02-21T00:19:48.307Z Done
1922024-02-21T00:19:48.457Z Done
1932024-02-21T00:19:49.121ZPlanning: Evaluating mediator changes ... Done
1942024-02-21T00:19:49.145ZPlanning: Merging actions ... Done
1952024-02-21T00:19:49.312ZPlanning: Checking for conflicting actions ... Done
1962024-02-21T00:19:49.317ZPlanning: Consolidating action changes ... Done
1972024-02-21T00:19:49.677ZPlanning: Evaluating mediators ... Done
1982024-02-21T00:19:51.055ZPlanning: Planning completed in 0.82 seconds
1992024-02-21T00:19:51.055Z Packages to change: 1
2002024-02-21T00:19:51.055Z Mediators to change: 1
2012024-02-21T00:19:51.055Z Services to change: 1
2022024-02-21T00:19:51.055Z Create boot environment: No
2032024-02-21T00:19:51.055ZCreate backup boot environment: Yes
2042024-02-21T00:19:51.599Z Actions: 1/6 actions (Updating modified actions)
2052024-02-21T00:19:51.620Z Actions: Completed 6 actions in 0.03 seconds.
2062024-02-21T00:19:51.640Z Done
2072024-02-21T00:19:51.640Z Done
2082024-02-21T00:19:51.680Z Done
2092024-02-21T00:19:55.727Z Done
2102024-02-21T00:19:55.833Z Done
2112024-02-21T00:19:55.851Z Done
2122024-02-21T00:19:55.978Z Done
2132024-02-21T00:19:56.463ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2142024-02-21T00:19:56.463Zclang system 15 system
2152024-02-21T00:19:56.463Zcsh system system illumos
2162024-02-21T00:19:56.463Zctags system system illumos
2172024-02-21T00:19:56.463Zgcc vendor 12 vendor
2182024-02-21T00:19:56.463Zgcc system 10 system
2192024-02-21T00:19:56.464Zgcc system 7 system
2202024-02-21T00:19:56.464Zgo system 1.20 system
2212024-02-21T00:19:56.464Zgo system 1.19 system
2222024-02-21T00:19:56.464Zllvm system 15 system
2232024-02-21T00:19:56.464Zllvm system 14 system
2242024-02-21T00:19:56.464Zmariadb system 10.6 system
2252024-02-21T00:19:56.464Zmta vendor vendor dma
2262024-02-21T00:19:56.464Zopenjdk system 17 system
2272024-02-21T00:19:56.464Zopenjdk system 11 system
2282024-02-21T00:19:56.464Zopenjdk system 1.8 system
2292024-02-21T00:19:56.464Zopenssl vendor 3 vendor
2302024-02-21T00:19:56.464Zperl system 5.36 system
2312024-02-21T00:19:56.464Zpostgresql system 15 system
2322024-02-21T00:19:56.464Zpostgresql system 13 system
2332024-02-21T00:19:56.464Zpython vendor 3 vendor
2342024-02-21T00:19:56.464Zpython system 2 system
2352024-02-21T00:19:56.464Zpython3 system 3.11 system
2362024-02-21T00:19:56.464Zruby system 3.0 system
2372024-02-21T00:19:56.464Zwords vendor vendor american-english
2382024-02-21T00:19:56.464Zwords system system australian-english
2392024-02-21T00:19:56.464Zwords system system british-english
2402024-02-21T00:19:56.464Zwords system system canadian-english
2412024-02-21T00:19:56.464Zwords system system french
2422024-02-21T00:19:56.464Zwords system system italian
2432024-02-21T00:19:56.464Zwords system system ngerman
2442024-02-21T00:19:56.465Zwords system system ogerman
2452024-02-21T00:19:56.465Zwords system system spanish
2462024-02-21T00:19:56.831ZFMRI IFO
2472024-02-21T00:19:56.831Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2482024-02-21T00:19:56.831Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2492024-02-21T00:19:56.831Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2502024-02-21T00:19:56.831Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2512024-02-21T00:19:56.831Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2522024-02-21T00:19:56.831Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i--
2532024-02-21T00:19:56.832Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i--
2542024-02-21T00:19:56.832Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i--
2552024-02-21T00:19:56.889Z+ set -o errexit
2562024-02-21T00:19:56.893Z+++ dirname ./tools/ci_download_cockroachdb
2572024-02-21T00:19:56.893Z++ cd ./tools
2582024-02-21T00:19:56.893Z++ pwd
2592024-02-21T00:19:56.897Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
2602024-02-21T00:19:56.897Z++ basename ./tools/ci_download_cockroachdb
2612024-02-21T00:19:56.897Z+ ARG0=ci_download_cockroachdb
2622024-02-21T00:19:56.897Z++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version
2632024-02-21T00:19:56.902Z+ CIDL_VERSION=v22.1.9
2642024-02-21T00:19:56.903Z+ source /work/oxidecomputer/omicron/tools/cockroachdb_checksums
2652024-02-21T00:19:56.903Z++ CIDL_SHA256_DARWIN=1ca69e0911af11a73305c3c6f4650b912d70754900b5bf7b80a1d361efe36561
2662024-02-21T00:19:56.903Z++ CIDL_SHA256_LINUX=24c321820e7ee45fa07fe91ac138befe13ad860e41c6ed595ce58823205ff4a9
2672024-02-21T00:19:56.903Z++ CIDL_SHA256_ILLUMOS=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088
2682024-02-21T00:19:56.903Z+ TARGET_DIR=out
2692024-02-21T00:19:56.903Z+ DOWNLOAD_DIR=out/downloads
2702024-02-21T00:19:56.903Z+ DEST_DIR=./out/cockroachdb
2712024-02-21T00:19:56.903Z+ CIDL_URL_COCKROACH=https://binaries.cockroachdb.com
2722024-02-21T00:19:56.903Z+ CIDL_URL_ILLUMOS=https://illumos.org/downloads
2732024-02-21T00:19:56.903Z+ main
2742024-02-21T00:19:56.903Z+ [[ 0 != 0 ]]
2752024-02-21T00:19:56.903Z+ CIDL_OS=solaris2.11
2762024-02-21T00:19:56.903Z+ [[ 0 != 0 ]]
2772024-02-21T00:19:56.903Z+ configure_os solaris2.11
2782024-02-21T00:19:56.903Z+ echo 'current directory: /work/oxidecomputer/omicron'
2792024-02-21T00:19:56.903Zcurrent directory: /work/oxidecomputer/omicron
2802024-02-21T00:19:56.903Z+ echo 'configuring based on OS: "solaris2.11"'
2812024-02-21T00:19:56.903Zconfiguring based on OS: "solaris2.11"
2822024-02-21T00:19:56.903Z+ case "$1" in
2832024-02-21T00:19:56.904Z+ CIDL_BUILD=illumos
2842024-02-21T00:19:56.904Z+ CIDL_SUFFIX=tar.gz
2852024-02-21T00:19:56.904Z+ CIDL_SHA256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088
2862024-02-21T00:19:56.904Z+ CIDL_URL_BASE=https://illumos.org/downloads
2872024-02-21T00:19:56.904Z+ CIDL_ASSEMBLE=do_assemble_illumos
2882024-02-21T00:19:56.904Z+ TARBALL_DIRNAME=cockroach-v22.1.9.illumos
2892024-02-21T00:19:56.904Z+ TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz
2902024-02-21T00:19:56.904Z+ TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz
2912024-02-21T00:19:56.904Z+ TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos
2922024-02-21T00:19:56.904Z+ CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz
2932024-02-21T00:19:56.904Z+ CIDL_SHA256FUNC=do_sha256sum
2942024-02-21T00:19:56.904Z+ echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz'
2952024-02-21T00:19:56.904Z+ echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz'
2962024-02-21T00:19:56.904ZURL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz
2972024-02-21T00:19:56.904ZLocal file: out/downloads/cockroach-v22.1.9.illumos.tar.gz
2982024-02-21T00:19:56.904Z+ mkdir -p out/downloads
2992024-02-21T00:19:56.904Z+ mkdir -p ./out/cockroachdb
3002024-02-21T00:19:56.908Z+ local DO_DOWNLOAD=true
3012024-02-21T00:19:56.908Z+ [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]]
3022024-02-21T00:19:56.908Z+ '[' true == true ']'
3032024-02-21T00:19:56.908Z+ echo Downloading...
3042024-02-21T00:19:56.908ZDownloading...
3052024-02-21T00:19:56.908Z+ do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz
3062024-02-21T00:19:56.908Z+ 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
3072024-02-21T00:20:05.644Z++ do_sha256sum out/downloads/cockroach-v22.1.9.illumos.tar.gz
3082024-02-21T00:20:06.671Z++ sha256sum
3092024-02-21T00:20:06.671Z++ awk '{print $1}'
3102024-02-21T00:20:06.684Z+ calculated_sha256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088
3112024-02-21T00:20:06.684Z+ [[ f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 != \f\1\5\1\7\1\4\b\a\3\a\6\e\0\2\c\a\a\a\a\5\9\7\2\7\4\8\2\c\3\6\0\8\5\e\6\0\d\6\b\d\2\f\a\9\6\3\9\3\8\e\9\a\3\d\8\c\8\a\7\7\0\8\8 ]]
3122024-02-21T00:20:06.684Z+ do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz
3132024-02-21T00:20:06.685Z+ tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads
3142024-02-21T00:20:07.964Z+ do_assemble_illumos
3152024-02-21T00:20:07.965Z+ rm -r ./out/cockroachdb
3162024-02-21T00:20:07.978Z+ cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb
3172024-02-21T00:20:08.366Z+ ./out/cockroachdb/bin/cockroach version
3182024-02-21T00:20:09.089ZBuild Tag: v22.1.9-dirty
3192024-02-21T00:20:09.089ZBuild Time: 2022/10/26 21:17:46
3202024-02-21T00:20:09.090ZDistribution: OSS
3212024-02-21T00:20:09.090ZPlatform: illumos amd64 (x86_64-pc-solaris2.11)
3222024-02-21T00:20:09.090ZGo Version: go1.17.13
3232024-02-21T00:20:09.090ZC Compiler: gcc 10.3.0
3242024-02-21T00:20:09.090ZBuild Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493
3252024-02-21T00:20:09.090ZBuild Type: release
3262024-02-21T00:20:09.090Z+ set -o errexit
3272024-02-21T00:20:09.090Z+++ dirname ./tools/ci_download_clickhouse
3282024-02-21T00:20:09.090Z++ cd ./tools
3292024-02-21T00:20:09.091Z++ pwd
3302024-02-21T00:20:09.091Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
3312024-02-21T00:20:09.091Z++ basename ./tools/ci_download_clickhouse
3322024-02-21T00:20:09.091Z+ ARG0=ci_download_clickhouse
3332024-02-21T00:20:09.091Z+ TARGET_DIR=out
3342024-02-21T00:20:09.091Z+ DOWNLOAD_DIR=out/downloads
3352024-02-21T00:20:09.091Z+ DEST_DIR=./out/clickhouse
3362024-02-21T00:20:09.091Z++ cat /work/oxidecomputer/omicron/tools/clickhouse_version
3372024-02-21T00:20:09.091Z+ CIDL_VERSION=v22.8.9.24
3382024-02-21T00:20:09.091Z+ source /work/oxidecomputer/omicron/tools/clickhouse_checksums
3392024-02-21T00:20:09.091Z++ CIDL_MD5_DARWIN=20603974a929926591fca70ff1df0e45
3402024-02-21T00:20:09.092Z++ CIDL_MD5_LINUX=ea909519bd9d989fd5d090fd9bdd42f1
3412024-02-21T00:20:09.092Z++ CIDL_MD5_ILLUMOS=7702939ce5b4b51846a1ba39f1392306
3422024-02-21T00:20:09.092Z+ CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com
3432024-02-21T00:20:09.092Z+ main
3442024-02-21T00:20:09.092Z+ [[ 0 != 0 ]]
3452024-02-21T00:20:09.092Z+ CIDL_OS=solaris2.11
3462024-02-21T00:20:09.092Z+ [[ 0 != 0 ]]
3472024-02-21T00:20:09.092Z+ configure_os solaris2.11
3482024-02-21T00:20:09.092Z+ echo 'current directory: /work/oxidecomputer/omicron'
3492024-02-21T00:20:09.092Zcurrent directory: /work/oxidecomputer/omicron
3502024-02-21T00:20:09.092Z+ echo 'configuring based on OS: "solaris2.11"'
3512024-02-21T00:20:09.093Z+ CIDL_DASHREV=
3522024-02-21T00:20:09.093Zconfiguring based on OS: "solaris2.11"
3532024-02-21T00:20:09.093Z+ case "$1" in
3542024-02-21T00:20:09.093Z+ CIDL_PLATFORM=illumos
3552024-02-21T00:20:09.093Z+ CIDL_MD5=7702939ce5b4b51846a1ba39f1392306
3562024-02-21T00:20:09.093Z+ CIDL_MD5FUNC=do_md5sum
3572024-02-21T00:20:09.093Z+ CIDL_DASHREV=-1
3582024-02-21T00:20:09.093Z+ TARBALL_DIRNAME=clickhouse-v22.8.9.24
3592024-02-21T00:20:09.101Z+ TARBALL_FILENAME=clickhouse-v22.8.9.24-1.illumos.tar.gz
3602024-02-21T00:20:09.101Z+ TARBALL_FILE=out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz
3612024-02-21T00:20:09.101Z+ CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz
3622024-02-21T00:20:09.101Z+ echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz'
3632024-02-21T00:20:09.101ZURL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz
3642024-02-21T00:20:09.101ZLocal file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz
3652024-02-21T00:20:09.101Z+ echo 'Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz'
3662024-02-21T00:20:09.101Z+ mkdir -p out/downloads
3672024-02-21T00:20:09.102Z+ mkdir -p ./out/clickhouse
3682024-02-21T00:20:09.102Z+ local DO_DOWNLOAD=true
3692024-02-21T00:20:09.102Z+ [[ -f out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ]]
3702024-02-21T00:20:09.102Z+ '[' true == true ']'
3712024-02-21T00:20:09.102Z+ echo Downloading...
3722024-02-21T00:20:09.102ZDownloading...
3732024-02-21T00:20:09.102Z+ 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
3742024-02-21T00:20:09.102Z+ 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
3752024-02-21T00:20:10.381Z++ do_md5sum out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz
3762024-02-21T00:20:10.399Z++ md5sum
3772024-02-21T00:20:10.399Z++ awk '{print $1}'
3782024-02-21T00:20:10.563Z+ calculated_md5=7702939ce5b4b51846a1ba39f1392306
3792024-02-21T00:20:10.564Z+ [[ 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 ]]
3802024-02-21T00:20:10.581Z+ do_untar out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ./out/clickhouse
3812024-02-21T00:20:10.581Z+ mkdir -p ./out/clickhouse
3822024-02-21T00:20:10.581Z+ tar xzf out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz -C ./out/clickhouse
3832024-02-21T00:20:13.687Z+ ./out/clickhouse/clickhouse server --version
3842024-02-21T00:20:13.731ZClickHouse server version 22.8.9.1.
3852024-02-21T00:20:14.309Z+ set -o errexit
3862024-02-21T00:20:14.309Z+++ dirname ./tools/ci_download_console
3872024-02-21T00:20:14.309Z++ cd ./tools
3882024-02-21T00:20:14.309Z++ pwd
3892024-02-21T00:20:14.309Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
3902024-02-21T00:20:14.309Z++ basename ./tools/ci_download_console
3912024-02-21T00:20:14.309Z+ ARG0=ci_download_console
3922024-02-21T00:20:14.309Z+ TARGET_DIR=out
3932024-02-21T00:20:14.309Z+ DOWNLOAD_DIR=out/downloads
3942024-02-21T00:20:14.310Z+ DEST_DIR=./out/console-assets
3952024-02-21T00:20:14.310Z+ source /work/oxidecomputer/omicron/tools/console_version
3962024-02-21T00:20:14.310Z++ COMMIT=e5a1f804faa913de3be5b4cddac2011247a99774
3972024-02-21T00:20:14.310Z++ SHA2=54ff1026062fc1a3f0de86aa558d051b8ad6248d458c1767b9e926f2606e75f5
3982024-02-21T00:20:14.310Z+ URL=https://dl.oxide.computer/releases/console/e5a1f804faa913de3be5b4cddac2011247a99774.tar.gz
3992024-02-21T00:20:14.310Z+ TARBALL_FILE=out/downloads/console.tar.gz
4002024-02-21T00:20:14.314Z+ main
4012024-02-21T00:20:14.314Z+ [[ 0 != 0 ]]
4022024-02-21T00:20:14.315Z+ echo 'URL: https://dl.oxide.computer/releases/console/e5a1f804faa913de3be5b4cddac2011247a99774.tar.gz'
4032024-02-21T00:20:14.315ZURL: https://dl.oxide.computer/releases/console/e5a1f804faa913de3be5b4cddac2011247a99774.tar.gz
4042024-02-21T00:20:14.315Z+ echo 'Local file: out/downloads/console.tar.gz'
4052024-02-21T00:20:14.315ZLocal file: out/downloads/console.tar.gz
4062024-02-21T00:20:14.315Z+ local DO_DOWNLOAD=true
4072024-02-21T00:20:14.315Z+ [[ -f out/downloads/console.tar.gz ]]
4082024-02-21T00:20:14.316Z+ mkdir -p out/downloads
4092024-02-21T00:20:14.316Z+ '[' true == true ']'
4102024-02-21T00:20:14.316Z+ echo Downloading...
4112024-02-21T00:20:14.317ZDownloading...
4122024-02-21T00:20:14.317Z+ do_download_curl https://dl.oxide.computer/releases/console/e5a1f804faa913de3be5b4cddac2011247a99774.tar.gz out/downloads/console.tar.gz
4132024-02-21T00:20:14.317Z+ curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/e5a1f804faa913de3be5b4cddac2011247a99774.tar.gz
4142024-02-21T00:20:14.334Z++ do_sha256sum out/downloads/console.tar.gz
4152024-02-21T00:20:14.334Z++ case "$OSTYPE" in
4162024-02-21T00:20:14.335Z++ SHA=sha256sum
4172024-02-21T00:20:14.335Z++ sha256sum
4182024-02-21T00:20:14.335Z++ awk '{print $1}'
4192024-02-21T00:20:14.336Z+ calculated_sha2=54ff1026062fc1a3f0de86aa558d051b8ad6248d458c1767b9e926f2606e75f5
4202024-02-21T00:20:14.336Z+ [[ 54ff1026062fc1a3f0de86aa558d051b8ad6248d458c1767b9e926f2606e75f5 != \5\4\f\f\1\0\2\6\0\6\2\f\c\1\a\3\f\0\d\e\8\6\a\a\5\5\8\d\0\5\1\b\8\a\d\6\2\4\8\d\4\5\8\c\1\7\6\7\b\9\e\9\2\6\f\2\6\0\6\e\7\5\f\5 ]]
4212024-02-21T00:20:14.336Z+ rm -rf ./out/console-assets
4222024-02-21T00:20:14.336Z+ mkdir -p ./out/console-assets
4232024-02-21T00:20:14.336Z+ do_untar out/downloads/console.tar.gz ./out/console-assets
4242024-02-21T00:20:14.336Z+ mkdir -p ./out/console-assets
4252024-02-21T00:20:14.336Z+ tar xzf out/downloads/console.tar.gz -C ./out/console-assets
4262024-02-21T00:20:14.360Z+ set -o errexit
4272024-02-21T00:20:14.380Z+++ dirname ./tools/ci_download_maghemite_openapi
4282024-02-21T00:20:14.380Z++ cd ./tools
4292024-02-21T00:20:14.380Z++ pwd
4302024-02-21T00:20:14.380Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
4312024-02-21T00:20:14.380Z++ basename ./tools/ci_download_maghemite_openapi
4322024-02-21T00:20:14.380Z+ ARG0=ci_download_maghemite_openapi
4332024-02-21T00:20:14.380Z+ TARGET_DIR=out
4342024-02-21T00:20:14.380Z+ DOWNLOAD_DIR=out/downloads
4352024-02-21T00:20:14.381Z+ source /work/oxidecomputer/omicron/tools/maghemite_ddm_openapi_version
4362024-02-21T00:20:14.381Z++ COMMIT=41a69a11db6cfa8fc0c8686dc2d725708e0586ce
4372024-02-21T00:20:14.381Z++ SHA2=0b0dbc2f8bbc5d2d9be92d64c4865f8f9335355aae62f7de9f67f81dfb3f1803
4382024-02-21T00:20:14.381Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/ddm-admin.json
4392024-02-21T00:20:14.381Z+ LOCAL_FILE=out/downloads/ddm-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json
4402024-02-21T00:20:14.381Z+ main
4412024-02-21T00:20:14.382Z+ [[ 0 != 0 ]]
4422024-02-21T00:20:14.382Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/ddm-admin.json'
4432024-02-21T00:20:14.382ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/ddm-admin.json
4442024-02-21T00:20:14.382Z+ echo 'Local file: out/downloads/ddm-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json'
4452024-02-21T00:20:14.382ZLocal file: out/downloads/ddm-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json
4462024-02-21T00:20:14.382Z+ local DO_DOWNLOAD=true
4472024-02-21T00:20:14.383Z+ [[ -f out/downloads/ddm-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json ]]
4482024-02-21T00:20:14.383Z+ mkdir -p out/downloads
4492024-02-21T00:20:14.383Z+ '[' true == true ']'
4502024-02-21T00:20:14.383Z+ echo Downloading...
4512024-02-21T00:20:14.383ZDownloading...
4522024-02-21T00:20:14.383Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/ddm-admin.json out/downloads/ddm-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json
4532024-02-21T00:20:14.383Z+ curl --silent --show-error --fail --location --output out/downloads/ddm-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/ddm-admin.json
4542024-02-21T00:20:15.504Z++ do_sha256sum out/downloads/ddm-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json
4552024-02-21T00:20:15.504Z++ case "$OSTYPE" in
4562024-02-21T00:20:15.504Z++ SHA=sha256sum
4572024-02-21T00:20:15.528Z++ sha256sum
4582024-02-21T00:20:15.528Z++ awk '{print $1}'
4592024-02-21T00:20:15.528Z+ calculated_sha2=0b0dbc2f8bbc5d2d9be92d64c4865f8f9335355aae62f7de9f67f81dfb3f1803
4602024-02-21T00:20:15.529Z+ [[ 0b0dbc2f8bbc5d2d9be92d64c4865f8f9335355aae62f7de9f67f81dfb3f1803 != \0\b\0\d\b\c\2\f\8\b\b\c\5\d\2\d\9\b\e\9\2\d\6\4\c\4\8\6\5\f\8\f\9\3\3\5\3\5\5\a\a\e\6\2\f\7\d\e\9\f\6\7\f\8\1\d\f\b\3\f\1\8\0\3 ]]
4612024-02-21T00:20:15.529Z+ source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version
4622024-02-21T00:20:15.529Z++ COMMIT=41a69a11db6cfa8fc0c8686dc2d725708e0586ce
4632024-02-21T00:20:15.529Z++ SHA2=0ac038bbaa54d0ae0ac5ccaeff48f03070618372cca26c9d09b716b909bf9355
4642024-02-21T00:20:15.529Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/mg-admin.json
4652024-02-21T00:20:15.530Z+ LOCAL_FILE=out/downloads/mg-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json
4662024-02-21T00:20:15.530Z+ main
4672024-02-21T00:20:15.530Z+ [[ 0 != 0 ]]
4682024-02-21T00:20:15.530Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/mg-admin.json'
4692024-02-21T00:20:15.530ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/mg-admin.json
4702024-02-21T00:20:15.531ZLocal file: out/downloads/mg-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json
4712024-02-21T00:20:15.531Z+ echo 'Local file: out/downloads/mg-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json'
4722024-02-21T00:20:15.531Z+ local DO_DOWNLOAD=true
4732024-02-21T00:20:15.531Z+ [[ -f out/downloads/mg-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json ]]
4742024-02-21T00:20:15.531Z+ mkdir -p out/downloads
4752024-02-21T00:20:15.531Z+ '[' true == true ']'
4762024-02-21T00:20:15.531Z+ echo Downloading...
4772024-02-21T00:20:15.531ZDownloading...
4782024-02-21T00:20:15.531Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/mg-admin.json out/downloads/mg-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json
4792024-02-21T00:20:15.531Z+ curl --silent --show-error --fail --location --output out/downloads/mg-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/mg-admin.json
4802024-02-21T00:20:16.722Z++ do_sha256sum out/downloads/mg-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json
4812024-02-21T00:20:16.741Z++ case "$OSTYPE" in
4822024-02-21T00:20:16.741Z++ SHA=sha256sum
4832024-02-21T00:20:16.741Z++ sha256sum
4842024-02-21T00:20:16.742Z++ awk '{print $1}'
4852024-02-21T00:20:16.742Z+ calculated_sha2=0ac038bbaa54d0ae0ac5ccaeff48f03070618372cca26c9d09b716b909bf9355
4862024-02-21T00:20:16.742Z+ [[ 0ac038bbaa54d0ae0ac5ccaeff48f03070618372cca26c9d09b716b909bf9355 != \0\a\c\0\3\8\b\b\a\a\5\4\d\0\a\e\0\a\c\5\c\c\a\e\f\f\4\8\f\0\3\0\7\0\6\1\8\3\7\2\c\c\a\2\6\c\9\d\0\9\b\7\1\6\b\9\0\9\b\f\9\3\5\5 ]]
4872024-02-21T00:20:16.742Z+ set -o errexit
4882024-02-21T00:20:16.742Z+++ dirname ./tools/ci_download_dendrite_openapi
4892024-02-21T00:20:16.742Z++ cd ./tools
4902024-02-21T00:20:16.742Z++ pwd
4912024-02-21T00:20:16.764Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
4922024-02-21T00:20:16.765Z++ basename ./tools/ci_download_dendrite_openapi
4932024-02-21T00:20:16.765Z+ ARG0=ci_download_dendrite_openapi
4942024-02-21T00:20:16.765Z+ TARGET_DIR=out
4952024-02-21T00:20:16.765Z+ DOWNLOAD_DIR=out/downloads
4962024-02-21T00:20:16.765Z+ source /work/oxidecomputer/omicron/tools/dendrite_openapi_version
4972024-02-21T00:20:16.766Z++ COMMIT=3618dd6017b363c5d34399273453cf50b9c9a43e
4982024-02-21T00:20:16.766Z++ SHA2=aa670165e5b459fab4caba36ae4d382a09264ff5cf6a2dac0dae0a0db39a378e
4992024-02-21T00:20:16.766Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3618dd6017b363c5d34399273453cf50b9c9a43e/dpd.json
5002024-02-21T00:20:16.766Z+ LOCAL_FILE=out/downloads/dpd-3618dd6017b363c5d34399273453cf50b9c9a43e.json
5012024-02-21T00:20:16.766Z+ main
5022024-02-21T00:20:16.766Z+ [[ 0 != 0 ]]
5032024-02-21T00:20:16.766Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3618dd6017b363c5d34399273453cf50b9c9a43e/dpd.json'
5042024-02-21T00:20:16.767ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3618dd6017b363c5d34399273453cf50b9c9a43e/dpd.json
5052024-02-21T00:20:16.767Z+ echo 'Local file: out/downloads/dpd-3618dd6017b363c5d34399273453cf50b9c9a43e.json'
5062024-02-21T00:20:16.767ZLocal file: out/downloads/dpd-3618dd6017b363c5d34399273453cf50b9c9a43e.json
5072024-02-21T00:20:16.767Z+ local DO_DOWNLOAD=true
5082024-02-21T00:20:16.767Z+ [[ -f out/downloads/dpd-3618dd6017b363c5d34399273453cf50b9c9a43e.json ]]
5092024-02-21T00:20:16.767Z+ mkdir -p out/downloads
5102024-02-21T00:20:16.767Z+ '[' true == true ']'
5112024-02-21T00:20:16.767Z+ echo Downloading...
5122024-02-21T00:20:16.768ZDownloading...
5132024-02-21T00:20:16.768Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3618dd6017b363c5d34399273453cf50b9c9a43e/dpd.json out/downloads/dpd-3618dd6017b363c5d34399273453cf50b9c9a43e.json
5142024-02-21T00:20:16.768Z+ curl --silent --show-error --fail --location --output out/downloads/dpd-3618dd6017b363c5d34399273453cf50b9c9a43e.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3618dd6017b363c5d34399273453cf50b9c9a43e/dpd.json
5152024-02-21T00:20:17.429Z++ do_sha256sum out/downloads/dpd-3618dd6017b363c5d34399273453cf50b9c9a43e.json
5162024-02-21T00:20:17.444Z++ case "$OSTYPE" in
5172024-02-21T00:20:17.444Z++ SHA=sha256sum
5182024-02-21T00:20:17.445Z++ sha256sum
5192024-02-21T00:20:17.445Z++ awk '{print $1}'
5202024-02-21T00:20:17.445Z+ calculated_sha2=aa670165e5b459fab4caba36ae4d382a09264ff5cf6a2dac0dae0a0db39a378e
5212024-02-21T00:20:17.445Z+ [[ aa670165e5b459fab4caba36ae4d382a09264ff5cf6a2dac0dae0a0db39a378e != \a\a\6\7\0\1\6\5\e\5\b\4\5\9\f\a\b\4\c\a\b\a\3\6\a\e\4\d\3\8\2\a\0\9\2\6\4\f\f\5\c\f\6\a\2\d\a\c\0\d\a\e\0\a\0\d\b\3\9\a\3\7\8\e ]]
5222024-02-21T00:20:17.459Z+ set -o errexit
5232024-02-21T00:20:17.459Z+++ dirname ./tools/ci_download_dendrite_stub
5242024-02-21T00:20:17.460Z++ cd ./tools
5252024-02-21T00:20:17.460Z++ pwd
5262024-02-21T00:20:17.460Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
5272024-02-21T00:20:17.460Z++ basename ./tools/ci_download_dendrite_stub
5282024-02-21T00:20:17.460Z+ ARG0=ci_download_dendrite_stub
5292024-02-21T00:20:17.460Z+ source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums
5302024-02-21T00:20:17.460Z++ CIDL_SHA256_ILLUMOS=eb98985871f321411f7875ef7751dba85ae0dd3034877b63ccb78cedcb96e6e7
5312024-02-21T00:20:17.460Z++ CIDL_SHA256_LINUX_DPD=cb9a1978d1fe3a3f2391757f80436d8cc87c0041161652ad2234e7cf83e9ae36
5322024-02-21T00:20:17.460Z++ CIDL_SHA256_LINUX_SWADM=b7e737be56a8a815a95624f0b5c42ce1e339b07feeae7b3d7b9b4bc17c204245
5332024-02-21T00:20:17.460Z+ source /work/oxidecomputer/omicron/tools/dendrite_openapi_version
5342024-02-21T00:20:17.461Z++ COMMIT=3618dd6017b363c5d34399273453cf50b9c9a43e
5352024-02-21T00:20:17.461Z++ SHA2=aa670165e5b459fab4caba36ae4d382a09264ff5cf6a2dac0dae0a0db39a378e
5362024-02-21T00:20:17.461Z+ TARGET_DIR=out
5372024-02-21T00:20:17.461Z+ DOWNLOAD_DIR=out/downloads
5382024-02-21T00:20:17.461Z+ DEST_DIR=./out/dendrite-stub
5392024-02-21T00:20:17.461Z+ BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin
5402024-02-21T00:20:17.461Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
5412024-02-21T00:20:17.461Z+ REPO=oxidecomputer/dendrite
5422024-02-21T00:20:17.461Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3618dd6017b363c5d34399273453cf50b9c9a43e
5432024-02-21T00:20:17.462Z+ main
5442024-02-21T00:20:17.462Z+ [[ 0 != 0 ]]
5452024-02-21T00:20:17.462Z+ CIDL_OS=solaris2.11
5462024-02-21T00:20:17.462Z+ [[ 0 != 0 ]]
5472024-02-21T00:20:17.462Z+ configure_os solaris2.11
5482024-02-21T00:20:17.462Z+ echo 'current directory: /work/oxidecomputer/omicron'
5492024-02-21T00:20:17.462Zcurrent directory: /work/oxidecomputer/omicron
5502024-02-21T00:20:17.462Z+ echo 'configuring based on OS: "solaris2.11"'
5512024-02-21T00:20:17.463Z+ case "$1" in
5522024-02-21T00:20:17.463Zconfiguring based on OS: "solaris2.11"
5532024-02-21T00:20:17.463Z+ SET_BINARIES=
5542024-02-21T00:20:17.463Z+ CIDL_SHA256=eb98985871f321411f7875ef7751dba85ae0dd3034877b63ccb78cedcb96e6e7
5552024-02-21T00:20:17.463Z+ CIDL_SHA256FUNC=do_sha256sum
5562024-02-21T00:20:17.463Z+ TARBALL_FILENAME=dendrite-stub.tar.gz
5572024-02-21T00:20:17.463Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3618dd6017b363c5d34399273453cf50b9c9a43e/dendrite-stub.tar.gz
5582024-02-21T00:20:17.463Z+ TARBALL_FILE=out/downloads/dendrite-stub.tar.gz
5592024-02-21T00:20:17.464Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3618dd6017b363c5d34399273453cf50b9c9a43e/dendrite-stub.tar.gz'
5602024-02-21T00:20:17.464ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3618dd6017b363c5d34399273453cf50b9c9a43e/dendrite-stub.tar.gz
5612024-02-21T00:20:17.464Z+ echo 'Local file: out/downloads/dendrite-stub.tar.gz'
5622024-02-21T00:20:17.464ZLocal file: out/downloads/dendrite-stub.tar.gz
5632024-02-21T00:20:17.464Z+ mkdir -p out/downloads
5642024-02-21T00:20:17.464Z+ mkdir -p ./out/dendrite-stub
5652024-02-21T00:20:17.474Z+ fetch_and_verify
5662024-02-21T00:20:17.474Z+ local DO_DOWNLOAD=true
5672024-02-21T00:20:17.474Z+ [[ -f out/downloads/dendrite-stub.tar.gz ]]
5682024-02-21T00:20:17.475Z+ '[' true == true ']'
5692024-02-21T00:20:17.475Z+ echo Downloading...
5702024-02-21T00:20:17.475ZDownloading...
5712024-02-21T00:20:17.475Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3618dd6017b363c5d34399273453cf50b9c9a43e/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz
5722024-02-21T00:20:17.475Z+ curl --silent --show-error --fail --location --output out/downloads/dendrite-stub.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3618dd6017b363c5d34399273453cf50b9c9a43e/dendrite-stub.tar.gz
5732024-02-21T00:20:43.386Z++ do_sha256sum out/downloads/dendrite-stub.tar.gz
5742024-02-21T00:20:43.401Z++ sha256sum
5752024-02-21T00:20:43.401Z++ awk '{print $1}'
5762024-02-21T00:20:43.413Z+ calculated_sha256=eb98985871f321411f7875ef7751dba85ae0dd3034877b63ccb78cedcb96e6e7
5772024-02-21T00:20:43.413Z+ [[ eb98985871f321411f7875ef7751dba85ae0dd3034877b63ccb78cedcb96e6e7 != \e\b\9\8\9\8\5\8\7\1\f\3\2\1\4\1\1\f\7\8\7\5\e\f\7\7\5\1\d\b\a\8\5\a\e\0\d\d\3\0\3\4\8\7\7\b\6\3\c\c\b\7\8\c\e\d\c\b\9\6\e\6\e\7 ]]
5782024-02-21T00:20:43.414Z+ do_untar out/downloads/dendrite-stub.tar.gz
5792024-02-21T00:20:43.414Z+ tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads
5802024-02-21T00:20:44.095Z+ do_assemble
5812024-02-21T00:20:44.095Z+ rm -r ./out/dendrite-stub
5822024-02-21T00:20:44.100Z+ mkdir ./out/dendrite-stub
5832024-02-21T00:20:44.100Z+ cp -r out/downloads/root ./out/dendrite-stub/root
5842024-02-21T00:20:44.181Z+ ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin
5852024-02-21T00:20:44.198Z+ set -o errexit
5862024-02-21T00:20:44.214Z+++ dirname ./tools/ci_download_maghemite_mgd
5872024-02-21T00:20:44.215Z++ cd ./tools
5882024-02-21T00:20:44.215Z++ pwd
5892024-02-21T00:20:44.215Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
5902024-02-21T00:20:44.215Z++ basename ./tools/ci_download_maghemite_mgd
5912024-02-21T00:20:44.215Z+ ARG0=ci_download_maghemite_mgd
5922024-02-21T00:20:44.215Z+ source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums
5932024-02-21T00:20:44.215Z++ CIDL_SHA256=26d34f61589f63be64eaa77a6e9e2db4c95d6675798386a1d61721c1ccc59d4d
5942024-02-21T00:20:44.215Z++ MGD_LINUX_SHA256=b2c823dd714fad67546a0e0c0d4ae56f2fe2e7c43434469b38e13b78de9f6968
5952024-02-21T00:20:44.215Z+ source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version
5962024-02-21T00:20:44.215Z++ COMMIT=41a69a11db6cfa8fc0c8686dc2d725708e0586ce
5972024-02-21T00:20:44.216Z++ SHA2=0ac038bbaa54d0ae0ac5ccaeff48f03070618372cca26c9d09b716b909bf9355
5982024-02-21T00:20:44.216Z+ TARGET_DIR=out
5992024-02-21T00:20:44.216Z+ DOWNLOAD_DIR=out/downloads
6002024-02-21T00:20:44.216Z+ DEST_DIR=./out/mgd
6012024-02-21T00:20:44.216Z+ BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin
6022024-02-21T00:20:44.216Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
6032024-02-21T00:20:44.216Z+ REPO=oxidecomputer/maghemite
6042024-02-21T00:20:44.216Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/41a69a11db6cfa8fc0c8686dc2d725708e0586ce
6052024-02-21T00:20:44.216Z+ main
6062024-02-21T00:20:44.216Z+ [[ 0 != 0 ]]
6072024-02-21T00:20:44.216Z+ CIDL_OS=solaris2.11
6082024-02-21T00:20:44.216Z+ [[ 0 != 0 ]]
6092024-02-21T00:20:44.216Z+ configure_os solaris2.11
6102024-02-21T00:20:44.217Z+ echo 'current directory: /work/oxidecomputer/omicron'
6112024-02-21T00:20:44.217Zcurrent directory: /work/oxidecomputer/omicron
6122024-02-21T00:20:44.217Z+ echo 'configuring based on OS: "solaris2.11"'
6132024-02-21T00:20:44.217Z+ case "$1" in
6142024-02-21T00:20:44.217Z+ SET_BINARIES=
6152024-02-21T00:20:44.217Zconfiguring based on OS: "solaris2.11"
6162024-02-21T00:20:44.217Z+ CIDL_SHA256FUNC=do_sha256sum
6172024-02-21T00:20:44.218Z+ TARBALL_FILENAME=mgd.tar.gz
6182024-02-21T00:20:44.218Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/mgd.tar.gz
6192024-02-21T00:20:44.218Z+ TARBALL_FILE=out/downloads/mgd.tar.gz
6202024-02-21T00:20:44.218Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/mgd.tar.gz'
6212024-02-21T00:20:44.218Z+ echo 'Local file: out/downloads/mgd.tar.gz'
6222024-02-21T00:20:44.218ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/mgd.tar.gz
6232024-02-21T00:20:44.218ZLocal file: out/downloads/mgd.tar.gz
6242024-02-21T00:20:44.218Z+ mkdir -p out/downloads
6252024-02-21T00:20:44.218Z+ mkdir -p ./out/mgd
6262024-02-21T00:20:44.218Z+ fetch_and_verify
6272024-02-21T00:20:44.218Z+ local DO_DOWNLOAD=true
6282024-02-21T00:20:44.218Z+ [[ -f out/downloads/mgd.tar.gz ]]
6292024-02-21T00:20:44.218Z+ '[' true == true ']'
6302024-02-21T00:20:44.219Z+ echo Downloading...
6312024-02-21T00:20:44.219ZDownloading...
6322024-02-21T00:20:44.219Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/mgd.tar.gz out/downloads/mgd.tar.gz
6332024-02-21T00:20:44.219Z+ curl --silent --show-error --fail --location --output out/downloads/mgd.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/mgd.tar.gz
6342024-02-21T00:20:57.525Z++ do_sha256sum out/downloads/mgd.tar.gz
6352024-02-21T00:20:57.536Z++ sha256sum
6362024-02-21T00:20:57.536Z++ awk '{print $1}'
6372024-02-21T00:20:57.536Z+ calculated_sha256=26d34f61589f63be64eaa77a6e9e2db4c95d6675798386a1d61721c1ccc59d4d
6382024-02-21T00:20:57.536Z+ [[ 26d34f61589f63be64eaa77a6e9e2db4c95d6675798386a1d61721c1ccc59d4d != \2\6\d\3\4\f\6\1\5\8\9\f\6\3\b\e\6\4\e\a\a\7\7\a\6\e\9\e\2\d\b\4\c\9\5\d\6\6\7\5\7\9\8\3\8\6\a\1\d\6\1\7\2\1\c\1\c\c\c\5\9\d\4\d ]]
6392024-02-21T00:20:57.536Z+ do_untar out/downloads/mgd.tar.gz
6402024-02-21T00:20:57.536Z+ tar xzf out/downloads/mgd.tar.gz -C out/downloads
6412024-02-21T00:20:57.975Z+ do_assemble
6422024-02-21T00:20:57.975Z+ rm -r ./out/mgd
6432024-02-21T00:20:57.997Z+ mkdir ./out/mgd
6442024-02-21T00:20:57.997Z+ cp -r out/downloads/root ./out/mgd/root
6452024-02-21T00:20:58.148Z+ set -o errexit
6462024-02-21T00:20:58.176Z+++ dirname ./tools/ci_download_transceiver_control
6472024-02-21T00:20:58.176Z++ cd ./tools
6482024-02-21T00:20:58.177Z++ pwd
6492024-02-21T00:20:58.177Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
6502024-02-21T00:20:58.177Z++ basename ./tools/ci_download_transceiver_control
6512024-02-21T00:20:58.177Z+ ARG0=ci_download_transceiver_control
6522024-02-21T00:20:58.177Z+ source /work/oxidecomputer/omicron/tools/transceiver_control_version
6532024-02-21T00:20:58.178Z++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a
6542024-02-21T00:20:58.178Z++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
6552024-02-21T00:20:58.178Z+ TARGET_DIR=out
6562024-02-21T00:20:58.178Z+ DOWNLOAD_DIR=out/downloads
6572024-02-21T00:20:58.179Z+ DEST_DIR=./out/transceiver-control
6582024-02-21T00:20:58.179Z+ BIN_DIR=/opt/oxide/bin
6592024-02-21T00:20:58.179Z+ BINARY=xcvradm
6602024-02-21T00:20:58.179Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
6612024-02-21T00:20:58.179Z+ REPO=oxidecomputer/transceiver-control
6622024-02-21T00:20:58.180Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a
6632024-02-21T00:20:58.180Z+ main
6642024-02-21T00:20:58.180Z+ [[ 0 != 0 ]]
6652024-02-21T00:20:58.180Z+ CIDL_OS=solaris2.11
6662024-02-21T00:20:58.180Z+ [[ 0 != 0 ]]
6672024-02-21T00:20:58.180Z+ configure_os solaris2.11
6682024-02-21T00:20:58.181Z+ echo 'current directory: /work/oxidecomputer/omicron'
6692024-02-21T00:20:58.181Zcurrent directory: /work/oxidecomputer/omicron
6702024-02-21T00:20:58.181Z+ echo 'configuring based on OS: "solaris2.11"'
6712024-02-21T00:20:58.181Z+ case "$1" in
6722024-02-21T00:20:58.181Zconfiguring based on OS: "solaris2.11"
6732024-02-21T00:20:58.182Z+ SET_BINARIES=
6742024-02-21T00:20:58.182Z+ CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
6752024-02-21T00:20:58.182Z+ CIDL_SHA256FUNC=do_sha256sum
6762024-02-21T00:20:58.182Z+ ARCHIVE_FILENAME=xcvradm.gz
6772024-02-21T00:20:58.182Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz
6782024-02-21T00:20:58.183Z+ ARCHIVE_FILE=out/downloads/xcvradm.gz
6792024-02-21T00:20:58.183Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz'
6802024-02-21T00:20:58.183ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz
6812024-02-21T00:20:58.183Z+ echo 'Local file: out/downloads/xcvradm.gz'
6822024-02-21T00:20:58.183ZLocal file: out/downloads/xcvradm.gz
6832024-02-21T00:20:58.183Z+ mkdir -p out/downloads
6842024-02-21T00:20:58.183Z+ mkdir -p ./out/transceiver-control
6852024-02-21T00:20:58.184Z+ fetch_and_verify
6862024-02-21T00:20:58.184Z+ local DO_DOWNLOAD=true
6872024-02-21T00:20:58.184Z+ [[ -f out/downloads/xcvradm.gz ]]
6882024-02-21T00:20:58.184Z+ '[' true == true ']'
6892024-02-21T00:20:58.184Z+ echo Downloading...
6902024-02-21T00:20:58.184ZDownloading...
6912024-02-21T00:20:58.185Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz
6922024-02-21T00:20:58.185Z+ 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
6932024-02-21T00:21:01.715Z++ do_sha256sum out/downloads/xcvradm.gz
6942024-02-21T00:21:01.722Z++ sha256sum
6952024-02-21T00:21:01.722Z++ awk '{print $1}'
6962024-02-21T00:21:01.722Z+ calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
6972024-02-21T00:21:01.722Z+ [[ 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 ]]
6982024-02-21T00:21:01.723Z+ do_unpack out/downloads/xcvradm.gz
6992024-02-21T00:21:01.723Z+ mkdir -p out/downloads/root//opt/oxide/bin
7002024-02-21T00:21:01.723Z+ gzip -dc out/downloads/xcvradm.gz
7012024-02-21T00:21:01.841Z+ chmod +x out/downloads/root//opt/oxide/bin/xcvradm
7022024-02-21T00:21:01.849Z+ do_assemble
7032024-02-21T00:21:01.849Z+ rm -r ./out/transceiver-control
7042024-02-21T00:21:01.849Z+ mkdir ./out/transceiver-control
7052024-02-21T00:21:01.849Z+ cp -r out/downloads/root ./out/transceiver-control/root
7062024-02-21T00:21:02.304ZAll builder prerequisites installed successfully, and PATH looks valid
7072024-02-21T00:21:02.331Z
7082024-02-21T00:21:02.331Zreal 2:20.886124061
7092024-02-21T00:21:02.331Zuser 35.575304285
7102024-02-21T00:21:02.332Zsys 6.761473498
7112024-02-21T00:21:02.332Ztrap 0.011088669
7122024-02-21T00:21:02.332Ztflt 0.170253305
7132024-02-21T00:21:02.332Zdflt 0.401764364
7142024-02-21T00:21:02.332Zkflt 0.157482854
7152024-02-21T00:21:02.333Zlock 1.336613894
7162024-02-21T00:21:02.333Zslp 5:10.009636712
7172024-02-21T00:21:02.333Zlat 1.812807414
7182024-02-21T00:21:02.333Zstop 0.133079375
7192024-02-21T00:21:02.333Z
7202024-02-21T00:21:02.333Z #### # # ##### ##### # #
7212024-02-21T00:21:02.333Z # # # # # # # # # #
7222024-02-21T00:21:02.333Z # # # # # # # #
7232024-02-21T00:21:02.333Z # # # ##### ##### #
7242024-02-21T00:21:02.334Z # # # # # # #
7252024-02-21T00:21:02.334Z #### ###### # # # #
7262024-02-21T00:21:02.334Z
7272024-02-21T00:21:02.521Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
7282024-02-21T00:21:02.842Z Updating git repository `https://github.com/oxidecomputer/samael`
7292024-02-21T00:21:03.190Z Updating crates.io index
7302024-02-21T00:21:03.624Z Updating git repository `https://github.com/oxidecomputer/dropshot`
7312024-02-21T00:21:04.118Z Updating git repository `https://github.com/oxidecomputer/progenitor`
7322024-02-21T00:21:05.755Z Updating git repository `http://github.com/oxidecomputer/serde_human_bytes`
7332024-02-21T00:21:06.048Z Updating git repository `http://github.com/oxidecomputer/tofino`
7342024-02-21T00:21:06.397Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
7352024-02-21T00:21:06.667Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
7362024-02-21T00:21:06.933Z Updating git repository `https://github.com/oxidecomputer/propolis`
7372024-02-21T00:21:07.699Z Updating git repository `https://github.com/oxidecomputer/crucible`
7382024-02-21T00:21:09.554Z Updating git repository `https://github.com/oxidecomputer/opte`
7392024-02-21T00:21:10.565Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
7402024-02-21T00:21:10.922Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
7412024-02-21T00:21:11.548Z Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel`
7422024-02-21T00:21:11.880Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
7432024-02-21T00:21:12.185Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
7442024-02-21T00:21:12.516Z Updating git repository `http://github.com/oxidecomputer/sprockets`
7452024-02-21T00:21:12.917Z Updating git repository `https://github.com/oxidecomputer/diesel-dtrace`
7462024-02-21T00:21:13.270Z Updating git repository `https://github.com/oxidecomputer/poptrie`
7472024-02-21T00:21:13.706Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
7482024-02-21T00:21:14.176Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
7492024-02-21T00:21:14.639Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
7502024-02-21T00:21:14.966Z Updating git repository `https://github.com/jgallagher/nix`
7512024-02-21T00:21:17.433Z Updating git repository `https://github.com/cbiffle/hubpack`
7522024-02-21T00:21:18.376Z Updating git repository `https://github.com/oxidecomputer/typify`
7532024-02-21T00:21:18.376Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
7542024-02-21T00:21:18.377Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
7552024-02-21T00:21:19.148Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
7562024-02-21T00:21:19.897Z Downloading crates ...
7572024-02-21T00:21:20.087Z Downloaded colorchoice v1.0.0
7582024-02-21T00:21:20.096Z Downloaded anstream v0.6.11
7592024-02-21T00:21:20.120Z Downloaded serde v1.0.196
7602024-02-21T00:21:20.126Z Downloaded equivalent v1.0.1
7612024-02-21T00:21:20.133Z Downloaded strsim v0.11.0
7622024-02-21T00:21:20.137Z Downloaded clap_lex v0.7.0
7632024-02-21T00:21:20.137Z Downloaded anstyle-query v1.0.0
7642024-02-21T00:21:20.137Z Downloaded thiserror-impl v1.0.57
7652024-02-21T00:21:20.141Z Downloaded cargo_metadata v0.18.1
7662024-02-21T00:21:20.141Z Downloaded errno v0.3.8
7672024-02-21T00:21:20.144Z Downloaded cargo-platform v0.1.3
7682024-02-21T00:21:20.144Z Downloaded itoa v1.0.9
7692024-02-21T00:21:20.145Z Downloaded heck v0.4.1
7702024-02-21T00:21:20.149Z Downloaded terminal_size v0.3.0
7712024-02-21T00:21:20.155Z Downloaded serde_spanned v0.6.5
7722024-02-21T00:21:20.155Z Downloaded toml_datetime v0.6.5
7732024-02-21T00:21:20.159Z Downloaded clap_derive v4.5.0
7742024-02-21T00:21:20.159Z Downloaded anstyle v1.0.2
7752024-02-21T00:21:20.159Z Downloaded thiserror v1.0.57
7762024-02-21T00:21:20.164Z Downloaded semver v1.0.22
7772024-02-21T00:21:20.590Z Downloaded utf8parse v0.2.1
7782024-02-21T00:21:20.590Z Downloaded camino v1.1.6
7792024-02-21T00:21:20.607Z Downloaded bitflags v2.4.0
7802024-02-21T00:21:20.607Z Downloaded quote v1.0.35
7812024-02-21T00:21:20.608Z Downloaded serde_derive v1.0.196
7822024-02-21T00:21:20.608Z Downloaded unicode-ident v1.0.12
7832024-02-21T00:21:20.608Z Downloaded anstyle-parse v0.2.1
7842024-02-21T00:21:20.608Z Downloaded clap v4.5.0
7852024-02-21T00:21:20.608Z Downloaded proc-macro2 v1.0.78
7862024-02-21T00:21:20.608Z Downloaded ryu v1.0.15
7872024-02-21T00:21:20.608Z Downloaded anyhow v1.0.75
7882024-02-21T00:21:20.608Z Downloaded cargo_toml v0.19.0
7892024-02-21T00:21:20.608Z Downloaded toml v0.8.10
7902024-02-21T00:21:20.608Z Downloaded indexmap v2.2.3
7912024-02-21T00:21:20.608Z Downloaded memchr v2.6.3
7922024-02-21T00:21:20.608Z Downloaded toml_edit v0.22.6
7932024-02-21T00:21:20.608Z Downloaded hashbrown v0.14.3
7942024-02-21T00:21:20.608Z Downloaded winnow v0.6.1
7952024-02-21T00:21:20.608Z Downloaded clap_builder v4.5.0
7962024-02-21T00:21:20.608Z Downloaded serde_json v1.0.114
7972024-02-21T00:21:20.608Z Downloaded syn v2.0.48
7982024-02-21T00:21:20.608Z Downloaded rustix v0.38.31
7992024-02-21T00:21:20.608Z Downloaded libc v0.2.153
8002024-02-21T00:21:20.608Z Compiling proc-macro2 v1.0.78
8012024-02-21T00:21:20.608Z Compiling unicode-ident v1.0.12
8022024-02-21T00:21:20.608Z Compiling serde v1.0.196
8032024-02-21T00:21:20.608Z Compiling libc v0.2.153
8042024-02-21T00:21:20.608Z Compiling rustix v0.38.31
8052024-02-21T00:21:20.609Z Compiling equivalent v1.0.1
8062024-02-21T00:21:20.609Z Compiling hashbrown v0.14.3
8072024-02-21T00:21:20.609Z Compiling bitflags v2.4.0
8082024-02-21T00:21:21.178Z Compiling utf8parse v0.2.1
8092024-02-21T00:21:21.192Z Compiling semver v1.0.22
8102024-02-21T00:21:21.192Z Compiling anstyle-parse v0.2.1
8112024-02-21T00:21:21.192Z Compiling serde_json v1.0.114
8122024-02-21T00:21:21.236Z Compiling camino v1.1.6
8132024-02-21T00:21:21.734Z Compiling indexmap v2.2.3
8142024-02-21T00:21:22.434Z Compiling thiserror v1.0.57
8152024-02-21T00:21:22.434Z Compiling anstyle-query v1.0.0
8162024-02-21T00:21:22.448Z Compiling colorchoice v1.0.0
8172024-02-21T00:21:22.913Z Compiling anstyle v1.0.2
8182024-02-21T00:21:22.934Z Compiling winnow v0.6.1
8192024-02-21T00:21:22.934Z Compiling heck v0.4.1
8202024-02-21T00:21:22.934Z Compiling ryu v1.0.15
8212024-02-21T00:21:22.935Z Compiling anyhow v1.0.75
8222024-02-21T00:21:22.952Z Compiling anstream v0.6.11
8232024-02-21T00:21:23.006Z Compiling itoa v1.0.9
8242024-02-21T00:21:23.711Z Compiling clap_lex v0.7.0
8252024-02-21T00:21:23.760Z Compiling strsim v0.11.0
8262024-02-21T00:21:23.837Z Compiling quote v1.0.35
8272024-02-21T00:21:23.920Z Compiling syn v2.0.48
8282024-02-21T00:21:24.019Z Compiling errno v0.3.8
8292024-02-21T00:21:24.910Z Compiling terminal_size v0.3.0
8302024-02-21T00:21:25.393Z Compiling clap_builder v4.5.0
8312024-02-21T00:21:28.968Z Compiling serde_derive v1.0.196
8322024-02-21T00:21:28.977Z Compiling thiserror-impl v1.0.57
8332024-02-21T00:21:28.977Z Compiling clap_derive v4.5.0
8342024-02-21T00:21:31.867Z Compiling clap v4.5.0
8352024-02-21T00:21:37.454Z Compiling toml_datetime v0.6.5
8362024-02-21T00:21:37.454Z Compiling serde_spanned v0.6.5
8372024-02-21T00:21:37.470Z Compiling cargo-platform v0.1.3
8382024-02-21T00:21:37.698Z Compiling toml_edit v0.22.6
8392024-02-21T00:21:38.836Z Compiling cargo_metadata v0.18.1
8402024-02-21T00:21:40.297Z Compiling toml v0.8.10
8412024-02-21T00:21:40.594Z Compiling cargo_toml v0.19.0
8422024-02-21T00:21:44.586Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
8432024-02-21T00:21:45.572Z Finished dev [unoptimized + debuginfo] target(s) in 43.21s
8442024-02-21T00:21:45.734Z Running `target/debug/xtask clippy`
8452024-02-21T00:21:46.231Zrunning: "/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/cargo" "clippy" "--all-targets" "--" "--deny" "warnings" "--allow" "clippy::style" "--warn" "clippy::disallowed_macros" "--warn" "clippy::disallowed_methods" "--warn" "clippy::disallowed_names" "--warn" "clippy::disallowed_script_idents" "--warn" "clippy::disallowed_types"
8462024-02-21T00:21:46.331Z Downloading crates ...
8472024-02-21T00:21:46.520Z Downloaded bit-vec v0.6.3
8482024-02-21T00:21:46.537Z Downloaded curve25519-dalek-derive v0.1.0
8492024-02-21T00:21:46.549Z Downloaded hyper-tls v0.5.0
8502024-02-21T00:21:46.549Z Downloaded instant v0.1.12
8512024-02-21T00:21:46.549Z Downloaded ascii-canvas v3.0.0
8522024-02-21T00:21:46.549Z Downloaded http-body v1.0.0
8532024-02-21T00:21:46.549Z Downloaded cfg-if v1.0.0
8542024-02-21T00:21:46.549Z Downloaded hostname v0.3.1
8552024-02-21T00:21:46.569Z Downloaded buf-list v1.0.3
8562024-02-21T00:21:46.569Z Downloaded cast v0.3.0
8572024-02-21T00:21:46.569Z Downloaded byteorder v1.5.0
8582024-02-21T00:21:46.569Z Downloaded httpdate v1.0.3
8592024-02-21T00:21:46.569Z Downloaded http-body v0.4.5
8602024-02-21T00:21:46.580Z Downloaded httparse v1.8.0
8612024-02-21T00:21:46.580Z Downloaded hyper-staticfile v0.9.5
8622024-02-21T00:21:46.580Z Downloaded base64 v0.21.7
8632024-02-21T00:21:46.581Z Downloaded num-integer v0.1.46
8642024-02-21T00:21:46.581Z Downloaded num-iter v0.1.43
8652024-02-21T00:21:46.589Z Downloaded mockall_derive v0.12.0
8662024-02-21T00:21:46.589Z Downloaded ciborium-io v0.2.2
8672024-02-21T00:21:46.589Z Downloaded hmac v0.12.1
8682024-02-21T00:21:46.609Z Downloaded is-terminal v0.4.9
8692024-02-21T00:21:46.609Z Downloaded indoc v2.0.3
8702024-02-21T00:21:46.609Z Downloaded cobs v0.2.3
8712024-02-21T00:21:46.609Z Downloaded indoc v1.0.9
8722024-02-21T00:21:46.609Z Downloaded atty v0.2.14
8732024-02-21T00:21:46.614Z Downloaded hubpack v0.1.2
8742024-02-21T00:21:46.614Z Downloaded ciborium-ll v0.2.2
8752024-02-21T00:21:46.614Z Downloaded camino-tempfile v1.1.1
8762024-02-21T00:21:46.614Z Downloaded assert_matches v1.5.0
8772024-02-21T00:21:46.614Z Downloaded bytes v1.5.0
8782024-02-21T00:21:46.619Z Downloaded mime v0.3.17
8792024-02-21T00:21:46.630Z Downloaded nested v0.1.1
8802024-02-21T00:21:46.630Z Downloaded impl-trait-for-tuples v0.2.2
8812024-02-21T00:21:47.062Z Downloaded bzip2 v0.4.4
8822024-02-21T00:21:47.063Z Downloaded approx v0.5.1
8832024-02-21T00:21:47.063Z Downloaded anes v0.1.6
8842024-02-21T00:21:47.617Z Downloaded bitvec v1.0.1
8852024-02-21T00:21:47.617Z Downloaded cstr-argument v0.1.2
8862024-02-21T00:21:47.617Z Downloaded ident_case v1.0.1
8872024-02-21T00:21:47.617Z Downloaded bb8 v0.8.3
8882024-02-21T00:21:47.617Z Downloaded bitfield v0.14.0
8892024-02-21T00:21:47.617Z Downloaded memoffset v0.9.0
8902024-02-21T00:21:47.618Z Downloaded newtype-uuid v1.0.1
8912024-02-21T00:21:47.618Z Downloaded newline-converter v0.3.0
8922024-02-21T00:21:47.618Z Downloaded linked-hash-map v0.5.6
8932024-02-21T00:21:47.618Z Downloaded zone_cfg_derive v0.3.0
8942024-02-21T00:21:47.618Z Downloaded want v0.3.1
8952024-02-21T00:21:47.618Z Downloaded indexmap v1.9.3
8962024-02-21T00:21:47.618Z Downloaded new_debug_unreachable v1.0.4
8972024-02-21T00:21:47.618Z Downloaded arrayvec v0.7.4
8982024-02-21T00:21:47.618Z Downloaded structopt-derive v0.4.18
8992024-02-21T00:21:47.618Z Downloaded semver v0.11.0
9002024-02-21T00:21:47.618Z Downloaded managed v0.8.0
9012024-02-21T00:21:47.618Z Downloaded signal-hook-mio v0.2.3
9022024-02-21T00:21:47.618Z Downloaded lazycell v1.3.0
9032024-02-21T00:21:47.618Z Downloaded home v0.5.5
9042024-02-21T00:21:47.618Z Downloaded libtest-mimic v0.6.1
9052024-02-21T00:21:47.618Z Downloaded base64ct v1.6.0
9062024-02-21T00:21:47.618Z Downloaded maplit v1.0.2
9072024-02-21T00:21:47.618Z Downloaded libefi-sys v0.1.0
9082024-02-21T00:21:47.619Z Downloaded num-derive v0.4.0
9092024-02-21T00:21:47.619Z Downloaded thread-id v4.2.0
9102024-02-21T00:21:47.619Z Downloaded clang-sys v1.6.1
9112024-02-21T00:21:47.619Z Downloaded nibble_vec v0.1.0
9122024-02-21T00:21:47.619Z Downloaded macaddr v1.0.1
9132024-02-21T00:21:47.619Z Downloaded lru v0.12.1
9142024-02-21T00:21:47.619Z Downloaded try-lock v0.2.4
9152024-02-21T00:21:47.619Z Downloaded http v0.2.11
9162024-02-21T00:21:47.619Z Downloaded foreign-types v0.5.0
9172024-02-21T00:21:47.619Z Downloaded scroll v0.12.0
9182024-02-21T00:21:47.619Z Downloaded rustls-native-certs v0.7.0
9192024-02-21T00:21:47.619Z Downloaded derive_builder_macro v0.12.0
9202024-02-21T00:21:47.620Z Downloaded miniz_oxide v0.7.1
9212024-02-21T00:21:47.620Z Downloaded tabled_derive v0.7.0
9222024-02-21T00:21:47.620Z Downloaded serde_plain v1.0.2
9232024-02-21T00:21:47.620Z Downloaded rustfmt-wrapper v0.2.0
9242024-02-21T00:21:47.620Z Downloaded crunchy v0.2.2
9252024-02-21T00:21:47.620Z Downloaded peeking_take_while v0.1.2
9262024-02-21T00:21:47.620Z Downloaded tempfile v3.10.0
9272024-02-21T00:21:47.620Z Downloaded radium v0.7.0
9282024-02-21T00:21:47.620Z Downloaded hex-literal v0.4.1
9292024-02-21T00:21:47.620Z Downloaded difflib v0.4.0
9302024-02-21T00:21:47.620Z Downloaded packed_struct_codegen v0.10.1
9312024-02-21T00:21:47.620Z Downloaded subtle v2.5.0
9322024-02-21T00:21:47.620Z Downloaded gethostname v0.4.3
9332024-02-21T00:21:47.620Z Downloaded http v1.0.0
9342024-02-21T00:21:47.620Z Downloaded futures-timer v3.0.2
9352024-02-21T00:21:47.620Z Downloaded crossbeam-epoch v0.9.15
9362024-02-21T00:21:47.620Z Downloaded untrusted v0.9.0
9372024-02-21T00:21:47.620Z Downloaded threadpool v1.8.1
9382024-02-21T00:21:47.620Z Downloaded slog-stdlog v4.1.1
9392024-02-21T00:21:47.620Z Downloaded darling_macro v0.14.4
9402024-02-21T00:21:47.620Z Downloaded which v4.4.0
9412024-02-21T00:21:47.620Z Downloaded socket2 v0.5.5
9422024-02-21T00:21:47.620Z Downloaded headers-core v0.2.0
9432024-02-21T00:21:47.621Z Downloaded digest v0.10.7
9442024-02-21T00:21:47.621Z Downloaded rustls-pki-types v1.3.0
9452024-02-21T00:21:47.621Z Downloaded serde_repr v0.1.16
9462024-02-21T00:21:47.621Z Downloaded predicates v3.1.0
9472024-02-21T00:21:47.621Z Downloaded defmt-parser v0.3.3
9482024-02-21T00:21:47.621Z Downloaded topological-sort v0.2.2
9492024-02-21T00:21:47.621Z Downloaded zerocopy-derive v0.7.32
9502024-02-21T00:21:47.621Z Downloaded darling_macro v0.20.3
9512024-02-21T00:21:47.621Z Downloaded rand_core v0.6.4
9522024-02-21T00:21:47.621Z Downloaded pest_derive v2.7.6
9532024-02-21T00:21:47.621Z Downloaded parking_lot v0.11.2
9542024-02-21T00:21:47.621Z Downloaded opaque-debug v0.3.0
9552024-02-21T00:21:47.621Z Downloaded olpc-cjson v0.1.3
9562024-02-21T00:21:47.621Z Downloaded dtrace-parser v0.1.14
9572024-02-21T00:21:47.621Z Downloaded fixedbitset v0.4.2
9582024-02-21T00:21:47.621Z Downloaded dof v0.3.0
9592024-02-21T00:21:47.621Z Downloaded rand_xorshift v0.3.0
9602024-02-21T00:21:47.621Z Downloaded proc-macro-error-attr v1.0.4
9612024-02-21T00:21:47.622Z Downloaded filetime v0.2.23
9622024-02-21T00:21:47.622Z Downloaded slog-term v2.9.0
9632024-02-21T00:21:47.622Z Downloaded num-rational v0.4.1
9642024-02-21T00:21:47.622Z Downloaded vec_map v0.8.2
9652024-02-21T00:21:47.622Z Downloaded target-spec v3.1.0
9662024-02-21T00:21:47.622Z Downloaded futures-core v0.3.30
9672024-02-21T00:21:47.622Z Downloaded slog-envlogger v2.2.0
9682024-02-21T00:21:47.622Z Downloaded flagset v0.4.3
9692024-02-21T00:21:47.622Z Downloaded backtrace v0.3.69
9702024-02-21T00:21:47.622Z Downloaded pkg-config v0.3.27
9712024-02-21T00:21:47.622Z Downloaded zerocopy v0.3.0
9722024-02-21T00:21:47.622Z Downloaded termtree v0.4.1
9732024-02-21T00:21:47.623Z Downloaded percent-encoding v2.3.1
9742024-02-21T00:21:47.623Z Downloaded serde-big-array v0.5.1
9752024-02-21T00:21:47.623Z Downloaded derive_more v0.99.17
9762024-02-21T00:21:47.623Z Downloaded path-slash v0.1.5
9772024-02-21T00:21:47.623Z Downloaded libsw v3.3.1
9782024-02-21T00:21:47.623Z Downloaded zeroize_derive v1.4.2
9792024-02-21T00:21:47.623Z Downloaded num_enum v0.5.11
9802024-02-21T00:21:47.623Z Downloaded downcast v0.11.0
9812024-02-21T00:21:47.623Z Downloaded globset v0.4.13
9822024-02-21T00:21:47.623Z Downloaded structopt v0.3.26
9832024-02-21T00:21:47.623Z Downloaded enum-as-inner v0.5.1
9842024-02-21T00:21:48.051Z Downloaded libloading v0.7.4
9852024-02-21T00:21:48.051Z Downloaded toolchain_find v0.2.0
9862024-02-21T00:21:48.051Z Downloaded serde-hex v0.1.0
9872024-02-21T00:21:48.051Z Downloaded serde-big-array v0.4.1
9882024-02-21T00:21:48.051Z Downloaded plotters-svg v0.3.5
9892024-02-21T00:21:48.052Z Downloaded embedded-io v0.4.0
9902024-02-21T00:21:48.052Z Downloaded test-strategy v0.3.1
9912024-02-21T00:21:48.052Z Downloaded slog-json v2.6.1
9922024-02-21T00:21:48.052Z Downloaded platforms v3.0.2
9932024-02-21T00:21:48.052Z Downloaded plain v0.2.3
9942024-02-21T00:21:48.052Z Downloaded log v0.4.20
9952024-02-21T00:21:48.053Z Downloaded guppy-workspace-hack v0.1.0
9962024-02-21T00:21:48.053Z Downloaded tower-layer v0.3.2
9972024-02-21T00:21:48.053Z Downloaded textwrap v0.11.0
9982024-02-21T00:21:48.053Z Downloaded pathdiff v0.2.1
9992024-02-21T00:21:48.053Z Downloaded version_check v0.9.4
10002024-02-21T00:21:48.053Z Downloaded termios v0.3.3
10012024-02-21T00:21:48.054Z Downloaded zone v0.3.0
10022024-02-21T00:21:48.054Z Downloaded siphasher v0.3.11
10032024-02-21T00:21:48.054Z Downloaded fallible-iterator v0.2.0
10042024-02-21T00:21:48.054Z Downloaded omicron-zone-package v0.11.0
10052024-02-21T00:21:48.054Z Downloaded similar v2.3.0
10062024-02-21T00:21:48.054Z Downloaded sec1 v0.7.3
10072024-02-21T00:21:48.054Z Downloaded smallvec v0.6.14
10082024-02-21T00:21:48.054Z Downloaded parse-display v0.9.0
10092024-02-21T00:21:48.054Z Downloaded proc-macro-error v1.0.4
10102024-02-21T00:21:48.054Z Downloaded scroll_derive v0.12.0
10112024-02-21T00:21:48.054Z Downloaded rustls-pemfile v1.0.3
10122024-02-21T00:21:48.054Z Downloaded flume v0.11.0
10132024-02-21T00:21:48.055Z Downloaded dirs-sys-next v0.1.2
10142024-02-21T00:21:48.055Z Downloaded pin-utils v0.1.0
10152024-02-21T00:21:48.055Z Downloaded postgres-types v0.2.6
10162024-02-21T00:21:48.055Z Downloaded postgres-protocol v0.6.6
10172024-02-21T00:21:48.055Z Downloaded subprocess v0.2.9
10182024-02-21T00:21:48.055Z Downloaded swrite v0.1.0
10192024-02-21T00:21:48.055Z Downloaded usdt-macro v0.5.0
10202024-02-21T00:21:48.055Z Downloaded diesel_table_macro_syntax v0.1.0
10212024-02-21T00:21:48.055Z Downloaded vte_generate_state_changes v0.1.1
10222024-02-21T00:21:48.055Z Downloaded matches v0.1.10
10232024-02-21T00:21:48.055Z Downloaded blake3 v1.5.0
10242024-02-21T00:21:48.055Z Downloaded foreign-types-shared v0.3.1
10252024-02-21T00:21:48.055Z Downloaded slog-scope v4.4.0
10262024-02-21T00:21:48.055Z Downloaded num_cpus v1.16.0
10272024-02-21T00:21:48.055Z Downloaded derive_builder_core v0.12.0
10282024-02-21T00:21:48.055Z Downloaded strum v0.25.0
10292024-02-21T00:21:48.055Z Downloaded unicode-xid v0.2.4
10302024-02-21T00:21:48.055Z Downloaded oso v0.27.0
10312024-02-21T00:21:48.055Z Downloaded fxhash v0.2.1
10322024-02-21T00:21:48.056Z Downloaded funty v2.0.0
10332024-02-21T00:21:48.056Z Downloaded zeroize v1.7.0
10342024-02-21T00:21:48.056Z Downloaded rayon-core v1.12.0
10352024-02-21T00:21:48.056Z Downloaded term v0.7.0
10362024-02-21T00:21:48.056Z Downloaded usdt-macro v0.3.5
10372024-02-21T00:21:48.056Z Downloaded smf v0.2.2
10382024-02-21T00:21:48.056Z Downloaded form_urlencoded v1.2.1
10392024-02-21T00:21:48.056Z Downloaded ff v0.13.0
10402024-02-21T00:21:48.056Z Downloaded tungstenite v0.20.1
10412024-02-21T00:21:48.056Z Downloaded unicode-width v0.1.11
10422024-02-21T00:21:48.056Z Downloaded remove_dir_all v0.5.3
10432024-02-21T00:21:48.056Z Downloaded quick-error v1.2.3
10442024-02-21T00:21:48.056Z Downloaded oorandom v11.1.3
10452024-02-21T00:21:48.056Z Downloaded tar v0.4.40
10462024-02-21T00:21:48.056Z Downloaded sqlparser_derive v0.2.2
10472024-02-21T00:21:48.056Z Downloaded toml v0.5.11
10482024-02-21T00:21:48.056Z Downloaded pem v3.0.2
10492024-02-21T00:21:48.056Z Downloaded whoami v1.4.1
10502024-02-21T00:21:48.056Z Downloaded ucd-trie v0.1.6
10512024-02-21T00:21:48.056Z Downloaded endian-type v0.1.2
10522024-02-21T00:21:48.056Z Downloaded derive-where v1.2.7
10532024-02-21T00:21:48.057Z Downloaded foreign-types v0.3.2
10542024-02-21T00:21:48.057Z Downloaded usdt-attr-macro v0.5.0
10552024-02-21T00:21:48.057Z Downloaded parking_lot v0.12.1
10562024-02-21T00:21:48.057Z Downloaded unarray v0.1.4
10572024-02-21T00:21:48.057Z Downloaded same-file v1.0.6
10582024-02-21T00:21:48.057Z Downloaded heapless v0.7.16
10592024-02-21T00:21:48.057Z Downloaded rust-argon2 v1.0.1
10602024-02-21T00:21:48.057Z Downloaded predicates-tree v1.0.9
10612024-02-21T00:21:48.057Z Downloaded predicates-core v1.0.6
10622024-02-21T00:21:48.057Z Downloaded rpassword v7.3.1
10632024-02-21T00:21:48.057Z Downloaded xattr v1.0.1
10642024-02-21T00:21:48.057Z Downloaded parse-size v1.0.0
10652024-02-21T00:21:48.057Z Downloaded owo-colors v4.0.0
10662024-02-21T00:21:48.057Z Downloaded strum_macros v0.26.1
10672024-02-21T00:21:48.057Z Downloaded usdt-impl v0.3.5
10682024-02-21T00:21:48.057Z Downloaded structmeta-derive v0.2.0
10692024-02-21T00:21:48.057Z Downloaded fd-lock v4.0.2
10702024-02-21T00:21:48.057Z Downloaded utf-8 v0.7.6
10712024-02-21T00:21:48.057Z Downloaded num_threads v0.1.6
10722024-02-21T00:21:48.057Z Downloaded getopts v0.2.21
10732024-02-21T00:21:48.057Z Downloaded serde_with v3.6.1
10742024-02-21T00:21:48.058Z Downloaded openssl-probe v0.1.5
10752024-02-21T00:21:48.058Z Downloaded either v1.10.0
10762024-02-21T00:21:48.058Z Downloaded dirs-next v2.0.0
10772024-02-21T00:21:48.058Z Downloaded itertools v0.12.1
10782024-02-21T00:21:48.058Z Downloaded foreign-types-shared v0.1.1
10792024-02-21T00:21:48.058Z Downloaded oso-derive v0.27.0
10802024-02-21T00:21:48.058Z Downloaded waitgroup v0.1.2
10812024-02-21T00:21:48.058Z Downloaded termcolor v1.2.0
10822024-02-21T00:21:48.058Z Downloaded secrecy v0.8.0
10832024-02-21T00:21:48.058Z Downloaded strum_macros v0.25.2
10842024-02-21T00:21:48.068Z Downloaded strum_macros v0.24.3
10852024-02-21T00:21:48.068Z Downloaded num_enum_derive v0.5.11
10862024-02-21T00:21:48.068Z Downloaded tiny-keccak v2.0.2
10872024-02-21T00:21:48.068Z Downloaded display-error-chain v0.2.0
10882024-02-21T00:21:48.068Z Downloaded fnv v1.0.7
10892024-02-21T00:21:48.068Z Downloaded pin-project v1.1.3
10902024-02-21T00:21:48.069Z Downloaded tinyvec_macros v0.1.1
10912024-02-21T00:21:48.069Z Downloaded glob v0.3.1
10922024-02-21T00:21:48.069Z Downloaded slog-bunyan v2.5.0
10932024-02-21T00:21:48.069Z Downloaded pretty-hex v0.2.1
10942024-02-21T00:21:48.069Z Downloaded memoffset v0.7.1
10952024-02-21T00:21:48.069Z Downloaded memmap2 v0.7.1
10962024-02-21T00:21:48.069Z Downloaded slab v0.4.9
10972024-02-21T00:21:48.069Z Downloaded tokio-postgres v0.7.10
10982024-02-21T00:21:48.069Z Downloaded env_logger v0.10.0
10992024-02-21T00:21:48.069Z Downloaded group v0.13.0
11002024-02-21T00:21:48.070Z Downloaded mime_guess v2.0.4
11012024-02-21T00:21:48.070Z Downloaded thiserror-impl-no-std v2.0.2
11022024-02-21T00:21:48.070Z Downloaded wait-timeout v0.2.0
11032024-02-21T00:21:48.070Z Downloaded rand_chacha v0.3.1
11042024-02-21T00:21:48.070Z Downloaded openssl-sys v0.9.96
11052024-02-21T00:21:48.070Z Downloaded futures-executor v0.3.30
11062024-02-21T00:21:48.070Z Downloaded structmeta v0.2.0
11072024-02-21T00:21:48.070Z Downloaded derive_builder v0.12.0
11082024-02-21T00:21:48.070Z Downloaded pest v2.7.6
11092024-02-21T00:21:48.071Z Downloaded defmt-macros v0.3.6
11102024-02-21T00:21:48.071Z Downloaded spki v0.7.2
11112024-02-21T00:21:48.071Z Downloaded thiserror-no-std v2.0.2
11122024-02-21T00:21:48.071Z Downloaded phf v0.11.2
11132024-02-21T00:21:48.071Z Downloaded tokio-macros v2.2.0
11142024-02-21T00:21:48.071Z Downloaded unicode-bidi v0.3.13
11152024-02-21T00:21:48.071Z Downloaded flate2 v1.0.28
11162024-02-21T00:21:48.071Z Downloaded tinytemplate v1.2.1
11172024-02-21T00:21:48.072Z Downloaded futures-channel v0.3.30
11182024-02-21T00:21:48.072Z Downloaded darling v0.14.4
11192024-02-21T00:21:48.072Z Downloaded tokio-rustls v0.24.1
11202024-02-21T00:21:48.072Z Downloaded unsafe-libyaml v0.2.10
11212024-02-21T00:21:48.072Z Downloaded memmap v0.7.0
11222024-02-21T00:21:48.072Z Downloaded tracing-attributes v0.1.26
11232024-02-21T00:21:48.072Z Downloaded unicode-segmentation v1.10.1
11242024-02-21T00:21:48.073Z Downloaded rustc-demangle v0.1.23
11252024-02-21T00:21:48.073Z Downloaded parking_lot_core v0.9.8
11262024-02-21T00:21:48.073Z Downloaded elliptic-curve v0.13.8
11272024-02-21T00:21:48.073Z Downloaded serde_with_macros v3.6.1
11282024-02-21T00:21:48.073Z Downloaded futures v0.3.30
11292024-02-21T00:21:48.073Z Downloaded toml_edit v0.19.15
11302024-02-21T00:21:48.073Z Downloaded num-traits v0.2.16
11312024-02-21T00:21:48.073Z Downloaded toml v0.7.8
11322024-02-21T00:21:48.074Z Downloaded textwrap v0.16.1
11332024-02-21T00:21:48.074Z Downloaded zerocopy v0.7.32
11342024-02-21T00:21:48.074Z Downloaded tinyvec v1.6.0
11352024-02-21T00:21:48.074Z Downloaded pretty_assertions v1.4.0
11362024-02-21T00:21:48.075Z Downloaded schemars v0.8.16
11372024-02-21T00:21:48.075Z Downloaded headers v0.3.9
11382024-02-21T00:21:48.075Z Downloaded half v2.3.1
11392024-02-21T00:21:48.075Z Downloaded sqlparser v0.43.1
11402024-02-21T00:21:48.075Z Downloaded hashbrown v0.12.3
11412024-02-21T00:21:48.075Z Downloaded typed-path v0.7.0
11422024-02-21T00:21:48.076Z Downloaded rayon v1.8.0
11432024-02-21T00:21:48.076Z Downloaded url v2.5.0
11442024-02-21T00:21:48.076Z Downloaded regex-automata v0.1.10
11452024-02-21T00:21:48.076Z Downloaded portable-atomic v1.4.3
11462024-02-21T00:21:48.077Z Downloaded lalrpop v0.19.12
11472024-02-21T00:21:48.077Z Downloaded idna v0.5.0
11482024-02-21T00:21:48.077Z Downloaded vcpkg v0.2.15
11492024-02-21T00:21:48.077Z Downloaded rustyline v13.0.0
11502024-02-21T00:21:48.078Z Downloaded reedline v0.29.0
11512024-02-21T00:21:48.078Z Downloaded rustls v0.21.9
11522024-02-21T00:21:48.078Z Downloaded proptest v1.4.0
11532024-02-21T00:21:48.078Z Downloaded regex-syntax v0.6.29
11542024-02-21T00:21:48.078Z Downloaded gimli v0.28.0
11552024-02-21T00:21:48.078Z Downloaded regex v1.10.3
11562024-02-21T00:21:48.078Z Downloaded trust-dns-proto v0.22.0
11572024-02-21T00:21:48.079Z Downloaded regex-syntax v0.8.2
11582024-02-21T00:21:48.079Z Downloaded goblin v0.8.0
11592024-02-21T00:21:48.080Z Downloaded winnow v0.5.15
11602024-02-21T00:21:48.080Z Downloaded regex-automata v0.4.4
11612024-02-21T00:21:48.080Z Downloaded tokio v1.36.0
11622024-02-21T00:21:48.080Z Downloaded radix_trie v0.2.1
11632024-02-21T00:21:48.081Z Downloaded rustls v0.22.2
11642024-02-21T00:21:48.081Z Downloaded openssl v0.10.60
11652024-02-21T00:21:48.081Z Downloaded polar-core v0.27.0
11662024-02-21T00:21:48.081Z Downloaded object v0.32.1
11672024-02-21T00:21:48.081Z Downloaded webpki-roots v0.25.2
11682024-02-21T00:21:48.082Z Downloaded futures-util v0.3.30
11692024-02-21T00:21:48.082Z Downloaded smoltcp v0.9.1
11702024-02-21T00:21:48.082Z Downloaded diesel v2.1.4
11712024-02-21T00:21:48.082Z Downloaded h2 v0.3.24
11722024-02-21T00:21:48.082Z Downloaded smoltcp v0.11.0
11732024-02-21T00:21:48.082Z Downloaded curve25519-dalek v4.1.1
11742024-02-21T00:21:48.082Z Downloaded syn v1.0.109
11752024-02-21T00:21:48.083Z Downloaded nix v0.27.1
11762024-02-21T00:21:48.083Z Downloaded openapiv3 v2.0.0
11772024-02-21T00:21:48.083Z Downloaded tabled v0.15.0
11782024-02-21T00:21:48.083Z Downloaded ratatui v0.26.1
11792024-02-21T00:21:48.083Z Downloaded zerocopy-derive v0.6.4
11802024-02-21T00:21:48.083Z Downloaded zerocopy-derive v0.2.0
11812024-02-21T00:21:48.083Z Downloaded bzip2-sys v0.1.11+1.0.8
11822024-02-21T00:21:48.084Z Downloaded regex-automata v0.3.8
11832024-02-21T00:21:48.084Z Downloaded sled v0.34.7
11842024-02-21T00:21:48.514Z Downloaded reqwest v0.11.22
11852024-02-21T00:21:48.514Z Downloaded quick-xml v0.30.0
11862024-02-21T00:21:48.514Z Downloaded object v0.30.4
11872024-02-21T00:21:48.514Z Downloaded regress v0.8.0
11882024-02-21T00:21:48.514Z Downloaded sha3 v0.10.8
11892024-02-21T00:21:48.514Z Downloaded csv v1.3.0
11902024-02-21T00:21:48.514Z Downloaded idna v0.2.3
11912024-02-21T00:21:48.514Z Downloaded bstr v0.2.17
11922024-02-21T00:21:48.515Z Downloaded plotters v0.3.5
11932024-02-21T00:21:48.515Z Downloaded bindgen v0.69.2
11942024-02-21T00:21:48.515Z Downloaded trust-dns-server v0.22.1
11952024-02-21T00:21:48.515Z Downloaded petgraph v0.6.4
11962024-02-21T00:21:48.515Z Downloaded hyper v0.14.27
11972024-02-21T00:21:48.515Z Downloaded chrono v0.4.31
11982024-02-21T00:21:48.515Z Downloaded time v0.3.27
11992024-02-21T00:21:48.515Z Downloaded guppy v0.17.5
12002024-02-21T00:21:48.515Z Downloaded rustls-webpki v0.101.7
12012024-02-21T00:21:48.515Z Downloaded encoding_rs v0.8.33
12022024-02-21T00:21:48.515Z Downloaded rustls-webpki v0.102.1
12032024-02-21T00:21:48.516Z Downloaded uuid v1.7.0
12042024-02-21T00:21:48.516Z Downloaded salty v0.2.0
12052024-02-21T00:21:48.516Z Downloaded serde_yaml v0.9.25
12062024-02-21T00:21:48.516Z Downloaded snafu v0.7.5
12072024-02-21T00:21:48.516Z Downloaded ron v0.8.1
12082024-02-21T00:21:48.516Z Downloaded libm v0.2.7
12092024-02-21T00:21:48.516Z Downloaded unicode-normalization v0.1.22
12102024-02-21T00:21:48.516Z Downloaded clap v2.34.0
12112024-02-21T00:21:48.516Z Downloaded trust-dns-client v0.22.0
12122024-02-21T00:21:48.516Z Downloaded sqlformat v0.2.3
12132024-02-21T00:21:48.517Z Downloaded strsim v0.10.0
12142024-02-21T00:21:48.517Z Downloaded pest_generator v2.7.6
12152024-02-21T00:21:48.517Z Downloaded usdt-impl v0.5.0
12162024-02-21T00:21:48.517Z Downloaded aho-corasick v1.0.4
12172024-02-21T00:21:48.949Z Downloaded sha1 v0.10.6
12182024-02-21T00:21:48.949Z Downloaded proc-macro-crate v1.3.1
12192024-02-21T00:21:48.949Z Downloaded diff v0.1.13
12202024-02-21T00:21:48.950Z Downloaded time-macros v0.2.13
12212024-02-21T00:21:48.950Z Downloaded unicode_categories v0.1.1
12222024-02-21T00:21:48.950Z Downloaded papergrid v0.11.0
12232024-02-21T00:21:48.950Z Downloaded tracing v0.1.37
12242024-02-21T00:21:48.950Z Downloaded fs-err v2.11.0
12252024-02-21T00:21:48.950Z Downloaded resolv-conf v0.7.0
12262024-02-21T00:21:48.951Z Downloaded pin-project-lite v0.2.13
12272024-02-21T00:21:48.951Z Downloaded rand v0.4.6
12282024-02-21T00:21:48.951Z Downloaded fragile v2.0.0
12292024-02-21T00:21:48.951Z Downloaded once_cell v1.19.0
12302024-02-21T00:21:48.951Z Downloaded rustls-pemfile v2.1.0
12312024-02-21T00:21:48.951Z Downloaded rstest v0.18.2
12322024-02-21T00:21:48.951Z Downloaded rand v0.8.5
12332024-02-21T00:21:48.951Z Downloaded minimal-lexical v0.2.1
12342024-02-21T00:21:48.951Z Downloaded tough v0.16.0
12352024-02-21T00:21:48.951Z Downloaded steno v0.4.0
12362024-02-21T00:21:48.952Z Downloaded der_derive v0.7.2
12372024-02-21T00:21:48.952Z Downloaded sct v0.7.0
12382024-02-21T00:21:48.952Z Downloaded trust-dns-resolver v0.22.0
12392024-02-21T00:21:48.952Z Downloaded openssl-macros v0.1.1
12402024-02-21T00:21:48.952Z Downloaded pkcs8 v0.10.2
12412024-02-21T00:21:48.952Z Downloaded ref-cast-impl v1.0.20
12422024-02-21T00:21:48.952Z Downloaded ref-cast v1.0.20
12432024-02-21T00:21:48.952Z Downloaded password-hash v0.5.0
12442024-02-21T00:21:48.952Z Downloaded partial-io v0.5.4
12452024-02-21T00:21:48.952Z Downloaded bstr v1.6.0
12462024-02-21T00:21:48.953Z Downloaded getrandom v0.2.10
12472024-02-21T00:21:48.953Z Downloaded tokio-util v0.7.10
12482024-02-21T00:21:48.953Z Downloaded ena v0.14.2
12492024-02-21T00:21:48.953Z Downloaded postcard v1.0.8
12502024-02-21T00:21:48.953Z Downloaded typenum v1.16.0
12512024-02-21T00:21:48.953Z Downloaded prettyplease v0.2.16
12522024-02-21T00:21:48.953Z Downloaded zerocopy v0.6.4
12532024-02-21T00:21:48.953Z Downloaded num-bigint-dig v0.8.4
12542024-02-21T00:21:48.953Z Downloaded nom v7.1.3
12552024-02-21T00:21:48.954Z Downloaded crossterm v0.27.0
12562024-02-21T00:21:48.954Z Downloaded x509-cert v0.2.4
12572024-02-21T00:21:48.954Z Downloaded rusty-fork v0.3.0
12582024-02-21T00:21:48.954Z Downloaded darling_core v0.14.4
12592024-02-21T00:21:48.954Z Downloaded nodrop v0.1.14
12602024-02-21T00:21:48.954Z Downloaded tap v1.0.1
12612024-02-21T00:21:48.954Z Downloaded tui-tree-widget v0.17.0
12622024-02-21T00:21:48.954Z Downloaded zip v0.6.6
12632024-02-21T00:21:48.954Z Downloaded darling_core v0.20.3
12642024-02-21T00:21:48.955Z Downloaded itertools v0.10.5
12652024-02-21T00:21:48.955Z Downloaded hashbrown v0.13.2
12662024-02-21T00:21:48.955Z Downloaded static_assertions v1.1.0
12672024-02-21T00:21:48.955Z Downloaded rustc-hash v1.1.0
12682024-02-21T00:21:48.955Z Downloaded serde_tokenstream v0.2.0
12692024-02-21T00:21:48.955Z Downloaded pkcs1 v0.7.5
12702024-02-21T00:21:48.955Z Downloaded libxml v0.3.3
12712024-02-21T00:21:48.955Z Downloaded rustc_version v0.1.7
12722024-02-21T00:21:48.955Z Downloaded slog v2.7.0
12732024-02-21T00:21:48.956Z Downloaded rsa v0.9.2
12742024-02-21T00:21:48.956Z Downloaded expectorate v1.1.0
12752024-02-21T00:21:48.956Z Downloaded schemars_derive v0.8.16
12762024-02-21T00:21:48.956Z Downloaded slog-async v2.8.0
12772024-02-21T00:21:48.956Z Downloaded der v0.7.8
12782024-02-21T00:21:48.956Z Downloaded stringprep v0.1.3
12792024-02-21T00:21:48.956Z Downloaded tower v0.4.13
12802024-02-21T00:21:48.956Z Downloaded yansi v0.5.1
12812024-02-21T00:21:48.957Z Downloaded fatfs v0.3.6
12822024-02-21T00:21:48.957Z Downloaded foreign-types-macros v0.2.3
12832024-02-21T00:21:48.957Z Downloaded walkdir v2.4.0
12842024-02-21T00:21:48.957Z Downloaded fd-lock v3.0.13
12852024-02-21T00:21:48.957Z Downloaded ring v0.17.8
12862024-02-21T00:21:48.957Z Downloaded unicase v2.7.0
12872024-02-21T00:21:48.957Z Downloaded target-lexicon v0.12.13
12882024-02-21T00:21:48.957Z Downloaded darling v0.20.3
12892024-02-21T00:21:48.958Z Downloaded tokio-tungstenite v0.20.1
12902024-02-21T00:21:48.958Z Downloaded tokio-native-tls v0.3.1
12912024-02-21T00:21:48.958Z Downloaded diesel_derives v2.1.2
12922024-02-21T00:21:48.958Z Downloaded poly1305 v0.8.0
12932024-02-21T00:21:48.958Z Downloaded yasna v0.5.2
12942024-02-21T00:21:48.958Z Downloaded vte v0.11.1
12952024-02-21T00:21:48.958Z Downloaded ed25519 v1.5.3
12962024-02-21T00:21:48.958Z Downloaded heapless v0.8.0
12972024-02-21T00:21:48.959Z Downloaded criterion v0.5.1
12982024-02-21T00:21:48.959Z Downloaded slog-dtrace v0.3.0
12992024-02-21T00:21:48.959Z Downloaded pin-project-internal v1.1.3
13002024-02-21T00:21:48.959Z Downloaded vsss-rs v3.3.4
13012024-02-21T00:21:48.959Z Downloaded ring v0.16.20
13022024-02-21T00:21:48.967Z Downloaded parse-display-derive v0.9.0
13032024-02-21T00:21:48.967Z Downloaded mio v0.8.9
13042024-02-21T00:21:48.967Z Downloaded similar-asserts v1.5.0
13052024-02-21T00:21:48.968Z Downloaded string_cache v0.8.7
13062024-02-21T00:21:48.968Z Downloaded rcgen v0.12.1
13072024-02-21T00:21:48.968Z Downloaded tracing-core v0.1.31
13082024-02-21T00:21:48.968Z Downloaded spin v0.9.8
13092024-02-21T00:21:48.968Z Downloaded debug-ignore v1.0.5
13102024-02-21T00:21:48.968Z Downloaded semver-parser v0.10.2
13112024-02-21T00:21:48.968Z Downloaded num-bigint v0.4.4
13122024-02-21T00:21:48.968Z Downloaded hyper v1.1.0
13132024-02-21T00:21:48.968Z Downloaded dyn-clone v1.0.16
13142024-02-21T00:21:48.968Z Downloaded spin v0.5.2
13152024-02-21T00:21:48.969Z Downloaded phf_shared v0.11.2
13162024-02-21T00:21:48.969Z Downloaded paste v1.0.14
13172024-02-21T00:21:48.969Z Downloaded datatest-stable v0.2.3
13182024-02-21T00:21:48.969Z Downloaded data-encoding v2.4.0
13192024-02-21T00:21:48.969Z Downloaded signature v2.1.0
13202024-02-21T00:21:48.969Z Downloaded plotters-backend v0.3.5
13212024-02-21T00:21:48.969Z Downloaded fastrand v2.0.1
13222024-02-21T00:21:48.969Z Downloaded sha2 v0.10.8
13232024-02-21T00:21:48.969Z Downloaded trybuild v1.0.89
13242024-02-21T00:21:48.970Z Downloaded pest_meta v2.7.6
13252024-02-21T00:21:48.970Z Downloaded parking_lot_core v0.8.6
13262024-02-21T00:21:48.970Z Downloaded strum v0.26.1
13272024-02-21T00:21:48.970Z Downloaded pem-rfc7468 v0.7.0
13282024-02-21T00:21:48.970Z Downloaded generic-array v0.14.7
13292024-02-21T00:21:48.970Z Downloaded tokio-stream v0.1.14
13302024-02-21T00:21:48.970Z Downloaded rstest_macros v0.18.2
13312024-02-21T00:21:48.970Z Downloaded packed_struct v0.10.1
13322024-02-21T00:21:48.970Z Downloaded futures-sink v0.3.30
13332024-02-21T00:21:48.970Z Downloaded futures-task v0.3.30
13342024-02-21T00:21:48.970Z Downloaded keccak v0.1.4
13352024-02-21T00:21:48.970Z Downloaded crypto-bigint v0.5.2
13362024-02-21T00:21:48.971Z Downloaded cfg-expr v0.15.6
13372024-02-21T00:21:48.971Z Downloaded socket2 v0.4.9
13382024-02-21T00:21:48.971Z Downloaded synstructure v0.12.6
13392024-02-21T00:21:48.971Z Downloaded ipnetwork v0.20.0
13402024-02-21T00:21:48.971Z Downloaded untrusted v0.7.1
13412024-02-21T00:21:48.971Z Downloaded cookie v0.18.0
13422024-02-21T00:21:48.971Z Downloaded smallvec v1.13.1
13432024-02-21T00:21:48.971Z Downloaded signal-hook v0.3.17
13442024-02-21T00:21:48.971Z Downloaded cc v1.0.83
13452024-02-21T00:21:48.971Z Downloaded hash32 v0.3.1
13462024-02-21T00:21:48.971Z Downloaded hash32 v0.2.1
13472024-02-21T00:21:48.972Z Downloaded futures-macro v0.3.30
13482024-02-21T00:21:48.972Z Downloaded ppv-lite86 v0.2.17
13492024-02-21T00:21:48.972Z Downloaded heck v0.3.3
13502024-02-21T00:21:48.972Z Downloaded defmt v0.3.5
13512024-02-21T00:21:48.972Z Downloaded serde_derive_internals v0.26.0
13522024-02-21T00:21:48.972Z Downloaded crc-any v2.4.3
13532024-02-21T00:21:48.972Z Downloaded phf_shared v0.10.0
13542024-02-21T00:21:48.972Z Downloaded futures-io v0.3.30
13552024-02-21T00:21:48.972Z Downloaded addr2line v0.21.0
13562024-02-21T00:21:48.972Z Downloaded arc-swap v1.6.0
13572024-02-21T00:21:48.973Z Downloaded unicode-linebreak v0.1.5
13582024-02-21T00:21:48.973Z Downloaded universal-hash v0.5.1
13592024-02-21T00:21:48.973Z Downloaded allocator-api2 v0.2.16
13602024-02-21T00:21:48.973Z Downloaded chacha20poly1305 v0.10.1
13612024-02-21T00:21:48.973Z Downloaded crossbeam-utils v0.8.16
13622024-02-21T00:21:48.973Z Downloaded thread_local v1.1.7
13632024-02-21T00:21:48.973Z Downloaded serde_tokenstream v0.1.7
13642024-02-21T00:21:48.973Z Downloaded r2d2 v0.8.10
13652024-02-21T00:21:48.973Z Downloaded hex v0.4.3
13662024-02-21T00:21:48.974Z Downloaded wyz v0.5.1
13672024-02-21T00:21:48.974Z Downloaded pretty-hex v0.4.1
13682024-02-21T00:21:48.974Z Downloaded number_prefix v0.4.0
13692024-02-21T00:21:48.974Z Downloaded dof v0.1.5
13702024-02-21T00:21:48.974Z Downloaded cancel-safe-futures v0.1.5
13712024-02-21T00:21:48.974Z Downloaded snafu-derive v0.7.5
13722024-02-21T00:21:48.974Z Downloaded compact_str v0.7.1
13732024-02-21T00:21:48.974Z Downloaded signal-hook-registry v1.4.1
13742024-02-21T00:21:48.974Z Downloaded serde_path_to_error v0.1.15
13752024-02-21T00:21:48.975Z Downloaded nanorand v0.7.0
13762024-02-21T00:21:48.975Z Downloaded crc32fast v1.3.2
13772024-02-21T00:21:48.975Z Downloaded csv-core v0.1.11
13782024-02-21T00:21:48.975Z Downloaded structmeta v0.3.0
13792024-02-21T00:21:48.975Z Downloaded structmeta-derive v0.3.0
13802024-02-21T00:21:48.975Z Downloaded precomputed-hash v0.1.1
13812024-02-21T00:21:48.975Z Downloaded relative-path v1.9.0
13822024-02-21T00:21:48.975Z Downloaded tower-service v0.3.2
13832024-02-21T00:21:48.975Z Downloaded dtrace-parser v0.2.0
13842024-02-21T00:21:48.975Z Downloaded doc-comment v0.3.3
13852024-02-21T00:21:48.975Z Downloaded float-cmp v0.9.0
13862024-02-21T00:21:48.975Z Downloaded deranged v0.3.8
13872024-02-21T00:21:48.975Z Downloaded usdt v0.5.0
13882024-02-21T00:21:48.975Z Downloaded usdt v0.3.5
13892024-02-21T00:21:48.975Z Downloaded tokio-rustls v0.25.0
13902024-02-21T00:21:48.976Z Downloaded tempdir v0.3.7
13912024-02-21T00:21:48.976Z Downloaded supports-color v3.0.0
13922024-02-21T00:21:48.976Z Downloaded strip-ansi-escapes v0.2.0
13932024-02-21T00:21:48.976Z Downloaded multimap v0.10.0
13942024-02-21T00:21:48.976Z Downloaded time-core v0.1.1
13952024-02-21T00:21:48.976Z Downloaded smawk v0.3.1
13962024-02-21T00:21:48.976Z Downloaded semver v0.1.20
13972024-02-21T00:21:48.976Z Downloaded stable_deref_trait v1.2.0
13982024-02-21T00:21:48.976Z Downloaded signature v1.6.4
13992024-02-21T00:21:48.976Z Downloaded shell-words v1.1.0
14002024-02-21T00:21:48.976Z Downloaded native-tls v0.2.11
14012024-02-21T00:21:48.976Z Downloaded hyper-util v0.1.2
14022024-02-21T00:21:48.988Z Downloaded base16ct v0.2.0
14032024-02-21T00:21:48.988Z Downloaded backoff v0.4.0
14042024-02-21T00:21:48.988Z Downloaded assert_cmd v2.0.14
14052024-02-21T00:21:48.988Z Downloaded ahash v0.8.7
14062024-02-21T00:21:48.988Z Downloaded strsim v0.8.0
14072024-02-21T00:21:48.988Z Downloaded shlex v1.3.0
14082024-02-21T00:21:48.988Z Downloaded serde_urlencoded v0.7.1
14092024-02-21T00:21:48.988Z Downloaded scheduled-thread-pool v0.2.7
14102024-02-21T00:21:48.988Z Downloaded rustversion v1.0.14
14112024-02-21T00:21:48.988Z Downloaded linear-map v1.2.0
14122024-02-21T00:21:48.988Z Downloaded constant_time_eq v0.2.6
14132024-02-21T00:21:48.989Z Downloaded async-trait v0.1.77
14142024-02-21T00:21:48.989Z Downloaded ansi_term v0.12.1
14152024-02-21T00:21:48.989Z Downloaded usdt-attr-macro v0.3.5
14162024-02-21T00:21:48.989Z Downloaded take_mut v0.2.2
14172024-02-21T00:21:48.989Z Downloaded ciborium v0.2.2
14182024-02-21T00:21:48.989Z Downloaded const-oid v0.9.5
14192024-02-21T00:21:48.989Z Downloaded bitflags v1.3.2
14202024-02-21T00:21:48.989Z Downloaded signal-hook-tokio v0.3.1
14212024-02-21T00:21:48.989Z Downloaded scopeguard v1.2.0
14222024-02-21T00:21:48.989Z Downloaded lazy_static v1.4.0
14232024-02-21T00:21:48.989Z Downloaded lalrpop-util v0.19.12
14242024-02-21T00:21:48.989Z Downloaded criterion-plot v0.5.0
14252024-02-21T00:21:48.989Z Downloaded cexpr v0.6.0
14262024-02-21T00:21:48.989Z Downloaded crossbeam-channel v0.5.8
14272024-02-21T00:21:48.989Z Downloaded crypto-common v0.1.6
14282024-02-21T00:21:48.989Z Downloaded lock_api v0.4.10
14292024-02-21T00:21:48.989Z Downloaded highway v1.1.0
14302024-02-21T00:21:48.989Z Downloaded arrayref v0.3.7
14312024-02-21T00:21:48.989Z Downloaded stability v0.1.1
14322024-02-21T00:21:48.989Z Downloaded mockall v0.12.0
14332024-02-21T00:21:48.989Z Downloaded bytecount v0.6.3
14342024-02-21T00:21:48.989Z Downloaded block-buffer v0.10.4
14352024-02-21T00:21:48.989Z Downloaded async-recursion v1.0.5
14362024-02-21T00:21:48.989Z Downloaded adler v1.0.2
14372024-02-21T00:21:48.990Z Downloaded atomic-waker v1.1.1
14382024-02-21T00:21:48.990Z Downloaded argon2 v0.5.3
14392024-02-21T00:21:48.990Z Downloaded kstat-rs v0.2.3
14402024-02-21T00:21:48.990Z Downloaded indicatif v0.17.8
14412024-02-21T00:21:48.990Z Downloaded crc v3.0.1
14422024-02-21T00:21:48.990Z Downloaded block-padding v0.3.3
14432024-02-21T00:21:48.990Z Downloaded async-stream v0.3.5
14442024-02-21T00:21:48.990Z Downloaded array-init v0.0.4
14452024-02-21T00:21:48.990Z Downloaded aead v0.5.2
14462024-02-21T00:21:48.990Z Downloaded corncobs v0.1.3
14472024-02-21T00:21:48.990Z Downloaded convert_case v0.4.0
14482024-02-21T00:21:48.990Z Downloaded crc-catalog v2.2.0
14492024-02-21T00:21:48.990Z Downloaded colored v2.0.4
14502024-02-21T00:21:48.990Z Downloaded ipnet v2.9.0
14512024-02-21T00:21:48.990Z Downloaded console v0.15.8
14522024-02-21T00:21:48.990Z Downloaded normalize-line-endings v0.3.0
14532024-02-21T00:21:48.990Z Downloaded httptest v0.15.5
14542024-02-21T00:21:48.990Z Downloaded iana-time-zone v0.1.57
14552024-02-21T00:21:48.990Z Downloaded crossbeam-deque v0.8.3
14562024-02-21T00:21:48.990Z Downloaded cpufeatures v0.2.12
14572024-02-21T00:21:48.990Z Downloaded constant_time_eq v0.3.0
14582024-02-21T00:21:48.990Z Downloaded md-5 v0.10.5
14592024-02-21T00:21:48.990Z Downloaded crucible-workspace-hack v0.1.0
14602024-02-21T00:21:48.990Z Downloaded basic-toml v0.1.8
14612024-02-21T00:21:48.990Z Downloaded is_ci v1.2.0
14622024-02-21T00:21:48.990Z Downloaded inout v0.1.3
14632024-02-21T00:21:48.991Z Downloaded rustc_version v0.4.0
14642024-02-21T00:21:48.991Z Downloaded rtoolbox v0.0.1
14652024-02-21T00:21:48.991Z Downloaded maybe-uninit v2.0.0
14662024-02-21T00:21:48.991Z Downloaded bit-set v0.5.3
14672024-02-21T00:21:48.991Z Downloaded hkdf v0.12.4
14682024-02-21T00:21:48.991Z Downloaded autocfg v1.1.0
14692024-02-21T00:21:48.991Z Downloaded bcs v0.1.6
14702024-02-21T00:21:48.991Z Downloaded atomicwrites v0.4.3
14712024-02-21T00:21:48.991Z Downloaded async-stream-impl v0.3.5
14722024-02-21T00:21:48.991Z Downloaded match_cfg v0.1.0
14732024-02-21T00:21:48.991Z Downloaded newtype_derive v0.1.6
14742024-02-21T00:21:48.991Z Downloaded multer v3.0.0
14752024-02-21T00:21:48.991Z Downloaded lru-cache v0.1.2
14762024-02-21T00:21:48.991Z Downloaded hyper-rustls v0.26.0
14772024-02-21T00:21:48.991Z Downloaded cipher v0.4.4
14782024-02-21T00:21:48.991Z Downloaded castaway v0.2.2
14792024-02-21T00:21:48.991Z Downloaded blake2 v0.10.6
14802024-02-21T00:21:48.991Z Downloaded num-complex v0.4.4
14812024-02-21T00:21:48.991Z Downloaded num v0.4.1
14822024-02-21T00:21:48.991Z Downloaded nu-ansi-term v0.50.0
14832024-02-21T00:21:48.991Z Downloaded hyper-rustls v0.24.2
14842024-02-21T00:21:48.991Z Downloaded humantime v2.1.0
14852024-02-21T00:21:48.991Z Downloaded chacha20 v0.9.1
14862024-02-21T00:21:48.991Z Downloaded blake2b_simd v1.0.1
14872024-02-21T00:21:48.991Z Downloaded hubpack_derive v0.1.1
14882024-02-21T00:21:48.991Z Downloaded cassowary v0.3.0
14892024-02-21T00:21:48.992Z Downloaded http-range v0.1.5
14902024-02-21T00:21:49.394Z Compiling libc v0.2.153
14912024-02-21T00:21:49.394Z Compiling serde v1.0.196
14922024-02-21T00:21:49.394Z Compiling autocfg v1.1.0
14932024-02-21T00:21:49.401Z Compiling version_check v0.9.4
14942024-02-21T00:21:49.401Z Checking cfg-if v1.0.0
14952024-02-21T00:21:49.454Z Compiling syn v1.0.109
14962024-02-21T00:21:49.878Z Compiling syn v2.0.48
14972024-02-21T00:21:49.878Z Compiling parking_lot_core v0.9.8
14982024-02-21T00:21:49.878Z Compiling memchr v2.6.3
14992024-02-21T00:21:50.056Z Compiling libm v0.2.7
15002024-02-21T00:21:50.072Z Compiling once_cell v1.19.0
15012024-02-21T00:21:50.357Z Compiling lock_api v0.4.10
15022024-02-21T00:21:50.452Z Compiling ahash v0.8.7
15032024-02-21T00:21:50.502Z Compiling num-traits v0.2.16
15042024-02-21T00:21:50.828Z Compiling serde_json v1.0.114
15052024-02-21T00:21:50.850Z Compiling byteorder v1.5.0
15062024-02-21T00:21:51.318Z Compiling log v0.4.20
15072024-02-21T00:21:51.471Z Checking getrandom v0.2.10
15082024-02-21T00:21:51.968Z Compiling cc v1.0.83
15092024-02-21T00:21:51.968Z Compiling slab v0.4.9
15102024-02-21T00:21:51.968Z Compiling typenum v1.16.0
15112024-02-21T00:21:52.115Z Checking itoa v1.0.9
15122024-02-21T00:21:52.135Z Compiling generic-array v0.14.7
15132024-02-21T00:21:52.191Z Checking scopeguard v1.2.0
15142024-02-21T00:21:52.292Z Compiling allocator-api2 v0.2.16
15152024-02-21T00:21:52.317Z Compiling pkg-config v0.3.27
15162024-02-21T00:21:52.531Z Compiling rustix v0.38.31
15172024-02-21T00:21:53.158Z Checking smallvec v1.13.1
15182024-02-21T00:21:53.437Z Compiling schemars v0.8.16
15192024-02-21T00:21:53.513Z Compiling httparse v1.8.0
15202024-02-21T00:21:53.535Z Compiling fnv v1.0.7
15212024-02-21T00:21:53.863Z Compiling vcpkg v0.2.15
15222024-02-21T00:21:54.006Z Compiling aho-corasick v1.0.4
15232024-02-21T00:21:54.638Z Compiling regex-syntax v0.8.2
15242024-02-21T00:21:55.219Z Compiling ring v0.17.8
15252024-02-21T00:21:56.319Z Compiling openssl-sys v0.9.96
15262024-02-21T00:21:57.014Z Checking parking_lot v0.12.1
15272024-02-21T00:21:57.152Z Checking pin-project-lite v0.2.13
15282024-02-21T00:21:57.267Z Compiling ucd-trie v0.1.6
15292024-02-21T00:21:57.703Z Compiling serde_derive_internals v0.26.0
15302024-02-21T00:21:57.890Z Compiling regex-automata v0.4.4
15312024-02-21T00:21:58.946Z Compiling ring v0.16.20
15322024-02-21T00:21:59.180Z Checking ryu v1.0.15
15332024-02-21T00:22:00.793Z Checking signal-hook-registry v1.4.1
15342024-02-21T00:22:00.806Z Compiling openssl v0.10.60
15352024-02-21T00:22:00.807Z Compiling crossbeam-utils v0.8.16
15362024-02-21T00:22:00.952Z Checking mio v0.8.9
15372024-02-21T00:22:01.092Z Checking rand_core v0.6.4
15382024-02-21T00:22:01.152Z Compiling iana-time-zone v0.1.57
15392024-02-21T00:22:01.365Z Checking num_cpus v1.16.0
15402024-02-21T00:22:01.471Z Compiling native-tls v0.2.11
15412024-02-21T00:22:01.587Z Compiling rustls v0.21.9
15422024-02-21T00:22:01.607Z Checking futures-core v0.3.30
15432024-02-21T00:22:01.870Z Compiling spin v0.5.2
15442024-02-21T00:22:01.890Z Compiling dyn-clone v1.0.16
15452024-02-21T00:22:01.911Z Checking socket2 v0.5.5
15462024-02-21T00:22:02.090Z Compiling regex v1.10.3
15472024-02-21T00:22:02.102Z Compiling slog v2.7.0
15482024-02-21T00:22:02.310Z Compiling async-trait v0.1.77
15492024-02-21T00:22:02.714Z Compiling memoffset v0.9.0
15502024-02-21T00:22:03.257Z Compiling crossbeam-epoch v0.9.15
15512024-02-21T00:22:03.282Z Compiling backtrace v0.3.69
15522024-02-21T00:22:03.617Z Compiling futures-sink v0.3.30
15532024-02-21T00:22:03.766Z Compiling errno v0.3.8
15542024-02-21T00:22:04.231Z Compiling crc32fast v1.3.2
15552024-02-21T00:22:04.255Z Compiling either v1.10.0
15562024-02-21T00:22:04.255Z Compiling tinyvec_macros v0.1.1
15572024-02-21T00:22:04.255Z Compiling unicode-xid v0.2.4
15582024-02-21T00:22:04.675Z Compiling rustversion v1.0.14
15592024-02-21T00:22:04.687Z Compiling tinyvec v1.6.0
15602024-02-21T00:22:04.687Z Compiling futures-channel v0.3.30
15612024-02-21T00:22:04.687Z Compiling serde_derive v1.0.196
15622024-02-21T00:22:04.735Z Compiling zerocopy-derive v0.7.32
15632024-02-21T00:22:04.810Z Compiling thiserror-impl v1.0.57
15642024-02-21T00:22:04.932Z Compiling zeroize_derive v1.4.2
15652024-02-21T00:22:05.106Z Compiling tokio-macros v2.2.0
15662024-02-21T00:22:05.302Z Compiling futures-macro v0.3.30
15672024-02-21T00:22:05.870Z Compiling tracing-attributes v0.1.26
15682024-02-21T00:22:06.681Z Compiling schemars_derive v0.8.16
15692024-02-21T00:22:06.957Z Compiling openssl-macros v0.1.1
15702024-02-21T00:22:07.294Z Compiling zerocopy v0.7.32
15712024-02-21T00:22:07.696Z Checking zeroize v1.7.0
15722024-02-21T00:22:08.387Z Compiling thiserror v1.0.57
15732024-02-21T00:22:08.546Z Compiling pest v2.7.6
15742024-02-21T00:22:08.634Z Compiling unicode-width v0.1.11
15752024-02-21T00:22:08.793Z Compiling pin-utils v0.1.0
15762024-02-21T00:22:08.894Z Compiling anyhow v1.0.75
15772024-02-21T00:22:09.356Z Compiling futures-io v0.3.30
15782024-02-21T00:22:10.260Z Compiling hashbrown v0.14.3
15792024-02-21T00:22:10.260Z Compiling futures-task v0.3.30
15802024-02-21T00:22:10.260Z Compiling futures-util v0.3.30
15812024-02-21T00:22:10.260Z Compiling unicode-normalization v0.1.22
15822024-02-21T00:22:10.490Z Compiling spin v0.9.8
15832024-02-21T00:22:11.014Z Compiling pest_meta v2.7.6
15842024-02-21T00:22:11.058Z Compiling tracing-core v0.1.31
15852024-02-21T00:22:11.137Z Compiling unicode-bidi v0.3.13
15862024-02-21T00:22:11.350Z Compiling der_derive v0.7.2
15872024-02-21T00:22:11.930Z Compiling tracing v0.1.37
15882024-02-21T00:22:12.499Z Compiling pest_generator v2.7.6
15892024-02-21T00:22:12.726Z Compiling winnow v0.5.15
15902024-02-21T00:22:13.172Z Compiling lazy_static v1.4.0
15912024-02-21T00:22:14.364Z Checking subtle v2.5.0
15922024-02-21T00:22:14.705Z Compiling percent-encoding v2.3.1
15932024-02-21T00:22:15.760Z Compiling time-core v0.1.1
15942024-02-21T00:22:15.946Z Compiling foreign-types-shared v0.1.1
15952024-02-21T00:22:16.015Z Compiling untrusted v0.9.0
15962024-02-21T00:22:16.095Z Compiling untrusted v0.7.1
15972024-02-21T00:22:16.348Z Compiling pest_derive v2.7.6
15982024-02-21T00:22:16.665Z Compiling foreign-types v0.3.2
15992024-02-21T00:22:16.781Z Compiling time-macros v0.2.13
16002024-02-21T00:22:18.039Z Compiling scroll_derive v0.12.0
16012024-02-21T00:22:18.653Z Compiling synstructure v0.12.6
16022024-02-21T00:22:19.507Z Checking bytes v1.5.0
16032024-02-21T00:22:19.734Z Checking bitflags v2.4.0
16042024-02-21T00:22:20.296Z Compiling thread-id v4.2.0
16052024-02-21T00:22:20.415Z Compiling indexmap v2.2.3
16062024-02-21T00:22:20.583Z Compiling uuid v1.7.0
16072024-02-21T00:22:20.718Z Compiling chrono v0.4.31
16082024-02-21T00:22:20.904Z Compiling semver v1.0.22
16092024-02-21T00:22:21.519Z Compiling http v0.2.11
16102024-02-21T00:22:21.653Z Checking tokio v1.36.0
16112024-02-21T00:22:22.234Z Compiling serde_spanned v0.6.5
16122024-02-21T00:22:22.246Z Compiling toml_datetime v0.6.5
16132024-02-21T00:22:22.701Z Compiling rustc_version v0.4.0
16142024-02-21T00:22:22.744Z Compiling openapiv3 v2.0.0
16152024-02-21T00:22:23.061Z Compiling toml_edit v0.19.15
16162024-02-21T00:22:24.321Z Compiling try-lock v0.2.4
16172024-02-21T00:22:24.488Z Compiling base64 v0.21.7
16182024-02-21T00:22:25.524Z Compiling want v0.3.1
16192024-02-21T00:22:25.536Z Compiling http-body v0.4.5
16202024-02-21T00:22:25.536Z Compiling zerocopy-derive v0.2.0
16212024-02-21T00:22:25.601Z Compiling sct v0.7.0
16222024-02-21T00:22:25.919Z Compiling rustls-webpki v0.101.7
16232024-02-21T00:22:27.664Z Compiling form_urlencoded v1.2.1
16242024-02-21T00:22:27.962Z Compiling socket2 v0.4.9
16252024-02-21T00:22:27.980Z Compiling httpdate v1.0.3
16262024-02-21T00:22:28.017Z Compiling const-oid v0.9.5
16272024-02-21T00:22:28.700Z Compiling openssl-probe v0.1.5
16282024-02-21T00:22:28.901Z Compiling tower-service v0.3.2
16292024-02-21T00:22:29.023Z Compiling idna v0.5.0
16302024-02-21T00:22:29.236Z Compiling adler v1.0.2
16312024-02-21T00:22:29.480Z Compiling miniz_oxide v0.7.1
16322024-02-21T00:22:29.985Z Compiling url v2.5.0
16332024-02-21T00:22:30.371Z Compiling tokio-util v0.7.10
16342024-02-21T00:22:31.194Z Compiling ipnet v2.9.0
16352024-02-21T00:22:31.615Z Compiling h2 v0.3.24
16362024-02-21T00:22:32.094Z Compiling signal-hook v0.3.17
16372024-02-21T00:22:32.214Z Compiling tokio-native-tls v0.3.1
16382024-02-21T00:22:32.464Z Compiling serde_urlencoded v0.7.1
16392024-02-21T00:22:33.012Z Compiling rustls-pemfile v1.0.3
16402024-02-21T00:22:33.013Z Compiling crypto-common v0.1.6
16412024-02-21T00:22:33.013Z Compiling clap_derive v4.5.0
16422024-02-21T00:22:33.013Z Compiling zerocopy-derive v0.6.4
16432024-02-21T00:22:33.013Z Compiling usdt-impl v0.3.5
16442024-02-21T00:22:33.404Z Compiling tokio-rustls v0.24.1
16452024-02-21T00:22:33.888Z Compiling encoding_rs v0.8.33
16462024-02-21T00:22:34.711Z Compiling webpki-roots v0.25.2
16472024-02-21T00:22:34.727Z Compiling mime v0.3.17
16482024-02-21T00:22:34.864Z Compiling siphasher v0.3.11
16492024-02-21T00:22:35.318Z Compiling gimli v0.28.0
16502024-02-21T00:22:35.466Z Compiling zerocopy v0.3.0
16512024-02-21T00:22:35.518Z Compiling scroll v0.12.0
16522024-02-21T00:22:36.522Z Compiling block-buffer v0.10.4
16532024-02-21T00:22:36.541Z Compiling bzip2-sys v0.1.11+1.0.8
16542024-02-21T00:22:37.064Z Compiling object v0.32.1
16552024-02-21T00:22:37.073Z Compiling usdt-impl v0.5.0
16562024-02-21T00:22:37.286Z Compiling num-iter v0.1.43
16572024-02-21T00:22:37.627Z Compiling plain v0.2.3
16582024-02-21T00:22:38.132Z Compiling rustc-demangle v0.1.23
16592024-02-21T00:22:38.294Z Compiling goblin v0.8.0
16602024-02-21T00:22:39.305Z Compiling flate2 v1.0.28
16612024-02-21T00:22:39.318Z Compiling digest v0.10.7
16622024-02-21T00:22:39.318Z Compiling dof v0.1.5
16632024-02-21T00:22:39.414Z Compiling hyper v0.14.27
16642024-02-21T00:22:39.487Z Compiling heapless v0.7.16
16652024-02-21T00:22:39.949Z Compiling addr2line v0.21.0
16662024-02-21T00:22:39.991Z Compiling dtrace-parser v0.1.14
16672024-02-21T00:22:40.139Z Compiling futures-executor v0.3.30
16682024-02-21T00:22:40.623Z Compiling strum_macros v0.25.2
16692024-02-21T00:22:40.771Z Compiling ppv-lite86 v0.2.17
16702024-02-21T00:22:41.583Z Checking equivalent v1.0.1
16712024-02-21T00:22:41.700Z Compiling pretty-hex v0.4.1
16722024-02-21T00:22:42.163Z Compiling rand_chacha v0.3.1
16732024-02-21T00:22:42.688Z Compiling toml_edit v0.22.6
16742024-02-21T00:22:44.059Z Compiling futures v0.3.30
16752024-02-21T00:22:44.599Z Compiling toml v0.7.8
16762024-02-21T00:22:45.232Z Compiling dof v0.3.0
16772024-02-21T00:22:45.247Z Compiling hex v0.4.3
16782024-02-21T00:22:45.503Z Compiling serde_tokenstream v0.1.7
16792024-02-21T00:22:45.994Z Compiling dtrace-parser v0.2.0
16802024-02-21T00:22:47.078Z Compiling hyper-rustls v0.24.2
16812024-02-21T00:22:47.158Z Compiling hyper-tls v0.5.0
16822024-02-21T00:22:47.283Z Compiling bit-vec v0.6.3
16832024-02-21T00:22:47.462Z Compiling reqwest v0.11.22
16842024-02-21T00:22:47.571Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
16852024-02-21T00:22:47.992Z Compiling rand v0.8.5
16862024-02-21T00:22:48.162Z Compiling phf_shared v0.10.0
16872024-02-21T00:22:48.497Z Compiling num-bigint v0.4.4
16882024-02-21T00:22:49.189Z Compiling new_debug_unreachable v1.0.4
16892024-02-21T00:22:49.189Z Compiling base64ct v1.6.0
16902024-02-21T00:22:49.331Z Compiling precomputed-hash v0.1.1
16912024-02-21T00:22:49.452Z Compiling smoltcp v0.9.1
16922024-02-21T00:22:49.524Z Compiling fixedbitset v0.4.2
16932024-02-21T00:22:49.540Z Compiling minimal-lexical v0.2.1
16942024-02-21T00:22:49.742Z Compiling petgraph v0.6.4
16952024-02-21T00:22:49.935Z Compiling nom v7.1.3
16962024-02-21T00:22:50.272Z Compiling string_cache v0.8.7
16972024-02-21T00:22:50.412Z Compiling pem-rfc7468 v0.7.0
16982024-02-21T00:22:50.777Z Compiling bit-set v0.5.3
16992024-02-21T00:22:50.793Z Compiling usdt-attr-macro v0.3.5
17002024-02-21T00:22:51.077Z Compiling usdt-macro v0.3.5
17012024-02-21T00:22:51.205Z Compiling hmac v0.12.1
17022024-02-21T00:22:51.404Z Compiling enum-as-inner v0.5.1
17032024-02-21T00:22:51.466Z Compiling hubpack_derive v0.1.1
17042024-02-21T00:22:51.615Z Compiling itertools v0.10.5
17052024-02-21T00:22:52.404Z Compiling diesel_table_macro_syntax v0.1.0
17062024-02-21T00:22:52.532Z Compiling flagset v0.4.3
17072024-02-21T00:22:52.543Z Compiling lalrpop-util v0.19.12
17082024-02-21T00:22:52.594Z Compiling unicode-segmentation v1.10.1
17092024-02-21T00:22:52.755Z Compiling der v0.7.8
17102024-02-21T00:22:52.845Z Compiling diesel_derives v2.1.2
17112024-02-21T00:22:53.917Z Compiling cpufeatures v0.2.12
17122024-02-21T00:22:54.021Z Compiling sha2 v0.10.8
17132024-02-21T00:22:54.628Z Compiling md-5 v0.10.5
17142024-02-21T00:22:54.891Z Compiling stringprep v0.1.3
17152024-02-21T00:22:55.100Z Compiling spki v0.7.2
17162024-02-21T00:22:55.119Z Compiling serde_repr v0.1.16
17172024-02-21T00:22:55.305Z Compiling num-integer v0.1.46
17182024-02-21T00:22:55.473Z Compiling hash32 v0.2.1
17192024-02-21T00:22:55.881Z Compiling fallible-iterator v0.2.0
17202024-02-21T00:22:55.934Z Compiling stable_deref_trait v1.2.0
17212024-02-21T00:22:56.106Z Compiling pkcs8 v0.10.2
17222024-02-21T00:22:56.493Z Compiling phf_shared v0.11.2
17232024-02-21T00:22:56.635Z Compiling postgres-protocol v0.6.6
17242024-02-21T00:22:56.858Z Compiling ff v0.13.0
17252024-02-21T00:22:57.089Z Compiling terminal_size v0.3.0
17262024-02-21T00:22:57.320Z Compiling block-padding v0.3.3
17272024-02-21T00:22:57.513Z Compiling scheduled-thread-pool v0.2.7
17282024-02-21T00:22:57.593Z Compiling bitflags v1.3.2
17292024-02-21T00:22:57.611Z Compiling deranged v0.3.8
17302024-02-21T00:22:57.688Z Compiling managed v0.8.0
17312024-02-21T00:22:57.702Z Compiling regex-automata v0.1.10
17322024-02-21T00:22:57.832Z Compiling base16ct v0.2.0
17332024-02-21T00:22:58.081Z Checking unicode-ident v1.0.12
17342024-02-21T00:22:58.118Z Compiling matches v0.1.10
17352024-02-21T00:22:58.209Z Compiling num_threads v0.1.6
17362024-02-21T00:22:58.238Z Compiling idna v0.2.3
17372024-02-21T00:22:58.265Z Compiling clap_builder v4.5.0
17382024-02-21T00:22:59.825Z Compiling bstr v0.2.17
17392024-02-21T00:22:59.985Z Compiling sec1 v0.7.3
17402024-02-21T00:22:59.985Z Compiling r2d2 v0.8.10
17412024-02-21T00:22:59.985Z Compiling time v0.3.27
17422024-02-21T00:22:59.986Z Compiling inout v0.1.3
17432024-02-21T00:23:00.080Z Compiling postgres-types v0.2.6
17442024-02-21T00:23:00.562Z Compiling group v0.13.0
17452024-02-21T00:23:00.562Z Compiling signal-hook-mio v0.2.3
17462024-02-21T00:23:00.575Z Compiling phf v0.11.2
17472024-02-21T00:23:00.575Z Compiling bzip2 v0.4.4
17482024-02-21T00:23:00.774Z Compiling hubpack v0.1.2
17492024-02-21T00:23:00.836Z Compiling hkdf v0.12.4
17502024-02-21T00:23:01.240Z Compiling zerocopy v0.6.4
17512024-02-21T00:23:01.469Z Compiling crypto-bigint v0.5.2
17522024-02-21T00:23:02.044Z Compiling ipnetwork v0.20.0
17532024-02-21T00:23:02.595Z Compiling float-cmp v0.9.0
17542024-02-21T00:23:03.070Z Compiling data-encoding v2.4.0
17552024-02-21T00:23:03.119Z Compiling static_assertions v1.1.0
17562024-02-21T00:23:03.223Z Compiling difflib v0.4.0
17572024-02-21T00:23:04.040Z Compiling whoami v1.4.1
17582024-02-21T00:23:04.303Z Compiling regex-automata v0.3.8
17592024-02-21T00:23:05.013Z Compiling normalize-line-endings v0.3.0
17602024-02-21T00:23:05.165Z Compiling predicates-core v1.0.6
17612024-02-21T00:23:05.677Z Compiling tokio-postgres v0.7.10
17622024-02-21T00:23:05.677Z Compiling predicates v3.1.0
17632024-02-21T00:23:05.677Z Compiling trust-dns-proto v0.22.0
17642024-02-21T00:23:05.677Z Compiling yasna v0.5.2
17652024-02-21T00:23:07.894Z Compiling bstr v1.6.0
17662024-02-21T00:23:07.953Z Compiling elliptic-curve v0.13.8
17672024-02-21T00:23:07.953Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
17682024-02-21T00:23:08.183Z Compiling clap v4.5.0
17692024-02-21T00:23:08.726Z Compiling zip v0.6.6
17702024-02-21T00:23:08.748Z Compiling crossterm v0.27.0
17712024-02-21T00:23:09.090Z Compiling cipher v0.4.4
17722024-02-21T00:23:09.651Z Compiling similar v2.3.0
17732024-02-21T00:23:10.489Z Compiling diesel v2.1.4
17742024-02-21T00:23:10.934Z Compiling usdt v0.3.5
17752024-02-21T00:23:11.224Z Compiling strum v0.25.0
17762024-02-21T00:23:11.393Z Compiling tokio-stream v0.1.14
17772024-02-21T00:23:11.683Z Compiling console v0.15.8
17782024-02-21T00:23:12.456Z Checking proc-macro2 v1.0.78
17792024-02-21T00:23:13.161Z Checking quote v1.0.35
17802024-02-21T00:23:15.963Z Checking utf8parse v0.2.1
17812024-02-21T00:23:16.648Z Checking anstyle v1.0.2
17822024-02-21T00:23:22.103Z Checking anstyle-parse v0.2.1
17832024-02-21T00:23:23.401Z Checking colorchoice v1.0.0
17842024-02-21T00:23:23.437Z Checking anstyle-query v1.0.0
17852024-02-21T00:23:23.438Z Checking anstream v0.6.11
17862024-02-21T00:23:23.438Z Compiling serde_tokenstream v0.2.0
17872024-02-21T00:23:23.551Z Checking clap_lex v0.7.0
17882024-02-21T00:23:23.886Z Checking strsim v0.11.0
17892024-02-21T00:23:29.599Z Checking winnow v0.6.1
17902024-02-21T00:23:37.731Z Compiling regress v0.8.0
17912024-02-21T00:23:39.255Z Compiling getopts v0.2.21
17922024-02-21T00:23:39.578Z Compiling unsafe-libyaml v0.2.10
17932024-02-21T00:23:40.088Z Compiling typify-impl v0.0.15 (https://github.com/oxidecomputer/typify#ce009d6f)
17942024-02-21T00:23:40.432Z Checking heck v0.4.1
17952024-02-21T00:23:41.705Z Compiling serde_yaml v0.9.25
17962024-02-21T00:23:42.140Z Checking camino v1.1.6
17972024-02-21T00:23:42.271Z Checking progenitor-client v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#bc0bb4b0)
17982024-02-21T00:23:42.621Z Compiling strsim v0.10.0
17992024-02-21T00:23:42.739Z Compiling ident_case v1.0.1
18002024-02-21T00:23:42.805Z Checking match_cfg v0.1.0
18012024-02-21T00:23:42.918Z Checking fastrand v2.0.1
18022024-02-21T00:23:42.939Z Checking rustls-pki-types v1.3.0
18032024-02-21T00:23:43.235Z Checking tempfile v3.10.0
18042024-02-21T00:23:43.317Z Checking hostname v0.3.1
18052024-02-21T00:23:44.270Z Checking http v1.0.0
18062024-02-21T00:23:44.291Z Checking atty v0.2.14
18072024-02-21T00:23:44.291Z Checking quick-error v1.2.3
18082024-02-21T00:23:44.291Z Compiling paste v1.0.14
18092024-02-21T00:23:44.291Z Checking sha1 v0.10.6
18102024-02-21T00:23:44.291Z Checking dirs-sys-next v0.1.2
18112024-02-21T00:23:44.291Z Compiling rustls v0.22.2
18122024-02-21T00:23:44.553Z Checking dirs-next v2.0.0
18132024-02-21T00:23:44.689Z Checking rustls-webpki v0.102.1
18142024-02-21T00:23:45.196Z Checking crossbeam-channel v0.5.8
18152024-02-21T00:23:45.521Z Checking thread_local v1.1.7
18162024-02-21T00:23:45.644Z Checking instant v0.1.12
18172024-02-21T00:23:45.700Z Compiling slog-async v2.8.0
18182024-02-21T00:23:45.813Z Checking term v0.7.0
18192024-02-21T00:23:46.186Z Checking rustls-pemfile v2.1.0
18202024-02-21T00:23:46.255Z Compiling multer v3.0.0
18212024-02-21T00:23:46.322Z Checking take_mut v0.2.2
18222024-02-21T00:23:46.743Z Checking debug-ignore v1.0.5
18232024-02-21T00:23:46.762Z Checking slog-term v2.9.0
18242024-02-21T00:23:46.762Z Compiling darling_core v0.20.3
18252024-02-21T00:23:46.762Z Checking slog-json v2.6.1
18262024-02-21T00:23:46.783Z Compiling async-stream-impl v0.3.5
18272024-02-21T00:23:46.931Z Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#711a7490)
18282024-02-21T00:23:46.949Z Checking atomic-waker v1.1.1
18292024-02-21T00:23:47.178Z Checking waitgroup v0.1.2
18302024-02-21T00:23:47.231Z Checking slog-bunyan v2.5.0
18312024-02-21T00:23:47.405Z Checking toml v0.8.10
18322024-02-21T00:23:47.800Z Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#711a7490)
18332024-02-21T00:23:48.257Z Checking serde_path_to_error v0.1.15
18342024-02-21T00:23:48.359Z Checking async-stream v0.3.5
18352024-02-21T00:23:48.558Z Checking wait-timeout v0.2.0
18362024-02-21T00:23:48.740Z Compiling strum_macros v0.26.1
18372024-02-21T00:23:48.970Z Compiling structmeta-derive v0.3.0
18382024-02-21T00:23:49.820Z Checking tokio-rustls v0.25.0
18392024-02-21T00:23:50.361Z Checking rusty-fork v0.3.0
18402024-02-21T00:23:50.501Z Checking newtype-uuid v1.0.1
18412024-02-21T00:23:50.789Z Compiling structmeta-derive v0.2.0
18422024-02-21T00:23:52.273Z Compiling structmeta v0.3.0
18432024-02-21T00:23:53.176Z Checking rand_xorshift v0.3.0
18442024-02-21T00:23:53.187Z Checking unarray v0.1.4
18452024-02-21T00:23:53.187Z Compiling darling_macro v0.20.3
18462024-02-21T00:23:53.187Z Checking proptest v1.4.0
18472024-02-21T00:23:54.151Z Compiling structmeta v0.2.0
18482024-02-21T00:23:54.270Z Compiling darling v0.20.3
18492024-02-21T00:23:54.396Z Compiling serde_with_macros v3.6.1
18502024-02-21T00:23:54.903Z Compiling parse-display-derive v0.9.0
18512024-02-21T00:23:54.903Z Checking strum v0.26.1
18522024-02-21T00:23:54.903Z Checking backoff v0.4.0
18532024-02-21T00:23:54.904Z Compiling test-strategy v0.3.1
18542024-02-21T00:23:54.933Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
18552024-02-21T00:23:55.101Z Checking serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
18562024-02-21T00:23:55.135Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
18572024-02-21T00:23:55.268Z Checking macaddr v1.0.1
18582024-02-21T00:23:55.623Z Checking camino-tempfile v1.1.1
18592024-02-21T00:23:55.643Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
18602024-02-21T00:23:55.933Z Checking is-terminal v0.4.9
18612024-02-21T00:23:56.068Z Compiling proc-macro-error-attr v1.0.4
18622024-02-21T00:23:56.525Z Compiling proc-macro-error v1.0.4
18632024-02-21T00:23:57.056Z Compiling proc-macro-crate v1.3.1
18642024-02-21T00:23:57.943Z Compiling heapless v0.8.0
18652024-02-21T00:23:59.367Z Checking serde_with v3.6.1
18662024-02-21T00:23:59.367Z Checking termtree v0.4.1
18672024-02-21T00:23:59.367Z Compiling num_enum_derive v0.5.11
18682024-02-21T00:23:59.368Z Checking predicates-tree v1.0.9
18692024-02-21T00:23:59.368Z Checking hash32 v0.3.1
18702024-02-21T00:23:59.368Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
18712024-02-21T00:23:59.368Z Compiling smoltcp v0.11.0
18722024-02-21T00:23:59.385Z Compiling usdt-attr-macro v0.5.0
18732024-02-21T00:23:59.559Z Checking parse-display v0.9.0
18742024-02-21T00:23:59.728Z Compiling usdt-macro v0.5.0
18752024-02-21T00:23:59.789Z Checking memmap v0.7.0
18762024-02-21T00:23:59.879Z Compiling typify-macro v0.0.15 (https://github.com/oxidecomputer/typify#ce009d6f)
18772024-02-21T00:23:59.994Z Compiling crucible-workspace-hack v0.1.0
18782024-02-21T00:24:00.122Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
18792024-02-21T00:24:00.321Z Checking cobs v0.2.3
18802024-02-21T00:24:00.843Z Checking embedded-io v0.4.0
18812024-02-21T00:24:00.843Z Checking postcard v1.0.8
18822024-02-21T00:24:01.101Z Compiling foreign-types-macros v0.2.3
18832024-02-21T00:24:01.239Z Checking num_enum v0.5.11
18842024-02-21T00:24:01.390Z Checking usdt v0.5.0
18852024-02-21T00:24:01.401Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60)
18862024-02-21T00:24:01.422Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
18872024-02-21T00:24:01.671Z Checking foreign-types-shared v0.3.1
18882024-02-21T00:24:02.166Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60)
18892024-02-21T00:24:02.181Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
18902024-02-21T00:24:02.181Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60)
18912024-02-21T00:24:02.181Z Checking cstr-argument v0.1.2
18922024-02-21T00:24:02.181Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d)
18932024-02-21T00:24:02.182Z Checking pretty-hex v0.2.1
18942024-02-21T00:24:02.328Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
18952024-02-21T00:24:02.388Z Checking colored v2.0.4
18962024-02-21T00:24:02.471Z Checking foreign-types v0.5.0
18972024-02-21T00:24:02.970Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
18982024-02-21T00:24:02.971Z Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
18992024-02-21T00:24:02.971Z Compiling zone_cfg_derive v0.3.0
19002024-02-21T00:24:02.971Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=c7cdaf1875d259e29ca50a14b77b0bfd9dfe443d#c7cdaf18)
19012024-02-21T00:24:02.971Z Compiling num-derive v0.4.0
19022024-02-21T00:24:02.971Z Compiling mockall_derive v0.12.0
19032024-02-21T00:24:03.201Z Checking fragile v2.0.0
19042024-02-21T00:24:03.501Z Checking downcast v0.11.0
19052024-02-21T00:24:04.008Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=c7cdaf1875d259e29ca50a14b77b0bfd9dfe443d#c7cdaf18)
19062024-02-21T00:24:04.008Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60)
19072024-02-21T00:24:04.008Z Checking smf v0.2.2
19082024-02-21T00:24:04.863Z Checking zone v0.3.0
19092024-02-21T00:24:04.876Z Checking xattr v1.0.1
19102024-02-21T00:24:04.876Z Checking filetime v0.2.23
19112024-02-21T00:24:04.900Z Checking same-file v1.0.6
19122024-02-21T00:24:04.997Z Checking tar v0.4.40
19132024-02-21T00:24:05.048Z Checking walkdir v2.4.0
19142024-02-21T00:24:05.271Z Checking pem v3.0.2
19152024-02-21T00:24:05.296Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60)
19162024-02-21T00:24:05.325Z Compiling rayon-core v1.12.0
19172024-02-21T00:24:05.528Z Checking linked-hash-map v0.5.6
19182024-02-21T00:24:05.629Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=796dce526dd7ed7b52a0429a486ccba4a9da1ce5#796dce52)
19192024-02-21T00:24:05.676Z Checking itertools v0.12.1
19202024-02-21T00:24:05.698Z Compiling typify v0.0.15 (https://github.com/oxidecomputer/typify#ce009d6f)
19212024-02-21T00:24:05.831Z Compiling progenitor-impl v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#bc0bb4b0)
19222024-02-21T00:24:05.862Z Checking lru-cache v0.1.2
19232024-02-21T00:24:06.060Z Checking headers-core v0.2.0
19242024-02-21T00:24:06.081Z Checking password-hash v0.5.0
19252024-02-21T00:24:06.199Z Checking headers v0.3.9
19262024-02-21T00:24:06.570Z Checking blake2 v0.10.6
19272024-02-21T00:24:06.863Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60)
19282024-02-21T00:24:07.046Z Checking swrite v0.1.0
19292024-02-21T00:24:07.173Z Checking argon2 v0.5.3
19302024-02-21T00:24:07.198Z Compiling derive-where v1.2.7
19312024-02-21T00:24:07.693Z Checking rcgen v0.12.1
19322024-02-21T00:24:07.828Z Checking atomicwrites v0.4.3
19332024-02-21T00:24:07.962Z Checking subprocess v0.2.9
19342024-02-21T00:24:08.035Z Checking arc-swap v1.6.0
19352024-02-21T00:24:08.505Z Compiling cancel-safe-futures v0.1.5
19362024-02-21T00:24:08.526Z Checking slog-scope v4.4.0
19372024-02-21T00:24:08.542Z Checking half v2.3.1
19382024-02-21T00:24:08.556Z Checking ciborium-io v0.2.2
19392024-02-21T00:24:08.682Z Checking resolv-conf v0.7.0
19402024-02-21T00:24:08.743Z Checking slog-stdlog v4.1.1
19412024-02-21T00:24:09.315Z Checking slog-envlogger v2.2.0
19422024-02-21T00:24:09.320Z Checking ciborium-ll v0.2.2
19432024-02-21T00:24:09.320Z Checking libsw v3.3.1
19442024-02-21T00:24:09.320Z Checking trust-dns-resolver v0.22.0
19452024-02-21T00:24:09.320Z Checking linear-map v1.2.0
19462024-02-21T00:24:09.320Z Checking owo-colors v4.0.0
19472024-02-21T00:24:09.320Z Checking ciborium v0.2.2
19482024-02-21T00:24:09.483Z Compiling slog-dtrace v0.3.0
19492024-02-21T00:24:09.891Z Checking textwrap v0.11.0
19502024-02-21T00:24:10.126Z Compiling heck v0.3.3
19512024-02-21T00:24:10.423Z Compiling blake3 v1.5.0
19522024-02-21T00:24:10.587Z Compiling libefi-sys v0.1.0
19532024-02-21T00:24:10.771Z Checking ansi_term v0.12.1
19542024-02-21T00:24:10.917Z Checking vec_map v0.8.2
19552024-02-21T00:24:11.429Z Checking termcolor v1.2.0
19562024-02-21T00:24:11.429Z Checking strsim v0.8.0
19572024-02-21T00:24:11.429Z Checking clap v2.34.0
19582024-02-21T00:24:11.429Z Compiling structopt-derive v0.4.18
19592024-02-21T00:24:11.469Z Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802)
19602024-02-21T00:24:11.531Z Checking nibble_vec v0.1.0
19612024-02-21T00:24:11.730Z Checking endian-type v0.1.2
19622024-02-21T00:24:11.834Z Compiling radium v0.7.0
19632024-02-21T00:24:11.931Z Checking radix_trie v0.2.1
19642024-02-21T00:24:11.984Z Checking mockall v0.12.0
19652024-02-21T00:24:12.279Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
19662024-02-21T00:24:12.349Z Compiling maybe-uninit v2.0.0
19672024-02-21T00:24:12.376Z Checking tap v1.0.1
19682024-02-21T00:24:12.533Z Checking wyz v0.5.1
19692024-02-21T00:24:12.601Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
19702024-02-21T00:24:12.838Z Checking fxhash v0.2.1
19712024-02-21T00:24:12.930Z Checking gethostname v0.4.3
19722024-02-21T00:24:13.826Z Compiling packed_struct v0.10.1
19732024-02-21T00:24:13.826Z Checking crc-catalog v2.2.0
19742024-02-21T00:24:13.826Z Checking funty v2.0.0
19752024-02-21T00:24:13.826Z Compiling semver v0.1.20
19762024-02-21T00:24:13.826Z Compiling num-bigint-dig v0.8.4
19772024-02-21T00:24:13.826Z Compiling rustc_version v0.1.7
19782024-02-21T00:24:13.826Z Checking crc v3.0.1
19792024-02-21T00:24:13.826Z Compiling packed_struct_codegen v0.10.1
19802024-02-21T00:24:14.785Z Compiling indexmap v1.9.3
19812024-02-21T00:24:14.785Z Checking nodrop v0.1.14
19822024-02-21T00:24:14.785Z Checking array-init v0.0.4
19832024-02-21T00:24:14.785Z Checking bitvec v1.0.1
19842024-02-21T00:24:14.785Z Compiling newtype_derive v0.1.6
19852024-02-21T00:24:14.785Z Checking smallvec v0.6.14
19862024-02-21T00:24:14.786Z Compiling progenitor-macro v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#bc0bb4b0)
19872024-02-21T00:24:14.786Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
19882024-02-21T00:24:14.786Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
19892024-02-21T00:24:14.786Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
19902024-02-21T00:24:14.786Z Checking structopt v0.3.26
19912024-02-21T00:24:14.923Z Checking pkcs1 v0.7.5
19922024-02-21T00:24:15.034Z Checking signature v2.1.0
19932024-02-21T00:24:15.202Z Compiling crossbeam-deque v0.8.3
19942024-02-21T00:24:15.346Z Checking hashbrown v0.12.3
19952024-02-21T00:24:15.562Z Checking bitfield v0.14.0
19962024-02-21T00:24:17.318Z Checking serde-hex v0.1.0
19972024-02-21T00:24:17.361Z Checking rsa v0.9.2
19982024-02-21T00:24:17.361Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
19992024-02-21T00:24:17.361Z Checking env_logger v0.10.0
20002024-02-21T00:24:17.549Z Checking x509-cert v0.2.4
20012024-02-21T00:24:17.638Z Checking ron v0.8.1
20022024-02-21T00:24:17.875Z Checking hashbrown v0.13.2
20032024-02-21T00:24:18.985Z Compiling semver-parser v0.10.2
20042024-02-21T00:24:19.034Z Compiling num-rational v0.4.1
20052024-02-21T00:24:19.085Z Checking crc-any v2.4.3
20062024-02-21T00:24:19.249Z Checking object v0.30.4
20072024-02-21T00:24:19.455Z Compiling semver v0.11.0
20082024-02-21T00:24:19.695Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
20092024-02-21T00:24:20.127Z Compiling rayon v1.8.0
20102024-02-21T00:24:20.543Z Compiling memmap2 v0.7.1
20112024-02-21T00:24:21.020Z Checking path-slash v0.1.5
20122024-02-21T00:24:21.130Z Compiling arrayref v0.3.7
20132024-02-21T00:24:21.172Z Compiling arrayvec v0.7.4
20142024-02-21T00:24:21.224Z Compiling constant_time_eq v0.3.0
20152024-02-21T00:24:21.271Z Checking lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
20162024-02-21T00:24:21.750Z Compiling home v0.5.5
20172024-02-21T00:24:21.772Z Compiling toolchain_find v0.2.0
20182024-02-21T00:24:21.773Z Checking steno v0.4.0
20192024-02-21T00:24:22.239Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
20202024-02-21T00:24:22.602Z Compiling toml v0.5.11
20212024-02-21T00:24:23.049Z Checking num-complex v0.4.4
20222024-02-21T00:24:23.756Z Compiling topological-sort v0.2.2
20232024-02-21T00:24:24.012Z Compiling convert_case v0.4.0
20242024-02-21T00:24:24.036Z Checking num v0.4.1
20252024-02-21T00:24:24.143Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
20262024-02-21T00:24:24.197Z Checking newline-converter v0.3.0
20272024-02-21T00:24:24.704Z Compiling rustfmt-wrapper v0.2.0
20282024-02-21T00:24:24.976Z Compiling derive_more v0.99.17
20292024-02-21T00:24:25.434Z Compiling omicron-zone-package v0.11.0
20302024-02-21T00:24:26.191Z Checking expectorate v1.1.0
20312024-02-21T00:24:26.714Z Checking utf-8 v0.7.6
20322024-02-21T00:24:26.714Z Compiling buf-list v1.0.3
20332024-02-21T00:24:26.715Z Checking tungstenite v0.20.1
20342024-02-21T00:24:26.715Z Checking display-error-chain v0.2.0
20352024-02-21T00:24:26.755Z Compiling parking_lot_core v0.8.6
20362024-02-21T00:24:27.309Z Checking keccak v0.1.4
20372024-02-21T00:24:27.421Z Checking tokio-tungstenite v0.20.1
20382024-02-21T00:24:27.437Z Checking trust-dns-client v0.22.0
20392024-02-21T00:24:27.628Z Checking sha3 v0.10.8
20402024-02-21T00:24:27.657Z Checking parking_lot v0.11.2
20412024-02-21T00:24:28.024Z Checking secrecy v0.8.0
20422024-02-21T00:24:28.031Z Compiling pin-project-internal v1.1.3
20432024-02-21T00:24:28.266Z Compiling doc-comment v0.3.3
20442024-02-21T00:24:28.841Z Checking sled v0.34.7
20452024-02-21T00:24:29.178Z Checking glob v0.3.1
20462024-02-21T00:24:29.517Z Compiling vte_generate_state_changes v0.1.1
20472024-02-21T00:24:29.547Z Checking trust-dns-server v0.22.1
20482024-02-21T00:24:30.655Z Checking vte v0.11.1
20492024-02-21T00:24:31.529Z Checking pin-project v1.1.3
20502024-02-21T00:24:32.065Z Compiling unicase v2.7.0
20512024-02-21T00:24:32.078Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
20522024-02-21T00:24:32.078Z Compiling platforms v3.0.2
20532024-02-21T00:24:32.170Z Checking strip-ansi-escapes v0.2.0
20542024-02-21T00:24:32.203Z Checking fd-lock v3.0.13
20552024-02-21T00:24:32.327Z Compiling snafu-derive v0.7.5
20562024-02-21T00:24:32.344Z Compiling fs-err v2.11.0
20572024-02-21T00:24:32.382Z Checking nu-ansi-term v0.50.0
20582024-02-21T00:24:32.439Z Checking globset v0.4.13
20592024-02-21T00:24:32.816Z Checking olpc-cjson v0.1.3
20602024-02-21T00:24:32.836Z Checking reedline v0.29.0
20612024-02-21T00:24:32.967Z Checking serde_plain v1.0.2
20622024-02-21T00:24:33.038Z Compiling async-recursion v1.0.5
20632024-02-21T00:24:33.056Z Checking typed-path v0.7.0
20642024-02-21T00:24:33.194Z Checking lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
20652024-02-21T00:24:33.206Z Compiling curve25519-dalek v4.1.1
20662024-02-21T00:24:34.132Z Checking hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84)
20672024-02-21T00:24:34.302Z Compiling progenitor-impl v0.5.0 (https://github.com/oxidecomputer/progenitor#bc0bb4b0)
20682024-02-21T00:24:34.526Z Checking progenitor v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#bc0bb4b0)
20692024-02-21T00:24:34.671Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
20702024-02-21T00:24:34.727Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
20712024-02-21T00:24:35.227Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
20722024-02-21T00:24:35.227Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
20732024-02-21T00:24:35.227Z Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
20742024-02-21T00:24:35.495Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
20752024-02-21T00:24:35.806Z Compiling memoffset v0.7.1
20762024-02-21T00:24:35.919Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
20772024-02-21T00:24:36.150Z Checking parse-size v1.0.0
20782024-02-21T00:24:36.470Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
20792024-02-21T00:24:36.612Z Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client)
20802024-02-21T00:24:38.898Z Checking snafu v0.7.5
20812024-02-21T00:24:38.914Z Compiling mime_guess v2.0.4
20822024-02-21T00:24:39.445Z Checking tough v0.16.0
20832024-02-21T00:24:41.986Z Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4)
20842024-02-21T00:24:42.009Z Checking progenitor-client v0.5.0 (https://github.com/oxidecomputer/progenitor#bc0bb4b0)
20852024-02-21T00:24:42.346Z Checking universal-hash v0.5.1
20862024-02-21T00:24:42.525Z Compiling thiserror-impl-no-std v2.0.2
20872024-02-21T00:24:42.620Z Compiling curve25519-dalek-derive v0.1.0
20882024-02-21T00:24:42.930Z Compiling progenitor-macro v0.5.0 (https://github.com/oxidecomputer/progenitor#bc0bb4b0)
20892024-02-21T00:24:44.332Z Checking opaque-debug v0.3.0
20902024-02-21T00:24:44.755Z Checking poly1305 v0.8.0
20912024-02-21T00:24:46.122Z Checking thiserror-no-std v2.0.2
20922024-02-21T00:24:46.353Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
20932024-02-21T00:24:46.650Z Checking chacha20 v0.9.1
20942024-02-21T00:24:46.698Z Checking aead v0.5.2
20952024-02-21T00:24:46.912Z Checking kstat-rs v0.2.3
20962024-02-21T00:24:46.992Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
20972024-02-21T00:24:47.306Z Compiling salty v0.2.0
20982024-02-21T00:24:47.364Z Checking signature v1.6.4
20992024-02-21T00:24:47.877Z Checking ed25519 v1.5.3
21002024-02-21T00:24:48.099Z Checking chacha20poly1305 v0.10.1
21012024-02-21T00:24:48.663Z Checking vsss-rs v3.3.4
21022024-02-21T00:24:48.943Z Checking nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d)
21032024-02-21T00:24:49.060Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
21042024-02-21T00:24:49.577Z Checking serde-big-array v0.5.1
21052024-02-21T00:24:49.577Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
21062024-02-21T00:24:49.577Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
21072024-02-21T00:24:51.473Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
21082024-02-21T00:24:52.358Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
21092024-02-21T00:24:52.510Z Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
21102024-02-21T00:24:53.010Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
21112024-02-21T00:24:53.860Z Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
21122024-02-21T00:24:54.109Z Compiling hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a)
21132024-02-21T00:24:54.522Z Checking bytecount v0.6.3
21142024-02-21T00:24:54.674Z Checking papergrid v0.11.0
21152024-02-21T00:24:55.075Z Checking hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a)
21162024-02-21T00:24:56.911Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=796dce526dd7ed7b52a0429a486ccba4a9da1ce5#796dce52)
21172024-02-21T00:24:56.930Z Compiling tabled_derive v0.7.0
21182024-02-21T00:24:57.429Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
21192024-02-21T00:24:57.566Z Checking signal-hook-tokio v0.3.1
21202024-02-21T00:24:57.995Z Checking fd-lock v4.0.2
21212024-02-21T00:24:58.008Z Checking nix v0.27.1
21222024-02-21T00:24:58.009Z Checking serde-big-array v0.4.1
21232024-02-21T00:24:58.009Z Compiling sqlparser_derive v0.2.2
21242024-02-21T00:24:58.724Z Checking unicode_categories v0.1.1
21252024-02-21T00:24:59.021Z Checking humantime v2.1.0
21262024-02-21T00:24:59.253Z Compiling prettyplease v0.2.16
21272024-02-21T00:24:59.498Z Checking sqlparser v0.43.1
21282024-02-21T00:24:59.637Z Checking sqlformat v0.2.3
21292024-02-21T00:24:59.804Z Checking tabled v0.15.0
21302024-02-21T00:25:00.998Z Checking rustyline v13.0.0
21312024-02-21T00:25:01.417Z Checking sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef)
21322024-02-21T00:25:02.429Z Checking bcs v0.1.6
21332024-02-21T00:25:02.473Z Checking highway v1.1.0
21342024-02-21T00:25:02.866Z Checking corncobs v0.1.3
21352024-02-21T00:25:02.877Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=c7cdaf1875d259e29ca50a14b77b0bfd9dfe443d#c7cdaf18)
21362024-02-21T00:25:03.463Z Checking sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef)
21372024-02-21T00:25:03.481Z Compiling crunchy v0.2.2
21382024-02-21T00:25:03.481Z Checking progenitor v0.5.0 (https://github.com/oxidecomputer/progenitor#bc0bb4b0)
21392024-02-21T00:25:03.481Z Checking http-range v0.1.5
21402024-02-21T00:25:03.481Z Checking hyper-staticfile v0.9.5
21412024-02-21T00:25:03.481Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=c7cdaf1875d259e29ca50a14b77b0bfd9dfe443d#c7cdaf18)
21422024-02-21T00:25:03.572Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=c7cdaf1875d259e29ca50a14b77b0bfd9dfe443d#c7cdaf18)
21432024-02-21T00:25:03.895Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
21442024-02-21T00:25:03.966Z Compiling clang-sys v1.6.1
21452024-02-21T00:25:04.514Z Compiling tiny-keccak v2.0.2
21462024-02-21T00:25:05.009Z Compiling darling_core v0.14.4
21472024-02-21T00:25:06.407Z Checking assert_matches v1.5.0
21482024-02-21T00:25:06.515Z Compiling ascii-canvas v3.0.0
21492024-02-21T00:25:07.017Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
21502024-02-21T00:25:07.074Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
21512024-02-21T00:25:08.112Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
21522024-02-21T00:25:08.535Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
21532024-02-21T00:25:08.702Z Compiling ena v0.14.2
21542024-02-21T00:25:08.791Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
21552024-02-21T00:25:08.808Z Compiling libloading v0.7.4
21562024-02-21T00:25:09.091Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
21572024-02-21T00:25:09.206Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
21582024-02-21T00:25:10.048Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
21592024-02-21T00:25:11.144Z Compiling regex-syntax v0.6.29
21602024-02-21T00:25:11.313Z Compiling darling_macro v0.14.4
21612024-02-21T00:25:12.482Z Compiling diff v0.1.13
21622024-02-21T00:25:12.739Z Compiling bindgen v0.69.2
21632024-02-21T00:25:12.995Z Compiling darling v0.14.4
21642024-02-21T00:25:13.576Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
21652024-02-21T00:25:13.832Z Compiling cexpr v0.6.0
21662024-02-21T00:25:15.551Z Compiling which v4.4.0
21672024-02-21T00:25:15.565Z Compiling lalrpop v0.19.12
21682024-02-21T00:25:15.686Z Compiling peeking_take_while v0.1.2
21692024-02-21T00:25:15.815Z Compiling rustc-hash v1.1.0
21702024-02-21T00:25:15.839Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
21712024-02-21T00:25:15.974Z Compiling shlex v1.3.0
21722024-02-21T00:25:16.802Z Checking maplit v1.0.2
21732024-02-21T00:25:16.814Z Compiling lazycell v1.3.0
21742024-02-21T00:25:16.815Z Compiling ref-cast v1.0.20
21752024-02-21T00:25:16.815Z Compiling portable-atomic v1.4.3
21762024-02-21T00:25:16.815Z Compiling derive_builder_core v0.12.0
21772024-02-21T00:25:17.537Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
21782024-02-21T00:25:17.734Z Compiling ref-cast-impl v1.0.20
21792024-02-21T00:25:17.867Z Compiling libxml v0.3.3
21802024-02-21T00:25:19.110Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
21812024-02-21T00:25:19.217Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
21822024-02-21T00:25:19.779Z Compiling derive_builder_macro v0.12.0
21832024-02-21T00:25:19.791Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
21842024-02-21T00:25:19.974Z Compiling strum_macros v0.24.3
21852024-02-21T00:25:20.060Z Compiling cookie v0.18.0
21862024-02-21T00:25:20.318Z Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#62ef5ca0)
21872024-02-21T00:25:20.408Z Compiling indoc v1.0.9
21882024-02-21T00:25:20.896Z Checking number_prefix v0.4.0
21892024-02-21T00:25:20.896Z Checking indicatif v0.17.8
21902024-02-21T00:25:21.679Z Checking derive_builder v0.12.0
21912024-02-21T00:25:21.832Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
21922024-02-21T00:25:22.179Z Checking bb8 v0.8.3
21932024-02-21T00:25:22.652Z Checking quick-xml v0.30.0
21942024-02-21T00:25:23.589Z Checking castaway v0.2.2
21952024-02-21T00:25:23.745Z Compiling impl-trait-for-tuples v0.2.2
21962024-02-21T00:25:23.873Z Compiling oso-derive v0.27.0
21972024-02-21T00:25:24.138Z Checking compact_str v0.7.1
21982024-02-21T00:25:24.776Z Checking async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef)
21992024-02-21T00:25:25.820Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
22002024-02-21T00:25:25.832Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
22012024-02-21T00:25:25.832Z Checking lru v0.12.1
22022024-02-21T00:25:25.832Z Compiling stability v0.1.1
22032024-02-21T00:25:26.824Z Checking cassowary v0.3.0
22042024-02-21T00:25:26.901Z Compiling indoc v2.0.3
22052024-02-21T00:25:27.391Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
22062024-02-21T00:25:27.423Z Checking unicode-linebreak v0.1.5
22072024-02-21T00:25:27.424Z Checking smawk v0.3.1
22082024-02-21T00:25:27.964Z Checking is_ci v1.2.0
22092024-02-21T00:25:27.978Z Checking textwrap v0.16.1
22102024-02-21T00:25:27.979Z Checking supports-color v3.0.0
22112024-02-21T00:25:27.979Z Compiling nexus-blueprint-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/blueprint-execution)
22122024-02-21T00:25:28.082Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
22132024-02-21T00:25:28.098Z Checking ratatui v0.26.1
22142024-02-21T00:25:28.130Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
22152024-02-21T00:25:28.454Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
22162024-02-21T00:25:28.637Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
22172024-02-21T00:25:29.093Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
22182024-02-21T00:25:29.556Z Checking nexus-deployment v0.1.0 (/work/oxidecomputer/omicron/nexus/deployment)
22192024-02-21T00:25:30.558Z Checking rtoolbox v0.0.1
22202024-02-21T00:25:30.778Z Checking rpassword v7.3.1
22212024-02-21T00:25:30.969Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=796dce526dd7ed7b52a0429a486ccba4a9da1ce5#796dce52)
22222024-02-21T00:25:31.321Z Checking tui-tree-widget v0.17.0
22232024-02-21T00:25:31.677Z Checking fatfs v0.3.6
22242024-02-21T00:25:32.550Z Checking shell-words v1.1.0
22252024-02-21T00:25:32.735Z Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
22262024-02-21T00:25:33.074Z Checking yansi v0.5.1
22272024-02-21T00:25:33.390Z Checking pretty_assertions v1.4.0
22282024-02-21T00:25:33.592Z Compiling target-lexicon v0.12.13
22292024-02-21T00:25:34.000Z Checking plotters-backend v0.3.5
22302024-02-21T00:25:34.369Z Compiling guppy-workspace-hack v0.1.0
22312024-02-21T00:25:35.182Z Checking plotters-svg v0.3.5
22322024-02-21T00:25:35.320Z Checking http-body v1.0.0
22332024-02-21T00:25:35.444Z Checking rand v0.4.6
22342024-02-21T00:25:35.508Z Compiling target-spec v3.1.0
22352024-02-21T00:25:36.140Z Checking remove_dir_all v0.5.3
22362024-02-21T00:25:36.151Z Checking tower-layer v0.3.2
22372024-02-21T00:25:36.237Z Compiling assert_cmd v2.0.14
22382024-02-21T00:25:36.422Z Checking cast v0.3.0
22392024-02-21T00:25:36.534Z Checking tower v0.4.13
22402024-02-21T00:25:36.699Z Checking tempdir v0.3.7
22412024-02-21T00:25:36.763Z Checking criterion-plot v0.5.0
22422024-02-21T00:25:36.879Z Checking hyper v1.1.0
22432024-02-21T00:25:37.225Z Checking plotters v0.3.5
22442024-02-21T00:25:37.392Z Checking cfg-expr v0.15.6
22452024-02-21T00:25:38.233Z Checking installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd)
22462024-02-21T00:25:38.306Z Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
22472024-02-21T00:25:39.140Z Checking tinytemplate v1.2.1
22482024-02-21T00:25:39.176Z Checking cargo-platform v0.1.3
22492024-02-21T00:25:39.512Z Checking anes v0.1.6
22502024-02-21T00:25:39.562Z Checking oorandom v11.1.3
22512024-02-21T00:25:39.715Z Checking cargo_metadata v0.18.1
22522024-02-21T00:25:39.894Z Checking criterion v0.5.1
22532024-02-21T00:25:40.774Z Checking hyper-util v0.1.2
22542024-02-21T00:25:41.627Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
22552024-02-21T00:25:41.960Z Checking installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client)
22562024-02-21T00:25:41.987Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
22572024-02-21T00:25:43.043Z Checking rustls-native-certs v0.7.0
22582024-02-21T00:25:43.206Z Checking pathdiff v0.2.1
22592024-02-21T00:25:43.730Z Checking nested v0.1.1
22602024-02-21T00:25:43.730Z Checking guppy v0.17.5
22612024-02-21T00:25:46.014Z Checking hyper-rustls v0.26.0
22622024-02-21T00:25:46.127Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
22632024-02-21T00:25:46.357Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
22642024-02-21T00:25:47.165Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
22652024-02-21T00:25:47.972Z Checking httptest v0.15.5
22662024-02-21T00:25:48.361Z Checking threadpool v1.8.1
22672024-02-21T00:25:48.417Z Checking nanorand v0.7.0
22682024-02-21T00:25:49.206Z Checking libtest-mimic v0.6.1
22692024-02-21T00:25:49.215Z Checking flume v0.11.0
22702024-02-21T00:25:49.269Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
22712024-02-21T00:25:49.395Z Checking similar-asserts v1.5.0
22722024-02-21T00:25:49.848Z Compiling rstest_macros v0.18.2
22732024-02-21T00:25:50.161Z Checking datatest-stable v0.2.3
22742024-02-21T00:25:50.423Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
22752024-02-21T00:25:51.737Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
22762024-02-21T00:25:51.770Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
22772024-02-21T00:25:52.299Z Checking csv-core v0.1.11
22782024-02-21T00:25:52.525Z Compiling relative-path v1.9.0
22792024-02-21T00:25:52.554Z Compiling trybuild v1.0.89
22802024-02-21T00:25:52.663Z Checking constant_time_eq v0.2.6
22812024-02-21T00:25:52.798Z Checking blake2b_simd v1.0.1
22822024-02-21T00:25:53.058Z Checking csv v1.3.0
22832024-02-21T00:25:53.716Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
22842024-02-21T00:25:53.974Z Checking multimap v0.10.0
22852024-02-21T00:25:54.342Z Checking basic-toml v0.1.8
22862024-02-21T00:25:55.272Z Checking futures-timer v3.0.2
22872024-02-21T00:25:57.075Z Checking rust-argon2 v1.0.1
22882024-02-21T00:25:57.602Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
22892024-02-21T00:25:59.656Z Checking partial-io v0.5.4
22902024-02-21T00:26:00.065Z Checking approx v0.5.1
22912024-02-21T00:26:00.317Z Checking termios v0.3.3
22922024-02-21T00:26:00.540Z Checking hex-literal v0.4.1
22932024-02-21T00:26:03.937Z Checking rstest v0.18.2
22942024-02-21T00:26:06.352Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
22952024-02-21T00:26:54.952Z Checking zone-network-setup v0.1.0 (/work/oxidecomputer/omicron/zone-network-setup)
22962024-02-21T00:26:57.631Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli)
22972024-02-21T00:26:59.373Z Compiling samael v0.0.14 (https://github.com/oxidecomputer/samael?branch=oxide/omicron#9e609a8f)
22982024-02-21T00:26:59.817Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
22992024-02-21T00:27:12.838Z Checking caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util)
23002024-02-21T00:27:23.951Z Compiling polar-core v0.27.0
23012024-02-21T00:27:31.321Z Checking oso v0.27.0
23022024-02-21T00:27:59.642Z Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
23032024-02-21T00:29:09.548Z Finished dev [unoptimized + debuginfo] target(s) in 7m 23s
23042024-02-21T00:29:09.741Z
23052024-02-21T00:29:09.741Zreal 8:07.359470870
23062024-02-21T00:29:09.742Zuser 42:13.610663846
23072024-02-21T00:29:09.742Zsys 6:55.656897492
23082024-02-21T00:29:09.742Ztrap 1.208000031
23092024-02-21T00:29:09.742Ztflt 5.517536708
23102024-02-21T00:29:09.742Zdflt 4.203108330
23112024-02-21T00:29:09.742Zkflt 0.050065999
23122024-02-21T00:29:09.751Zlock 1:05:03.763678124
23132024-02-21T00:29:09.751Zslp 2:08:13.968957461
23142024-02-21T00:29:09.752Zlat 1:51.802810674
23152024-02-21T00:29:09.752Zstop 4:45.263230971
23162024-02-21T00:29:11.034Zwarning: output filename collision.
23172024-02-21T00:29:11.034ZThe 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)`.
23182024-02-21T00:29:11.034ZColliding filename is: /work/oxidecomputer/omicron/target/doc/hubpack/index.html
23192024-02-21T00:29:11.034ZThe targets should have unique names.
23202024-02-21T00:29:11.035ZThis is a known bug where multiple crates with the same name use
23212024-02-21T00:29:11.035Zthe same path; see <https://github.com/rust-lang/cargo/issues/6313>.
23222024-02-21T00:29:11.059Zwarning: output filename collision.
23232024-02-21T00:29:11.060ZThe lib target `nix` in package `nix v0.27.1` has the same output filename as the lib target `nix` in package `nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d)`.
23242024-02-21T00:29:11.060ZColliding filename is: /work/oxidecomputer/omicron/target/doc/nix/index.html
23252024-02-21T00:29:11.060ZThe targets should have unique names.
23262024-02-21T00:29:11.060ZThis is a known bug where multiple crates with the same name use
23272024-02-21T00:29:11.060Zthe same path; see <https://github.com/rust-lang/cargo/issues/6313>.
23282024-02-21T00:29:11.060Zwarning: output filename collision.
23292024-02-21T00:29:11.060ZThe 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)`.
23302024-02-21T00:29:11.060ZColliding filename is: /work/oxidecomputer/omicron/target/doc/oximeter/index.html
23312024-02-21T00:29:11.060ZThe targets should have unique names.
23322024-02-21T00:29:11.060ZThis is a known bug where multiple crates with the same name use
23332024-02-21T00:29:11.061Zthe same path; see <https://github.com/rust-lang/cargo/issues/6313>.
23342024-02-21T00:29:11.061Zwarning: output filename collision.
23352024-02-21T00:29:11.061ZThe lib target `progenitor` in package `progenitor v0.5.0 (https://github.com/oxidecomputer/progenitor#bc0bb4b0)` has the same output filename as the lib target `progenitor` in package `progenitor v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#bc0bb4b0)`.
23362024-02-21T00:29:11.061ZColliding filename is: /work/oxidecomputer/omicron/target/doc/progenitor/index.html
23372024-02-21T00:29:11.061ZThe targets should have unique names.
23382024-02-21T00:29:11.061ZThis is a known bug where multiple crates with the same name use
23392024-02-21T00:29:11.061Zthe same path; see <https://github.com/rust-lang/cargo/issues/6313>.
23402024-02-21T00:29:11.061Zwarning: output filename collision.
23412024-02-21T00:29:11.061ZThe lib target `progenitor-client` in package `progenitor-client v0.5.0 (https://github.com/oxidecomputer/progenitor#bc0bb4b0)` has the same output filename as the lib target `progenitor-client` in package `progenitor-client v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#bc0bb4b0)`.
23422024-02-21T00:29:11.062ZColliding filename is: /work/oxidecomputer/omicron/target/doc/progenitor_client/index.html
23432024-02-21T00:29:11.062ZThe targets should have unique names.
23442024-02-21T00:29:11.062ZThis is a known bug where multiple crates with the same name use
23452024-02-21T00:29:11.062Zthe same path; see <https://github.com/rust-lang/cargo/issues/6313>.
23462024-02-21T00:29:11.062Zwarning: output filename collision.
23472024-02-21T00:29:11.062ZThe lib target `progenitor-impl` in package `progenitor-impl v0.5.0 (https://github.com/oxidecomputer/progenitor#bc0bb4b0)` has the same output filename as the lib target `progenitor-impl` in package `progenitor-impl v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#bc0bb4b0)`.
23482024-02-21T00:29:11.062ZColliding filename is: /work/oxidecomputer/omicron/target/doc/progenitor_impl/index.html
23492024-02-21T00:29:11.062ZThe targets should have unique names.
23502024-02-21T00:29:11.062ZThis is a known bug where multiple crates with the same name use
23512024-02-21T00:29:11.062Zthe same path; see <https://github.com/rust-lang/cargo/issues/6313>.
23522024-02-21T00:29:11.062Zwarning: output filename collision.
23532024-02-21T00:29:11.062ZThe 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)`.
23542024-02-21T00:29:11.062ZColliding filename is: /work/oxidecomputer/omicron/target/doc/tlvc/index.html
23552024-02-21T00:29:11.062ZThe targets should have unique names.
23562024-02-21T00:29:11.062ZThis is a known bug where multiple crates with the same name use
23572024-02-21T00:29:11.062Zthe same path; see <https://github.com/rust-lang/cargo/issues/6313>.
23582024-02-21T00:29:11.505Z Documenting libc v0.2.153
23592024-02-21T00:29:11.505Z Documenting cfg-if v1.0.0
23602024-02-21T00:29:11.505Z Documenting serde_derive v1.0.196
23612024-02-21T00:29:11.505Z Documenting log v0.4.20
23622024-02-21T00:29:11.505Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
23632024-02-21T00:29:11.505Z Documenting memchr v2.6.3
23642024-02-21T00:29:11.505Z Documenting scopeguard v1.2.0
23652024-02-21T00:29:11.505Z Documenting byteorder v1.5.0
23662024-02-21T00:29:11.515Z Documenting smallvec v1.13.1
23672024-02-21T00:29:13.854Z Documenting itoa v1.0.9
23682024-02-21T00:29:13.979Z Documenting lock_api v0.4.10
23692024-02-21T00:29:14.838Z Documenting once_cell v1.19.0
23702024-02-21T00:29:15.306Z Documenting getrandom v0.2.10
23712024-02-21T00:29:15.642Z Documenting zeroize_derive v1.4.2
23722024-02-21T00:29:15.696Z Documenting parking_lot_core v0.9.8
23732024-02-21T00:29:15.905Z Documenting libm v0.2.7
23742024-02-21T00:29:16.744Z Documenting pin-project-lite v0.2.13
23752024-02-21T00:29:16.982Z Documenting signal-hook-registry v1.4.1
23762024-02-21T00:29:17.671Z Documenting serde v1.0.196
23772024-02-21T00:29:19.166Z Documenting rand_core v0.6.4
23782024-02-21T00:29:19.303Z Documenting num-traits v0.2.16
23792024-02-21T00:29:19.467Z Documenting mio v0.8.9
23802024-02-21T00:29:19.672Z Documenting parking_lot v0.12.1
23812024-02-21T00:29:19.694Z Documenting futures-core v0.3.30
23822024-02-21T00:29:21.072Z Documenting ryu v1.0.15
23832024-02-21T00:29:21.147Z Documenting zeroize v1.7.0
23842024-02-21T00:29:23.068Z Documenting thiserror-impl v1.0.57
23852024-02-21T00:29:23.434Z Documenting num_cpus v1.16.0
23862024-02-21T00:29:23.567Z Documenting socket2 v0.5.5
23872024-02-21T00:29:23.648Z Documenting tokio-macros v2.2.0
23882024-02-21T00:29:23.858Z Documenting zerocopy v0.7.32
23892024-02-21T00:29:24.143Z Documenting typenum v1.16.0
23902024-02-21T00:29:25.135Z Documenting subtle v2.5.0
23912024-02-21T00:29:27.469Z Documenting futures-sink v0.3.30
23922024-02-21T00:29:27.672Z Documenting pin-utils v0.1.0
23932024-02-21T00:29:27.905Z Documenting thiserror v1.0.57
23942024-02-21T00:29:28.148Z Documenting iana-time-zone v0.1.57
23952024-02-21T00:29:29.186Z Documenting slab v0.4.9
23962024-02-21T00:29:31.181Z Documenting futures-channel v0.3.30
23972024-02-21T00:29:31.296Z Documenting ahash v0.8.7
23982024-02-21T00:29:31.727Z Documenting futures-macro v0.3.30
23992024-02-21T00:29:31.905Z Documenting const-oid v0.9.5
24002024-02-21T00:29:33.388Z Documenting futures-io v0.3.30
24012024-02-21T00:29:34.053Z Documenting allocator-api2 v0.2.16
24022024-02-21T00:29:35.293Z Documenting futures-task v0.3.30
24032024-02-21T00:29:36.230Z Documenting tinyvec_macros v0.1.1
24042024-02-21T00:29:36.617Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24052024-02-21T00:29:36.788Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
24062024-02-21T00:29:37.383Z Documenting tracing-core v0.1.31
24072024-02-21T00:29:37.666Z Documenting hashbrown v0.14.3
24082024-02-21T00:29:37.760Z Documenting tracing-attributes v0.1.26
24092024-02-21T00:29:38.033Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
24102024-02-21T00:29:39.400Z Documenting tinyvec v1.6.0
24112024-02-21T00:29:39.406Z Documenting futures-util v0.3.30
24122024-02-21T00:29:39.970Z Documenting bytes v1.5.0
24132024-02-21T00:29:43.415Z Documenting bitflags v2.4.0
24142024-02-21T00:29:43.494Z Documenting serde_json v1.0.114
24152024-02-21T00:29:44.888Z Documenting tokio v1.36.0
24162024-02-21T00:29:44.925Z Documenting chrono v0.4.31
24172024-02-21T00:29:47.515Z Documenting uuid v1.7.0
24182024-02-21T00:29:47.824Z Documenting unicode-normalization v0.1.22
24192024-02-21T00:29:49.338Z Documenting ppv-lite86 v0.2.17
24202024-02-21T00:29:50.216Z Documenting equivalent v1.0.1
24212024-02-21T00:29:51.065Z Documenting unicode-bidi v0.3.13
24222024-02-21T00:29:51.980Z Documenting generic-array v0.14.7
24232024-02-21T00:29:52.449Z Documenting serde_derive_internals v0.26.0
24242024-02-21T00:29:52.547Z Checking serde_derive_internals v0.26.0
24252024-02-21T00:29:52.679Z Documenting rand_chacha v0.3.1
24262024-02-21T00:29:53.126Z Documenting indexmap v2.2.3
24272024-02-21T00:29:53.167Z Documenting base64 v0.21.7
24282024-02-21T00:29:55.356Z Documenting dyn-clone v1.0.16
24292024-02-21T00:29:56.327Z Documenting percent-encoding v2.3.1
24302024-02-21T00:29:56.366Z Documenting tracing v0.1.37
24312024-02-21T00:29:56.784Z Documenting crypto-common v0.1.6
24322024-02-21T00:29:57.215Z Documenting block-buffer v0.10.4
24332024-02-21T00:29:57.220Z Documenting rand v0.8.5
24342024-02-21T00:29:57.836Z Documenting schemars_derive v0.8.16
24352024-02-21T00:29:58.469Z Documenting lazy_static v1.4.0
24362024-02-21T00:29:58.577Z Documenting fnv v1.0.7
24372024-02-21T00:30:00.318Z Documenting form_urlencoded v1.2.1
24382024-02-21T00:30:00.927Z Documenting errno v0.3.8
24392024-02-21T00:30:01.377Z Documenting cpufeatures v0.2.12
24402024-02-21T00:30:01.665Z Documenting digest v0.10.7
24412024-02-21T00:30:02.264Z Documenting idna v0.5.0
24422024-02-21T00:30:02.750Z Documenting httparse v1.8.0
24432024-02-21T00:30:04.587Z Documenting unicode-ident v1.0.12
24442024-02-21T00:30:04.593Z Documenting unicode-width v0.1.11
24452024-02-21T00:30:04.593Z Documenting schemars v0.8.16
24462024-02-21T00:30:04.994Z Documenting rustix v0.38.31
24472024-02-21T00:30:06.434Z Documenting url v2.5.0
24482024-02-21T00:30:07.517Z Documenting proc-macro2 v1.0.78
24492024-02-21T00:30:07.523Z Documenting httpdate v1.0.3
24502024-02-21T00:30:07.523Z Documenting try-lock v0.2.4
24512024-02-21T00:30:08.026Z Documenting adler v1.0.2
24522024-02-21T00:30:10.551Z Documenting want v0.3.1
24532024-02-21T00:30:11.287Z Documenting http-body v0.4.5
24542024-02-21T00:30:11.332Z Documenting openssl-sys v0.9.96
24552024-02-21T00:30:11.465Z Documenting miniz_oxide v0.7.1
24562024-02-21T00:30:11.652Z Documenting openssl-macros v0.1.1
24572024-02-21T00:30:11.888Z Documenting mime v0.3.17
24582024-02-21T00:30:12.090Z Documenting tower-service v0.3.2
24592024-02-21T00:30:14.507Z Documenting base64ct v1.6.0
24602024-02-21T00:30:14.845Z Documenting quote v1.0.35
24612024-02-21T00:30:15.922Z Documenting aho-corasick v1.0.4
24622024-02-21T00:30:16.080Z Documenting slog v2.7.0
24632024-02-21T00:30:16.113Z Documenting openssl-probe v0.1.5
24642024-02-21T00:30:16.489Z Documenting ipnet v2.9.0
24652024-02-21T00:30:17.385Z Documenting openssl v0.10.60
24662024-02-21T00:30:17.855Z Documenting tokio-util v0.7.10
24672024-02-21T00:30:18.874Z Documenting regex-syntax v0.8.2
24682024-02-21T00:30:18.943Z Documenting syn v2.0.48
24692024-02-21T00:30:19.881Z Documenting async-trait v0.1.77
24702024-02-21T00:30:20.394Z Documenting pem-rfc7468 v0.7.0
24712024-02-21T00:30:20.881Z Documenting encoding_rs v0.8.33
24722024-02-21T00:30:20.899Z Documenting crossbeam-utils v0.8.16
24732024-02-21T00:30:23.799Z Documenting h2 v0.3.24
24742024-02-21T00:30:24.491Z Documenting der_derive v0.7.2
24752024-02-21T00:30:24.788Z Documenting utf8parse v0.2.1
24762024-02-21T00:30:32.204Z Documenting flagset v0.4.3
24772024-02-21T00:30:32.426Z Documenting serde_urlencoded v0.7.1
24782024-02-21T00:30:32.427Z Documenting regex-automata v0.4.4
24792024-02-21T00:30:32.427Z Documenting native-tls v0.2.11
24802024-02-21T00:30:32.427Z Documenting num-integer v0.1.46
24812024-02-21T00:30:32.427Z Documenting time-macros v0.2.13
24822024-02-21T00:30:32.440Z Documenting num_threads v0.1.6
24832024-02-21T00:30:32.440Z Documenting der v0.7.8
24842024-02-21T00:30:32.440Z Documenting tokio-native-tls v0.3.1
24852024-02-21T00:30:33.086Z Documenting gimli v0.28.0
24862024-02-21T00:30:33.279Z Documenting time-core v0.1.1
24872024-02-21T00:30:33.578Z Documenting deranged v0.3.8
24882024-02-21T00:30:34.889Z Documenting spki v0.7.2
24892024-02-21T00:30:34.960Z Documenting regex v1.10.3
24902024-02-21T00:30:35.323Z Documenting hyper v0.14.27
24912024-02-21T00:30:36.240Z Documenting object v0.32.1
24922024-02-21T00:30:36.470Z Documenting rustc-demangle v0.1.23
24932024-02-21T00:30:38.477Z Documenting time v0.3.27
24942024-02-21T00:30:38.507Z Documenting webpki-roots v0.25.2
24952024-02-21T00:30:39.033Z Documenting addr2line v0.21.0
24962024-02-21T00:30:39.507Z Documenting spin v0.9.8
24972024-02-21T00:30:39.548Z Documenting either v1.10.0
24982024-02-21T00:30:40.751Z Documenting pkcs8 v0.10.2
24992024-02-21T00:30:42.385Z Documenting openapiv3 v2.0.0
25002024-02-21T00:30:42.547Z Documenting futures-executor v0.3.30
25012024-02-21T00:30:42.812Z Checking pest_meta v2.7.6
25022024-02-21T00:30:43.553Z Documenting memoffset v0.9.0
25032024-02-21T00:30:43.732Z Documenting anstyle v1.0.2
25042024-02-21T00:30:43.820Z Documenting data-encoding v2.4.0
25052024-02-21T00:30:45.320Z Documenting anstyle-parse v0.2.1
25062024-02-21T00:30:46.431Z Documenting crossbeam-epoch v0.9.15
25072024-02-21T00:30:47.719Z Documenting ipnetwork v0.20.0
25082024-02-21T00:30:47.916Z Documenting sha2 v0.10.8
25092024-02-21T00:30:48.415Z Documenting hyper-tls v0.5.0
25102024-02-21T00:30:48.415Z Documenting hyper-rustls v0.24.2
25112024-02-21T00:30:48.734Z Documenting hex v0.4.3
25122024-02-21T00:30:49.055Z Documenting backtrace v0.3.69
25132024-02-21T00:30:49.434Z Documenting crc32fast v1.3.2
25142024-02-21T00:30:50.589Z Documenting pest_meta v2.7.6
25152024-02-21T00:30:52.844Z Documenting scroll_derive v0.12.0
25162024-02-21T00:30:52.918Z Documenting anstyle-query v1.0.0
25172024-02-21T00:30:53.000Z Documenting colorchoice v1.0.0
25182024-02-21T00:30:53.268Z Documenting untrusted v0.9.0
25192024-02-21T00:30:54.652Z Documenting pest_generator v2.7.6
25202024-02-21T00:30:55.341Z Documenting anyhow v1.0.75
25212024-02-21T00:30:55.463Z Documenting futures v0.3.30
25222024-02-21T00:30:55.876Z Checking pest_generator v2.7.6
25232024-02-21T00:30:56.140Z Documenting ring v0.17.8
25242024-02-21T00:30:56.336Z Documenting reqwest v0.11.22
25252024-02-21T00:30:56.620Z Documenting anstream v0.6.11
25262024-02-21T00:30:56.645Z Documenting num-iter v0.1.43
25272024-02-21T00:30:57.277Z Documenting scroll v0.12.0
25282024-02-21T00:30:59.451Z Documenting terminal_size v0.3.0
25292024-02-21T00:31:00.506Z Documenting hmac v0.12.1
25302024-02-21T00:31:00.693Z Documenting signal-hook v0.3.17
25312024-02-21T00:31:01.266Z Documenting strsim v0.11.0
25322024-02-21T00:31:01.382Z Documenting static_assertions v1.1.0
25332024-02-21T00:31:01.750Z Documenting plain v0.2.3
25342024-02-21T00:31:03.827Z Documenting ucd-trie v0.1.6
25352024-02-21T00:31:04.284Z Documenting clap_lex v0.7.0
25362024-02-21T00:31:04.411Z Documenting pest_derive v2.7.6
25372024-02-21T00:31:04.654Z Documenting goblin v0.8.0
25382024-02-21T00:31:04.836Z Documenting flate2 v1.0.28
25392024-02-21T00:31:05.458Z Documenting clap_derive v4.5.0
25402024-02-21T00:31:05.894Z Documenting unicode-segmentation v1.10.1
25412024-02-21T00:31:07.371Z Documenting managed v0.8.0
25422024-02-21T00:31:08.253Z Documenting pest v2.7.6
25432024-02-21T00:31:08.800Z Documenting clap_builder v4.5.0
25442024-02-21T00:31:08.874Z Documenting pretty-hex v0.4.1
25452024-02-21T00:31:09.317Z Documenting signal-hook-mio v0.2.3
25462024-02-21T00:31:10.171Z Documenting block-padding v0.3.3
25472024-02-21T00:31:10.720Z Documenting scheduled-thread-pool v0.2.7
25482024-02-21T00:31:10.941Z Documenting thread-id v4.2.0
25492024-02-21T00:31:12.028Z Documenting bzip2-sys v0.1.11+1.0.8
25502024-02-21T00:31:12.066Z Documenting dof v0.3.0
25512024-02-21T00:31:13.415Z Documenting dtrace-parser v0.2.0
25522024-02-21T00:31:13.661Z Documenting enum-as-inner v0.5.1
25532024-02-21T00:31:14.339Z Documenting diesel_table_macro_syntax v0.1.0
25542024-02-21T00:31:14.778Z Checking diesel_table_macro_syntax v0.1.0
25552024-02-21T00:31:14.876Z Documenting r2d2 v0.8.10
25562024-02-21T00:31:14.973Z Documenting inout v0.1.3
25572024-02-21T00:31:15.124Z Documenting clap v4.5.0
25582024-02-21T00:31:16.074Z Documenting bzip2 v0.4.4
25592024-02-21T00:31:17.465Z Documenting crossterm v0.27.0
25602024-02-21T00:31:17.759Z Documenting usdt-impl v0.5.0
25612024-02-21T00:31:18.155Z Documenting trust-dns-proto v0.22.0
25622024-02-21T00:31:19.080Z Documenting diesel_derives v2.1.2
25632024-02-21T00:31:19.206Z Documenting md-5 v0.10.5
25642024-02-21T00:31:19.327Z Documenting stringprep v0.1.3
25652024-02-21T00:31:20.124Z Documenting toml_datetime v0.6.5
25662024-02-21T00:31:20.583Z Documenting serde_spanned v0.6.5
25672024-02-21T00:31:22.941Z Documenting ff v0.13.0
25682024-02-21T00:31:23.251Z Documenting pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
25692024-02-21T00:31:24.090Z Documenting base16ct v0.2.0
25702024-02-21T00:31:24.217Z Documenting winnow v0.6.1
25712024-02-21T00:31:24.637Z Documenting fallible-iterator v0.2.0
25722024-02-21T00:31:25.552Z Documenting siphasher v0.3.11
25732024-02-21T00:31:26.261Z Documenting bit-vec v0.6.3
25742024-02-21T00:31:26.981Z Documenting group v0.13.0
25752024-02-21T00:31:27.141Z Documenting diesel v2.1.4
25762024-02-21T00:31:27.219Z Documenting sec1 v0.7.3
25772024-02-21T00:31:27.901Z Documenting zip v0.6.6
25782024-02-21T00:31:28.648Z Documenting phf_shared v0.11.2
25792024-02-21T00:31:29.861Z Documenting toml_edit v0.22.6
25802024-02-21T00:31:29.869Z Documenting postgres-protocol v0.6.6
25812024-02-21T00:31:30.481Z Documenting cipher v0.4.4
25822024-02-21T00:31:30.968Z Documenting hkdf v0.12.4
25832024-02-21T00:31:31.929Z Documenting num-bigint v0.4.4
25842024-02-21T00:31:32.529Z Documenting crypto-bigint v0.5.2
25852024-02-21T00:31:33.604Z Documenting regress v0.8.0
25862024-02-21T00:31:35.585Z Documenting hubpack v0.1.2
25872024-02-21T00:31:35.864Z Documenting bstr v1.6.0
25882024-02-21T00:31:36.860Z Documenting serde_repr v0.1.16
25892024-02-21T00:31:37.078Z Documenting new_debug_unreachable v1.0.4
25902024-02-21T00:31:39.541Z Documenting fixedbitset v0.4.2
25912024-02-21T00:31:39.814Z Documenting precomputed-hash v0.1.1
25922024-02-21T00:31:40.089Z Documenting minimal-lexical v0.2.1
25932024-02-21T00:31:40.101Z Documenting lalrpop-util v0.19.12
25942024-02-21T00:31:40.286Z Documenting elliptic-curve v0.13.8
25952024-02-21T00:31:41.529Z Documenting yasna v0.5.2
25962024-02-21T00:31:41.821Z Documenting gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
25972024-02-21T00:31:42.805Z Documenting petgraph v0.6.4
25982024-02-21T00:31:43.720Z Documenting string_cache v0.8.7
25992024-02-21T00:31:44.022Z Documenting nom v7.1.3
26002024-02-21T00:31:44.853Z Documenting postgres-types v0.2.6
26012024-02-21T00:31:48.181Z Documenting phf v0.11.2
26022024-02-21T00:31:48.627Z Documenting console v0.15.8
26032024-02-21T00:31:48.644Z Documenting semver v1.0.22
26042024-02-21T00:31:48.835Z Documenting float-cmp v0.9.0
26052024-02-21T00:31:49.248Z Documenting predicates-core v1.0.6
26062024-02-21T00:31:50.455Z Documenting difflib v0.4.0
26072024-02-21T00:31:51.049Z Documenting heck v0.4.1
26082024-02-21T00:31:52.446Z Documenting normalize-line-endings v0.3.0
26092024-02-21T00:31:52.859Z Documenting whoami v1.4.1
26102024-02-21T00:31:52.998Z Documenting bit-set v0.5.3
26112024-02-21T00:31:53.149Z Documenting similar v2.3.0
26122024-02-21T00:31:53.206Z Documenting typify-macro v0.0.15 (https://github.com/oxidecomputer/typify#ce009d6f)
26132024-02-21T00:31:54.128Z Documenting tokio-stream v0.1.14
26142024-02-21T00:31:54.255Z Documenting getopts v0.2.21
26152024-02-21T00:31:55.618Z Documenting typify-impl v0.0.15 (https://github.com/oxidecomputer/typify#ce009d6f)
26162024-02-21T00:31:56.291Z Documenting predicates v3.1.0
26172024-02-21T00:31:56.646Z Documenting tokio-postgres v0.7.10
26182024-02-21T00:31:57.261Z Checking ident_case v1.0.1
26192024-02-21T00:31:57.426Z Checking strsim v0.10.0
26202024-02-21T00:31:57.516Z Documenting progenitor-client v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#bc0bb4b0)
26212024-02-21T00:31:57.654Z Documenting match_cfg v0.1.0
26222024-02-21T00:31:58.807Z Documenting sha1 v0.10.6
26232024-02-21T00:31:59.414Z Documenting dirs-sys-next v0.1.2
26242024-02-21T00:32:00.164Z Documenting rustls-pki-types v1.3.0
26252024-02-21T00:32:00.535Z Documenting hostname v0.3.1
26262024-02-21T00:32:01.377Z Documenting camino v1.1.6
26272024-02-21T00:32:03.378Z Documenting dirs-next v2.0.0
26282024-02-21T00:32:03.423Z Documenting typify v0.0.15 (https://github.com/oxidecomputer/typify#ce009d6f)
26292024-02-21T00:32:03.713Z Documenting paste v1.0.14
26302024-02-21T00:32:04.079Z Documenting thread_local v1.1.7
26312024-02-21T00:32:04.507Z Documenting rustls-webpki v0.102.1
26322024-02-21T00:32:06.208Z Documenting crossbeam-channel v0.5.8
26332024-02-21T00:32:06.479Z Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
26342024-02-21T00:32:06.583Z Documenting atty v0.2.14
26352024-02-21T00:32:07.326Z Documenting term v0.7.0
26362024-02-21T00:32:08.244Z Documenting take_mut v0.2.2
26372024-02-21T00:32:08.797Z Documenting slog-json v2.6.1
26382024-02-21T00:32:09.545Z Documenting rustls v0.22.2
26392024-02-21T00:32:09.980Z Documenting http v1.0.0
26402024-02-21T00:32:10.138Z Documenting async-stream-impl v0.3.5
26412024-02-21T00:32:10.433Z Documenting atomic-waker v1.1.1
26422024-02-21T00:32:11.248Z Documenting progenitor-impl v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#bc0bb4b0)
26432024-02-21T00:32:11.513Z Documenting slog-term v2.9.0
26442024-02-21T00:32:12.029Z Documenting slog-async v2.8.0
26452024-02-21T00:32:13.383Z Documenting debug-ignore v1.0.5
26462024-02-21T00:32:13.565Z Documenting slog-bunyan v2.5.0
26472024-02-21T00:32:14.721Z Documenting async-stream v0.3.5
26482024-02-21T00:32:16.143Z Documenting multer v3.0.0
26492024-02-21T00:32:16.228Z Documenting waitgroup v0.1.2
26502024-02-21T00:32:16.357Z Documenting rustls-pemfile v2.1.0
26512024-02-21T00:32:16.734Z Checking darling_core v0.20.3
26522024-02-21T00:32:18.570Z Documenting tokio-rustls v0.25.0
26532024-02-21T00:32:18.584Z Documenting toml v0.8.10
26542024-02-21T00:32:18.716Z Documenting dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#711a7490)
26552024-02-21T00:32:18.778Z Documenting serde_path_to_error v0.1.15
26562024-02-21T00:32:19.792Z Documenting progenitor v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#bc0bb4b0)
26572024-02-21T00:32:20.046Z Checking darling v0.20.3
26582024-02-21T00:32:20.149Z Documenting serde_with_macros v3.6.1
26592024-02-21T00:32:20.540Z Documenting structmeta-derive v0.3.0
26602024-02-21T00:32:21.547Z Documenting strum v0.26.1
26612024-02-21T00:32:23.084Z Checking structmeta v0.3.0
26622024-02-21T00:32:23.319Z Documenting instant v0.1.12
26632024-02-21T00:32:24.111Z Documenting newtype-uuid v1.0.1
26642024-02-21T00:32:24.642Z Documenting serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
26652024-02-21T00:32:24.778Z Documenting dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#711a7490)
26662024-02-21T00:32:24.906Z Documenting macaddr v1.0.1
26672024-02-21T00:32:25.320Z Documenting serde_with v3.6.1
26682024-02-21T00:32:25.734Z Documenting structmeta v0.3.0
26692024-02-21T00:32:27.508Z Documenting backoff v0.4.0
26702024-02-21T00:32:29.022Z Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
26712024-02-21T00:32:29.201Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
26722024-02-21T00:32:29.257Z Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
26732024-02-21T00:32:29.363Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
26742024-02-21T00:32:29.437Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
26752024-02-21T00:32:30.129Z Documenting parse-display-derive v0.9.0
26762024-02-21T00:32:32.386Z Documenting fastrand v2.0.1
26772024-02-21T00:32:32.905Z Documenting proc-macro-error-attr v1.0.4
26782024-02-21T00:32:33.368Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
26792024-02-21T00:32:33.473Z Checking proc-macro-error v1.0.4
26802024-02-21T00:32:33.759Z Documenting is-terminal v0.4.9
26812024-02-21T00:32:33.864Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
26822024-02-21T00:32:34.159Z Checking proc-macro-crate v1.3.1
26832024-02-21T00:32:34.254Z Documenting proc-macro-crate v1.3.1
26842024-02-21T00:32:34.336Z Documenting hash32 v0.3.1
26852024-02-21T00:32:34.419Z Documenting stable_deref_trait v1.2.0
26862024-02-21T00:32:36.223Z Documenting parse-display v0.9.0
26872024-02-21T00:32:36.857Z Documenting proc-macro-error v1.0.4
26882024-02-21T00:32:36.978Z Documenting tempfile v3.10.0
26892024-02-21T00:32:37.350Z Documenting embedded-io v0.4.0
26902024-02-21T00:32:38.532Z Documenting heapless v0.8.0
26912024-02-21T00:32:38.957Z Documenting cobs v0.2.3
26922024-02-21T00:32:39.731Z Documenting num_enum_derive v0.5.11
26932024-02-21T00:32:39.830Z Documenting foreign-types-macros v0.2.3
26942024-02-21T00:32:40.464Z Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
26952024-02-21T00:32:40.612Z Documenting illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60)
26962024-02-21T00:32:41.329Z Documenting foreign-types-shared v0.3.1
26972024-02-21T00:32:41.520Z Documenting camino-tempfile v1.1.1
26982024-02-21T00:32:41.960Z Documenting postcard v1.0.8
26992024-02-21T00:32:43.562Z Documenting smoltcp v0.11.0
27002024-02-21T00:32:43.776Z Documenting crucible-workspace-hack v0.1.0
27012024-02-21T00:32:44.666Z Documenting libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
27022024-02-21T00:32:44.669Z Documenting foreign-types v0.5.0
27032024-02-21T00:32:46.048Z Documenting num_enum v0.5.11
27042024-02-21T00:32:46.222Z Documenting nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
27052024-02-21T00:32:46.842Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
27062024-02-21T00:32:47.938Z Documenting cstr-argument v0.1.2
27072024-02-21T00:32:48.763Z Documenting rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
27082024-02-21T00:32:48.929Z Documenting kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60)
27092024-02-21T00:32:49.974Z Documenting opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60)
27102024-02-21T00:32:49.997Z Documenting dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
27112024-02-21T00:32:50.131Z Documenting colored v2.0.4
27122024-02-21T00:32:51.467Z Documenting nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
27132024-02-21T00:32:53.398Z Documenting poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
27142024-02-21T00:32:53.640Z Documenting rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
27152024-02-21T00:32:54.566Z Documenting zone_cfg_derive v0.3.0
27162024-02-21T00:32:54.752Z Documenting bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=c7cdaf1875d259e29ca50a14b77b0bfd9dfe443d#c7cdaf18)
27172024-02-21T00:32:56.581Z Documenting opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60)
27182024-02-21T00:32:57.037Z Documenting num-derive v0.4.0
27192024-02-21T00:32:57.054Z Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
27202024-02-21T00:32:57.840Z Documenting libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d)
27212024-02-21T00:32:59.108Z Documenting bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=c7cdaf1875d259e29ca50a14b77b0bfd9dfe443d#c7cdaf18)
27222024-02-21T00:32:59.835Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
27232024-02-21T00:33:00.315Z Documenting zone v0.3.0
27242024-02-21T00:33:01.364Z Documenting crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=796dce526dd7ed7b52a0429a486ccba4a9da1ce5#796dce52)
27252024-02-21T00:33:02.730Z Documenting smf v0.2.2
27262024-02-21T00:33:03.167Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
27272024-02-21T00:33:03.176Z Documenting oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60)
27282024-02-21T00:33:03.485Z Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
27292024-02-21T00:33:03.686Z Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
27302024-02-21T00:33:04.886Z Documenting password-hash v0.5.0
27312024-02-21T00:33:06.174Z Documenting blake2 v0.10.6
27322024-02-21T00:33:06.924Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
27332024-02-21T00:33:07.206Z Documenting linked-hash-map v0.5.6
27342024-02-21T00:33:08.216Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
27352024-02-21T00:33:09.199Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
27362024-02-21T00:33:10.326Z Documenting opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60)
27372024-02-21T00:33:11.357Z Documenting argon2 v0.5.3
27382024-02-21T00:33:11.596Z Documenting itertools v0.12.1
27392024-02-21T00:33:12.508Z Documenting memmap v0.7.0
27402024-02-21T00:33:12.515Z Documenting lru-cache v0.1.2
27412024-02-21T00:33:12.515Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
27422024-02-21T00:33:13.528Z Documenting derive-where v1.2.7
27432024-02-21T00:33:13.947Z Documenting swrite v0.1.0
27442024-02-21T00:33:16.004Z Documenting quick-error v1.2.3
27452024-02-21T00:33:16.164Z Documenting usdt v0.5.0
27462024-02-21T00:33:16.541Z Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
27472024-02-21T00:33:17.537Z Documenting newtype_derive v0.1.6
27482024-02-21T00:33:17.645Z Documenting tap v1.0.1
27492024-02-21T00:33:18.703Z Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
27502024-02-21T00:33:18.985Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
27512024-02-21T00:33:19.862Z Documenting resolv-conf v0.7.0
27522024-02-21T00:33:20.392Z Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
27532024-02-21T00:33:20.982Z Documenting wyz v0.5.1
27542024-02-21T00:33:20.987Z Documenting radium v0.7.0
27552024-02-21T00:33:21.377Z Documenting steno v0.4.0
27562024-02-21T00:33:23.417Z Documenting nibble_vec v0.1.0
27572024-02-21T00:33:23.734Z Checking heck v0.3.3
27582024-02-21T00:33:23.852Z Documenting crc-catalog v2.2.0
27592024-02-21T00:33:23.910Z Documenting endian-type v0.1.2
27602024-02-21T00:33:23.940Z Documenting funty v2.0.0
27612024-02-21T00:33:24.138Z Documenting trust-dns-resolver v0.22.0
27622024-02-21T00:33:33.090Z Documenting crc v3.0.1
27632024-02-21T00:33:33.186Z Documenting bitvec v1.0.1
27642024-02-21T00:33:33.186Z Documenting structopt-derive v0.4.18
27652024-02-21T00:33:33.186Z Documenting radix_trie v0.2.1
27662024-02-21T00:33:33.244Z Documenting cancel-safe-futures v0.1.5
27672024-02-21T00:33:33.244Z Documenting xattr v1.0.1
27682024-02-21T00:33:33.244Z Documenting filetime v0.2.23
27692024-02-21T00:33:33.244Z Documenting packed_struct_codegen v0.10.1
27702024-02-21T00:33:33.244Z Documenting nodrop v0.1.14
27712024-02-21T00:33:33.244Z Documenting structopt v0.3.26
27722024-02-21T00:33:35.429Z Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
27732024-02-21T00:33:35.976Z Documenting array-init v0.0.4
27742024-02-21T00:33:36.251Z Documenting libefi-sys v0.1.0
27752024-02-21T00:33:36.329Z Documenting num-bigint-dig v0.8.4
27762024-02-21T00:33:36.408Z Documenting tar v0.4.40
27772024-02-21T00:33:36.673Z Documenting num-rational v0.4.1
27782024-02-21T00:33:37.607Z Documenting illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
27792024-02-21T00:33:39.098Z Documenting packed_struct v0.10.1
27802024-02-21T00:33:39.245Z Documenting pkcs1 v0.7.5
27812024-02-21T00:33:40.330Z Documenting signature v2.1.0
27822024-02-21T00:33:40.661Z Documenting num-complex v0.4.4
27832024-02-21T00:33:41.882Z Documenting termcolor v1.2.0
27842024-02-21T00:33:42.773Z Documenting bitfield v0.14.0
27852024-02-21T00:33:43.703Z Documenting arc-swap v1.6.0
27862024-02-21T00:33:44.022Z Documenting tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802)
27872024-02-21T00:33:44.539Z Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
27882024-02-21T00:33:45.447Z Documenting rsa v0.9.2
27892024-02-21T00:33:45.755Z Documenting libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
27902024-02-21T00:33:46.112Z Documenting num v0.4.1
27912024-02-21T00:33:46.707Z Documenting env_logger v0.10.0
27922024-02-21T00:33:47.012Z Documenting slog-scope v4.4.0
27932024-02-21T00:33:48.122Z Documenting lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
27942024-02-21T00:33:49.217Z Documenting serde-hex v0.1.0
27952024-02-21T00:33:51.052Z Documenting tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
27962024-02-21T00:33:51.575Z Documenting x509-cert v0.2.4
27972024-02-21T00:33:51.576Z Documenting ron v0.8.1
27982024-02-21T00:33:52.661Z Documenting libsw v3.3.1
27992024-02-21T00:33:54.070Z Documenting gethostname v0.4.3
28002024-02-21T00:33:55.013Z Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
28012024-02-21T00:33:55.874Z Documenting half v2.3.1
28022024-02-21T00:33:56.114Z Documenting crc-any v2.4.3
28032024-02-21T00:33:56.391Z Documenting owo-colors v4.0.0
28042024-02-21T00:33:57.597Z Documenting linear-map v1.2.0
28052024-02-21T00:33:57.667Z Documenting ciborium-io v0.2.2
28062024-02-21T00:33:58.083Z Documenting same-file v1.0.6
28072024-02-21T00:33:58.990Z Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
28082024-02-21T00:33:59.275Z Documenting lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
28092024-02-21T00:34:00.492Z Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
28102024-02-21T00:34:01.329Z Documenting tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
28112024-02-21T00:34:01.478Z Documenting ciborium-ll v0.2.2
28122024-02-21T00:34:01.881Z Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
28132024-02-21T00:34:02.757Z Documenting walkdir v2.4.0
28142024-02-21T00:34:05.792Z Documenting slog-stdlog v4.1.1
28152024-02-21T00:34:05.960Z Documenting slog-dtrace v0.3.0
28162024-02-21T00:34:07.495Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
28172024-02-21T00:34:09.784Z Documenting path-slash v0.1.5
28182024-02-21T00:34:10.403Z Documenting slog-envlogger v2.2.0
28192024-02-21T00:34:12.120Z Documenting ciborium v0.2.2
28202024-02-21T00:34:12.664Z Documenting pem v3.0.2
28212024-02-21T00:34:13.294Z Documenting fxhash v0.2.1
28222024-02-21T00:34:13.778Z Documenting hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84)
28232024-02-21T00:34:16.137Z Documenting utf-8 v0.7.6
28242024-02-21T00:34:17.039Z Documenting display-error-chain v0.2.0
28252024-02-21T00:34:17.184Z Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
28262024-02-21T00:34:17.647Z Documenting internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
28272024-02-21T00:34:19.545Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
28282024-02-21T00:34:19.916Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
28292024-02-21T00:34:20.006Z Documenting tungstenite v0.20.1
28302024-02-21T00:34:20.137Z Documenting vte_generate_state_changes v0.1.1
28312024-02-21T00:34:21.072Z Documenting convert_case v0.4.0
28322024-02-21T00:34:21.083Z Checking convert_case v0.4.0
28332024-02-21T00:34:21.166Z Documenting buf-list v1.0.3
28342024-02-21T00:34:23.975Z Documenting vte v0.11.1
28352024-02-21T00:34:24.547Z Documenting derive_more v0.99.17
28362024-02-21T00:34:26.128Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
28372024-02-21T00:34:26.678Z Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client)
28382024-02-21T00:34:27.231Z Documenting tokio-tungstenite v0.20.1
28392024-02-21T00:34:27.458Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
28402024-02-21T00:34:27.800Z Checking darling_core v0.14.4
28412024-02-21T00:34:28.982Z Documenting pin-project-internal v1.1.3
28422024-02-21T00:34:29.675Z Checking darling v0.14.4
28432024-02-21T00:34:29.805Z Documenting strip-ansi-escapes v0.2.0
28442024-02-21T00:34:30.781Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
28452024-02-21T00:34:34.208Z Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
28462024-02-21T00:34:34.428Z Documenting pin-project v1.1.3
28472024-02-21T00:34:34.669Z Documenting doc-comment v0.3.3
28482024-02-21T00:34:35.545Z Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
28492024-02-21T00:34:36.934Z Documenting crossbeam-deque v0.8.3
28502024-02-21T00:34:37.192Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
28512024-02-21T00:34:37.975Z Documenting snafu-derive v0.7.5
28522024-02-21T00:34:38.047Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
28532024-02-21T00:34:38.047Z Documenting nu-ansi-term v0.50.0
28542024-02-21T00:34:39.790Z Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
28552024-02-21T00:34:41.031Z Documenting rayon-core v1.12.0
28562024-02-21T00:34:41.492Z Documenting trust-dns-client v0.22.0
28572024-02-21T00:34:41.763Z Documenting reedline v0.29.0
28582024-02-21T00:34:43.707Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
28592024-02-21T00:34:52.565Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
28602024-02-21T00:34:54.534Z Documenting globset v0.4.13
28612024-02-21T00:34:54.534Z Documenting olpc-cjson v0.1.3
28622024-02-21T00:34:54.534Z Documenting snafu v0.7.5
28632024-02-21T00:34:54.534Z Documenting serde_plain v1.0.2
28642024-02-21T00:34:55.175Z Documenting headers-core v0.2.0
28652024-02-21T00:34:55.176Z Documenting async-recursion v1.0.5
28662024-02-21T00:34:55.176Z Documenting keccak v0.1.4
28672024-02-21T00:34:55.176Z Documenting typed-path v0.7.0
28682024-02-21T00:34:55.176Z Documenting bytecount v0.6.3
28692024-02-21T00:34:55.176Z Documenting trust-dns-server v0.22.1
28702024-02-21T00:34:55.176Z Documenting rayon v1.8.0
28712024-02-21T00:34:55.176Z Documenting sha3 v0.10.8
28722024-02-21T00:35:10.574Z Documenting headers v0.3.9
28732024-02-21T00:35:10.574Z Documenting papergrid v0.11.0
28742024-02-21T00:35:10.779Z Documenting tough v0.16.0
28752024-02-21T00:35:10.779Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28762024-02-21T00:35:10.938Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
28772024-02-21T00:35:10.939Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
28782024-02-21T00:35:10.939Z Checking derive_builder_core v0.12.0
28792024-02-21T00:35:10.939Z Documenting derive_builder_core v0.12.0
28802024-02-21T00:35:10.939Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
28812024-02-21T00:35:10.939Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
28822024-02-21T00:35:10.940Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
28832024-02-21T00:35:10.940Z Documenting sled v0.34.7
28842024-02-21T00:35:10.940Z Documenting fs-err v2.11.0
28852024-02-21T00:35:10.940Z Documenting unicase v2.7.0
28862024-02-21T00:35:10.940Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
28872024-02-21T00:35:10.940Z Documenting tabled_derive v0.7.0
28882024-02-21T00:35:10.940Z Documenting progenitor-impl v0.5.0 (https://github.com/oxidecomputer/progenitor#bc0bb4b0)
28892024-02-21T00:35:10.940Z Documenting progenitor-client v0.5.0 (https://github.com/oxidecomputer/progenitor#bc0bb4b0)
28902024-02-21T00:35:10.940Z Documenting fd-lock v4.0.2
28912024-02-21T00:35:10.940Z Documenting nix v0.27.1
28922024-02-21T00:35:10.940Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
28932024-02-21T00:35:10.940Z Documenting secrecy v0.8.0
28942024-02-21T00:35:10.940Z Documenting rustversion v1.0.14
28952024-02-21T00:35:11.434Z Documenting sqlparser_derive v0.2.2
28962024-02-21T00:35:11.434Z Documenting home v0.5.5
28972024-02-21T00:35:12.112Z Documenting parse-size v1.0.0
28982024-02-21T00:35:13.473Z Documenting unicode_categories v0.1.1
28992024-02-21T00:35:14.330Z Documenting castaway v0.2.2
29002024-02-21T00:35:17.863Z Documenting tabled v0.15.0
29012024-02-21T00:35:17.869Z Documenting tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
29022024-02-21T00:35:17.869Z Documenting progenitor v0.5.0 (https://github.com/oxidecomputer/progenitor#bc0bb4b0)
29032024-02-21T00:35:17.869Z Documenting rustyline v13.0.0
29042024-02-21T00:35:17.870Z Documenting sqlparser v0.43.1
29052024-02-21T00:35:17.870Z Documenting sqlformat v0.2.3
29062024-02-21T00:35:18.588Z Documenting derive_builder_macro v0.12.0
29072024-02-21T00:35:21.730Z Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
29082024-02-21T00:35:22.467Z Documenting mime_guess v2.0.4
29092024-02-21T00:35:23.329Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
29102024-02-21T00:35:25.065Z Documenting dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
29112024-02-21T00:35:25.326Z Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
29122024-02-21T00:35:27.285Z Compiling nexus-blueprint-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/blueprint-execution)
29132024-02-21T00:35:27.610Z Documenting universal-hash v0.5.1
29142024-02-21T00:35:29.818Z Documenting bcs v0.1.6
29152024-02-21T00:35:31.431Z Documenting kstat-rs v0.2.3
29162024-02-21T00:35:33.837Z Documenting thiserror-impl-no-std v2.0.2
29172024-02-21T00:35:34.109Z Documenting curve25519-dalek-derive v0.1.0
29182024-02-21T00:35:38.890Z Documenting slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
29192024-02-21T00:35:39.007Z Documenting ref-cast-impl v1.0.20
29202024-02-21T00:35:39.185Z Documenting highway v1.1.0
29212024-02-21T00:35:39.732Z Documenting opaque-debug v0.3.0
29222024-02-21T00:35:39.738Z Documenting thiserror-no-std v2.0.2
29232024-02-21T00:35:40.306Z Documenting slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
29242024-02-21T00:35:40.979Z Documenting curve25519-dalek v4.1.1
29252024-02-21T00:35:42.299Z Documenting poly1305 v0.8.0
29262024-02-21T00:35:42.720Z Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
29272024-02-21T00:35:43.073Z Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29282024-02-21T00:35:44.206Z Documenting propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=c7cdaf1875d259e29ca50a14b77b0bfd9dfe443d#c7cdaf18)
29292024-02-21T00:35:44.454Z Documenting ref-cast v1.0.20
29302024-02-21T00:35:44.480Z Documenting derive_builder v0.12.0
29312024-02-21T00:35:47.201Z Documenting compact_str v0.7.1
29322024-02-21T00:35:47.424Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
29332024-02-21T00:35:47.500Z Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
29342024-02-21T00:35:49.011Z Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
29352024-02-21T00:35:51.373Z Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
29362024-02-21T00:35:52.347Z Documenting ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
29372024-02-21T00:35:55.837Z Documenting mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client)
29382024-02-21T00:36:00.278Z Documenting portable-atomic v1.4.3
29392024-02-21T00:36:01.155Z Documenting polar-core v0.27.0
29402024-02-21T00:36:02.195Z Documenting ed25519 v1.5.3
29412024-02-21T00:36:04.087Z Documenting libxml v0.3.3
29422024-02-21T00:36:05.171Z Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
29432024-02-21T00:36:06.250Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
29442024-02-21T00:36:08.868Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
29452024-02-21T00:36:09.849Z Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
29462024-02-21T00:36:10.021Z Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
29472024-02-21T00:36:10.590Z Documenting crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=796dce526dd7ed7b52a0429a486ccba4a9da1ce5#796dce52)
29482024-02-21T00:36:10.752Z Documenting chacha20 v0.9.1
29492024-02-21T00:36:13.908Z Documenting bb8 v0.8.3
29502024-02-21T00:36:15.250Z Documenting aead v0.5.2
29512024-02-21T00:36:16.000Z Documenting lru v0.12.1
29522024-02-21T00:36:20.262Z Documenting quick-xml v0.30.0
29532024-02-21T00:36:20.798Z Documenting impl-trait-for-tuples v0.2.2
29542024-02-21T00:36:21.629Z Documenting oso-derive v0.27.0
29552024-02-21T00:36:21.663Z Documenting stability v0.1.1
29562024-02-21T00:36:23.968Z Documenting glob v0.3.1
29572024-02-21T00:36:26.202Z Documenting cassowary v0.3.0
29582024-02-21T00:36:26.228Z Documenting number_prefix v0.4.0
29592024-02-21T00:36:26.453Z Documenting maplit v1.0.2
29602024-02-21T00:36:27.028Z Documenting samael v0.0.14 (https://github.com/oxidecomputer/samael?branch=oxide/omicron#9e609a8f)
29612024-02-21T00:36:27.518Z Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
29622024-02-21T00:36:28.549Z Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
29632024-02-21T00:36:28.755Z Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
29642024-02-21T00:36:30.187Z Documenting indicatif v0.17.8
29652024-02-21T00:36:30.448Z Documenting ratatui v0.26.1
29662024-02-21T00:36:30.951Z Documenting oso v0.27.0
29672024-02-21T00:36:35.366Z Documenting chacha20poly1305 v0.10.1
29682024-02-21T00:36:36.073Z Documenting async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef)
29692024-02-21T00:36:37.224Z Documenting salty v0.2.0
29702024-02-21T00:36:39.150Z Documenting vsss-rs v3.3.4
29712024-02-21T00:36:41.842Z Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
29722024-02-21T00:36:41.977Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
29732024-02-21T00:36:42.022Z Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
29742024-02-21T00:36:43.195Z Documenting hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a)
29752024-02-21T00:36:43.916Z Documenting nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d)
29762024-02-21T00:36:44.762Z Documenting cookie v0.18.0
29772024-02-21T00:36:46.602Z Documenting diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#62ef5ca0)
29782024-02-21T00:36:47.866Z Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
29792024-02-21T00:36:48.268Z Documenting tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
29802024-02-21T00:36:49.516Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
29812024-02-21T00:36:49.825Z Documenting serde-big-array v0.5.1
29822024-02-21T00:36:51.740Z Documenting rtoolbox v0.0.1
29832024-02-21T00:36:52.456Z Documenting is_ci v1.2.0
29842024-02-21T00:36:52.628Z Documenting unicode-linebreak v0.1.5
29852024-02-21T00:36:54.408Z Documenting humantime v2.1.0
29862024-02-21T00:36:55.596Z Documenting smawk v0.3.1
29872024-02-21T00:36:55.750Z Documenting http-range v0.1.5
29882024-02-21T00:36:56.042Z Documenting rpassword v7.3.1
29892024-02-21T00:36:56.293Z Documenting supports-color v3.0.0
29902024-02-21T00:36:58.332Z Documenting gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
29912024-02-21T00:36:59.570Z Documenting hyper-staticfile v0.9.5
29922024-02-21T00:37:00.206Z Documenting textwrap v0.16.1
29932024-02-21T00:37:00.223Z Documenting sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef)
29942024-02-21T00:37:00.838Z Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
29952024-02-21T00:37:01.037Z Documenting tui-tree-widget v0.17.0
29962024-02-21T00:37:05.088Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
29972024-02-21T00:37:05.334Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
29982024-02-21T00:37:07.271Z Checking nexus-deployment v0.1.0 (/work/oxidecomputer/omicron/nexus/deployment)
29992024-02-21T00:37:07.610Z Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
30002024-02-21T00:37:08.146Z Documenting rcgen v0.12.1
30012024-02-21T00:37:09.412Z Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
30022024-02-21T00:37:09.655Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
30032024-02-21T00:37:10.116Z Documenting atomicwrites v0.4.3
30042024-02-21T00:37:11.029Z Documenting signal-hook-tokio v0.3.1
30052024-02-21T00:37:14.813Z Documenting subprocess v0.2.9
30062024-02-21T00:37:15.539Z Documenting memmap2 v0.7.1
30072024-02-21T00:37:16.080Z Documenting arrayref v0.3.7
30082024-02-21T00:37:16.093Z Documenting constant_time_eq v0.3.0
30092024-02-21T00:37:18.664Z Documenting arrayvec v0.7.4
30102024-02-21T00:37:18.969Z Documenting corncobs v0.1.3
30112024-02-21T00:37:19.099Z Documenting shell-words v1.1.0
30122024-02-21T00:37:19.430Z Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
30132024-02-21T00:37:19.853Z Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
30142024-02-21T00:37:21.523Z Documenting blake3 v1.5.0
30152024-02-21T00:37:22.091Z Documenting sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef)
30162024-02-21T00:37:23.755Z Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
30172024-02-21T00:37:25.580Z Documenting nexus-deployment v0.1.0 (/work/oxidecomputer/omicron/nexus/deployment)
30182024-02-21T00:37:26.019Z Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
30192024-02-21T00:37:27.418Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
30202024-02-21T00:37:28.863Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
30212024-02-21T00:37:35.720Z Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
30222024-02-21T00:37:40.971Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
30232024-02-21T00:37:42.032Zwarning: unclosed HTML tag `usize`
30242024-02-21T00:37:42.032Z --> wicket/src/ui/panes/update.rs:153:19
30252024-02-21T00:37:42.032Z |
30262024-02-21T00:37:42.032Z153 | /// TODO: The <usize> generic parameter is carried over from earlier versions
30272024-02-21T00:37:42.033Z | ^^^^^^^
30282024-02-21T00:37:42.033Z |
30292024-02-21T00:37:42.033Z = note: `#[warn(rustdoc::invalid_html_tags)]` on by default
30302024-02-21T00:37:42.033Z
30312024-02-21T00:37:42.888Z Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
30322024-02-21T00:37:43.293Zwarning: `wicket` (lib doc) generated 1 warning
30332024-02-21T00:37:43.297Z Documenting crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=796dce526dd7ed7b52a0429a486ccba4a9da1ce5#796dce52)
30342024-02-21T00:37:47.782Z Documenting fatfs v0.3.6
30352024-02-21T00:37:52.425Z Documenting nanorand v0.7.0
30362024-02-21T00:37:53.074Z Documenting topological-sort v0.2.2
30372024-02-21T00:37:53.563Z Documenting assert_matches v1.5.0
30382024-02-21T00:37:56.667Z Documenting flume v0.11.0
30392024-02-21T00:37:56.772Z Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
30402024-02-21T00:37:57.864Z Documenting omicron-zone-package v0.11.0
30412024-02-21T00:37:58.073Z Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
30422024-02-21T00:37:59.446Z Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
30432024-02-21T00:38:02.151Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
30442024-02-21T00:38:04.548Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
30452024-02-21T00:38:05.329Z Documenting installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd)
30462024-02-21T00:38:05.725Z Documenting installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client)
30472024-02-21T00:38:10.988Z Checking installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd)
30482024-02-21T00:38:11.462Zwarning: unresolved link to `propolis_client::api::InstanceStateMonitorResponse`
30492024-02-21T00:38:11.462Z --> sled-agent/src/sim/instance.rs:46:7
30502024-02-21T00:38:11.462Z |
30512024-02-21T00:38:11.462Z46 | /// [`propolis_client::api::InstanceStateMonitorResponse`]. Transition requests
30522024-02-21T00:38:11.463Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `api` in module `propolis_client`
30532024-02-21T00:38:11.463Z |
30542024-02-21T00:38:11.463Z = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default
30552024-02-21T00:38:11.463Z
30562024-02-21T00:38:11.935Z Checking installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client)
30572024-02-21T00:38:13.795Z Documenting termios v0.3.3
30582024-02-21T00:38:14.970Zwarning: `omicron-sled-agent` (lib doc) generated 1 warning
30592024-02-21T00:38:18.134Z Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
30602024-02-21T00:38:27.606Z Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
30612024-02-21T00:38:29.060Z Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
30622024-02-21T00:38:29.499Z Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
30632024-02-21T00:38:38.237Z Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
30642024-02-21T00:38:51.954Z Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
30652024-02-21T00:39:00.745Z Documenting tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
30662024-02-21T00:39:09.149Z Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli)
30672024-02-21T00:39:09.378Z Documenting caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util)
30682024-02-21T00:39:12.993Z Documenting zone-network-setup v0.1.0 (/work/oxidecomputer/omicron/zone-network-setup)
30692024-02-21T00:39:15.900Zwarning: unresolved link to `DataStore::update_tuf_repo_description_insert`
30702024-02-21T00:39:15.900Z --> nexus/db-queries/src/db/datastore/update.rs:28:27
30712024-02-21T00:39:15.900Z |
30722024-02-21T00:39:15.900Z28 | /// The return value of [`DataStore::update_tuf_repo_description_insert`].
30732024-02-21T00:39:15.900Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the struct `DataStore` has no field or associated item named `update_tuf_repo_description_insert`
30742024-02-21T00:39:15.900Z |
30752024-02-21T00:39:15.900Z = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default
30762024-02-21T00:39:15.900Z
30772024-02-21T00:39:17.506Z Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
30782024-02-21T00:39:17.576Z Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
30792024-02-21T00:39:22.516Z Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
30802024-02-21T00:39:31.156Zwarning: `nexus-db-queries` (lib doc) generated 1 warning
30812024-02-21T00:39:31.169Z Documenting nexus-blueprint-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/blueprint-execution)
30822024-02-21T00:39:54.495Z Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
30832024-02-21T00:40:46.928Zwarning: unresolved link to `VolumeConstructionRequest`
30842024-02-21T00:40:46.928Z --> nexus/src/app/sagas/volume_delete.rs:338:7
30852024-02-21T00:40:46.928Z |
30862024-02-21T00:40:46.928Z338 | /// [`VolumeConstructionRequest`] is shown here):
30872024-02-21T00:40:46.928Z | ^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `VolumeConstructionRequest` in scope
30882024-02-21T00:40:46.929Z |
30892024-02-21T00:40:46.929Z = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
30902024-02-21T00:40:46.929Z = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default
30912024-02-21T00:40:46.929Z
30922024-02-21T00:40:46.934Zwarning: unresolved link to `fd00:1122:3344:101::5`
30932024-02-21T00:40:46.934Z --> nexus/src/app/sagas/volume_delete.rs:348:17
30942024-02-21T00:40:46.934Z |
30952024-02-21T00:40:46.934Z348 | /// "[fd00:1122:3344:101::5]:1000",
30962024-02-21T00:40:46.934Z | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:101` in scope
30972024-02-21T00:40:46.934Z
30982024-02-21T00:40:46.935Zwarning: unresolved link to `fd00:1122:3344:102::9`
30992024-02-21T00:40:46.935Z --> nexus/src/app/sagas/volume_delete.rs:349:17
31002024-02-21T00:40:46.935Z |
31012024-02-21T00:40:46.935Z349 | /// "[fd00:1122:3344:102::9]:1000",
31022024-02-21T00:40:46.935Z | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:102` in scope
31032024-02-21T00:40:46.935Z
31042024-02-21T00:40:46.935Zwarning: unresolved link to `fd00:1122:3344:103::2`
31052024-02-21T00:40:46.935Z --> nexus/src/app/sagas/volume_delete.rs:350:17
31062024-02-21T00:40:46.935Z |
31072024-02-21T00:40:46.935Z350 | /// "[fd00:1122:3344:103::2]:1000"
31082024-02-21T00:40:46.935Z | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:103` in scope
31092024-02-21T00:40:46.935Z
31102024-02-21T00:40:46.935Zwarning: unresolved link to `fd00:1122:3344:101::5`
31112024-02-21T00:40:46.936Z --> nexus/src/app/sagas/volume_delete.rs:369:17
31122024-02-21T00:40:46.936Z |
31132024-02-21T00:40:46.936Z369 | /// "[fd00:1122:3344:101::5]:1001", <-- port changed
31142024-02-21T00:40:46.936Z | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:101` in scope
31152024-02-21T00:40:46.936Z
31162024-02-21T00:40:46.936Zwarning: unresolved link to `fd00:1122:3344:102::9`
31172024-02-21T00:40:46.936Z --> nexus/src/app/sagas/volume_delete.rs:370:17
31182024-02-21T00:40:46.936Z |
31192024-02-21T00:40:46.936Z370 | /// "[fd00:1122:3344:102::9]:1001", <-- port changed
31202024-02-21T00:40:46.936Z | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:102` in scope
31212024-02-21T00:40:46.936Z
31222024-02-21T00:40:46.936Zwarning: unresolved link to `fd00:1122:3344:103::2`
31232024-02-21T00:40:46.936Z --> nexus/src/app/sagas/volume_delete.rs:371:17
31242024-02-21T00:40:46.936Z |
31252024-02-21T00:40:46.937Z371 | /// "[fd00:1122:3344:103::2]:1001" <-- port changed
31262024-02-21T00:40:46.937Z | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:103` in scope
31272024-02-21T00:40:46.937Z
31282024-02-21T00:40:50.107Zwarning: `omicron-nexus` (lib doc) generated 7 warnings
31292024-02-21T00:41:06.296Z Finished dev [unoptimized + debuginfo] target(s) in 11m 56s
31302024-02-21T00:41:06.399Z
31312024-02-21T00:41:06.403Zreal 11:56.506123890
31322024-02-21T00:41:06.404Zuser 32:55.727972656
31332024-02-21T00:41:06.404Zsys 49:34.501605840
31342024-02-21T00:41:06.404Ztrap 1.034322990
31352024-02-21T00:41:06.404Ztflt 0.157932653
31362024-02-21T00:41:06.404Zdflt 0.629928113
31372024-02-21T00:41:06.404Zkflt 0.000040011
31382024-02-21T00:41:06.404Zlock 2:09:05.725670870
31392024-02-21T00:41:06.404Zslp 2:57:25.700293232
31402024-02-21T00:41:06.404Zlat 4:56.612980174
31412024-02-21T00:41:06.404Zstop 1:43.483413242
31422024-02-21T00:41:06.404Zprocess exited: duration 1363920 ms, exit code 0
 
31432024-02-21T00:41:06.412Zfound 0 output files