01HQV815BPNWR33R1Y7J52VJRB: 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: 01HQV81KR7GJVV2MGQVJPCJXA5

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12024-02-29T20:15:18.113Zjob assigned to worker 01HQV81QN1Y7FYVYJSTWERMH6G (queued for 1 m 4 s)
 
22024-02-29T20:15:18.385Zstarting task 0: "setup"
32024-02-29T20:15:18.472Z++ uname -s
42024-02-29T20:15:18.476Z+ kern=SunOS
52024-02-29T20:15:18.477Z+ case "$kern" in
62024-02-29T20:15:18.477Z+ groupadd -g 12345 build
72024-02-29T20:15:18.477Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-02-29T20:15:20.490Z+ zfs create -o mountpoint=/work rpool/work
92024-02-29T20:15:20.629Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-02-29T20:15:20.641Z+ home_fs=zfs
112024-02-29T20:15:20.641Z+ [[ zfs == autofs ]]
122024-02-29T20:15:20.641Z+ mkdir -p /home/build
132024-02-29T20:15:20.641Z+ chown build:build /home/build /work
142024-02-29T20:15:22.634Z+ chmod 0700 /home/build /work
152024-02-29T20:15:22.638Zprocess exited: duration 4251 ms, exit code 0
 
162024-02-29T20:15:23.057Zstarting task 1: "rust-toolchain"
172024-02-29T20:15:23.061Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
182024-02-29T20:15:23.061Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default
192024-02-29T20:15:23.061Zinfo: downloading installer
202024-02-29T20:15:24.401Zwarning: it looks like you have an existing installation of Rust at:
212024-02-29T20:15:24.401Zwarning: /opt/ooce/bin
222024-02-29T20:15:24.401Zwarning: It is recommended that rustup be the primary Rust installation.
232024-02-29T20:15:24.402Zwarning: Otherwise you may have confusion unless you are careful with your PATH
242024-02-29T20:15:24.402Zwarning: If you are sure that you want both rustup and your already installed Rust
252024-02-29T20:15:24.402Zwarning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
262024-02-29T20:15:24.402Zwarning: or pass `-y' to ignore all ignorable checks.
272024-02-29T20:15:24.402Zerror: cannot install while Rust is installed
282024-02-29T20:15:24.402Zwarning: continuing (because the -y flag is set and the error is ignorable)
292024-02-29T20:15:24.528Zinfo: profile set to 'default'
302024-02-29T20:15:24.529Zinfo: default host triple is x86_64-unknown-illumos
312024-02-29T20:15:24.533Zinfo: syncing channel updates for '1.72.1-x86_64-unknown-illumos'
322024-02-29T20:15:24.693Zinfo: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13)
332024-02-29T20:15:24.693Zinfo: downloading component 'cargo'
342024-02-29T20:15:26.005Zinfo: downloading component 'clippy'
352024-02-29T20:15:26.052Zinfo: downloading component 'rust-docs'
362024-02-29T20:15:26.879Zinfo: downloading component 'rust-std'
372024-02-29T20:15:28.718Zinfo: downloading component 'rustc'
382024-02-29T20:15:34.286Zinfo: downloading component 'rustfmt'
392024-02-29T20:15:34.594Zinfo: installing component 'cargo'
402024-02-29T20:15:35.506Zinfo: installing component 'clippy'
412024-02-29T20:15:35.908Zinfo: installing component 'rust-docs'
422024-02-29T20:15:37.409Zinfo: installing component 'rust-std'
432024-02-29T20:15:39.332Zinfo: installing component 'rustc'
442024-02-29T20:15:43.472Zinfo: installing component 'rustfmt'
452024-02-29T20:15:43.816Zinfo: default toolchain set to '1.72.1-x86_64-unknown-illumos'
462024-02-29T20:15:43.827Z
472024-02-29T20:15:44.104Z 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13)
482024-02-29T20:15:44.104Z
492024-02-29T20:15:44.115Z
502024-02-29T20:15:44.115ZRust is installed now. Great!
512024-02-29T20:15:44.115Z
522024-02-29T20:15:44.115ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
532024-02-29T20:15:44.116Zenvironment variable. This has not been done automatically.
542024-02-29T20:15:44.116Z
552024-02-29T20:15:44.116ZTo configure your current shell, run:
562024-02-29T20:15:44.116Zsource "$HOME/.cargo/env"
572024-02-29T20:15:44.192Z+ rustc --version
582024-02-29T20:15:44.226Zrustc 1.72.1 (d5c2e9c34 2023-09-13)
592024-02-29T20:15:44.246Zprocess exited: duration 21574 ms, exit code 0
 
602024-02-29T20:15:44.261Zstarting task 2: "authentication"
612024-02-29T20:15:44.294Zprocess exited: duration 32 ms, exit code 0
 
622024-02-29T20:15:44.321Zstarting task 3: "clone repository"
632024-02-29T20:15:44.331Z+ mkdir -p /work/oxidecomputer/omicron
642024-02-29T20:15:44.332Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
652024-02-29T20:15:44.576ZCloning into '/work/oxidecomputer/omicron'...
662024-02-29T20:15:53.153Z+ cd /work/oxidecomputer/omicron
672024-02-29T20:15:53.157Z+ git fetch origin ae45f45d20d9c898b7f0e3407a0fadf12d103fe7
682024-02-29T20:15:53.482ZFrom https://github.com/oxidecomputer/omicron
692024-02-29T20:15:53.483Z * branch ae45f45d20d9c898b7f0e3407a0fadf12d103fe7 -> FETCH_HEAD
702024-02-29T20:15:53.496Z+ [[ -n andy/clickhousev23.8 ]]
712024-02-29T20:15:53.496Z++ git branch --show-current
722024-02-29T20:15:53.496Z+ current=main
732024-02-29T20:15:53.496Z+ [[ main != andy/clickhousev23.8 ]]
742024-02-29T20:15:53.515Z+ git branch -f andy/clickhousev23.8 ae45f45d20d9c898b7f0e3407a0fadf12d103fe7
752024-02-29T20:15:53.515Z+ git checkout -f andy/clickhousev23.8
762024-02-29T20:15:53.613ZSwitched to branch 'andy/clickhousev23.8'
772024-02-29T20:15:53.621Z+ git reset --hard ae45f45d20d9c898b7f0e3407a0fadf12d103fe7
782024-02-29T20:15:53.725ZHEAD is now at ae45f45d2 needle arguments do not need explicit lifetime
792024-02-29T20:15:53.741Zprocess exited: duration 9404 ms, exit code 0
 
802024-02-29T20:15:54.176Zstarting task 4: "build"
812024-02-29T20:15:54.197Z+ cargo --version
822024-02-29T20:15:54.198Zinfo: syncing channel updates for '1.74.1-x86_64-unknown-illumos'
832024-02-29T20:15:54.198Zinfo: latest update on 2023-12-07, rust version 1.74.1 (a28077b28 2023-12-04)
842024-02-29T20:15:54.198Zinfo: downloading component 'cargo'
852024-02-29T20:15:54.566Zinfo: downloading component 'clippy'
862024-02-29T20:15:54.768Zinfo: downloading component 'rust-docs'
872024-02-29T20:15:55.563Zinfo: downloading component 'rust-std'
882024-02-29T20:15:56.789Zinfo: downloading component 'rustc'
892024-02-29T20:16:00.121Zinfo: downloading component 'rustfmt'
902024-02-29T20:16:00.317Zinfo: installing component 'cargo'
912024-02-29T20:16:01.216Zinfo: installing component 'clippy'
922024-02-29T20:16:01.570Zinfo: installing component 'rust-docs'
932024-02-29T20:16:03.126Zinfo: installing component 'rust-std'
942024-02-29T20:16:04.772Zinfo: installing component 'rustc'
952024-02-29T20:16:08.979Zinfo: installing component 'rustfmt'
962024-02-29T20:16:09.378Zcargo 1.74.1 (ecb9851af 2023-10-18)
972024-02-29T20:16:09.382Z+ rustc --version
982024-02-29T20:16:09.486Zrustc 1.74.1 (a28077b28 2023-12-04)
992024-02-29T20:16:09.491Z+ source ./env.sh
1002024-02-29T20:16:09.491Z++ set -o xtrace
1012024-02-29T20:16:09.498Z++++ dirname ./env.sh
1022024-02-29T20:16:09.557Z+++ cd .
1032024-02-29T20:16:09.574Z+++ echo /work/oxidecomputer/omicron
1042024-02-29T20:16:09.574Z++ OMICRON_WS=/work/oxidecomputer/omicron
1052024-02-29T20:16:09.575Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1062024-02-29T20:16:09.575Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1072024-02-29T20:16:09.575Z++ 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
1082024-02-29T20:16:09.575Z++ 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
1092024-02-29T20:16:09.575Z++ 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
1102024-02-29T20:16:09.575Z++ 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
1112024-02-29T20:16:09.575Z++ 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
1122024-02-29T20:16:09.575Z++ 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
1132024-02-29T20:16:09.575Z++ unset OMICRON_WS
1142024-02-29T20:16:09.575Z++ set +o xtrace
1152024-02-29T20:16:09.604Z
1162024-02-29T20:16:09.604Z ##### ##### ###### ##### ###### #### # # # #### #
1172024-02-29T20:16:09.604Z # # # # # # # # # # # # # # #
1182024-02-29T20:16:09.604Z # # # # ##### # # ##### # # # # # #### #
1192024-02-29T20:16:09.605Z ##### ##### # ##### # # # # # # # # #
1202024-02-29T20:16:09.605Z # # # # # # # # # # # # # # #
1212024-02-29T20:16:09.605Z # # # ###### # # ###### ### # #### # #### #
1222024-02-29T20:16:09.605Z
1232024-02-29T20:16:21.238Z Startup: Refreshing catalog 'helios-dev' ... Done
1242024-02-29T20:16:22.925Z Startup: Caching catalogs ... Done
1252024-02-29T20:16:24.228ZPlanning: Solver setup ... Done (1.371s)
1262024-02-29T20:16:24.251ZPlanning: Running solver ... Done (0.031s)
1272024-02-29T20:16:24.482ZPlanning: Finding local manifests ... Done (0.205s)
1282024-02-29T20:16:24.496ZPlanning: Fetching manifests: 0/4 0% complete
1292024-02-29T20:16:24.707ZPlanning: Fetching manifests: 4/4 100% complete
1302024-02-29T20:16:24.757ZPlanning: Package planning ... Done (0.050s)
1312024-02-29T20:16:24.813ZPlanning: Merging actions ... Done (0.051s)
1322024-02-29T20:16:25.901ZPlanning: Checking for conflicting actions ... Done (1.083s)
1332024-02-29T20:16:25.913ZPlanning: Consolidating action changes ... Done (0.011s)
1342024-02-29T20:16:31.152ZPlanning: Evaluating mediators ... Done (5.243s)
1352024-02-29T20:16:31.161ZPlanning: Planning completed in 8.59 seconds
1362024-02-29T20:16:31.173Z Packages to install: 4
1372024-02-29T20:16:31.173Z Mediators to change: 2
1382024-02-29T20:16:31.177Z Services to change: 1
1392024-02-29T20:16:31.178Z Estimated space available: 148.87 GB
1402024-02-29T20:16:31.178ZEstimated space to be consumed: 1.42 GB
1412024-02-29T20:16:31.178Z Create boot environment: No
1422024-02-29T20:16:31.178ZCreate backup boot environment: No
1432024-02-29T20:16:31.178Z Rebuild boot archive: No
1442024-02-29T20:16:31.178Z
1452024-02-29T20:16:31.178ZChanged mediators:
1462024-02-29T20:16:31.178Z mediator clang:
1472024-02-29T20:16:31.178Z version: None -> 15 (system default)
1482024-02-29T20:16:31.178Z
1492024-02-29T20:16:31.178Z mediator llvm:
1502024-02-29T20:16:31.178Z version: 14 (system default) -> 15 (system default)
1512024-02-29T20:16:31.178Z
1522024-02-29T20:16:31.178ZChanged packages:
1532024-02-29T20:16:31.178Zhelios-dev
1542024-02-29T20:16:31.178Z developer/build-essential
1552024-02-29T20:16:31.178Z None -> 11-2.0
1562024-02-29T20:16:31.178Z library/libxmlsec1
1572024-02-29T20:16:31.178Z None -> 1.2.35-2.0
1582024-02-29T20:16:31.178Z ooce/developer/clang-15
1592024-02-29T20:16:31.178Z None -> 15.0.7-2.0
1602024-02-29T20:16:31.178Z ooce/developer/llvm-15
1612024-02-29T20:16:31.179Z None -> 15.0.7-2.0
1622024-02-29T20:16:31.179Z
1632024-02-29T20:16:31.179ZServices:
1642024-02-29T20:16:31.179Z restart_fmri:
1652024-02-29T20:16:31.179Z svc:/system/update-man-index:default
1662024-02-29T20:16:31.458Z
1672024-02-29T20:16:31.459ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1682024-02-29T20:16:37.592ZDownload: 211/3290 items 1.3/212.6MB 0% complete (1.3M/s)
1692024-02-29T20:16:43.657ZDownload: 1037/3290 items 19.6/212.6MB 9% complete (1.9M/s)
1702024-02-29T20:16:47.598ZDownload: 1929/3290 items 118.6/212.6MB 55% complete (11.8M/s)
1712024-02-29T20:16:54.570ZDownload: 2224/3290 items 119.2/212.6MB 56% complete (10.2M/s)
1722024-02-29T20:16:59.823ZDownload: 3275/3290 items 208.9/212.6MB 98% complete (9.0M/s)
1732024-02-29T20:17:04.676ZDownload: Completed 212.60 MB in 33.21 seconds (6.4M/s)
1742024-02-29T20:17:04.823Z Actions: 1/3689 actions (Installing new actions)
1752024-02-29T20:17:09.829Z Actions: 3517/3689 actions (Installing new actions)
1762024-02-29T20:17:11.050Z Actions: Completed 3689 actions in 6.22 seconds.
1772024-02-29T20:17:11.145Z Done (0.091s)
1782024-02-29T20:17:11.146Z Done (0.000s)
1792024-02-29T20:17:11.377Z Done (0.232s)
1802024-02-29T20:17:18.655Z Done (6.740s)
1812024-02-29T20:17:18.664Z Done (0.170s)
1822024-02-29T20:17:18.664Z Done (0.000s)
1832024-02-29T20:17:18.664Z Done (0.000s)
1842024-02-29T20:17:19.152ZPlanning: Evaluating mediator changes ... Done
1852024-02-29T20:17:19.568ZPlanning: Checking for conflicting actions ... Done
1862024-02-29T20:17:19.568ZPlanning: Consolidating action changes ... Done
1872024-02-29T20:17:19.995ZPlanning: Evaluating mediators ... Done
1882024-02-29T20:17:20.026ZPlanning: Planning completed in 0.45 seconds
1892024-02-29T20:17:20.026Z Mediators to change: 2
1902024-02-29T20:17:20.026Z Create boot environment: No
1912024-02-29T20:17:20.026ZCreate backup boot environment: No
1922024-02-29T20:17:20.026Z Done
1932024-02-29T20:17:20.026Z Done
1942024-02-29T20:17:20.026Z Done
1952024-02-29T20:17:23.613Z Done
1962024-02-29T20:17:23.707Z Done
1972024-02-29T20:17:23.722Z Done
1982024-02-29T20:17:23.802Z Done
1992024-02-29T20:17:25.383ZPlanning: Evaluating mediator changes ... Done
2002024-02-29T20:17:25.406ZPlanning: Merging actions ... Done
2012024-02-29T20:17:25.406ZPlanning: Checking for conflicting actions ... Done
2022024-02-29T20:17:25.407ZPlanning: Consolidating action changes ... Done
2032024-02-29T20:17:25.407ZPlanning: Evaluating mediators ... Done
2042024-02-29T20:17:25.407ZPlanning: Planning completed in 0.81 seconds
2052024-02-29T20:17:25.407Z Packages to change: 1
2062024-02-29T20:17:25.407Z Mediators to change: 1
2072024-02-29T20:17:25.407Z Services to change: 1
2082024-02-29T20:17:25.407Z Create boot environment: No
2092024-02-29T20:17:25.407ZCreate backup boot environment: Yes
2102024-02-29T20:17:27.035Z Actions: 1/6 actions (Updating modified actions)
2112024-02-29T20:17:27.137Z Actions: Completed 6 actions in 0.11 seconds.
2122024-02-29T20:17:27.144Z Done
2132024-02-29T20:17:27.144Z Done
2142024-02-29T20:17:27.186Z Done
2152024-02-29T20:17:31.043Z Done
2162024-02-29T20:17:31.132Z Done
2172024-02-29T20:17:31.138Z Done
2182024-02-29T20:17:31.249Z Done
2192024-02-29T20:17:31.707ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2202024-02-29T20:17:31.707Zclang system 15 system
2212024-02-29T20:17:31.707Zcsh system system illumos
2222024-02-29T20:17:31.708Zctags system system illumos
2232024-02-29T20:17:31.708Zgcc vendor 12 vendor
2242024-02-29T20:17:31.708Zgcc system 10 system
2252024-02-29T20:17:31.708Zgcc system 7 system
2262024-02-29T20:17:31.708Zgo system 1.20 system
2272024-02-29T20:17:31.708Zgo system 1.19 system
2282024-02-29T20:17:31.708Zllvm system 15 system
2292024-02-29T20:17:31.708Zllvm system 14 system
2302024-02-29T20:17:31.708Zmariadb system 10.6 system
2312024-02-29T20:17:31.708Zmta vendor vendor dma
2322024-02-29T20:17:31.708Zopenjdk system 17 system
2332024-02-29T20:17:31.708Zopenjdk system 11 system
2342024-02-29T20:17:31.708Zopenjdk system 1.8 system
2352024-02-29T20:17:31.709Zopenssl vendor 3 vendor
2362024-02-29T20:17:31.709Zperl system 5.36 system
2372024-02-29T20:17:31.709Zpostgresql system 15 system
2382024-02-29T20:17:31.709Zpostgresql system 13 system
2392024-02-29T20:17:31.709Zpython vendor 3 vendor
2402024-02-29T20:17:31.709Zpython system 2 system
2412024-02-29T20:17:31.709Zpython3 system 3.11 system
2422024-02-29T20:17:31.709Zruby system 3.0 system
2432024-02-29T20:17:31.709Zwords vendor vendor american-english
2442024-02-29T20:17:31.709Zwords system system australian-english
2452024-02-29T20:17:31.709Zwords system system british-english
2462024-02-29T20:17:31.709Zwords system system canadian-english
2472024-02-29T20:17:31.709Zwords system system french
2482024-02-29T20:17:31.709Zwords system system italian
2492024-02-29T20:17:31.710Zwords system system ngerman
2502024-02-29T20:17:31.710Zwords system system ogerman
2512024-02-29T20:17:31.710Zwords system system spanish
2522024-02-29T20:17:32.225ZPUBLISHER TYPE STATUS P LOCATION
2532024-02-29T20:17:32.225Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2542024-02-29T20:17:33.364ZFMRI IFO
2552024-02-29T20:17:33.364Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2562024-02-29T20:17:33.364Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2572024-02-29T20:17:33.364Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2582024-02-29T20:17:33.364Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2592024-02-29T20:17:33.364Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2602024-02-29T20:17:33.364Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2612024-02-29T20:17:33.364Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i--
2622024-02-29T20:17:33.364Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2632024-02-29T20:17:33.364Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i--
2642024-02-29T20:17:33.364Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2652024-02-29T20:17:33.364Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i--
2662024-02-29T20:17:33.365Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2672024-02-29T20:17:33.586Z+ set -o errexit
2682024-02-29T20:17:33.591Z+++ dirname ./tools/ci_download_cockroachdb
2692024-02-29T20:17:33.595Z++ cd ./tools
2702024-02-29T20:17:33.595Z++ pwd
2712024-02-29T20:17:33.595Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
2722024-02-29T20:17:33.595Z++ basename ./tools/ci_download_cockroachdb
2732024-02-29T20:17:33.595Z+ ARG0=ci_download_cockroachdb
2742024-02-29T20:17:33.595Z++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version
2752024-02-29T20:17:33.598Z+ CIDL_VERSION=v22.1.9
2762024-02-29T20:17:33.598Z+ source /work/oxidecomputer/omicron/tools/cockroachdb_checksums
2772024-02-29T20:17:33.598Z++ CIDL_SHA256_DARWIN=1ca69e0911af11a73305c3c6f4650b912d70754900b5bf7b80a1d361efe36561
2782024-02-29T20:17:33.598Z++ CIDL_SHA256_LINUX=24c321820e7ee45fa07fe91ac138befe13ad860e41c6ed595ce58823205ff4a9
2792024-02-29T20:17:33.598Z++ CIDL_SHA256_ILLUMOS=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088
2802024-02-29T20:17:33.598Z+ TARGET_DIR=out
2812024-02-29T20:17:33.599Z+ DOWNLOAD_DIR=out/downloads
2822024-02-29T20:17:33.599Z+ DEST_DIR=./out/cockroachdb
2832024-02-29T20:17:33.599Z+ CIDL_URL_COCKROACH=https://binaries.cockroachdb.com
2842024-02-29T20:17:33.599Z+ CIDL_URL_ILLUMOS=https://illumos.org/downloads
2852024-02-29T20:17:33.599Z+ main
2862024-02-29T20:17:33.599Z+ [[ 0 != 0 ]]
2872024-02-29T20:17:33.599Z+ CIDL_OS=solaris2.11
2882024-02-29T20:17:33.599Z+ [[ 0 != 0 ]]
2892024-02-29T20:17:33.599Z+ configure_os solaris2.11
2902024-02-29T20:17:33.599Z+ echo 'current directory: /work/oxidecomputer/omicron'
2912024-02-29T20:17:33.599Z+ echo 'configuring based on OS: "solaris2.11"'
2922024-02-29T20:17:33.599Zcurrent directory: /work/oxidecomputer/omicron
2932024-02-29T20:17:33.599Zconfiguring based on OS: "solaris2.11"
2942024-02-29T20:17:33.599Z+ case "$1" in
2952024-02-29T20:17:33.599Z+ CIDL_BUILD=illumos
2962024-02-29T20:17:33.599Z+ CIDL_SUFFIX=tar.gz
2972024-02-29T20:17:33.599Z+ CIDL_SHA256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088
2982024-02-29T20:17:33.599Z+ CIDL_URL_BASE=https://illumos.org/downloads
2992024-02-29T20:17:33.599Z+ CIDL_ASSEMBLE=do_assemble_illumos
3002024-02-29T20:17:33.599Z+ TARBALL_DIRNAME=cockroach-v22.1.9.illumos
3012024-02-29T20:17:33.599Z+ TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz
3022024-02-29T20:17:33.599Z+ TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz
3032024-02-29T20:17:33.600Z+ TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos
3042024-02-29T20:17:33.600Z+ CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz
3052024-02-29T20:17:33.600Z+ CIDL_SHA256FUNC=do_sha256sum
3062024-02-29T20:17:33.600Z+ echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz'
3072024-02-29T20:17:33.600ZURL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz
3082024-02-29T20:17:33.600Z+ echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz'
3092024-02-29T20:17:33.600Z+ mkdir -p out/downloads
3102024-02-29T20:17:33.600ZLocal file: out/downloads/cockroach-v22.1.9.illumos.tar.gz
3112024-02-29T20:17:33.600Z+ mkdir -p ./out/cockroachdb
3122024-02-29T20:17:33.605Z+ local DO_DOWNLOAD=true
3132024-02-29T20:17:33.605Z+ [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]]
3142024-02-29T20:17:33.605Z+ '[' true == true ']'
3152024-02-29T20:17:33.605Z+ echo Downloading...
3162024-02-29T20:17:33.605ZDownloading...
3172024-02-29T20:17:33.605Z+ do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz
3182024-02-29T20:17:33.605Z+ 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
3192024-02-29T20:17:41.360Z++ do_sha256sum out/downloads/cockroach-v22.1.9.illumos.tar.gz
3202024-02-29T20:17:41.367Z++ sha256sum
3212024-02-29T20:17:41.368Z++ awk '{print $1}'
3222024-02-29T20:17:41.488Z+ calculated_sha256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088
3232024-02-29T20:17:41.488Z+ [[ 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 ]]
3242024-02-29T20:17:41.491Z+ do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz
3252024-02-29T20:17:41.491Z+ tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads
3262024-02-29T20:17:43.658Z+ do_assemble_illumos
3272024-02-29T20:17:43.658Z+ rm -r ./out/cockroachdb
3282024-02-29T20:17:43.661Z+ cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb
3292024-02-29T20:17:44.102Z+ ./out/cockroachdb/bin/cockroach version
3302024-02-29T20:17:44.311ZBuild Tag: v22.1.9-dirty
3312024-02-29T20:17:44.311ZBuild Time: 2022/10/26 21:17:46
3322024-02-29T20:17:44.312ZDistribution: OSS
3332024-02-29T20:17:44.312ZPlatform: illumos amd64 (x86_64-pc-solaris2.11)
3342024-02-29T20:17:44.312ZGo Version: go1.17.13
3352024-02-29T20:17:44.312ZC Compiler: gcc 10.3.0
3362024-02-29T20:17:44.312ZBuild Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493
3372024-02-29T20:17:44.312ZBuild Type: release
3382024-02-29T20:17:44.325Z+ set -o errexit
3392024-02-29T20:17:44.329Z+++ dirname ./tools/ci_download_clickhouse
3402024-02-29T20:17:44.334Z++ cd ./tools
3412024-02-29T20:17:44.334Z++ pwd
3422024-02-29T20:17:44.334Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
3432024-02-29T20:17:44.335Z++ basename ./tools/ci_download_clickhouse
3442024-02-29T20:17:44.340Z+ ARG0=ci_download_clickhouse
3452024-02-29T20:17:44.340Z+ TARGET_DIR=out
3462024-02-29T20:17:44.340Z+ DOWNLOAD_DIR=out/downloads
3472024-02-29T20:17:44.340Z+ DEST_DIR=./out/clickhouse
3482024-02-29T20:17:44.340Z++ cat /work/oxidecomputer/omicron/tools/clickhouse_version
3492024-02-29T20:17:44.340Z+ CIDL_VERSION=v23.8.7.24
3502024-02-29T20:17:44.340Z+ source /work/oxidecomputer/omicron/tools/clickhouse_checksums
3512024-02-29T20:17:44.340Z++ CIDL_MD5_DARWIN=3e20c3284b7e6b0cfcfedf622ecf547a
3522024-02-29T20:17:44.340Z++ CIDL_MD5_LINUX=f6c30a25a86deac3bad6c50dcf758fd5
3532024-02-29T20:17:44.340Z++ CIDL_MD5_ILLUMOS=409222de8ecb59e5dd97dcc942ccdffe
3542024-02-29T20:17:44.340Z+ CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com
3552024-02-29T20:17:44.341Z+ main
3562024-02-29T20:17:44.341Z+ [[ 0 != 0 ]]
3572024-02-29T20:17:44.341Z+ CIDL_OS=solaris2.11
3582024-02-29T20:17:44.341Z+ [[ 0 != 0 ]]
3592024-02-29T20:17:44.341Z+ configure_os solaris2.11
3602024-02-29T20:17:44.341Z+ echo 'current directory: /work/oxidecomputer/omicron'
3612024-02-29T20:17:44.341Zcurrent directory: /work/oxidecomputer/omicron
3622024-02-29T20:17:44.341Z+ echo 'configuring based on OS: "solaris2.11"'
3632024-02-29T20:17:44.341Z+ CIDL_DASHREV=
3642024-02-29T20:17:44.341Z+ case "$1" in
3652024-02-29T20:17:44.341Zconfiguring based on OS: "solaris2.11"
3662024-02-29T20:17:44.341Z+ CIDL_PLATFORM=illumos
3672024-02-29T20:17:44.341Z+ CIDL_MD5=409222de8ecb59e5dd97dcc942ccdffe
3682024-02-29T20:17:44.341Z+ CIDL_MD5FUNC=do_md5sum
3692024-02-29T20:17:44.341Z+ TARBALL_DIRNAME=clickhouse-v23.8.7.24
3702024-02-29T20:17:44.341Z+ TARBALL_FILENAME=clickhouse-v23.8.7.24.illumos.tar.gz
3712024-02-29T20:17:44.341Z+ TARBALL_FILE=out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz
3722024-02-29T20:17:44.341Z+ CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz
3732024-02-29T20:17:44.341Z+ echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz'
3742024-02-29T20:17:44.341ZURL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz
3752024-02-29T20:17:44.341Z+ echo 'Local file: out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz'
3762024-02-29T20:17:44.341ZLocal file: out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz
3772024-02-29T20:17:44.341Z+ mkdir -p out/downloads
3782024-02-29T20:17:44.342Z+ mkdir -p ./out/clickhouse
3792024-02-29T20:17:44.345Z+ local DO_DOWNLOAD=true
3802024-02-29T20:17:44.345Z+ [[ -f out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz ]]
3812024-02-29T20:17:44.345Z+ '[' true == true ']'
3822024-02-29T20:17:44.345Z+ echo Downloading...
3832024-02-29T20:17:44.345ZDownloading...
3842024-02-29T20:17:44.345Z+ do_download_curl https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz
3852024-02-29T20:17:44.345Z+ curl --silent --show-error --fail --location --output out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz
3862024-02-29T20:17:48.125Z++ do_md5sum out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz
3872024-02-29T20:17:48.146Z++ md5sum
3882024-02-29T20:17:48.146Z++ awk '{print $1}'
3892024-02-29T20:17:48.349Z+ calculated_md5=409222de8ecb59e5dd97dcc942ccdffe
3902024-02-29T20:17:48.349Z+ [[ 409222de8ecb59e5dd97dcc942ccdffe != \4\0\9\2\2\2\d\e\8\e\c\b\5\9\e\5\d\d\9\7\d\c\c\9\4\2\c\c\d\f\f\e ]]
3912024-02-29T20:17:48.352Z+ do_untar out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz ./out/clickhouse
3922024-02-29T20:17:48.353Z+ mkdir -p ./out/clickhouse
3932024-02-29T20:17:48.353Z+ tar xzf out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz -C ./out/clickhouse
3942024-02-29T20:17:52.169Z+ ./out/clickhouse/clickhouse server --version
3952024-02-29T20:17:52.823ZClickHouse server version 23.8.7.1.
3962024-02-29T20:17:52.874Z+ set -o errexit
3972024-02-29T20:17:52.881Z+++ dirname ./tools/ci_download_console
3982024-02-29T20:17:52.881Z++ cd ./tools
3992024-02-29T20:17:52.881Z++ pwd
4002024-02-29T20:17:52.881Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
4012024-02-29T20:17:52.881Z++ basename ./tools/ci_download_console
4022024-02-29T20:17:52.889Z+ ARG0=ci_download_console
4032024-02-29T20:17:52.889Z+ TARGET_DIR=out
4042024-02-29T20:17:52.889Z+ DOWNLOAD_DIR=out/downloads
4052024-02-29T20:17:52.889Z+ DEST_DIR=./out/console-assets
4062024-02-29T20:17:52.889Z+ source /work/oxidecomputer/omicron/tools/console_version
4072024-02-29T20:17:52.889Z++ COMMIT=e5a1f804faa913de3be5b4cddac2011247a99774
4082024-02-29T20:17:52.889Z++ SHA2=54ff1026062fc1a3f0de86aa558d051b8ad6248d458c1767b9e926f2606e75f5
4092024-02-29T20:17:52.889Z+ URL=https://dl.oxide.computer/releases/console/e5a1f804faa913de3be5b4cddac2011247a99774.tar.gz
4102024-02-29T20:17:52.889Z+ TARBALL_FILE=out/downloads/console.tar.gz
4112024-02-29T20:17:52.889Z+ main
4122024-02-29T20:17:52.889Z+ [[ 0 != 0 ]]
4132024-02-29T20:17:52.889Z+ echo 'URL: https://dl.oxide.computer/releases/console/e5a1f804faa913de3be5b4cddac2011247a99774.tar.gz'
4142024-02-29T20:17:52.889ZURL: https://dl.oxide.computer/releases/console/e5a1f804faa913de3be5b4cddac2011247a99774.tar.gz
4152024-02-29T20:17:52.890Z+ echo 'Local file: out/downloads/console.tar.gz'
4162024-02-29T20:17:52.890ZLocal file: out/downloads/console.tar.gz
4172024-02-29T20:17:52.890Z+ local DO_DOWNLOAD=true
4182024-02-29T20:17:52.890Z+ [[ -f out/downloads/console.tar.gz ]]
4192024-02-29T20:17:52.890Z+ mkdir -p out/downloads
4202024-02-29T20:17:52.890Z+ '[' true == true ']'
4212024-02-29T20:17:52.890Z+ echo Downloading...
4222024-02-29T20:17:52.890ZDownloading...
4232024-02-29T20:17:52.890Z+ do_download_curl https://dl.oxide.computer/releases/console/e5a1f804faa913de3be5b4cddac2011247a99774.tar.gz out/downloads/console.tar.gz
4242024-02-29T20:17:52.890Z+ curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/e5a1f804faa913de3be5b4cddac2011247a99774.tar.gz
4252024-02-29T20:17:53.394Z++ do_sha256sum out/downloads/console.tar.gz
4262024-02-29T20:17:53.402Z++ case "$OSTYPE" in
4272024-02-29T20:17:53.403Z++ SHA=sha256sum
4282024-02-29T20:17:53.403Z++ sha256sum
4292024-02-29T20:17:53.403Z++ awk '{print $1}'
4302024-02-29T20:17:53.972Z+ calculated_sha2=54ff1026062fc1a3f0de86aa558d051b8ad6248d458c1767b9e926f2606e75f5
4312024-02-29T20:17:53.972Z+ [[ 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 ]]
4322024-02-29T20:17:53.972Z+ rm -rf ./out/console-assets
4332024-02-29T20:17:53.973Z+ mkdir -p ./out/console-assets
4342024-02-29T20:17:53.973Z+ do_untar out/downloads/console.tar.gz ./out/console-assets
4352024-02-29T20:17:53.973Z+ mkdir -p ./out/console-assets
4362024-02-29T20:17:53.973Z+ tar xzf out/downloads/console.tar.gz -C ./out/console-assets
4372024-02-29T20:17:53.973Z+ set -o errexit
4382024-02-29T20:17:53.973Z+++ dirname ./tools/ci_download_maghemite_openapi
4392024-02-29T20:17:53.973Z++ cd ./tools
4402024-02-29T20:17:53.973Z++ pwd
4412024-02-29T20:17:53.973Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
4422024-02-29T20:17:53.973Z++ basename ./tools/ci_download_maghemite_openapi
4432024-02-29T20:17:53.973Z+ ARG0=ci_download_maghemite_openapi
4442024-02-29T20:17:53.974Z+ TARGET_DIR=out
4452024-02-29T20:17:53.974Z+ DOWNLOAD_DIR=out/downloads
4462024-02-29T20:17:53.974Z+ source /work/oxidecomputer/omicron/tools/maghemite_ddm_openapi_version
4472024-02-29T20:17:53.974Z++ COMMIT=4b0e584eec455a43c36af08ae207086965cef833
4482024-02-29T20:17:53.974Z++ SHA2=0b0dbc2f8bbc5d2d9be92d64c4865f8f9335355aae62f7de9f67f81dfb3f1803
4492024-02-29T20:17:53.974Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/4b0e584eec455a43c36af08ae207086965cef833/ddm-admin.json
4502024-02-29T20:17:53.974Z+ LOCAL_FILE=out/downloads/ddm-admin-4b0e584eec455a43c36af08ae207086965cef833.json
4512024-02-29T20:17:53.974Z+ main
4522024-02-29T20:17:53.974Z+ [[ 0 != 0 ]]
4532024-02-29T20:17:53.974Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/4b0e584eec455a43c36af08ae207086965cef833/ddm-admin.json'
4542024-02-29T20:17:53.975ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/4b0e584eec455a43c36af08ae207086965cef833/ddm-admin.json
4552024-02-29T20:17:53.975Z+ echo 'Local file: out/downloads/ddm-admin-4b0e584eec455a43c36af08ae207086965cef833.json'
4562024-02-29T20:17:53.975ZLocal file: out/downloads/ddm-admin-4b0e584eec455a43c36af08ae207086965cef833.json
4572024-02-29T20:17:53.975Z+ local DO_DOWNLOAD=true
4582024-02-29T20:17:53.975Z+ [[ -f out/downloads/ddm-admin-4b0e584eec455a43c36af08ae207086965cef833.json ]]
4592024-02-29T20:17:53.975Z+ mkdir -p out/downloads
4602024-02-29T20:17:53.975Z+ '[' true == true ']'
4612024-02-29T20:17:53.975Z+ echo Downloading...
4622024-02-29T20:17:53.975ZDownloading...
4632024-02-29T20:17:53.975Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/4b0e584eec455a43c36af08ae207086965cef833/ddm-admin.json out/downloads/ddm-admin-4b0e584eec455a43c36af08ae207086965cef833.json
4642024-02-29T20:17:53.975Z+ curl --silent --show-error --fail --location --output out/downloads/ddm-admin-4b0e584eec455a43c36af08ae207086965cef833.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/4b0e584eec455a43c36af08ae207086965cef833/ddm-admin.json
4652024-02-29T20:17:53.976Z++ do_sha256sum out/downloads/ddm-admin-4b0e584eec455a43c36af08ae207086965cef833.json
4662024-02-29T20:17:53.976Z++ case "$OSTYPE" in
4672024-02-29T20:17:53.976Z++ SHA=sha256sum
4682024-02-29T20:17:53.976Z++ sha256sum
4692024-02-29T20:17:53.976Z++ awk '{print $1}'
4702024-02-29T20:17:53.976Z+ calculated_sha2=0b0dbc2f8bbc5d2d9be92d64c4865f8f9335355aae62f7de9f67f81dfb3f1803
4712024-02-29T20:17:53.976Z+ [[ 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 ]]
4722024-02-29T20:17:53.976Z+ source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version
4732024-02-29T20:17:53.976Z++ COMMIT=4b0e584eec455a43c36af08ae207086965cef833
4742024-02-29T20:17:53.976Z++ SHA2=0ac038bbaa54d0ae0ac5ccaeff48f03070618372cca26c9d09b716b909bf9355
4752024-02-29T20:17:53.977Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/4b0e584eec455a43c36af08ae207086965cef833/mg-admin.json
4762024-02-29T20:17:53.977Z+ LOCAL_FILE=out/downloads/mg-admin-4b0e584eec455a43c36af08ae207086965cef833.json
4772024-02-29T20:17:53.977Z+ main
4782024-02-29T20:17:53.977Z+ [[ 0 != 0 ]]
4792024-02-29T20:17:53.977Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/4b0e584eec455a43c36af08ae207086965cef833/mg-admin.json'
4802024-02-29T20:17:53.977ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/4b0e584eec455a43c36af08ae207086965cef833/mg-admin.json
4812024-02-29T20:17:53.977Z+ echo 'Local file: out/downloads/mg-admin-4b0e584eec455a43c36af08ae207086965cef833.json'
4822024-02-29T20:17:53.977ZLocal file: out/downloads/mg-admin-4b0e584eec455a43c36af08ae207086965cef833.json
4832024-02-29T20:17:53.977Z+ local DO_DOWNLOAD=true
4842024-02-29T20:17:53.977Z+ [[ -f out/downloads/mg-admin-4b0e584eec455a43c36af08ae207086965cef833.json ]]
4852024-02-29T20:17:53.977Z+ mkdir -p out/downloads
4862024-02-29T20:17:53.978Z+ '[' true == true ']'
4872024-02-29T20:17:53.978Z+ echo Downloading...
4882024-02-29T20:17:53.978ZDownloading...
4892024-02-29T20:17:53.978Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/4b0e584eec455a43c36af08ae207086965cef833/mg-admin.json out/downloads/mg-admin-4b0e584eec455a43c36af08ae207086965cef833.json
4902024-02-29T20:17:53.978Z+ curl --silent --show-error --fail --location --output out/downloads/mg-admin-4b0e584eec455a43c36af08ae207086965cef833.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/4b0e584eec455a43c36af08ae207086965cef833/mg-admin.json
4912024-02-29T20:17:53.978Z++ do_sha256sum out/downloads/mg-admin-4b0e584eec455a43c36af08ae207086965cef833.json
4922024-02-29T20:17:53.978Z++ case "$OSTYPE" in
4932024-02-29T20:17:53.978Z++ SHA=sha256sum
4942024-02-29T20:17:53.978Z++ sha256sum
4952024-02-29T20:17:53.978Z++ awk '{print $1}'
4962024-02-29T20:17:53.979Z+ calculated_sha2=0ac038bbaa54d0ae0ac5ccaeff48f03070618372cca26c9d09b716b909bf9355
4972024-02-29T20:17:53.979Z+ [[ 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 ]]
4982024-02-29T20:17:53.979Z+ set -o errexit
4992024-02-29T20:17:53.979Z+++ dirname ./tools/ci_download_dendrite_openapi
5002024-02-29T20:17:53.979Z++ cd ./tools
5012024-02-29T20:17:53.979Z++ pwd
5022024-02-29T20:17:53.979Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
5032024-02-29T20:17:53.979Z++ basename ./tools/ci_download_dendrite_openapi
5042024-02-29T20:17:53.979Z+ ARG0=ci_download_dendrite_openapi
5052024-02-29T20:17:53.979Z+ TARGET_DIR=out
5062024-02-29T20:17:53.979Z+ DOWNLOAD_DIR=out/downloads
5072024-02-29T20:17:53.980Z+ source /work/oxidecomputer/omicron/tools/dendrite_openapi_version
5082024-02-29T20:17:53.980Z++ COMMIT=3618dd6017b363c5d34399273453cf50b9c9a43e
5092024-02-29T20:17:53.980Z++ SHA2=aa670165e5b459fab4caba36ae4d382a09264ff5cf6a2dac0dae0a0db39a378e
5102024-02-29T20:17:53.980Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3618dd6017b363c5d34399273453cf50b9c9a43e/dpd.json
5112024-02-29T20:17:53.980Z+ LOCAL_FILE=out/downloads/dpd-3618dd6017b363c5d34399273453cf50b9c9a43e.json
5122024-02-29T20:17:53.980Z+ main
5132024-02-29T20:17:53.980Z+ [[ 0 != 0 ]]
5142024-02-29T20:17:53.980Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3618dd6017b363c5d34399273453cf50b9c9a43e/dpd.json'
5152024-02-29T20:17:53.980ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3618dd6017b363c5d34399273453cf50b9c9a43e/dpd.json
5162024-02-29T20:17:53.980Z+ echo 'Local file: out/downloads/dpd-3618dd6017b363c5d34399273453cf50b9c9a43e.json'
5172024-02-29T20:17:53.980ZLocal file: out/downloads/dpd-3618dd6017b363c5d34399273453cf50b9c9a43e.json
5182024-02-29T20:17:53.981Z+ local DO_DOWNLOAD=true
5192024-02-29T20:17:53.981Z+ [[ -f out/downloads/dpd-3618dd6017b363c5d34399273453cf50b9c9a43e.json ]]
5202024-02-29T20:17:53.981Z+ mkdir -p out/downloads
5212024-02-29T20:17:53.981Z+ '[' true == true ']'
5222024-02-29T20:17:53.981Z+ echo Downloading...
5232024-02-29T20:17:53.981ZDownloading...
5242024-02-29T20:17:53.981Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3618dd6017b363c5d34399273453cf50b9c9a43e/dpd.json out/downloads/dpd-3618dd6017b363c5d34399273453cf50b9c9a43e.json
5252024-02-29T20:17:53.981Z+ 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
5262024-02-29T20:17:54.058Z++ do_sha256sum out/downloads/dpd-3618dd6017b363c5d34399273453cf50b9c9a43e.json
5272024-02-29T20:17:54.058Z++ case "$OSTYPE" in
5282024-02-29T20:17:54.062Z++ SHA=sha256sum
5292024-02-29T20:17:54.062Z++ sha256sum
5302024-02-29T20:17:54.062Z++ awk '{print $1}'
5312024-02-29T20:17:54.092Z+ calculated_sha2=aa670165e5b459fab4caba36ae4d382a09264ff5cf6a2dac0dae0a0db39a378e
5322024-02-29T20:17:54.092Z+ [[ 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 ]]
5332024-02-29T20:17:54.133Z+ set -o errexit
5342024-02-29T20:17:54.133Z+++ dirname ./tools/ci_download_dendrite_stub
5352024-02-29T20:17:54.134Z++ cd ./tools
5362024-02-29T20:17:54.134Z++ pwd
5372024-02-29T20:17:54.134Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
5382024-02-29T20:17:54.134Z++ basename ./tools/ci_download_dendrite_stub
5392024-02-29T20:17:54.134Z+ ARG0=ci_download_dendrite_stub
5402024-02-29T20:17:54.134Z+ source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums
5412024-02-29T20:17:54.134Z++ CIDL_SHA256_ILLUMOS=eb98985871f321411f7875ef7751dba85ae0dd3034877b63ccb78cedcb96e6e7
5422024-02-29T20:17:54.134Z++ CIDL_SHA256_LINUX_DPD=cb9a1978d1fe3a3f2391757f80436d8cc87c0041161652ad2234e7cf83e9ae36
5432024-02-29T20:17:54.134Z++ CIDL_SHA256_LINUX_SWADM=b7e737be56a8a815a95624f0b5c42ce1e339b07feeae7b3d7b9b4bc17c204245
5442024-02-29T20:17:54.134Z+ source /work/oxidecomputer/omicron/tools/dendrite_openapi_version
5452024-02-29T20:17:54.134Z++ COMMIT=3618dd6017b363c5d34399273453cf50b9c9a43e
5462024-02-29T20:17:54.134Z++ SHA2=aa670165e5b459fab4caba36ae4d382a09264ff5cf6a2dac0dae0a0db39a378e
5472024-02-29T20:17:54.134Z+ TARGET_DIR=out
5482024-02-29T20:17:54.134Z+ DOWNLOAD_DIR=out/downloads
5492024-02-29T20:17:54.134Z+ DEST_DIR=./out/dendrite-stub
5502024-02-29T20:17:54.134Z+ BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin
5512024-02-29T20:17:54.134Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
5522024-02-29T20:17:54.135Z+ REPO=oxidecomputer/dendrite
5532024-02-29T20:17:54.135Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3618dd6017b363c5d34399273453cf50b9c9a43e
5542024-02-29T20:17:54.135Z+ main
5552024-02-29T20:17:54.135Z+ [[ 0 != 0 ]]
5562024-02-29T20:17:54.135Z+ CIDL_OS=solaris2.11
5572024-02-29T20:17:54.135Z+ [[ 0 != 0 ]]
5582024-02-29T20:17:54.135Z+ configure_os solaris2.11
5592024-02-29T20:17:54.135Z+ echo 'current directory: /work/oxidecomputer/omicron'
5602024-02-29T20:17:54.135Zcurrent directory: /work/oxidecomputer/omicron
5612024-02-29T20:17:54.135Zconfiguring based on OS: "solaris2.11"
5622024-02-29T20:17:54.135Z+ echo 'configuring based on OS: "solaris2.11"'
5632024-02-29T20:17:54.135Z+ case "$1" in
5642024-02-29T20:17:54.135Z+ SET_BINARIES=
5652024-02-29T20:17:54.135Z+ CIDL_SHA256=eb98985871f321411f7875ef7751dba85ae0dd3034877b63ccb78cedcb96e6e7
5662024-02-29T20:17:54.135Z+ CIDL_SHA256FUNC=do_sha256sum
5672024-02-29T20:17:54.135Z+ TARBALL_FILENAME=dendrite-stub.tar.gz
5682024-02-29T20:17:54.135ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3618dd6017b363c5d34399273453cf50b9c9a43e/dendrite-stub.tar.gz
5692024-02-29T20:17:54.136ZLocal file: out/downloads/dendrite-stub.tar.gz
5702024-02-29T20:17:54.136Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3618dd6017b363c5d34399273453cf50b9c9a43e/dendrite-stub.tar.gz
5712024-02-29T20:17:54.136Z+ TARBALL_FILE=out/downloads/dendrite-stub.tar.gz
5722024-02-29T20:17:54.136Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3618dd6017b363c5d34399273453cf50b9c9a43e/dendrite-stub.tar.gz'
5732024-02-29T20:17:54.136Z+ echo 'Local file: out/downloads/dendrite-stub.tar.gz'
5742024-02-29T20:17:54.136Z+ mkdir -p out/downloads
5752024-02-29T20:17:54.136Z+ mkdir -p ./out/dendrite-stub
5762024-02-29T20:17:54.136Z+ fetch_and_verify
5772024-02-29T20:17:54.136Z+ local DO_DOWNLOAD=true
5782024-02-29T20:17:54.136Z+ [[ -f out/downloads/dendrite-stub.tar.gz ]]
5792024-02-29T20:17:54.136Z+ '[' true == true ']'
5802024-02-29T20:17:54.136Z+ echo Downloading...
5812024-02-29T20:17:54.136ZDownloading...
5822024-02-29T20:17:54.136Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3618dd6017b363c5d34399273453cf50b9c9a43e/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz
5832024-02-29T20:17:54.136Z+ 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
5842024-02-29T20:18:04.091Z++ do_sha256sum out/downloads/dendrite-stub.tar.gz
5852024-02-29T20:18:04.106Z++ sha256sum
5862024-02-29T20:18:04.106Z++ awk '{print $1}'
5872024-02-29T20:18:04.549Z+ calculated_sha256=eb98985871f321411f7875ef7751dba85ae0dd3034877b63ccb78cedcb96e6e7
5882024-02-29T20:18:04.549Z+ [[ 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 ]]
5892024-02-29T20:18:04.549Z+ do_untar out/downloads/dendrite-stub.tar.gz
5902024-02-29T20:18:04.549Z+ tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads
5912024-02-29T20:18:04.801Z+ do_assemble
5922024-02-29T20:18:04.801Z+ rm -r ./out/dendrite-stub
5932024-02-29T20:18:04.814Z+ mkdir ./out/dendrite-stub
5942024-02-29T20:18:04.814Z+ cp -r out/downloads/root ./out/dendrite-stub/root
5952024-02-29T20:18:04.891Z+ ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin
5962024-02-29T20:18:04.900Z+ set -o errexit
5972024-02-29T20:18:04.907Z+++ dirname ./tools/ci_download_maghemite_mgd
5982024-02-29T20:18:04.907Z++ cd ./tools
5992024-02-29T20:18:04.907Z++ pwd
6002024-02-29T20:18:04.907Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
6012024-02-29T20:18:04.907Z++ basename ./tools/ci_download_maghemite_mgd
6022024-02-29T20:18:04.916Z+ ARG0=ci_download_maghemite_mgd
6032024-02-29T20:18:04.916Z+ source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums
6042024-02-29T20:18:04.916Z++ CIDL_SHA256=22996a6f3353296b848be729f14e78a42e7d3d6e62a4a918a5c2358ae011c8eb
6052024-02-29T20:18:04.916Z++ MGD_LINUX_SHA256=943b0a52d279bde55a419e2cdb24873acc32703bc97bd599376117ee0edc1511
6062024-02-29T20:18:04.917Z+ source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version
6072024-02-29T20:18:04.917Z++ COMMIT=4b0e584eec455a43c36af08ae207086965cef833
6082024-02-29T20:18:04.917Z++ SHA2=0ac038bbaa54d0ae0ac5ccaeff48f03070618372cca26c9d09b716b909bf9355
6092024-02-29T20:18:04.917Z+ TARGET_DIR=out
6102024-02-29T20:18:04.917Z+ DOWNLOAD_DIR=out/downloads
6112024-02-29T20:18:04.917Z+ DEST_DIR=./out/mgd
6122024-02-29T20:18:04.917Z+ BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin
6132024-02-29T20:18:04.917Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
6142024-02-29T20:18:04.917Z+ REPO=oxidecomputer/maghemite
6152024-02-29T20:18:04.917Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/4b0e584eec455a43c36af08ae207086965cef833
6162024-02-29T20:18:04.917Z+ main
6172024-02-29T20:18:04.917Z+ [[ 0 != 0 ]]
6182024-02-29T20:18:04.917Z+ CIDL_OS=solaris2.11
6192024-02-29T20:18:04.917Z+ [[ 0 != 0 ]]
6202024-02-29T20:18:04.917Z+ configure_os solaris2.11
6212024-02-29T20:18:04.917Z+ echo 'current directory: /work/oxidecomputer/omicron'
6222024-02-29T20:18:04.917Z+ echo 'configuring based on OS: "solaris2.11"'
6232024-02-29T20:18:04.917Zcurrent directory: /work/oxidecomputer/omicron
6242024-02-29T20:18:04.917Zconfiguring based on OS: "solaris2.11"
6252024-02-29T20:18:04.917Z+ case "$1" in
6262024-02-29T20:18:04.917Z+ SET_BINARIES=
6272024-02-29T20:18:04.917Z+ CIDL_SHA256FUNC=do_sha256sum
6282024-02-29T20:18:04.918Z+ TARBALL_FILENAME=mgd.tar.gz
6292024-02-29T20:18:04.918Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/4b0e584eec455a43c36af08ae207086965cef833/mgd.tar.gz
6302024-02-29T20:18:04.918Z+ TARBALL_FILE=out/downloads/mgd.tar.gz
6312024-02-29T20:18:04.918Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/4b0e584eec455a43c36af08ae207086965cef833/mgd.tar.gz'
6322024-02-29T20:18:04.918ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/4b0e584eec455a43c36af08ae207086965cef833/mgd.tar.gz
6332024-02-29T20:18:04.918Z+ echo 'Local file: out/downloads/mgd.tar.gz'
6342024-02-29T20:18:04.918Z+ mkdir -p out/downloads
6352024-02-29T20:18:04.918ZLocal file: out/downloads/mgd.tar.gz
6362024-02-29T20:18:04.918Z+ mkdir -p ./out/mgd
6372024-02-29T20:18:04.918Z+ fetch_and_verify
6382024-02-29T20:18:04.918Z+ local DO_DOWNLOAD=true
6392024-02-29T20:18:04.918Z+ [[ -f out/downloads/mgd.tar.gz ]]
6402024-02-29T20:18:04.918Z+ '[' true == true ']'
6412024-02-29T20:18:04.918Z+ echo Downloading...
6422024-02-29T20:18:04.918ZDownloading...
6432024-02-29T20:18:04.918Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/4b0e584eec455a43c36af08ae207086965cef833/mgd.tar.gz out/downloads/mgd.tar.gz
6442024-02-29T20:18:04.918Z+ curl --silent --show-error --fail --location --output out/downloads/mgd.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/4b0e584eec455a43c36af08ae207086965cef833/mgd.tar.gz
6452024-02-29T20:18:11.737Z++ do_sha256sum out/downloads/mgd.tar.gz
6462024-02-29T20:18:11.743Z++ sha256sum
6472024-02-29T20:18:11.743Z++ awk '{print $1}'
6482024-02-29T20:18:11.767Z+ calculated_sha256=22996a6f3353296b848be729f14e78a42e7d3d6e62a4a918a5c2358ae011c8eb
6492024-02-29T20:18:11.782Z+ [[ 22996a6f3353296b848be729f14e78a42e7d3d6e62a4a918a5c2358ae011c8eb != \2\2\9\9\6\a\6\f\3\3\5\3\2\9\6\b\8\4\8\b\e\7\2\9\f\1\4\e\7\8\a\4\2\e\7\d\3\d\6\e\6\2\a\4\a\9\1\8\a\5\c\2\3\5\8\a\e\0\1\1\c\8\e\b ]]
6502024-02-29T20:18:11.782Z+ do_untar out/downloads/mgd.tar.gz
6512024-02-29T20:18:11.782Z+ tar xzf out/downloads/mgd.tar.gz -C out/downloads
6522024-02-29T20:18:12.197Z+ do_assemble
6532024-02-29T20:18:12.198Z+ rm -r ./out/mgd
6542024-02-29T20:18:12.205Z+ mkdir ./out/mgd
6552024-02-29T20:18:12.205Z+ cp -r out/downloads/root ./out/mgd/root
6562024-02-29T20:18:12.355Z+ set -o errexit
6572024-02-29T20:18:12.364Z+++ dirname ./tools/ci_download_transceiver_control
6582024-02-29T20:18:12.364Z++ cd ./tools
6592024-02-29T20:18:12.364Z++ pwd
6602024-02-29T20:18:12.364Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
6612024-02-29T20:18:12.364Z++ basename ./tools/ci_download_transceiver_control
6622024-02-29T20:18:12.364Z+ ARG0=ci_download_transceiver_control
6632024-02-29T20:18:12.364Z+ source /work/oxidecomputer/omicron/tools/transceiver_control_version
6642024-02-29T20:18:12.364Z++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a
6652024-02-29T20:18:12.364Z++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
6662024-02-29T20:18:12.365Z+ TARGET_DIR=out
6672024-02-29T20:18:12.365Z+ DOWNLOAD_DIR=out/downloads
6682024-02-29T20:18:12.365Z+ DEST_DIR=./out/transceiver-control
6692024-02-29T20:18:12.365Z+ BIN_DIR=/opt/oxide/bin
6702024-02-29T20:18:12.365Z+ BINARY=xcvradm
6712024-02-29T20:18:12.365Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
6722024-02-29T20:18:12.365Z+ REPO=oxidecomputer/transceiver-control
6732024-02-29T20:18:12.365Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a
6742024-02-29T20:18:12.365Z+ main
6752024-02-29T20:18:12.365Z+ [[ 0 != 0 ]]
6762024-02-29T20:18:12.366Z+ CIDL_OS=solaris2.11
6772024-02-29T20:18:12.366Z+ [[ 0 != 0 ]]
6782024-02-29T20:18:12.366Z+ configure_os solaris2.11
6792024-02-29T20:18:12.366Z+ echo 'current directory: /work/oxidecomputer/omicron'
6802024-02-29T20:18:12.366Zcurrent directory: /work/oxidecomputer/omicron
6812024-02-29T20:18:12.366Z+ echo 'configuring based on OS: "solaris2.11"'
6822024-02-29T20:18:12.366Z+ case "$1" in
6832024-02-29T20:18:12.366Zconfiguring based on OS: "solaris2.11"
6842024-02-29T20:18:12.366Z+ SET_BINARIES=
6852024-02-29T20:18:12.366Z+ CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
6862024-02-29T20:18:12.366Z+ CIDL_SHA256FUNC=do_sha256sum
6872024-02-29T20:18:12.366Z+ ARCHIVE_FILENAME=xcvradm.gz
6882024-02-29T20:18:12.366Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz
6892024-02-29T20:18:12.366Z+ ARCHIVE_FILE=out/downloads/xcvradm.gz
6902024-02-29T20:18:12.367Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz'
6912024-02-29T20:18:12.367ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz
6922024-02-29T20:18:12.367Z+ echo 'Local file: out/downloads/xcvradm.gz'
6932024-02-29T20:18:12.367Z+ mkdir -p out/downloads
6942024-02-29T20:18:12.367ZLocal file: out/downloads/xcvradm.gz
6952024-02-29T20:18:12.367Z+ mkdir -p ./out/transceiver-control
6962024-02-29T20:18:12.367Z+ fetch_and_verify
6972024-02-29T20:18:12.367Z+ local DO_DOWNLOAD=true
6982024-02-29T20:18:12.368Z+ [[ -f out/downloads/xcvradm.gz ]]
6992024-02-29T20:18:12.368Z+ '[' true == true ']'
7002024-02-29T20:18:12.368Z+ echo Downloading...
7012024-02-29T20:18:12.368ZDownloading...
7022024-02-29T20:18:12.368Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz
7032024-02-29T20:18:12.368Z+ 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
7042024-02-29T20:18:16.580Z++ do_sha256sum out/downloads/xcvradm.gz
7052024-02-29T20:18:16.594Z++ sha256sum
7062024-02-29T20:18:16.594Z++ awk '{print $1}'
7072024-02-29T20:18:16.595Z+ calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
7082024-02-29T20:18:16.595Z+ [[ 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 ]]
7092024-02-29T20:18:16.595Z+ do_unpack out/downloads/xcvradm.gz
7102024-02-29T20:18:16.595Z+ mkdir -p out/downloads/root//opt/oxide/bin
7112024-02-29T20:18:16.595Z+ gzip -dc out/downloads/xcvradm.gz
7122024-02-29T20:18:16.706Z+ chmod +x out/downloads/root//opt/oxide/bin/xcvradm
7132024-02-29T20:18:16.713Z+ do_assemble
7142024-02-29T20:18:16.713Z+ rm -r ./out/transceiver-control
7152024-02-29T20:18:16.713Z+ mkdir ./out/transceiver-control
7162024-02-29T20:18:16.713Z+ cp -r out/downloads/root ./out/transceiver-control/root
7172024-02-29T20:18:17.236ZAll builder prerequisites installed successfully, and PATH looks valid
7182024-02-29T20:18:17.248Z
7192024-02-29T20:18:17.248Zreal 2:07.535633476
7202024-02-29T20:18:17.248Zuser 36.921627518
7212024-02-29T20:18:17.248Zsys 6.959355232
7222024-02-29T20:18:17.248Ztrap 0.008604986
7232024-02-29T20:18:17.249Ztflt 0.197234091
7242024-02-29T20:18:17.249Zdflt 0.694182217
7252024-02-29T20:18:17.249Zkflt 0.384234194
7262024-02-29T20:18:17.249Zlock 1.269178744
7272024-02-29T20:18:17.249Zslp 4:20.102224203
7282024-02-29T20:18:17.249Zlat 1.898839094
7292024-02-29T20:18:17.249Zstop 0.109868269
7302024-02-29T20:18:17.249Z
7312024-02-29T20:18:17.249Z #### # # ##### ##### # #
7322024-02-29T20:18:17.250Z # # # # # # # # # #
7332024-02-29T20:18:17.250Z # # # # # # # #
7342024-02-29T20:18:17.250Z # # # ##### ##### #
7352024-02-29T20:18:17.250Z # # # # # # #
7362024-02-29T20:18:17.250Z #### ###### # # # #
7372024-02-29T20:18:17.250Z
7382024-02-29T20:18:17.460Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
7392024-02-29T20:18:17.875Z Updating git repository `https://github.com/oxidecomputer/samael`
7402024-02-29T20:18:18.402Z Updating crates.io index
7412024-02-29T20:18:18.406Z Updating git repository `https://github.com/oxidecomputer/dropshot`
7422024-02-29T20:18:19.322Z Updating git repository `https://github.com/oxidecomputer/progenitor`
7432024-02-29T20:18:21.058Z Updating git repository `http://github.com/oxidecomputer/serde_human_bytes`
7442024-02-29T20:18:21.592Z Updating git repository `http://github.com/oxidecomputer/tofino`
7452024-02-29T20:18:21.977Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
7462024-02-29T20:18:22.368Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
7472024-02-29T20:18:22.737Z Updating git repository `https://github.com/oxidecomputer/propolis`
7482024-02-29T20:18:23.684Z Updating git repository `https://github.com/oxidecomputer/crucible`
7492024-02-29T20:18:25.811Z Updating git repository `https://github.com/oxidecomputer/opte`
7502024-02-29T20:18:26.759Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
7512024-02-29T20:18:27.288Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
7522024-02-29T20:18:27.949Z Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel`
7532024-02-29T20:18:28.785Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
7542024-02-29T20:18:28.788Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
7552024-02-29T20:18:28.986Z Updating git repository `http://github.com/oxidecomputer/sprockets`
7562024-02-29T20:18:29.349Z Updating git repository `https://github.com/oxidecomputer/diesel-dtrace`
7572024-02-29T20:18:29.859Z Updating git repository `https://github.com/oxidecomputer/poptrie`
7582024-02-29T20:18:30.322Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
7592024-02-29T20:18:30.827Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
7602024-02-29T20:18:31.172Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
7612024-02-29T20:18:31.469Z Updating git repository `https://github.com/jgallagher/nix`
7622024-02-29T20:18:32.609Z Updating git repository `https://github.com/cbiffle/hubpack`
7632024-02-29T20:18:33.087Z Updating git repository `https://github.com/oxidecomputer/typify`
7642024-02-29T20:18:34.770Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
7652024-02-29T20:18:35.197Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
7662024-02-29T20:18:35.473Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
7672024-02-29T20:18:36.898Z Downloading crates ...
7682024-02-29T20:18:37.083Z Downloaded cargo_toml v0.19.0
7692024-02-29T20:18:37.091Z Downloaded anstyle v1.0.2
7702024-02-29T20:18:37.091Z Downloaded anstream v0.6.11
7712024-02-29T20:18:37.095Z Downloaded colorchoice v1.0.0
7722024-02-29T20:18:37.104Z Downloaded equivalent v1.0.1
7732024-02-29T20:18:37.107Z Downloaded itoa v1.0.9
7742024-02-29T20:18:37.110Z Downloaded toml_datetime v0.6.5
7752024-02-29T20:18:37.111Z Downloaded errno v0.3.8
7762024-02-29T20:18:37.114Z Downloaded heck v0.4.1
7772024-02-29T20:18:37.120Z Downloaded anstyle-query v1.0.0
7782024-02-29T20:18:37.120Z Downloaded indexmap v2.2.3
7792024-02-29T20:18:37.120Z Downloaded cargo-platform v0.1.3
7802024-02-29T20:18:37.130Z Downloaded clap_lex v0.7.0
7812024-02-29T20:18:37.130Z Downloaded thiserror v1.0.57
7822024-02-29T20:18:37.130Z Downloaded camino v1.1.6
7832024-02-29T20:18:37.130Z Downloaded anstyle-parse v0.2.1
7842024-02-29T20:18:37.137Z Downloaded clap_derive v4.5.0
7852024-02-29T20:18:37.137Z Downloaded cargo_metadata v0.18.1
7862024-02-29T20:18:37.137Z Downloaded bitflags v2.4.0
7872024-02-29T20:18:37.141Z Downloaded terminal_size v0.3.0
7882024-02-29T20:18:37.141Z Downloaded serde_spanned v0.6.5
7892024-02-29T20:18:37.141Z Downloaded anyhow v1.0.75
7902024-02-29T20:18:37.145Z Downloaded semver v1.0.22
7912024-02-29T20:18:37.145Z Downloaded strsim v0.11.0
7922024-02-29T20:18:37.152Z Downloaded ryu v1.0.15
7932024-02-29T20:18:37.152Z Downloaded unicode-ident v1.0.12
7942024-02-29T20:18:37.152Z Downloaded serde_derive v1.0.196
7952024-02-29T20:18:37.158Z Downloaded quote v1.0.35
7962024-02-29T20:18:37.158Z Downloaded proc-macro2 v1.0.78
7972024-02-29T20:18:37.158Z Downloaded clap v4.5.0
7982024-02-29T20:18:37.166Z Downloaded thiserror-impl v1.0.57
7992024-02-29T20:18:37.173Z Downloaded serde v1.0.196
8002024-02-29T20:18:37.193Z Downloaded utf8parse v0.2.1
8012024-02-29T20:18:37.193Z Downloaded memchr v2.6.3
8022024-02-29T20:18:37.193Z Downloaded toml_edit v0.22.6
8032024-02-29T20:18:37.202Z Downloaded toml v0.8.10
8042024-02-29T20:18:37.218Z Downloaded hashbrown v0.14.3
8052024-02-29T20:18:37.234Z Downloaded clap_builder v4.5.0
8062024-02-29T20:18:37.246Z Downloaded serde_json v1.0.114
8072024-02-29T20:18:37.247Z Downloaded winnow v0.6.1
8082024-02-29T20:18:37.271Z Downloaded syn v2.0.48
8092024-02-29T20:18:37.271Z Downloaded rustix v0.38.31
8102024-02-29T20:18:37.297Z Downloaded libc v0.2.153
8112024-02-29T20:18:37.515Z Compiling proc-macro2 v1.0.78
8122024-02-29T20:18:37.515Z Compiling unicode-ident v1.0.12
8132024-02-29T20:18:37.531Z Compiling serde v1.0.196
8142024-02-29T20:18:37.531Z Compiling libc v0.2.153
8152024-02-29T20:18:37.531Z Compiling rustix v0.38.31
8162024-02-29T20:18:37.531Z Compiling hashbrown v0.14.3
8172024-02-29T20:18:37.531Z Compiling equivalent v1.0.1
8182024-02-29T20:18:37.539Z Compiling bitflags v2.4.0
8192024-02-29T20:18:37.692Z Compiling utf8parse v0.2.1
8202024-02-29T20:18:37.732Z Compiling semver v1.0.22
8212024-02-29T20:18:37.845Z Compiling anstyle-parse v0.2.1
8222024-02-29T20:18:37.944Z Compiling winnow v0.6.1
8232024-02-29T20:18:38.145Z Compiling camino v1.1.6
8242024-02-29T20:18:38.621Z Compiling indexmap v2.2.3
8252024-02-29T20:18:39.503Z Compiling anstyle-query v1.0.0
8262024-02-29T20:18:39.587Z Compiling anstyle v1.0.2
8272024-02-29T20:18:39.882Z Compiling thiserror v1.0.57
8282024-02-29T20:18:40.395Z Compiling colorchoice v1.0.0
8292024-02-29T20:18:40.408Z Compiling serde_json v1.0.114
8302024-02-29T20:18:40.509Z Compiling anstream v0.6.11
8312024-02-29T20:18:40.682Z Compiling strsim v0.11.0
8322024-02-29T20:18:40.682Z Compiling itoa v1.0.9
8332024-02-29T20:18:40.748Z Compiling clap_lex v0.7.0
8342024-02-29T20:18:40.769Z Compiling ryu v1.0.15
8352024-02-29T20:18:40.796Z Compiling anyhow v1.0.75
8362024-02-29T20:18:40.878Z Compiling heck v0.4.1
8372024-02-29T20:18:41.419Z Compiling quote v1.0.35
8382024-02-29T20:18:41.751Z Compiling syn v2.0.48
8392024-02-29T20:18:41.877Z Compiling errno v0.3.8
8402024-02-29T20:18:42.794Z Compiling terminal_size v0.3.0
8412024-02-29T20:18:42.798Z Compiling clap_builder v4.5.0
8422024-02-29T20:18:46.577Z Compiling serde_derive v1.0.196
8432024-02-29T20:18:47.805Z Compiling thiserror-impl v1.0.57
8442024-02-29T20:18:47.805Z Compiling clap_derive v4.5.0
8452024-02-29T20:18:49.319Z Compiling clap v4.5.0
8462024-02-29T20:18:54.715Z Compiling serde_spanned v0.6.5
8472024-02-29T20:18:54.719Z Compiling toml_datetime v0.6.5
8482024-02-29T20:18:54.719Z Compiling cargo-platform v0.1.3
8492024-02-29T20:18:54.956Z Compiling toml_edit v0.22.6
8502024-02-29T20:18:56.028Z Compiling cargo_metadata v0.18.1
8512024-02-29T20:18:57.011Z Compiling toml v0.8.10
8522024-02-29T20:18:57.679Z Compiling cargo_toml v0.19.0
8532024-02-29T20:19:01.558Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
8542024-02-29T20:19:02.541Z Finished dev [unoptimized + debuginfo] target(s) in 45.24s
8552024-02-29T20:19:02.721Z Running `target/debug/xtask clippy`
8562024-02-29T20:19:02.755Zrunning: "/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"
8572024-02-29T20:19:03.298Z Downloading crates ...
8582024-02-29T20:19:03.514Z Downloaded arc-swap v1.6.0
8592024-02-29T20:19:03.544Z Downloaded httpdate v1.0.3
8602024-02-29T20:19:03.544Z Downloaded hubpack_derive v0.1.1
8612024-02-29T20:19:03.544Z Downloaded bytecount v0.6.3
8622024-02-29T20:19:03.558Z Downloaded ciborium-ll v0.2.2
8632024-02-29T20:19:03.558Z Downloaded chacha20 v0.9.1
8642024-02-29T20:19:03.559Z Downloaded instant v0.1.12
8652024-02-29T20:19:03.559Z Downloaded ident_case v1.0.1
8662024-02-29T20:19:03.559Z Downloaded hyper-staticfile v0.9.5
8672024-02-29T20:19:03.559Z Downloaded cancel-safe-futures v0.1.5
8682024-02-29T20:19:03.560Z Downloaded cexpr v0.6.0
8692024-02-29T20:19:03.560Z Downloaded inout v0.1.3
8702024-02-29T20:19:03.560Z Downloaded normalize-line-endings v0.3.0
8712024-02-29T20:19:03.577Z Downloaded hyper-tls v0.5.0
8722024-02-29T20:19:03.577Z Downloaded colored v2.0.4
8732024-02-29T20:19:03.577Z Downloaded hyper-rustls v0.24.2
8742024-02-29T20:19:03.577Z Downloaded newtype_derive v0.1.6
8752024-02-29T20:19:03.577Z Downloaded num-bigint-dig v0.8.4
8762024-02-29T20:19:03.609Z Downloaded serde-big-array v0.4.1
8772024-02-29T20:19:03.609Z Downloaded rpassword v7.3.1
8782024-02-29T20:19:03.609Z Downloaded num-rational v0.4.1
8792024-02-29T20:19:03.610Z Downloaded rtoolbox v0.0.1
8802024-02-29T20:19:03.625Z Downloaded autocfg v1.1.0
8812024-02-29T20:19:03.626Z Downloaded block-buffer v0.10.4
8822024-02-29T20:19:03.626Z Downloaded bit-vec v0.6.3
8832024-02-29T20:19:03.626Z Downloaded highway v1.1.0
8842024-02-29T20:19:03.626Z Downloaded atty v0.2.14
8852024-02-29T20:19:03.626Z Downloaded home v0.5.5
8862024-02-29T20:19:03.626Z Downloaded async-stream-impl v0.3.5
8872024-02-29T20:19:03.626Z Downloaded hyper-util v0.1.2
8882024-02-29T20:19:03.626Z Downloaded blake2 v0.10.6
8892024-02-29T20:19:03.626Z Downloaded rstest_macros v0.18.2
8902024-02-29T20:19:03.626Z Downloaded crunchy v0.2.2
8912024-02-29T20:19:03.662Z Downloaded nodrop v0.1.14
8922024-02-29T20:19:03.662Z Downloaded cstr-argument v0.1.2
8932024-02-29T20:19:03.662Z Downloaded serde-big-array v0.5.1
8942024-02-29T20:19:03.662Z Downloaded signal-hook-tokio v0.3.1
8952024-02-29T20:19:03.662Z Downloaded nested v0.1.1
8962024-02-29T20:19:03.662Z Downloaded new_debug_unreachable v1.0.4
8972024-02-29T20:19:03.662Z Downloaded matches v0.1.10
8982024-02-29T20:19:03.662Z Downloaded arrayref v0.3.7
8992024-02-29T20:19:03.689Z Downloaded criterion-plot v0.5.0
9002024-02-29T20:19:03.689Z Downloaded crc-catalog v2.2.0
9012024-02-29T20:19:03.689Z Downloaded atomicwrites v0.4.3
9022024-02-29T20:19:03.690Z Downloaded async-stream v0.3.5
9032024-02-29T20:19:03.690Z Downloaded http-body v1.0.0
9042024-02-29T20:19:03.690Z Downloaded http-range v0.1.5
9052024-02-29T20:19:03.690Z Downloaded crypto-common v0.1.6
9062024-02-29T20:19:03.690Z Downloaded time-core v0.1.1
9072024-02-29T20:19:03.690Z Downloaded atomic-waker v1.1.1
9082024-02-29T20:19:03.690Z Downloaded curve25519-dalek-derive v0.1.0
9092024-02-29T20:19:03.691Z Downloaded bitflags v1.3.2
9102024-02-29T20:19:03.691Z Downloaded memmap v0.7.0
9112024-02-29T20:19:03.691Z Downloaded linked-hash-map v0.5.6
9122024-02-29T20:19:03.691Z Downloaded newtype-uuid v1.0.1
9132024-02-29T20:19:03.691Z Downloaded tempdir v0.3.7
9142024-02-29T20:19:03.692Z Downloaded is-terminal v0.4.9
9152024-02-29T20:19:03.692Z Downloaded slog-bunyan v2.5.0
9162024-02-29T20:19:03.692Z Downloaded lru v0.12.1
9172024-02-29T20:19:03.692Z Downloaded bb8 v0.8.3
9182024-02-29T20:19:03.692Z Downloaded md-5 v0.10.5
9192024-02-29T20:19:03.718Z Downloaded maplit v1.0.2
9202024-02-29T20:19:03.718Z Downloaded multimap v0.10.0
9212024-02-29T20:19:03.719Z Downloaded nibble_vec v0.1.0
9222024-02-29T20:19:03.719Z Downloaded memoffset v0.7.1
9232024-02-29T20:19:03.719Z Downloaded managed v0.8.0
9242024-02-29T20:19:03.719Z Downloaded humantime v2.1.0
9252024-02-29T20:19:03.719Z Downloaded lazy_static v1.4.0
9262024-02-29T20:19:03.719Z Downloaded serde_repr v0.1.16
9272024-02-29T20:19:03.720Z Downloaded scheduled-thread-pool v0.2.7
9282024-02-29T20:19:03.720Z Downloaded camino-tempfile v1.1.1
9292024-02-29T20:19:03.720Z Downloaded oso-derive v0.27.0
9302024-02-29T20:19:03.720Z Downloaded assert_cmd v2.0.14
9312024-02-29T20:19:03.720Z Downloaded tiny-keccak v2.0.2
9322024-02-29T20:19:03.743Z Downloaded backoff v0.4.0
9332024-02-29T20:19:03.744Z Downloaded maybe-uninit v2.0.0
9342024-02-29T20:19:03.744Z Downloaded strum_macros v0.26.1
9352024-02-29T20:19:03.744Z Downloaded log v0.4.20
9362024-02-29T20:19:03.745Z Downloaded httparse v1.8.0
9372024-02-29T20:19:03.745Z Downloaded mime_guess v2.0.4
9382024-02-29T20:19:03.745Z Downloaded slog-async v2.8.0
9392024-02-29T20:19:03.745Z Downloaded linear-map v1.2.0
9402024-02-29T20:19:03.761Z Downloaded blake2b_simd v1.0.1
9412024-02-29T20:19:03.761Z Downloaded form_urlencoded v1.2.1
9422024-02-29T20:19:03.761Z Downloaded memmap2 v0.7.1
9432024-02-29T20:19:03.761Z Downloaded strsim v0.10.0
9442024-02-29T20:19:03.761Z Downloaded crc32fast v1.3.2
9452024-02-29T20:19:03.762Z Downloaded unicode-xid v0.2.4
9462024-02-29T20:19:03.762Z Downloaded difflib v0.4.0
9472024-02-29T20:19:03.762Z Downloaded hash32 v0.2.1
9482024-02-29T20:19:03.762Z Downloaded num_enum v0.5.11
9492024-02-29T20:19:03.791Z Downloaded cfg-expr v0.15.6
9502024-02-29T20:19:03.791Z Downloaded native-tls v0.2.11
9512024-02-29T20:19:03.792Z Downloaded miniz_oxide v0.7.1
9522024-02-29T20:19:03.792Z Downloaded basic-toml v0.1.8
9532024-02-29T20:19:03.807Z Downloaded digest v0.10.7
9542024-02-29T20:19:03.807Z Downloaded strum v0.26.1
9552024-02-29T20:19:03.807Z Downloaded doc-comment v0.3.3
9562024-02-29T20:19:03.808Z Downloaded getrandom v0.2.10
9572024-02-29T20:19:03.808Z Downloaded parse-size v1.0.0
9582024-02-29T20:19:03.808Z Downloaded data-encoding v2.4.0
9592024-02-29T20:19:03.808Z Downloaded snafu-derive v0.7.5
9602024-02-29T20:19:03.809Z Downloaded universal-hash v0.5.1
9612024-02-29T20:19:03.809Z Downloaded scopeguard v1.2.0
9622024-02-29T20:19:03.809Z Downloaded supports-color v3.0.0
9632024-02-29T20:19:03.809Z Downloaded rustc-hash v1.1.0
9642024-02-29T20:19:03.809Z Downloaded ref-cast v1.0.20
9652024-02-29T20:19:04.239Z Downloaded slog-envlogger v2.2.0
9662024-02-29T20:19:04.239Z Downloaded time-macros v0.2.13
9672024-02-29T20:19:04.239Z Downloaded derive-where v1.2.7
9682024-02-29T20:19:04.239Z Downloaded bytes v1.5.0
9692024-02-29T20:19:04.239Z Downloaded crossbeam-utils v0.8.16
9702024-02-29T20:19:04.247Z Downloaded termtree v0.4.1
9712024-02-29T20:19:04.247Z Downloaded crypto-bigint v0.5.2
9722024-02-29T20:19:04.248Z Downloaded num_cpus v1.16.0
9732024-02-29T20:19:04.248Z Downloaded quick-error v1.2.3
9742024-02-29T20:19:04.248Z Downloaded semver v0.1.20
9752024-02-29T20:19:04.248Z Downloaded proc-macro-crate v1.3.1
9762024-02-29T20:19:04.248Z Downloaded ed25519 v1.5.3
9772024-02-29T20:19:04.248Z Downloaded dyn-clone v1.0.16
9782024-02-29T20:19:04.248Z Downloaded number_prefix v0.4.0
9792024-02-29T20:19:04.248Z Downloaded usdt-attr-macro v0.5.0
9802024-02-29T20:19:04.248Z Downloaded strsim v0.8.0
9812024-02-29T20:19:04.248Z Downloaded funty v2.0.0
9822024-02-29T20:19:04.248Z Downloaded phf_shared v0.10.0
9832024-02-29T20:19:04.248Z Downloaded owo-colors v4.0.0
9842024-02-29T20:19:04.248Z Downloaded either v1.10.0
9852024-02-29T20:19:04.248Z Downloaded enum-as-inner v0.5.1
9862024-02-29T20:19:04.248Z Downloaded globset v0.4.13
9872024-02-29T20:19:04.248Z Downloaded secrecy v0.8.0
9882024-02-29T20:19:04.248Z Downloaded rustc-demangle v0.1.23
9892024-02-29T20:19:04.248Z Downloaded der_derive v0.7.2
9902024-02-29T20:19:04.248Z Downloaded pkcs8 v0.10.2
9912024-02-29T20:19:04.248Z Downloaded thread-id v4.2.0
9922024-02-29T20:19:04.248Z Downloaded take_mut v0.2.2
9932024-02-29T20:19:04.249Z Downloaded sha1 v0.10.6
9942024-02-29T20:19:04.249Z Downloaded ppv-lite86 v0.2.17
9952024-02-29T20:19:04.249Z Downloaded futures-io v0.3.30
9962024-02-29T20:19:04.249Z Downloaded thiserror-no-std v2.0.2
9972024-02-29T20:19:04.249Z Downloaded serde_plain v1.0.2
9982024-02-29T20:19:04.249Z Downloaded tokio-native-tls v0.3.1
9992024-02-29T20:19:04.249Z Downloaded target-lexicon v0.12.13
10002024-02-29T20:19:04.249Z Downloaded tokio-rustls v0.25.0
10012024-02-29T20:19:04.249Z Downloaded phf_shared v0.11.2
10022024-02-29T20:19:04.249Z Downloaded peeking_take_while v0.1.2
10032024-02-29T20:19:04.249Z Downloaded darling_macro v0.20.3
10042024-02-29T20:19:04.249Z Downloaded tokio-postgres v0.7.10
10052024-02-29T20:19:04.249Z Downloaded filetime v0.2.23
10062024-02-29T20:19:04.249Z Downloaded yansi v0.5.1
10072024-02-29T20:19:04.249Z Downloaded remove_dir_all v0.5.3
10082024-02-29T20:19:04.249Z Downloaded which v4.4.0
10092024-02-29T20:19:04.249Z Downloaded pkcs1 v0.7.5
10102024-02-29T20:19:04.249Z Downloaded similar v2.3.0
10112024-02-29T20:19:04.249Z Downloaded tap v1.0.1
10122024-02-29T20:19:04.249Z Downloaded tracing-attributes v0.1.26
10132024-02-29T20:19:04.249Z Downloaded derive_builder_core v0.12.0
10142024-02-29T20:19:04.249Z Downloaded fastrand v2.0.1
10152024-02-29T20:19:04.249Z Downloaded siphasher v0.3.11
10162024-02-29T20:19:04.250Z Downloaded usdt-impl v0.3.5
10172024-02-29T20:19:04.250Z Downloaded zone_cfg_derive v0.3.0
10182024-02-29T20:19:04.250Z Downloaded vte_generate_state_changes v0.1.1
10192024-02-29T20:19:04.250Z Downloaded crossbeam-channel v0.5.8
10202024-02-29T20:19:04.250Z Downloaded num_threads v0.1.6
10212024-02-29T20:19:04.250Z Downloaded dtrace-parser v0.1.14
10222024-02-29T20:19:04.250Z Downloaded float-cmp v0.9.0
10232024-02-29T20:19:04.250Z Downloaded futures-timer v3.0.2
10242024-02-29T20:19:04.250Z Downloaded rustls-pemfile v1.0.3
10252024-02-29T20:19:04.250Z Downloaded futures-task v0.3.30
10262024-02-29T20:19:04.250Z Downloaded similar-asserts v1.5.0
10272024-02-29T20:19:04.250Z Downloaded proc-macro-error-attr v1.0.4
10282024-02-29T20:19:04.250Z Downloaded threadpool v1.8.1
10292024-02-29T20:19:04.250Z Downloaded signature v1.6.4
10302024-02-29T20:19:04.250Z Downloaded xattr v1.0.1
10312024-02-29T20:19:04.250Z Downloaded trust-dns-server v0.22.1
10322024-02-29T20:19:04.250Z Downloaded ref-cast-impl v1.0.20
10332024-02-29T20:19:04.250Z Downloaded rustls-pki-types v1.3.0
10342024-02-29T20:19:04.250Z Downloaded derive_builder_macro v0.12.0
10352024-02-29T20:19:04.250Z Downloaded endian-type v0.1.2
10362024-02-29T20:19:04.250Z Downloaded half v2.3.1
10372024-02-29T20:19:04.250Z Downloaded slog-scope v4.4.0
10382024-02-29T20:19:04.250Z Downloaded signal-hook-mio v0.2.3
10392024-02-29T20:19:04.251Z Downloaded fxhash v0.2.1
10402024-02-29T20:19:04.251Z Downloaded termios v0.3.3
10412024-02-29T20:19:04.251Z Downloaded minimal-lexical v0.2.1
10422024-02-29T20:19:04.251Z Downloaded strip-ansi-escapes v0.2.0
10432024-02-29T20:19:04.251Z Downloaded shlex v1.3.0
10442024-02-29T20:19:04.251Z Downloaded dof v0.3.0
10452024-02-29T20:19:04.251Z Downloaded plotters-svg v0.3.5
10462024-02-29T20:19:04.251Z Downloaded path-slash v0.1.5
10472024-02-29T20:19:04.251Z Downloaded usdt-attr-macro v0.3.5
10482024-02-29T20:19:04.251Z Downloaded tower-layer v0.3.2
10492024-02-29T20:19:04.251Z Downloaded tower-service v0.3.2
10502024-02-29T20:19:04.251Z Downloaded packed_struct v0.10.1
10512024-02-29T20:19:04.251Z Downloaded postcard v1.0.8
10522024-02-29T20:19:04.251Z Downloaded itertools v0.12.1
10532024-02-29T20:19:04.251Z Downloaded dtrace-parser v0.2.0
10542024-02-29T20:19:04.251Z Downloaded zerocopy v0.3.0
10552024-02-29T20:19:04.251Z Downloaded stability v0.1.1
10562024-02-29T20:19:04.251Z Downloaded partial-io v0.5.4
10572024-02-29T20:19:04.251Z Downloaded rustls-native-certs v0.7.0
10582024-02-29T20:19:04.251Z Downloaded unicode-linebreak v0.1.5
10592024-02-29T20:19:04.251Z Downloaded fnv v1.0.7
10602024-02-29T20:19:04.251Z Downloaded serde_yaml v0.9.25
10612024-02-29T20:19:04.251Z Downloaded parking_lot_core v0.8.6
10622024-02-29T20:19:04.251Z Downloaded rstest v0.18.2
10632024-02-29T20:19:04.252Z Downloaded tinyvec_macros v0.1.1
10642024-02-29T20:19:04.252Z Downloaded usdt-macro v0.5.0
10652024-02-29T20:19:04.252Z Downloaded futures-macro v0.3.30
10662024-02-29T20:19:04.252Z Downloaded rusty-fork v0.3.0
10672024-02-29T20:19:04.252Z Downloaded usdt v0.5.0
10682024-02-29T20:19:04.252Z Downloaded usdt v0.3.5
10692024-02-29T20:19:04.252Z Downloaded ena v0.14.2
10702024-02-29T20:19:04.257Z Downloaded predicates-core v1.0.6
10712024-02-29T20:19:04.257Z Downloaded papergrid v0.11.0
10722024-02-29T20:19:04.257Z Downloaded pin-project-internal v1.1.3
10732024-02-29T20:19:04.257Z Downloaded try-lock v0.2.4
10742024-02-29T20:19:04.258Z Downloaded pin-utils v0.1.0
10752024-02-29T20:19:04.258Z Downloaded phf v0.11.2
10762024-02-29T20:19:04.258Z Downloaded futures-executor v0.3.30
10772024-02-29T20:19:04.258Z Downloaded semver v0.11.0
10782024-02-29T20:19:04.258Z Downloaded unicase v2.7.0
10792024-02-29T20:19:04.258Z Downloaded generic-array v0.14.7
10802024-02-29T20:19:04.258Z Downloaded itertools v0.10.5
10812024-02-29T20:19:04.258Z Downloaded openssl-probe v0.1.5
10822024-02-29T20:19:04.258Z Downloaded walkdir v2.4.0
10832024-02-29T20:19:04.258Z Downloaded foreign-types v0.3.2
10842024-02-29T20:19:04.258Z Downloaded predicates v3.1.0
10852024-02-29T20:19:04.258Z Downloaded darling v0.14.4
10862024-02-29T20:19:04.258Z Downloaded fd-lock v3.0.13
10872024-02-29T20:19:04.258Z Downloaded zeroize v1.7.0
10882024-02-29T20:19:04.258Z Downloaded unicode-width v0.1.11
10892024-02-29T20:19:04.258Z Downloaded packed_struct_codegen v0.10.1
10902024-02-29T20:19:04.258Z Downloaded rayon-core v1.12.0
10912024-02-29T20:19:04.258Z Downloaded serde_path_to_error v0.1.15
10922024-02-29T20:19:04.258Z Downloaded sha2 v0.10.8
10932024-02-29T20:19:04.258Z Downloaded pathdiff v0.2.1
10942024-02-29T20:19:04.258Z Downloaded url v2.5.0
10952024-02-29T20:19:04.258Z Downloaded structmeta-derive v0.2.0
10962024-02-29T20:19:04.259Z Downloaded pest_generator v2.7.6
10972024-02-29T20:19:04.259Z Downloaded tokio-rustls v0.24.1
10982024-02-29T20:19:04.259Z Downloaded getopts v0.2.21
10992024-02-29T20:19:04.259Z Downloaded rcgen v0.12.1
11002024-02-29T20:19:04.259Z Downloaded strum v0.25.0
11012024-02-29T20:19:04.259Z Downloaded hkdf v0.12.4
11022024-02-29T20:19:04.259Z Downloaded toml v0.5.11
11032024-02-29T20:19:04.259Z Downloaded subtle v2.5.0
11042024-02-29T20:19:04.259Z Downloaded plotters-backend v0.3.5
11052024-02-29T20:19:04.259Z Downloaded resolv-conf v0.7.0
11062024-02-29T20:19:04.259Z Downloaded darling_core v0.14.4
11072024-02-29T20:19:04.259Z Downloaded tar v0.4.40
11082024-02-29T20:19:04.259Z Downloaded num_enum_derive v0.5.11
11092024-02-29T20:19:04.259Z Downloaded parking_lot_core v0.9.8
11102024-02-29T20:19:04.259Z Downloaded yasna v0.5.2
11112024-02-29T20:19:04.259Z Downloaded headers-core v0.2.0
11122024-02-29T20:19:04.259Z Downloaded heapless v0.7.16
11132024-02-29T20:19:04.259Z Downloaded spki v0.7.2
11142024-02-29T20:19:04.259Z Downloaded structmeta v0.3.0
11152024-02-29T20:19:04.259Z Downloaded plain v0.2.3
11162024-02-29T20:19:04.259Z Downloaded pkg-config v0.3.27
11172024-02-29T20:19:04.259Z Downloaded hashbrown v0.13.2
11182024-02-29T20:19:04.259Z Downloaded fatfs v0.3.6
11192024-02-29T20:19:04.260Z Downloaded darling_macro v0.14.4
11202024-02-29T20:19:04.260Z Downloaded toml v0.7.8
11212024-02-29T20:19:04.260Z Downloaded serde_with v3.6.1
11222024-02-29T20:19:04.260Z Downloaded untrusted v0.9.0
11232024-02-29T20:19:04.260Z Downloaded semver-parser v0.10.2
11242024-02-29T20:19:04.260Z Downloaded tokio-tungstenite v0.20.1
11252024-02-29T20:19:04.260Z Downloaded clap v2.34.0
11262024-02-29T20:19:04.260Z Downloaded defmt-macros v0.3.6
11272024-02-29T20:19:04.260Z Downloaded slog-term v2.9.0
11282024-02-29T20:19:04.260Z Downloaded glob v0.3.1
11292024-02-29T20:19:04.260Z Downloaded uuid v1.7.0
11302024-02-29T20:19:04.260Z Downloaded postgres-types v0.2.6
11312024-02-29T20:19:04.260Z Downloaded unicode-segmentation v1.10.1
11322024-02-29T20:19:04.260Z Downloaded usdt-macro v0.3.5
11332024-02-29T20:19:04.260Z Downloaded smawk v0.3.1
11342024-02-29T20:19:04.260Z Downloaded fallible-iterator v0.2.0
11352024-02-29T20:19:04.260Z Downloaded blake3 v1.5.0
11362024-02-29T20:19:04.260Z Downloaded termcolor v1.2.0
11372024-02-29T20:19:04.260Z Downloaded foreign-types v0.5.0
11382024-02-29T20:19:04.260Z Downloaded same-file v1.0.6
11392024-02-29T20:19:04.260Z Downloaded whoami v1.4.1
11402024-02-29T20:19:04.260Z Downloaded pretty-hex v0.4.1
11412024-02-29T20:19:04.260Z Downloaded foreign-types-macros v0.2.3
11422024-02-29T20:19:04.260Z Downloaded percent-encoding v2.3.1
11432024-02-29T20:19:04.261Z Downloaded untrusted v0.7.1
11442024-02-29T20:19:04.261Z Downloaded darling v0.20.3
11452024-02-29T20:19:04.261Z Downloaded tracing v0.1.37
11462024-02-29T20:19:04.261Z Downloaded flagset v0.4.3
11472024-02-29T20:19:04.261Z Downloaded salty v0.2.0
11482024-02-29T20:19:04.261Z Downloaded fs-err v2.11.0
11492024-02-29T20:19:04.261Z Downloaded postgres-protocol v0.6.6
11502024-02-29T20:19:04.261Z Downloaded aho-corasick v1.0.4
11512024-02-29T20:19:04.261Z Downloaded rsa v0.9.2
11522024-02-29T20:19:04.261Z Downloaded diff v0.1.13
11532024-02-29T20:19:04.261Z Downloaded tracing-core v0.1.31
11542024-02-29T20:19:04.267Z Downloaded zip v0.6.6
11552024-02-29T20:19:04.267Z Downloaded tinytemplate v1.2.1
11562024-02-29T20:19:04.267Z Downloaded pin-project v1.1.3
11572024-02-29T20:19:04.276Z Downloaded diesel_derives v2.1.2
11582024-02-29T20:19:04.279Z Downloaded trybuild v1.0.89
11592024-02-29T20:19:04.285Z Downloaded pest_meta v2.7.6
11602024-02-29T20:19:04.290Z Downloaded elliptic-curve v0.13.8
11612024-02-29T20:19:04.293Z Downloaded toml_edit v0.19.15
11622024-02-29T20:19:04.311Z Downloaded unsafe-libyaml v0.2.10
11632024-02-29T20:19:04.315Z Downloaded derive_more v0.99.17
11642024-02-29T20:19:04.330Z Downloaded rand v0.4.6
11652024-02-29T20:19:04.339Z Downloaded unicode_categories v0.1.1
11662024-02-29T20:19:04.339Z Downloaded petgraph v0.6.4
11672024-02-29T20:19:04.349Z Downloaded tough v0.16.0
11682024-02-29T20:19:04.361Z Downloaded chrono v0.4.31
11692024-02-29T20:19:04.361Z Downloaded tokio-util v0.7.10
11702024-02-29T20:19:04.383Z Downloaded goblin v0.8.0
11712024-02-29T20:19:04.383Z Downloaded trust-dns-client v0.22.0
11722024-02-29T20:19:04.402Z Downloaded rand v0.8.5
11732024-02-29T20:19:04.403Z Downloaded steno v0.4.0
11742024-02-29T20:19:04.403Z Downloaded pest v2.7.6
11752024-02-29T20:19:04.403Z Downloaded omicron-zone-package v0.11.0
11762024-02-29T20:19:04.403Z Downloaded rayon v1.8.0
11772024-02-29T20:19:04.429Z Downloaded oso v0.27.0
11782024-02-29T20:19:04.429Z Downloaded bitvec v1.0.1
11792024-02-29T20:19:04.443Z Downloaded winnow v0.5.15
11802024-02-29T20:19:04.443Z Downloaded quick-xml v0.30.0
11812024-02-29T20:19:04.452Z Downloaded idna v0.2.3
11822024-02-29T20:19:04.452Z Downloaded sqlparser v0.43.1
11832024-02-29T20:19:04.462Z Downloaded bindgen v0.69.2
11842024-02-29T20:19:04.476Z Downloaded curve25519-dalek v4.1.1
11852024-02-29T20:19:04.509Z Downloaded object v0.32.1
11862024-02-29T20:19:04.510Z Downloaded futures-util v0.3.30
11872024-02-29T20:19:04.523Z Downloaded webpki-roots v0.25.2
11882024-02-29T20:19:04.524Z Downloaded trust-dns-proto v0.22.0
11892024-02-29T20:19:04.539Z Downloaded bstr v1.6.0
11902024-02-29T20:19:04.540Z Downloaded bstr v0.2.17
11912024-02-29T20:19:04.552Z Downloaded vcpkg v0.2.15
11922024-02-29T20:19:04.591Z Downloaded object v0.30.4
11932024-02-29T20:19:04.614Z Downloaded smoltcp v0.11.0
11942024-02-29T20:19:04.617Z Downloaded rustls v0.22.2
11952024-02-29T20:19:04.636Z Downloaded regress v0.8.0
11962024-02-29T20:19:04.636Z Downloaded polar-core v0.27.0
11972024-02-29T20:19:04.682Z Downloaded regex-syntax v0.6.29
11982024-02-29T20:19:04.682Z Downloaded diesel v2.1.4
11992024-02-29T20:19:04.694Z Downloaded openapiv3 v2.0.0
12002024-02-29T20:19:04.694Z Downloaded regex-syntax v0.8.2
12012024-02-29T20:19:04.695Z Downloaded sled v0.34.7
12022024-02-29T20:19:04.708Z Downloaded ratatui v0.26.1
12032024-02-29T20:19:04.717Z Downloaded zerocopy-derive v0.6.4
12042024-02-29T20:19:04.734Z Downloaded regex-automata v0.4.4
12052024-02-29T20:19:04.752Z Downloaded regex-automata v0.3.8
12062024-02-29T20:19:04.769Z Downloaded bzip2-sys v0.1.11+1.0.8
12072024-02-29T20:19:04.783Z Downloaded tokio v1.36.0
12082024-02-29T20:19:04.816Z Downloaded csv v1.3.0
12092024-02-29T20:19:04.841Z Downloaded sha3 v0.10.8
12102024-02-29T20:19:04.864Z Downloaded zerocopy-derive v0.2.0
12112024-02-29T20:19:04.864Z Downloaded openssl v0.10.60
12122024-02-29T20:19:04.874Z Downloaded regex v1.10.3
12132024-02-29T20:19:04.881Z Downloaded smoltcp v0.9.1
12142024-02-29T20:19:04.886Z Downloaded encoding_rs v0.8.33
12152024-02-29T20:19:04.910Z Downloaded proptest v1.4.0
12162024-02-29T20:19:04.915Z Downloaded nix v0.27.1
12172024-02-29T20:19:04.927Z Downloaded plotters v0.3.5
12182024-02-29T20:19:04.935Z Downloaded radix_trie v0.2.1
12192024-02-29T20:19:04.941Z Downloaded idna v0.5.0
12202024-02-29T20:19:04.949Z Downloaded reqwest v0.11.22
12212024-02-29T20:19:04.956Z Downloaded portable-atomic v1.4.3
12222024-02-29T20:19:04.962Z Downloaded openssl-sys v0.9.96
12232024-02-29T20:19:04.968Z Downloaded gimli v0.28.0
12242024-02-29T20:19:04.978Z Downloaded rustls v0.21.9
12252024-02-29T20:19:04.991Z Downloaded heapless v0.8.0
12262024-02-29T20:19:04.995Z Downloaded pretty_assertions v1.4.0
12272024-02-29T20:19:04.999Z Downloaded h2 v0.3.24
12282024-02-29T20:19:05.004Z Downloaded syn v1.0.109
12292024-02-29T20:19:05.019Z Downloaded typed-path v0.7.0
12302024-02-29T20:19:05.046Z Downloaded ring v0.17.8
12312024-02-29T20:19:05.107Z Downloaded rustyline v13.0.0
12322024-02-29T20:19:05.118Z Downloaded hashbrown v0.12.3
12332024-02-29T20:19:05.118Z Downloaded prettyplease v0.2.16
12342024-02-29T20:19:05.119Z Downloaded signal-hook v0.3.17
12352024-02-29T20:19:05.119Z Downloaded unicode-normalization v0.1.22
12362024-02-29T20:19:05.119Z Downloaded openssl-macros v0.1.1
12372024-02-29T20:19:05.119Z Downloaded time v0.3.27
12382024-02-29T20:19:05.131Z Downloaded regex-automata v0.1.10
12392024-02-29T20:19:05.139Z Downloaded tabled v0.15.0
12402024-02-29T20:19:05.149Z Downloaded rustls-webpki v0.101.7
12412024-02-29T20:19:05.160Z Downloaded reedline v0.29.0
12422024-02-29T20:19:05.167Z Downloaded ring v0.16.20
12432024-02-29T20:19:05.248Z Downloaded unicode-bidi v0.3.13
12442024-02-29T20:19:05.252Z Downloaded x509-cert v0.2.4
12452024-02-29T20:19:05.252Z Downloaded zerocopy v0.7.32
12462024-02-29T20:19:05.270Z Downloaded hyper v0.14.27
12472024-02-29T20:19:05.287Z Downloaded rust-argon2 v1.0.1
12482024-02-29T20:19:05.288Z Downloaded rustc_version v0.1.7
12492024-02-29T20:19:05.288Z Downloaded smallvec v0.6.14
12502024-02-29T20:19:05.305Z Downloaded embedded-io v0.4.0
12512024-02-29T20:19:05.305Z Downloaded flume v0.11.0
12522024-02-29T20:19:05.306Z Downloaded lalrpop v0.19.12
12532024-02-29T20:19:05.306Z Downloaded futures-channel v0.3.30
12542024-02-29T20:19:05.306Z Downloaded guppy v0.17.5
12552024-02-29T20:19:05.720Z Downloaded tower v0.4.13
12562024-02-29T20:19:05.720Z Downloaded serde_with_macros v3.6.1
12572024-02-29T20:19:05.738Z Downloaded gethostname v0.4.3
12582024-02-29T20:19:05.738Z Downloaded heck v0.3.3
12592024-02-29T20:19:05.738Z Downloaded trust-dns-resolver v0.22.0
12602024-02-29T20:19:05.738Z Downloaded hyper v1.1.0
12612024-02-29T20:19:05.738Z Downloaded flate2 v1.0.28
12622024-02-29T20:19:05.738Z Downloaded structopt-derive v0.4.18
12632024-02-29T20:19:05.738Z Downloaded usdt-impl v0.5.0
12642024-02-29T20:19:05.738Z Downloaded tui-tree-widget v0.17.0
12652024-02-29T20:19:05.738Z Downloaded pretty-hex v0.2.1
12662024-02-29T20:19:05.738Z Downloaded fragile v2.0.0
12672024-02-29T20:19:05.739Z Downloaded serde_tokenstream v0.2.0
12682024-02-29T20:19:05.739Z Downloaded tungstenite v0.20.1
12692024-02-29T20:19:05.739Z Downloaded smf v0.2.2
12702024-02-29T20:19:05.739Z Downloaded radium v0.7.0
12712024-02-29T20:19:05.739Z Downloaded fixedbitset v0.4.2
12722024-02-29T20:19:05.739Z Downloaded headers v0.3.9
12732024-02-29T20:19:05.739Z Downloaded futures v0.3.30
12742024-02-29T20:19:05.739Z Downloaded strum_macros v0.24.3
12752024-02-29T20:19:05.739Z Downloaded num-traits v0.2.16
12762024-02-29T20:19:05.739Z Downloaded parking_lot v0.12.1
12772024-02-29T20:19:05.739Z Downloaded tinyvec v1.6.0
12782024-02-29T20:19:05.739Z Downloaded ron v0.8.1
12792024-02-29T20:19:05.739Z Downloaded darling_core v0.20.3
12802024-02-29T20:19:05.739Z Downloaded expectorate v1.1.0
12812024-02-29T20:19:05.739Z Downloaded zerocopy v0.6.4
12822024-02-29T20:19:05.739Z Downloaded vec_map v0.8.2
12832024-02-29T20:19:05.739Z Downloaded utf-8 v0.7.6
12842024-02-29T20:19:05.739Z Downloaded term v0.7.0
12852024-02-29T20:19:05.739Z Downloaded serde-hex v0.1.0
12862024-02-29T20:19:05.740Z Downloaded hash32 v0.3.1
12872024-02-29T20:19:05.740Z Downloaded olpc-cjson v0.1.3
12882024-02-29T20:19:05.740Z Downloaded serde_tokenstream v0.1.7
12892024-02-29T20:19:05.740Z Downloaded unarray v0.1.4
12902024-02-29T20:19:05.740Z Downloaded datatest-stable v0.2.3
12912024-02-29T20:19:05.740Z Downloaded r2d2 v0.8.10
12922024-02-29T20:19:05.740Z Downloaded criterion v0.5.1
12932024-02-29T20:19:05.740Z Downloaded structmeta v0.2.0
12942024-02-29T20:19:05.740Z Downloaded tokio-stream v0.1.14
12952024-02-29T20:19:05.740Z Downloaded futures-sink v0.3.30
12962024-02-29T20:19:05.740Z Downloaded vte v0.11.1
12972024-02-29T20:19:05.740Z Downloaded poly1305 v0.8.0
12982024-02-29T20:19:05.740Z Downloaded pem-rfc7468 v0.7.0
12992024-02-29T20:19:05.740Z Downloaded nom v7.1.3
13002024-02-29T20:19:05.740Z Downloaded libm v0.2.7
13012024-02-29T20:19:05.740Z Downloaded crossterm v0.27.0
13022024-02-29T20:19:05.740Z Downloaded der v0.7.8
13032024-02-29T20:19:05.741Z Downloaded wait-timeout v0.2.0
13042024-02-29T20:19:05.741Z Downloaded slog-json v2.6.1
13052024-02-29T20:19:05.741Z Downloaded password-hash v0.5.0
13062024-02-29T20:19:05.741Z Downloaded version_check v0.9.4
13072024-02-29T20:19:05.741Z Downloaded http v0.2.11
13082024-02-29T20:19:05.741Z Downloaded defmt v0.3.5
13092024-02-29T20:19:05.741Z Downloaded ff v0.13.0
13102024-02-29T20:19:05.741Z Downloaded defmt-parser v0.3.3
13112024-02-29T20:19:05.741Z Downloaded rustls-webpki v0.102.1
13122024-02-29T20:19:05.741Z Downloaded pem v3.0.2
13132024-02-29T20:19:05.741Z Downloaded signature v2.1.0
13142024-02-29T20:19:05.741Z Downloaded pest_derive v2.7.6
13152024-02-29T20:19:05.741Z Downloaded pin-project-lite v0.2.13
13162024-02-29T20:19:05.741Z Downloaded http v1.0.0
13172024-02-29T20:19:05.741Z Downloaded ucd-trie v0.1.6
13182024-02-29T20:19:05.741Z Downloaded once_cell v1.19.0
13192024-02-29T20:19:05.741Z Downloaded signal-hook-registry v1.4.1
13202024-02-29T20:19:05.742Z Downloaded zone v0.3.0
13212024-02-29T20:19:05.742Z Downloaded fd-lock v4.0.2
13222024-02-29T20:19:05.742Z Downloaded parking_lot v0.11.2
13232024-02-29T20:19:05.742Z Downloaded subprocess v0.2.9
13242024-02-29T20:19:05.742Z Downloaded mio v0.8.9
13252024-02-29T20:19:05.742Z Downloaded cc v1.0.83
13262024-02-29T20:19:05.742Z Downloaded env_logger v0.10.0
13272024-02-29T20:19:05.742Z Downloaded snafu v0.7.5
13282024-02-29T20:19:05.742Z Downloaded slog v2.7.0
13292024-02-29T20:19:05.742Z Downloaded sqlformat v0.2.3
13302024-02-29T20:19:05.742Z Downloaded typenum v1.16.0
13312024-02-29T20:19:05.742Z Downloaded static_assertions v1.1.0
13322024-02-29T20:19:05.742Z Downloaded stable_deref_trait v1.2.0
13332024-02-29T20:19:05.742Z Downloaded oorandom v11.1.3
13342024-02-29T20:19:05.742Z Downloaded foreign-types-shared v0.1.1
13352024-02-29T20:19:05.742Z Downloaded vsss-rs v3.3.4
13362024-02-29T20:19:05.742Z Downloaded backtrace v0.3.69
13372024-02-29T20:19:05.742Z Downloaded base64 v0.21.7
13382024-02-29T20:19:05.742Z Downloaded foreign-types-shared v0.3.1
13392024-02-29T20:19:05.742Z Downloaded thiserror-impl-no-std v2.0.2
13402024-02-29T20:19:05.742Z Downloaded scroll v0.12.0
13412024-02-29T20:19:05.742Z Downloaded schemars_derive v0.8.16
13422024-02-29T20:19:05.742Z Downloaded textwrap v0.16.1
13432024-02-29T20:19:05.743Z Downloaded string_cache v0.8.7
13442024-02-29T20:19:05.743Z Downloaded thread_local v1.1.7
13452024-02-29T20:19:05.743Z Downloaded waitgroup v0.1.2
13462024-02-29T20:19:05.743Z Downloaded sqlparser_derive v0.2.2
13472024-02-29T20:19:05.743Z Downloaded parse-display-derive v0.9.0
13482024-02-29T20:19:05.743Z Downloaded parse-display v0.9.0
13492024-02-29T20:19:05.743Z Downloaded serde_derive_internals v0.26.0
13502024-02-29T20:19:05.743Z Downloaded slog-stdlog v4.1.1
13512024-02-29T20:19:05.743Z Downloaded dof v0.1.5
13522024-02-29T20:19:05.743Z Downloaded display-error-chain v0.2.0
13532024-02-29T20:19:05.743Z Downloaded target-spec v3.1.0
13542024-02-29T20:19:05.743Z Downloaded stringprep v0.1.3
13552024-02-29T20:19:05.743Z Downloaded derive_builder v0.12.0
13562024-02-29T20:19:05.743Z Downloaded opaque-debug v0.3.0
13572024-02-29T20:19:05.754Z Downloaded predicates-tree v1.0.9
13582024-02-29T20:19:05.754Z Downloaded dirs-sys-next v0.1.2
13592024-02-29T20:19:05.754Z Downloaded dirs-next v2.0.0
13602024-02-29T20:19:05.755Z Downloaded zeroize_derive v1.4.2
13612024-02-29T20:19:05.755Z Downloaded platforms v3.0.2
13622024-02-29T20:19:05.755Z Downloaded indicatif v0.17.8
13632024-02-29T20:19:05.755Z Downloaded const-oid v0.9.5
13642024-02-29T20:19:05.755Z Downloaded allocator-api2 v0.2.16
13652024-02-29T20:19:05.755Z Downloaded schemars v0.8.16
13662024-02-29T20:19:05.755Z Downloaded proc-macro-error v1.0.4
13672024-02-29T20:19:05.755Z Downloaded socket2 v0.5.5
13682024-02-29T20:19:05.755Z Downloaded socket2 v0.4.9
13692024-02-29T20:19:05.755Z Downloaded group v0.13.0
13702024-02-29T20:19:05.755Z Downloaded zerocopy-derive v0.7.32
13712024-02-29T20:19:05.755Z Downloaded scroll_derive v0.12.0
13722024-02-29T20:19:05.755Z Downloaded test-strategy v0.3.1
13732024-02-29T20:19:05.755Z Downloaded hex-literal v0.4.1
13742024-02-29T20:19:05.755Z Downloaded hex v0.4.3
13752024-02-29T20:19:05.755Z Downloaded libtest-mimic v0.6.1
13762024-02-29T20:19:05.755Z Downloaded crc-any v2.4.3
13772024-02-29T20:19:05.755Z Downloaded precomputed-hash v0.1.1
13782024-02-29T20:19:05.755Z Downloaded downcast v0.11.0
13792024-02-29T20:19:05.755Z Downloaded diesel_table_macro_syntax v0.1.0
13802024-02-29T20:19:05.755Z Downloaded hmac v0.12.1
13812024-02-29T20:19:05.755Z Downloaded paste v1.0.14
13822024-02-29T20:19:05.756Z Downloaded futures-core v0.3.30
13832024-02-29T20:19:05.756Z Downloaded debug-ignore v1.0.5
13842024-02-29T20:19:05.756Z Downloaded tokio-macros v2.2.0
13852024-02-29T20:19:05.756Z Downloaded tabled_derive v0.7.0
13862024-02-29T20:19:05.756Z Downloaded base64ct v1.6.0
13872024-02-29T20:19:05.756Z Downloaded ahash v0.8.7
13882024-02-29T20:19:05.756Z Downloaded rand_xorshift v0.3.0
13892024-02-29T20:19:05.756Z Downloaded rand_core v0.6.4
13902024-02-29T20:19:05.756Z Downloaded rand_chacha v0.3.1
13912024-02-29T20:19:05.756Z Downloaded structopt v0.3.26
13922024-02-29T20:19:05.756Z Downloaded sct v0.7.0
13932024-02-29T20:19:05.757Z Downloaded rustls-pemfile v2.1.0
13942024-02-29T20:19:05.757Z Downloaded multer v3.0.0
13952024-02-29T20:19:05.757Z Downloaded cookie v0.18.0
13962024-02-29T20:19:05.757Z Downloaded wyz v0.5.1
13972024-02-29T20:19:05.757Z Downloaded tempfile v3.10.0
13982024-02-29T20:19:05.758Z Downloaded structmeta-derive v0.3.0
13992024-02-29T20:19:05.758Z Downloaded swrite v0.1.0
14002024-02-29T20:19:05.758Z Downloaded lru-cache v0.1.2
14012024-02-29T20:19:05.758Z Downloaded lock_api v0.4.10
14022024-02-29T20:19:05.758Z Downloaded guppy-workspace-hack v0.1.0
14032024-02-29T20:19:05.758Z Downloaded bzip2 v0.4.4
14042024-02-29T20:19:05.758Z Downloaded smallvec v1.13.1
14052024-02-29T20:19:05.758Z Downloaded slog-dtrace v0.3.0
14062024-02-29T20:19:05.758Z Downloaded chacha20poly1305 v0.10.1
14072024-02-29T20:19:05.758Z Downloaded spin v0.9.8
14082024-02-29T20:19:05.758Z Downloaded bcs v0.1.6
14092024-02-29T20:19:05.758Z Downloaded spin v0.5.2
14102024-02-29T20:19:05.758Z Downloaded textwrap v0.11.0
14112024-02-29T20:19:05.758Z Downloaded synstructure v0.12.6
14122024-02-29T20:19:05.758Z Downloaded strum_macros v0.25.2
14132024-02-29T20:19:05.758Z Downloaded arrayvec v0.7.4
14142024-02-29T20:19:05.758Z Downloaded async-trait v0.1.77
14152024-02-29T20:19:05.758Z Downloaded argon2 v0.5.3
14162024-02-29T20:19:05.758Z Downloaded aead v0.5.2
14172024-02-29T20:19:05.758Z Downloaded anes v0.1.6
14182024-02-29T20:19:05.758Z Downloaded ansi_term v0.12.1
14192024-02-29T20:19:05.759Z Downloaded addr2line v0.21.0
14202024-02-29T20:19:05.759Z Downloaded csv-core v0.1.11
14212024-02-29T20:19:05.759Z Downloaded buf-list v1.0.3
14222024-02-29T20:19:05.759Z Downloaded libxml v0.3.3
14232024-02-29T20:19:05.759Z Downloaded rustversion v1.0.14
14242024-02-29T20:19:05.759Z Downloaded block-padding v0.3.3
14252024-02-29T20:19:05.759Z Downloaded deranged v0.3.8
14262024-02-29T20:19:05.759Z Downloaded byteorder v1.5.0
14272024-02-29T20:19:05.759Z Downloaded macaddr v1.0.1
14282024-02-29T20:19:05.759Z Downloaded http-body v0.4.5
14292024-02-29T20:19:05.759Z Downloaded nanorand v0.7.0
14302024-02-29T20:19:05.759Z Downloaded memoffset v0.9.0
14312024-02-29T20:19:05.759Z Downloaded hostname v0.3.1
14322024-02-29T20:19:05.759Z Downloaded mockall v0.12.0
14332024-02-29T20:19:05.759Z Downloaded mime v0.3.17
14342024-02-29T20:19:05.759Z Downloaded libsw v3.3.1
14352024-02-29T20:19:05.759Z Downloaded shell-words v1.1.0
14362024-02-29T20:19:05.759Z Downloaded serde_urlencoded v0.7.1
14372024-02-29T20:19:05.759Z Downloaded slab v0.4.9
14382024-02-29T20:19:05.759Z Downloaded sec1 v0.7.3
14392024-02-29T20:19:05.759Z Downloaded topological-sort v0.2.2
14402024-02-29T20:19:05.760Z Downloaded lazycell v1.3.0
14412024-02-29T20:19:05.760Z Downloaded crc v3.0.1
14422024-02-29T20:19:05.760Z Downloaded kstat-rs v0.2.3
14432024-02-29T20:19:05.760Z Downloaded bit-set v0.5.3
14442024-02-29T20:19:05.760Z Downloaded cast v0.3.0
14452024-02-29T20:19:05.760Z Downloaded base16ct v0.2.0
14462024-02-29T20:19:05.760Z Downloaded ascii-canvas v3.0.0
14472024-02-29T20:19:05.760Z Downloaded ipnetwork v0.20.0
14482024-02-29T20:19:05.760Z Downloaded cpufeatures v0.2.12
14492024-02-29T20:19:05.760Z Downloaded bitfield v0.14.0
14502024-02-29T20:19:05.760Z Downloaded want v0.3.1
14512024-02-29T20:19:05.761Z Downloaded toolchain_find v0.2.0
14522024-02-29T20:19:05.761Z Downloaded crossbeam-deque v0.8.3
14532024-02-29T20:19:05.761Z Downloaded async-recursion v1.0.5
14542024-02-29T20:19:05.761Z Downloaded corncobs v0.1.3
14552024-02-29T20:19:05.761Z Downloaded approx v0.5.1
14562024-02-29T20:19:05.761Z Downloaded adler v1.0.2
14572024-02-29T20:19:05.770Z Downloaded impl-trait-for-tuples v0.2.2
14582024-02-29T20:19:05.770Z Downloaded match_cfg v0.1.0
14592024-02-29T20:19:05.770Z Downloaded indexmap v1.9.3
14602024-02-29T20:19:05.770Z Downloaded hyper-rustls v0.26.0
14612024-02-29T20:19:05.770Z Downloaded compact_str v0.7.1
14622024-02-29T20:19:05.770Z Downloaded num-bigint v0.4.4
14632024-02-29T20:19:05.770Z Downloaded libloading v0.7.4
14642024-02-29T20:19:05.771Z Downloaded keccak v0.1.4
14652024-02-29T20:19:05.771Z Downloaded ipnet v2.9.0
14662024-02-29T20:19:05.771Z Downloaded indoc v2.0.3
14672024-02-29T20:19:05.771Z Downloaded httptest v0.15.5
14682024-02-29T20:19:05.771Z Downloaded convert_case v0.4.0
14692024-02-29T20:19:05.771Z Downloaded crucible-workspace-hack v0.1.0
14702024-02-29T20:19:05.771Z Downloaded assert_matches v1.5.0
14712024-02-29T20:19:05.771Z Downloaded mockall_derive v0.12.0
14722024-02-29T20:19:05.771Z Downloaded libefi-sys v0.1.0
14732024-02-29T20:19:05.771Z Downloaded relative-path v1.9.0
14742024-02-29T20:19:05.772Z Downloaded nu-ansi-term v0.50.0
14752024-02-29T20:19:05.772Z Downloaded rustfmt-wrapper v0.2.0
14762024-02-29T20:19:05.772Z Downloaded rustc_version v0.4.0
14772024-02-29T20:19:05.772Z Downloaded num-complex v0.4.4
14782024-02-29T20:19:05.772Z Downloaded array-init v0.0.4
14792024-02-29T20:19:05.772Z Downloaded num v0.4.1
14802024-02-29T20:19:05.772Z Downloaded num-integer v0.1.46
14812024-02-29T20:19:05.772Z Downloaded num-derive v0.4.0
14822024-02-29T20:19:05.772Z Downloaded lalrpop-util v0.19.12
14832024-02-29T20:19:05.772Z Downloaded is_ci v1.2.0
14842024-02-29T20:19:05.772Z Downloaded console v0.15.8
14852024-02-29T20:19:05.772Z Downloaded clang-sys v1.6.1
14862024-02-29T20:19:05.772Z Downloaded num-iter v0.1.43
14872024-02-29T20:19:05.772Z Downloaded newline-converter v0.3.0
14882024-02-29T20:19:05.773Z Downloaded indoc v1.0.9
14892024-02-29T20:19:05.773Z Downloaded hubpack v0.1.2
14902024-02-29T20:19:05.773Z Downloaded cipher v0.4.4
14912024-02-29T20:19:05.773Z Downloaded cobs v0.2.3
14922024-02-29T20:19:05.773Z Downloaded crossbeam-epoch v0.9.15
14932024-02-29T20:19:05.773Z Downloaded constant_time_eq v0.3.0
14942024-02-29T20:19:05.773Z Downloaded iana-time-zone v0.1.57
14952024-02-29T20:19:05.773Z Downloaded constant_time_eq v0.2.6
14962024-02-29T20:19:05.773Z Downloaded ciborium v0.2.2
14972024-02-29T20:19:05.783Z Downloaded castaway v0.2.2
14982024-02-29T20:19:05.783Z Downloaded cfg-if v1.0.0
14992024-02-29T20:19:05.783Z Downloaded ciborium-io v0.2.2
15002024-02-29T20:19:05.783Z Downloaded cassowary v0.3.0
15012024-02-29T20:19:06.283Z Compiling libc v0.2.153
15022024-02-29T20:19:06.283Z Compiling serde v1.0.196
15032024-02-29T20:19:06.283Z Compiling autocfg v1.1.0
15042024-02-29T20:19:06.283Z Compiling version_check v0.9.4
15052024-02-29T20:19:06.295Z Checking cfg-if v1.0.0
15062024-02-29T20:19:06.295Z Compiling syn v1.0.109
15072024-02-29T20:19:06.336Z Compiling syn v2.0.48
15082024-02-29T20:19:06.432Z Compiling parking_lot_core v0.9.8
15092024-02-29T20:19:06.444Z Compiling libm v0.2.7
15102024-02-29T20:19:06.808Z Compiling memchr v2.6.3
15112024-02-29T20:19:06.924Z Compiling once_cell v1.19.0
15122024-02-29T20:19:06.947Z Compiling serde_json v1.0.114
15132024-02-29T20:19:07.058Z Compiling ahash v0.8.7
15142024-02-29T20:19:07.290Z Compiling lock_api v0.4.10
15152024-02-29T20:19:07.326Z Compiling num-traits v0.2.16
15162024-02-29T20:19:07.485Z Compiling byteorder v1.5.0
15172024-02-29T20:19:07.953Z Compiling log v0.4.20
15182024-02-29T20:19:08.264Z Checking getrandom v0.2.10
15192024-02-29T20:19:08.371Z Compiling slab v0.4.9
15202024-02-29T20:19:08.390Z Compiling cc v1.0.83
15212024-02-29T20:19:08.877Z Compiling typenum v1.16.0
15222024-02-29T20:19:08.877Z Checking itoa v1.0.9
15232024-02-29T20:19:08.877Z Compiling generic-array v0.14.7
15242024-02-29T20:19:08.979Z Checking scopeguard v1.2.0
15252024-02-29T20:19:09.062Z Compiling allocator-api2 v0.2.16
15262024-02-29T20:19:09.170Z Compiling pkg-config v0.3.27
15272024-02-29T20:19:09.368Z Compiling rustix v0.38.31
15282024-02-29T20:19:09.834Z Checking smallvec v1.13.1
15292024-02-29T20:19:10.230Z Compiling schemars v0.8.16
15302024-02-29T20:19:10.332Z Compiling httparse v1.8.0
15312024-02-29T20:19:10.350Z Compiling fnv v1.0.7
15322024-02-29T20:19:10.662Z Compiling vcpkg v0.2.15
15332024-02-29T20:19:10.788Z Compiling aho-corasick v1.0.4
15342024-02-29T20:19:11.046Z Compiling regex-syntax v0.8.2
15352024-02-29T20:19:11.819Z Compiling ring v0.17.8
15362024-02-29T20:19:13.105Z Compiling openssl-sys v0.9.96
15372024-02-29T20:19:13.735Z Checking parking_lot v0.12.1
15382024-02-29T20:19:14.084Z Checking pin-project-lite v0.2.13
15392024-02-29T20:19:14.102Z Compiling ucd-trie v0.1.6
15402024-02-29T20:19:14.575Z Compiling serde_derive_internals v0.26.0
15412024-02-29T20:19:14.711Z Compiling regex-automata v0.4.4
15422024-02-29T20:19:15.946Z Compiling ring v0.16.20
15432024-02-29T20:19:16.158Z Checking ryu v1.0.15
15442024-02-29T20:19:17.008Z Checking signal-hook-registry v1.4.1
15452024-02-29T20:19:17.238Z Compiling openssl v0.10.60
15462024-02-29T20:19:17.394Z Compiling crossbeam-utils v0.8.16
15472024-02-29T20:19:17.672Z Checking mio v0.8.9
15482024-02-29T20:19:17.684Z Checking rand_core v0.6.4
15492024-02-29T20:19:17.874Z Compiling iana-time-zone v0.1.57
15502024-02-29T20:19:17.938Z Checking num_cpus v1.16.0
15512024-02-29T20:19:18.467Z Compiling rustls v0.21.9
15522024-02-29T20:19:18.483Z Checking futures-core v0.3.30
15532024-02-29T20:19:18.483Z Compiling native-tls v0.2.11
15542024-02-29T20:19:18.483Z Compiling spin v0.5.2
15552024-02-29T20:19:19.075Z Compiling dyn-clone v1.0.16
15562024-02-29T20:19:19.075Z Compiling regex v1.10.3
15572024-02-29T20:19:19.075Z Checking socket2 v0.5.5
15582024-02-29T20:19:19.075Z Compiling slog v2.7.0
15592024-02-29T20:19:19.123Z Compiling async-trait v0.1.77
15602024-02-29T20:19:19.664Z Compiling memoffset v0.9.0
15612024-02-29T20:19:20.091Z Compiling crossbeam-epoch v0.9.15
15622024-02-29T20:19:20.112Z Compiling backtrace v0.3.69
15632024-02-29T20:19:20.552Z Compiling futures-sink v0.3.30
15642024-02-29T20:19:20.721Z Compiling errno v0.3.8
15652024-02-29T20:19:20.756Z Compiling rustversion v1.0.14
15662024-02-29T20:19:20.926Z Compiling unicode-xid v0.2.4
15672024-02-29T20:19:20.992Z Compiling serde_derive v1.0.196
15682024-02-29T20:19:21.101Z Compiling zerocopy-derive v0.7.32
15692024-02-29T20:19:21.116Z Compiling thiserror-impl v1.0.57
15702024-02-29T20:19:21.206Z Compiling zeroize_derive v1.4.2
15712024-02-29T20:19:21.409Z Compiling tokio-macros v2.2.0
15722024-02-29T20:19:21.573Z Compiling futures-macro v0.3.30
15732024-02-29T20:19:21.944Z Compiling tracing-attributes v0.1.26
15742024-02-29T20:19:22.970Z Compiling schemars_derive v0.8.16
15752024-02-29T20:19:23.301Z Compiling openssl-macros v0.1.1
15762024-02-29T20:19:23.626Z Compiling zerocopy v0.7.32
15772024-02-29T20:19:23.855Z Checking zeroize v1.7.0
15782024-02-29T20:19:24.629Z Compiling thiserror v1.0.57
15792024-02-29T20:19:24.760Z Compiling pest v2.7.6
15802024-02-29T20:19:24.851Z Compiling either v1.10.0
15812024-02-29T20:19:25.329Z Compiling crc32fast v1.3.2
15822024-02-29T20:19:25.612Z Compiling tinyvec_macros v0.1.1
15832024-02-29T20:19:25.713Z Compiling tinyvec v1.6.0
15842024-02-29T20:19:25.880Z Compiling hashbrown v0.14.3
15852024-02-29T20:19:26.024Z Compiling futures-channel v0.3.30
15862024-02-29T20:19:26.425Z Compiling pin-utils v0.1.0
15872024-02-29T20:19:26.642Z Compiling futures-task v0.3.30
15882024-02-29T20:19:26.659Z Compiling anyhow v1.0.75
15892024-02-29T20:19:26.923Z Compiling unicode-width v0.1.11
15902024-02-29T20:19:26.964Z Compiling futures-io v0.3.30
15912024-02-29T20:19:27.087Z Compiling pest_meta v2.7.6
15922024-02-29T20:19:27.116Z Compiling unicode-normalization v0.1.22
15932024-02-29T20:19:27.152Z Compiling futures-util v0.3.30
15942024-02-29T20:19:27.325Z Compiling spin v0.9.8
15952024-02-29T20:19:27.379Z Compiling tracing-core v0.1.31
15962024-02-29T20:19:27.545Z Compiling unicode-bidi v0.3.13
15972024-02-29T20:19:28.199Z Compiling tracing v0.1.37
15982024-02-29T20:19:28.225Z Compiling der_derive v0.7.2
15992024-02-29T20:19:28.710Z Compiling pest_generator v2.7.6
16002024-02-29T20:19:29.341Z Compiling winnow v0.5.15
16012024-02-29T20:19:29.632Z Compiling lazy_static v1.4.0
16022024-02-29T20:19:31.120Z Checking subtle v2.5.0
16032024-02-29T20:19:32.511Z Compiling pest_derive v2.7.6
16042024-02-29T20:19:32.652Z Compiling foreign-types-shared v0.1.1
16052024-02-29T20:19:32.757Z Compiling untrusted v0.9.0
16062024-02-29T20:19:32.773Z Compiling time-core v0.1.1
16072024-02-29T20:19:32.849Z Compiling percent-encoding v2.3.1
16082024-02-29T20:19:32.931Z Compiling untrusted v0.7.1
16092024-02-29T20:19:32.951Z Compiling time-macros v0.2.13
16102024-02-29T20:19:33.745Z Compiling foreign-types v0.3.2
16112024-02-29T20:19:34.629Z Compiling synstructure v0.12.6
16122024-02-29T20:19:35.136Z Compiling scroll_derive v0.12.0
16132024-02-29T20:19:35.299Z Checking bytes v1.5.0
16142024-02-29T20:19:36.423Z Compiling indexmap v2.2.3
16152024-02-29T20:19:36.558Z Compiling bitflags v2.4.0
16162024-02-29T20:19:36.570Z Compiling uuid v1.7.0
16172024-02-29T20:19:36.781Z Compiling chrono v0.4.31
16182024-02-29T20:19:37.127Z Compiling semver v1.0.22
16192024-02-29T20:19:37.617Z Checking tokio v1.36.0
16202024-02-29T20:19:37.788Z Compiling http v0.2.11
16212024-02-29T20:19:38.194Z Compiling toml_datetime v0.6.5
16222024-02-29T20:19:38.633Z Compiling serde_spanned v0.6.5
16232024-02-29T20:19:38.772Z Compiling openapiv3 v2.0.0
16242024-02-29T20:19:38.893Z Compiling rustc_version v0.4.0
16252024-02-29T20:19:39.666Z Compiling toml_edit v0.19.15
16262024-02-29T20:19:41.282Z Compiling thread-id v4.2.0
16272024-02-29T20:19:41.300Z Compiling base64 v0.21.7
16282024-02-29T20:19:41.300Z Compiling try-lock v0.2.4
16292024-02-29T20:19:41.373Z Compiling want v0.3.1
16302024-02-29T20:19:41.641Z Compiling http-body v0.4.5
16312024-02-29T20:19:41.876Z Compiling zerocopy-derive v0.2.0
16322024-02-29T20:19:42.064Z Compiling rustls-webpki v0.101.7
16332024-02-29T20:19:43.418Z Compiling sct v0.7.0
16342024-02-29T20:19:43.727Z Compiling form_urlencoded v1.2.1
16352024-02-29T20:19:44.081Z Compiling socket2 v0.4.9
16362024-02-29T20:19:44.111Z Compiling openssl-probe v0.1.5
16372024-02-29T20:19:44.129Z Compiling const-oid v0.9.5
16382024-02-29T20:19:44.254Z Compiling tower-service v0.3.2
16392024-02-29T20:19:44.446Z Compiling httpdate v1.0.3
16402024-02-29T20:19:44.719Z Compiling idna v0.5.0
16412024-02-29T20:19:45.007Z Compiling adler v1.0.2
16422024-02-29T20:19:45.220Z Compiling miniz_oxide v0.7.1
16432024-02-29T20:19:45.989Z Compiling tokio-util v0.7.10
16442024-02-29T20:19:46.143Z Compiling url v2.5.0
16452024-02-29T20:19:46.891Z Compiling ipnet v2.9.0
16462024-02-29T20:19:47.199Z Compiling h2 v0.3.24
16472024-02-29T20:19:47.626Z Compiling signal-hook v0.3.17
16482024-02-29T20:19:47.977Z Compiling serde_urlencoded v0.7.1
16492024-02-29T20:19:48.173Z Compiling rustls-pemfile v1.0.3
16502024-02-29T20:19:48.497Z Compiling tokio-native-tls v0.3.1
16512024-02-29T20:19:48.548Z Compiling crypto-common v0.1.6
16522024-02-29T20:19:48.668Z Compiling tokio-rustls v0.24.1
16532024-02-29T20:19:48.765Z Compiling zerocopy-derive v0.6.4
16542024-02-29T20:19:48.785Z Compiling clap_derive v4.5.0
16552024-02-29T20:19:49.299Z Compiling usdt-impl v0.3.5
16562024-02-29T20:19:49.503Z Compiling encoding_rs v0.8.33
16572024-02-29T20:19:50.375Z Compiling mime v0.3.17
16582024-02-29T20:19:50.854Z Compiling siphasher v0.3.11
16592024-02-29T20:19:50.990Z Compiling gimli v0.28.0
16602024-02-29T20:19:51.216Z Compiling webpki-roots v0.25.2
16612024-02-29T20:19:51.363Z Compiling zerocopy v0.3.0
16622024-02-29T20:19:51.413Z Compiling scroll v0.12.0
16632024-02-29T20:19:51.975Z Compiling block-buffer v0.10.4
16642024-02-29T20:19:52.390Z Compiling bzip2-sys v0.1.11+1.0.8
16652024-02-29T20:19:52.502Z Compiling object v0.32.1
16662024-02-29T20:19:52.751Z Compiling num-iter v0.1.43
16672024-02-29T20:19:53.082Z Compiling usdt-impl v0.5.0
16682024-02-29T20:19:53.456Z Compiling rustc-demangle v0.1.23
16692024-02-29T20:19:53.948Z Compiling plain v0.2.3
16702024-02-29T20:19:54.123Z Compiling goblin v0.8.0
16712024-02-29T20:19:54.163Z Compiling hyper v0.14.27
16722024-02-29T20:19:54.371Z Compiling flate2 v1.0.28
16732024-02-29T20:19:54.509Z Compiling digest v0.10.7
16742024-02-29T20:19:54.987Z Compiling dof v0.1.5
16752024-02-29T20:19:55.069Z Compiling heapless v0.7.16
16762024-02-29T20:19:55.363Z Compiling addr2line v0.21.0
16772024-02-29T20:19:55.723Z Compiling dtrace-parser v0.1.14
16782024-02-29T20:19:55.948Z Compiling futures-executor v0.3.30
16792024-02-29T20:19:56.025Z Compiling strum_macros v0.25.2
16802024-02-29T20:19:56.207Z Compiling pretty-hex v0.4.1
16812024-02-29T20:19:56.555Z Compiling ppv-lite86 v0.2.17
16822024-02-29T20:19:57.361Z Checking equivalent v1.0.1
16832024-02-29T20:19:57.905Z Compiling rand_chacha v0.3.1
16842024-02-29T20:19:58.227Z Compiling toml_edit v0.22.6
16852024-02-29T20:19:59.707Z Compiling futures v0.3.30
16862024-02-29T20:19:59.894Z Compiling toml v0.7.8
16872024-02-29T20:20:00.282Z Compiling dof v0.3.0
16882024-02-29T20:20:00.448Z Compiling hex v0.4.3
16892024-02-29T20:20:00.600Z Compiling serde_tokenstream v0.1.7
16902024-02-29T20:20:01.143Z Compiling dtrace-parser v0.2.0
16912024-02-29T20:20:01.585Z Compiling hyper-tls v0.5.0
16922024-02-29T20:20:01.686Z Compiling hyper-rustls v0.24.2
16932024-02-29T20:20:02.059Z Compiling reqwest v0.11.22
16942024-02-29T20:20:02.685Z Compiling bit-vec v0.6.3
16952024-02-29T20:20:02.935Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
16962024-02-29T20:20:03.279Z Compiling rand v0.8.5
16972024-02-29T20:20:03.810Z Compiling phf_shared v0.10.0
16982024-02-29T20:20:04.042Z Compiling num-bigint v0.4.4
16992024-02-29T20:20:04.104Z Compiling new_debug_unreachable v1.0.4
17002024-02-29T20:20:04.202Z Compiling smoltcp v0.9.1
17012024-02-29T20:20:04.843Z Compiling minimal-lexical v0.2.1
17022024-02-29T20:20:04.861Z Compiling precomputed-hash v0.1.1
17032024-02-29T20:20:04.919Z Compiling base64ct v1.6.0
17042024-02-29T20:20:04.972Z Compiling fixedbitset v0.4.2
17052024-02-29T20:20:05.011Z Compiling string_cache v0.8.7
17062024-02-29T20:20:05.345Z Compiling petgraph v0.6.4
17072024-02-29T20:20:05.440Z Compiling pem-rfc7468 v0.7.0
17082024-02-29T20:20:05.446Z Compiling nom v7.1.3
17092024-02-29T20:20:05.551Z Compiling bit-set v0.5.3
17102024-02-29T20:20:05.632Z Compiling usdt-macro v0.3.5
17112024-02-29T20:20:05.842Z Compiling usdt-attr-macro v0.3.5
17122024-02-29T20:20:06.198Z Compiling hmac v0.12.1
17132024-02-29T20:20:06.453Z Compiling itertools v0.10.5
17142024-02-29T20:20:06.814Z Compiling hubpack_derive v0.1.1
17152024-02-29T20:20:06.884Z Compiling enum-as-inner v0.5.1
17162024-02-29T20:20:07.083Z Compiling diesel_table_macro_syntax v0.1.0
17172024-02-29T20:20:07.468Z Compiling unicode-segmentation v1.10.1
17182024-02-29T20:20:07.623Z Compiling flagset v0.4.3
17192024-02-29T20:20:07.776Z Compiling lalrpop-util v0.19.12
17202024-02-29T20:20:07.815Z Compiling der v0.7.8
17212024-02-29T20:20:08.129Z Compiling diesel_derives v2.1.2
17222024-02-29T20:20:09.262Z Compiling cpufeatures v0.2.12
17232024-02-29T20:20:09.373Z Compiling sha2 v0.10.8
17242024-02-29T20:20:09.781Z Compiling md-5 v0.10.5
17252024-02-29T20:20:09.815Z Compiling stringprep v0.1.3
17262024-02-29T20:20:10.030Z Compiling spki v0.7.2
17272024-02-29T20:20:10.142Z Compiling serde_repr v0.1.16
17282024-02-29T20:20:10.401Z Compiling num-integer v0.1.46
17292024-02-29T20:20:10.426Z Compiling hash32 v0.2.1
17302024-02-29T20:20:10.823Z Compiling stable_deref_trait v1.2.0
17312024-02-29T20:20:10.839Z Compiling fallible-iterator v0.2.0
17322024-02-29T20:20:11.253Z Compiling pkcs8 v0.10.2
17332024-02-29T20:20:11.538Z Compiling postgres-protocol v0.6.6
17342024-02-29T20:20:11.567Z Compiling phf_shared v0.11.2
17352024-02-29T20:20:11.941Z Compiling ff v0.13.0
17362024-02-29T20:20:12.124Z Compiling terminal_size v0.3.0
17372024-02-29T20:20:12.302Z Compiling block-padding v0.3.3
17382024-02-29T20:20:12.362Z Compiling scheduled-thread-pool v0.2.7
17392024-02-29T20:20:12.565Z Compiling managed v0.8.0
17402024-02-29T20:20:12.585Z Compiling bitflags v1.3.2
17412024-02-29T20:20:12.800Z Compiling base16ct v0.2.0
17422024-02-29T20:20:12.824Z Compiling num_threads v0.1.6
17432024-02-29T20:20:12.924Z Checking unicode-ident v1.0.12
17442024-02-29T20:20:12.952Z Compiling matches v0.1.10
17452024-02-29T20:20:13.016Z Compiling deranged v0.3.8
17462024-02-29T20:20:13.046Z Compiling regex-automata v0.1.10
17472024-02-29T20:20:13.080Z Compiling clap_builder v4.5.0
17482024-02-29T20:20:13.123Z Compiling idna v0.2.3
17492024-02-29T20:20:13.177Z Compiling sec1 v0.7.3
17502024-02-29T20:20:13.525Z Compiling bstr v0.2.17
17512024-02-29T20:20:13.749Z Compiling r2d2 v0.8.10
17522024-02-29T20:20:14.168Z Compiling inout v0.1.3
17532024-02-29T20:20:14.797Z Compiling postgres-types v0.2.6
17542024-02-29T20:20:14.840Z Compiling time v0.3.27
17552024-02-29T20:20:14.900Z Compiling signal-hook-mio v0.2.3
17562024-02-29T20:20:15.049Z Compiling group v0.13.0
17572024-02-29T20:20:15.163Z Compiling phf v0.11.2
17582024-02-29T20:20:15.368Z Compiling bzip2 v0.4.4
17592024-02-29T20:20:15.763Z Compiling hubpack v0.1.2
17602024-02-29T20:20:15.809Z Compiling hkdf v0.12.4
17612024-02-29T20:20:16.219Z Compiling zerocopy v0.6.4
17622024-02-29T20:20:16.418Z Compiling crypto-bigint v0.5.2
17632024-02-29T20:20:17.112Z Compiling ipnetwork v0.20.0
17642024-02-29T20:20:17.659Z Compiling float-cmp v0.9.0
17652024-02-29T20:20:17.874Z Compiling data-encoding v2.4.0
17662024-02-29T20:20:17.892Z Compiling predicates-core v1.0.6
17672024-02-29T20:20:18.243Z Compiling normalize-line-endings v0.3.0
17682024-02-29T20:20:18.261Z Compiling regex-automata v0.3.8
17692024-02-29T20:20:18.357Z Compiling static_assertions v1.1.0
17702024-02-29T20:20:18.470Z Compiling difflib v0.4.0
17712024-02-29T20:20:19.992Z Compiling whoami v1.4.1
17722024-02-29T20:20:20.173Z Compiling bstr v1.6.0
17732024-02-29T20:20:20.318Z Compiling tokio-postgres v0.7.10
17742024-02-29T20:20:20.506Z Compiling predicates v3.1.0
17752024-02-29T20:20:21.052Z Compiling trust-dns-proto v0.22.0
17762024-02-29T20:20:21.073Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
17772024-02-29T20:20:21.822Z Compiling yasna v0.5.2
17782024-02-29T20:20:22.281Z Compiling elliptic-curve v0.13.8
17792024-02-29T20:20:23.068Z Compiling clap v4.5.0
17802024-02-29T20:20:23.197Z Compiling zip v0.6.6
17812024-02-29T20:20:23.577Z Compiling crossterm v0.27.0
17822024-02-29T20:20:23.872Z Compiling similar v2.3.0
17832024-02-29T20:20:24.714Z Compiling cipher v0.4.4
17842024-02-29T20:20:25.285Z Compiling diesel v2.1.4
17852024-02-29T20:20:25.772Z Compiling usdt v0.3.5
17862024-02-29T20:20:26.064Z Compiling strum v0.25.0
17872024-02-29T20:20:26.230Z Compiling tokio-stream v0.1.14
17882024-02-29T20:20:26.437Z Compiling console v0.15.8
17892024-02-29T20:20:26.985Z Checking proc-macro2 v1.0.78
17902024-02-29T20:20:27.636Z Checking quote v1.0.35
17912024-02-29T20:20:29.785Z Checking utf8parse v0.2.1
17922024-02-29T20:20:30.956Z Checking anstyle v1.0.2
17932024-02-29T20:20:35.646Z Checking anstyle-parse v0.2.1
17942024-02-29T20:20:36.926Z Checking colorchoice v1.0.0
17952024-02-29T20:20:37.048Z Checking anstyle-query v1.0.0
17962024-02-29T20:20:37.178Z Checking anstream v0.6.11
17972024-02-29T20:20:37.353Z Compiling serde_tokenstream v0.2.0
17982024-02-29T20:20:37.636Z Checking strsim v0.11.0
17992024-02-29T20:20:37.655Z Checking clap_lex v0.7.0
18002024-02-29T20:20:43.241Z Checking winnow v0.6.1
18012024-02-29T20:20:49.631Z Compiling regress v0.8.0
18022024-02-29T20:20:52.587Z Compiling getopts v0.2.21
18032024-02-29T20:20:52.914Z Compiling unsafe-libyaml v0.2.10
18042024-02-29T20:20:53.444Z Compiling typify-impl v0.0.15 (https://github.com/oxidecomputer/typify#ce009d6f)
18052024-02-29T20:20:53.663Z Checking heck v0.4.1
18062024-02-29T20:20:54.924Z Compiling serde_yaml v0.9.25
18072024-02-29T20:20:55.389Z Checking camino v1.1.6
18082024-02-29T20:20:55.705Z Checking progenitor-client v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#bc0bb4b0)
18092024-02-29T20:20:55.916Z Compiling ident_case v1.0.1
18102024-02-29T20:20:55.959Z Compiling strsim v0.10.0
18112024-02-29T20:20:56.450Z Checking rustls-pki-types v1.3.0
18122024-02-29T20:20:56.458Z Checking fastrand v2.0.1
18132024-02-29T20:20:56.458Z Checking match_cfg v0.1.0
18142024-02-29T20:20:56.458Z Checking tempfile v3.10.0
18152024-02-29T20:20:56.501Z Checking hostname v0.3.1
18162024-02-29T20:20:56.627Z Checking http v1.0.0
18172024-02-29T20:20:56.753Z Checking atty v0.2.14
18182024-02-29T20:20:56.773Z Compiling paste v1.0.14
18192024-02-29T20:20:56.866Z Checking quick-error v1.2.3
18202024-02-29T20:20:57.003Z Checking sha1 v0.10.6
18212024-02-29T20:20:57.276Z Checking dirs-sys-next v0.1.2
18222024-02-29T20:20:57.771Z Compiling rustls v0.22.2
18232024-02-29T20:20:57.771Z Checking dirs-next v2.0.0
18242024-02-29T20:20:57.771Z Checking rustls-webpki v0.102.1
18252024-02-29T20:20:58.050Z Checking crossbeam-channel v0.5.8
18262024-02-29T20:20:58.481Z Checking thread_local v1.1.7
18272024-02-29T20:20:58.753Z Checking instant v0.1.12
18282024-02-29T20:20:58.837Z Compiling slog-async v2.8.0
18292024-02-29T20:20:58.934Z Checking term v0.7.0
18302024-02-29T20:20:59.204Z Checking rustls-pemfile v2.1.0
18312024-02-29T20:20:59.397Z Compiling multer v3.0.0
18322024-02-29T20:20:59.416Z Checking take_mut v0.2.2
18332024-02-29T20:20:59.498Z Checking debug-ignore v1.0.5
18342024-02-29T20:20:59.567Z Checking slog-term v2.9.0
18352024-02-29T20:20:59.621Z Compiling darling_core v0.20.3
18362024-02-29T20:20:59.784Z Checking slog-json v2.6.1
18372024-02-29T20:20:59.832Z Compiling async-stream-impl v0.3.5
18382024-02-29T20:21:00.033Z Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#711a7490)
18392024-02-29T20:21:00.050Z Checking atomic-waker v1.1.1
18402024-02-29T20:21:00.171Z Checking waitgroup v0.1.2
18412024-02-29T20:21:00.301Z Checking slog-bunyan v2.5.0
18422024-02-29T20:21:00.464Z Checking toml v0.8.10
18432024-02-29T20:21:00.835Z Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#711a7490)
18442024-02-29T20:21:01.203Z Checking serde_path_to_error v0.1.15
18452024-02-29T20:21:01.316Z Checking async-stream v0.3.5
18462024-02-29T20:21:01.518Z Checking wait-timeout v0.2.0
18472024-02-29T20:21:01.698Z Compiling strum_macros v0.26.1
18482024-02-29T20:21:01.842Z Compiling structmeta-derive v0.3.0
18492024-02-29T20:21:02.680Z Checking tokio-rustls v0.25.0
18502024-02-29T20:21:03.050Z Checking rusty-fork v0.3.0
18512024-02-29T20:21:03.340Z Checking newtype-uuid v1.0.1
18522024-02-29T20:21:03.583Z Compiling structmeta-derive v0.2.0
18532024-02-29T20:21:05.149Z Compiling structmeta v0.3.0
18542024-02-29T20:21:05.595Z Checking rand_xorshift v0.3.0
18552024-02-29T20:21:05.770Z Checking unarray v0.1.4
18562024-02-29T20:21:05.923Z Checking proptest v1.4.0
18572024-02-29T20:21:05.993Z Compiling darling_macro v0.20.3
18582024-02-29T20:21:06.926Z Compiling structmeta v0.2.0
18592024-02-29T20:21:07.082Z Compiling darling v0.20.3
18602024-02-29T20:21:07.201Z Compiling serde_with_macros v3.6.1
18612024-02-29T20:21:07.293Z Compiling parse-display-derive v0.9.0
18622024-02-29T20:21:07.360Z Checking backoff v0.4.0
18632024-02-29T20:21:07.379Z Checking strum v0.26.1
18642024-02-29T20:21:07.526Z Compiling test-strategy v0.3.1
18652024-02-29T20:21:07.628Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
18662024-02-29T20:21:07.793Z Checking serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
18672024-02-29T20:21:07.925Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
18682024-02-29T20:21:07.943Z Checking macaddr v1.0.1
18692024-02-29T20:21:08.285Z Checking camino-tempfile v1.1.1
18702024-02-29T20:21:08.370Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
18712024-02-29T20:21:08.553Z Checking is-terminal v0.4.9
18722024-02-29T20:21:09.030Z Compiling proc-macro-error-attr v1.0.4
18732024-02-29T20:21:09.087Z Compiling proc-macro-error v1.0.4
18742024-02-29T20:21:09.597Z Compiling proc-macro-crate v1.3.1
18752024-02-29T20:21:10.542Z Checking termtree v0.4.1
18762024-02-29T20:21:10.672Z Checking serde_with v3.6.1
18772024-02-29T20:21:10.701Z Compiling heapless v0.8.0
18782024-02-29T20:21:10.731Z Checking predicates-tree v1.0.9
18792024-02-29T20:21:10.873Z Compiling num_enum_derive v0.5.11
18802024-02-29T20:21:10.917Z Checking hash32 v0.3.1
18812024-02-29T20:21:11.100Z Compiling smoltcp v0.11.0
18822024-02-29T20:21:11.626Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
18832024-02-29T20:21:11.911Z Compiling usdt-macro v0.5.0
18842024-02-29T20:21:12.028Z Compiling usdt-attr-macro v0.5.0
18852024-02-29T20:21:12.394Z Checking parse-display v0.9.0
18862024-02-29T20:21:12.447Z Compiling typify-macro v0.0.15 (https://github.com/oxidecomputer/typify#ce009d6f)
18872024-02-29T20:21:12.602Z Checking memmap v0.7.0
18882024-02-29T20:21:12.728Z Checking cobs v0.2.3
18892024-02-29T20:21:12.792Z Checking embedded-io v0.4.0
18902024-02-29T20:21:12.908Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
18912024-02-29T20:21:12.995Z Compiling crucible-workspace-hack v0.1.0
18922024-02-29T20:21:13.247Z Checking postcard v1.0.8
18932024-02-29T20:21:13.566Z Compiling foreign-types-macros v0.2.3
18942024-02-29T20:21:13.734Z Checking num_enum v0.5.11
18952024-02-29T20:21:13.794Z Checking usdt v0.5.0
18962024-02-29T20:21:13.883Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60)
18972024-02-29T20:21:13.951Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60)
18982024-02-29T20:21:14.100Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
18992024-02-29T20:21:14.123Z Checking foreign-types-shared v0.3.1
19002024-02-29T20:21:14.349Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
19012024-02-29T20:21:14.367Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60)
19022024-02-29T20:21:14.452Z Checking cstr-argument v0.1.2
19032024-02-29T20:21:14.482Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d)
19042024-02-29T20:21:14.613Z Checking pretty-hex v0.2.1
19052024-02-29T20:21:14.777Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
19062024-02-29T20:21:14.826Z Checking colored v2.0.4
19072024-02-29T20:21:15.006Z Checking foreign-types v0.5.0
19082024-02-29T20:21:15.052Z Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
19092024-02-29T20:21:15.116Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
19102024-02-29T20:21:15.141Z Compiling zone_cfg_derive v0.3.0
19112024-02-29T20:21:15.281Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=c7cdaf1875d259e29ca50a14b77b0bfd9dfe443d#c7cdaf18)
19122024-02-29T20:21:15.350Z Compiling mockall_derive v0.12.0
19132024-02-29T20:21:15.409Z Compiling num-derive v0.4.0
19142024-02-29T20:21:15.627Z Checking fragile v2.0.0
19152024-02-29T20:21:15.888Z Checking downcast v0.11.0
19162024-02-29T20:21:16.093Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=c7cdaf1875d259e29ca50a14b77b0bfd9dfe443d#c7cdaf18)
19172024-02-29T20:21:16.330Z Checking smf v0.2.2
19182024-02-29T20:21:16.550Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60)
19192024-02-29T20:21:16.755Z Checking zone v0.3.0
19202024-02-29T20:21:16.770Z Checking xattr v1.0.1
19212024-02-29T20:21:16.946Z Checking filetime v0.2.23
19222024-02-29T20:21:17.145Z Checking same-file v1.0.6
19232024-02-29T20:21:17.272Z Checking tar v0.4.40
19242024-02-29T20:21:17.317Z Checking walkdir v2.4.0
19252024-02-29T20:21:17.494Z Checking pem v3.0.2
19262024-02-29T20:21:17.574Z Compiling rayon-core v1.12.0
19272024-02-29T20:21:17.737Z Checking linked-hash-map v0.5.6
19282024-02-29T20:21:17.902Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=796dce526dd7ed7b52a0429a486ccba4a9da1ce5#796dce52)
19292024-02-29T20:21:17.918Z Compiling typify v0.0.15 (https://github.com/oxidecomputer/typify#ce009d6f)
19302024-02-29T20:21:17.936Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60)
19312024-02-29T20:21:17.990Z Checking itertools v0.12.1
19322024-02-29T20:21:18.042Z Compiling progenitor-impl v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#bc0bb4b0)
19332024-02-29T20:21:18.056Z Checking lru-cache v0.1.2
19342024-02-29T20:21:18.227Z Checking headers-core v0.2.0
19352024-02-29T20:21:18.324Z Checking password-hash v0.5.0
19362024-02-29T20:21:18.352Z Checking headers v0.3.9
19372024-02-29T20:21:18.797Z Checking blake2 v0.10.6
19382024-02-29T20:21:19.249Z Checking swrite v0.1.0
19392024-02-29T20:21:19.370Z Checking argon2 v0.5.3
19402024-02-29T20:21:19.501Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60)
19412024-02-29T20:21:19.576Z Compiling derive-where v1.2.7
19422024-02-29T20:21:19.806Z Checking rcgen v0.12.1
19432024-02-29T20:21:19.993Z Checking atomicwrites v0.4.3
19442024-02-29T20:21:20.128Z Checking subprocess v0.2.9
19452024-02-29T20:21:20.180Z Checking arc-swap v1.6.0
19462024-02-29T20:21:20.470Z Compiling cancel-safe-futures v0.1.5
19472024-02-29T20:21:20.627Z Checking slog-scope v4.4.0
19482024-02-29T20:21:20.654Z Checking half v2.3.1
19492024-02-29T20:21:20.692Z Checking ciborium-io v0.2.2
19502024-02-29T20:21:20.811Z Checking resolv-conf v0.7.0
19512024-02-29T20:21:20.815Z Checking slog-stdlog v4.1.1
19522024-02-29T20:21:20.985Z Checking slog-envlogger v2.2.0
19532024-02-29T20:21:21.142Z Checking ciborium-ll v0.2.2
19542024-02-29T20:21:21.148Z Checking trust-dns-resolver v0.22.0
19552024-02-29T20:21:21.199Z Checking libsw v3.3.1
19562024-02-29T20:21:21.318Z Checking linear-map v1.2.0
19572024-02-29T20:21:21.439Z Checking ciborium v0.2.2
19582024-02-29T20:21:21.473Z Checking owo-colors v4.0.0
19592024-02-29T20:21:21.645Z Compiling slog-dtrace v0.3.0
19602024-02-29T20:21:22.051Z Checking textwrap v0.11.0
19612024-02-29T20:21:22.265Z Compiling heck v0.3.3
19622024-02-29T20:21:22.477Z Compiling blake3 v1.5.0
19632024-02-29T20:21:22.685Z Checking ansi_term v0.12.1
19642024-02-29T20:21:22.735Z Checking termcolor v1.2.0
19652024-02-29T20:21:22.975Z Compiling libefi-sys v0.1.0
19662024-02-29T20:21:23.105Z Checking vec_map v0.8.2
19672024-02-29T20:21:23.117Z Checking strsim v0.8.0
19682024-02-29T20:21:23.327Z Compiling structopt-derive v0.4.18
19692024-02-29T20:21:23.383Z Checking clap v2.34.0
19702024-02-29T20:21:23.888Z Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802)
19712024-02-29T20:21:23.892Z Checking nibble_vec v0.1.0
19722024-02-29T20:21:23.892Z Compiling radium v0.7.0
19732024-02-29T20:21:23.892Z Checking endian-type v0.1.2
19742024-02-29T20:21:24.056Z Checking mockall v0.12.0
19752024-02-29T20:21:24.116Z Checking radix_trie v0.2.1
19762024-02-29T20:21:24.277Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
19772024-02-29T20:21:24.390Z Checking tap v1.0.1
19782024-02-29T20:21:24.542Z Compiling maybe-uninit v2.0.0
19792024-02-29T20:21:24.562Z Checking wyz v0.5.1
19802024-02-29T20:21:24.572Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
19812024-02-29T20:21:24.801Z Checking fxhash v0.2.1
19822024-02-29T20:21:24.946Z Checking gethostname v0.4.3
19832024-02-29T20:21:24.961Z Compiling semver v0.1.20
19842024-02-29T20:21:24.998Z Checking crc-catalog v2.2.0
19852024-02-29T20:21:25.081Z Compiling num-bigint-dig v0.8.4
19862024-02-29T20:21:25.122Z Checking funty v2.0.0
19872024-02-29T20:21:25.136Z Compiling packed_struct v0.10.1
19882024-02-29T20:21:25.443Z Compiling rustc_version v0.1.7
19892024-02-29T20:21:25.650Z Checking crc v3.0.1
19902024-02-29T20:21:25.719Z Compiling packed_struct_codegen v0.10.1
19912024-02-29T20:21:25.844Z Compiling indexmap v1.9.3
19922024-02-29T20:21:25.907Z Checking nodrop v0.1.14
19932024-02-29T20:21:26.009Z Checking array-init v0.0.4
19942024-02-29T20:21:26.173Z Compiling newtype_derive v0.1.6
19952024-02-29T20:21:26.191Z Checking smallvec v0.6.14
19962024-02-29T20:21:26.230Z Compiling progenitor-macro v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#bc0bb4b0)
19972024-02-29T20:21:26.270Z Checking bitvec v1.0.1
19982024-02-29T20:21:26.436Z Checking structopt v0.3.26
19992024-02-29T20:21:26.563Z Checking pkcs1 v0.7.5
20002024-02-29T20:21:26.629Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
20012024-02-29T20:21:26.820Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
20022024-02-29T20:21:26.908Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
20032024-02-29T20:21:26.952Z Checking signature v2.1.0
20042024-02-29T20:21:26.965Z Compiling crossbeam-deque v0.8.3
20052024-02-29T20:21:27.138Z Checking hashbrown v0.12.3
20062024-02-29T20:21:27.389Z Checking bitfield v0.14.0
20072024-02-29T20:21:28.897Z Checking rsa v0.9.2
20082024-02-29T20:21:28.901Z Checking serde-hex v0.1.0
20092024-02-29T20:21:28.920Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
20102024-02-29T20:21:28.940Z Checking env_logger v0.10.0
20112024-02-29T20:21:29.216Z Checking x509-cert v0.2.4
20122024-02-29T20:21:29.374Z Checking ron v0.8.1
20132024-02-29T20:21:29.435Z Checking hashbrown v0.13.2
20142024-02-29T20:21:30.383Z Compiling semver-parser v0.10.2
20152024-02-29T20:21:30.534Z Compiling num-rational v0.4.1
20162024-02-29T20:21:30.631Z Checking crc-any v2.4.3
20172024-02-29T20:21:30.891Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
20182024-02-29T20:21:31.002Z Checking object v0.30.4
20192024-02-29T20:21:31.120Z Compiling semver v0.11.0
20202024-02-29T20:21:31.147Z Compiling rayon v1.8.0
20212024-02-29T20:21:32.550Z Compiling memmap2 v0.7.1
20222024-02-29T20:21:32.582Z Checking path-slash v0.1.5
20232024-02-29T20:21:32.721Z Compiling arrayvec v0.7.4
20242024-02-29T20:21:32.933Z Compiling constant_time_eq v0.3.0
20252024-02-29T20:21:32.978Z Compiling home v0.5.5
20262024-02-29T20:21:33.038Z Compiling arrayref v0.3.7
20272024-02-29T20:21:33.114Z Compiling toolchain_find v0.2.0
20282024-02-29T20:21:33.170Z Checking lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
20292024-02-29T20:21:33.211Z Checking steno v0.4.0
20302024-02-29T20:21:33.749Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
20312024-02-29T20:21:34.240Z Compiling toml v0.5.11
20322024-02-29T20:21:34.574Z Checking num-complex v0.4.4
20332024-02-29T20:21:35.359Z Compiling convert_case v0.4.0
20342024-02-29T20:21:35.516Z Compiling topological-sort v0.2.2
20352024-02-29T20:21:35.725Z Checking num v0.4.1
20362024-02-29T20:21:35.826Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
20372024-02-29T20:21:36.008Z Compiling rustfmt-wrapper v0.2.0
20382024-02-29T20:21:36.293Z Compiling derive_more v0.99.17
20392024-02-29T20:21:36.636Z Compiling omicron-zone-package v0.11.0
20402024-02-29T20:21:38.194Z Checking newline-converter v0.3.0
20412024-02-29T20:21:38.249Z Checking expectorate v1.1.0
20422024-02-29T20:21:38.249Z Checking utf-8 v0.7.6
20432024-02-29T20:21:38.250Z Compiling buf-list v1.0.3
20442024-02-29T20:21:38.250Z Checking tungstenite v0.20.1
20452024-02-29T20:21:38.250Z Checking display-error-chain v0.2.0
20462024-02-29T20:21:38.265Z Compiling parking_lot_core v0.8.6
20472024-02-29T20:21:38.647Z Checking tokio-tungstenite v0.20.1
20482024-02-29T20:21:38.752Z Checking keccak v0.1.4
20492024-02-29T20:21:39.042Z Checking sha3 v0.10.8
20502024-02-29T20:21:39.114Z Checking parking_lot v0.11.2
20512024-02-29T20:21:39.132Z Checking trust-dns-client v0.22.0
20522024-02-29T20:21:39.426Z Checking secrecy v0.8.0
20532024-02-29T20:21:39.442Z Compiling pin-project-internal v1.1.3
20542024-02-29T20:21:39.667Z Compiling doc-comment v0.3.3
20552024-02-29T20:21:40.425Z Checking sled v0.34.7
20562024-02-29T20:21:40.544Z Checking glob v0.3.1
20572024-02-29T20:21:40.668Z Checking trust-dns-server v0.22.1
20582024-02-29T20:21:40.859Z Compiling vte_generate_state_changes v0.1.1
20592024-02-29T20:21:41.589Z Checking vte v0.11.1
20602024-02-29T20:21:42.757Z Checking pin-project v1.1.3
20612024-02-29T20:21:42.880Z Compiling unicase v2.7.0
20622024-02-29T20:21:43.090Z Compiling platforms v3.0.2
20632024-02-29T20:21:43.212Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
20642024-02-29T20:21:43.297Z Checking strip-ansi-escapes v0.2.0
20652024-02-29T20:21:43.344Z Checking fd-lock v3.0.13
20662024-02-29T20:21:43.391Z Compiling snafu-derive v0.7.5
20672024-02-29T20:21:43.434Z Compiling fs-err v2.11.0
20682024-02-29T20:21:43.482Z Checking nu-ansi-term v0.50.0
20692024-02-29T20:21:43.555Z Checking globset v0.4.13
20702024-02-29T20:21:43.896Z Checking olpc-cjson v0.1.3
20712024-02-29T20:21:43.920Z Checking reedline v0.29.0
20722024-02-29T20:21:44.022Z Checking serde_plain v1.0.2
20732024-02-29T20:21:44.156Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
20742024-02-29T20:21:44.183Z Compiling async-recursion v1.0.5
20752024-02-29T20:21:44.278Z Checking typed-path v0.7.0
20762024-02-29T20:21:44.510Z Checking lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
20772024-02-29T20:21:45.037Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
20782024-02-29T20:21:45.192Z Compiling curve25519-dalek v4.1.1
20792024-02-29T20:21:45.397Z Checking hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84)
20802024-02-29T20:21:45.644Z Checking progenitor v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#bc0bb4b0)
20812024-02-29T20:21:45.771Z Compiling progenitor-impl v0.5.0 (https://github.com/oxidecomputer/progenitor#bc0bb4b0)
20822024-02-29T20:21:45.844Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
20832024-02-29T20:21:45.892Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
20842024-02-29T20:21:45.929Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
20852024-02-29T20:21:45.954Z Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
20862024-02-29T20:21:46.141Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
20872024-02-29T20:21:46.969Z Compiling memoffset v0.7.1
20882024-02-29T20:21:47.062Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
20892024-02-29T20:21:47.291Z Checking parse-size v1.0.0
20902024-02-29T20:21:48.292Z Compiling mime_guess v2.0.4
20912024-02-29T20:21:49.067Z Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client)
20922024-02-29T20:21:49.724Z Checking snafu v0.7.5
20932024-02-29T20:21:50.238Z Checking tough v0.16.0
20942024-02-29T20:21:51.871Z Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4)
20952024-02-29T20:21:52.279Z Checking progenitor-client v0.5.0 (https://github.com/oxidecomputer/progenitor#bc0bb4b0)
20962024-02-29T20:21:52.385Z Checking universal-hash v0.5.1
20972024-02-29T20:21:52.575Z Compiling thiserror-impl-no-std v2.0.2
20982024-02-29T20:21:52.624Z Compiling curve25519-dalek-derive v0.1.0
20992024-02-29T20:21:54.126Z Compiling progenitor-macro v0.5.0 (https://github.com/oxidecomputer/progenitor#bc0bb4b0)
21002024-02-29T20:21:54.294Z Checking opaque-debug v0.3.0
21012024-02-29T20:21:54.380Z Checking poly1305 v0.8.0
21022024-02-29T20:21:56.091Z Checking thiserror-no-std v2.0.2
21032024-02-29T20:21:56.585Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
21042024-02-29T20:21:56.670Z Checking chacha20 v0.9.1
21052024-02-29T20:21:56.926Z Checking aead v0.5.2
21062024-02-29T20:21:56.989Z Checking kstat-rs v0.2.3
21072024-02-29T20:21:57.137Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
21082024-02-29T20:21:57.323Z Checking signature v1.6.4
21092024-02-29T20:21:57.469Z Compiling salty v0.2.0
21102024-02-29T20:21:58.112Z Checking ed25519 v1.5.3
21112024-02-29T20:21:58.274Z Checking chacha20poly1305 v0.10.1
21122024-02-29T20:21:58.490Z Checking vsss-rs v3.3.4
21132024-02-29T20:21:59.284Z Checking nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d)
21142024-02-29T20:21:59.301Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
21152024-02-29T20:21:59.551Z Checking serde-big-array v0.5.1
21162024-02-29T20:21:59.774Z Compiling hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a)
21172024-02-29T20:22:00.066Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
21182024-02-29T20:22:00.821Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
21192024-02-29T20:22:02.288Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
21202024-02-29T20:22:02.662Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
21212024-02-29T20:22:02.672Z Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
21222024-02-29T20:22:03.037Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
21232024-02-29T20:22:03.726Z Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
21242024-02-29T20:22:04.606Z Checking bytecount v0.6.3
21252024-02-29T20:22:04.774Z Checking papergrid v0.11.0
21262024-02-29T20:22:06.186Z Checking hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a)
21272024-02-29T20:22:06.502Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=796dce526dd7ed7b52a0429a486ccba4a9da1ce5#796dce52)
21282024-02-29T20:22:06.795Z Compiling tabled_derive v0.7.0
21292024-02-29T20:22:07.404Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
21302024-02-29T20:22:07.539Z Checking signal-hook-tokio v0.3.1
21312024-02-29T20:22:07.699Z Checking fd-lock v4.0.2
21322024-02-29T20:22:07.713Z Checking nix v0.27.1
21332024-02-29T20:22:07.886Z Checking serde-big-array v0.4.1
21342024-02-29T20:22:08.049Z Compiling sqlparser_derive v0.2.2
21352024-02-29T20:22:09.026Z Compiling prettyplease v0.2.16
21362024-02-29T20:22:09.326Z Checking unicode_categories v0.1.1
21372024-02-29T20:22:09.339Z Checking humantime v2.1.0
21382024-02-29T20:22:09.615Z Checking tabled v0.15.0
21392024-02-29T20:22:09.630Z Checking sqlformat v0.2.3
21402024-02-29T20:22:09.695Z Checking sqlparser v0.43.1
21412024-02-29T20:22:10.418Z Checking rustyline v13.0.0
21422024-02-29T20:22:11.080Z Checking sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef)
21432024-02-29T20:22:12.077Z Checking bcs v0.1.6
21442024-02-29T20:22:12.131Z Checking corncobs v0.1.3
21452024-02-29T20:22:12.319Z Checking highway v1.1.0
21462024-02-29T20:22:12.560Z Checking sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef)
21472024-02-29T20:22:12.703Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=c7cdaf1875d259e29ca50a14b77b0bfd9dfe443d#c7cdaf18)
21482024-02-29T20:22:12.754Z Compiling crunchy v0.2.2
21492024-02-29T20:22:12.967Z Checking http-range v0.1.5
21502024-02-29T20:22:13.143Z Checking hyper-staticfile v0.9.5
21512024-02-29T20:22:13.357Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
21522024-02-29T20:22:13.470Z Compiling clang-sys v1.6.1
21532024-02-29T20:22:13.547Z Compiling tiny-keccak v2.0.2
21542024-02-29T20:22:13.874Z Checking progenitor v0.5.0 (https://github.com/oxidecomputer/progenitor#bc0bb4b0)
21552024-02-29T20:22:14.062Z Compiling darling_core v0.14.4
21562024-02-29T20:22:14.086Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=c7cdaf1875d259e29ca50a14b77b0bfd9dfe443d#c7cdaf18)
21572024-02-29T20:22:14.254Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=c7cdaf1875d259e29ca50a14b77b0bfd9dfe443d#c7cdaf18)
21582024-02-29T20:22:15.565Z Checking assert_matches v1.5.0
21592024-02-29T20:22:15.661Z Compiling ascii-canvas v3.0.0
21602024-02-29T20:22:16.929Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
21612024-02-29T20:22:18.032Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
21622024-02-29T20:22:18.129Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
21632024-02-29T20:22:18.215Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
21642024-02-29T20:22:18.359Z Compiling ena v0.14.2
21652024-02-29T20:22:18.390Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
21662024-02-29T20:22:18.409Z Compiling libloading v0.7.4
21672024-02-29T20:22:19.164Z Compiling regex-syntax v0.6.29
21682024-02-29T20:22:19.172Z Compiling diff v0.1.13
21692024-02-29T20:22:19.460Z Compiling bindgen v0.69.2
21702024-02-29T20:22:20.162Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
21712024-02-29T20:22:20.176Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
21722024-02-29T20:22:20.546Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
21732024-02-29T20:22:23.753Z Compiling darling_macro v0.14.4
21742024-02-29T20:22:24.864Z Compiling lalrpop v0.19.12
21752024-02-29T20:22:24.892Z Compiling darling v0.14.4
21762024-02-29T20:22:25.174Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
21772024-02-29T20:22:25.421Z Compiling cexpr v0.6.0
21782024-02-29T20:22:25.759Z Compiling which v4.4.0
21792024-02-29T20:22:25.977Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
21802024-02-29T20:22:26.265Z Checking maplit v1.0.2
21812024-02-29T20:22:26.344Z Compiling rustc-hash v1.1.0
21822024-02-29T20:22:26.371Z Compiling ref-cast v1.0.20
21832024-02-29T20:22:26.505Z Compiling portable-atomic v1.4.3
21842024-02-29T20:22:26.913Z Compiling shlex v1.3.0
21852024-02-29T20:22:27.154Z Compiling peeking_take_while v0.1.2
21862024-02-29T20:22:27.292Z Compiling lazycell v1.3.0
21872024-02-29T20:22:27.396Z Compiling derive_builder_core v0.12.0
21882024-02-29T20:22:28.051Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
21892024-02-29T20:22:28.067Z Compiling ref-cast-impl v1.0.20
21902024-02-29T20:22:28.217Z Compiling libxml v0.3.3
21912024-02-29T20:22:28.875Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
21922024-02-29T20:22:29.377Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
21932024-02-29T20:22:29.793Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
21942024-02-29T20:22:29.809Z Compiling strum_macros v0.24.3
21952024-02-29T20:22:29.980Z Compiling derive_builder_macro v0.12.0
21962024-02-29T20:22:30.227Z Compiling cookie v0.18.0
21972024-02-29T20:22:30.554Z Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#62ef5ca0)
21982024-02-29T20:22:30.880Z Checking number_prefix v0.4.0
21992024-02-29T20:22:30.899Z Compiling indoc v1.0.9
22002024-02-29T20:22:31.056Z Checking indicatif v0.17.8
22012024-02-29T20:22:31.843Z Checking derive_builder v0.12.0
22022024-02-29T20:22:32.087Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
22032024-02-29T20:22:32.430Z Checking bb8 v0.8.3
22042024-02-29T20:22:32.896Z Checking quick-xml v0.30.0
22052024-02-29T20:22:33.551Z Checking castaway v0.2.2
22062024-02-29T20:22:33.691Z Compiling oso-derive v0.27.0
22072024-02-29T20:22:33.753Z Compiling impl-trait-for-tuples v0.2.2
22082024-02-29T20:22:33.862Z Checking compact_str v0.7.1
22092024-02-29T20:22:33.899Z Checking async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef)
22102024-02-29T20:22:34.908Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
22112024-02-29T20:22:34.927Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
22122024-02-29T20:22:35.019Z Checking lru v0.12.1
22132024-02-29T20:22:35.024Z Compiling stability v0.1.1
22142024-02-29T20:22:35.299Z Compiling indoc v2.0.3
22152024-02-29T20:22:36.076Z Checking cassowary v0.3.0
22162024-02-29T20:22:36.288Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
22172024-02-29T20:22:36.457Z Checking smawk v0.3.1
22182024-02-29T20:22:36.480Z Checking ratatui v0.26.1
22192024-02-29T20:22:36.661Z Checking unicode-linebreak v0.1.5
22202024-02-29T20:22:36.831Z Checking is_ci v1.2.0
22212024-02-29T20:22:36.962Z Checking supports-color v3.0.0
22222024-02-29T20:22:37.057Z Checking textwrap v0.16.1
22232024-02-29T20:22:37.159Z Compiling nexus-blueprint-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/blueprint-execution)
22242024-02-29T20:22:37.464Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
22252024-02-29T20:22:37.504Z Checking rtoolbox v0.0.1
22262024-02-29T20:22:37.705Z Checking rpassword v7.3.1
22272024-02-29T20:22:37.821Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=796dce526dd7ed7b52a0429a486ccba4a9da1ce5#796dce52)
22282024-02-29T20:22:37.868Z Checking fatfs v0.3.6
22292024-02-29T20:22:37.890Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
22302024-02-29T20:22:38.504Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
22312024-02-29T20:22:39.900Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
22322024-02-29T20:22:39.940Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
22332024-02-29T20:22:39.940Z Checking tui-tree-widget v0.17.0
22342024-02-29T20:22:40.242Z Checking shell-words v1.1.0
22352024-02-29T20:22:40.416Z Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
22362024-02-29T20:22:40.482Z Checking nexus-deployment v0.1.0 (/work/oxidecomputer/omicron/nexus/deployment)
22372024-02-29T20:22:41.459Z Checking yansi v0.5.1
22382024-02-29T20:22:41.757Z Compiling target-lexicon v0.12.13
22392024-02-29T20:22:41.796Z Checking pretty_assertions v1.4.0
22402024-02-29T20:22:42.394Z Compiling guppy-workspace-hack v0.1.0
22412024-02-29T20:22:42.823Z Checking plotters-backend v0.3.5
22422024-02-29T20:22:43.201Z Checking plotters-svg v0.3.5
22432024-02-29T20:22:43.435Z Checking http-body v1.0.0
22442024-02-29T20:22:43.482Z Checking rand v0.4.6
22452024-02-29T20:22:43.647Z Checking cast v0.3.0
22462024-02-29T20:22:43.992Z Compiling assert_cmd v2.0.14
22472024-02-29T20:22:44.392Z Checking remove_dir_all v0.5.3
22482024-02-29T20:22:44.460Z Compiling target-spec v3.1.0
22492024-02-29T20:22:44.617Z Checking tower-layer v0.3.2
22502024-02-29T20:22:44.887Z Checking tower v0.4.13
22512024-02-29T20:22:45.105Z Checking tempdir v0.3.7
22522024-02-29T20:22:45.300Z Checking criterion-plot v0.5.0
22532024-02-29T20:22:45.765Z Checking hyper v1.1.0
22542024-02-29T20:22:45.831Z Checking plotters v0.3.5
22552024-02-29T20:22:49.483Z Checking cfg-expr v0.15.6
22562024-02-29T20:22:49.663Z Checking installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd)
22572024-02-29T20:22:49.663Z Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
22582024-02-29T20:22:49.663Z Checking tinytemplate v1.2.1
22592024-02-29T20:22:49.663Z Checking cargo-platform v0.1.3
22602024-02-29T20:22:49.663Z Checking anes v0.1.6
22612024-02-29T20:22:49.663Z Checking oorandom v11.1.3
22622024-02-29T20:22:49.663Z Checking cargo_metadata v0.18.1
22632024-02-29T20:22:49.664Z Checking criterion v0.5.1
22642024-02-29T20:22:49.668Z Checking hyper-util v0.1.2
22652024-02-29T20:22:49.668Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
22662024-02-29T20:22:50.393Z Checking installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client)
22672024-02-29T20:22:50.761Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
22682024-02-29T20:22:51.277Z Checking rustls-native-certs v0.7.0
22692024-02-29T20:22:51.419Z Checking pathdiff v0.2.1
22702024-02-29T20:22:51.573Z Checking nested v0.1.1
22712024-02-29T20:22:51.784Z Checking guppy v0.17.5
22722024-02-29T20:23:03.128Z Checking hyper-rustls v0.26.0
22732024-02-29T20:23:03.128Z Checking httptest v0.15.5
22742024-02-29T20:23:03.128Z Checking threadpool v1.8.1
22752024-02-29T20:23:03.128Z Checking nanorand v0.7.0
22762024-02-29T20:23:03.209Z Checking flume v0.11.0
22772024-02-29T20:23:03.209Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
22782024-02-29T20:23:03.209Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
22792024-02-29T20:23:03.209Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
22802024-02-29T20:23:03.209Z Checking libtest-mimic v0.6.1
22812024-02-29T20:23:03.209Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
22822024-02-29T20:23:03.209Z Checking similar-asserts v1.5.0
22832024-02-29T20:23:03.209Z Compiling rstest_macros v0.18.2
22842024-02-29T20:23:03.210Z Checking datatest-stable v0.2.3
22852024-02-29T20:23:03.210Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
22862024-02-29T20:23:03.210Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
22872024-02-29T20:23:03.210Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
22882024-02-29T20:23:03.210Z Checking csv-core v0.1.11
22892024-02-29T20:23:03.210Z Checking constant_time_eq v0.2.6
22902024-02-29T20:23:03.210Z Compiling trybuild v1.0.89
22912024-02-29T20:23:03.210Z Compiling relative-path v1.9.0
22922024-02-29T20:23:03.210Z Checking csv v1.3.0
22932024-02-29T20:23:03.210Z Checking blake2b_simd v1.0.1
22942024-02-29T20:23:03.210Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
22952024-02-29T20:23:03.210Z Checking basic-toml v0.1.8
22962024-02-29T20:23:03.210Z Checking multimap v0.10.0
22972024-02-29T20:23:03.210Z Checking futures-timer v3.0.2
22982024-02-29T20:23:04.319Z Checking rust-argon2 v1.0.1
22992024-02-29T20:23:04.728Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
23002024-02-29T20:23:06.735Z Checking partial-io v0.5.4
23012024-02-29T20:23:07.126Z Checking approx v0.5.1
23022024-02-29T20:23:07.357Z Checking termios v0.3.3
23032024-02-29T20:23:07.561Z Checking hex-literal v0.4.1
23042024-02-29T20:23:10.975Z Checking rstest v0.18.2
23052024-02-29T20:23:12.347Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
23062024-02-29T20:23:59.259Z Checking zone-network-setup v0.1.0 (/work/oxidecomputer/omicron/zone-network-setup)
23072024-02-29T20:24:03.906Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli)
23082024-02-29T20:24:05.342Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
23092024-02-29T20:24:06.516Z Compiling samael v0.0.14 (https://github.com/oxidecomputer/samael?branch=oxide/omicron#9e609a8f)
23102024-02-29T20:24:12.382Z Checking caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util)
23112024-02-29T20:24:28.545Z Compiling polar-core v0.27.0
23122024-02-29T20:24:35.456Z Checking oso v0.27.0
23132024-02-29T20:25:02.226Z Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
23142024-02-29T20:26:03.534Z Finished dev [unoptimized + debuginfo] target(s) in 7m 00s
23152024-02-29T20:26:03.721Z
23162024-02-29T20:26:03.721Zreal 7:46.457517014
23172024-02-29T20:26:03.721Zuser 40:22.841758263
23182024-02-29T20:26:03.722Zsys 6:42.133990605
23192024-02-29T20:26:03.722Ztrap 1.080849041
23202024-02-29T20:26:03.722Ztflt 6.923539364
23212024-02-29T20:26:03.722Zdflt 6.074749136
23222024-02-29T20:26:03.722Zkflt 0.058848716
23232024-02-29T20:26:03.722Zlock 1:02:03.463765459
23242024-02-29T20:26:03.736Zslp 2:03:43.880550228
23252024-02-29T20:26:03.737Zlat 1:46.943752126
23262024-02-29T20:26:03.737Zstop 4:23.903252264
23272024-02-29T20:26:04.569Zwarning: output filename collision.
23282024-02-29T20:26:04.569ZThe 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)`.
23292024-02-29T20:26:04.569ZColliding filename is: /work/oxidecomputer/omicron/target/doc/hubpack/index.html
23302024-02-29T20:26:04.569ZThe targets should have unique names.
23312024-02-29T20:26:04.569ZThis is a known bug where multiple crates with the same name use
23322024-02-29T20:26:04.569Zthe same path; see <https://github.com/rust-lang/cargo/issues/6313>.
23332024-02-29T20:26:04.988Zwarning: output filename collision.
23342024-02-29T20:26:04.989ZThe 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)`.
23352024-02-29T20:26:04.989ZColliding filename is: /work/oxidecomputer/omicron/target/doc/nix/index.html
23362024-02-29T20:26:04.989ZThe targets should have unique names.
23372024-02-29T20:26:04.989ZThis is a known bug where multiple crates with the same name use
23382024-02-29T20:26:04.989Zthe same path; see <https://github.com/rust-lang/cargo/issues/6313>.
23392024-02-29T20:26:04.990Zwarning: output filename collision.
23402024-02-29T20:26:04.990ZThe 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)`.
23412024-02-29T20:26:04.990ZColliding filename is: /work/oxidecomputer/omicron/target/doc/oximeter/index.html
23422024-02-29T20:26:04.990ZThe targets should have unique names.
23432024-02-29T20:26:04.990ZThis is a known bug where multiple crates with the same name use
23442024-02-29T20:26:04.990Zthe same path; see <https://github.com/rust-lang/cargo/issues/6313>.
23452024-02-29T20:26:04.990Zwarning: output filename collision.
23462024-02-29T20:26:04.991ZThe 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)`.
23472024-02-29T20:26:04.991ZColliding filename is: /work/oxidecomputer/omicron/target/doc/progenitor/index.html
23482024-02-29T20:26:04.991ZThe targets should have unique names.
23492024-02-29T20:26:04.991ZThis is a known bug where multiple crates with the same name use
23502024-02-29T20:26:04.991Zthe same path; see <https://github.com/rust-lang/cargo/issues/6313>.
23512024-02-29T20:26:04.991Zwarning: output filename collision.
23522024-02-29T20:26:04.991ZThe 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)`.
23532024-02-29T20:26:04.991ZColliding filename is: /work/oxidecomputer/omicron/target/doc/progenitor_client/index.html
23542024-02-29T20:26:04.992ZThe targets should have unique names.
23552024-02-29T20:26:04.992ZThis is a known bug where multiple crates with the same name use
23562024-02-29T20:26:04.992Zthe same path; see <https://github.com/rust-lang/cargo/issues/6313>.
23572024-02-29T20:26:04.992Zwarning: output filename collision.
23582024-02-29T20:26:04.992ZThe 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)`.
23592024-02-29T20:26:04.992ZColliding filename is: /work/oxidecomputer/omicron/target/doc/progenitor_impl/index.html
23602024-02-29T20:26:04.993ZThe targets should have unique names.
23612024-02-29T20:26:04.993ZThis is a known bug where multiple crates with the same name use
23622024-02-29T20:26:04.993Zthe same path; see <https://github.com/rust-lang/cargo/issues/6313>.
23632024-02-29T20:26:04.993Zwarning: output filename collision.
23642024-02-29T20:26:04.993ZThe 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)`.
23652024-02-29T20:26:04.993ZColliding filename is: /work/oxidecomputer/omicron/target/doc/tlvc/index.html
23662024-02-29T20:26:04.993ZThe targets should have unique names.
23672024-02-29T20:26:04.993ZThis is a known bug where multiple crates with the same name use
23682024-02-29T20:26:04.994Zthe same path; see <https://github.com/rust-lang/cargo/issues/6313>.
23692024-02-29T20:26:05.026Z Documenting libc v0.2.153
23702024-02-29T20:26:05.066Z Documenting cfg-if v1.0.0
23712024-02-29T20:26:05.080Z Documenting serde_derive v1.0.196
23722024-02-29T20:26:05.111Z Documenting log v0.4.20
23732024-02-29T20:26:05.111Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
23742024-02-29T20:26:05.140Z Documenting memchr v2.6.3
23752024-02-29T20:26:05.148Z Documenting scopeguard v1.2.0
23762024-02-29T20:26:05.164Z Documenting byteorder v1.5.0
23772024-02-29T20:26:05.425Z Documenting smallvec v1.13.1
23782024-02-29T20:26:07.709Z Documenting itoa v1.0.9
23792024-02-29T20:26:07.799Z Documenting lock_api v0.4.10
23802024-02-29T20:26:08.661Z Documenting once_cell v1.19.0
23812024-02-29T20:26:09.177Z Documenting getrandom v0.2.10
23822024-02-29T20:26:09.885Z Documenting zeroize_derive v1.4.2
23832024-02-29T20:26:09.895Z Documenting parking_lot_core v0.9.8
23842024-02-29T20:26:09.895Z Documenting libm v0.2.7
23852024-02-29T20:26:10.569Z Documenting pin-project-lite v0.2.13
23862024-02-29T20:26:10.784Z Documenting signal-hook-registry v1.4.1
23872024-02-29T20:26:11.493Z Documenting serde v1.0.196
23882024-02-29T20:26:12.957Z Documenting rand_core v0.6.4
23892024-02-29T20:26:12.990Z Documenting num-traits v0.2.16
23902024-02-29T20:26:13.220Z Documenting mio v0.8.9
23912024-02-29T20:26:13.422Z Documenting futures-core v0.3.30
23922024-02-29T20:26:13.530Z Documenting parking_lot v0.12.1
23932024-02-29T20:26:14.743Z Documenting ryu v1.0.15
23942024-02-29T20:26:14.962Z Documenting zeroize v1.7.0
23952024-02-29T20:26:16.724Z Documenting thiserror-impl v1.0.57
23962024-02-29T20:26:17.023Z Documenting socket2 v0.5.5
23972024-02-29T20:26:17.234Z Documenting num_cpus v1.16.0
23982024-02-29T20:26:17.431Z Documenting tokio-macros v2.2.0
23992024-02-29T20:26:17.559Z Documenting zerocopy v0.7.32
24002024-02-29T20:26:17.766Z Documenting typenum v1.16.0
24012024-02-29T20:26:18.945Z Documenting subtle v2.5.0
24022024-02-29T20:26:20.997Z Documenting futures-sink v0.3.30
24032024-02-29T20:26:21.240Z Documenting iana-time-zone v0.1.57
24042024-02-29T20:26:21.502Z Documenting thiserror v1.0.57
24052024-02-29T20:26:21.915Z Documenting pin-utils v0.1.0
24062024-02-29T20:26:22.882Z Documenting slab v0.4.9
24072024-02-29T20:26:24.775Z Documenting futures-channel v0.3.30
24082024-02-29T20:26:25.365Z Documenting ahash v0.8.7
24092024-02-29T20:26:25.369Z Documenting futures-macro v0.3.30
24102024-02-29T20:26:25.369Z Documenting futures-task v0.3.30
24112024-02-29T20:26:28.045Z Documenting allocator-api2 v0.2.16
24122024-02-29T20:26:28.078Z Documenting futures-io v0.3.30
24132024-02-29T20:26:28.831Z Documenting const-oid v0.9.5
24142024-02-29T20:26:29.262Z Documenting tinyvec_macros v0.1.1
24152024-02-29T20:26:29.983Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24162024-02-29T20:26:30.095Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
24172024-02-29T20:26:30.160Z Documenting tracing-core v0.1.31
24182024-02-29T20:26:30.563Z Documenting hashbrown v0.14.3
24192024-02-29T20:26:30.914Z Documenting tracing-attributes v0.1.26
24202024-02-29T20:26:31.614Z Documenting futures-util v0.3.30
24212024-02-29T20:26:32.225Z Documenting tinyvec v1.6.0
24222024-02-29T20:26:33.241Z Documenting bytes v1.5.0
24232024-02-29T20:26:34.931Z Documenting bitflags v2.4.0
24242024-02-29T20:26:35.958Z Documenting serde_json v1.0.114
24252024-02-29T20:26:37.637Z Documenting chrono v0.4.31
24262024-02-29T20:26:37.871Z Documenting uuid v1.7.0
24272024-02-29T20:26:38.070Z Documenting tokio v1.36.0
24282024-02-29T20:26:39.071Z Documenting unicode-normalization v0.1.22
24292024-02-29T20:26:41.778Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
24302024-02-29T20:26:42.440Z Documenting ppv-lite86 v0.2.17
24312024-02-29T20:26:42.449Z Documenting equivalent v1.0.1
24322024-02-29T20:26:43.555Z Documenting unicode-bidi v0.3.13
24332024-02-29T20:26:43.658Z Checking serde_derive_internals v0.26.0
24342024-02-29T20:26:43.829Z Documenting generic-array v0.14.7
24352024-02-29T20:26:44.259Z Documenting serde_derive_internals v0.26.0
24362024-02-29T20:26:45.544Z Documenting indexmap v2.2.3
24372024-02-29T20:26:45.904Z Documenting rand_chacha v0.3.1
24382024-02-29T20:26:47.751Z Documenting base64 v0.21.7
24392024-02-29T20:26:48.610Z Documenting crypto-common v0.1.6
24402024-02-29T20:26:48.783Z Documenting tracing v0.1.37
24412024-02-29T20:26:49.201Z Documenting block-buffer v0.10.4
24422024-02-29T20:26:49.963Z Documenting percent-encoding v2.3.1
24432024-02-29T20:26:50.191Z Documenting rand v0.8.5
24442024-02-29T20:26:50.752Z Documenting dyn-clone v1.0.16
24452024-02-29T20:26:50.943Z Documenting schemars_derive v0.8.16
24462024-02-29T20:26:51.712Z Documenting lazy_static v1.4.0
24472024-02-29T20:26:53.254Z Documenting fnv v1.0.7
24482024-02-29T20:26:53.393Z Documenting digest v0.10.7
24492024-02-29T20:26:53.707Z Documenting errno v0.3.8
24502024-02-29T20:26:53.882Z Documenting form_urlencoded v1.2.1
24512024-02-29T20:26:54.479Z Documenting cpufeatures v0.2.12
24522024-02-29T20:26:55.622Z Documenting idna v0.5.0
24532024-02-29T20:26:56.877Z Documenting httparse v1.8.0
24542024-02-29T20:26:57.249Z Documenting unicode-ident v1.0.12
24552024-02-29T20:26:57.362Z Documenting schemars v0.8.16
24562024-02-29T20:26:57.742Z Documenting rustix v0.38.31
24572024-02-29T20:26:57.855Z Documenting unicode-width v0.1.11
24582024-02-29T20:26:59.475Z Documenting try-lock v0.2.4
24592024-02-29T20:26:59.761Z Documenting url v2.5.0
24602024-02-29T20:27:00.187Z Documenting proc-macro2 v1.0.78
24612024-02-29T20:27:00.843Z Documenting adler v1.0.2
24622024-02-29T20:27:01.639Z Documenting httpdate v1.0.3
24632024-02-29T20:27:02.482Z Documenting want v0.3.1
24642024-02-29T20:27:03.859Z Documenting miniz_oxide v0.7.1
24652024-02-29T20:27:04.326Z Documenting http-body v0.4.5
24662024-02-29T20:27:04.404Z Documenting openssl-sys v0.9.96
24672024-02-29T20:27:04.417Z Documenting openssl-macros v0.1.1
24682024-02-29T20:27:04.692Z Documenting mime v0.3.17
24692024-02-29T20:27:05.614Z Documenting tower-service v0.3.2
24702024-02-29T20:27:06.393Z Documenting base64ct v1.6.0
24712024-02-29T20:27:07.288Z Documenting quote v1.0.35
24722024-02-29T20:27:08.834Z Documenting aho-corasick v1.0.4
24732024-02-29T20:27:09.077Z Documenting slog v2.7.0
24742024-02-29T20:27:09.275Z Documenting openssl-probe v0.1.5
24752024-02-29T20:27:09.414Z Documenting regex-syntax v0.8.2
24762024-02-29T20:27:09.440Z Documenting tokio-util v0.7.10
24772024-02-29T20:27:10.278Z Documenting openssl v0.10.60
24782024-02-29T20:27:10.866Z Documenting ipnet v2.9.0
24792024-02-29T20:27:11.136Z Documenting syn v2.0.48
24802024-02-29T20:27:13.131Z Documenting async-trait v0.1.77
24812024-02-29T20:27:13.422Z Documenting pem-rfc7468 v0.7.0
24822024-02-29T20:27:13.640Z Documenting crossbeam-utils v0.8.16
24832024-02-29T20:27:15.054Z Documenting encoding_rs v0.8.33
24842024-02-29T20:27:15.243Z Documenting h2 v0.3.24
24852024-02-29T20:27:16.208Z Documenting regex-automata v0.4.4
24862024-02-29T20:27:17.511Z Documenting der_derive v0.7.2
24872024-02-29T20:27:17.772Z Documenting utf8parse v0.2.1
24882024-02-29T20:27:17.949Z Documenting flagset v0.4.3
24892024-02-29T20:27:18.468Z Documenting native-tls v0.2.11
24902024-02-29T20:27:19.636Z Documenting serde_urlencoded v0.7.1
24912024-02-29T20:27:20.746Z Documenting num-integer v0.1.46
24922024-02-29T20:27:20.816Z Documenting time-macros v0.2.13
24932024-02-29T20:27:22.644Z Documenting der v0.7.8
24942024-02-29T20:27:23.816Z Documenting time-core v0.1.1
24952024-02-29T20:27:24.460Z Documenting tokio-native-tls v0.3.1
24962024-02-29T20:27:25.171Z Documenting regex v1.10.3
24972024-02-29T20:27:25.714Z Documenting deranged v0.3.8
24982024-02-29T20:27:26.095Z Documenting gimli v0.28.0
24992024-02-29T20:27:26.696Z Documenting num_threads v0.1.6
25002024-02-29T20:27:26.710Z Documenting hyper v0.14.27
25012024-02-29T20:27:27.651Z Documenting spki v0.7.2
25022024-02-29T20:27:29.787Z Documenting object v0.32.1
25032024-02-29T20:27:30.018Z Documenting rustc-demangle v0.1.23
25042024-02-29T20:27:30.137Z Documenting webpki-roots v0.25.2
25052024-02-29T20:27:30.476Z Documenting time v0.3.27
25062024-02-29T20:27:30.684Z Documenting spin v0.9.8
25072024-02-29T20:27:32.169Z Documenting addr2line v0.21.0
25082024-02-29T20:27:32.700Z Documenting either v1.10.0
25092024-02-29T20:27:32.994Z Documenting pkcs8 v0.10.2
25102024-02-29T20:27:33.680Z Documenting openapiv3 v2.0.0
25112024-02-29T20:27:33.889Z Documenting futures-executor v0.3.30
25122024-02-29T20:27:35.882Z Checking pest_meta v2.7.6
25132024-02-29T20:27:35.976Z Documenting memoffset v0.9.0
25142024-02-29T20:27:36.400Z Documenting anstyle v1.0.2
25152024-02-29T20:27:36.839Z Documenting data-encoding v2.4.0
25162024-02-29T20:27:37.469Z Documenting anstyle-parse v0.2.1
25172024-02-29T20:27:38.766Z Documenting crossbeam-epoch v0.9.15
25182024-02-29T20:27:38.921Z Documenting ipnetwork v0.20.0
25192024-02-29T20:27:39.109Z Documenting hyper-rustls v0.24.2
25202024-02-29T20:27:40.211Z Documenting hyper-tls v0.5.0
25212024-02-29T20:27:40.567Z Documenting sha2 v0.10.8
25222024-02-29T20:27:40.757Z Documenting hex v0.4.3
25232024-02-29T20:27:41.073Z Documenting crc32fast v1.3.2
25242024-02-29T20:27:42.453Z Documenting backtrace v0.3.69
25252024-02-29T20:27:42.888Z Documenting pest_meta v2.7.6
25262024-02-29T20:27:44.212Z Documenting scroll_derive v0.12.0
25272024-02-29T20:27:44.856Z Documenting colorchoice v1.0.0
25282024-02-29T20:27:44.907Z Documenting anstyle-query v1.0.0
25292024-02-29T20:27:45.543Z Documenting untrusted v0.9.0
25302024-02-29T20:27:46.882Z Documenting pest_generator v2.7.6
25312024-02-29T20:27:47.216Z Documenting futures v0.3.30
25322024-02-29T20:27:47.489Z Documenting reqwest v0.11.22
25332024-02-29T20:27:47.653Z Checking pest_generator v2.7.6
25342024-02-29T20:27:48.357Z Documenting ring v0.17.8
25352024-02-29T20:27:48.377Z Documenting num-iter v0.1.43
25362024-02-29T20:27:48.648Z Documenting anstream v0.6.11
25372024-02-29T20:27:48.663Z Documenting anyhow v1.0.75
25382024-02-29T20:27:48.723Z Documenting scroll v0.12.0
25392024-02-29T20:27:56.234Z Documenting terminal_size v0.3.0
25402024-02-29T20:27:56.300Z Documenting hmac v0.12.1
25412024-02-29T20:27:56.300Z Documenting signal-hook v0.3.17
25422024-02-29T20:27:56.300Z Documenting ucd-trie v0.1.6
25432024-02-29T20:27:56.300Z Documenting plain v0.2.3
25442024-02-29T20:27:56.300Z Documenting static_assertions v1.1.0
25452024-02-29T20:27:56.300Z Documenting clap_lex v0.7.0
25462024-02-29T20:27:56.300Z Documenting strsim v0.11.0
25472024-02-29T20:27:56.330Z Documenting goblin v0.8.0
25482024-02-29T20:27:56.706Z Documenting pest_derive v2.7.6
25492024-02-29T20:27:56.718Z Documenting flate2 v1.0.28
25502024-02-29T20:27:57.348Z Documenting clap_derive v4.5.0
25512024-02-29T20:27:57.790Z Documenting pest v2.7.6
25522024-02-29T20:27:57.952Z Documenting pretty-hex v0.4.1
25532024-02-29T20:27:59.028Z Documenting managed v0.8.0
25542024-02-29T20:28:00.687Z Documenting clap_builder v4.5.0
25552024-02-29T20:28:01.023Z Documenting unicode-segmentation v1.10.1
25562024-02-29T20:28:01.126Z Documenting signal-hook-mio v0.2.3
25572024-02-29T20:28:02.299Z Documenting block-padding v0.3.3
25582024-02-29T20:28:02.416Z Documenting scheduled-thread-pool v0.2.7
25592024-02-29T20:28:02.590Z Documenting thread-id v4.2.0
25602024-02-29T20:28:02.806Z Documenting dtrace-parser v0.2.0
25612024-02-29T20:28:03.507Z Documenting dof v0.3.0
25622024-02-29T20:28:04.430Z Documenting bzip2-sys v0.1.11+1.0.8
25632024-02-29T20:28:05.186Z Documenting enum-as-inner v0.5.1
25642024-02-29T20:28:06.040Z Checking diesel_table_macro_syntax v0.1.0
25652024-02-29T20:28:06.218Z Documenting diesel_table_macro_syntax v0.1.0
25662024-02-29T20:28:06.421Z Documenting r2d2 v0.8.10
25672024-02-29T20:28:06.488Z Documenting inout v0.1.3
25682024-02-29T20:28:06.684Z Documenting clap v4.5.0
25692024-02-29T20:28:06.696Z Documenting crossterm v0.27.0
25702024-02-29T20:28:08.375Z Documenting bzip2 v0.4.4
25712024-02-29T20:28:15.476Z Documenting usdt-impl v0.5.0
25722024-02-29T20:28:15.554Z Documenting trust-dns-proto v0.22.0
25732024-02-29T20:28:15.555Z Documenting md-5 v0.10.5
25742024-02-29T20:28:15.555Z Documenting stringprep v0.1.3
25752024-02-29T20:28:15.555Z Documenting diesel_derives v2.1.2
25762024-02-29T20:28:15.555Z Documenting serde_spanned v0.6.5
25772024-02-29T20:28:15.555Z Documenting toml_datetime v0.6.5
25782024-02-29T20:28:15.555Z Documenting ff v0.13.0
25792024-02-29T20:28:15.640Z Documenting pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
25802024-02-29T20:28:15.663Z Documenting winnow v0.6.1
25812024-02-29T20:28:15.863Z Documenting fallible-iterator v0.2.0
25822024-02-29T20:28:16.103Z Documenting bit-vec v0.6.3
25832024-02-29T20:28:16.184Z Documenting siphasher v0.3.11
25842024-02-29T20:28:16.691Z Documenting base16ct v0.2.0
25852024-02-29T20:28:17.574Z Documenting group v0.13.0
25862024-02-29T20:28:18.355Z Documenting diesel v2.1.4
25872024-02-29T20:28:18.500Z Documenting zip v0.6.6
25882024-02-29T20:28:19.105Z Documenting phf_shared v0.11.2
25892024-02-29T20:28:19.785Z Documenting sec1 v0.7.3
25902024-02-29T20:28:20.200Z Documenting cipher v0.4.4
25912024-02-29T20:28:20.808Z Documenting toml_edit v0.22.6
25922024-02-29T20:28:20.892Z Documenting postgres-protocol v0.6.6
25932024-02-29T20:28:21.497Z Documenting hkdf v0.12.4
25942024-02-29T20:28:22.863Z Documenting num-bigint v0.4.4
25952024-02-29T20:28:22.897Z Documenting crypto-bigint v0.5.2
25962024-02-29T20:28:25.946Z Documenting regress v0.8.0
25972024-02-29T20:28:26.946Z Documenting hubpack v0.1.2
25982024-02-29T20:28:26.959Z Documenting bstr v1.6.0
25992024-02-29T20:28:26.959Z Documenting serde_repr v0.1.16
26002024-02-29T20:28:27.972Z Documenting fixedbitset v0.4.2
26012024-02-29T20:28:30.044Z Documenting lalrpop-util v0.19.12
26022024-02-29T20:28:30.482Z Documenting minimal-lexical v0.2.1
26032024-02-29T20:28:30.998Z Documenting new_debug_unreachable v1.0.4
26042024-02-29T20:28:31.312Z Documenting precomputed-hash v0.1.1
26052024-02-29T20:28:31.520Z Documenting gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
26062024-02-29T20:28:32.148Z Documenting petgraph v0.6.4
26072024-02-29T20:28:32.410Z Documenting yasna v0.5.2
26082024-02-29T20:28:33.952Z Documenting elliptic-curve v0.13.8
26092024-02-29T20:28:34.393Z Documenting nom v7.1.3
26102024-02-29T20:28:34.765Z Documenting postgres-types v0.2.6
26112024-02-29T20:28:35.013Z Documenting string_cache v0.8.7
26122024-02-29T20:28:38.098Z Documenting phf v0.11.2
26132024-02-29T20:28:38.865Z Documenting console v0.15.8
26142024-02-29T20:28:39.352Z Documenting semver v1.0.22
26152024-02-29T20:28:39.389Z Documenting float-cmp v0.9.0
26162024-02-29T20:28:39.421Z Documenting predicates-core v1.0.6
26172024-02-29T20:28:39.463Z Documenting normalize-line-endings v0.3.0
26182024-02-29T20:28:42.075Z Documenting heck v0.4.1
26192024-02-29T20:28:42.416Z Documenting whoami v1.4.1
26202024-02-29T20:28:43.242Z Documenting difflib v0.4.0
26212024-02-29T20:28:43.283Z Documenting bit-set v0.5.3
26222024-02-29T20:28:43.434Z Documenting similar v2.3.0
26232024-02-29T20:28:43.652Z Documenting typify-macro v0.0.15 (https://github.com/oxidecomputer/typify#ce009d6f)
26242024-02-29T20:28:44.098Z Documenting tokio-stream v0.1.14
26252024-02-29T20:28:44.443Z Documenting getopts v0.2.21
26262024-02-29T20:28:46.169Z Documenting tokio-postgres v0.7.10
26272024-02-29T20:28:46.598Z Documenting typify-impl v0.0.15 (https://github.com/oxidecomputer/typify#ce009d6f)
26282024-02-29T20:28:47.074Z Documenting predicates v3.1.0
26292024-02-29T20:28:47.433Z Checking ident_case v1.0.1
26302024-02-29T20:28:47.581Z Checking strsim v0.10.0
26312024-02-29T20:28:47.810Z Documenting progenitor-client v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#bc0bb4b0)
26322024-02-29T20:28:47.983Z Documenting match_cfg v0.1.0
26332024-02-29T20:28:48.984Z Documenting sha1 v0.10.6
26342024-02-29T20:28:49.736Z Documenting dirs-sys-next v0.1.2
26352024-02-29T20:28:50.437Z Documenting rustls-pki-types v1.3.0
26362024-02-29T20:28:50.804Z Documenting hostname v0.3.1
26372024-02-29T20:28:52.034Z Documenting camino v1.1.6
26382024-02-29T20:28:53.193Z Documenting dirs-next v2.0.0
26392024-02-29T20:28:53.846Z Documenting paste v1.0.14
26402024-02-29T20:28:54.206Z Documenting typify v0.0.15 (https://github.com/oxidecomputer/typify#ce009d6f)
26412024-02-29T20:28:54.316Z Documenting thread_local v1.1.7
26422024-02-29T20:28:54.769Z Documenting rustls-webpki v0.102.1
26432024-02-29T20:29:06.477Z Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
26442024-02-29T20:29:06.638Z Documenting crossbeam-channel v0.5.8
26452024-02-29T20:29:06.638Z Documenting term v0.7.0
26462024-02-29T20:29:06.639Z Documenting atty v0.2.14
26472024-02-29T20:29:06.639Z Documenting take_mut v0.2.2
26482024-02-29T20:29:06.733Z Documenting slog-json v2.6.1
26492024-02-29T20:29:06.733Z Documenting rustls v0.22.2
26502024-02-29T20:29:06.733Z Documenting http v1.0.0
26512024-02-29T20:29:06.733Z Documenting async-stream-impl v0.3.5
26522024-02-29T20:29:06.734Z Documenting slog-term v2.9.0
26532024-02-29T20:29:06.734Z Documenting debug-ignore v1.0.5
26542024-02-29T20:29:06.734Z Documenting progenitor-impl v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#bc0bb4b0)
26552024-02-29T20:29:06.734Z Documenting slog-async v2.8.0
26562024-02-29T20:29:06.734Z Documenting atomic-waker v1.1.1
26572024-02-29T20:29:06.734Z Documenting slog-bunyan v2.5.0
26582024-02-29T20:29:06.734Z Documenting async-stream v0.3.5
26592024-02-29T20:29:06.734Z Documenting multer v3.0.0
26602024-02-29T20:29:06.734Z Documenting rustls-pemfile v2.1.0
26612024-02-29T20:29:06.734Z Documenting waitgroup v0.1.2
26622024-02-29T20:29:06.751Z Checking darling_core v0.20.3
26632024-02-29T20:29:08.396Z Documenting tokio-rustls v0.25.0
26642024-02-29T20:29:08.569Z Documenting toml v0.8.10
26652024-02-29T20:29:09.216Z Documenting dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#711a7490)
26662024-02-29T20:29:09.321Z Documenting serde_path_to_error v0.1.15
26672024-02-29T20:29:09.449Z Checking darling v0.20.3
26682024-02-29T20:29:09.565Z Documenting serde_with_macros v3.6.1
26692024-02-29T20:29:10.052Z Documenting structmeta-derive v0.3.0
26702024-02-29T20:29:10.250Z Documenting progenitor v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#bc0bb4b0)
26712024-02-29T20:29:10.282Z Documenting strum v0.26.1
26722024-02-29T20:29:17.466Z Checking structmeta v0.3.0
26732024-02-29T20:29:17.466Z Documenting instant v0.1.12
26742024-02-29T20:29:17.466Z Documenting newtype-uuid v1.0.1
26752024-02-29T20:29:17.467Z Documenting serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
26762024-02-29T20:29:17.467Z Documenting macaddr v1.0.1
26772024-02-29T20:29:17.467Z Documenting serde_with v3.6.1
26782024-02-29T20:29:17.467Z Documenting dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#711a7490)
26792024-02-29T20:29:17.467Z Documenting structmeta v0.3.0
26802024-02-29T20:29:17.467Z Documenting backoff v0.4.0
26812024-02-29T20:29:18.271Z Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
26822024-02-29T20:29:18.437Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
26832024-02-29T20:29:18.681Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
26842024-02-29T20:29:18.722Z Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
26852024-02-29T20:29:20.582Z Documenting parse-display-derive v0.9.0
26862024-02-29T20:29:21.103Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
26872024-02-29T20:29:21.419Z Documenting fastrand v2.0.1
26882024-02-29T20:29:22.302Z Documenting proc-macro-error-attr v1.0.4
26892024-02-29T20:29:22.701Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
26902024-02-29T20:29:23.511Z Checking proc-macro-error v1.0.4
26912024-02-29T20:29:23.623Z Documenting is-terminal v0.4.9
26922024-02-29T20:29:23.775Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
26932024-02-29T20:29:28.114Z Documenting proc-macro-crate v1.3.1
26942024-02-29T20:29:28.180Z Checking proc-macro-crate v1.3.1
26952024-02-29T20:29:28.180Z Documenting hash32 v0.3.1
26962024-02-29T20:29:28.180Z Documenting stable_deref_trait v1.2.0
26972024-02-29T20:29:28.180Z Documenting tempfile v3.10.0
26982024-02-29T20:29:28.180Z Documenting proc-macro-error v1.0.4
26992024-02-29T20:29:28.180Z Documenting parse-display v0.9.0
27002024-02-29T20:29:28.208Z Documenting embedded-io v0.4.0
27012024-02-29T20:29:28.432Z Documenting heapless v0.8.0
27022024-02-29T20:29:28.840Z Documenting cobs v0.2.3
27032024-02-29T20:29:29.310Z Documenting num_enum_derive v0.5.11
27042024-02-29T20:29:30.030Z Documenting foreign-types-macros v0.2.3
27052024-02-29T20:29:30.522Z Documenting camino-tempfile v1.1.1
27062024-02-29T20:29:30.719Z Documenting foreign-types-shared v0.3.1
27072024-02-29T20:29:31.763Z Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
27082024-02-29T20:29:31.770Z Documenting illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60)
27092024-02-29T20:29:31.770Z Documenting postcard v1.0.8
27102024-02-29T20:29:33.343Z Documenting smoltcp v0.11.0
27112024-02-29T20:29:33.606Z Documenting crucible-workspace-hack v0.1.0
27122024-02-29T20:29:34.436Z Documenting libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
27132024-02-29T20:29:34.678Z Documenting foreign-types v0.5.0
27142024-02-29T20:29:35.176Z Documenting nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
27152024-02-29T20:29:35.351Z Documenting num_enum v0.5.11
27162024-02-29T20:29:36.495Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
27172024-02-29T20:29:37.257Z Documenting cstr-argument v0.1.2
27182024-02-29T20:29:38.694Z Documenting rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
27192024-02-29T20:29:38.983Z Documenting kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60)
27202024-02-29T20:29:39.111Z Documenting colored v2.0.4
27212024-02-29T20:29:39.244Z Documenting dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
27222024-02-29T20:29:39.441Z Documenting opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60)
27232024-02-29T20:29:41.748Z Documenting nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
27242024-02-29T20:29:43.288Z Documenting poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
27252024-02-29T20:29:43.414Z Documenting rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
27262024-02-29T20:29:43.605Z Documenting zone_cfg_derive v0.3.0
27272024-02-29T20:29:43.962Z Documenting bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=c7cdaf1875d259e29ca50a14b77b0bfd9dfe443d#c7cdaf18)
27282024-02-29T20:29:46.053Z Documenting opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60)
27292024-02-29T20:29:46.287Z Documenting num-derive v0.4.0
27302024-02-29T20:29:46.421Z Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
27312024-02-29T20:29:47.517Z Documenting libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d)
27322024-02-29T20:29:48.188Z Documenting bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=c7cdaf1875d259e29ca50a14b77b0bfd9dfe443d#c7cdaf18)
27332024-02-29T20:29:48.440Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
27342024-02-29T20:29:48.457Z Documenting smf v0.2.2
27352024-02-29T20:29:49.154Z Documenting zone v0.3.0
27362024-02-29T20:29:50.955Z Documenting crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=796dce526dd7ed7b52a0429a486ccba4a9da1ce5#796dce52)
27372024-02-29T20:29:52.066Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
27382024-02-29T20:29:52.338Z Documenting oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60)
27392024-02-29T20:29:52.395Z Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
27402024-02-29T20:29:52.880Z Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
27412024-02-29T20:29:52.892Z Documenting linked-hash-map v0.5.6
27422024-02-29T20:29:54.363Z Documenting password-hash v0.5.0
27432024-02-29T20:29:55.727Z Documenting blake2 v0.10.6
27442024-02-29T20:29:55.942Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
27452024-02-29T20:29:57.136Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
27462024-02-29T20:29:59.146Z Documenting lru-cache v0.1.2
27472024-02-29T20:29:59.189Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
27482024-02-29T20:29:59.361Z Documenting opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60)
27492024-02-29T20:30:00.156Z Documenting itertools v0.12.1
27502024-02-29T20:30:00.302Z Documenting memmap v0.7.0
27512024-02-29T20:30:01.024Z Documenting argon2 v0.5.3
27522024-02-29T20:30:01.364Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
27532024-02-29T20:30:01.773Z Documenting quick-error v1.2.3
27542024-02-29T20:30:02.675Z Documenting derive-where v1.2.7
27552024-02-29T20:30:04.453Z Documenting usdt v0.5.0
27562024-02-29T20:30:04.756Z Documenting swrite v0.1.0
27572024-02-29T20:30:05.542Z Documenting newtype_derive v0.1.6
27582024-02-29T20:30:05.626Z Documenting resolv-conf v0.7.0
27592024-02-29T20:30:06.007Z Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
27602024-02-29T20:30:06.853Z Documenting tap v1.0.1
27612024-02-29T20:30:07.457Z Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
27622024-02-29T20:30:08.462Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
27632024-02-29T20:30:09.203Z Documenting steno v0.4.0
27642024-02-29T20:30:09.644Z Documenting trust-dns-resolver v0.22.0
27652024-02-29T20:30:09.828Z Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
27662024-02-29T20:30:09.875Z Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
27672024-02-29T20:30:09.880Z Documenting wyz v0.5.1
27682024-02-29T20:30:10.675Z Documenting radium v0.7.0
27692024-02-29T20:30:11.819Z Documenting nibble_vec v0.1.0
27702024-02-29T20:30:12.862Z Checking heck v0.3.3
27712024-02-29T20:30:13.029Z Documenting funty v2.0.0
27722024-02-29T20:30:13.042Z Documenting endian-type v0.1.2
27732024-02-29T20:30:13.739Z Documenting crc-catalog v2.2.0
27742024-02-29T20:30:16.204Z Documenting bitvec v1.0.1
27752024-02-29T20:30:16.338Z Documenting structopt-derive v0.4.18
27762024-02-29T20:30:16.681Z Documenting crc v3.0.1
27772024-02-29T20:30:16.864Z Documenting radix_trie v0.2.1
27782024-02-29T20:30:18.561Z Documenting cancel-safe-futures v0.1.5
27792024-02-29T20:30:19.727Z Documenting filetime v0.2.23
27802024-02-29T20:30:19.844Z Documenting xattr v1.0.1
27812024-02-29T20:30:20.878Z Documenting packed_struct_codegen v0.10.1
27822024-02-29T20:30:21.428Z Documenting nodrop v0.1.14
27832024-02-29T20:30:21.506Z Documenting structopt v0.3.26
27842024-02-29T20:30:23.702Z Documenting num-bigint-dig v0.8.4
27852024-02-29T20:30:23.878Z Documenting tar v0.4.40
27862024-02-29T20:30:24.343Z Documenting array-init v0.0.4
27872024-02-29T20:30:25.201Z Documenting libefi-sys v0.1.0
27882024-02-29T20:30:25.866Z Documenting num-rational v0.4.1
27892024-02-29T20:30:26.899Z Documenting packed_struct v0.10.1
27902024-02-29T20:30:27.541Z Documenting illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
27912024-02-29T20:30:28.522Z Documenting pkcs1 v0.7.5
27922024-02-29T20:30:29.233Z Documenting signature v2.1.0
27932024-02-29T20:30:29.249Z Documenting num-complex v0.4.4
27942024-02-29T20:30:30.135Z Documenting bitfield v0.14.0
27952024-02-29T20:30:30.979Z Documenting arc-swap v1.6.0
27962024-02-29T20:30:32.534Z Documenting termcolor v1.2.0
27972024-02-29T20:30:32.721Z Documenting tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802)
27982024-02-29T20:30:32.856Z Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
27992024-02-29T20:30:32.982Z Documenting libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
28002024-02-29T20:30:34.125Z Documenting rsa v0.9.2
28012024-02-29T20:30:34.529Z Documenting num v0.4.1
28022024-02-29T20:30:34.915Z Documenting slog-scope v4.4.0
28032024-02-29T20:30:35.913Z Documenting lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
28042024-02-29T20:30:37.206Z Documenting env_logger v0.10.0
28052024-02-29T20:30:37.478Z Documenting serde-hex v0.1.0
28062024-02-29T20:30:37.656Z Documenting tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
28072024-02-29T20:30:38.745Z Documenting x509-cert v0.2.4
28082024-02-29T20:30:41.073Z Documenting ron v0.8.1
28092024-02-29T20:30:41.806Z Documenting libsw v3.3.1
28102024-02-29T20:30:43.336Z Documenting gethostname v0.4.3
28112024-02-29T20:30:43.336Z Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
28122024-02-29T20:30:43.824Z Documenting half v2.3.1
28132024-02-29T20:30:44.087Z Documenting owo-colors v4.0.0
28142024-02-29T20:30:44.354Z Documenting ciborium-io v0.2.2
28152024-02-29T20:30:45.500Z Documenting linear-map v1.2.0
28162024-02-29T20:30:45.823Z Documenting same-file v1.0.6
28172024-02-29T20:30:46.551Z Documenting crc-any v2.4.3
28182024-02-29T20:30:46.863Z Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
28192024-02-29T20:30:47.771Z Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
28202024-02-29T20:30:48.076Z Documenting ciborium-ll v0.2.2
28212024-02-29T20:30:48.871Z Documenting tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
28222024-02-29T20:30:49.649Z Documenting lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
28232024-02-29T20:30:50.217Z Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
28242024-02-29T20:30:50.271Z Documenting walkdir v2.4.0
28252024-02-29T20:30:52.319Z Documenting slog-stdlog v4.1.1
28262024-02-29T20:30:53.110Z Documenting slog-dtrace v0.3.0
28272024-02-29T20:30:54.911Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
28282024-02-29T20:30:56.981Z Documenting path-slash v0.1.5
28292024-02-29T20:30:59.304Z Documenting slog-envlogger v2.2.0
28302024-02-29T20:31:00.362Z Documenting ciborium v0.2.2
28312024-02-29T20:31:00.777Z Documenting internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
28322024-02-29T20:31:01.203Z Documenting hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84)
28332024-02-29T20:31:01.208Z Documenting pem v3.0.2
28342024-02-29T20:31:04.741Z Documenting fxhash v0.2.1
28352024-02-29T20:31:05.039Z Documenting utf-8 v0.7.6
28362024-02-29T20:31:05.137Z Documenting display-error-chain v0.2.0
28372024-02-29T20:31:06.018Z Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
28382024-02-29T20:31:06.979Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
28392024-02-29T20:31:07.590Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
28402024-02-29T20:31:07.820Z Documenting vte_generate_state_changes v0.1.1
28412024-02-29T20:31:08.550Z Documenting convert_case v0.4.0
28422024-02-29T20:31:08.908Z Documenting tungstenite v0.20.1
28432024-02-29T20:31:09.070Z Checking convert_case v0.4.0
28442024-02-29T20:31:09.309Z Documenting buf-list v1.0.3
28452024-02-29T20:31:11.623Z Documenting vte v0.11.1
28462024-02-29T20:31:12.434Z Documenting derive_more v0.99.17
28472024-02-29T20:31:14.703Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
28482024-02-29T20:31:14.720Z Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client)
28492024-02-29T20:31:14.862Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
28502024-02-29T20:31:15.183Z Checking darling_core v0.14.4
28512024-02-29T20:31:16.534Z Documenting tokio-tungstenite v0.20.1
28522024-02-29T20:31:16.552Z Documenting pin-project-internal v1.1.3
28532024-02-29T20:31:17.095Z Checking darling v0.14.4
28542024-02-29T20:31:17.110Z Documenting strip-ansi-escapes v0.2.0
28552024-02-29T20:31:18.358Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
28562024-02-29T20:31:19.425Z Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
28572024-02-29T20:31:21.148Z Documenting doc-comment v0.3.3
28582024-02-29T20:31:21.564Z Documenting pin-project v1.1.3
28592024-02-29T20:31:22.177Z Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
28602024-02-29T20:31:23.928Z Documenting crossbeam-deque v0.8.3
28612024-02-29T20:31:24.110Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
28622024-02-29T20:31:24.428Z Documenting snafu-derive v0.7.5
28632024-02-29T20:31:24.528Z Documenting nu-ansi-term v0.50.0
28642024-02-29T20:31:24.543Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
28652024-02-29T20:31:27.672Z Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
28662024-02-29T20:31:32.089Z Documenting rayon-core v1.12.0
28672024-02-29T20:31:32.128Z Documenting reedline v0.29.0
28682024-02-29T20:31:32.129Z Documenting trust-dns-client v0.22.0
28692024-02-29T20:31:32.129Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
28702024-02-29T20:31:32.286Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
28712024-02-29T20:31:32.530Z Documenting globset v0.4.13
28722024-02-29T20:31:32.631Z Documenting olpc-cjson v0.1.3
28732024-02-29T20:31:33.129Z Documenting snafu v0.7.5
28742024-02-29T20:31:34.673Z Documenting serde_plain v1.0.2
28752024-02-29T20:31:46.936Z Documenting headers-core v0.2.0
28762024-02-29T20:31:46.960Z Documenting async-recursion v1.0.5
28772024-02-29T20:31:46.960Z Documenting bytecount v0.6.3
28782024-02-29T20:31:46.960Z Documenting keccak v0.1.4
28792024-02-29T20:31:46.960Z Documenting typed-path v0.7.0
28802024-02-29T20:31:46.979Z Documenting rayon v1.8.0
28812024-02-29T20:31:46.979Z Documenting trust-dns-server v0.22.1
28822024-02-29T20:31:46.979Z Documenting papergrid v0.11.0
28832024-02-29T20:31:46.979Z Documenting sha3 v0.10.8
28842024-02-29T20:31:46.979Z Documenting headers v0.3.9
28852024-02-29T20:31:46.979Z Documenting tough v0.16.0
28862024-02-29T20:31:46.980Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28872024-02-29T20:31:46.980Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
28882024-02-29T20:31:46.980Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
28892024-02-29T20:31:46.980Z Documenting derive_builder_core v0.12.0
28902024-02-29T20:31:46.980Z Checking derive_builder_core v0.12.0
28912024-02-29T20:31:47.331Z Documenting sled v0.34.7
28922024-02-29T20:31:47.480Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
28932024-02-29T20:31:47.690Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
28942024-02-29T20:31:48.105Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
28952024-02-29T20:31:48.310Z Documenting fs-err v2.11.0
28962024-02-29T20:31:48.943Z Documenting unicase v2.7.0
28972024-02-29T20:31:49.349Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
28982024-02-29T20:31:49.514Z Documenting tabled_derive v0.7.0
28992024-02-29T20:31:49.700Z Documenting progenitor-impl v0.5.0 (https://github.com/oxidecomputer/progenitor#bc0bb4b0)
29002024-02-29T20:31:52.224Z Documenting progenitor-client v0.5.0 (https://github.com/oxidecomputer/progenitor#bc0bb4b0)
29012024-02-29T20:31:52.446Z Documenting fd-lock v4.0.2
29022024-02-29T20:31:53.080Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
29032024-02-29T20:31:53.959Z Documenting nix v0.27.1
29042024-02-29T20:31:54.130Z Documenting secrecy v0.8.0
29052024-02-29T20:31:54.575Z Documenting rustversion v1.0.14
29062024-02-29T20:31:57.019Z Documenting slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
29072024-02-29T20:31:58.126Z Documenting sqlparser_derive v0.2.2
29082024-02-29T20:31:58.289Z Documenting home v0.5.5
29092024-02-29T20:31:58.313Z Documenting unicode_categories v0.1.1
29102024-02-29T20:31:58.527Z Documenting parse-size v1.0.0
29112024-02-29T20:32:01.096Z Documenting castaway v0.2.2
29122024-02-29T20:32:01.479Z Documenting tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
29132024-02-29T20:32:01.628Z Documenting slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
29142024-02-29T20:32:01.950Z Documenting progenitor v0.5.0 (https://github.com/oxidecomputer/progenitor#bc0bb4b0)
29152024-02-29T20:32:02.045Z Documenting rustyline v13.0.0
29162024-02-29T20:32:02.170Z Documenting sqlformat v0.2.3
29172024-02-29T20:32:03.614Z Documenting sqlparser v0.43.1
29182024-02-29T20:32:04.818Z Documenting tabled v0.15.0
29192024-02-29T20:32:05.420Z Documenting derive_builder_macro v0.12.0
29202024-02-29T20:32:07.515Z Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
29212024-02-29T20:32:09.034Z Documenting mime_guess v2.0.4
29222024-02-29T20:32:11.532Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
29232024-02-29T20:32:12.211Z Documenting dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
29242024-02-29T20:32:13.043Z Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
29252024-02-29T20:32:14.049Z Compiling nexus-blueprint-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/blueprint-execution)
29262024-02-29T20:32:14.369Z Documenting universal-hash v0.5.1
29272024-02-29T20:32:16.789Z Documenting bcs v0.1.6
29282024-02-29T20:32:19.362Z Documenting kstat-rs v0.2.3
29292024-02-29T20:32:20.593Z Documenting thiserror-impl-no-std v2.0.2
29302024-02-29T20:32:21.060Z Documenting ref-cast-impl v1.0.20
29312024-02-29T20:32:24.423Z Documenting curve25519-dalek-derive v0.1.0
29322024-02-29T20:32:25.586Z Documenting highway v1.1.0
29332024-02-29T20:32:25.639Z Documenting opaque-debug v0.3.0
29342024-02-29T20:32:27.054Z Documenting ref-cast v1.0.20
29352024-02-29T20:32:27.101Z Documenting thiserror-no-std v2.0.2
29362024-02-29T20:32:29.233Z Documenting poly1305 v0.8.0
29372024-02-29T20:32:29.233Z Documenting curve25519-dalek v4.1.1
29382024-02-29T20:32:29.233Z Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
29392024-02-29T20:32:29.481Z Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29402024-02-29T20:32:36.565Z Documenting propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=c7cdaf1875d259e29ca50a14b77b0bfd9dfe443d#c7cdaf18)
29412024-02-29T20:32:36.565Z Documenting derive_builder v0.12.0
29422024-02-29T20:32:36.565Z Documenting compact_str v0.7.1
29432024-02-29T20:32:36.583Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
29442024-02-29T20:32:36.583Z Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
29452024-02-29T20:32:36.583Z Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
29462024-02-29T20:32:36.583Z Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
29472024-02-29T20:32:37.491Z Documenting ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
29482024-02-29T20:32:42.045Z Documenting mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client)
29492024-02-29T20:32:45.356Z Documenting portable-atomic v1.4.3
29502024-02-29T20:32:48.148Z Documenting polar-core v0.27.0
29512024-02-29T20:32:49.159Z Documenting ed25519 v1.5.3
29522024-02-29T20:32:51.990Z Documenting libxml v0.3.3
29532024-02-29T20:32:52.116Z Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
29542024-02-29T20:32:52.912Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
29552024-02-29T20:32:55.465Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
29562024-02-29T20:32:56.315Z Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
29572024-02-29T20:32:56.956Z Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
29582024-02-29T20:32:58.227Z Documenting crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=796dce526dd7ed7b52a0429a486ccba4a9da1ce5#796dce52)
29592024-02-29T20:32:58.426Z Documenting chacha20 v0.9.1
29602024-02-29T20:32:58.891Z Documenting bb8 v0.8.3
29612024-02-29T20:33:00.192Z Documenting aead v0.5.2
29622024-02-29T20:33:03.526Z Documenting lru v0.12.1
29632024-02-29T20:33:05.724Z Documenting quick-xml v0.30.0
29642024-02-29T20:33:06.585Z Documenting impl-trait-for-tuples v0.2.2
29652024-02-29T20:33:07.384Z Documenting stability v0.1.1
29662024-02-29T20:33:09.296Z Documenting oso-derive v0.27.0
29672024-02-29T20:33:09.712Z Documenting glob v0.3.1
29682024-02-29T20:33:12.043Z Documenting number_prefix v0.4.0
29692024-02-29T20:33:12.079Z Documenting maplit v1.0.2
29702024-02-29T20:33:13.315Z Documenting cassowary v0.3.0
29712024-02-29T20:33:13.757Z Documenting samael v0.0.14 (https://github.com/oxidecomputer/samael?branch=oxide/omicron#9e609a8f)
29722024-02-29T20:33:14.272Z Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
29732024-02-29T20:33:15.089Z Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
29742024-02-29T20:33:15.478Z Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
29752024-02-29T20:33:15.901Z Documenting indicatif v0.17.8
29762024-02-29T20:33:16.024Z Documenting oso v0.27.0
29772024-02-29T20:33:16.962Z Documenting chacha20poly1305 v0.10.1
29782024-02-29T20:33:17.355Z Documenting ratatui v0.26.1
29792024-02-29T20:33:20.945Z Documenting async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef)
29802024-02-29T20:33:21.404Z Documenting salty v0.2.0
29812024-02-29T20:33:23.522Z Documenting vsss-rs v3.3.4
29822024-02-29T20:33:25.974Z Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
29832024-02-29T20:33:26.020Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
29842024-02-29T20:33:27.140Z Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
29852024-02-29T20:33:27.983Z Documenting hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a)
29862024-02-29T20:33:28.686Z Documenting nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d)
29872024-02-29T20:33:30.836Z Documenting diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#62ef5ca0)
29882024-02-29T20:33:32.161Z Documenting cookie v0.18.0
29892024-02-29T20:33:32.578Z Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
29902024-02-29T20:33:35.517Z Documenting tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
29912024-02-29T20:33:36.269Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
29922024-02-29T20:33:36.584Z Documenting serde-big-array v0.5.1
29932024-02-29T20:33:36.653Z Documenting rtoolbox v0.0.1
29942024-02-29T20:33:39.218Z Documenting http-range v0.1.5
29952024-02-29T20:33:39.713Z Documenting smawk v0.3.1
29962024-02-29T20:33:39.815Z Documenting humantime v2.1.0
29972024-02-29T20:33:40.803Z Documenting is_ci v1.2.0
29982024-02-29T20:33:41.016Z Documenting unicode-linebreak v0.1.5
29992024-02-29T20:33:43.022Z Documenting hyper-staticfile v0.9.5
30002024-02-29T20:33:44.060Z Documenting gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
30012024-02-29T20:33:44.066Z Documenting rpassword v7.3.1
30022024-02-29T20:33:44.211Z Documenting textwrap v0.16.1
30032024-02-29T20:33:44.659Z Documenting supports-color v3.0.0
30042024-02-29T20:33:45.419Z Documenting sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef)
30052024-02-29T20:33:48.214Z Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
30062024-02-29T20:33:48.360Z Documenting tui-tree-widget v0.17.0
30072024-02-29T20:33:50.169Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
30082024-02-29T20:33:50.429Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
30092024-02-29T20:33:51.107Z Checking nexus-deployment v0.1.0 (/work/oxidecomputer/omicron/nexus/deployment)
30102024-02-29T20:33:51.881Z Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
30112024-02-29T20:33:53.669Z Documenting rcgen v0.12.1
30122024-02-29T20:33:59.999Z Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
30132024-02-29T20:34:00.083Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
30142024-02-29T20:34:00.083Z Documenting atomicwrites v0.4.3
30152024-02-29T20:34:00.083Z Documenting signal-hook-tokio v0.3.1
30162024-02-29T20:34:00.097Z Documenting memmap2 v0.7.1
30172024-02-29T20:34:00.280Z Documenting subprocess v0.2.9
30182024-02-29T20:34:00.647Z Documenting corncobs v0.1.3
30192024-02-29T20:34:01.712Z Documenting shell-words v1.1.0
30202024-02-29T20:34:03.615Z Documenting arrayvec v0.7.4
30212024-02-29T20:34:03.912Z Documenting arrayref v0.3.7
30222024-02-29T20:34:04.557Z Documenting constant_time_eq v0.3.0
30232024-02-29T20:34:06.200Z Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
30242024-02-29T20:34:06.824Z Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
30252024-02-29T20:34:06.850Z Documenting sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef)
30262024-02-29T20:34:07.520Z Documenting blake3 v1.5.0
30272024-02-29T20:34:10.242Z Documenting nexus-deployment v0.1.0 (/work/oxidecomputer/omicron/nexus/deployment)
30282024-02-29T20:34:11.881Z Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
30292024-02-29T20:34:12.115Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
30302024-02-29T20:34:12.740Z Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
30312024-02-29T20:34:13.503Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
30322024-02-29T20:34:18.586Z Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
30332024-02-29T20:34:22.240Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
30342024-02-29T20:34:24.072Z Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
30352024-02-29T20:34:31.507Z Documenting crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=796dce526dd7ed7b52a0429a486ccba4a9da1ce5#796dce52)
30362024-02-29T20:34:31.524Zwarning: unclosed HTML tag `usize`
30372024-02-29T20:34:31.524Z --> wicket/src/ui/panes/update.rs:153:19
30382024-02-29T20:34:31.524Z |
30392024-02-29T20:34:31.524Z153 | /// TODO: The <usize> generic parameter is carried over from earlier versions
30402024-02-29T20:34:31.524Z | ^^^^^^^
30412024-02-29T20:34:31.524Z |
30422024-02-29T20:34:31.524Z = note: `#[warn(rustdoc::invalid_html_tags)]` on by default
30432024-02-29T20:34:31.524Z
30442024-02-29T20:34:32.843Zwarning: `wicket` (lib doc) generated 1 warning
30452024-02-29T20:34:32.846Z Documenting fatfs v0.3.6
30462024-02-29T20:34:33.429Z Documenting nanorand v0.7.0
30472024-02-29T20:34:35.165Z Documenting assert_matches v1.5.0
30482024-02-29T20:34:37.515Z Documenting topological-sort v0.2.2
30492024-02-29T20:34:38.021Z Documenting flume v0.11.0
30502024-02-29T20:34:38.112Z Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
30512024-02-29T20:34:44.413Z Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
30522024-02-29T20:34:44.414Z Documenting omicron-zone-package v0.11.0
30532024-02-29T20:34:44.414Z Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
30542024-02-29T20:34:44.414Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
30552024-02-29T20:34:45.313Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
30562024-02-29T20:34:45.846Z Documenting installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client)
30572024-02-29T20:34:46.323Z Documenting installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd)
30582024-02-29T20:34:56.573Z Checking installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client)
30592024-02-29T20:35:00.146Z Checking installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd)
30602024-02-29T20:35:00.998Z Documenting termios v0.3.3
30612024-02-29T20:35:03.093Zwarning: unresolved link to `propolis_client::api::InstanceStateMonitorResponse`
30622024-02-29T20:35:03.094Z --> sled-agent/src/sim/instance.rs:46:7
30632024-02-29T20:35:03.094Z |
30642024-02-29T20:35:03.094Z46 | /// [`propolis_client::api::InstanceStateMonitorResponse`]. Transition requests
30652024-02-29T20:35:03.094Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `api` in module `propolis_client`
30662024-02-29T20:35:03.094Z |
30672024-02-29T20:35:03.094Z = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default
30682024-02-29T20:35:03.094Z
30692024-02-29T20:35:05.144Z Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
30702024-02-29T20:35:06.410Zwarning: `omicron-sled-agent` (lib doc) generated 1 warning
30712024-02-29T20:35:10.639Z Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
30722024-02-29T20:35:10.688Z Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
30732024-02-29T20:35:10.688Z Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
30742024-02-29T20:35:30.267Z Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
30752024-02-29T20:35:39.102Z Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
30762024-02-29T20:35:39.785Z Documenting tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
30772024-02-29T20:35:49.292Z Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli)
30782024-02-29T20:35:51.857Z Documenting caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util)
30792024-02-29T20:35:54.236Zwarning: unresolved link to `DataStore::update_tuf_repo_description_insert`
30802024-02-29T20:35:54.236Z --> nexus/db-queries/src/db/datastore/update.rs:28:27
30812024-02-29T20:35:54.237Z |
30822024-02-29T20:35:54.237Z28 | /// The return value of [`DataStore::update_tuf_repo_description_insert`].
30832024-02-29T20:35:54.237Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the struct `DataStore` has no field or associated item named `update_tuf_repo_description_insert`
30842024-02-29T20:35:54.237Z |
30852024-02-29T20:35:54.237Z = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default
30862024-02-29T20:35:54.237Z
30872024-02-29T20:35:58.838Z Documenting zone-network-setup v0.1.0 (/work/oxidecomputer/omicron/zone-network-setup)
30882024-02-29T20:35:59.292Z Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
30892024-02-29T20:36:02.399Z Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
30902024-02-29T20:36:04.326Z Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
30912024-02-29T20:36:09.254Zwarning: `nexus-db-queries` (lib doc) generated 1 warning
30922024-02-29T20:36:09.258Z Documenting nexus-blueprint-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/blueprint-execution)
30932024-02-29T20:36:32.698Z Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
30942024-02-29T20:37:21.626Zwarning: unresolved link to `VolumeConstructionRequest`
30952024-02-29T20:37:21.626Z --> nexus/src/app/sagas/volume_delete.rs:338:7
30962024-02-29T20:37:21.626Z |
30972024-02-29T20:37:21.626Z338 | /// [`VolumeConstructionRequest`] is shown here):
30982024-02-29T20:37:21.626Z | ^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `VolumeConstructionRequest` in scope
30992024-02-29T20:37:21.626Z |
31002024-02-29T20:37:21.626Z = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
31012024-02-29T20:37:21.626Z = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default
31022024-02-29T20:37:21.626Z
31032024-02-29T20:37:21.640Zwarning: unresolved link to `fd00:1122:3344:101::5`
31042024-02-29T20:37:21.640Z --> nexus/src/app/sagas/volume_delete.rs:348:17
31052024-02-29T20:37:21.641Z |
31062024-02-29T20:37:21.641Z348 | /// "[fd00:1122:3344:101::5]:1000",
31072024-02-29T20:37:21.641Z | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:101` in scope
31082024-02-29T20:37:21.641Z
31092024-02-29T20:37:21.641Zwarning: unresolved link to `fd00:1122:3344:102::9`
31102024-02-29T20:37:21.641Z --> nexus/src/app/sagas/volume_delete.rs:349:17
31112024-02-29T20:37:21.641Z |
31122024-02-29T20:37:21.641Z349 | /// "[fd00:1122:3344:102::9]:1000",
31132024-02-29T20:37:21.641Z | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:102` in scope
31142024-02-29T20:37:21.641Z
31152024-02-29T20:37:21.641Zwarning: unresolved link to `fd00:1122:3344:103::2`
31162024-02-29T20:37:21.641Z --> nexus/src/app/sagas/volume_delete.rs:350:17
31172024-02-29T20:37:21.641Z |
31182024-02-29T20:37:21.641Z350 | /// "[fd00:1122:3344:103::2]:1000"
31192024-02-29T20:37:21.641Z | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:103` in scope
31202024-02-29T20:37:21.641Z
31212024-02-29T20:37:21.641Zwarning: unresolved link to `fd00:1122:3344:101::5`
31222024-02-29T20:37:21.642Z --> nexus/src/app/sagas/volume_delete.rs:369:17
31232024-02-29T20:37:21.642Z |
31242024-02-29T20:37:21.642Z369 | /// "[fd00:1122:3344:101::5]:1001", <-- port changed
31252024-02-29T20:37:21.642Z | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:101` in scope
31262024-02-29T20:37:21.642Z
31272024-02-29T20:37:21.642Zwarning: unresolved link to `fd00:1122:3344:102::9`
31282024-02-29T20:37:21.642Z --> nexus/src/app/sagas/volume_delete.rs:370:17
31292024-02-29T20:37:21.642Z |
31302024-02-29T20:37:21.642Z370 | /// "[fd00:1122:3344:102::9]:1001", <-- port changed
31312024-02-29T20:37:21.642Z | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:102` in scope
31322024-02-29T20:37:21.642Z
31332024-02-29T20:37:21.642Zwarning: unresolved link to `fd00:1122:3344:103::2`
31342024-02-29T20:37:21.642Z --> nexus/src/app/sagas/volume_delete.rs:371:17
31352024-02-29T20:37:21.642Z |
31362024-02-29T20:37:21.642Z371 | /// "[fd00:1122:3344:103::2]:1001" <-- port changed
31372024-02-29T20:37:21.642Z | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:103` in scope
31382024-02-29T20:37:21.643Z
31392024-02-29T20:37:24.526Zwarning: `omicron-nexus` (lib doc) generated 7 warnings
31402024-02-29T20:37:47.362Z Finished dev [unoptimized + debuginfo] target(s) in 11m 43s
31412024-02-29T20:37:47.465Z
31422024-02-29T20:37:47.486Zreal 11:43.672088318
31432024-02-29T20:37:47.486Zuser 31:06.544404487
31442024-02-29T20:37:47.486Zsys 49:43.386544139
31452024-02-29T20:37:47.487Ztrap 0.932460812
31462024-02-29T20:37:47.487Ztflt 0.098141192
31472024-02-29T20:37:47.487Zdflt 0.537045398
31482024-02-29T20:37:47.487Zkflt 0.000500968
31492024-02-29T20:37:47.487Zlock 2:09:42.369665321
31502024-02-29T20:37:47.487Zslp 2:54:05.011876271
31512024-02-29T20:37:47.487Zlat 4:49.893511620
31522024-02-29T20:37:47.487Zstop 1:33.356268511
31532024-02-29T20:37:47.487Zprocess exited: duration 1313620 ms, exit code 0
 
31542024-02-29T20:37:47.534Zfound 0 output files