01HMJGVVEXHYD8JBNSNHFVKCWM: 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: 01HMJGWAJG2PREEYR67A6QZMNW

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12024-01-20T04:10:40.997Zjob assigned to worker 01HMJGZ1TK8KN2S5E6YPHCR882 (queued for 2 m 19 s)
 
22024-01-20T04:10:42.123Zstarting task 0: "setup"
32024-01-20T04:10:42.190Z++ uname -s
42024-01-20T04:10:42.612Z+ kern=SunOS
52024-01-20T04:10:42.612Z+ case "$kern" in
62024-01-20T04:10:42.613Z+ groupadd -g 12345 build
72024-01-20T04:10:42.613Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-01-20T04:10:44.232Z+ zfs create -o mountpoint=/work rpool/work
92024-01-20T04:10:44.673Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-01-20T04:10:44.674Z+ home_fs=zfs
112024-01-20T04:10:44.674Z+ [[ zfs == autofs ]]
122024-01-20T04:10:44.674Z+ mkdir -p /home/build
132024-01-20T04:10:44.674Z+ chown build:build /home/build /work
142024-01-20T04:10:46.373Z+ chmod 0700 /home/build /work
152024-01-20T04:10:46.391Zprocess exited: duration 4226 ms, exit code 0
 
162024-01-20T04:10:46.826Zstarting task 1: "rust-toolchain"
172024-01-20T04:10:46.859Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
182024-01-20T04:10:46.860Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default
192024-01-20T04:10:47.006Zinfo: downloading installer
202024-01-20T04:10:48.800Zwarning: it looks like you have an existing installation of Rust at:
212024-01-20T04:10:48.800Zwarning: /opt/ooce/bin
222024-01-20T04:10:48.800Zwarning: It is recommended that rustup be the primary Rust installation.
232024-01-20T04:10:48.800Zwarning: Otherwise you may have confusion unless you are careful with your PATH
242024-01-20T04:10:48.800Zwarning: If you are sure that you want both rustup and your already installed Rust
252024-01-20T04:10:48.800Zwarning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
262024-01-20T04:10:48.801Zwarning: or pass `-y' to ignore all ignorable checks.
272024-01-20T04:10:48.801Zerror: cannot install while Rust is installed
282024-01-20T04:10:48.801Zwarning: continuing (because the -y flag is set and the error is ignorable)
292024-01-20T04:10:48.984Zinfo: profile set to 'default'
302024-01-20T04:10:48.984Zinfo: default host triple is x86_64-unknown-illumos
312024-01-20T04:10:48.994Zinfo: syncing channel updates for '1.72.1-x86_64-unknown-illumos'
322024-01-20T04:10:49.155Zinfo: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13)
332024-01-20T04:10:49.168Zinfo: downloading component 'cargo'
342024-01-20T04:10:49.867Zinfo: downloading component 'clippy'
352024-01-20T04:10:50.118Zinfo: downloading component 'rust-docs'
362024-01-20T04:10:51.051Zinfo: downloading component 'rust-std'
372024-01-20T04:10:52.696Zinfo: downloading component 'rustc'
382024-01-20T04:10:56.556Zinfo: downloading component 'rustfmt'
392024-01-20T04:10:56.782Zinfo: installing component 'cargo'
402024-01-20T04:10:58.210Zinfo: installing component 'clippy'
412024-01-20T04:10:58.744Zinfo: installing component 'rust-docs'
422024-01-20T04:11:01.489Zinfo: installing component 'rust-std'
432024-01-20T04:11:04.624Zinfo: installing component 'rustc'
442024-01-20T04:11:11.481Zinfo: installing component 'rustfmt'
452024-01-20T04:11:11.957Zinfo: default toolchain set to '1.72.1-x86_64-unknown-illumos'
462024-01-20T04:11:11.957Z
472024-01-20T04:11:12.101Z 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13)
482024-01-20T04:11:12.101Z
492024-01-20T04:11:12.119Z
502024-01-20T04:11:12.119ZRust is installed now. Great!
512024-01-20T04:11:12.120Z
522024-01-20T04:11:12.120ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
532024-01-20T04:11:12.120Zenvironment variable. This has not been done automatically.
542024-01-20T04:11:12.120Z
552024-01-20T04:11:12.120ZTo configure your current shell, run:
562024-01-20T04:11:12.120Zsource "$HOME/.cargo/env"
572024-01-20T04:11:12.630Z+ rustc --version
582024-01-20T04:11:12.630Zrustc 1.72.1 (d5c2e9c34 2023-09-13)
592024-01-20T04:11:12.630Zprocess exited: duration 25502 ms, exit code 0
 
602024-01-20T04:11:12.652Zstarting task 2: "authentication"
612024-01-20T04:11:12.683ZWARNING: job store has no value for "GITHUB_TOKEN"; waiting for a value...
622024-01-20T04:11:14.705Zprocess exited: duration 2051 ms, exit code 0
 
632024-01-20T04:11:14.737Zstarting task 3: "clone repository"
642024-01-20T04:11:14.757Z+ mkdir -p /work/oxidecomputer/omicron
652024-01-20T04:11:14.757Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
662024-01-20T04:11:14.839ZCloning into '/work/oxidecomputer/omicron'...
672024-01-20T04:11:20.753Z+ cd /work/oxidecomputer/omicron
682024-01-20T04:11:20.753Z+ [[ -n renovate/hyper-rustls-0.x ]]
692024-01-20T04:11:20.761Z+ git fetch origin renovate/hyper-rustls-0.x
702024-01-20T04:11:21.092ZFrom https://github.com/oxidecomputer/omicron
712024-01-20T04:11:21.092Z * branch renovate/hyper-rustls-0.x -> FETCH_HEAD
722024-01-20T04:11:21.102Z+ git checkout -B renovate/hyper-rustls-0.x remotes/origin/renovate/hyper-rustls-0.x
732024-01-20T04:11:21.153ZSwitched to a new branch 'renovate/hyper-rustls-0.x'
742024-01-20T04:11:21.158Zbranch 'renovate/hyper-rustls-0.x' set up to track 'origin/renovate/hyper-rustls-0.x'.
752024-01-20T04:11:21.158Z+ git reset --hard 31e9205fdf147232a32aa7e5492b92a64a6a419a
762024-01-20T04:11:21.243ZHEAD is now at 31e9205fd Update Rust crate hyper-rustls to 0.26.0
772024-01-20T04:11:21.255Zprocess exited: duration 6510 ms, exit code 0
 
782024-01-20T04:11:21.282Zstarting task 4: "build"
792024-01-20T04:11:21.296Z+ cargo --version
802024-01-20T04:11:21.310Zinfo: syncing channel updates for '1.74.1-x86_64-unknown-illumos'
812024-01-20T04:11:21.482Zinfo: latest update on 2023-12-07, rust version 1.74.1 (a28077b28 2023-12-04)
822024-01-20T04:11:21.490Zinfo: downloading component 'cargo'
832024-01-20T04:11:22.204Zinfo: downloading component 'clippy'
842024-01-20T04:11:22.417Zinfo: downloading component 'rust-docs'
852024-01-20T04:11:23.381Zinfo: downloading component 'rust-std'
862024-01-20T04:11:24.600Zinfo: downloading component 'rustc'
872024-01-20T04:11:28.643Zinfo: downloading component 'rustfmt'
882024-01-20T04:11:28.707Zinfo: installing component 'cargo'
892024-01-20T04:11:29.814Zinfo: installing component 'clippy'
902024-01-20T04:11:30.309Zinfo: installing component 'rust-docs'
912024-01-20T04:11:33.194Zinfo: installing component 'rust-std'
922024-01-20T04:11:35.591Zinfo: installing component 'rustc'
932024-01-20T04:11:41.874Zinfo: installing component 'rustfmt'
942024-01-20T04:11:42.422Zcargo 1.74.1 (ecb9851af 2023-10-18)
952024-01-20T04:11:42.436Z+ rustc --version
962024-01-20T04:11:42.557Zrustc 1.74.1 (a28077b28 2023-12-04)
972024-01-20T04:11:42.565Z+ source ./env.sh
982024-01-20T04:11:42.565Z++ set -o xtrace
992024-01-20T04:11:42.565Z++++ dirname ./env.sh
1002024-01-20T04:11:43.005Z+++ cd .
1012024-01-20T04:11:43.016Z+++ echo /work/oxidecomputer/omicron
1022024-01-20T04:11:43.017Z++ OMICRON_WS=/work/oxidecomputer/omicron
1032024-01-20T04:11:43.017Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1042024-01-20T04:11:43.017Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1052024-01-20T04:11:43.017Z++ 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
1062024-01-20T04:11:43.017Z++ 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
1072024-01-20T04:11:43.017Z++ 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
1082024-01-20T04:11:43.017Z++ 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
1092024-01-20T04:11:43.017Z++ 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
1102024-01-20T04:11:43.017Z++ 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
1112024-01-20T04:11:43.018Z++ unset OMICRON_WS
1122024-01-20T04:11:43.018Z++ set +o xtrace
1132024-01-20T04:11:43.018Z
1142024-01-20T04:11:43.018Z ##### ##### ###### ##### ###### #### # # # #### #
1152024-01-20T04:11:43.019Z # # # # # # # # # # # # # # #
1162024-01-20T04:11:43.019Z # # # # ##### # # ##### # # # # # #### #
1172024-01-20T04:11:43.019Z ##### ##### # ##### # # # # # # # # #
1182024-01-20T04:11:43.019Z # # # # # # # # # # # # # # #
1192024-01-20T04:11:43.019Z # # # ###### # # ###### ### # #### # #### #
1202024-01-20T04:11:43.019Z
1212024-01-20T04:11:52.217Z Startup: Refreshing catalog 'helios-dev' ... Done
1222024-01-20T04:11:53.865Z Startup: Caching catalogs ... Done
1232024-01-20T04:11:56.223ZPlanning: Solver setup ... Done (1.888s)
1242024-01-20T04:11:56.276ZPlanning: Running solver ... Done (0.052s)
1252024-01-20T04:11:56.302ZPlanning: Finding local manifests ... Done (0.002s)
1262024-01-20T04:11:56.333ZPlanning: Fetching manifests: 0/4 0% complete
1272024-01-20T04:11:56.625ZPlanning: Fetching manifests: 4/4 100% complete
1282024-01-20T04:11:56.703ZPlanning: Package planning ... Done (0.078s)
1292024-01-20T04:11:57.231ZPlanning: Merging actions ... Done (0.084s)
1302024-01-20T04:11:57.582ZPlanning: Checking for conflicting actions ... Done (0.800s)
1312024-01-20T04:11:57.600ZPlanning: Consolidating action changes ... Done (0.017s)
1322024-01-20T04:12:01.383ZPlanning: Evaluating mediators ... Done (3.780s)
1332024-01-20T04:12:01.397ZPlanning: Planning completed in 7.48 seconds
1342024-01-20T04:12:03.578Z Packages to install: 4
1352024-01-20T04:12:03.578Z Mediators to change: 2
1362024-01-20T04:12:04.003Z Services to change: 1
1372024-01-20T04:12:04.003Z Estimated space available: 148.87 GB
1382024-01-20T04:12:04.003ZEstimated space to be consumed: 1.40 GB
1392024-01-20T04:12:04.003Z Create boot environment: No
1402024-01-20T04:12:04.003ZCreate backup boot environment: No
1412024-01-20T04:12:04.003Z Rebuild boot archive: No
1422024-01-20T04:12:04.003Z
1432024-01-20T04:12:04.003ZChanged mediators:
1442024-01-20T04:12:04.003Z mediator clang:
1452024-01-20T04:12:04.003Z version: None -> 15 (system default)
1462024-01-20T04:12:04.003Z
1472024-01-20T04:12:04.003Z mediator llvm:
1482024-01-20T04:12:04.003Z version: 14 (system default) -> 15 (system default)
1492024-01-20T04:12:04.004Z
1502024-01-20T04:12:04.004ZChanged packages:
1512024-01-20T04:12:04.004Zhelios-dev
1522024-01-20T04:12:04.004Z developer/build-essential
1532024-01-20T04:12:04.004Z None -> 11-2.0
1542024-01-20T04:12:04.004Z library/libxmlsec1
1552024-01-20T04:12:04.005Z None -> 1.2.35-2.0
1562024-01-20T04:12:04.005Z ooce/developer/clang-15
1572024-01-20T04:12:04.005Z None -> 15.0.7-2.0
1582024-01-20T04:12:04.005Z ooce/developer/llvm-15
1592024-01-20T04:12:04.005Z None -> 15.0.7-2.0
1602024-01-20T04:12:04.005Z
1612024-01-20T04:12:04.005ZServices:
1622024-01-20T04:12:04.005Z restart_fmri:
1632024-01-20T04:12:04.005Z svc:/system/update-man-index:default
1642024-01-20T04:12:04.009Z
1652024-01-20T04:12:04.009ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1662024-01-20T04:12:08.834ZDownload: 471/3290 items 17.1/212.6MB 8% complete (3.6M/s)
1672024-01-20T04:12:13.876ZDownload: 902/3290 items 18.9/212.6MB 8% complete (1.9M/s)
1682024-01-20T04:12:18.876ZDownload: 1146/3290 items 74.3/212.6MB 34% complete (5.6M/s)
1692024-01-20T04:12:24.608ZDownload: 1196/3290 items 83.5/212.6MB 39% complete (6.5M/s)
1702024-01-20T04:12:32.354ZDownload: 1197/3290 items 83.5/212.6MB 39% complete (6.3M/s)
1712024-01-20T04:12:37.564ZDownload: 2191/3290 items 119.1/212.6MB 56% complete (7.2M/s)
1722024-01-20T04:12:42.527ZDownload: 2714/3290 items 120.8/212.6MB 56% complete (3.8M/s)
1732024-01-20T04:12:47.348ZDownload: 3099/3290 items 139.8/212.6MB 65% complete (2.0M/s)
1742024-01-20T04:12:56.240ZDownload: 3246/3290 items 203.1/212.6MB 95% complete (8.2M/s)
1752024-01-20T04:13:14.511ZDownload: 3248/3290 items 203.1/212.6MB 95% complete
1762024-01-20T04:13:16.843ZDownload: Completed 212.60 MB in 73.09 seconds (2.9M/s)
1772024-01-20T04:13:17.166Z Actions: 1/3689 actions (Installing new actions)
1782024-01-20T04:13:22.219Z Actions: 2355/3689 actions (Installing new actions)
1792024-01-20T04:13:24.926Z Actions: Completed 3689 actions in 7.76 seconds.
1802024-01-20T04:13:25.184Z Done (0.239s)
1812024-01-20T04:13:25.184Z Done (0.000s)
1822024-01-20T04:13:25.476Z Done (0.316s)
1832024-01-20T04:13:32.953Z Done (7.343s)
1842024-01-20T04:13:33.150Z Done (0.093s)
1852024-01-20T04:13:33.156Z Done (0.000s)
1862024-01-20T04:13:33.398Z Done (0.000s)
1872024-01-20T04:13:34.119ZPlanning: Evaluating mediator changes ... Done
1882024-01-20T04:13:34.394ZPlanning: Checking for conflicting actions ... Done
1892024-01-20T04:13:34.398ZPlanning: Consolidating action changes ... Done
1902024-01-20T04:13:34.835ZPlanning: Evaluating mediators ... Done
1912024-01-20T04:13:34.838ZPlanning: Planning completed in 0.72 seconds
1922024-01-20T04:13:34.899Z Mediators to change: 2
1932024-01-20T04:13:34.899Z Create boot environment: No
1942024-01-20T04:13:34.902ZCreate backup boot environment: No
1952024-01-20T04:13:34.988Z Done
1962024-01-20T04:13:34.988Z Done
1972024-01-20T04:13:35.188Z Done
1982024-01-20T04:13:40.882Z Done
1992024-01-20T04:13:40.951Z Done
2002024-01-20T04:13:40.955Z Done
2012024-01-20T04:13:41.052Z Done
2022024-01-20T04:13:42.057ZPlanning: Evaluating mediator changes ... Done
2032024-01-20T04:13:42.060ZPlanning: Merging actions ... Done
2042024-01-20T04:13:42.396ZPlanning: Checking for conflicting actions ... Done
2052024-01-20T04:13:42.401ZPlanning: Consolidating action changes ... Done
2062024-01-20T04:13:42.837ZPlanning: Evaluating mediators ... Done
2072024-01-20T04:13:42.983ZPlanning: Planning completed in 1.30 seconds
2082024-01-20T04:13:42.994Z Packages to change: 1
2092024-01-20T04:13:42.994Z Mediators to change: 1
2102024-01-20T04:13:42.994Z Services to change: 1
2112024-01-20T04:13:42.994Z Create boot environment: No
2122024-01-20T04:13:42.995ZCreate backup boot environment: Yes
2132024-01-20T04:13:44.887Z Actions: 1/6 actions (Updating modified actions)
2142024-01-20T04:13:44.903Z Actions: Completed 6 actions in 0.00 seconds.
2152024-01-20T04:13:44.904Z Done
2162024-01-20T04:13:44.904Z Done
2172024-01-20T04:13:44.932Z Done
2182024-01-20T04:13:50.743Z Done
2192024-01-20T04:13:50.866Z Done
2202024-01-20T04:13:50.870Z Done
2212024-01-20T04:13:50.955Z Done
2222024-01-20T04:13:51.637ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2232024-01-20T04:13:51.637Zclang system 15 system
2242024-01-20T04:13:51.637Zcsh system system illumos
2252024-01-20T04:13:51.638Zctags system system illumos
2262024-01-20T04:13:51.638Zgcc vendor 12 vendor
2272024-01-20T04:13:51.638Zgcc system 10 system
2282024-01-20T04:13:51.638Zgcc system 7 system
2292024-01-20T04:13:51.638Zgo system 1.20 system
2302024-01-20T04:13:51.638Zgo system 1.19 system
2312024-01-20T04:13:51.638Zllvm system 15 system
2322024-01-20T04:13:51.638Zllvm system 14 system
2332024-01-20T04:13:51.639Zmariadb system 10.6 system
2342024-01-20T04:13:51.639Zmta vendor vendor dma
2352024-01-20T04:13:51.639Zopenjdk system 17 system
2362024-01-20T04:13:51.639Zopenjdk system 11 system
2372024-01-20T04:13:51.640Zopenjdk system 1.8 system
2382024-01-20T04:13:51.642Zopenssl vendor 3 vendor
2392024-01-20T04:13:51.642Zperl system 5.36 system
2402024-01-20T04:13:51.642Zpostgresql system 15 system
2412024-01-20T04:13:51.642Zpostgresql system 13 system
2422024-01-20T04:13:51.642Zpython vendor 3 vendor
2432024-01-20T04:13:51.643Zpython system 2 system
2442024-01-20T04:13:51.643Zpython3 system 3.11 system
2452024-01-20T04:13:51.643Zruby system 3.0 system
2462024-01-20T04:13:51.644Zwords vendor vendor american-english
2472024-01-20T04:13:51.644Zwords system system australian-english
2482024-01-20T04:13:51.644Zwords system system british-english
2492024-01-20T04:13:51.644Zwords system system canadian-english
2502024-01-20T04:13:51.645Zwords system system french
2512024-01-20T04:13:51.645Zwords system system italian
2522024-01-20T04:13:51.645Zwords system system ngerman
2532024-01-20T04:13:51.645Zwords system system ogerman
2542024-01-20T04:13:51.645Zwords system system spanish
2552024-01-20T04:13:52.152ZFMRI IFO
2562024-01-20T04:13:52.152Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2572024-01-20T04:13:52.153Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2582024-01-20T04:13:52.153Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2592024-01-20T04:13:52.153Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2602024-01-20T04:13:52.153Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2612024-01-20T04:13:52.153Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i--
2622024-01-20T04:13:52.153Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i--
2632024-01-20T04:13:52.153Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i--
2642024-01-20T04:13:52.225Z+ set -o errexit
2652024-01-20T04:13:52.228Z+++ dirname ./tools/ci_download_cockroachdb
2662024-01-20T04:13:52.231Z++ cd ./tools
2672024-01-20T04:13:52.231Z++ pwd
2682024-01-20T04:13:52.231Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
2692024-01-20T04:13:52.234Z++ basename ./tools/ci_download_cockroachdb
2702024-01-20T04:13:52.234Z+ ARG0=ci_download_cockroachdb
2712024-01-20T04:13:52.234Z++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version
2722024-01-20T04:13:52.238Z+ CIDL_VERSION=v22.1.9
2732024-01-20T04:13:52.238Z+ source /work/oxidecomputer/omicron/tools/cockroachdb_checksums
2742024-01-20T04:13:52.238Z++ CIDL_MD5_DARWIN=2db972c254b4e3b599e12110520178b5
2752024-01-20T04:13:52.238Z++ CIDL_MD5_LINUX=8c3170883e0a0be1a34b44090c067a8c
2762024-01-20T04:13:52.239Z++ CIDL_MD5_ILLUMOS=d8999aff364e5d70f226e139fda724a3
2772024-01-20T04:13:52.239Z+ TARGET_DIR=out
2782024-01-20T04:13:52.239Z+ DOWNLOAD_DIR=out/downloads
2792024-01-20T04:13:52.239Z+ DEST_DIR=./out/cockroachdb
2802024-01-20T04:13:52.239Z+ CIDL_URL_COCKROACH=https://binaries.cockroachdb.com
2812024-01-20T04:13:52.239Z+ CIDL_URL_ILLUMOS=https://illumos.org/downloads
2822024-01-20T04:13:52.239Z+ main
2832024-01-20T04:13:52.239Z+ [[ 0 != 0 ]]
2842024-01-20T04:13:52.239Z+ CIDL_OS=solaris2.11
2852024-01-20T04:13:52.239Z+ [[ 0 != 0 ]]
2862024-01-20T04:13:52.239Z+ configure_os solaris2.11
2872024-01-20T04:13:52.239Z+ echo 'current directory: /work/oxidecomputer/omicron'
2882024-01-20T04:13:52.239Zcurrent directory: /work/oxidecomputer/omicron
2892024-01-20T04:13:52.239Z+ echo 'configuring based on OS: "solaris2.11"'
2902024-01-20T04:13:52.239Z+ case "$1" in
2912024-01-20T04:13:52.239Zconfiguring based on OS: "solaris2.11"
2922024-01-20T04:13:52.239Z+ CIDL_BUILD=illumos
2932024-01-20T04:13:52.239Z+ CIDL_SUFFIX=tar.gz
2942024-01-20T04:13:52.239Z+ CIDL_MD5=d8999aff364e5d70f226e139fda724a3
2952024-01-20T04:13:52.240Z+ CIDL_MD5FUNC=do_md5sum
2962024-01-20T04:13:52.240Z+ CIDL_URL_BASE=https://illumos.org/downloads
2972024-01-20T04:13:52.240Z+ CIDL_ASSEMBLE=do_assemble_illumos
2982024-01-20T04:13:52.240Z+ TARBALL_DIRNAME=cockroach-v22.1.9.illumos
2992024-01-20T04:13:52.240Z+ TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz
3002024-01-20T04:13:52.240Z+ TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz
3012024-01-20T04:13:52.240Z+ TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos
3022024-01-20T04:13:52.240Z+ CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz
3032024-01-20T04:13:52.240Z+ echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz'
3042024-01-20T04:13:52.241ZURL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz
3052024-01-20T04:13:52.241ZLocal file: out/downloads/cockroach-v22.1.9.illumos.tar.gz
3062024-01-20T04:13:52.241Z+ echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz'
3072024-01-20T04:13:52.241Z+ mkdir -p out/downloads
3082024-01-20T04:13:52.244Z+ mkdir -p ./out/cockroachdb
3092024-01-20T04:13:52.244Z+ local DO_DOWNLOAD=true
3102024-01-20T04:13:52.244Z+ [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]]
3112024-01-20T04:13:52.244Z+ '[' true == true ']'
3122024-01-20T04:13:52.244Z+ echo Downloading...
3132024-01-20T04:13:52.244ZDownloading...
3142024-01-20T04:13:52.245Z+ do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz
3152024-01-20T04:13:52.245Z+ 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
3162024-01-20T04:14:00.644Z++ do_md5sum out/downloads/cockroach-v22.1.9.illumos.tar.gz
3172024-01-20T04:14:00.651Z++ md5sum
3182024-01-20T04:14:00.651Z++ awk '{print $1}'
3192024-01-20T04:14:00.864Z+ calculated_md5=d8999aff364e5d70f226e139fda724a3
3202024-01-20T04:14:00.864Z+ [[ d8999aff364e5d70f226e139fda724a3 != \d\8\9\9\9\a\f\f\3\6\4\e\5\d\7\0\f\2\2\6\e\1\3\9\f\d\a\7\2\4\a\3 ]]
3212024-01-20T04:14:00.864Z+ do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz
3222024-01-20T04:14:00.871Z+ tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads
3232024-01-20T04:14:04.262Z+ do_assemble_illumos
3242024-01-20T04:14:04.262Z+ rm -r ./out/cockroachdb
3252024-01-20T04:14:04.276Z+ cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb
3262024-01-20T04:14:04.994Z+ ./out/cockroachdb/bin/cockroach version
3272024-01-20T04:14:05.263ZBuild Tag: v22.1.9-dirty
3282024-01-20T04:14:05.263ZBuild Time: 2022/10/26 21:17:46
3292024-01-20T04:14:05.263ZDistribution: OSS
3302024-01-20T04:14:05.263ZPlatform: illumos amd64 (x86_64-pc-solaris2.11)
3312024-01-20T04:14:05.263ZGo Version: go1.17.13
3322024-01-20T04:14:05.263ZC Compiler: gcc 10.3.0
3332024-01-20T04:14:05.263ZBuild Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493
3342024-01-20T04:14:05.263ZBuild Type: release
3352024-01-20T04:14:05.293Z+ set -o errexit
3362024-01-20T04:14:05.297Z+++ dirname ./tools/ci_download_clickhouse
3372024-01-20T04:14:05.297Z++ cd ./tools
3382024-01-20T04:14:05.297Z++ pwd
3392024-01-20T04:14:05.297Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
3402024-01-20T04:14:05.297Z++ basename ./tools/ci_download_clickhouse
3412024-01-20T04:14:05.297Z+ ARG0=ci_download_clickhouse
3422024-01-20T04:14:05.297Z+ TARGET_DIR=out
3432024-01-20T04:14:05.297Z+ DOWNLOAD_DIR=out/downloads
3442024-01-20T04:14:05.297Z+ DEST_DIR=./out/clickhouse
3452024-01-20T04:14:05.297Z+ CIDL_VERSION=v22.8.9.24
3462024-01-20T04:14:05.298Z+ source /work/oxidecomputer/omicron/tools/clickhouse_checksums
3472024-01-20T04:14:05.298Z++ CIDL_MD5_DARWIN=20603974a929926591fca70ff1df0e45
3482024-01-20T04:14:05.298Z++ CIDL_MD5_LINUX=ea909519bd9d989fd5d090fd9bdd42f1
3492024-01-20T04:14:05.298Z++ CIDL_MD5_ILLUMOS=7702939ce5b4b51846a1ba39f1392306
3502024-01-20T04:14:05.298Z+ CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com
3512024-01-20T04:14:05.309Z+ main
3522024-01-20T04:14:05.309Z+ [[ 0 != 0 ]]
3532024-01-20T04:14:05.310Z+ CIDL_OS=solaris2.11
3542024-01-20T04:14:05.310Z+ [[ 0 != 0 ]]
3552024-01-20T04:14:05.310Z+ configure_os solaris2.11
3562024-01-20T04:14:05.310Z+ echo 'current directory: /work/oxidecomputer/omicron'
3572024-01-20T04:14:05.310Z+ echo 'configuring based on OS: "solaris2.11"'
3582024-01-20T04:14:05.333Zcurrent directory: /work/oxidecomputer/omicron
3592024-01-20T04:14:05.333Z+ CIDL_DASHREV=
3602024-01-20T04:14:05.333Zconfiguring based on OS: "solaris2.11"
3612024-01-20T04:14:05.333Z+ case "$1" in
3622024-01-20T04:14:05.333Z+ CIDL_PLATFORM=illumos
3632024-01-20T04:14:05.333Z+ CIDL_MD5=7702939ce5b4b51846a1ba39f1392306
3642024-01-20T04:14:05.333Z+ CIDL_MD5FUNC=do_md5sum
3652024-01-20T04:14:05.333Z+ CIDL_DASHREV=-1
3662024-01-20T04:14:05.333Z+ TARBALL_DIRNAME=clickhouse-v22.8.9.24
3672024-01-20T04:14:05.333Z+ TARBALL_FILENAME=clickhouse-v22.8.9.24-1.illumos.tar.gz
3682024-01-20T04:14:05.333Z+ TARBALL_FILE=out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz
3692024-01-20T04:14:05.333Z+ CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz
3702024-01-20T04:14:05.333Z+ echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz'
3712024-01-20T04:14:05.333ZURL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz
3722024-01-20T04:14:05.333Z+ echo 'Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz'
3732024-01-20T04:14:05.333Z+ mkdir -p out/downloads
3742024-01-20T04:14:05.333ZLocal file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz
3752024-01-20T04:14:05.334Z+ mkdir -p ./out/clickhouse
3762024-01-20T04:14:05.334Z+ local DO_DOWNLOAD=true
3772024-01-20T04:14:05.334Z+ [[ -f out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ]]
3782024-01-20T04:14:05.334Z+ '[' true == true ']'
3792024-01-20T04:14:05.334Z+ echo Downloading...
3802024-01-20T04:14:05.334ZDownloading...
3812024-01-20T04:14:05.334Z+ do_download_curl https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz
3822024-01-20T04:14:05.334Z+ curl --silent --show-error --fail --location --output out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz
3832024-01-20T04:14:06.910Z++ do_md5sum out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz
3842024-01-20T04:14:06.913Z++ md5sum
3852024-01-20T04:14:06.913Z++ awk '{print $1}'
3862024-01-20T04:14:07.168Z+ calculated_md5=7702939ce5b4b51846a1ba39f1392306
3872024-01-20T04:14:07.168Z+ [[ 7702939ce5b4b51846a1ba39f1392306 != \7\7\0\2\9\3\9\c\e\5\b\4\b\5\1\8\4\6\a\1\b\a\3\9\f\1\3\9\2\3\0\6 ]]
3882024-01-20T04:14:07.172Z+ do_untar out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ./out/clickhouse
3892024-01-20T04:14:07.172Z+ mkdir -p ./out/clickhouse
3902024-01-20T04:14:07.174Z+ tar xzf out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz -C ./out/clickhouse
3912024-01-20T04:14:11.988Z+ ./out/clickhouse/clickhouse server --version
3922024-01-20T04:14:12.057ZClickHouse server version 22.8.9.1.
3932024-01-20T04:14:12.078Z+ set -o errexit
3942024-01-20T04:14:12.078Z+++ dirname ./tools/ci_download_console
3952024-01-20T04:14:12.078Z++ cd ./tools
3962024-01-20T04:14:12.079Z++ pwd
3972024-01-20T04:14:12.079Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
3982024-01-20T04:14:12.079Z++ basename ./tools/ci_download_console
3992024-01-20T04:14:12.080Z+ ARG0=ci_download_console
4002024-01-20T04:14:12.080Z+ TARGET_DIR=out
4012024-01-20T04:14:12.080Z+ DOWNLOAD_DIR=out/downloads
4022024-01-20T04:14:12.080Z+ DEST_DIR=./out/console-assets
4032024-01-20T04:14:12.080Z+ source /work/oxidecomputer/omicron/tools/console_version
4042024-01-20T04:14:12.080Z++ COMMIT=644a45b8e4ab673ad51754e372277abc3ddfd036
4052024-01-20T04:14:12.081Z++ SHA2=a059917d826081df04efd44186f6dfeef0099fc53f1e8618796ea990a510f4b0
4062024-01-20T04:14:12.081Z+ URL=https://dl.oxide.computer/releases/console/644a45b8e4ab673ad51754e372277abc3ddfd036.tar.gz
4072024-01-20T04:14:12.081Z+ TARBALL_FILE=out/downloads/console.tar.gz
4082024-01-20T04:14:12.081Z+ main
4092024-01-20T04:14:12.081Z+ [[ 0 != 0 ]]
4102024-01-20T04:14:12.082Z+ echo 'URL: https://dl.oxide.computer/releases/console/644a45b8e4ab673ad51754e372277abc3ddfd036.tar.gz'
4112024-01-20T04:14:12.082ZURL: https://dl.oxide.computer/releases/console/644a45b8e4ab673ad51754e372277abc3ddfd036.tar.gz
4122024-01-20T04:14:12.082Z+ echo 'Local file: out/downloads/console.tar.gz'
4132024-01-20T04:14:12.083ZLocal file: out/downloads/console.tar.gz
4142024-01-20T04:14:12.084Z+ local DO_DOWNLOAD=true
4152024-01-20T04:14:12.084Z+ [[ -f out/downloads/console.tar.gz ]]
4162024-01-20T04:14:12.084Z+ mkdir -p out/downloads
4172024-01-20T04:14:12.175Z+ '[' true == true ']'
4182024-01-20T04:14:12.175Z+ echo Downloading...
4192024-01-20T04:14:12.175ZDownloading...
4202024-01-20T04:14:12.175Z+ do_download_curl https://dl.oxide.computer/releases/console/644a45b8e4ab673ad51754e372277abc3ddfd036.tar.gz out/downloads/console.tar.gz
4212024-01-20T04:14:12.175Z+ curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/644a45b8e4ab673ad51754e372277abc3ddfd036.tar.gz
4222024-01-20T04:14:12.617Z++ do_sha256sum out/downloads/console.tar.gz
4232024-01-20T04:14:12.622Z++ case "$OSTYPE" in
4242024-01-20T04:14:12.622Z++ SHA=sha256sum
4252024-01-20T04:14:12.622Z++ sha256sum
4262024-01-20T04:14:12.622Z++ awk '{print $1}'
4272024-01-20T04:14:12.762Z+ calculated_sha2=a059917d826081df04efd44186f6dfeef0099fc53f1e8618796ea990a510f4b0
4282024-01-20T04:14:12.762Z+ [[ a059917d826081df04efd44186f6dfeef0099fc53f1e8618796ea990a510f4b0 != \a\0\5\9\9\1\7\d\8\2\6\0\8\1\d\f\0\4\e\f\d\4\4\1\8\6\f\6\d\f\e\e\f\0\0\9\9\f\c\5\3\f\1\e\8\6\1\8\7\9\6\e\a\9\9\0\a\5\1\0\f\4\b\0 ]]
4292024-01-20T04:14:12.763Z+ rm -rf ./out/console-assets
4302024-01-20T04:14:12.766Z+ mkdir -p ./out/console-assets
4312024-01-20T04:14:12.770Z+ do_untar out/downloads/console.tar.gz ./out/console-assets
4322024-01-20T04:14:12.771Z+ mkdir -p ./out/console-assets
4332024-01-20T04:14:12.771Z+ tar xzf out/downloads/console.tar.gz -C ./out/console-assets
4342024-01-20T04:14:12.923Z+ set -o errexit
4352024-01-20T04:14:13.350Z+++ dirname ./tools/ci_download_maghemite_openapi
4362024-01-20T04:14:13.350Z++ cd ./tools
4372024-01-20T04:14:13.351Z++ pwd
4382024-01-20T04:14:13.351Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
4392024-01-20T04:14:13.351Z++ basename ./tools/ci_download_maghemite_openapi
4402024-01-20T04:14:13.351Z+ ARG0=ci_download_maghemite_openapi
4412024-01-20T04:14:13.351Z+ TARGET_DIR=out
4422024-01-20T04:14:13.351Z+ DOWNLOAD_DIR=out/downloads
4432024-01-20T04:14:13.351Z+ source /work/oxidecomputer/omicron/tools/maghemite_ddm_openapi_version
4442024-01-20T04:14:13.351Z++ COMMIT=2fd39b75df696961e5ea190c7d74dd91f4849cd3
4452024-01-20T04:14:13.351Z++ SHA2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf
4462024-01-20T04:14:13.351Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/ddm-admin.json
4472024-01-20T04:14:13.351Z+ LOCAL_FILE=out/downloads/ddm-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json
4482024-01-20T04:14:13.351Z+ main
4492024-01-20T04:14:13.351Z+ [[ 0 != 0 ]]
4502024-01-20T04:14:13.351Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/ddm-admin.json'
4512024-01-20T04:14:13.351ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/ddm-admin.json
4522024-01-20T04:14:13.351Z+ echo 'Local file: out/downloads/ddm-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json'
4532024-01-20T04:14:13.352ZLocal file: out/downloads/ddm-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json
4542024-01-20T04:14:13.352Z+ local DO_DOWNLOAD=true
4552024-01-20T04:14:13.352Z+ [[ -f out/downloads/ddm-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json ]]
4562024-01-20T04:14:13.352Z+ mkdir -p out/downloads
4572024-01-20T04:14:13.352Z+ '[' true == true ']'
4582024-01-20T04:14:13.352Z+ echo Downloading...
4592024-01-20T04:14:13.352ZDownloading...
4602024-01-20T04:14:13.352Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/ddm-admin.json out/downloads/ddm-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json
4612024-01-20T04:14:13.352Z+ curl --silent --show-error --fail --location --output out/downloads/ddm-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/ddm-admin.json
4622024-01-20T04:14:13.354Z++ do_sha256sum out/downloads/ddm-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json
4632024-01-20T04:14:13.354Z++ case "$OSTYPE" in
4642024-01-20T04:14:13.354Z++ SHA=sha256sum
4652024-01-20T04:14:13.354Z++ sha256sum
4662024-01-20T04:14:13.354Z++ awk '{print $1}'
4672024-01-20T04:14:13.354Z+ calculated_sha2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf
4682024-01-20T04:14:13.354Z+ [[ 9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf != \9\7\3\7\9\0\6\5\5\5\a\6\0\9\1\1\6\3\6\5\3\2\f\0\0\f\1\d\c\2\8\6\6\d\c\7\c\d\6\5\5\3\b\e\b\1\0\6\e\9\e\5\7\b\e\a\b\a\d\4\1\c\d\f ]]
4692024-01-20T04:14:13.354Z+ source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version
4702024-01-20T04:14:13.354Z++ COMMIT=2fd39b75df696961e5ea190c7d74dd91f4849cd3
4712024-01-20T04:14:13.354Z++ SHA2=931efa310d972b1f8afba2308751fc6a2035afbaebba77b3a40a8358c123ba3c
4722024-01-20T04:14:13.354Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mg-admin.json
4732024-01-20T04:14:13.355Z+ LOCAL_FILE=out/downloads/mg-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json
4742024-01-20T04:14:13.355Z+ main
4752024-01-20T04:14:13.355Z+ [[ 0 != 0 ]]
4762024-01-20T04:14:13.355Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mg-admin.json'
4772024-01-20T04:14:13.355ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mg-admin.json
4782024-01-20T04:14:13.355Z+ echo 'Local file: out/downloads/mg-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json'
4792024-01-20T04:14:13.355ZLocal file: out/downloads/mg-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json
4802024-01-20T04:14:13.355Z+ local DO_DOWNLOAD=true
4812024-01-20T04:14:13.355Z+ [[ -f out/downloads/mg-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json ]]
4822024-01-20T04:14:13.355Z+ mkdir -p out/downloads
4832024-01-20T04:14:13.361Z+ '[' true == true ']'
4842024-01-20T04:14:13.362Z+ echo Downloading...
4852024-01-20T04:14:13.362ZDownloading...
4862024-01-20T04:14:13.362Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mg-admin.json out/downloads/mg-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json
4872024-01-20T04:14:13.363Z+ curl --silent --show-error --fail --location --output out/downloads/mg-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mg-admin.json
4882024-01-20T04:14:13.428Z++ do_sha256sum out/downloads/mg-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json
4892024-01-20T04:14:13.451Z++ case "$OSTYPE" in
4902024-01-20T04:14:13.451Z++ SHA=sha256sum
4912024-01-20T04:14:13.451Z++ sha256sum
4922024-01-20T04:14:13.451Z++ awk '{print $1}'
4932024-01-20T04:14:13.451Z+ calculated_sha2=931efa310d972b1f8afba2308751fc6a2035afbaebba77b3a40a8358c123ba3c
4942024-01-20T04:14:13.451Z+ [[ 931efa310d972b1f8afba2308751fc6a2035afbaebba77b3a40a8358c123ba3c != \9\3\1\e\f\a\3\1\0\d\9\7\2\b\1\f\8\a\f\b\a\2\3\0\8\7\5\1\f\c\6\a\2\0\3\5\a\f\b\a\e\b\b\a\7\7\b\3\a\4\0\a\8\3\5\8\c\1\2\3\b\a\3\c ]]
4952024-01-20T04:14:13.452Z+ set -o errexit
4962024-01-20T04:14:13.452Z+++ dirname ./tools/ci_download_dendrite_openapi
4972024-01-20T04:14:13.452Z++ cd ./tools
4982024-01-20T04:14:13.452Z++ pwd
4992024-01-20T04:14:13.452Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
5002024-01-20T04:14:13.452Z++ basename ./tools/ci_download_dendrite_openapi
5012024-01-20T04:14:13.452Z+ ARG0=ci_download_dendrite_openapi
5022024-01-20T04:14:13.452Z+ TARGET_DIR=out
5032024-01-20T04:14:13.452Z+ DOWNLOAD_DIR=out/downloads
5042024-01-20T04:14:13.452Z+ source /work/oxidecomputer/omicron/tools/dendrite_openapi_version
5052024-01-20T04:14:13.453Z++ COMMIT=1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7
5062024-01-20T04:14:13.453Z++ SHA2=07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0
5072024-01-20T04:14:13.453Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7/dpd.json
5082024-01-20T04:14:13.453Z+ LOCAL_FILE=out/downloads/dpd-1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7.json
5092024-01-20T04:14:13.453Z+ main
5102024-01-20T04:14:13.453Z+ [[ 0 != 0 ]]
5112024-01-20T04:14:13.453Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7/dpd.json'
5122024-01-20T04:14:13.453ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7/dpd.json
5132024-01-20T04:14:13.454ZLocal file: out/downloads/dpd-1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7.json
5142024-01-20T04:14:13.454Z+ echo 'Local file: out/downloads/dpd-1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7.json'
5152024-01-20T04:14:13.454Z+ local DO_DOWNLOAD=true
5162024-01-20T04:14:13.454Z+ [[ -f out/downloads/dpd-1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7.json ]]
5172024-01-20T04:14:13.454Z+ mkdir -p out/downloads
5182024-01-20T04:14:13.454Z+ '[' true == true ']'
5192024-01-20T04:14:13.454Z+ echo Downloading...
5202024-01-20T04:14:13.455ZDownloading...
5212024-01-20T04:14:13.455Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7/dpd.json out/downloads/dpd-1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7.json
5222024-01-20T04:14:13.455Z+ curl --silent --show-error --fail --location --output out/downloads/dpd-1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7/dpd.json
5232024-01-20T04:14:14.104Z++ do_sha256sum out/downloads/dpd-1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7.json
5242024-01-20T04:14:14.104Z++ case "$OSTYPE" in
5252024-01-20T04:14:14.528Z++ SHA=sha256sum
5262024-01-20T04:14:14.529Z++ sha256sum
5272024-01-20T04:14:14.529Z++ awk '{print $1}'
5282024-01-20T04:14:14.530Z+ calculated_sha2=07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0
5292024-01-20T04:14:14.530Z+ [[ 07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0 != \0\7\d\1\1\5\b\f\a\8\4\9\8\a\8\0\1\5\c\a\2\a\8\4\4\7\e\f\e\e\a\c\3\2\e\2\4\a\e\b\2\5\b\a\f\3\d\5\e\2\3\1\3\2\1\6\e\1\1\2\9\3\c\0 ]]
5302024-01-20T04:14:14.530Z+ set -o errexit
5312024-01-20T04:14:14.530Z+++ dirname ./tools/ci_download_dendrite_stub
5322024-01-20T04:14:14.530Z++ cd ./tools
5332024-01-20T04:14:14.530Z++ pwd
5342024-01-20T04:14:14.531Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
5352024-01-20T04:14:14.531Z++ basename ./tools/ci_download_dendrite_stub
5362024-01-20T04:14:14.531Z+ ARG0=ci_download_dendrite_stub
5372024-01-20T04:14:14.531Z+ source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums
5382024-01-20T04:14:14.531Z++ CIDL_SHA256_ILLUMOS=052d97370515189465e4e835edb4a2d7e1e0b55ace0230ba18f045a03d975e80
5392024-01-20T04:14:14.531Z++ CIDL_SHA256_LINUX_DPD=5c8bc252818897bc552a039f2423eb668d99e19ef54374644412c7aca533f94e
5402024-01-20T04:14:14.531Z++ CIDL_SHA256_LINUX_SWADM=9d549fc3ebaf392961404b50e802ccb5e81e41e779ecc46166d49e5fb44b524f
5412024-01-20T04:14:14.532Z+ source /work/oxidecomputer/omicron/tools/dendrite_openapi_version
5422024-01-20T04:14:14.532Z++ COMMIT=1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7
5432024-01-20T04:14:14.532Z++ SHA2=07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0
5442024-01-20T04:14:14.532Z+ TARGET_DIR=out
5452024-01-20T04:14:14.532Z+ DOWNLOAD_DIR=out/downloads
5462024-01-20T04:14:14.532Z+ DEST_DIR=./out/dendrite-stub
5472024-01-20T04:14:14.532Z+ BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin
5482024-01-20T04:14:14.532Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
5492024-01-20T04:14:14.532Z+ REPO=oxidecomputer/dendrite
5502024-01-20T04:14:14.533Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7
5512024-01-20T04:14:14.533Z+ main
5522024-01-20T04:14:14.533Z+ [[ 0 != 0 ]]
5532024-01-20T04:14:14.533Z+ CIDL_OS=solaris2.11
5542024-01-20T04:14:14.533Z+ [[ 0 != 0 ]]
5552024-01-20T04:14:14.533Z+ configure_os solaris2.11
5562024-01-20T04:14:14.533Z+ echo 'current directory: /work/oxidecomputer/omicron'
5572024-01-20T04:14:14.533Zcurrent directory: /work/oxidecomputer/omicron
5582024-01-20T04:14:14.534Z+ echo 'configuring based on OS: "solaris2.11"'
5592024-01-20T04:14:14.534Zconfiguring based on OS: "solaris2.11"
5602024-01-20T04:14:14.534Z+ case "$1" in
5612024-01-20T04:14:14.534Z+ SET_BINARIES=
5622024-01-20T04:14:14.534Z+ CIDL_SHA256=052d97370515189465e4e835edb4a2d7e1e0b55ace0230ba18f045a03d975e80
5632024-01-20T04:14:14.534Z+ CIDL_SHA256FUNC=do_sha256sum
5642024-01-20T04:14:14.534Z+ TARBALL_FILENAME=dendrite-stub.tar.gz
5652024-01-20T04:14:14.535Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7/dendrite-stub.tar.gz
5662024-01-20T04:14:14.535Z+ TARBALL_FILE=out/downloads/dendrite-stub.tar.gz
5672024-01-20T04:14:14.535Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7/dendrite-stub.tar.gz'
5682024-01-20T04:14:14.535ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7/dendrite-stub.tar.gz
5692024-01-20T04:14:14.535ZLocal file: out/downloads/dendrite-stub.tar.gz
5702024-01-20T04:14:14.535Z+ echo 'Local file: out/downloads/dendrite-stub.tar.gz'
5712024-01-20T04:14:14.535Z+ mkdir -p out/downloads
5722024-01-20T04:14:14.536Z+ mkdir -p ./out/dendrite-stub
5732024-01-20T04:14:14.536Z+ fetch_and_verify
5742024-01-20T04:14:14.536Z+ local DO_DOWNLOAD=true
5752024-01-20T04:14:14.536Z+ [[ -f out/downloads/dendrite-stub.tar.gz ]]
5762024-01-20T04:14:14.539Z+ '[' true == true ']'
5772024-01-20T04:14:14.539Z+ echo Downloading...
5782024-01-20T04:14:14.539ZDownloading...
5792024-01-20T04:14:14.540Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz
5802024-01-20T04:14:14.540Z+ curl --silent --show-error --fail --location --output out/downloads/dendrite-stub.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7/dendrite-stub.tar.gz
5812024-01-20T04:14:29.985Z++ do_sha256sum out/downloads/dendrite-stub.tar.gz
5822024-01-20T04:14:29.991Z++ sha256sum
5832024-01-20T04:14:29.991Z++ awk '{print $1}'
5842024-01-20T04:14:30.090Z+ calculated_sha256=052d97370515189465e4e835edb4a2d7e1e0b55ace0230ba18f045a03d975e80
5852024-01-20T04:14:30.090Z+ [[ 052d97370515189465e4e835edb4a2d7e1e0b55ace0230ba18f045a03d975e80 != \0\5\2\d\9\7\3\7\0\5\1\5\1\8\9\4\6\5\e\4\e\8\3\5\e\d\b\4\a\2\d\7\e\1\e\0\b\5\5\a\c\e\0\2\3\0\b\a\1\8\f\0\4\5\a\0\3\d\9\7\5\e\8\0 ]]
5862024-01-20T04:14:30.118Z+ do_untar out/downloads/dendrite-stub.tar.gz
5872024-01-20T04:14:30.118Z+ tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads
5882024-01-20T04:14:31.187Z+ do_assemble
5892024-01-20T04:14:31.188Z+ rm -r ./out/dendrite-stub
5902024-01-20T04:14:31.201Z+ mkdir ./out/dendrite-stub
5912024-01-20T04:14:31.201Z+ cp -r out/downloads/root ./out/dendrite-stub/root
5922024-01-20T04:14:31.793Z+ ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin
5932024-01-20T04:14:31.802Z+ set -o errexit
5942024-01-20T04:14:31.802Z+++ dirname ./tools/ci_download_maghemite_mgd
5952024-01-20T04:14:31.802Z++ cd ./tools
5962024-01-20T04:14:31.802Z++ pwd
5972024-01-20T04:14:31.802Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
5982024-01-20T04:14:31.802Z++ basename ./tools/ci_download_maghemite_mgd
5992024-01-20T04:14:31.803Z+ ARG0=ci_download_maghemite_mgd
6002024-01-20T04:14:31.803Z+ source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums
6012024-01-20T04:14:31.803Z++ CIDL_SHA256=802636775fa77dc6eec193e65fde87e403f6a11531745d47ef5e7ff13b242890
6022024-01-20T04:14:31.803Z++ MGD_LINUX_SHA256=1bcadfd700902e3640843e0bb53d3defdbcd8d86c3279efa0953ae8d6437e2b0
6032024-01-20T04:14:31.803Z+ source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version
6042024-01-20T04:14:31.803Z++ COMMIT=2fd39b75df696961e5ea190c7d74dd91f4849cd3
6052024-01-20T04:14:31.803Z++ SHA2=931efa310d972b1f8afba2308751fc6a2035afbaebba77b3a40a8358c123ba3c
6062024-01-20T04:14:31.803Z+ TARGET_DIR=out
6072024-01-20T04:14:31.803Z+ DOWNLOAD_DIR=out/downloads
6082024-01-20T04:14:31.803Z+ DEST_DIR=./out/mgd
6092024-01-20T04:14:31.803Z+ BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin
6102024-01-20T04:14:31.803Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
6112024-01-20T04:14:31.804Z+ REPO=oxidecomputer/maghemite
6122024-01-20T04:14:31.804Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/2fd39b75df696961e5ea190c7d74dd91f4849cd3
6132024-01-20T04:14:31.804Z+ main
6142024-01-20T04:14:31.804Z+ [[ 0 != 0 ]]
6152024-01-20T04:14:31.804Z+ CIDL_OS=solaris2.11
6162024-01-20T04:14:31.805Z+ [[ 0 != 0 ]]
6172024-01-20T04:14:31.805Z+ configure_os solaris2.11
6182024-01-20T04:14:31.805Z+ echo 'current directory: /work/oxidecomputer/omicron'
6192024-01-20T04:14:31.805Zcurrent directory: /work/oxidecomputer/omicron
6202024-01-20T04:14:31.805Z+ echo 'configuring based on OS: "solaris2.11"'
6212024-01-20T04:14:31.806Z+ case "$1" in
6222024-01-20T04:14:31.806Zconfiguring based on OS: "solaris2.11"
6232024-01-20T04:14:31.806Z+ SET_BINARIES=
6242024-01-20T04:14:31.806Z+ CIDL_SHA256FUNC=do_sha256sum
6252024-01-20T04:14:31.806Z+ TARBALL_FILENAME=mgd.tar.gz
6262024-01-20T04:14:31.806Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mgd.tar.gz
6272024-01-20T04:14:31.806Z+ TARBALL_FILE=out/downloads/mgd.tar.gz
6282024-01-20T04:14:31.806Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mgd.tar.gz'
6292024-01-20T04:14:31.806ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mgd.tar.gz
6302024-01-20T04:14:31.806Z+ echo 'Local file: out/downloads/mgd.tar.gz'
6312024-01-20T04:14:31.806ZLocal file: out/downloads/mgd.tar.gz
6322024-01-20T04:14:31.807Z+ mkdir -p out/downloads
6332024-01-20T04:14:31.807Z+ mkdir -p ./out/mgd
6342024-01-20T04:14:31.807Z+ fetch_and_verify
6352024-01-20T04:14:31.807Z+ local DO_DOWNLOAD=true
6362024-01-20T04:14:31.807Z+ [[ -f out/downloads/mgd.tar.gz ]]
6372024-01-20T04:14:31.807Z+ '[' true == true ']'
6382024-01-20T04:14:31.807Z+ echo Downloading...
6392024-01-20T04:14:31.807ZDownloading...
6402024-01-20T04:14:31.807Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mgd.tar.gz out/downloads/mgd.tar.gz
6412024-01-20T04:14:31.808Z+ curl --silent --show-error --fail --location --output out/downloads/mgd.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mgd.tar.gz
6422024-01-20T04:14:44.647Z++ do_sha256sum out/downloads/mgd.tar.gz
6432024-01-20T04:14:44.659Z++ sha256sum
6442024-01-20T04:14:44.659Z++ awk '{print $1}'
6452024-01-20T04:14:44.720Z+ calculated_sha256=802636775fa77dc6eec193e65fde87e403f6a11531745d47ef5e7ff13b242890
6462024-01-20T04:14:44.721Z+ [[ 802636775fa77dc6eec193e65fde87e403f6a11531745d47ef5e7ff13b242890 != \8\0\2\6\3\6\7\7\5\f\a\7\7\d\c\6\e\e\c\1\9\3\e\6\5\f\d\e\8\7\e\4\0\3\f\6\a\1\1\5\3\1\7\4\5\d\4\7\e\f\5\e\7\f\f\1\3\b\2\4\2\8\9\0 ]]
6472024-01-20T04:14:44.736Z+ do_untar out/downloads/mgd.tar.gz
6482024-01-20T04:14:44.736Z+ tar xzf out/downloads/mgd.tar.gz -C out/downloads
6492024-01-20T04:14:45.411Z+ do_assemble
6502024-01-20T04:14:45.412Z+ rm -r ./out/mgd
6512024-01-20T04:14:45.855Z+ mkdir ./out/mgd
6522024-01-20T04:14:45.855Z+ cp -r out/downloads/root ./out/mgd/root
6532024-01-20T04:14:46.345Z+ set -o errexit
6542024-01-20T04:14:46.345Z+++ dirname ./tools/ci_download_transceiver_control
6552024-01-20T04:14:46.346Z++ cd ./tools
6562024-01-20T04:14:46.346Z++ pwd
6572024-01-20T04:14:46.346Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
6582024-01-20T04:14:46.346Z++ basename ./tools/ci_download_transceiver_control
6592024-01-20T04:14:46.346Z+ ARG0=ci_download_transceiver_control
6602024-01-20T04:14:46.347Z+ source /work/oxidecomputer/omicron/tools/transceiver_control_version
6612024-01-20T04:14:46.347Z++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a
6622024-01-20T04:14:46.347Z++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
6632024-01-20T04:14:46.347Z+ TARGET_DIR=out
6642024-01-20T04:14:46.347Z+ DOWNLOAD_DIR=out/downloads
6652024-01-20T04:14:46.347Z+ DEST_DIR=./out/transceiver-control
6662024-01-20T04:14:46.347Z+ BIN_DIR=/opt/oxide/bin
6672024-01-20T04:14:46.348Z+ BINARY=xcvradm
6682024-01-20T04:14:46.348Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
6692024-01-20T04:14:46.349Z+ REPO=oxidecomputer/transceiver-control
6702024-01-20T04:14:46.349Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a
6712024-01-20T04:14:46.349Z+ main
6722024-01-20T04:14:46.350Z+ [[ 0 != 0 ]]
6732024-01-20T04:14:46.350Z+ CIDL_OS=solaris2.11
6742024-01-20T04:14:46.350Z+ [[ 0 != 0 ]]
6752024-01-20T04:14:46.350Z+ configure_os solaris2.11
6762024-01-20T04:14:46.350Z+ echo 'current directory: /work/oxidecomputer/omicron'
6772024-01-20T04:14:46.350Zcurrent directory: /work/oxidecomputer/omicron
6782024-01-20T04:14:46.350Z+ echo 'configuring based on OS: "solaris2.11"'
6792024-01-20T04:14:46.351Zconfiguring based on OS: "solaris2.11"
6802024-01-20T04:14:46.351Z+ case "$1" in
6812024-01-20T04:14:46.351Z+ SET_BINARIES=
6822024-01-20T04:14:46.351Z+ CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
6832024-01-20T04:14:46.351Z+ CIDL_SHA256FUNC=do_sha256sum
6842024-01-20T04:14:46.352Z+ ARCHIVE_FILENAME=xcvradm.gz
6852024-01-20T04:14:46.352Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz
6862024-01-20T04:14:46.352Z+ ARCHIVE_FILE=out/downloads/xcvradm.gz
6872024-01-20T04:14:46.352Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz'
6882024-01-20T04:14:46.353Z+ echo 'Local file: out/downloads/xcvradm.gz'
6892024-01-20T04:14:46.353ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz
6902024-01-20T04:14:46.353ZLocal file: out/downloads/xcvradm.gz
6912024-01-20T04:14:46.353Z+ mkdir -p out/downloads
6922024-01-20T04:14:46.353Z+ mkdir -p ./out/transceiver-control
6932024-01-20T04:14:46.354Z+ fetch_and_verify
6942024-01-20T04:14:46.354Z+ local DO_DOWNLOAD=true
6952024-01-20T04:14:46.354Z+ [[ -f out/downloads/xcvradm.gz ]]
6962024-01-20T04:14:46.354Z+ '[' true == true ']'
6972024-01-20T04:14:46.354Z+ echo Downloading...
6982024-01-20T04:14:46.354ZDownloading...
6992024-01-20T04:14:46.355Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz
7002024-01-20T04:14:46.355Z+ 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
7012024-01-20T04:14:51.954Z++ do_sha256sum out/downloads/xcvradm.gz
7022024-01-20T04:14:51.959Z++ sha256sum
7032024-01-20T04:14:51.959Z++ awk '{print $1}'
7042024-01-20T04:14:51.980Z+ calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
7052024-01-20T04:14:51.980Z+ [[ 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 ]]
7062024-01-20T04:14:51.984Z+ do_unpack out/downloads/xcvradm.gz
7072024-01-20T04:14:51.984Z+ mkdir -p out/downloads/root//opt/oxide/bin
7082024-01-20T04:14:51.984Z+ gzip -dc out/downloads/xcvradm.gz
7092024-01-20T04:14:52.687Z+ chmod +x out/downloads/root//opt/oxide/bin/xcvradm
7102024-01-20T04:14:52.687Z+ do_assemble
7112024-01-20T04:14:52.687Z+ rm -r ./out/transceiver-control
7122024-01-20T04:14:52.688Z+ mkdir ./out/transceiver-control
7132024-01-20T04:14:52.688Z+ cp -r out/downloads/root ./out/transceiver-control/root
7142024-01-20T04:14:52.688ZAll builder prerequisites installed successfully, and PATH looks valid
7152024-01-20T04:14:52.688Z
7162024-01-20T04:14:52.688Zreal 3:09.842091658
7172024-01-20T04:14:52.688Zuser 52.162856956
7182024-01-20T04:14:52.688Zsys 10.075315483
7192024-01-20T04:14:52.689Ztrap 0.023420012
7202024-01-20T04:14:52.689Ztflt 0.199726836
7212024-01-20T04:14:52.689Zdflt 0.330185364
7222024-01-20T04:14:52.691Zkflt 0.142636528
7232024-01-20T04:14:52.691Zlock 2.318498164
7242024-01-20T04:14:52.691Zslp 6:26.361776874
7252024-01-20T04:14:52.692Zlat 3.464947936
7262024-01-20T04:14:52.692Zstop 0.064953656
7272024-01-20T04:14:52.692Z
7282024-01-20T04:14:52.692Z #### # # ##### ##### # #
7292024-01-20T04:14:52.697Z # # # # # # # # # #
7302024-01-20T04:14:52.697Z # # # # # # # #
7312024-01-20T04:14:52.698Z # # # ##### ##### #
7322024-01-20T04:14:52.698Z # # # # # # #
7332024-01-20T04:14:52.698Z #### ###### # # # #
7342024-01-20T04:14:52.698Z
7352024-01-20T04:14:52.864Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
7362024-01-20T04:14:53.219Z Updating crates.io index
7372024-01-20T04:14:53.323Z Updating git repository `https://github.com/oxidecomputer/dropshot`
7382024-01-20T04:14:54.158Z Updating git repository `https://github.com/oxidecomputer/progenitor`
7392024-01-20T04:14:56.398Z Updating git repository `http://github.com/oxidecomputer/serde_human_bytes`
7402024-01-20T04:14:56.976Z Updating git repository `http://github.com/oxidecomputer/tofino`
7412024-01-20T04:14:57.305Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
7422024-01-20T04:14:57.576Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
7432024-01-20T04:14:57.847Z Updating git repository `https://github.com/oxidecomputer/propolis`
7442024-01-20T04:14:58.733Z Updating git repository `https://github.com/oxidecomputer/crucible`
7452024-01-20T04:15:01.030Z Updating git repository `https://github.com/oxidecomputer/opte`
7462024-01-20T04:15:02.065Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
7472024-01-20T04:15:02.440Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
7482024-01-20T04:15:02.966Z Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel`
7492024-01-20T04:15:03.303Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
7502024-01-20T04:15:03.618Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
7512024-01-20T04:15:03.942Z Updating git repository `http://github.com/oxidecomputer/sprockets`
7522024-01-20T04:15:04.309Z Updating git repository `https://github.com/oxidecomputer/diesel-dtrace`
7532024-01-20T04:15:04.613Z Updating git repository `https://github.com/njaremko/samael`
7542024-01-20T04:15:05.091Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
7552024-01-20T04:15:05.751Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
7562024-01-20T04:15:06.096Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
7572024-01-20T04:15:06.441Z Updating git repository `https://github.com/jgallagher/nix`
7582024-01-20T04:15:07.646Z Updating git repository `https://github.com/cbiffle/hubpack`
7592024-01-20T04:15:08.244Z Updating git repository `https://github.com/oxidecomputer/typify`
7602024-01-20T04:15:13.423Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
7612024-01-20T04:15:13.825Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
7622024-01-20T04:15:14.141Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
7632024-01-20T04:15:15.686Z Downloading crates ...
7642024-01-20T04:15:15.897Z Downloaded anstyle v1.0.2
7652024-01-20T04:15:15.904Z Downloaded proc-macro2 v1.0.74
7662024-01-20T04:15:15.911Z Downloaded serde_spanned v0.6.4
7672024-01-20T04:15:15.920Z Downloaded colorchoice v1.0.0
7682024-01-20T04:15:15.920Z Downloaded equivalent v1.0.1
7692024-01-20T04:15:15.920Z Downloaded io-lifetimes v1.0.11
7702024-01-20T04:15:15.929Z Downloaded itoa v1.0.9
7712024-01-20T04:15:16.004Z Downloaded strsim v0.10.0
7722024-01-20T04:15:16.012Z Downloaded utf8parse v0.2.1
7732024-01-20T04:15:16.012Z Downloaded anstyle-query v1.0.0
7742024-01-20T04:15:16.012Z Downloaded errno v0.3.8
7752024-01-20T04:15:16.012Z Downloaded clap_lex v0.5.1
7762024-01-20T04:15:16.012Z Downloaded cargo-platform v0.1.3
7772024-01-20T04:15:16.013Z Downloaded heck v0.4.1
7782024-01-20T04:15:16.013Z Downloaded toml_datetime v0.6.5
7792024-01-20T04:15:16.013Z Downloaded thiserror v1.0.49
7802024-01-20T04:15:16.013Z Downloaded quote v1.0.35
7812024-01-20T04:15:16.013Z Downloaded semver v1.0.21
7822024-01-20T04:15:16.013Z Downloaded terminal_size v0.2.6
7832024-01-20T04:15:16.013Z Downloaded clap_derive v4.4.2
7842024-01-20T04:15:16.013Z Downloaded anyhow v1.0.75
7852024-01-20T04:15:16.013Z Downloaded toml v0.8.8
7862024-01-20T04:15:16.013Z Downloaded clap v4.4.3
7872024-01-20T04:15:16.013Z Downloaded serde v1.0.195
7882024-01-20T04:15:16.013Z Downloaded thiserror-impl v1.0.49
7892024-01-20T04:15:16.013Z Downloaded memchr v2.6.3
7902024-01-20T04:15:16.021Z Downloaded toml_edit v0.21.0
7912024-01-20T04:15:16.067Z Downloaded hashbrown v0.14.2
7922024-01-20T04:15:16.169Z Downloaded winnow v0.5.15
7932024-01-20T04:15:16.180Z Downloaded syn v2.0.46
7942024-01-20T04:15:16.181Z Downloaded rustix v0.37.23
7952024-01-20T04:15:16.182Z Downloaded libc v0.2.152
7962024-01-20T04:15:16.188Z Downloaded clap_builder v4.4.2
7972024-01-20T04:15:16.195Z Downloaded serde_json v1.0.111
7982024-01-20T04:15:16.207Z Downloaded indexmap v2.1.0
7992024-01-20T04:15:16.219Z Downloaded ryu v1.0.15
8002024-01-20T04:15:16.222Z Downloaded serde_derive v1.0.195
8012024-01-20T04:15:16.222Z Downloaded camino v1.1.6
8022024-01-20T04:15:16.226Z Downloaded cargo_metadata v0.18.1
8032024-01-20T04:15:16.235Z Downloaded unicode-ident v1.0.12
8042024-01-20T04:15:16.235Z Downloaded cargo_toml v0.18.0
8052024-01-20T04:15:16.240Z Downloaded anstyle-parse v0.2.1
8062024-01-20T04:15:16.240Z Downloaded bitflags v1.3.2
8072024-01-20T04:15:16.257Z Downloaded anstream v0.5.0
8082024-01-20T04:15:16.360Z Compiling proc-macro2 v1.0.74
8092024-01-20T04:15:16.360Z Compiling unicode-ident v1.0.12
8102024-01-20T04:15:16.365Z Compiling serde v1.0.195
8112024-01-20T04:15:16.365Z Compiling libc v0.2.152
8122024-01-20T04:15:16.365Z Compiling io-lifetimes v1.0.11
8132024-01-20T04:15:16.374Z Compiling rustix v0.37.23
8142024-01-20T04:15:16.379Z Compiling equivalent v1.0.1
8152024-01-20T04:15:16.379Z Compiling bitflags v1.3.2
8162024-01-20T04:15:16.591Z Compiling utf8parse v0.2.1
8172024-01-20T04:15:16.611Z Compiling hashbrown v0.14.2
8182024-01-20T04:15:16.679Z Compiling camino v1.1.6
8192024-01-20T04:15:16.823Z Compiling anstyle-parse v0.2.1
8202024-01-20T04:15:17.242Z Compiling semver v1.0.21
8212024-01-20T04:15:17.886Z Compiling anstyle-query v1.0.0
8222024-01-20T04:15:17.937Z Compiling winnow v0.5.15
8232024-01-20T04:15:17.941Z Compiling serde_json v1.0.111
8242024-01-20T04:15:18.040Z Compiling thiserror v1.0.49
8252024-01-20T04:15:18.066Z Compiling colorchoice v1.0.0
8262024-01-20T04:15:18.197Z Compiling anstyle v1.0.2
8272024-01-20T04:15:18.274Z Compiling indexmap v2.1.0
8282024-01-20T04:15:18.460Z Compiling ryu v1.0.15
8292024-01-20T04:15:18.524Z Compiling heck v0.4.1
8302024-01-20T04:15:18.861Z Compiling anstream v0.5.0
8312024-01-20T04:15:18.963Z Compiling itoa v1.0.9
8322024-01-20T04:15:18.993Z Compiling anyhow v1.0.75
8332024-01-20T04:15:19.210Z Compiling strsim v0.10.0
8342024-01-20T04:15:19.288Z Compiling quote v1.0.35
8352024-01-20T04:15:19.772Z Compiling clap_lex v0.5.1
8362024-01-20T04:15:20.029Z Compiling syn v2.0.46
8372024-01-20T04:15:20.568Z Compiling errno v0.3.8
8382024-01-20T04:15:21.907Z Compiling terminal_size v0.2.6
8392024-01-20T04:15:22.067Z Compiling clap_builder v4.4.2
8402024-01-20T04:15:28.506Z Compiling serde_derive v1.0.195
8412024-01-20T04:15:29.795Z Compiling thiserror-impl v1.0.49
8422024-01-20T04:15:29.795Z Compiling clap_derive v4.4.2
8432024-01-20T04:15:32.728Z Compiling clap v4.4.3
8442024-01-20T04:15:41.080Z Compiling toml_datetime v0.6.5
8452024-01-20T04:15:41.084Z Compiling serde_spanned v0.6.4
8462024-01-20T04:15:41.084Z Compiling cargo-platform v0.1.3
8472024-01-20T04:15:41.454Z Compiling toml_edit v0.21.0
8482024-01-20T04:15:43.150Z Compiling cargo_metadata v0.18.1
8492024-01-20T04:15:44.564Z Compiling toml v0.8.8
8502024-01-20T04:15:45.640Z Compiling cargo_toml v0.18.0
8512024-01-20T04:15:51.654Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
8522024-01-20T04:15:53.005Z Finished dev [unoptimized + debuginfo] target(s) in 1m 00s
8532024-01-20T04:15:53.222Z Running `target/debug/xtask clippy`
8542024-01-20T04:15:53.280Zrunning: "/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/cargo" "clippy" "--all-targets" "--" "--deny" "warnings" "--allow" "clippy::style"
8552024-01-20T04:15:54.087Z Downloading crates ...
8562024-01-20T04:15:54.386Z Downloaded async-stream v0.3.5
8572024-01-20T04:15:54.394Z Downloaded atty v0.2.14
8582024-01-20T04:15:54.398Z Downloaded bcs v0.1.6
8592024-01-20T04:15:54.401Z Downloaded atomicwrites v0.4.3
8602024-01-20T04:15:54.406Z Downloaded chacha20 v0.9.1
8612024-01-20T04:15:54.410Z Downloaded byteorder v1.5.0
8622024-01-20T04:15:54.413Z Downloaded async-trait v0.1.77
8632024-01-20T04:15:54.465Z Downloaded atomic-waker v1.1.1
8642024-01-20T04:15:54.470Z Downloaded nested v0.1.1
8652024-01-20T04:15:54.470Z Downloaded sqlparser_derive v0.2.2
8662024-01-20T04:15:54.470Z Downloaded autocfg v1.1.0
8672024-01-20T04:15:54.470Z Downloaded nu-ansi-term v0.49.0
8682024-01-20T04:15:54.470Z Downloaded num-traits v0.2.16
8692024-01-20T04:15:54.470Z Downloaded backoff v0.4.0
8702024-01-20T04:15:54.476Z Downloaded crucible-workspace-hack v0.1.0
8712024-01-20T04:15:54.487Z Downloaded newtype_derive v0.1.6
8722024-01-20T04:15:54.491Z Downloaded num_enum_derive v0.5.11
8732024-01-20T04:15:54.496Z Downloaded ciborium-io v0.2.1
8742024-01-20T04:15:54.499Z Downloaded crc-catalog v2.2.0
8752024-01-20T04:15:54.503Z Downloaded same-file v1.0.6
8762024-01-20T04:15:54.506Z Downloaded darling v0.20.3
8772024-01-20T04:15:54.514Z Downloaded instant v0.1.12
8782024-01-20T04:15:54.518Z Downloaded num_threads v0.1.6
8792024-01-20T04:15:54.522Z Downloaded is-terminal v0.4.9
8802024-01-20T04:15:54.525Z Downloaded match_cfg v0.1.0
8812024-01-20T04:15:54.527Z Downloaded corncobs v0.1.3
8822024-01-20T04:15:54.531Z Downloaded tinyvec_macros v0.1.1
8832024-01-20T04:15:54.535Z Downloaded criterion-plot v0.5.0
8842024-01-20T04:15:54.540Z Downloaded cipher v0.4.4
8852024-01-20T04:15:54.546Z Downloaded crossbeam-deque v0.8.3
8862024-01-20T04:15:54.551Z Downloaded linear-map v1.2.0
8872024-01-20T04:15:54.559Z Downloaded bitflags v2.4.0
8882024-01-20T04:15:54.564Z Downloaded indoc v2.0.3
8892024-01-20T04:15:54.571Z Downloaded parse-display v0.8.2
8902024-01-20T04:15:54.575Z Downloaded foreign-types-shared v0.1.1
8912024-01-20T04:15:54.578Z Downloaded memoffset v0.9.0
8922024-01-20T04:15:54.580Z Downloaded threadpool v1.8.1
8932024-01-20T04:15:54.584Z Downloaded cassowary v0.3.0
8942024-01-20T04:15:54.589Z Downloaded scheduled-thread-pool v0.2.7
8952024-01-20T04:15:54.597Z Downloaded lazycell v1.3.0
8962024-01-20T04:15:54.597Z Downloaded mime_guess v2.0.4
8972024-01-20T04:15:54.600Z Downloaded normalize-line-endings v0.3.0
8982024-01-20T04:15:54.600Z Downloaded new_debug_unreachable v1.0.4
8992024-01-20T04:15:54.604Z Downloaded once_cell v1.19.0
9002024-01-20T04:15:54.609Z Downloaded topological-sort v0.2.2
9012024-01-20T04:15:54.615Z Downloaded http-range v0.1.5
9022024-01-20T04:15:54.615Z Downloaded ipnet v2.9.0
9032024-01-20T04:15:54.618Z Downloaded parse-display-derive v0.8.2
9042024-01-20T04:15:54.618Z Downloaded hash32 v0.2.1
9052024-01-20T04:15:54.622Z Downloaded time-core v0.1.1
9062024-01-20T04:15:54.625Z Downloaded crossbeam-utils v0.8.16
9072024-01-20T04:15:54.628Z Downloaded pin-utils v0.1.0
9082024-01-20T04:15:54.632Z Downloaded mockall_derive v0.12.0
9092024-01-20T04:15:54.636Z Downloaded serde_repr v0.1.16
9102024-01-20T04:15:54.639Z Downloaded scopeguard v1.2.0
9112024-01-20T04:15:54.643Z Downloaded aead v0.5.2
9122024-01-20T04:15:54.647Z Downloaded zerocopy v0.3.0
9132024-01-20T04:15:54.651Z Downloaded fallible-iterator v0.2.0
9142024-01-20T04:15:54.651Z Downloaded owo-colors v3.5.0
9152024-01-20T04:15:54.658Z Downloaded pem v3.0.2
9162024-01-20T04:15:54.661Z Downloaded foreign-types v0.5.0
9172024-01-20T04:15:54.661Z Downloaded proc-macro-error-attr v1.0.4
9182024-01-20T04:15:54.664Z Downloaded hostname v0.3.1
9192024-01-20T04:15:54.667Z Downloaded crypto-bigint v0.5.2
9202024-01-20T04:15:54.680Z Downloaded signature v2.1.0
9212024-01-20T04:15:54.685Z Downloaded parking_lot v0.11.2
9222024-01-20T04:15:54.689Z Downloaded headers-core v0.2.0
9232024-01-20T04:15:54.692Z Downloaded time-macros v0.2.13
9242024-01-20T04:15:54.695Z Downloaded endian-type v0.1.2
9252024-01-20T04:15:54.698Z Downloaded spin v0.5.2
9262024-01-20T04:15:54.698Z Downloaded highway v1.1.0
9272024-01-20T04:15:54.706Z Downloaded display-error-chain v0.2.0
9282024-01-20T04:15:54.709Z Downloaded subtle v2.5.0
9292024-01-20T04:15:54.709Z Downloaded pem-rfc7468 v0.7.0
9302024-01-20T04:15:54.712Z Downloaded fnv v1.0.7
9312024-01-20T04:15:54.715Z Downloaded yasna v0.5.2
9322024-01-20T04:15:54.719Z Downloaded fxhash v0.2.1
9332024-01-20T04:15:54.722Z Downloaded smawk v0.3.1
9342024-01-20T04:15:54.725Z Downloaded datatest-stable v0.2.3
9352024-01-20T04:15:54.728Z Downloaded untrusted v0.9.0
9362024-01-20T04:15:54.731Z Downloaded signal-hook-mio v0.2.3
9372024-01-20T04:15:54.734Z Downloaded tracing-attributes v0.1.26
9382024-01-20T04:15:54.739Z Downloaded spin v0.9.8
9392024-01-20T04:15:54.745Z Downloaded usdt-attr-macro v0.3.5
9402024-01-20T04:15:54.748Z Downloaded sqlformat v0.2.3
9412024-01-20T04:15:54.751Z Downloaded dof v0.1.5
9422024-01-20T04:15:54.754Z Downloaded home v0.5.5
9432024-01-20T04:15:54.754Z Downloaded hex-literal v0.4.1
9442024-01-20T04:15:54.757Z Downloaded defmt-macros v0.3.6
9452024-01-20T04:15:54.766Z Downloaded waitgroup v0.1.2
9462024-01-20T04:15:54.769Z Downloaded rand_chacha v0.3.1
9472024-01-20T04:15:54.769Z Downloaded futures-executor v0.3.30
9482024-01-20T04:15:54.775Z Downloaded strum_macros v0.24.3
9492024-01-20T04:15:54.778Z Downloaded signal-hook-tokio v0.3.1
9502024-01-20T04:15:54.778Z Downloaded relative-path v1.9.0
9512024-01-20T04:15:54.782Z Downloaded unarray v0.1.4
9522024-01-20T04:15:54.788Z Downloaded structmeta-derive v0.2.0
9532024-01-20T04:15:54.792Z Downloaded toml v0.5.11
9542024-01-20T04:15:54.803Z Downloaded precomputed-hash v0.1.1
9552024-01-20T04:15:54.806Z Downloaded serde_with_macros v3.4.0
9562024-01-20T04:15:54.809Z Downloaded flagset v0.4.3
9572024-01-20T04:15:54.816Z Downloaded enum-as-inner v0.5.1
9582024-01-20T04:15:54.822Z Downloaded rayon-core v1.12.0
9592024-01-20T04:15:54.827Z Downloaded tower-layer v0.3.2
9602024-01-20T04:15:54.832Z Downloaded serde-big-array v0.4.1
9612024-01-20T04:15:54.835Z Downloaded globset v0.4.13
9622024-01-20T04:15:54.835Z Downloaded tap v1.0.1
9632024-01-20T04:15:54.839Z Downloaded http-body v0.4.5
9642024-01-20T04:15:54.842Z Downloaded unicode-linebreak v0.1.5
9652024-01-20T04:15:54.847Z Downloaded openssl-probe v0.1.5
9662024-01-20T04:15:54.850Z Downloaded slog-term v2.9.0
9672024-01-20T04:15:54.856Z Downloaded phf_shared v0.10.0
9682024-01-20T04:15:54.866Z Downloaded similar-asserts v1.5.0
9692024-01-20T04:15:54.867Z Downloaded rustls-pki-types v1.1.0
9702024-01-20T04:15:54.877Z Downloaded serde_urlencoded v0.7.1
9712024-01-20T04:15:54.878Z Downloaded rustls-pemfile v2.0.0
9722024-01-20T04:15:54.881Z Downloaded platforms v3.0.2
9732024-01-20T04:15:54.881Z Downloaded newline-converter v0.3.0
9742024-01-20T04:15:54.884Z Downloaded postcard v1.0.8
9752024-01-20T04:15:54.892Z Downloaded phf v0.11.2
9762024-01-20T04:15:54.892Z Downloaded textwrap v0.11.0
9772024-01-20T04:15:54.896Z Downloaded schemars_derive v0.8.16
9782024-01-20T04:15:54.900Z Downloaded sha1 v0.10.6
9792024-01-20T04:15:54.905Z Downloaded float-cmp v0.9.0
9802024-01-20T04:15:54.912Z Downloaded derive_builder_macro v0.12.0
9812024-01-20T04:15:54.915Z Downloaded toolchain_find v0.2.0
9822024-01-20T04:15:54.925Z Downloaded take_mut v0.2.2
9832024-01-20T04:15:54.929Z Downloaded vte_generate_state_changes v0.1.1
9842024-01-20T04:15:54.929Z Downloaded slab v0.4.9
9852024-01-20T04:15:54.929Z Downloaded getopts v0.2.21
9862024-01-20T04:15:54.929Z Downloaded plotters-svg v0.3.5
9872024-01-20T04:15:54.929Z Downloaded password-hash v0.5.0
9882024-01-20T04:15:54.932Z Downloaded prettyplease v0.2.16
9892024-01-20T04:15:54.940Z Downloaded resolv-conf v0.7.0
9902024-01-20T04:15:54.943Z Downloaded nibble_vec v0.1.0
9912024-01-20T04:15:54.946Z Downloaded schemars v0.8.16
9922024-01-20T04:15:54.967Z Downloaded pretty-hex v0.4.1
9932024-01-20T04:15:54.976Z Downloaded shlex v1.1.0
9942024-01-20T04:15:54.976Z Downloaded path-slash v0.1.5
9952024-01-20T04:15:54.991Z Downloaded percent-encoding v2.3.1
9962024-01-20T04:15:54.991Z Downloaded diesel_table_macro_syntax v0.1.0
9972024-01-20T04:15:54.991Z Downloaded slog-stdlog v4.1.1
9982024-01-20T04:15:54.991Z Downloaded poly1305 v0.8.0
9992024-01-20T04:15:54.998Z Downloaded synstructure v0.12.6
10002024-01-20T04:15:54.998Z Downloaded ppv-lite86 v0.2.17
10012024-01-20T04:15:54.998Z Downloaded foreign-types-shared v0.3.1
10022024-01-20T04:15:54.998Z Downloaded tar v0.4.40
10032024-01-20T04:15:54.999Z Downloaded ucd-trie v0.1.6
10042024-01-20T04:15:55.006Z Downloaded pretty-hex v0.2.1
10052024-01-20T04:15:55.006Z Downloaded ed25519 v1.5.3
10062024-01-20T04:15:55.006Z Downloaded slog-bunyan v2.5.0
10072024-01-20T04:15:55.010Z Downloaded digest v0.10.7
10082024-01-20T04:15:55.010Z Downloaded parse-size v1.0.0
10092024-01-20T04:15:55.013Z Downloaded stable_deref_trait v1.2.0
10102024-01-20T04:15:55.013Z Downloaded predicates-tree v1.0.9
10112024-01-20T04:15:55.017Z Downloaded oso-derive v0.27.0
10122024-01-20T04:15:55.017Z Downloaded derive_builder v0.12.0
10132024-01-20T04:15:55.027Z Downloaded either v1.9.0
10142024-01-20T04:15:55.030Z Downloaded dyn-clone v1.0.13
10152024-01-20T04:15:55.030Z Downloaded semver-parser v0.10.2
10162024-01-20T04:15:55.033Z Downloaded headers v0.3.9
10172024-01-20T04:15:55.042Z Downloaded group v0.13.0
10182024-01-20T04:15:55.049Z Downloaded pkg-config v0.3.27
10192024-01-20T04:15:55.054Z Downloaded which v4.4.0
10202024-01-20T04:15:55.054Z Downloaded partial-io v0.5.4
10212024-01-20T04:15:55.057Z Downloaded wait-timeout v0.2.0
10222024-01-20T04:15:55.057Z Downloaded futures-io v0.3.30
10232024-01-20T04:15:55.060Z Downloaded unicode-width v0.1.11
10242024-01-20T04:15:55.064Z Downloaded der_derive v0.7.2
10252024-01-20T04:15:55.064Z Downloaded postgres-types v0.2.6
10262024-01-20T04:15:55.068Z Downloaded adler v1.0.2
10272024-01-20T04:15:55.072Z Downloaded fatfs v0.3.6
10282024-01-20T04:15:55.076Z Downloaded trybuild v1.0.89
10292024-01-20T04:15:55.087Z Downloaded phf_shared v0.11.2
10302024-01-20T04:15:55.091Z Downloaded trust-dns-server v0.22.1
10312024-01-20T04:15:55.096Z Downloaded signal-hook v0.3.17
10322024-01-20T04:15:55.101Z Downloaded postgres-protocol v0.6.6
10332024-01-20T04:15:55.104Z Downloaded serde_derive_internals v0.26.0
10342024-01-20T04:15:55.107Z Downloaded futures v0.3.30
10352024-01-20T04:15:55.117Z Downloaded unicode-bidi v0.3.13
10362024-01-20T04:15:55.121Z Downloaded openssl-sys v0.9.96
10372024-01-20T04:15:55.131Z Downloaded serde_yaml v0.9.25
10382024-01-20T04:15:55.137Z Downloaded typenum v1.16.0
10392024-01-20T04:15:55.142Z Downloaded arc-swap v1.6.0
10402024-01-20T04:15:55.149Z Downloaded unicode-normalization v0.1.22
10412024-01-20T04:15:55.156Z Downloaded pin-project v1.1.3
10422024-01-20T04:15:55.181Z Downloaded hkdf v0.12.4
10432024-01-20T04:15:55.187Z Downloaded smoltcp v0.10.0
10442024-01-20T04:15:55.213Z Downloaded rand v0.4.6
10452024-01-20T04:15:55.220Z Downloaded tabled v0.14.0
10462024-01-20T04:15:55.241Z Downloaded unicode-segmentation v1.10.1
10472024-01-20T04:15:55.253Z Downloaded derive_more v0.99.17
10482024-01-20T04:15:55.260Z Downloaded rand v0.8.5
10492024-01-20T04:15:55.260Z Downloaded flume v0.11.0
10502024-01-20T04:15:55.266Z Downloaded petgraph v0.6.4
10512024-01-20T04:15:55.288Z Downloaded guppy v0.17.4
10522024-01-20T04:15:55.303Z Downloaded rustls v0.21.9
10532024-01-20T04:15:55.321Z Downloaded futures-util v0.3.30
10542024-01-20T04:15:55.343Z Downloaded reqwest v0.11.22
10552024-01-20T04:15:55.358Z Downloaded chrono v0.4.31
10562024-01-20T04:15:55.373Z Downloaded zerocopy-derive v0.6.4
10572024-01-20T04:15:55.395Z Downloaded plotters v0.3.5
10582024-01-20T04:15:55.413Z Downloaded webpki-roots v0.25.2
10592024-01-20T04:15:55.419Z Downloaded object v0.32.1
10602024-01-20T04:15:55.439Z Downloaded idna v0.5.0
10612024-01-20T04:15:55.498Z Downloaded bstr v0.2.17
10622024-01-20T04:15:55.511Z Downloaded openapiv3 v2.0.0
10632024-01-20T04:15:55.511Z Downloaded smoltcp v0.9.1
10642024-01-20T04:15:55.519Z Downloaded quick-xml v0.23.1
10652024-01-20T04:15:55.531Z Downloaded syn v1.0.109
10662024-01-20T04:15:55.554Z Downloaded regex-automata v0.1.10
10672024-01-20T04:15:55.561Z Downloaded polar-core v0.27.0
10682024-01-20T04:15:55.578Z Downloaded bstr v1.6.0
10692024-01-20T04:15:55.604Z Downloaded regex-syntax v0.6.29
10702024-01-20T04:15:55.618Z Downloaded diesel v2.1.4
10712024-01-20T04:15:55.652Z Downloaded regex-syntax v0.8.2
10722024-01-20T04:15:55.672Z Downloaded rustix v0.38.30
10732024-01-20T04:15:55.727Z Downloaded ring v0.17.7
10742024-01-20T04:15:55.848Z Downloaded regex-syntax v0.7.5
10752024-01-20T04:15:55.879Z Downloaded rustls v0.22.2
10762024-01-20T04:15:55.889Z Downloaded zerocopy-derive v0.2.0
10772024-01-20T04:15:55.907Z Downloaded sled v0.34.7
10782024-01-20T04:15:55.928Z Downloaded zerocopy-derive v0.7.31
10792024-01-20T04:15:55.950Z Downloaded regex-automata v0.4.3
10802024-01-20T04:15:55.985Z Downloaded regex-automata v0.3.8
10812024-01-20T04:15:56.015Z Downloaded tokio v1.35.1
10822024-01-20T04:15:56.083Z Downloaded bzip2-sys v0.1.11+1.0.8
10832024-01-20T04:15:56.106Z Downloaded sha3 v0.10.8
10842024-01-20T04:15:56.119Z Downloaded gimli v0.28.0
10852024-01-20T04:15:56.141Z Downloaded radix_trie v0.2.1
10862024-01-20T04:15:56.150Z Downloaded regex v1.10.2
10872024-01-20T04:15:56.168Z Downloaded h2 v0.3.24
10882024-01-20T04:15:56.179Z Downloaded encoding_rs v0.8.33
10892024-01-20T04:15:56.222Z Downloaded ratatui v0.23.0
10902024-01-20T04:15:56.250Z Downloaded trust-dns-proto v0.22.0
10912024-01-20T04:15:56.280Z Downloaded proptest v1.4.0
10922024-01-20T04:15:56.283Z Downloaded bitvec v1.0.1
10932024-01-20T04:15:56.310Z Downloaded nix v0.26.4
10942024-01-20T04:15:56.328Z Downloaded curve25519-dalek v4.1.1
10952024-01-20T04:15:56.346Z Downloaded pest v2.7.2
10962024-01-20T04:15:56.353Z Downloaded regress v0.7.1
10972024-01-20T04:15:56.368Z Downloaded rayon v1.8.0
10982024-01-20T04:15:56.402Z Downloaded vcpkg v0.2.15
10992024-01-20T04:15:56.457Z Downloaded openssl v0.10.60
11002024-01-20T04:15:56.476Z Downloaded idna v0.2.3
11012024-01-20T04:15:56.486Z Downloaded aho-corasick v1.0.4
11022024-01-20T04:15:56.526Z Downloaded unicode_categories v0.1.1
11032024-01-20T04:15:56.533Z Downloaded reedline v0.28.0
11042024-01-20T04:15:56.533Z Downloaded hyper v0.14.27
11052024-01-20T04:15:56.533Z Downloaded http v1.0.0
11062024-01-20T04:15:56.538Z Downloaded typed-path v0.7.0
11072024-01-20T04:15:56.545Z Downloaded rustyline v12.0.0
11082024-01-20T04:15:56.557Z Downloaded x509-cert v0.2.4
11092024-01-20T04:15:56.566Z Downloaded ring v0.16.20
11102024-01-20T04:15:56.730Z Downloaded serde_with v3.4.0
11112024-01-20T04:15:56.737Z Downloaded expectorate v1.1.0
11122024-01-20T04:15:56.753Z Downloaded portable-atomic v1.4.3
11132024-01-20T04:15:56.756Z Downloaded zerocopy v0.7.31
11142024-01-20T04:15:56.778Z Downloaded rustls-webpki v0.102.1
11152024-01-20T04:15:56.811Z Downloaded lalrpop v0.19.12
11162024-01-20T04:15:56.831Z Downloaded flate2 v1.0.28
11172024-01-20T04:15:56.842Z Downloaded hashbrown v0.13.2
11182024-01-20T04:15:56.845Z Downloaded tokio-util v0.7.10
11192024-01-20T04:15:56.856Z Downloaded rustls-webpki v0.101.7
11202024-01-20T04:15:56.882Z Downloaded elliptic-curve v0.13.8
11212024-01-20T04:15:56.890Z Downloaded tungstenite v0.20.1
11222024-01-20T04:15:56.894Z Downloaded tracing-core v0.1.31
11232024-01-20T04:15:56.898Z Downloaded url v2.5.0
11242024-01-20T04:15:56.903Z Downloaded salty v0.2.0
11252024-01-20T04:15:56.913Z Downloaded http v0.2.11
11262024-01-20T04:15:56.920Z Downloaded string_cache v0.8.7
11272024-01-20T04:15:56.948Z Downloaded vte v0.11.1
11282024-01-20T04:15:56.949Z Downloaded itertools v0.12.0
11292024-01-20T04:15:56.949Z Downloaded structopt v0.3.26
11302024-01-20T04:15:56.953Z Downloaded hyper v1.1.0
11312024-01-20T04:15:56.967Z Downloaded paste v1.0.14
11322024-01-20T04:15:56.971Z Downloaded remove_dir_all v0.5.3
11332024-01-20T04:15:56.971Z Downloaded heapless v0.7.16
11342024-01-20T04:15:56.974Z Downloaded steno v0.4.0
11352024-01-20T04:15:56.980Z Downloaded dirs-sys-next v0.1.2
11362024-01-20T04:15:56.986Z Downloaded getrandom v0.2.10
11372024-01-20T04:15:57.012Z Downloaded rand_xorshift v0.3.0
11382024-01-20T04:15:57.012Z Downloaded rand_core v0.6.4
11392024-01-20T04:15:57.012Z Downloaded vsss-rs v3.3.4
11402024-01-20T04:15:57.012Z Downloaded tracing v0.1.37
11412024-01-20T04:15:57.012Z Downloaded zeroize_derive v1.4.2
11422024-01-20T04:15:57.012Z Downloaded quick-error v1.2.3
11432024-01-20T04:15:57.031Z Downloaded textwrap v0.16.0
11442024-01-20T04:15:57.031Z Downloaded pest_derive v2.7.2
11452024-01-20T04:15:57.031Z Downloaded pest_meta v2.7.2
11462024-01-20T04:15:57.031Z Downloaded rtoolbox v0.0.1
11472024-01-20T04:15:57.031Z Downloaded foreign-types v0.3.2
11482024-01-20T04:15:57.043Z Downloaded deranged v0.3.8
11492024-01-20T04:15:57.043Z Downloaded object v0.30.4
11502024-01-20T04:15:57.050Z Downloaded usdt-impl v0.3.5
11512024-01-20T04:15:57.051Z Downloaded termcolor v1.2.0
11522024-01-20T04:15:57.051Z Downloaded rustversion v1.0.14
11532024-01-20T04:15:57.058Z Downloaded derive_builder_core v0.12.0
11542024-01-20T04:15:57.058Z Downloaded similar v2.3.0
11552024-01-20T04:15:57.064Z Downloaded tough v0.16.0
11562024-01-20T04:15:57.087Z Downloaded addr2line v0.21.0
11572024-01-20T04:15:57.090Z Downloaded pretty_assertions v1.4.0
11582024-01-20T04:15:57.090Z Downloaded untrusted v0.7.1
11592024-01-20T04:15:57.090Z Downloaded unicode-xid v0.2.4
11602024-01-20T04:15:57.090Z Downloaded rusty-fork v0.3.0
11612024-01-20T04:15:57.090Z Downloaded pkcs8 v0.10.2
11622024-01-20T04:15:57.090Z Downloaded pin-project-lite v0.2.13
11632024-01-20T04:15:57.097Z Downloaded pin-project-internal v1.1.3
11642024-01-20T04:15:57.101Z Downloaded rsa v0.9.2
11652024-01-20T04:15:57.115Z Downloaded ron v0.8.1
11662024-01-20T04:15:57.119Z Downloaded time v0.3.27
11672024-01-20T04:15:57.128Z Downloaded libm v0.2.7
11682024-01-20T04:15:57.152Z Downloaded toml_edit v0.19.15
11692024-01-20T04:15:57.632Z Downloaded itertools v0.10.5
11702024-01-20T04:15:58.047Z Downloaded bindgen v0.65.1
11712024-01-20T04:15:58.048Z Downloaded tabled_derive v0.6.0
11722024-01-20T04:15:58.048Z Downloaded futures-task v0.3.30
11732024-01-20T04:15:58.048Z Downloaded der v0.7.8
11742024-01-20T04:15:58.048Z Downloaded tower v0.4.13
11752024-01-20T04:15:58.048Z Downloaded snafu v0.7.5
11762024-01-20T04:15:58.048Z Downloaded rustc-demangle v0.1.23
11772024-01-20T04:15:58.048Z Downloaded signal-hook-registry v1.4.1
11782024-01-20T04:15:58.048Z Downloaded futures-core v0.3.30
11792024-01-20T04:15:58.048Z Downloaded dirs-next v2.0.0
11802024-01-20T04:15:58.048Z Downloaded ref-cast v1.0.20
11812024-01-20T04:15:58.048Z Downloaded rstest v0.18.2
11822024-01-20T04:15:58.048Z Downloaded criterion v0.5.1
11832024-01-20T04:15:58.053Z Downloaded http-body v1.0.0
11842024-01-20T04:15:58.053Z Downloaded hmac v0.12.1
11852024-01-20T04:15:58.053Z Downloaded tower-service v0.3.2
11862024-01-20T04:15:58.054Z Downloaded data-encoding v2.4.0
11872024-01-20T04:15:58.054Z Downloaded sct v0.7.0
11882024-01-20T04:15:58.054Z Downloaded native-tls v0.2.11
11892024-01-20T04:15:58.054Z Downloaded term v0.7.0
11902024-01-20T04:15:58.054Z Downloaded defmt v0.3.5
11912024-01-20T04:15:58.054Z Downloaded debug-ignore v1.0.5
11922024-01-20T04:15:58.054Z Downloaded thiserror-impl-no-std v2.0.2
11932024-01-20T04:15:58.054Z Downloaded smallvec v0.6.14
11942024-01-20T04:15:58.054Z Downloaded ref-cast-impl v1.0.20
11952024-01-20T04:15:58.054Z Downloaded tokio-postgres v0.7.10
11962024-01-20T04:15:58.054Z Downloaded crossterm v0.27.0
11972024-01-20T04:15:58.054Z Downloaded radium v0.7.0
11982024-01-20T04:15:58.054Z Downloaded futures-sink v0.3.30
11992024-01-20T04:15:58.054Z Downloaded zerocopy v0.6.4
12002024-01-20T04:15:58.054Z Downloaded hashbrown v0.12.3
12012024-01-20T04:15:58.054Z Downloaded trust-dns-client v0.22.0
12022024-01-20T04:15:58.054Z Downloaded zip v0.6.6
12032024-01-20T04:15:58.054Z Downloaded num-bigint v0.4.4
12042024-01-20T04:15:58.054Z Downloaded plotters-backend v0.3.5
12052024-01-20T04:15:58.054Z Downloaded rustls-native-certs v0.7.0
12062024-01-20T04:15:58.054Z Downloaded itertools v0.11.0
12072024-01-20T04:15:58.054Z Downloaded predicates v3.1.0
12082024-01-20T04:15:58.055Z Downloaded wyz v0.5.1
12092024-01-20T04:15:58.055Z Downloaded version_check v0.9.4
12102024-01-20T04:15:58.055Z Downloaded slog-scope v4.4.0
12112024-01-20T04:15:58.055Z Downloaded rstest_macros v0.18.2
12122024-01-20T04:15:58.055Z Downloaded tempdir v0.3.7
12132024-01-20T04:15:58.056Z Downloaded tempfile v3.9.0
12142024-01-20T04:15:58.056Z Downloaded rpassword v7.3.1
12152024-01-20T04:15:58.056Z Downloaded parking_lot_core v0.9.8
12162024-01-20T04:15:58.056Z Downloaded futures-channel v0.3.30
12172024-01-20T04:15:58.056Z Downloaded parking_lot v0.12.1
12182024-01-20T04:15:58.056Z Downloaded minimal-lexical v0.2.1
12192024-01-20T04:15:58.056Z Downloaded filetime v0.2.23
12202024-01-20T04:15:58.056Z Downloaded predicates-core v1.0.6
12212024-01-20T04:15:58.056Z Downloaded unicase v2.7.0
12222024-01-20T04:15:58.056Z Downloaded slog-envlogger v2.2.0
12232024-01-20T04:15:58.056Z Downloaded signature v1.6.4
12242024-01-20T04:15:58.056Z Downloaded proc-macro-crate v1.3.1
12252024-01-20T04:15:58.056Z Downloaded pathdiff v0.2.1
12262024-01-20T04:15:58.056Z Downloaded env_logger v0.10.0
12272024-01-20T04:15:58.058Z Downloaded smallvec v1.11.2
12282024-01-20T04:15:58.058Z Downloaded rust-argon2 v1.0.1
12292024-01-20T04:15:58.058Z Downloaded trust-dns-resolver v0.22.0
12302024-01-20T04:15:58.058Z Downloaded subprocess v0.2.9
12312024-01-20T04:15:58.058Z Downloaded rustfmt-wrapper v0.2.0
12322024-01-20T04:15:58.058Z Downloaded rcgen v0.12.0
12332024-01-20T04:15:58.058Z Downloaded nom v7.1.3
12342024-01-20T04:15:58.058Z Downloaded vec_map v0.8.2
12352024-01-20T04:15:58.058Z Downloaded glob v0.3.1
12362024-01-20T04:15:58.058Z Downloaded snafu-derive v0.7.5
12372024-01-20T04:15:58.058Z Downloaded usdt v0.3.5
12382024-01-20T04:15:58.058Z Downloaded unsafe-libyaml v0.2.10
12392024-01-20T04:15:58.059Z Downloaded toml v0.7.8
12402024-01-20T04:15:58.059Z Downloaded dtrace-parser v0.1.14
12412024-01-20T04:15:58.059Z Downloaded static_assertions v1.1.0
12422024-01-20T04:15:58.059Z Downloaded pest_generator v2.7.2
12432024-01-20T04:15:58.059Z Downloaded heck v0.3.3
12442024-01-20T04:15:58.059Z Downloaded futures-macro v0.3.30
12452024-01-20T04:15:58.059Z Downloaded fixedbitset v0.4.2
12462024-01-20T04:15:58.059Z Downloaded parking_lot_core v0.8.6
12472024-01-20T04:15:58.059Z Downloaded proc-macro-error v1.0.4
12482024-01-20T04:15:58.059Z Downloaded slog-dtrace v0.2.3
12492024-01-20T04:15:58.059Z Downloaded funty v2.0.0
12502024-01-20T04:15:58.059Z Downloaded fastrand v2.0.0
12512024-01-20T04:15:58.059Z Downloaded strum_macros v0.25.2
12522024-01-20T04:15:58.059Z Downloaded half v1.8.2
12532024-01-20T04:15:58.059Z Downloaded oso v0.27.0
12542024-01-20T04:15:58.059Z Downloaded hex v0.4.3
12552024-01-20T04:15:58.059Z Downloaded whoami v1.4.1
12562024-01-20T04:15:58.059Z Downloaded r2d2 v0.8.10
12572024-01-20T04:15:58.059Z Downloaded diesel_derives v2.1.2
12582024-01-20T04:15:58.059Z Downloaded papergrid v0.10.0
12592024-01-20T04:15:58.059Z Downloaded clap v2.34.0
12602024-01-20T04:15:58.059Z Downloaded derive-where v1.2.7
12612024-01-20T04:15:58.059Z Downloaded tokio-tungstenite v0.20.1
12622024-01-20T04:15:58.060Z Downloaded tinytemplate v1.2.1
12632024-01-20T04:15:58.060Z Downloaded structmeta v0.2.0
12642024-01-20T04:15:58.060Z Downloaded slog-async v2.8.0
12652024-01-20T04:15:58.060Z Downloaded uuid v1.6.1
12662024-01-20T04:15:58.060Z Downloaded httparse v1.8.0
12672024-01-20T04:15:58.061Z Downloaded crc-any v2.4.3
12682024-01-20T04:15:58.061Z Downloaded darling_core v0.14.4
12692024-01-20T04:15:58.061Z Downloaded sqlparser v0.41.0
12702024-01-20T04:15:58.090Z Downloaded nanorand v0.7.0
12712024-01-20T04:15:58.091Z Downloaded spki v0.7.2
12722024-01-20T04:15:58.091Z Downloaded base64 v0.21.7
12732024-01-20T04:15:58.091Z Downloaded siphasher v0.3.11
12742024-01-20T04:15:58.092Z Downloaded rustc_version v0.4.0
12752024-01-20T04:15:58.092Z Downloaded rustc-hash v1.1.0
12762024-01-20T04:15:58.092Z Downloaded futures-timer v3.0.2
12772024-01-20T04:15:58.092Z Downloaded smf v0.2.2
12782024-01-20T04:15:58.092Z Downloaded mio v0.8.9
12792024-01-20T04:15:58.092Z Downloaded downcast v0.11.0
12802024-01-20T04:15:58.092Z Downloaded ena v0.14.2
12812024-01-20T04:15:58.092Z Downloaded generic-array v0.14.7
12822024-01-20T04:15:58.092Z Downloaded indexmap v1.9.3
12832024-01-20T04:15:58.092Z Downloaded guppy-workspace-hack v0.1.0
12842024-01-20T04:15:58.092Z Downloaded doc-comment v0.3.3
12852024-01-20T04:15:58.092Z Downloaded zeroize v1.7.0
12862024-01-20T04:15:58.092Z Downloaded strsim v0.8.0
12872024-01-20T04:15:58.092Z Downloaded semver v0.1.20
12882024-01-20T04:15:58.092Z Downloaded chacha20poly1305 v0.10.1
12892024-01-20T04:15:58.092Z Downloaded crossbeam-channel v0.5.8
12902024-01-20T04:15:58.092Z Downloaded diff v0.1.13
12912024-01-20T04:15:58.092Z Downloaded ff v0.13.0
12922024-01-20T04:15:58.092Z Downloaded embedded-io v0.4.0
12932024-01-20T04:15:58.092Z Downloaded tinyvec v1.6.0
12942024-01-20T04:15:58.092Z Downloaded test-strategy v0.3.1
12952024-01-20T04:15:58.093Z Downloaded tokio-native-tls v0.3.1
12962024-01-20T04:15:58.093Z Downloaded tokio-macros v2.2.0
12972024-01-20T04:15:58.093Z Downloaded tiny-keccak v2.0.2
12982024-01-20T04:15:58.093Z Downloaded thread_local v1.1.7
12992024-01-20T04:15:58.093Z Downloaded thread-id v4.2.0
13002024-01-20T04:15:58.094Z Downloaded thiserror-no-std v2.0.2
13012024-01-20T04:15:58.094Z Downloaded indicatif v0.17.7
13022024-01-20T04:15:58.094Z Downloaded darling_core v0.20.3
13032024-01-20T04:15:58.094Z Downloaded socket2 v0.5.5
13042024-01-20T04:15:58.094Z Downloaded fs-err v2.11.0
13052024-01-20T04:15:58.094Z Downloaded fragile v2.0.0
13062024-01-20T04:15:58.094Z Downloaded form_urlencoded v1.2.1
13072024-01-20T04:15:58.094Z Downloaded packed_struct_codegen v0.10.1
13082024-01-20T04:15:58.094Z Downloaded semver v0.11.0
13092024-01-20T04:15:58.094Z Downloaded pkcs1 v0.7.5
13102024-01-20T04:15:58.094Z Downloaded tui-tree-widget v0.13.0
13112024-01-20T04:15:58.094Z Downloaded crossbeam-epoch v0.9.15
13122024-01-20T04:15:58.094Z Downloaded serde_plain v1.0.2
13132024-01-20T04:15:58.094Z Downloaded serde_path_to_error v0.1.15
13142024-01-20T04:15:58.094Z Downloaded darling_macro v0.20.3
13152024-01-20T04:15:58.094Z Downloaded hyper-util v0.1.2
13162024-01-20T04:15:58.094Z Downloaded darling v0.14.4
13172024-01-20T04:15:58.094Z Downloaded basic-toml v0.1.8
13182024-01-20T04:15:58.094Z Downloaded cookie v0.18.0
13192024-01-20T04:15:58.095Z Downloaded target-lexicon v0.12.12
13202024-01-20T04:15:58.099Z Downloaded tokio-stream v0.1.14
13212024-01-20T04:15:58.099Z Downloaded tokio-rustls v0.25.0
13222024-01-20T04:15:58.099Z Downloaded tokio-rustls v0.24.1
13232024-01-20T04:15:58.099Z Downloaded const-oid v0.9.5
13242024-01-20T04:15:58.100Z Downloaded num-rational v0.4.1
13252024-01-20T04:15:58.100Z Downloaded fd-lock v3.0.13
13262024-01-20T04:15:58.100Z Downloaded inout v0.1.3
13272024-01-20T04:15:58.100Z Downloaded ciborium v0.2.1
13282024-01-20T04:15:58.101Z Downloaded blake2 v0.10.6
13292024-01-20T04:15:58.101Z Downloaded clang-sys v1.6.1
13302024-01-20T04:15:58.101Z Downloaded utf-8 v0.7.6
13312024-01-20T04:15:58.101Z Downloaded openssl-macros v0.1.1
13322024-01-20T04:15:58.101Z Downloaded yansi v0.5.1
13332024-01-20T04:15:58.101Z Downloaded lock_api v0.4.10
13342024-01-20T04:15:58.101Z Downloaded packed_struct v0.10.1
13352024-01-20T04:15:58.101Z Downloaded peeking_take_while v0.1.2
13362024-01-20T04:15:58.101Z Downloaded defmt-parser v0.3.3
13372024-01-20T04:15:58.101Z Downloaded zone v0.3.0
13382024-01-20T04:15:58.101Z Downloaded xattr v1.0.1
13392024-01-20T04:15:58.101Z Downloaded walkdir v2.4.0
13402024-01-20T04:15:58.101Z Downloaded try-lock v0.2.4
13412024-01-20T04:15:58.101Z Downloaded foreign-types-macros v0.2.3
13422024-01-20T04:15:58.101Z Downloaded libloading v0.7.4
13432024-01-20T04:15:58.101Z Downloaded hyper-rustls v0.26.0
13442024-01-20T04:15:58.101Z Downloaded crc32fast v1.3.2
13452024-01-20T04:15:58.101Z Downloaded num-complex v0.4.4
13462024-01-20T04:15:58.101Z Downloaded httptest v0.15.5
13472024-01-20T04:15:58.101Z Downloaded hyper-rustls v0.24.2
13482024-01-20T04:15:58.101Z Downloaded difflib v0.4.0
13492024-01-20T04:15:58.101Z Downloaded termios v0.3.3
13502024-01-20T04:15:58.101Z Downloaded target-spec v3.0.1
13512024-01-20T04:15:58.102Z Downloaded want v0.3.1
13522024-01-20T04:15:58.102Z Downloaded md-5 v0.10.5
13532024-01-20T04:15:58.102Z Downloaded lru-cache v0.1.2
13542024-01-20T04:15:58.102Z Downloaded serde-hex v0.1.0
13552024-01-20T04:15:58.102Z Downloaded secrecy v0.8.0
13562024-01-20T04:15:58.104Z Downloaded olpc-cjson v0.1.3
13572024-01-20T04:15:58.104Z Downloaded universal-hash v0.5.1
13582024-01-20T04:15:58.104Z Downloaded serde_tokenstream v0.1.7
13592024-01-20T04:15:58.104Z Downloaded rustc_version v0.1.7
13602024-01-20T04:15:58.105Z Downloaded impl-trait-for-tuples v0.2.2
13612024-01-20T04:15:58.105Z Downloaded hyper-tls v0.5.0
13622024-01-20T04:15:58.105Z Downloaded sec1 v0.7.3
13632024-01-20T04:15:58.105Z Downloaded cancel-safe-futures v0.1.5
13642024-01-20T04:15:58.105Z Downloaded omicron-zone-package v0.10.1
13652024-01-20T04:15:58.105Z Downloaded structopt-derive v0.4.18
13662024-01-20T04:15:58.105Z Downloaded serde_tokenstream v0.2.0
13672024-01-20T04:15:58.105Z Downloaded async-recursion v1.0.5
13682024-01-20T04:15:58.105Z Downloaded approx v0.5.1
13692024-01-20T04:15:58.105Z Downloaded keccak v0.1.4
13702024-01-20T04:15:58.110Z Downloaded ipnetwork v0.20.0
13712024-01-20T04:15:58.110Z Downloaded strip-ansi-escapes v0.2.0
13722024-01-20T04:15:58.110Z Downloaded stringprep v0.1.3
13732024-01-20T04:15:58.111Z Downloaded oorandom v11.1.3
13742024-01-20T04:15:58.111Z Downloaded shell-words v1.1.0
13752024-01-20T04:15:58.111Z Downloaded maybe-uninit v2.0.0
13762024-01-20T04:15:58.111Z Downloaded libsw v3.3.1
13772024-01-20T04:15:58.111Z Downloaded crypto-common v0.1.6
13782024-01-20T04:15:58.111Z Downloaded crossbeam-queue v0.3.8
13792024-01-20T04:15:58.111Z Downloaded camino-tempfile v1.1.1
13802024-01-20T04:15:58.111Z Downloaded mockall v0.12.0
13812024-01-20T04:15:58.111Z Downloaded darling_macro v0.14.4
13822024-01-20T04:15:58.111Z Downloaded zone_cfg_derive v0.3.0
13832024-01-20T04:15:58.111Z Downloaded num-bigint-dig v0.8.4
13842024-01-20T04:15:58.112Z Downloaded cobs v0.2.3
13852024-01-20T04:15:58.112Z Downloaded hubpack v0.1.2
13862024-01-20T04:15:58.112Z Downloaded cfg-expr v0.15.5
13872024-01-20T04:15:58.113Z Downloaded macaddr v1.0.1
13882024-01-20T04:15:58.113Z Downloaded serde-big-array v0.5.1
13892024-01-20T04:15:58.113Z Downloaded cpufeatures v0.2.9
13902024-01-20T04:15:58.113Z Downloaded constant_time_eq v0.2.6
13912024-01-20T04:15:58.113Z Downloaded humantime v2.1.0
13922024-01-20T04:15:58.113Z Downloaded usdt-macro v0.3.5
13932024-01-20T04:15:58.113Z Downloaded linked-hash-map v0.5.6
13942024-01-20T04:15:58.113Z Downloaded opaque-debug v0.3.0
13952024-01-20T04:15:58.113Z Downloaded ident_case v1.0.1
13962024-01-20T04:15:58.113Z Downloaded console v0.15.8
13972024-01-20T04:15:58.113Z Downloaded hyper-staticfile v0.9.5
13982024-01-20T04:15:58.113Z Downloaded termtree v0.4.1
13992024-01-20T04:15:58.113Z Downloaded libefi-sys v0.1.0
14002024-01-20T04:15:58.113Z Downloaded cast v0.3.0
14012024-01-20T04:15:58.113Z Downloaded buf-list v1.0.3
14022024-01-20T04:15:58.113Z Downloaded crossbeam v0.8.2
14032024-01-20T04:15:58.114Z Downloaded number_prefix v0.4.0
14042024-01-20T04:15:58.114Z Downloaded hubpack_derive v0.1.1
14052024-01-20T04:15:58.114Z Downloaded is_ci v1.1.1
14062024-01-20T04:15:58.114Z Downloaded cfg-if v1.0.0
14072024-01-20T04:15:58.114Z Downloaded httpdate v1.0.3
14082024-01-20T04:15:58.114Z Downloaded constant_time_eq v0.3.0
14092024-01-20T04:15:58.114Z Downloaded swrite v0.1.0
14102024-01-20T04:15:58.114Z Downloaded rustls-pemfile v1.0.3
14112024-01-20T04:15:58.114Z Downloaded num v0.4.1
14122024-01-20T04:15:58.115Z Downloaded lazy_static v1.4.0
14132024-01-20T04:15:58.116Z Downloaded colored v2.0.4
14142024-01-20T04:15:58.116Z Downloaded ciborium-ll v0.2.1
14152024-01-20T04:15:58.116Z Downloaded cexpr v0.6.0
14162024-01-20T04:15:58.116Z Downloaded matches v0.1.10
14172024-01-20T04:15:58.116Z Downloaded libtest-mimic v0.6.1
14182024-01-20T04:15:58.116Z Downloaded bytecount v0.6.3
14192024-01-20T04:15:58.116Z Downloaded crc v3.0.1
14202024-01-20T04:15:58.116Z Downloaded num_cpus v1.16.0
14212024-01-20T04:15:58.117Z Downloaded maplit v1.0.2
14222024-01-20T04:15:58.117Z Downloaded managed v0.8.0
14232024-01-20T04:15:58.117Z Downloaded backtrace v0.3.69
14242024-01-20T04:15:58.117Z Downloaded assert_matches v1.5.0
14252024-01-20T04:15:58.117Z Downloaded cc v1.0.83
14262024-01-20T04:15:58.117Z Downloaded bytes v1.5.0
14272024-01-20T04:15:58.117Z Downloaded curve25519-dalek-derive v0.1.0
14282024-01-20T04:15:58.117Z Downloaded convert_case v0.4.0
14292024-01-20T04:15:58.117Z Downloaded iana-time-zone v0.1.57
14302024-01-20T04:15:58.117Z Downloaded socket2 v0.4.9
14312024-01-20T04:15:58.117Z Downloaded slog v2.7.0
14322024-01-20T04:15:58.117Z Downloaded indoc v1.0.9
14332024-01-20T04:15:58.117Z Downloaded arrayvec v0.7.4
14342024-01-20T04:15:58.117Z Downloaded miniz_oxide v0.7.1
14352024-01-20T04:15:58.117Z Downloaded kstat-rs v0.2.3
14362024-01-20T04:15:58.117Z Downloaded supports-color v2.1.0
14372024-01-20T04:15:58.118Z Downloaded slog-json v2.6.1
14382024-01-20T04:15:58.118Z Downloaded sha2 v0.10.8
14392024-01-20T04:15:58.118Z Downloaded argon2 v0.5.2
14402024-01-20T04:15:58.118Z Downloaded num-derive v0.4.0
14412024-01-20T04:15:58.121Z Downloaded memoffset v0.7.1
14422024-01-20T04:15:58.121Z Downloaded assert_cmd v2.0.13
14432024-01-20T04:15:58.128Z Downloaded cstr-argument v0.1.2
14442024-01-20T04:15:58.128Z Downloaded crunchy v0.2.2
14452024-01-20T04:15:58.128Z Downloaded lalrpop-util v0.19.12
14462024-01-20T04:15:58.128Z Downloaded blake2b_simd v1.0.1
14472024-01-20T04:15:58.128Z Downloaded strum v0.25.0
14482024-01-20T04:15:58.128Z Downloaded multer v3.0.0
14492024-01-20T04:15:58.128Z Downloaded mime v0.3.17
14502024-01-20T04:15:58.129Z Downloaded arrayref v0.3.7
14512024-01-20T04:15:58.141Z Downloaded base16ct v0.2.0
14522024-01-20T04:15:58.141Z Downloaded array-init v0.0.4
14532024-01-20T04:15:58.141Z Downloaded num-iter v0.1.43
14542024-01-20T04:15:58.141Z Downloaded anes v0.1.6
14552024-01-20T04:15:58.151Z Downloaded ascii-canvas v3.0.0
14562024-01-20T04:15:58.152Z Downloaded log v0.4.20
14572024-01-20T04:15:58.152Z Downloaded num_enum v0.5.11
14582024-01-20T04:15:58.158Z Downloaded libxml v0.3.3
14592024-01-20T04:15:58.174Z Downloaded num-integer v0.1.45
14602024-01-20T04:15:58.178Z Downloaded bb8 v0.8.1
14612024-01-20T04:15:58.179Z Downloaded block-buffer v0.10.4
14622024-01-20T04:15:58.179Z Downloaded bit-vec v0.6.3
14632024-01-20T04:15:58.179Z Downloaded bitfield v0.14.0
14642024-01-20T04:15:58.179Z Downloaded block-padding v0.3.3
14652024-01-20T04:15:58.179Z Downloaded bit-set v0.5.3
14662024-01-20T04:15:58.180Z Downloaded bzip2 v0.4.4
14672024-01-20T04:15:58.180Z Downloaded ansi_term v0.12.1
14682024-01-20T04:15:58.188Z Downloaded nodrop v0.1.14
14692024-01-20T04:15:58.188Z Downloaded ahash v0.8.6
14702024-01-20T04:15:58.192Z Downloaded base64ct v1.6.0
14712024-01-20T04:15:58.192Z Downloaded async-stream-impl v0.3.5
14722024-01-20T04:15:58.862Z Compiling serde v1.0.195
14732024-01-20T04:15:58.862Z Compiling autocfg v1.1.0
14742024-01-20T04:15:58.862Z Checking cfg-if v1.0.0
14752024-01-20T04:15:58.862Z Compiling version_check v0.9.4
14762024-01-20T04:15:58.869Z Compiling syn v1.0.109
14772024-01-20T04:15:58.920Z Checking libc v0.2.152
14782024-01-20T04:15:58.936Z Compiling syn v2.0.46
14792024-01-20T04:15:58.967Z Compiling parking_lot_core v0.9.8
14802024-01-20T04:15:59.022Z Compiling cc v1.0.83
14812024-01-20T04:15:59.600Z Compiling libm v0.2.7
14822024-01-20T04:15:59.718Z Compiling once_cell v1.19.0
14832024-01-20T04:16:00.274Z Compiling serde_json v1.0.111
14842024-01-20T04:16:00.379Z Compiling lock_api v0.4.10
14852024-01-20T04:16:00.395Z Compiling num-traits v0.2.16
14862024-01-20T04:16:00.596Z Compiling memchr v2.6.3
14872024-01-20T04:16:00.879Z Checking scopeguard v1.2.0
14882024-01-20T04:16:01.064Z Compiling slab v0.4.9
14892024-01-20T04:16:01.086Z Compiling typenum v1.16.0
14902024-01-20T04:16:01.112Z Checking getrandom v0.2.10
14912024-01-20T04:16:01.502Z Compiling generic-array v0.14.7
14922024-01-20T04:16:02.051Z Checking log v0.4.20
14932024-01-20T04:16:03.068Z Checking smallvec v1.11.2
14942024-01-20T04:16:03.090Z Compiling pkg-config v0.3.27
14952024-01-20T04:16:03.229Z Checking itoa v1.0.9
14962024-01-20T04:16:03.497Z Compiling byteorder v1.5.0
14972024-01-20T04:16:03.609Z Compiling rustix v0.38.30
14982024-01-20T04:16:03.762Z Compiling httparse v1.8.0
14992024-01-20T04:16:04.240Z Compiling ring v0.17.7
15002024-01-20T04:16:04.378Z Compiling schemars v0.8.16
15012024-01-20T04:16:04.721Z Checking parking_lot v0.12.1
15022024-01-20T04:16:04.906Z Checking pin-project-lite v0.2.13
15032024-01-20T04:16:04.928Z Compiling fnv v1.0.7
15042024-01-20T04:16:04.932Z Compiling vcpkg v0.2.15
15052024-01-20T04:16:05.067Z Checking rand_core v0.6.4
15062024-01-20T04:16:05.474Z Compiling aho-corasick v1.0.4
15072024-01-20T04:16:07.550Z Checking signal-hook-registry v1.4.1
15082024-01-20T04:16:07.877Z Compiling regex-syntax v0.8.2
15092024-01-20T04:16:08.441Z Compiling openssl-sys v0.9.96
15102024-01-20T04:16:10.027Z Checking mio v0.8.9
15112024-01-20T04:16:10.033Z Compiling ahash v0.8.6
15122024-01-20T04:16:10.633Z Compiling ring v0.16.20
15132024-01-20T04:16:10.702Z Checking futures-core v0.3.30
15142024-01-20T04:16:10.947Z Checking num_cpus v1.16.0
15152024-01-20T04:16:11.087Z Compiling openssl v0.10.60
15162024-01-20T04:16:11.612Z Compiling ucd-trie v0.1.6
15172024-01-20T04:16:11.679Z Checking socket2 v0.5.5
15182024-01-20T04:16:12.546Z Compiling serde_derive_internals v0.26.0
15192024-01-20T04:16:12.996Z Compiling iana-time-zone v0.1.57
15202024-01-20T04:16:12.999Z Compiling spin v0.5.2
15212024-01-20T04:16:13.540Z Compiling regex-automata v0.4.3
15222024-01-20T04:16:13.544Z Compiling rustls v0.21.9
15232024-01-20T04:16:13.788Z Compiling native-tls v0.2.11
15242024-01-20T04:16:14.560Z Compiling async-trait v0.1.77
15252024-01-20T04:16:15.790Z Compiling dyn-clone v1.0.13
15262024-01-20T04:16:16.093Z Checking ryu v1.0.15
15272024-01-20T04:16:16.154Z Compiling unicode-xid v0.2.4
15282024-01-20T04:16:16.384Z Compiling backtrace v0.3.69
15292024-01-20T04:16:17.017Z Compiling futures-sink v0.3.30
15302024-01-20T04:16:17.228Z Compiling errno v0.3.8
15312024-01-20T04:16:17.232Z Compiling tinyvec_macros v0.1.1
15322024-01-20T04:16:17.495Z Compiling crc32fast v1.3.2
15332024-01-20T04:16:17.517Z Compiling crossbeam-utils v0.8.16
15342024-01-20T04:16:17.549Z Compiling tinyvec v1.6.0
15352024-01-20T04:16:18.129Z Compiling futures-channel v0.3.30
15362024-01-20T04:16:18.685Z Compiling pin-utils v0.1.0
15372024-01-20T04:16:18.782Z Compiling futures-io v0.3.30
15382024-01-20T04:16:18.806Z Compiling futures-task v0.3.30
15392024-01-20T04:16:18.905Z Compiling anyhow v1.0.75
15402024-01-20T04:16:19.050Z Checking subtle v2.5.0
15412024-01-20T04:16:19.214Z Compiling spin v0.9.8
15422024-01-20T04:16:19.422Z Compiling tracing-core v0.1.31
15432024-01-20T04:16:19.765Z Compiling regex v1.10.2
15442024-01-20T04:16:20.116Z Compiling unicode-normalization v0.1.22
15452024-01-20T04:16:20.137Z Compiling unicode-bidi v0.3.13
15462024-01-20T04:16:21.942Z Compiling num-integer v0.1.45
15472024-01-20T04:16:22.258Z Compiling slog v2.7.0
15482024-01-20T04:16:22.401Z Compiling synstructure v0.12.6
15492024-01-20T04:16:22.608Z Compiling lazy_static v1.4.0
15502024-01-20T04:16:22.653Z Compiling unicode-width v0.1.11
15512024-01-20T04:16:22.786Z Compiling time-core v0.1.1
15522024-01-20T04:16:22.869Z Compiling untrusted v0.7.1
15532024-01-20T04:16:22.988Z Compiling foreign-types-shared v0.1.1
15542024-01-20T04:16:23.083Z Compiling rustversion v1.0.14
15552024-01-20T04:16:23.128Z Compiling untrusted v0.9.0
15562024-01-20T04:16:23.155Z Compiling percent-encoding v2.3.1
15572024-01-20T04:16:23.353Z Compiling serde_derive v1.0.195
15582024-01-20T04:16:23.373Z Compiling zeroize_derive v1.4.2
15592024-01-20T04:16:23.701Z Compiling thiserror-impl v1.0.49
15602024-01-20T04:16:23.852Z Compiling tokio-macros v2.2.0
15612024-01-20T04:16:24.084Z Compiling futures-macro v0.3.30
15622024-01-20T04:16:24.854Z Compiling tracing-attributes v0.1.26
15632024-01-20T04:16:25.471Z Compiling schemars_derive v0.8.16
15642024-01-20T04:16:26.118Z Compiling zerocopy-derive v0.7.31
15652024-01-20T04:16:26.641Z Checking zeroize v1.7.0
15662024-01-20T04:16:27.034Z Compiling openssl-macros v0.1.1
15672024-01-20T04:16:28.751Z Compiling futures-util v0.3.30
15682024-01-20T04:16:29.258Z Compiling thiserror v1.0.49
15692024-01-20T04:16:29.437Z Compiling pest v2.7.2
15702024-01-20T04:16:29.982Z Compiling zerocopy v0.7.31
15712024-01-20T04:16:31.249Z Compiling der_derive v0.7.2
15722024-01-20T04:16:31.371Z Compiling tracing v0.1.37
15732024-01-20T04:16:32.261Z Compiling zerocopy-derive v0.2.0
15742024-01-20T04:16:33.486Z Compiling hashbrown v0.13.2
15752024-01-20T04:16:33.629Z Compiling pest_meta v2.7.2
15762024-01-20T04:16:35.366Z Compiling foreign-types v0.3.2
15772024-01-20T04:16:35.601Z Compiling time-macros v0.2.13
15782024-01-20T04:16:39.077Z Compiling pest_generator v2.7.2
15792024-01-20T04:16:40.637Z Compiling base64 v0.21.7
15802024-01-20T04:16:40.802Z Compiling try-lock v0.2.4
15812024-01-20T04:16:41.157Z Compiling want v0.3.1
15822024-01-20T04:16:41.203Z Compiling sct v0.7.0
15832024-01-20T04:16:41.559Z Compiling rustls-webpki v0.101.7
15842024-01-20T04:16:41.640Z Compiling form_urlencoded v1.2.1
15852024-01-20T04:16:42.111Z Compiling socket2 v0.4.9
15862024-01-20T04:16:42.487Z Compiling pest_derive v2.7.2
15872024-01-20T04:16:42.822Z Compiling tower-service v0.3.2
15882024-01-20T04:16:42.945Z Compiling openssl-probe v0.1.5
15892024-01-20T04:16:42.977Z Compiling const-oid v0.9.5
15902024-01-20T04:16:43.436Z Compiling httpdate v1.0.3
15912024-01-20T04:16:43.713Z Compiling idna v0.5.0
15922024-01-20T04:16:44.171Z Compiling usdt-impl v0.3.5
15932024-01-20T04:16:44.174Z Compiling memoffset v0.9.0
15942024-01-20T04:16:44.633Z Compiling adler v1.0.2
15952024-01-20T04:16:44.876Z Compiling zerocopy v0.3.0
15962024-01-20T04:16:45.006Z Compiling miniz_oxide v0.7.1
15972024-01-20T04:16:45.010Z Checking crypto-common v0.1.6
15982024-01-20T04:16:45.265Z Compiling url v2.5.0
15992024-01-20T04:16:46.258Z Compiling either v1.9.0
16002024-01-20T04:16:46.435Z Compiling signal-hook v0.3.17
16012024-01-20T04:16:46.518Z Checking bytes v1.5.0
16022024-01-20T04:16:46.720Z Checking bitflags v2.4.0
16032024-01-20T04:16:47.141Z Compiling ipnet v2.9.0
16042024-01-20T04:16:47.606Z Compiling dof v0.1.5
16052024-01-20T04:16:47.749Z Checking tokio v1.35.1
16062024-01-20T04:16:48.371Z Compiling indexmap v2.1.0
16072024-01-20T04:16:49.057Z Compiling semver v1.0.21
16082024-01-20T04:16:49.208Z Compiling chrono v0.4.31
16092024-01-20T04:16:50.279Z Compiling uuid v1.6.1
16102024-01-20T04:16:50.312Z Compiling rustc_version v0.4.0
16112024-01-20T04:16:50.424Z Compiling http v0.2.11
16122024-01-20T04:16:51.555Z Compiling serde_spanned v0.6.4
16132024-01-20T04:16:51.909Z Compiling toml_datetime v0.6.5
16142024-01-20T04:16:52.589Z Compiling toml_edit v0.19.15
16152024-01-20T04:16:54.585Z Compiling openapiv3 v2.0.0
16162024-01-20T04:16:55.926Z Compiling http-body v0.4.5
16172024-01-20T04:16:56.526Z Compiling heapless v0.7.16
16182024-01-20T04:16:57.843Z Compiling serde_urlencoded v0.7.1
16192024-01-20T04:16:58.391Z Compiling dtrace-parser v0.1.14
16202024-01-20T04:16:58.679Z Compiling rustls-pemfile v1.0.3
16212024-01-20T04:16:59.000Z Compiling clap_derive v4.4.2
16222024-01-20T04:16:59.240Z Compiling pin-project-internal v1.1.3
16232024-01-20T04:17:00.687Z Compiling zerocopy-derive v0.6.4
16242024-01-20T04:17:02.389Z Compiling crossbeam-epoch v0.9.15
16252024-01-20T04:17:02.960Z Compiling tokio-util v0.7.10
16262024-01-20T04:17:03.054Z Compiling tokio-rustls v0.24.1
16272024-01-20T04:17:03.662Z Compiling encoding_rs v0.8.33
16282024-01-20T04:17:04.403Z Compiling thread-id v4.2.0
16292024-01-20T04:17:04.473Z Compiling gimli v0.28.0
16302024-01-20T04:17:04.547Z Compiling webpki-roots v0.25.2
16312024-01-20T04:17:04.759Z Compiling h2 v0.3.24
16322024-01-20T04:17:05.475Z Compiling siphasher v0.3.11
16332024-01-20T04:17:05.956Z Compiling mime v0.3.17
16342024-01-20T04:17:07.687Z Compiling tokio-native-tls v0.3.1
16352024-01-20T04:17:08.072Z Compiling serde_tokenstream v0.1.7
16362024-01-20T04:17:08.077Z Compiling strum_macros v0.25.2
16372024-01-20T04:17:08.836Z Compiling block-buffer v0.10.4
16382024-01-20T04:17:09.237Z Compiling bzip2-sys v0.1.11+1.0.8
16392024-01-20T04:17:09.436Z Compiling object v0.32.1
16402024-01-20T04:17:10.192Z Compiling num-iter v0.1.43
16412024-01-20T04:17:10.803Z Compiling rustc-demangle v0.1.23
16422024-01-20T04:17:11.513Z Compiling addr2line v0.21.0
16432024-01-20T04:17:12.591Z Compiling flate2 v1.0.28
16442024-01-20T04:17:12.753Z Compiling digest v0.10.7
16452024-01-20T04:17:13.696Z Compiling ppv-lite86 v0.2.17
16462024-01-20T04:17:14.210Z Checking hashbrown v0.14.2
16472024-01-20T04:17:14.542Z Checking equivalent v1.0.1
16482024-01-20T04:17:14.678Z Compiling doc-comment v0.3.3
16492024-01-20T04:17:15.012Z Compiling rand_chacha v0.3.1
16502024-01-20T04:17:15.043Z Compiling usdt-macro v0.3.5
16512024-01-20T04:17:15.399Z Compiling usdt-attr-macro v0.3.5
16522024-01-20T04:17:15.661Z Compiling toml v0.7.8
16532024-01-20T04:17:15.772Z Compiling toml_edit v0.21.0
16542024-01-20T04:17:16.016Z Compiling hyper v0.14.27
16552024-01-20T04:17:17.793Z Compiling hex v0.4.3
16562024-01-20T04:17:17.962Z Compiling bit-vec v0.6.3
16572024-01-20T04:17:18.746Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
16582024-01-20T04:17:18.848Z Compiling rand v0.8.5
16592024-01-20T04:17:20.675Z Compiling phf_shared v0.10.0
16602024-01-20T04:17:20.881Z Compiling num-bigint v0.4.4
16612024-01-20T04:17:21.270Z Compiling minimal-lexical v0.2.1
16622024-01-20T04:17:22.101Z Compiling base64ct v1.6.0
16632024-01-20T04:17:22.155Z Compiling precomputed-hash v0.1.1
16642024-01-20T04:17:22.305Z Compiling fixedbitset v0.4.2
16652024-01-20T04:17:22.485Z Compiling new_debug_unreachable v1.0.4
16662024-01-20T04:17:22.531Z Compiling smoltcp v0.9.1
16672024-01-20T04:17:22.606Z Compiling string_cache v0.8.7
16682024-01-20T04:17:23.002Z Compiling pem-rfc7468 v0.7.0
16692024-01-20T04:17:23.080Z Compiling petgraph v0.6.4
16702024-01-20T04:17:23.150Z Compiling nom v7.1.3
16712024-01-20T04:17:23.667Z Compiling bit-set v0.5.3
16722024-01-20T04:17:24.060Z Compiling hmac v0.12.1
16732024-01-20T04:17:24.222Z Compiling itertools v0.10.5
16742024-01-20T04:17:25.307Z Compiling enum-as-inner v0.5.1
16752024-01-20T04:17:25.558Z Compiling hubpack_derive v0.1.1
16762024-01-20T04:17:25.742Z Compiling diesel_table_macro_syntax v0.1.0
16772024-01-20T04:17:26.378Z Compiling flagset v0.4.3
16782024-01-20T04:17:26.683Z Compiling unicode-segmentation v1.10.1
16792024-01-20T04:17:26.930Z Checking bitflags v1.3.2
16802024-01-20T04:17:27.057Z Compiling lalrpop-util v0.19.12
16812024-01-20T04:17:27.585Z Compiling hyper-rustls v0.24.2
16822024-01-20T04:17:27.702Z Compiling hyper-tls v0.5.0
16832024-01-20T04:17:28.077Z Compiling reqwest v0.11.22
16842024-01-20T04:17:28.095Z Compiling der v0.7.8
16852024-01-20T04:17:28.175Z Compiling diesel_derives v2.1.2
16862024-01-20T04:17:29.326Z Compiling snafu-derive v0.7.5
16872024-01-20T04:17:29.468Z Compiling cpufeatures v0.2.9
16882024-01-20T04:17:29.605Z Compiling sha2 v0.10.8
16892024-01-20T04:17:29.704Z Compiling rustix v0.37.23
16902024-01-20T04:17:30.662Z Compiling md-5 v0.10.5
16912024-01-20T04:17:31.018Z Compiling serde_repr v0.1.16
16922024-01-20T04:17:32.052Z Compiling spki v0.7.2
16932024-01-20T04:17:32.718Z Compiling stringprep v0.1.3
16942024-01-20T04:17:32.843Z Compiling hash32 v0.2.1
16952024-01-20T04:17:33.408Z Compiling stable_deref_trait v1.2.0
16962024-01-20T04:17:33.482Z Compiling fallible-iterator v0.2.0
16972024-01-20T04:17:34.304Z Compiling pkcs8 v0.10.2
16982024-01-20T04:17:34.321Z Compiling terminal_size v0.2.6
16992024-01-20T04:17:34.566Z Compiling postgres-protocol v0.6.6
17002024-01-20T04:17:34.852Z Compiling phf_shared v0.11.2
17012024-01-20T04:17:35.453Z Compiling ff v0.13.0
17022024-01-20T04:17:35.754Z Compiling block-padding v0.3.3
17032024-01-20T04:17:35.785Z Compiling scheduled-thread-pool v0.2.7
17042024-01-20T04:17:35.995Z Compiling base16ct v0.2.0
17052024-01-20T04:17:36.418Z Compiling matches v0.1.10
17062024-01-20T04:17:36.478Z Compiling num_threads v0.1.6
17072024-01-20T04:17:36.527Z Compiling managed v0.8.0
17082024-01-20T04:17:36.645Z Compiling deranged v0.3.8
17092024-01-20T04:17:36.707Z Compiling regex-automata v0.1.10
17102024-01-20T04:17:36.710Z Compiling idna v0.2.3
17112024-01-20T04:17:36.796Z Compiling sec1 v0.7.3
17122024-01-20T04:17:37.473Z Compiling bstr v0.2.17
17132024-01-20T04:17:37.678Z Compiling r2d2 v0.8.10
17142024-01-20T04:17:38.247Z Compiling inout v0.1.3
17152024-01-20T04:17:38.681Z Compiling clap_builder v4.4.2
17162024-01-20T04:17:39.032Z Compiling signal-hook-mio v0.2.3
17172024-01-20T04:17:39.244Z Compiling group v0.13.0
17182024-01-20T04:17:39.326Z Compiling postgres-types v0.2.6
17192024-01-20T04:17:39.625Z Compiling time v0.3.27
17202024-01-20T04:17:39.721Z Compiling phf v0.11.2
17212024-01-20T04:17:39.826Z Compiling bzip2 v0.4.4
17222024-01-20T04:17:40.396Z Compiling hubpack v0.1.2
17232024-01-20T04:17:40.927Z Compiling hkdf v0.12.4
17242024-01-20T04:17:41.404Z Compiling pin-project v1.1.3
17252024-01-20T04:17:41.567Z Compiling zerocopy v0.6.4
17262024-01-20T04:17:41.644Z Compiling ipnetwork v0.20.0
17272024-01-20T04:17:43.090Z Compiling crypto-bigint v0.5.2
17282024-01-20T04:17:43.113Z Compiling futures-executor v0.3.30
17292024-01-20T04:17:44.042Z Compiling float-cmp v0.9.0
17302024-01-20T04:17:44.365Z Compiling normalize-line-endings v0.3.0
17312024-01-20T04:17:44.529Z Checking unicode-ident v1.0.12
17322024-01-20T04:17:44.768Z Compiling whoami v1.4.1
17332024-01-20T04:17:45.786Z Compiling predicates-core v1.0.6
17342024-01-20T04:17:45.915Z Compiling difflib v0.4.0
17352024-01-20T04:17:46.538Z Compiling data-encoding v2.4.0
17362024-01-20T04:17:48.573Z Compiling static_assertions v1.1.0
17372024-01-20T04:17:48.636Z Compiling regex-automata v0.3.8
17382024-01-20T04:17:48.709Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
17392024-01-20T04:17:48.899Z Compiling trust-dns-proto v0.22.0
17402024-01-20T04:17:50.505Z Compiling predicates v3.1.0
17412024-01-20T04:17:52.741Z Compiling bstr v1.6.0
17422024-01-20T04:17:52.841Z Compiling elliptic-curve v0.13.8
17432024-01-20T04:17:53.268Z Compiling tokio-postgres v0.7.10
17442024-01-20T04:17:55.060Z Compiling yasna v0.5.2
17452024-01-20T04:17:55.279Z Compiling diesel v2.1.4
17462024-01-20T04:17:55.369Z Compiling clap v4.4.3
17472024-01-20T04:17:55.396Z Compiling futures v0.3.30
17482024-01-20T04:17:55.518Z Compiling snafu v0.7.5
17492024-01-20T04:17:55.557Z Compiling zip v0.6.6
17502024-01-20T04:17:56.906Z Compiling crossterm v0.27.0
17512024-01-20T04:17:57.829Z Compiling similar v2.3.0
17522024-01-20T04:17:58.004Z Compiling cipher v0.4.4
17532024-01-20T04:17:58.547Z Compiling usdt v0.3.5
17542024-01-20T04:17:58.810Z Compiling tokio-stream v0.1.14
17552024-01-20T04:18:00.310Z Compiling console v0.15.8
17562024-01-20T04:18:01.955Z Checking proc-macro2 v1.0.74
17572024-01-20T04:18:03.039Z Checking quote v1.0.35
17582024-01-20T04:18:05.382Z Checking utf8parse v0.2.1
17592024-01-20T04:18:06.678Z Checking anstyle v1.0.2
17602024-01-20T04:18:07.960Z Checking io-lifetimes v1.0.11
17612024-01-20T04:18:12.811Z Checking anstyle-parse v0.2.1
17622024-01-20T04:18:15.376Z Checking anstyle-query v1.0.0
17632024-01-20T04:18:15.446Z Checking colorchoice v1.0.0
17642024-01-20T04:18:15.614Z Checking anstream v0.5.0
17652024-01-20T04:18:16.201Z Checking clap_lex v0.5.1
17662024-01-20T04:18:16.288Z Checking strsim v0.10.0
17672024-01-20T04:18:18.364Z Checking winnow v0.5.15
17682024-01-20T04:18:24.598Z Compiling serde_tokenstream v0.2.0
17692024-01-20T04:18:27.155Z Compiling regress v0.7.1
17702024-01-20T04:18:32.526Z Compiling typify-impl v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f)
17712024-01-20T04:18:42.014Z Compiling getopts v0.2.21
17722024-01-20T04:18:42.293Z Compiling unsafe-libyaml v0.2.10
17732024-01-20T04:18:43.714Z Checking heck v0.4.1
17742024-01-20T04:18:43.989Z Checking progenitor-client v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576)
17752024-01-20T04:18:44.437Z Compiling serde_yaml v0.9.25
17762024-01-20T04:18:45.909Z Compiling ident_case v1.0.1
17772024-01-20T04:18:46.166Z Checking fastrand v2.0.0
17782024-01-20T04:18:46.202Z Checking match_cfg v0.1.0
17792024-01-20T04:18:46.315Z Checking rustls-pki-types v1.1.0
17802024-01-20T04:18:46.518Z Checking hostname v0.3.1
17812024-01-20T04:18:46.641Z Checking tempfile v3.9.0
17822024-01-20T04:18:46.684Z Checking camino v1.1.6
17832024-01-20T04:18:46.890Z Checking http v1.0.0
17842024-01-20T04:18:47.312Z Checking atty v0.2.14
17852024-01-20T04:18:47.323Z Compiling paste v1.0.14
17862024-01-20T04:18:47.547Z Checking quick-error v1.2.3
17872024-01-20T04:18:47.729Z Checking crossbeam-channel v0.5.8
17882024-01-20T04:18:48.133Z Checking sha1 v0.10.6
17892024-01-20T04:18:48.546Z Checking dirs-sys-next v0.1.2
17902024-01-20T04:18:48.793Z Compiling rustls v0.22.2
17912024-01-20T04:18:48.877Z Checking dirs-next v2.0.0
17922024-01-20T04:18:49.077Z Checking rustls-webpki v0.102.1
17932024-01-20T04:18:49.227Z Checking thread_local v1.1.7
17942024-01-20T04:18:49.638Z Checking instant v0.1.12
17952024-01-20T04:18:49.781Z Compiling slog-async v2.8.0
17962024-01-20T04:18:50.586Z Checking term v0.7.0
17972024-01-20T04:18:51.040Z Checking rustls-pemfile v2.0.0
17982024-01-20T04:18:51.250Z Compiling multer v3.0.0
17992024-01-20T04:18:51.361Z Checking debug-ignore v1.0.5
18002024-01-20T04:18:51.496Z Checking take_mut v0.2.2
18012024-01-20T04:18:51.544Z Checking slog-term v2.9.0
18022024-01-20T04:18:51.765Z Compiling darling_core v0.20.3
18032024-01-20T04:18:52.113Z Checking slog-json v2.6.1
18042024-01-20T04:18:52.189Z Compiling async-stream-impl v0.3.5
18052024-01-20T04:18:52.282Z Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#711a7490)
18062024-01-20T04:18:52.484Z Checking atomic-waker v1.1.1
18072024-01-20T04:18:52.659Z Checking waitgroup v0.1.2
18082024-01-20T04:18:52.780Z Checking slog-bunyan v2.5.0
18092024-01-20T04:18:52.991Z Checking toml v0.8.8
18102024-01-20T04:18:53.426Z Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#711a7490)
18112024-01-20T04:18:54.134Z Checking serde_path_to_error v0.1.15
18122024-01-20T04:18:54.470Z Checking async-stream v0.3.5
18132024-01-20T04:18:54.737Z Checking strum v0.25.0
18142024-01-20T04:18:54.994Z Compiling structmeta-derive v0.2.0
18152024-01-20T04:18:55.209Z Checking wait-timeout v0.2.0
18162024-01-20T04:18:55.447Z Checking rusty-fork v0.3.0
18172024-01-20T04:18:55.858Z Checking rand_xorshift v0.3.0
18182024-01-20T04:18:56.083Z Compiling regex-syntax v0.7.5
18192024-01-20T04:18:56.188Z Checking tokio-rustls v0.25.0
18202024-01-20T04:18:56.851Z Checking unarray v0.1.4
18212024-01-20T04:18:57.044Z Checking proptest v1.4.0
18222024-01-20T04:19:00.099Z Compiling structmeta v0.2.0
18232024-01-20T04:19:00.764Z Checking backoff v0.4.0
18242024-01-20T04:19:01.187Z Compiling test-strategy v0.3.1
18252024-01-20T04:19:01.828Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
18262024-01-20T04:19:02.069Z Compiling darling_macro v0.20.3
18272024-01-20T04:19:02.438Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
18282024-01-20T04:19:03.378Z Checking serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
18292024-01-20T04:19:03.441Z Compiling typify-macro v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f)
18302024-01-20T04:19:03.581Z Checking macaddr v1.0.1
18312024-01-20T04:19:03.635Z Checking camino-tempfile v1.1.1
18322024-01-20T04:19:03.664Z Compiling darling v0.20.3
18332024-01-20T04:19:03.810Z Compiling serde_with_macros v3.4.0
18342024-01-20T04:19:04.037Z Checking is-terminal v0.4.9
18352024-01-20T04:19:04.065Z Compiling proc-macro-error-attr v1.0.4
18362024-01-20T04:19:04.195Z Compiling proc-macro-error v1.0.4
18372024-01-20T04:19:04.338Z Compiling proc-macro-crate v1.3.1
18382024-01-20T04:19:04.983Z Checking termtree v0.4.1
18392024-01-20T04:19:05.273Z Checking predicates-tree v1.0.9
18402024-01-20T04:19:05.476Z Compiling smoltcp v0.10.0
18412024-01-20T04:19:06.265Z Compiling num_enum_derive v0.5.11
18422024-01-20T04:19:06.586Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
18432024-01-20T04:19:07.134Z Checking embedded-io v0.4.0
18442024-01-20T04:19:07.259Z Compiling crucible-workspace-hack v0.1.0
18452024-01-20T04:19:07.421Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
18462024-01-20T04:19:07.674Z Checking cobs v0.2.3
18472024-01-20T04:19:07.765Z Compiling parse-display-derive v0.8.2
18482024-01-20T04:19:07.914Z Checking postcard v1.0.8
18492024-01-20T04:19:07.930Z Compiling foreign-types-macros v0.2.3
18502024-01-20T04:19:08.392Z Checking serde_with v3.4.0
18512024-01-20T04:19:09.050Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=4e6e6ab6379fa4bc40f5d0c7340b9f35c45ad6e4#4e6e6ab6)
18522024-01-20T04:19:09.472Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
18532024-01-20T04:19:09.927Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=4e6e6ab6379fa4bc40f5d0c7340b9f35c45ad6e4#4e6e6ab6)
18542024-01-20T04:19:10.054Z Checking foreign-types-shared v0.3.1
18552024-01-20T04:19:10.201Z Checking foreign-types v0.5.0
18562024-01-20T04:19:10.526Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
18572024-01-20T04:19:10.581Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=4e6e6ab6379fa4bc40f5d0c7340b9f35c45ad6e4#4e6e6ab6)
18582024-01-20T04:19:10.809Z Checking num_enum v0.5.11
18592024-01-20T04:19:11.011Z Checking cstr-argument v0.1.2
18602024-01-20T04:19:11.256Z Checking pretty-hex v0.2.1
18612024-01-20T04:19:11.467Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d)
18622024-01-20T04:19:11.920Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
18632024-01-20T04:19:12.006Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
18642024-01-20T04:19:12.059Z Checking colored v2.0.4
18652024-01-20T04:19:12.238Z Compiling typify v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f)
18662024-01-20T04:19:12.420Z Compiling progenitor-impl v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576)
18672024-01-20T04:19:12.455Z Compiling zone_cfg_derive v0.3.0
18682024-01-20T04:19:12.644Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=4e6e6ab6379fa4bc40f5d0c7340b9f35c45ad6e4#4e6e6ab6)
18692024-01-20T04:19:14.195Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=1e25649e8c2ac274bd04adfe0513dd14a482058c#1e25649e)
18702024-01-20T04:19:14.689Z Compiling num-derive v0.4.0
18712024-01-20T04:19:14.806Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=4e6e6ab6379fa4bc40f5d0c7340b9f35c45ad6e4#4e6e6ab6)
18722024-01-20T04:19:14.978Z Compiling mockall_derive v0.12.0
18732024-01-20T04:19:15.322Z Checking parse-display v0.8.2
18742024-01-20T04:19:15.433Z Checking fragile v2.0.0
18752024-01-20T04:19:15.529Z Checking downcast v0.11.0
18762024-01-20T04:19:15.543Z Checking zone v0.3.0
18772024-01-20T04:19:15.802Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=1e25649e8c2ac274bd04adfe0513dd14a482058c#1e25649e)
18782024-01-20T04:19:15.821Z Checking smf v0.2.2
18792024-01-20T04:19:16.151Z Checking same-file v1.0.6
18802024-01-20T04:19:16.380Z Checking walkdir v2.4.0
18812024-01-20T04:19:16.483Z Checking filetime v0.2.23
18822024-01-20T04:19:16.741Z Checking xattr v1.0.1
18832024-01-20T04:19:16.768Z Checking pem v3.0.2
18842024-01-20T04:19:16.782Z Checking linked-hash-map v0.5.6
18852024-01-20T04:19:16.994Z Checking tar v0.4.40
18862024-01-20T04:19:17.012Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=4e6e6ab6379fa4bc40f5d0c7340b9f35c45ad6e4#4e6e6ab6)
18872024-01-20T04:19:17.128Z Checking itertools v0.12.0
18882024-01-20T04:19:17.296Z Checking lru-cache v0.1.2
18892024-01-20T04:19:17.403Z Checking headers-core v0.2.0
18902024-01-20T04:19:17.543Z Checking password-hash v0.5.0
18912024-01-20T04:19:17.595Z Checking headers v0.3.9
18922024-01-20T04:19:18.175Z Checking blake2 v0.10.6
18932024-01-20T04:19:18.211Z Checking rcgen v0.12.0
18942024-01-20T04:19:18.603Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=e71b10d2f9f1fb52818b916bae83ba15a339548d#e71b10d2)
18952024-01-20T04:19:18.849Z Checking argon2 v0.5.2
18962024-01-20T04:19:19.284Z Checking atomicwrites v0.4.3
18972024-01-20T04:19:19.313Z Checking subprocess v0.2.9
18982024-01-20T04:19:19.329Z Checking swrite v0.1.0
18992024-01-20T04:19:19.460Z Checking arc-swap v1.6.0
19002024-01-20T04:19:19.544Z Compiling cancel-safe-futures v0.1.5
19012024-01-20T04:19:20.202Z Checking ciborium-io v0.2.1
19022024-01-20T04:19:20.206Z Checking half v1.8.2
19032024-01-20T04:19:20.206Z Checking resolv-conf v0.7.0
19042024-01-20T04:19:20.206Z Checking slog-scope v4.4.0
19052024-01-20T04:19:20.474Z Checking slog-stdlog v4.1.1
19062024-01-20T04:19:20.628Z Checking ciborium-ll v0.2.1
19072024-01-20T04:19:20.685Z Checking trust-dns-resolver v0.22.0
19082024-01-20T04:19:20.701Z Checking slog-envlogger v2.2.0
19092024-01-20T04:19:20.786Z Checking libsw v3.3.1
19102024-01-20T04:19:20.993Z Compiling derive-where v1.2.7
19112024-01-20T04:19:21.068Z Checking ciborium v0.2.1
19122024-01-20T04:19:21.158Z Checking linear-map v1.2.0
19132024-01-20T04:19:21.354Z Checking owo-colors v3.5.0
19142024-01-20T04:19:21.636Z Checking textwrap v0.11.0
19152024-01-20T04:19:21.951Z Compiling heck v0.3.3
19162024-01-20T04:19:22.581Z Compiling libefi-sys v0.1.0
19172024-01-20T04:19:22.694Z Checking vec_map v0.8.2
19182024-01-20T04:19:22.985Z Checking strsim v0.8.0
19192024-01-20T04:19:23.085Z Checking ansi_term v0.12.1
19202024-01-20T04:19:23.220Z Compiling structopt-derive v0.4.18
19212024-01-20T04:19:23.245Z Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802)
19222024-01-20T04:19:23.552Z Checking clap v2.34.0
19232024-01-20T04:19:23.781Z Compiling slog-dtrace v0.2.3
19242024-01-20T04:19:24.548Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
19252024-01-20T04:19:25.156Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
19262024-01-20T04:19:25.275Z Compiling progenitor-macro v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576)
19272024-01-20T04:19:25.492Z Checking nibble_vec v0.1.0
19282024-01-20T04:19:25.609Z Checking endian-type v0.1.2
19292024-01-20T04:19:25.752Z Checking fxhash v0.2.1
19302024-01-20T04:19:25.894Z Checking radix_trie v0.2.1
19312024-01-20T04:19:25.989Z Checking termcolor v1.2.0
19322024-01-20T04:19:26.518Z Compiling radium v0.7.0
19332024-01-20T04:19:26.606Z Compiling semver v0.1.20
19342024-01-20T04:19:27.225Z Compiling rustc_version v0.1.7
19352024-01-20T04:19:27.400Z Compiling maybe-uninit v2.0.0
19362024-01-20T04:19:27.675Z Checking tap v1.0.1
19372024-01-20T04:19:27.902Z Checking wyz v0.5.1
19382024-01-20T04:19:27.957Z Compiling newtype_derive v0.1.6
19392024-01-20T04:19:28.269Z Checking structopt v0.3.26
19402024-01-20T04:19:28.399Z Compiling semver-parser v0.10.2
19412024-01-20T04:19:28.493Z Checking funty v2.0.0
19422024-01-20T04:19:28.708Z Checking mockall v0.12.0
19432024-01-20T04:19:28.866Z Compiling num-bigint-dig v0.8.4
19442024-01-20T04:19:29.032Z Checking crc-catalog v2.2.0
19452024-01-20T04:19:29.219Z Compiling packed_struct v0.10.1
19462024-01-20T04:19:29.239Z Checking crc v3.0.1
19472024-01-20T04:19:29.530Z Compiling semver v0.11.0
19482024-01-20T04:19:29.915Z Compiling packed_struct_codegen v0.10.1
19492024-01-20T04:19:29.934Z Compiling indexmap v1.9.3
19502024-01-20T04:19:30.319Z Checking bitvec v1.0.1
19512024-01-20T04:19:30.362Z Compiling num-rational v0.4.1
19522024-01-20T04:19:30.900Z Compiling home v0.5.5
19532024-01-20T04:19:31.163Z Checking nodrop v0.1.14
19542024-01-20T04:19:31.264Z Compiling toolchain_find v0.2.0
19552024-01-20T04:19:31.305Z Checking array-init v0.0.4
19562024-01-20T04:19:32.236Z Checking smallvec v0.6.14
19572024-01-20T04:19:32.814Z Checking pkcs1 v0.7.5
19582024-01-20T04:19:33.422Z Checking signature v2.1.0
19592024-01-20T04:19:33.591Z Compiling toml v0.5.11
19602024-01-20T04:19:33.678Z Compiling topological-sort v0.2.2
19612024-01-20T04:19:33.967Z Compiling convert_case v0.4.0
19622024-01-20T04:19:34.492Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
19632024-01-20T04:19:34.724Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
19642024-01-20T04:19:34.780Z Checking bitfield v0.14.0
19652024-01-20T04:19:34.877Z Checking hashbrown v0.12.3
19662024-01-20T04:19:35.233Z Compiling omicron-zone-package v0.10.1
19672024-01-20T04:19:35.553Z Compiling derive_more v0.99.17
19682024-01-20T04:19:35.755Z Checking rsa v0.9.2
19692024-01-20T04:19:37.170Z Compiling rustfmt-wrapper v0.2.0
19702024-01-20T04:19:37.706Z Checking serde-hex v0.1.0
19712024-01-20T04:19:38.152Z Checking steno v0.4.0
19722024-01-20T04:19:40.917Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
19732024-01-20T04:19:41.257Z Checking env_logger v0.10.0
19742024-01-20T04:19:41.363Z Checking lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
19752024-01-20T04:19:41.855Z Checking x509-cert v0.2.4
19762024-01-20T04:19:41.910Z Checking ron v0.8.1
19772024-01-20T04:19:42.886Z Checking num-complex v0.4.4
19782024-01-20T04:19:43.912Z Checking crc-any v2.4.3
19792024-01-20T04:19:44.373Z Checking num v0.4.1
19802024-01-20T04:19:44.431Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
19812024-01-20T04:19:44.485Z Checking object v0.30.4
19822024-01-20T04:19:44.506Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
19832024-01-20T04:19:44.764Z Checking newline-converter v0.3.0
19842024-01-20T04:19:44.827Z Checking utf-8 v0.7.6
19852024-01-20T04:19:44.993Z Checking path-slash v0.1.5
19862024-01-20T04:19:45.102Z Checking tungstenite v0.20.1
19872024-01-20T04:19:45.177Z Checking expectorate v1.1.0
19882024-01-20T04:19:45.363Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
19892024-01-20T04:19:45.414Z Compiling buf-list v1.0.3
19902024-01-20T04:19:45.869Z Checking display-error-chain v0.2.0
19912024-01-20T04:19:46.057Z Compiling parking_lot_core v0.8.6
19922024-01-20T04:19:46.449Z Checking keccak v0.1.4
19932024-01-20T04:19:46.534Z Checking tokio-tungstenite v0.20.1
19942024-01-20T04:19:46.867Z Checking trust-dns-client v0.22.0
19952024-01-20T04:19:46.886Z Checking sha3 v0.10.8
19962024-01-20T04:19:47.261Z Checking parking_lot v0.11.2
19972024-01-20T04:19:47.459Z Checking secrecy v0.8.0
19982024-01-20T04:19:47.762Z Checking pretty-hex v0.4.1
19992024-01-20T04:19:47.783Z Checking sled v0.34.7
20002024-01-20T04:19:48.029Z Checking glob v0.3.1
20012024-01-20T04:19:48.441Z Compiling vte_generate_state_changes v0.1.1
20022024-01-20T04:19:48.823Z Checking fd-lock v3.0.13
20032024-01-20T04:19:49.085Z Compiling unicase v2.7.0
20042024-01-20T04:19:49.394Z Checking vte v0.11.1
20052024-01-20T04:19:49.539Z Compiling platforms v3.0.2
20062024-01-20T04:19:49.544Z Checking trust-dns-server v0.22.1
20072024-01-20T04:19:50.005Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
20082024-01-20T04:19:50.320Z Checking crossbeam-deque v0.8.3
20092024-01-20T04:19:50.480Z Checking nu-ansi-term v0.49.0
20102024-01-20T04:19:50.787Z Compiling rayon-core v1.12.0
20112024-01-20T04:19:51.211Z Checking globset v0.4.13
20122024-01-20T04:19:51.827Z Checking strip-ansi-escapes v0.2.0
20132024-01-20T04:19:52.093Z Checking olpc-cjson v0.1.3
20142024-01-20T04:19:52.097Z Checking serde_plain v1.0.2
20152024-01-20T04:19:52.098Z Checking reedline v0.28.0
20162024-01-20T04:19:52.258Z Compiling async-recursion v1.0.5
20172024-01-20T04:19:52.340Z Checking typed-path v0.7.0
20182024-01-20T04:19:52.426Z Compiling curve25519-dalek v4.1.1
20192024-01-20T04:19:53.972Z Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4)
20202024-01-20T04:19:54.322Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
20212024-01-20T04:19:54.439Z Compiling memoffset v0.7.1
20222024-01-20T04:19:54.548Z Compiling mime_guess v2.0.4
20232024-01-20T04:19:54.782Z Checking rayon v1.8.0
20242024-01-20T04:19:55.261Z Checking universal-hash v0.5.1
20252024-01-20T04:19:55.394Z Checking tough v0.16.0
20262024-01-20T04:19:55.436Z Compiling thiserror-impl-no-std v2.0.2
20272024-01-20T04:19:55.502Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
20282024-01-20T04:19:55.531Z Compiling curve25519-dalek-derive v0.1.0
20292024-01-20T04:19:55.717Z Checking opaque-debug v0.3.0
20302024-01-20T04:19:55.823Z Checking poly1305 v0.8.0
20312024-01-20T04:19:56.397Z Checking progenitor v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576)
20322024-01-20T04:19:56.618Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
20332024-01-20T04:19:56.675Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
20342024-01-20T04:19:56.820Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
20352024-01-20T04:19:58.003Z Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
20362024-01-20T04:19:58.464Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
20372024-01-20T04:20:00.903Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
20382024-01-20T04:20:01.064Z Checking lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
20392024-01-20T04:20:01.302Z Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client)
20402024-01-20T04:20:01.595Z Checking thiserror-no-std v2.0.2
20412024-01-20T04:20:02.365Z Checking hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84)
20422024-01-20T04:20:03.369Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
20432024-01-20T04:20:03.692Z Checking chacha20 v0.9.1
20442024-01-20T04:20:03.800Z Checking aead v0.5.2
20452024-01-20T04:20:04.110Z Checking kstat-rs v0.2.3
20462024-01-20T04:20:04.218Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
20472024-01-20T04:20:04.579Z Checking signature v1.6.4
20482024-01-20T04:20:04.615Z Compiling salty v0.2.0
20492024-01-20T04:20:04.738Z Checking vsss-rs v3.3.4
20502024-01-20T04:20:04.755Z Checking ed25519 v1.5.3
20512024-01-20T04:20:05.000Z Checking chacha20poly1305 v0.10.1
20522024-01-20T04:20:05.415Z Checking nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d)
20532024-01-20T04:20:06.354Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
20542024-01-20T04:20:06.613Z Checking serde-big-array v0.5.1
20552024-01-20T04:20:06.717Z Compiling hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a)
20562024-01-20T04:20:08.121Z Checking bytecount v0.6.3
20572024-01-20T04:20:08.317Z Checking papergrid v0.10.0
20582024-01-20T04:20:08.583Z Checking hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a)
20592024-01-20T04:20:09.964Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=1e25649e8c2ac274bd04adfe0513dd14a482058c#1e25649e)
20602024-01-20T04:20:10.546Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e71b10d2f9f1fb52818b916bae83ba15a339548d#e71b10d2)
20612024-01-20T04:20:10.836Z Compiling tabled_derive v0.6.0
20622024-01-20T04:20:12.066Z Checking signal-hook-tokio v0.3.1
20632024-01-20T04:20:12.307Z Checking nix v0.26.4
20642024-01-20T04:20:14.736Z Checking serde-big-array v0.4.1
20652024-01-20T04:20:14.984Z Compiling sqlparser_derive v0.2.2
20662024-01-20T04:20:15.222Z Checking unicode_categories v0.1.1
20672024-01-20T04:20:15.555Z Checking rustyline v12.0.0
20682024-01-20T04:20:15.690Z Checking sqlformat v0.2.3
20692024-01-20T04:20:16.472Z Checking tabled v0.14.0
20702024-01-20T04:20:16.731Z Checking sqlparser v0.41.0
20712024-01-20T04:20:17.582Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
20722024-01-20T04:20:17.982Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
20732024-01-20T04:20:18.072Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
20742024-01-20T04:20:20.670Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
20752024-01-20T04:20:20.844Z Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
20762024-01-20T04:20:22.379Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
20772024-01-20T04:20:23.741Z Checking sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef)
20782024-01-20T04:20:24.493Z Checking bcs v0.1.6
20792024-01-20T04:20:25.283Z Checking corncobs v0.1.3
20802024-01-20T04:20:25.408Z Compiling prettyplease v0.2.16
20812024-01-20T04:20:25.574Z Checking highway v1.1.0
20822024-01-20T04:20:25.877Z Checking sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef)
20832024-01-20T04:20:26.148Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=1e25649e8c2ac274bd04adfe0513dd14a482058c#1e25649e)
20842024-01-20T04:20:26.224Z Checking http-range v0.1.5
20852024-01-20T04:20:26.474Z Checking hyper-staticfile v0.9.5
20862024-01-20T04:20:26.505Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=1e25649e8c2ac274bd04adfe0513dd14a482058c#1e25649e)
20872024-01-20T04:20:27.117Z Compiling crunchy v0.2.2
20882024-01-20T04:20:27.864Z Compiling portable-atomic v1.4.3
20892024-01-20T04:20:28.132Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
20902024-01-20T04:20:28.365Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
20912024-01-20T04:20:29.224Z Compiling clang-sys v1.6.1
20922024-01-20T04:20:29.548Z Compiling tiny-keccak v2.0.2
20932024-01-20T04:20:30.113Z Checking humantime v2.1.0
20942024-01-20T04:20:30.519Z Checking assert_matches v1.5.0
20952024-01-20T04:20:30.589Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
20962024-01-20T04:20:30.802Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
20972024-01-20T04:20:32.353Z Compiling darling_core v0.14.4
20982024-01-20T04:20:32.685Z Checking number_prefix v0.4.0
20992024-01-20T04:20:32.734Z Compiling ascii-canvas v3.0.0
21002024-01-20T04:20:32.951Z Checking indicatif v0.17.7
21012024-01-20T04:20:33.771Z Compiling ena v0.14.2
21022024-01-20T04:20:34.070Z Compiling libloading v0.7.4
21032024-01-20T04:20:34.226Z Compiling bindgen v0.65.1
21042024-01-20T04:20:34.391Z Compiling regex-syntax v0.6.29
21052024-01-20T04:20:34.657Z Compiling diff v0.1.13
21062024-01-20T04:20:39.201Z Compiling cexpr v0.6.0
21072024-01-20T04:20:42.093Z Compiling lalrpop v0.19.12
21082024-01-20T04:20:42.426Z Compiling darling_macro v0.14.4
21092024-01-20T04:20:43.264Z Compiling which v4.4.0
21102024-01-20T04:20:44.056Z Compiling darling v0.14.4
21112024-01-20T04:20:44.198Z Compiling fs-err v2.11.0
21122024-01-20T04:20:44.231Z Compiling peeking_take_while v0.1.2
21132024-01-20T04:20:44.407Z Compiling lazycell v1.3.0
21142024-01-20T04:20:44.616Z Checking maplit v1.0.2
21152024-01-20T04:20:44.632Z Compiling ref-cast v1.0.20
21162024-01-20T04:20:44.766Z Compiling rustc-hash v1.1.0
21172024-01-20T04:20:44.823Z Compiling shlex v1.1.0
21182024-01-20T04:20:44.975Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
21192024-01-20T04:20:45.018Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
21202024-01-20T04:20:45.237Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
21212024-01-20T04:20:45.729Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
21222024-01-20T04:20:47.603Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
21232024-01-20T04:20:49.675Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
21242024-01-20T04:20:53.470Z Compiling derive_builder_core v0.12.0
21252024-01-20T04:20:55.093Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
21262024-01-20T04:20:55.503Z Compiling ref-cast-impl v1.0.20
21272024-01-20T04:20:55.506Z Compiling libxml v0.3.3
21282024-01-20T04:20:56.557Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
21292024-01-20T04:20:57.117Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
21302024-01-20T04:20:57.540Z Compiling derive_builder_macro v0.12.0
21312024-01-20T04:20:57.595Z Compiling strum_macros v0.24.3
21322024-01-20T04:20:57.981Z Compiling cookie v0.18.0
21332024-01-20T04:20:58.169Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
21342024-01-20T04:20:58.411Z Compiling diesel-dtrace v0.2.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#c1252df7)
21352024-01-20T04:20:58.850Z Checking parse-size v1.0.0
21362024-01-20T04:20:58.909Z Compiling indoc v1.0.9
21372024-01-20T04:20:59.095Z Checking derive_builder v0.12.0
21382024-01-20T04:21:00.661Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
21392024-01-20T04:21:02.385Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
21402024-01-20T04:21:02.790Z Checking bb8 v0.8.1
21412024-01-20T04:21:02.847Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
21422024-01-20T04:21:03.053Z Checking quick-xml v0.23.1
21432024-01-20T04:21:03.488Z Compiling impl-trait-for-tuples v0.2.2
21442024-01-20T04:21:03.714Z Compiling oso-derive v0.27.0
21452024-01-20T04:21:04.075Z Checking unicode-linebreak v0.1.5
21462024-01-20T04:21:04.144Z Checking smawk v0.3.1
21472024-01-20T04:21:04.428Z Checking async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef)
21482024-01-20T04:21:04.774Z Checking textwrap v0.16.0
21492024-01-20T04:21:05.398Z Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
21502024-01-20T04:21:05.414Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
21512024-01-20T04:21:05.578Z Checking is_ci v1.1.1
21522024-01-20T04:21:05.776Z Checking supports-color v2.1.0
21532024-01-20T04:21:05.905Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
21542024-01-20T04:21:06.025Z Checking itertools v0.11.0
21552024-01-20T04:21:08.039Z Compiling indoc v2.0.3
21562024-01-20T04:21:09.314Z Checking cassowary v0.3.0
21572024-01-20T04:21:09.775Z Checking rtoolbox v0.0.1
21582024-01-20T04:21:09.891Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
21592024-01-20T04:21:09.991Z Checking ratatui v0.23.0
21602024-01-20T04:21:10.087Z Checking rpassword v7.3.1
21612024-01-20T04:21:10.295Z Checking shell-words v1.1.0
21622024-01-20T04:21:10.340Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e71b10d2f9f1fb52818b916bae83ba15a339548d#e71b10d2)
21632024-01-20T04:21:10.528Z Checking fatfs v0.3.6
21642024-01-20T04:21:12.467Z Checking yansi v0.5.1
21652024-01-20T04:21:12.640Z Compiling target-lexicon v0.12.12
21662024-01-20T04:21:12.898Z Checking pretty_assertions v1.4.0
21672024-01-20T04:21:13.173Z Checking plotters-backend v0.3.5
21682024-01-20T04:21:13.726Z Checking tui-tree-widget v0.13.0
21692024-01-20T04:21:13.775Z Compiling guppy-workspace-hack v0.1.0
21702024-01-20T04:21:14.051Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
21712024-01-20T04:21:14.154Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
21722024-01-20T04:21:14.172Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
21732024-01-20T04:21:14.751Z Checking nexus-deployment v0.1.0 (/work/oxidecomputer/omicron/nexus/deployment)
21742024-01-20T04:21:15.914Z Checking plotters-svg v0.3.5
21752024-01-20T04:21:16.222Z Checking http-body v1.0.0
21762024-01-20T04:21:16.495Z Checking rand v0.4.6
21772024-01-20T04:21:16.510Z Compiling target-spec v3.0.1
21782024-01-20T04:21:17.355Z Checking tower-layer v0.3.2
21792024-01-20T04:21:17.760Z Checking cast v0.3.0
21802024-01-20T04:21:18.038Z Checking remove_dir_all v0.5.3
21812024-01-20T04:21:18.167Z Checking tempdir v0.3.7
21822024-01-20T04:21:18.242Z Checking criterion-plot v0.5.0
21832024-01-20T04:21:18.391Z Checking tower v0.4.13
21842024-01-20T04:21:19.031Z Checking hyper v1.1.0
21852024-01-20T04:21:19.650Z Checking cfg-expr v0.15.5
21862024-01-20T04:21:21.061Z Checking plotters v0.3.5
21872024-01-20T04:21:21.205Z Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
21882024-01-20T04:21:22.915Z Checking installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd)
21892024-01-20T04:21:23.085Z Checking tinytemplate v1.2.1
21902024-01-20T04:21:23.566Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
21912024-01-20T04:21:23.669Z Checking cargo-platform v0.1.3
21922024-01-20T04:21:23.947Z Checking anes v0.1.6
21932024-01-20T04:21:24.107Z Checking oorandom v11.1.3
21942024-01-20T04:21:24.222Z Checking cargo_metadata v0.18.1
21952024-01-20T04:21:24.537Z Checking criterion v0.5.1
21962024-01-20T04:21:24.894Z Checking hyper-util v0.1.2
21972024-01-20T04:21:26.920Z Checking installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client)
21982024-01-20T04:21:27.248Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
21992024-01-20T04:21:29.210Z Checking assert_cmd v2.0.13
22002024-01-20T04:21:29.887Z Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
22012024-01-20T04:21:32.319Z Checking rustls-native-certs v0.7.0
22022024-01-20T04:21:32.511Z Checking pathdiff v0.2.1
22032024-01-20T04:21:33.014Z Checking nested v0.1.1
22042024-01-20T04:21:33.314Z Checking guppy v0.17.4
22052024-01-20T04:21:34.878Z Checking hyper-rustls v0.26.0
22062024-01-20T04:21:35.419Z Checking threadpool v1.8.1
22072024-01-20T04:21:35.489Z Checking nanorand v0.7.0
22082024-01-20T04:21:35.697Z Checking libtest-mimic v0.6.1
22092024-01-20T04:21:36.074Z Checking flume v0.11.0
22102024-01-20T04:21:36.344Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
22112024-01-20T04:21:36.779Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
22122024-01-20T04:21:36.798Z Checking httptest v0.15.5
22132024-01-20T04:21:37.907Z Checking similar-asserts v1.5.0
22142024-01-20T04:21:38.229Z Compiling rstest_macros v0.18.2
22152024-01-20T04:21:38.751Z Compiling crossbeam-queue v0.3.8
22162024-01-20T04:21:39.195Z Checking datatest-stable v0.2.3
22172024-01-20T04:21:39.458Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
22182024-01-20T04:21:39.539Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
22192024-01-20T04:21:40.319Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
22202024-01-20T04:21:40.778Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
22212024-01-20T04:21:41.066Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
22222024-01-20T04:21:41.260Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
22232024-01-20T04:21:41.659Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
22242024-01-20T04:21:41.681Z Checking constant_time_eq v0.2.6
22252024-01-20T04:21:41.848Z Checking arrayref v0.3.7
22262024-01-20T04:21:41.978Z Checking arrayvec v0.7.4
22272024-01-20T04:21:42.073Z Compiling relative-path v1.9.0
22282024-01-20T04:21:42.528Z Compiling trybuild v1.0.89
22292024-01-20T04:21:43.147Z Checking blake2b_simd v1.0.1
22302024-01-20T04:21:44.435Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
22312024-01-20T04:21:44.674Z Checking basic-toml v0.1.8
22322024-01-20T04:21:46.079Z Checking futures-timer v3.0.2
22332024-01-20T04:21:46.501Z Checking constant_time_eq v0.3.0
22342024-01-20T04:21:46.656Z Checking rust-argon2 v1.0.1
22352024-01-20T04:21:49.587Z Checking crossbeam v0.8.2
22362024-01-20T04:21:51.004Z Checking partial-io v0.5.4
22372024-01-20T04:21:51.551Z Checking approx v0.5.1
22382024-01-20T04:21:51.882Z Checking termios v0.3.3
22392024-01-20T04:21:52.180Z Checking hex-literal v0.4.1
22402024-01-20T04:21:58.969Z Checking rstest v0.18.2
22412024-01-20T04:22:00.848Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
22422024-01-20T04:22:04.730Z Checking omicron-deploy v0.1.0 (/work/oxidecomputer/omicron/dev-tools/thing-flinger)
22432024-01-20T04:23:11.269Z Compiling samael v0.0.10 (https://github.com/njaremko/samael?branch=master#52028e45)
22442024-01-20T04:23:11.999Z Checking zone-network-setup v0.1.0 (/work/oxidecomputer/omicron/zone-network-setup)
22452024-01-20T04:23:34.174Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli)
22462024-01-20T04:23:34.621Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
22472024-01-20T04:23:34.622Z Checking caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util)
22482024-01-20T04:23:55.516Z Compiling polar-core v0.27.0
22492024-01-20T04:24:06.358Z Checking oso v0.27.0
22502024-01-20T04:24:44.458Z Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
22512024-01-20T04:26:11.420Z Finished dev [unoptimized + debuginfo] target(s) in 10m 17s
22522024-01-20T04:26:11.642Z
22532024-01-20T04:26:11.645Zreal 11:19.143095488
22542024-01-20T04:26:11.645Zuser 1:01:39.819531767
22552024-01-20T04:26:11.645Zsys 8:00.701658500
22562024-01-20T04:26:11.645Ztrap 2.069214292
22572024-01-20T04:26:11.645Ztflt 2.567547223
22582024-01-20T04:26:11.645Zdflt 4.214955597
22592024-01-20T04:26:11.645Zkflt 0.021551760
22602024-01-20T04:26:11.645Zlock 1:37:23.591979984
22612024-01-20T04:26:11.645Zslp 3:02:49.238471992
22622024-01-20T04:26:11.645Zlat 2:09.615370484
22632024-01-20T04:26:11.645Zstop 4:24.158286912
22642024-01-20T04:26:12.853Zwarning: output filename collision.
22652024-01-20T04:26:12.854ZThe 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)`.
22662024-01-20T04:26:12.854ZColliding filename is: /work/oxidecomputer/omicron/target/doc/hubpack/index.html
22672024-01-20T04:26:12.854ZThe targets should have unique names.
22682024-01-20T04:26:12.854ZThis is a known bug where multiple crates with the same name use
22692024-01-20T04:26:12.854Zthe same path; see <https://github.com/rust-lang/cargo/issues/6313>.
22702024-01-20T04:26:12.860Zwarning: output filename collision.
22712024-01-20T04:26:12.861ZThe lib target `nix` in package `nix v0.26.4` 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)`.
22722024-01-20T04:26:12.861ZColliding filename is: /work/oxidecomputer/omicron/target/doc/nix/index.html
22732024-01-20T04:26:12.863ZThe targets should have unique names.
22742024-01-20T04:26:12.863ZThis is a known bug where multiple crates with the same name use
22752024-01-20T04:26:12.863Zthe same path; see <https://github.com/rust-lang/cargo/issues/6313>.
22762024-01-20T04:26:12.864Zwarning: output filename collision.
22772024-01-20T04:26:12.864ZThe 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)`.
22782024-01-20T04:26:12.864ZColliding filename is: /work/oxidecomputer/omicron/target/doc/oximeter/index.html
22792024-01-20T04:26:12.864ZThe targets should have unique names.
22802024-01-20T04:26:12.865ZThis is a known bug where multiple crates with the same name use
22812024-01-20T04:26:12.865Zthe same path; see <https://github.com/rust-lang/cargo/issues/6313>.
22822024-01-20T04:26:12.865Zwarning: output filename collision.
22832024-01-20T04:26:12.865ZThe 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)`.
22842024-01-20T04:26:12.865ZColliding filename is: /work/oxidecomputer/omicron/target/doc/tlvc/index.html
22852024-01-20T04:26:12.866ZThe targets should have unique names.
22862024-01-20T04:26:12.866ZThis is a known bug where multiple crates with the same name use
22872024-01-20T04:26:12.866Zthe same path; see <https://github.com/rust-lang/cargo/issues/6313>.
22882024-01-20T04:26:13.490Z Documenting libc v0.2.152
22892024-01-20T04:26:13.510Z Documenting cfg-if v1.0.0
22902024-01-20T04:26:13.529Z Documenting serde_derive v1.0.195
22912024-01-20T04:26:13.552Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
22922024-01-20T04:26:13.557Z Documenting scopeguard v1.2.0
22932024-01-20T04:26:13.557Z Documenting log v0.4.20
22942024-01-20T04:26:13.584Z Documenting memchr v2.6.3
22952024-01-20T04:26:13.595Z Documenting smallvec v1.11.2
22962024-01-20T04:26:13.955Z Documenting zeroize_derive v1.4.2
22972024-01-20T04:26:17.453Z Documenting lock_api v0.4.10
22982024-01-20T04:26:17.610Z Documenting itoa v1.0.9
22992024-01-20T04:26:18.013Z Documenting pin-project-lite v0.2.13
23002024-01-20T04:26:19.343Z Documenting libm v0.2.7
23012024-01-20T04:26:19.818Z Documenting getrandom v0.2.10
23022024-01-20T04:26:20.481Z Documenting parking_lot_core v0.9.8
23032024-01-20T04:26:21.501Z Documenting zeroize v1.7.0
23042024-01-20T04:26:21.716Z Documenting signal-hook-registry v1.4.1
23052024-01-20T04:26:21.881Z Documenting mio v0.8.9
23062024-01-20T04:26:22.074Z Documenting futures-core v0.3.30
23072024-01-20T04:26:24.111Z Documenting serde v1.0.195
23082024-01-20T04:26:24.188Z Documenting num-traits v0.2.16
23092024-01-20T04:26:25.410Z Documenting rand_core v0.6.4
23102024-01-20T04:26:26.900Z Documenting parking_lot v0.12.1
23112024-01-20T04:26:27.413Z Documenting thiserror-impl v1.0.49
23122024-01-20T04:26:27.851Z Documenting num_cpus v1.16.0
23132024-01-20T04:26:27.930Z Documenting socket2 v0.5.5
23142024-01-20T04:26:28.586Z Documenting typenum v1.16.0
23152024-01-20T04:26:30.893Z Documenting tokio-macros v2.2.0
23162024-01-20T04:26:31.200Z Documenting subtle v2.5.0
23172024-01-20T04:26:32.827Z Documenting once_cell v1.19.0
23182024-01-20T04:26:33.825Z Documenting ryu v1.0.15
23192024-01-20T04:26:33.835Z Documenting byteorder v1.5.0
23202024-01-20T04:26:35.160Z Documenting thiserror v1.0.49
23212024-01-20T04:26:36.956Z Documenting futures-sink v0.3.30
23222024-01-20T04:26:37.988Z Documenting const-oid v0.9.5
23232024-01-20T04:26:38.217Z Documenting pin-utils v0.1.0
23242024-01-20T04:26:38.879Z Documenting slab v0.4.9
23252024-01-20T04:26:39.753Z Documenting futures-macro v0.3.30
23262024-01-20T04:26:41.286Z Documenting futures-task v0.3.30
23272024-01-20T04:26:42.964Z Documenting futures-channel v0.3.30
23282024-01-20T04:26:45.374Z Documenting futures-io v0.3.30
23292024-01-20T04:26:46.113Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23302024-01-20T04:26:46.878Z Documenting iana-time-zone v0.1.57
23312024-01-20T04:26:47.352Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23322024-01-20T04:26:47.454Z Documenting tinyvec_macros v0.1.1
23332024-01-20T04:26:48.238Z Documenting ppv-lite86 v0.2.17
23342024-01-20T04:26:50.051Z Documenting tracing-core v0.1.31
23352024-01-20T04:26:52.010Z Documenting futures-util v0.3.30
23362024-01-20T04:26:52.046Z Documenting tinyvec v1.6.0
23372024-01-20T04:26:53.101Z Documenting rand_chacha v0.3.1
23382024-01-20T04:26:53.595Z Documenting tracing-attributes v0.1.26
23392024-01-20T04:26:57.636Z Documenting unicode-normalization v0.1.22
23402024-01-20T04:26:59.366Z Documenting rand v0.8.5
23412024-01-20T04:27:01.358Z Documenting bytes v1.5.0
23422024-01-20T04:27:01.729Z Documenting bitflags v2.4.0
23432024-01-20T04:27:03.521Z Documenting serde_json v1.0.111
23442024-01-20T04:27:05.250Z Documenting chrono v0.4.31
23452024-01-20T04:27:06.238Z Documenting uuid v1.6.1
23462024-01-20T04:27:06.612Z Documenting lazy_static v1.4.0
23472024-01-20T04:27:08.525Z Documenting tokio v1.35.1
23482024-01-20T04:27:08.702Z Documenting unicode-bidi v0.3.13
23492024-01-20T04:27:10.981Z Documenting equivalent v1.0.1
23502024-01-20T04:27:12.781Z Documenting percent-encoding v2.3.1
23512024-01-20T04:27:13.187Z Documenting hashbrown v0.14.2
23522024-01-20T04:27:13.393Z Documenting generic-array v0.14.7
23532024-01-20T04:27:14.122Z Documenting base64 v0.21.7
23542024-01-20T04:27:15.104Z Documenting cpufeatures v0.2.9
23552024-01-20T04:27:15.206Z Documenting serde_derive_internals v0.26.0
23562024-01-20T04:27:18.748Z Documenting form_urlencoded v1.2.1
23572024-01-20T04:27:19.155Z Checking serde_derive_internals v0.26.0
23582024-01-20T04:27:19.574Z Documenting indexmap v2.1.0
23592024-01-20T04:27:20.194Z Documenting dyn-clone v1.0.13
23602024-01-20T04:27:20.442Z Documenting crypto-common v0.1.6
23612024-01-20T04:27:20.516Z Documenting block-buffer v0.10.4
23622024-01-20T04:27:22.173Z Documenting tracing v0.1.37
23632024-01-20T04:27:23.768Z Documenting fnv v1.0.7
23642024-01-20T04:27:24.576Z Documenting schemars_derive v0.8.16
23652024-01-20T04:27:24.696Z Documenting errno v0.3.8
23662024-01-20T04:27:25.028Z Documenting idna v0.5.0
23672024-01-20T04:27:26.519Z Documenting httparse v1.8.0
23682024-01-20T04:27:26.579Z Documenting unicode-ident v1.0.12
23692024-01-20T04:27:26.779Z Documenting digest v0.10.7
23702024-01-20T04:27:29.822Z Documenting adler v1.0.2
23712024-01-20T04:27:30.292Z Documenting rustix v0.38.30
23722024-01-20T04:27:30.607Z Documenting proc-macro2 v1.0.74
23732024-01-20T04:27:31.581Z Documenting url v2.5.0
23742024-01-20T04:27:32.462Z Documenting spin v0.9.8
23752024-01-20T04:27:33.285Z Documenting schemars v0.8.16
23762024-01-20T04:27:33.761Z Documenting miniz_oxide v0.7.1
23772024-01-20T04:27:35.974Z Documenting base64ct v1.6.0
23782024-01-20T04:27:36.745Z Documenting unicode-width v0.1.11
23792024-01-20T04:27:37.302Z Documenting quote v1.0.35
23802024-01-20T04:27:37.469Z Documenting try-lock v0.2.4
23812024-01-20T04:27:38.747Z Documenting httpdate v1.0.3
23822024-01-20T04:27:40.253Z Documenting http-body v0.4.5
23832024-01-20T04:27:41.096Z Documenting openssl-sys v0.9.96
23842024-01-20T04:27:42.004Z Documenting want v0.3.1
23852024-01-20T04:27:42.656Z Documenting slog v2.7.0
23862024-01-20T04:27:43.487Z Documenting async-trait v0.1.77
23872024-01-20T04:27:44.080Z Documenting openssl-macros v0.1.1
23882024-01-20T04:27:45.170Z Documenting mime v0.3.17
23892024-01-20T04:27:47.585Z Documenting tower-service v0.3.2
23902024-01-20T04:27:48.009Z Documenting pem-rfc7468 v0.7.0
23912024-01-20T04:27:49.180Z Documenting aho-corasick v1.0.4
23922024-01-20T04:27:51.026Z Documenting der_derive v0.7.2
23932024-01-20T04:27:51.243Z Documenting openssl v0.10.60
23942024-01-20T04:27:51.287Z Documenting ipnet v2.9.0
23952024-01-20T04:27:51.483Z Documenting flagset v0.4.3
23962024-01-20T04:27:53.463Z Documenting tokio-util v0.7.10
23972024-01-20T04:27:53.802Z Documenting regex-syntax v0.8.2
23982024-01-20T04:27:54.006Z Documenting utf8parse v0.2.1
23992024-01-20T04:27:55.781Z Documenting openssl-probe v0.1.5
24002024-01-20T04:27:56.824Z Documenting num-integer v0.1.45
24012024-01-20T04:27:57.451Z Documenting time-macros v0.2.13
24022024-01-20T04:27:58.210Z Documenting num_threads v0.1.6
24032024-01-20T04:27:59.729Z Documenting der v0.7.8
24042024-01-20T04:28:01.700Z Documenting gimli v0.28.0
24052024-01-20T04:28:03.469Z Documenting deranged v0.3.8
24062024-01-20T04:28:03.581Z Documenting h2 v0.3.24
24072024-01-20T04:28:04.168Z Documenting time-core v0.1.1
24082024-01-20T04:28:04.180Z Documenting regex-automata v0.4.3
24092024-01-20T04:28:04.472Z Documenting object v0.32.1
24102024-01-20T04:28:04.671Z Documenting native-tls v0.2.11
24112024-01-20T04:28:07.177Z Documenting spki v0.7.2
24122024-01-20T04:28:08.322Z Documenting crossbeam-utils v0.8.16
24132024-01-20T04:28:10.422Z Documenting time v0.3.27
24142024-01-20T04:28:11.601Z Documenting addr2line v0.21.0
24152024-01-20T04:28:12.715Z Documenting encoding_rs v0.8.33
24162024-01-20T04:28:13.791Z Checking pest_meta v2.7.2
24172024-01-20T04:28:15.140Z Documenting rustc-demangle v0.1.23
24182024-01-20T04:28:15.376Z Documenting tokio-native-tls v0.3.1
24192024-01-20T04:28:16.981Z Documenting regex v1.10.2
24202024-01-20T04:28:17.136Z Documenting serde_urlencoded v0.7.1
24212024-01-20T04:28:18.854Z Documenting hyper v0.14.27
24222024-01-20T04:28:19.116Z Documenting pest_meta v2.7.2
24232024-01-20T04:28:19.477Z Checking pest_generator v2.7.2
24242024-01-20T04:28:19.842Z Documenting pkcs8 v0.10.2
24252024-01-20T04:28:20.958Z Documenting webpki-roots v0.25.2
24262024-01-20T04:28:23.373Z Documenting backtrace v0.3.69
24272024-01-20T04:28:23.563Z Documenting ucd-trie v0.1.6
24282024-01-20T04:28:24.430Z Documenting data-encoding v2.4.0
24292024-01-20T04:28:25.763Z Documenting anstyle v1.0.2
24302024-01-20T04:28:25.865Z Documenting pest_generator v2.7.2
24312024-01-20T04:28:26.655Z Documenting anstyle-parse v0.2.1
24322024-01-20T04:28:27.097Z Documenting syn v2.0.46
24332024-01-20T04:28:29.562Z Documenting pest v2.7.2
24342024-01-20T04:28:30.566Z Documenting ipnetwork v0.20.0
24352024-01-20T04:28:31.243Z Documenting sha2 v0.10.8
24362024-01-20T04:28:31.753Z Documenting anyhow v1.0.75
24372024-01-20T04:28:31.907Z Documenting futures-executor v0.3.30
24382024-01-20T04:28:32.711Z Documenting pest_derive v2.7.2
24392024-01-20T04:28:37.383Z Documenting hyper-tls v0.5.0
24402024-01-20T04:28:37.710Z Documenting hyper-rustls v0.24.2
24412024-01-20T04:28:38.000Z Documenting hex v0.4.3
24422024-01-20T04:28:38.562Z Documenting crc32fast v1.3.2
24432024-01-20T04:28:38.958Z Checking serde_tokenstream v0.1.7
24442024-01-20T04:28:39.141Z Documenting untrusted v0.9.0
24452024-01-20T04:28:39.498Z Documenting anstyle-query v1.0.0
24462024-01-20T04:28:39.826Z Documenting colorchoice v1.0.0
24472024-01-20T04:28:43.386Z Documenting ring v0.17.7
24482024-01-20T04:28:43.969Z Documenting dtrace-parser v0.1.14
24492024-01-20T04:28:44.529Z Documenting num-iter v0.1.43
24502024-01-20T04:28:44.738Z Documenting hmac v0.12.1
24512024-01-20T04:28:45.472Z Documenting anstream v0.5.0
24522024-01-20T04:28:47.645Z Documenting openapiv3 v2.0.0
24532024-01-20T04:28:47.841Z Documenting reqwest v0.11.22
24542024-01-20T04:28:50.146Z Documenting dof v0.1.5
24552024-01-20T04:28:50.782Z Documenting signal-hook v0.3.17
24562024-01-20T04:28:51.111Z Documenting thread-id v4.2.0
24572024-01-20T04:28:51.853Z Documenting terminal_size v0.2.6
24582024-01-20T04:28:51.867Z Documenting memoffset v0.9.0
24592024-01-20T04:28:56.028Z Documenting clap_lex v0.5.1
24602024-01-20T04:28:56.117Z Documenting strsim v0.10.0
24612024-01-20T04:28:56.730Z Documenting crossbeam-epoch v0.9.15
24622024-01-20T04:28:57.133Z Documenting flate2 v1.0.28
24632024-01-20T04:28:57.401Z Documenting usdt-impl v0.3.5
24642024-01-20T04:28:58.064Z Documenting usdt-macro v0.3.5
24652024-01-20T04:28:58.770Z Documenting usdt-attr-macro v0.3.5
24662024-01-20T04:29:01.030Z Documenting futures v0.3.30
24672024-01-20T04:29:02.144Z Documenting clap_derive v4.4.2
24682024-01-20T04:29:02.235Z Documenting clap_builder v4.4.2
24692024-01-20T04:29:03.403Z Documenting unicode-segmentation v1.10.1
24702024-01-20T04:29:04.416Z Documenting managed v0.8.0
24712024-01-20T04:29:05.355Z Documenting either v1.9.0
24722024-01-20T04:29:05.428Z Documenting signal-hook-mio v0.2.3
24732024-01-20T04:29:06.302Z Documenting usdt v0.3.5
24742024-01-20T04:29:08.376Z Documenting block-padding v0.3.3
24752024-01-20T04:29:09.315Z Documenting scheduled-thread-pool v0.2.7
24762024-01-20T04:29:11.212Z Documenting bzip2-sys v0.1.11+1.0.8
24772024-01-20T04:29:11.329Z Documenting enum-as-inner v0.5.1
24782024-01-20T04:29:11.373Z Documenting diesel_table_macro_syntax v0.1.0
24792024-01-20T04:29:11.962Z Documenting clap v4.4.3
24802024-01-20T04:29:14.362Z Documenting pin-project-internal v1.1.3
24812024-01-20T04:29:15.268Z Checking diesel_table_macro_syntax v0.1.0
24822024-01-20T04:29:15.268Z Documenting crossterm v0.27.0
24832024-01-20T04:29:15.268Z Documenting inout v0.1.3
24842024-01-20T04:29:16.421Z Documenting r2d2 v0.8.10
24852024-01-20T04:29:37.187Z Documenting bzip2 v0.4.4
24862024-01-20T04:29:37.847Z Documenting trust-dns-proto v0.22.0
24872024-01-20T04:29:37.847Z Documenting diesel_derives v2.1.2
24882024-01-20T04:29:37.847Z Documenting md-5 v0.10.5
24892024-01-20T04:29:37.847Z Documenting stringprep v0.1.3
24902024-01-20T04:29:37.847Z Documenting pin-project v1.1.3
24912024-01-20T04:29:37.847Z Documenting serde_spanned v0.6.4
24922024-01-20T04:29:37.847Z Documenting toml_datetime v0.6.5
24932024-01-20T04:29:37.847Z Documenting zerocopy v0.7.31
24942024-01-20T04:29:37.847Z Documenting ff v0.13.0
24952024-01-20T04:29:37.847Z Documenting doc-comment v0.3.3
24962024-01-20T04:29:37.847Z Documenting pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
24972024-01-20T04:29:37.847Z Documenting snafu-derive v0.7.5
24982024-01-20T04:29:37.847Z Documenting static_assertions v1.1.0
24992024-01-20T04:29:37.848Z Documenting fallible-iterator v0.2.0
25002024-01-20T04:29:37.848Z Documenting winnow v0.5.15
25012024-01-20T04:29:37.848Z Documenting siphasher v0.3.11
25022024-01-20T04:29:37.848Z Documenting bit-vec v0.6.3
25032024-01-20T04:29:37.848Z Documenting base16ct v0.2.0
25042024-01-20T04:29:37.848Z Documenting diesel v2.1.4
25052024-01-20T04:29:37.894Z Documenting group v0.13.0
25062024-01-20T04:29:37.894Z Documenting phf_shared v0.11.2
25072024-01-20T04:29:37.894Z Documenting sec1 v0.7.3
25082024-01-20T04:29:37.894Z Documenting postgres-protocol v0.6.6
25092024-01-20T04:29:38.451Z Documenting zip v0.6.6
25102024-01-20T04:29:38.493Z Documenting toml_edit v0.21.0
25112024-01-20T04:29:39.841Z Documenting snafu v0.7.5
25122024-01-20T04:29:40.735Z Documenting cipher v0.4.4
25132024-01-20T04:29:42.213Z Documenting hkdf v0.12.4
25142024-01-20T04:29:45.293Z Documenting num-bigint v0.4.4
25152024-01-20T04:29:46.213Z Documenting crypto-bigint v0.5.2
25162024-01-20T04:29:46.650Z Documenting hubpack v0.1.2
25172024-01-20T04:29:46.828Z Documenting bstr v1.6.0
25182024-01-20T04:29:46.984Z Documenting regress v0.7.1
25192024-01-20T04:29:49.462Z Documenting serde_repr v0.1.16
25202024-01-20T04:29:51.142Z Documenting precomputed-hash v0.1.1
25212024-01-20T04:29:53.309Z Documenting minimal-lexical v0.2.1
25222024-01-20T04:29:54.540Z Documenting fixedbitset v0.4.2
25232024-01-20T04:29:55.888Z Documenting lalrpop-util v0.19.12
25242024-01-20T04:29:56.649Z Documenting new_debug_unreachable v1.0.4
25252024-01-20T04:29:57.371Z Documenting gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
25262024-01-20T04:29:57.474Z Documenting yasna v0.5.2
25272024-01-20T04:29:57.738Z Documenting elliptic-curve v0.13.8
25282024-01-20T04:29:59.472Z Documenting petgraph v0.6.4
25292024-01-20T04:29:59.746Z Documenting nom v7.1.3
25302024-01-20T04:30:00.812Z Documenting string_cache v0.8.7
25312024-01-20T04:30:02.198Z Documenting postgres-types v0.2.6
25322024-01-20T04:30:06.738Z Documenting phf v0.11.2
25332024-01-20T04:30:06.756Z Documenting console v0.15.8
25342024-01-20T04:30:07.168Z Documenting semver v1.0.21
25352024-01-20T04:30:07.268Z Documenting float-cmp v0.9.0
25362024-01-20T04:30:07.450Z Documenting predicates-core v1.0.6
25372024-01-20T04:30:10.113Z Documenting difflib v0.4.0
25382024-01-20T04:30:13.161Z Checking unsafe-libyaml v0.2.10
25392024-01-20T04:30:13.592Z Documenting whoami v1.4.1
25402024-01-20T04:30:13.891Z Documenting heck v0.4.1
25412024-01-20T04:30:14.196Z Documenting normalize-line-endings v0.3.0
25422024-01-20T04:30:14.415Z Documenting bit-set v0.5.3
25432024-01-20T04:30:14.447Z Documenting ahash v0.8.6
25442024-01-20T04:30:14.450Z Documenting similar v2.3.0
25452024-01-20T04:30:15.159Z Documenting typify-macro v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f)
25462024-01-20T04:30:16.313Z Documenting tokio-stream v0.1.14
25472024-01-20T04:30:19.673Z Documenting tokio-postgres v0.7.10
25482024-01-20T04:30:20.008Z Documenting typify-impl v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f)
25492024-01-20T04:30:20.312Z Documenting predicates v3.1.0
25502024-01-20T04:30:20.596Z Documenting unsafe-libyaml v0.2.10
25512024-01-20T04:30:20.871Z Checking ident_case v1.0.1
25522024-01-20T04:30:21.079Z Checking serde_yaml v0.9.25
25532024-01-20T04:30:21.181Z Documenting progenitor-client v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576)
25542024-01-20T04:30:23.985Z Documenting getopts v0.2.21
25552024-01-20T04:30:24.120Z Documenting match_cfg v0.1.0
25562024-01-20T04:30:25.378Z Documenting sha1 v0.10.6
25572024-01-20T04:30:26.308Z Documenting serde_yaml v0.9.25
25582024-01-20T04:30:27.590Z Documenting dirs-sys-next v0.1.2
25592024-01-20T04:30:28.268Z Documenting hostname v0.3.1
25602024-01-20T04:30:30.091Z Documenting rustls-pki-types v1.1.0
25612024-01-20T04:30:31.194Z Documenting typify v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f)
25622024-01-20T04:30:32.618Z Documenting thread_local v1.1.7
25632024-01-20T04:30:33.266Z Documenting paste v1.0.14
25642024-01-20T04:30:34.137Z Documenting dirs-next v2.0.0
25652024-01-20T04:30:34.300Z Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
25662024-01-20T04:30:34.558Z Documenting progenitor-macro v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576)
25672024-01-20T04:30:34.597Z Documenting crossbeam-channel v0.5.8
25682024-01-20T04:30:36.483Z Documenting rustls-webpki v0.102.1
25692024-01-20T04:30:38.880Z Documenting atty v0.2.14
25702024-01-20T04:30:39.476Z Documenting take_mut v0.2.2
25712024-01-20T04:30:40.312Z Documenting slog-json v2.6.1
25722024-01-20T04:30:40.593Z Documenting term v0.7.0
25732024-01-20T04:30:41.129Z Documenting progenitor-impl v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576)
25742024-01-20T04:30:41.536Z Documenting http v1.0.0
25752024-01-20T04:30:43.336Z Documenting camino v1.1.6
25762024-01-20T04:30:43.824Z Documenting rustls v0.22.2
25772024-01-20T04:30:45.559Z Documenting slog-async v2.8.0
25782024-01-20T04:30:46.278Z Documenting async-stream-impl v0.3.5
25792024-01-20T04:30:47.046Z Documenting slog-term v2.9.0
25802024-01-20T04:30:47.972Z Documenting debug-ignore v1.0.5
25812024-01-20T04:30:49.954Z Documenting atomic-waker v1.1.1
25822024-01-20T04:30:50.401Z Documenting multer v3.0.0
25832024-01-20T04:30:51.882Z Documenting slog-bunyan v2.5.0
25842024-01-20T04:30:52.177Z Documenting rustls-pemfile v2.0.0
25852024-01-20T04:30:53.030Z Documenting progenitor v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576)
25862024-01-20T04:30:53.496Z Checking darling_core v0.20.3
25872024-01-20T04:30:53.677Z Documenting async-stream v0.3.5
25882024-01-20T04:30:54.018Z Documenting waitgroup v0.1.2
25892024-01-20T04:30:56.539Z Documenting toml v0.8.8
25902024-01-20T04:30:57.371Z Documenting dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#711a7490)
25912024-01-20T04:30:58.260Z Documenting tokio-rustls v0.25.0
25922024-01-20T04:30:58.281Z Documenting serde_path_to_error v0.1.15
25932024-01-20T04:30:58.708Z Documenting strum v0.25.0
25942024-01-20T04:30:59.844Z Checking darling v0.20.3
25952024-01-20T04:31:10.338Z Documenting serde_with_macros v3.4.0
25962024-01-20T04:31:10.642Z Documenting structmeta-derive v0.2.0
25972024-01-20T04:31:10.760Z Checking structmeta v0.2.0
25982024-01-20T04:31:10.760Z Documenting instant v0.1.12
25992024-01-20T04:31:10.760Z Checking regex-syntax v0.7.5
26002024-01-20T04:31:10.869Z Documenting serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
26012024-01-20T04:31:10.869Z Documenting macaddr v1.0.1
26022024-01-20T04:31:10.869Z Documenting dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#711a7490)
26032024-01-20T04:31:10.869Z Documenting serde_with v3.4.0
26042024-01-20T04:31:10.869Z Documenting structmeta v0.2.0
26052024-01-20T04:31:10.869Z Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
26062024-01-20T04:31:10.869Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
26072024-01-20T04:31:10.870Z Documenting backoff v0.4.0
26082024-01-20T04:31:11.766Z Documenting fastrand v2.0.0
26092024-01-20T04:31:12.040Z Documenting proc-macro-error-attr v1.0.4
26102024-01-20T04:31:14.536Z Documenting is-terminal v0.4.9
26112024-01-20T04:31:15.537Z Documenting parse-display-derive v0.8.2
26122024-01-20T04:31:16.364Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
26132024-01-20T04:31:17.885Z Documenting tempfile v3.9.0
26142024-01-20T04:31:18.102Z Documenting proc-macro-error v1.0.4
26152024-01-20T04:31:18.595Z Checking proc-macro-error v1.0.4
26162024-01-20T04:31:18.993Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
26172024-01-20T04:31:19.007Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
26182024-01-20T04:31:19.399Z Documenting proc-macro-crate v1.3.1
26192024-01-20T04:31:20.255Z Checking proc-macro-crate v1.3.1
26202024-01-20T04:31:20.586Z Documenting hash32 v0.2.1
26212024-01-20T04:31:21.683Z Documenting stable_deref_trait v1.2.0
26222024-01-20T04:31:22.932Z Documenting embedded-io v0.4.0
26232024-01-20T04:31:24.304Z Documenting parse-display v0.8.2
26242024-01-20T04:31:24.374Z Documenting cobs v0.2.3
26252024-01-20T04:31:25.229Z Documenting camino-tempfile v1.1.1
26262024-01-20T04:31:25.404Z Documenting foreign-types-macros v0.2.3
26272024-01-20T04:31:25.775Z Documenting num_enum_derive v0.5.11
26282024-01-20T04:31:25.867Z Documenting illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=4e6e6ab6379fa4bc40f5d0c7340b9f35c45ad6e4#4e6e6ab6)
26292024-01-20T04:31:26.615Z Documenting heapless v0.7.16
26302024-01-20T04:31:27.517Z Documenting foreign-types-shared v0.3.1
26312024-01-20T04:31:28.534Z Documenting postcard v1.0.8
26322024-01-20T04:31:30.122Z Documenting crucible-workspace-hack v0.1.0
26332024-01-20T04:31:30.352Z Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
26342024-01-20T04:31:31.688Z Documenting libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
26352024-01-20T04:31:31.776Z Documenting nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
26362024-01-20T04:31:32.820Z Documenting foreign-types v0.5.0
26372024-01-20T04:31:33.771Z Documenting num_enum v0.5.11
26382024-01-20T04:31:33.991Z Documenting smoltcp v0.10.0
26392024-01-20T04:31:35.806Z Documenting cstr-argument v0.1.2
26402024-01-20T04:31:36.250Z Documenting rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
26412024-01-20T04:31:37.711Z Documenting kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=4e6e6ab6379fa4bc40f5d0c7340b9f35c45ad6e4#4e6e6ab6)
26422024-01-20T04:31:37.944Z Documenting colored v2.0.4
26432024-01-20T04:31:38.870Z Documenting zone_cfg_derive v0.3.0
26442024-01-20T04:31:39.857Z Documenting dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
26452024-01-20T04:31:41.218Z Documenting nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
26462024-01-20T04:31:42.531Z Documenting opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=4e6e6ab6379fa4bc40f5d0c7340b9f35c45ad6e4#4e6e6ab6)
26472024-01-20T04:31:43.158Z Documenting rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
26482024-01-20T04:31:44.635Z Documenting bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=1e25649e8c2ac274bd04adfe0513dd14a482058c#1e25649e)
26492024-01-20T04:31:44.716Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
26502024-01-20T04:31:46.291Z Documenting num-derive v0.4.0
26512024-01-20T04:31:46.795Z Documenting zone v0.3.0
26522024-01-20T04:31:47.019Z Documenting smf v0.2.2
26532024-01-20T04:31:49.524Z Documenting libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d)
26542024-01-20T04:31:51.757Z Documenting bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=1e25649e8c2ac274bd04adfe0513dd14a482058c#1e25649e)
26552024-01-20T04:31:52.238Z Documenting opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=4e6e6ab6379fa4bc40f5d0c7340b9f35c45ad6e4#4e6e6ab6)
26562024-01-20T04:31:53.615Z Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
26572024-01-20T04:31:54.290Z Documenting crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=e71b10d2f9f1fb52818b916bae83ba15a339548d#e71b10d2)
26582024-01-20T04:31:55.501Z Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
26592024-01-20T04:31:58.841Z Documenting linked-hash-map v0.5.6
26602024-01-20T04:32:00.227Z Documenting password-hash v0.5.0
26612024-01-20T04:32:01.654Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
26622024-01-20T04:32:02.049Z Documenting blake2 v0.10.6
26632024-01-20T04:32:02.318Z Documenting oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=4e6e6ab6379fa4bc40f5d0c7340b9f35c45ad6e4#4e6e6ab6)
26642024-01-20T04:32:03.907Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
26652024-01-20T04:32:05.212Z Documenting lru-cache v0.1.2
26662024-01-20T04:32:06.449Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
26672024-01-20T04:32:08.218Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
26682024-01-20T04:32:08.671Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
26692024-01-20T04:32:09.004Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
26702024-01-20T04:32:09.834Z Documenting argon2 v0.5.2
26712024-01-20T04:32:10.250Z Documenting itertools v0.12.0
26722024-01-20T04:32:10.566Z Documenting quick-error v1.2.3
26732024-01-20T04:32:11.635Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
26742024-01-20T04:32:13.138Z Documenting opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=4e6e6ab6379fa4bc40f5d0c7340b9f35c45ad6e4#4e6e6ab6)
26752024-01-20T04:32:13.669Z Documenting newtype_derive v0.1.6
26762024-01-20T04:32:13.961Z Documenting nibble_vec v0.1.0
26772024-01-20T04:32:15.989Z Checking heck v0.3.3
26782024-01-20T04:32:16.223Z Documenting endian-type v0.1.2
26792024-01-20T04:32:16.730Z Documenting resolv-conf v0.7.0
26802024-01-20T04:32:17.371Z Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
26812024-01-20T04:32:19.679Z Documenting steno v0.4.0
26822024-01-20T04:32:19.962Z Documenting structopt-derive v0.4.18
26832024-01-20T04:32:20.041Z Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
26842024-01-20T04:32:22.299Z Documenting cancel-safe-futures v0.1.5
26852024-01-20T04:32:22.445Z Documenting radix_trie v0.2.1
26862024-01-20T04:32:22.822Z Documenting trust-dns-resolver v0.22.0
26872024-01-20T04:32:24.412Z Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
26882024-01-20T04:32:27.457Z Documenting tap v1.0.1
26892024-01-20T04:32:28.142Z Documenting structopt v0.3.26
26902024-01-20T04:32:29.390Z Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
26912024-01-20T04:32:30.286Z Documenting libefi-sys v0.1.0
26922024-01-20T04:32:31.317Z Documenting illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
26932024-01-20T04:32:31.609Z Documenting wyz v0.5.1
26942024-01-20T04:32:33.564Z Documenting radium v0.7.0
26952024-01-20T04:32:35.210Z Documenting swrite v0.1.0
26962024-01-20T04:32:36.297Z Documenting funty v2.0.0
26972024-01-20T04:32:36.588Z Documenting crc-catalog v2.2.0
26982024-01-20T04:32:36.903Z Documenting arc-swap v1.6.0
26992024-01-20T04:32:37.878Z Documenting libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
27002024-01-20T04:32:38.427Z Documenting tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802)
27012024-01-20T04:32:40.904Z Documenting crc v3.0.1
27022024-01-20T04:32:41.186Z Documenting num-rational v0.4.1
27032024-01-20T04:32:41.202Z Documenting bitvec v1.0.1
27042024-01-20T04:32:43.156Z Documenting slog-scope v4.4.0
27052024-01-20T04:32:46.196Z Documenting libsw v3.3.1
27062024-01-20T04:32:46.229Z Documenting num-complex v0.4.4
27072024-01-20T04:32:46.229Z Documenting filetime v0.2.23
27082024-01-20T04:32:46.309Z Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
27092024-01-20T04:32:47.575Z Documenting xattr v1.0.1
27102024-01-20T04:32:49.316Z Documenting packed_struct_codegen v0.10.1
27112024-01-20T04:32:49.448Z Documenting derive-where v1.2.7
27122024-01-20T04:32:51.206Z Documenting nodrop v0.1.14
27132024-01-20T04:32:52.649Z Documenting ciborium-io v0.2.1
27142024-01-20T04:32:52.699Z Documenting linear-map v1.2.0
27152024-01-20T04:32:53.519Z Documenting owo-colors v3.5.0
27162024-01-20T04:32:55.509Z Documenting half v1.8.2
27172024-01-20T04:32:57.574Z Documenting same-file v1.0.6
27182024-01-20T04:32:58.537Z Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
27192024-01-20T04:32:58.773Z Documenting packed_struct v0.10.1
27202024-01-20T04:32:58.855Z Documenting array-init v0.0.4
27212024-01-20T04:32:59.294Z Documenting tar v0.4.40
27222024-01-20T04:32:59.925Z Documenting ciborium-ll v0.2.1
27232024-01-20T04:33:01.128Z Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
27242024-01-20T04:33:03.632Z Documenting num v0.4.1
27252024-01-20T04:33:03.770Z Documenting walkdir v2.4.0
27262024-01-20T04:33:06.018Z Documenting slog-stdlog v4.1.1
27272024-01-20T04:33:06.422Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
27282024-01-20T04:33:10.002Z Documenting slog-dtrace v0.2.3
27292024-01-20T04:33:12.242Z Documenting num-bigint-dig v0.8.4
27302024-01-20T04:33:12.291Z Documenting pkcs1 v0.7.5
27312024-01-20T04:33:16.757Z Documenting signature v2.1.0
27322024-01-20T04:33:19.067Z Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
27332024-01-20T04:33:19.351Z Documenting termcolor v1.2.0
27342024-01-20T04:33:19.690Z Documenting bitfield v0.14.0
27352024-01-20T04:33:20.267Z Documenting slog-envlogger v2.2.0
27362024-01-20T04:33:20.333Z Documenting ciborium v0.2.1
27372024-01-20T04:33:22.052Z Documenting rsa v0.9.2
27382024-01-20T04:33:23.549Z Documenting serde-hex v0.1.0
27392024-01-20T04:33:23.908Z Documenting lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
27402024-01-20T04:33:26.238Z Documenting env_logger v0.10.0
27412024-01-20T04:33:26.241Z Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
27422024-01-20T04:33:27.830Z Documenting tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
27432024-01-20T04:33:28.540Z Documenting x509-cert v0.2.4
27442024-01-20T04:33:29.178Z Documenting ron v0.8.1
27452024-01-20T04:33:33.282Z Documenting pem v3.0.2
27462024-01-20T04:33:33.389Z Documenting fxhash v0.2.1
27472024-01-20T04:33:33.572Z Documenting crc-any v2.4.3
27482024-01-20T04:33:33.586Z Documenting utf-8 v0.7.6
27492024-01-20T04:33:36.125Z Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
27502024-01-20T04:33:36.591Z Documenting tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
27512024-01-20T04:33:37.188Z Documenting internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
27522024-01-20T04:33:38.490Z Documenting lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
27532024-01-20T04:33:38.908Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
27542024-01-20T04:33:39.122Z Documenting vte_generate_state_changes v0.1.1
27552024-01-20T04:33:39.782Z Documenting tungstenite v0.20.1
27562024-01-20T04:33:43.526Z Documenting convert_case v0.4.0
27572024-01-20T04:33:45.334Z Documenting display-error-chain v0.2.0
27582024-01-20T04:33:49.704Z Documenting path-slash v0.1.5
27592024-01-20T04:33:49.813Z Checking convert_case v0.4.0
27602024-01-20T04:33:50.154Z Documenting derive_more v0.99.17
27612024-01-20T04:33:51.545Z Documenting tokio-tungstenite v0.20.1
27622024-01-20T04:33:54.038Z Documenting vte v0.11.1
27632024-01-20T04:33:55.876Z Documenting hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84)
27642024-01-20T04:33:56.141Z Documenting buf-list v1.0.3
27652024-01-20T04:33:59.598Z Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client)
27662024-01-20T04:34:00.507Z Documenting fd-lock v3.0.13
27672024-01-20T04:34:02.750Z Documenting strip-ansi-escapes v0.2.0
27682024-01-20T04:34:03.428Z Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
27692024-01-20T04:34:04.372Z Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
27702024-01-20T04:34:06.236Z Checking darling_core v0.14.4
27712024-01-20T04:34:08.099Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
27722024-01-20T04:34:08.533Z Documenting nu-ansi-term v0.49.0
27732024-01-20T04:34:09.175Z Checking darling v0.14.4
27742024-01-20T04:34:09.328Z Documenting trust-dns-client v0.22.0
27752024-01-20T04:34:10.186Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
27762024-01-20T04:34:10.867Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
27772024-01-20T04:34:12.701Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
27782024-01-20T04:34:13.103Z Documenting globset v0.4.13
27792024-01-20T04:34:14.534Z Documenting olpc-cjson v0.1.3
27802024-01-20T04:34:15.240Z Documenting reedline v0.28.0
27812024-01-20T04:34:21.175Z Documenting serde_plain v1.0.2
27822024-01-20T04:34:21.262Z Documenting async-recursion v1.0.5
27832024-01-20T04:34:23.351Z Documenting bytecount v0.6.3
27842024-01-20T04:34:23.987Z Documenting typed-path v0.7.0
27852024-01-20T04:34:24.336Z Documenting keccak v0.1.4
27862024-01-20T04:34:27.604Z Documenting papergrid v0.10.0
27872024-01-20T04:34:27.969Z Documenting trust-dns-server v0.22.1
27882024-01-20T04:34:28.912Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
27892024-01-20T04:34:29.019Z Documenting sha3 v0.10.8
27902024-01-20T04:34:29.123Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27912024-01-20T04:34:29.346Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
27922024-01-20T04:34:31.288Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
27932024-01-20T04:34:31.344Z Documenting sled v0.34.7
27942024-01-20T04:34:32.156Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27952024-01-20T04:34:33.050Z Documenting tough v0.16.0
27962024-01-20T04:34:33.240Z Documenting unicase v2.7.0
27972024-01-20T04:34:35.296Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
27982024-01-20T04:34:35.808Z Documenting tabled_derive v0.6.0
27992024-01-20T04:34:36.685Z Documenting crossbeam-deque v0.8.3
28002024-01-20T04:34:37.446Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
28012024-01-20T04:34:37.971Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
28022024-01-20T04:34:38.072Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
28032024-01-20T04:34:39.496Z Documenting secrecy v0.8.0
28042024-01-20T04:34:39.766Z Documenting nix v0.26.4
28052024-01-20T04:34:41.413Z Documenting headers-core v0.2.0
28062024-01-20T04:34:43.272Z Documenting sqlparser_derive v0.2.2
28072024-01-20T04:34:43.498Z Documenting unicode_categories v0.1.1
28082024-01-20T04:34:43.615Z Documenting home v0.5.5
28092024-01-20T04:34:45.156Z Documenting pretty-hex v0.4.1
28102024-01-20T04:34:45.756Z Documenting tabled v0.14.0
28112024-01-20T04:34:47.254Z Documenting rayon-core v1.12.0
28122024-01-20T04:34:48.961Z Documenting headers v0.3.9
28132024-01-20T04:34:49.691Z Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
28142024-01-20T04:34:49.991Z Documenting rustyline v12.0.0
28152024-01-20T04:34:50.208Z Documenting sqlformat v0.2.3
28162024-01-20T04:34:50.487Z Documenting sqlparser v0.41.0
28172024-01-20T04:34:54.224Z Documenting mime_guess v2.0.4
28182024-01-20T04:34:56.071Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
28192024-01-20T04:34:56.495Z Checking derive_builder_core v0.12.0
28202024-01-20T04:34:56.508Z Documenting derive_builder_core v0.12.0
28212024-01-20T04:34:58.698Z Documenting dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
28222024-01-20T04:34:58.778Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
28232024-01-20T04:34:59.192Z Documenting universal-hash v0.5.1
28242024-01-20T04:34:59.795Z Documenting bcs v0.1.6
28252024-01-20T04:35:01.258Z Documenting kstat-rs v0.2.3
28262024-01-20T04:35:05.682Z Documenting thiserror-impl-no-std v2.0.2
28272024-01-20T04:35:06.739Z Documenting slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
28282024-01-20T04:35:08.033Z Documenting curve25519-dalek-derive v0.1.0
28292024-01-20T04:35:08.270Z Documenting opaque-debug v0.3.0
28302024-01-20T04:35:08.408Z Documenting highway v1.1.0
28312024-01-20T04:35:10.988Z Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
28322024-01-20T04:35:12.567Z Documenting poly1305 v0.8.0
28332024-01-20T04:35:14.168Z Documenting thiserror-no-std v2.0.2
28342024-01-20T04:35:14.333Z Documenting slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
28352024-01-20T04:35:14.888Z Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28362024-01-20T04:35:15.326Z Documenting curve25519-dalek v4.1.1
28372024-01-20T04:35:17.786Z Documenting derive_builder_macro v0.12.0
28382024-01-20T04:35:18.403Z Documenting rayon v1.8.0
28392024-01-20T04:35:19.369Z Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
28402024-01-20T04:35:20.257Z Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
28412024-01-20T04:35:20.405Z Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
28422024-01-20T04:35:23.199Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
28432024-01-20T04:35:24.349Z Documenting ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
28442024-01-20T04:35:25.169Z Documenting mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client)
28452024-01-20T04:35:30.053Z Documenting fs-err v2.11.0
28462024-01-20T04:35:31.322Z Documenting propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=1e25649e8c2ac274bd04adfe0513dd14a482058c#1e25649e)
28472024-01-20T04:35:36.449Z Documenting portable-atomic v1.4.3
28482024-01-20T04:35:55.129Z Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
28492024-01-20T04:35:55.251Z Documenting ed25519 v1.5.3
28502024-01-20T04:35:55.349Z Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
28512024-01-20T04:35:55.349Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
28522024-01-20T04:35:55.349Z Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
28532024-01-20T04:35:55.349Z Documenting crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e71b10d2f9f1fb52818b916bae83ba15a339548d#e71b10d2)
28542024-01-20T04:35:55.349Z Documenting chacha20 v0.9.1
28552024-01-20T04:35:55.627Z Documenting aead v0.5.2
28562024-01-20T04:35:59.353Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
28572024-01-20T04:35:59.353Z Documenting ref-cast-impl v1.0.20
28582024-01-20T04:35:59.565Z Documenting parse-size v1.0.0
28592024-01-20T04:36:03.945Z Documenting number_prefix v0.4.0
28602024-01-20T04:36:04.917Z Documenting glob v0.3.1
28612024-01-20T04:36:06.398Z Documenting cassowary v0.3.0
28622024-01-20T04:36:06.460Z Documenting ref-cast v1.0.20
28632024-01-20T04:36:07.727Z Documenting chacha20poly1305 v0.10.1
28642024-01-20T04:36:10.102Z Documenting indicatif v0.17.7
28652024-01-20T04:36:10.749Z Documenting tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
28662024-01-20T04:36:10.757Z Documenting salty v0.2.0
28672024-01-20T04:36:11.204Z Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
28682024-01-20T04:36:12.909Z Documenting ratatui v0.23.0
28692024-01-20T04:36:16.798Z Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
28702024-01-20T04:36:17.133Z Documenting derive_builder v0.12.0
28712024-01-20T04:36:17.404Z Documenting vsss-rs v3.3.4
28722024-01-20T04:36:21.874Z Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
28732024-01-20T04:36:24.513Z Documenting polar-core v0.27.0
28742024-01-20T04:36:28.628Z Documenting hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a)
28752024-01-20T04:36:30.492Z Documenting nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d)
28762024-01-20T04:36:35.403Z Documenting libxml v0.3.3
28772024-01-20T04:36:39.270Z Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
28782024-01-20T04:36:40.993Z Documenting tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
28792024-01-20T04:36:45.161Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28802024-01-20T04:36:45.573Z Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
28812024-01-20T04:36:46.075Z Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
28822024-01-20T04:36:47.019Z Documenting bb8 v0.8.1
28832024-01-20T04:36:50.912Z Documenting quick-xml v0.23.1
28842024-01-20T04:36:53.442Z Documenting serde-big-array v0.5.1
28852024-01-20T04:36:54.896Z Documenting rtoolbox v0.0.1
28862024-01-20T04:36:55.165Z Documenting impl-trait-for-tuples v0.2.2
28872024-01-20T04:36:55.301Z Documenting oso-derive v0.27.0
28882024-01-20T04:36:59.272Z Documenting http-range v0.1.5
28892024-01-20T04:36:59.343Z Documenting unicode-linebreak v0.1.5
28902024-01-20T04:36:59.832Z Documenting smawk v0.3.1
28912024-01-20T04:37:00.847Z Documenting is_ci v1.1.1
28922024-01-20T04:37:02.227Z Documenting maplit v1.0.2
28932024-01-20T04:37:02.539Z Documenting humantime v2.1.0
28942024-01-20T04:37:02.858Z Documenting hyper-staticfile v0.9.5
28952024-01-20T04:37:03.658Z Documenting rpassword v7.3.1
28962024-01-20T04:37:04.385Z Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
28972024-01-20T04:37:06.071Z Documenting textwrap v0.16.0
28982024-01-20T04:37:06.999Z Documenting supports-color v2.1.0
28992024-01-20T04:37:08.273Z Documenting oso v0.27.0
29002024-01-20T04:37:08.778Z Documenting gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
29012024-01-20T04:37:09.513Z Documenting samael v0.0.10 (https://github.com/njaremko/samael?branch=master#52028e45)
29022024-01-20T04:37:12.547Z Documenting async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef)
29032024-01-20T04:37:13.145Z Documenting sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef)
29042024-01-20T04:37:13.621Z Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
29052024-01-20T04:37:16.511Z Documenting tui-tree-widget v0.13.0
29062024-01-20T04:37:20.626Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
29072024-01-20T04:37:23.600Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
29082024-01-20T04:37:25.091Z Documenting diesel-dtrace v0.2.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#c1252df7)
29092024-01-20T04:37:27.338Z Documenting cookie v0.18.0
29102024-01-20T04:37:28.613Z Documenting rcgen v0.12.0
29112024-01-20T04:37:31.944Z Checking nexus-deployment v0.1.0 (/work/oxidecomputer/omicron/nexus/deployment)
29122024-01-20T04:37:32.868Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
29132024-01-20T04:37:33.981Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
29142024-01-20T04:37:34.042Z Documenting atomicwrites v0.4.3
29152024-01-20T04:37:34.546Z Documenting signal-hook-tokio v0.3.1
29162024-01-20T04:37:35.171Z Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
29172024-01-20T04:37:37.825Z Documenting subprocess v0.2.9
29182024-01-20T04:37:48.974Z Documenting shell-words v1.1.0
29192024-01-20T04:37:49.184Z Documenting corncobs v0.1.3
29202024-01-20T04:37:49.184Z Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
29212024-01-20T04:37:49.184Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
29222024-01-20T04:37:49.219Z Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
29232024-01-20T04:37:49.220Z Documenting sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef)
29242024-01-20T04:37:49.220Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
29252024-01-20T04:37:49.220Z Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
29262024-01-20T04:37:51.465Z Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
29272024-01-20T04:37:57.954Z Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
29282024-01-20T04:37:59.562Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
29292024-01-20T04:38:02.675Z Documenting nexus-deployment v0.1.0 (/work/oxidecomputer/omicron/nexus/deployment)
29302024-01-20T04:38:14.552Z Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
29312024-01-20T04:38:16.147Z Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
29322024-01-20T04:38:17.870Z Documenting crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e71b10d2f9f1fb52818b916bae83ba15a339548d#e71b10d2)
29332024-01-20T04:38:28.495Z Documenting fatfs v0.3.6
29342024-01-20T04:38:29.716Z Documenting nanorand v0.7.0
29352024-01-20T04:38:34.394Z Documenting assert_matches v1.5.0
29362024-01-20T04:38:35.764Z Documenting topological-sort v0.2.2
29372024-01-20T04:38:35.780Z Documenting flume v0.11.0
29382024-01-20T04:38:36.259Z Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
29392024-01-20T04:38:36.656Z Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
29402024-01-20T04:38:38.509Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
29412024-01-20T04:38:40.528Zwarning: unresolved link to `propolis_client::api::InstanceStateMonitorResponse`
29422024-01-20T04:38:40.528Z --> sled-agent/src/sim/instance.rs:46:7
29432024-01-20T04:38:40.531Z |
29442024-01-20T04:38:40.531Z46 | /// [`propolis_client::api::InstanceStateMonitorResponse`]. Transition requests
29452024-01-20T04:38:40.531Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `api` in module `propolis_client`
29462024-01-20T04:38:40.531Z |
29472024-01-20T04:38:40.531Z = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default
29482024-01-20T04:38:40.532Z
29492024-01-20T04:38:41.851Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
29502024-01-20T04:38:42.386Z Documenting omicron-zone-package v0.10.1
29512024-01-20T04:38:43.259Z Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
29522024-01-20T04:38:43.361Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
29532024-01-20T04:38:44.873Zwarning: `omicron-sled-agent` (lib doc) generated 1 warning
29542024-01-20T04:38:44.876Z Documenting installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd)
29552024-01-20T04:38:44.914Z Documenting installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client)
29562024-01-20T04:39:01.388Z Checking installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client)
29572024-01-20T04:39:06.850Z Checking installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd)
29582024-01-20T04:39:08.026Z Documenting termios v0.3.3
29592024-01-20T04:39:13.517Z Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
29602024-01-20T04:39:14.039Z Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
29612024-01-20T04:39:19.944Z Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
29622024-01-20T04:39:21.759Z Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
29632024-01-20T04:39:23.948Z Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
29642024-01-20T04:39:29.335Z Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
29652024-01-20T04:40:06.264Z Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
29662024-01-20T04:40:13.768Z Documenting tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
29672024-01-20T04:40:34.701Z Documenting caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util)
29682024-01-20T04:40:35.492Z Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli)
29692024-01-20T04:40:36.368Z Documenting zone-network-setup v0.1.0 (/work/oxidecomputer/omicron/zone-network-setup)
29702024-01-20T04:40:37.111Z Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
29712024-01-20T04:40:43.537Z Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
29722024-01-20T04:40:56.757Z Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
29732024-01-20T04:41:58.173Zwarning: unresolved link to `VolumeConstructionRequest`
29742024-01-20T04:41:58.174Z --> nexus/src/app/sagas/volume_delete.rs:338:7
29752024-01-20T04:41:58.174Z |
29762024-01-20T04:41:58.174Z338 | /// [`VolumeConstructionRequest`] is shown here):
29772024-01-20T04:41:58.174Z | ^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `VolumeConstructionRequest` in scope
29782024-01-20T04:41:58.175Z |
29792024-01-20T04:41:58.175Z = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
29802024-01-20T04:41:58.175Z = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default
29812024-01-20T04:41:58.175Z
29822024-01-20T04:41:58.178Zwarning: unresolved link to `fd00:1122:3344:101::5`
29832024-01-20T04:41:58.178Z --> nexus/src/app/sagas/volume_delete.rs:348:17
29842024-01-20T04:41:58.178Z |
29852024-01-20T04:41:58.179Z348 | /// "[fd00:1122:3344:101::5]:1000",
29862024-01-20T04:41:58.179Z | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:101` in scope
29872024-01-20T04:41:58.179Z
29882024-01-20T04:41:58.179Zwarning: unresolved link to `fd00:1122:3344:102::9`
29892024-01-20T04:41:58.179Z --> nexus/src/app/sagas/volume_delete.rs:349:17
29902024-01-20T04:41:58.179Z |
29912024-01-20T04:41:58.179Z349 | /// "[fd00:1122:3344:102::9]:1000",
29922024-01-20T04:41:58.179Z | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:102` in scope
29932024-01-20T04:41:58.179Z
29942024-01-20T04:41:58.180Zwarning: unresolved link to `fd00:1122:3344:103::2`
29952024-01-20T04:41:58.180Z --> nexus/src/app/sagas/volume_delete.rs:350:17
29962024-01-20T04:41:58.180Z |
29972024-01-20T04:41:58.180Z350 | /// "[fd00:1122:3344:103::2]:1000"
29982024-01-20T04:41:58.180Z | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:103` in scope
29992024-01-20T04:41:58.180Z
30002024-01-20T04:41:58.180Zwarning: unresolved link to `fd00:1122:3344:101::5`
30012024-01-20T04:41:58.180Z --> nexus/src/app/sagas/volume_delete.rs:369:17
30022024-01-20T04:41:58.180Z |
30032024-01-20T04:41:58.181Z369 | /// "[fd00:1122:3344:101::5]:1001", <-- port changed
30042024-01-20T04:41:58.181Z | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:101` in scope
30052024-01-20T04:41:58.181Z
30062024-01-20T04:41:58.181Zwarning: unresolved link to `fd00:1122:3344:102::9`
30072024-01-20T04:41:58.181Z --> nexus/src/app/sagas/volume_delete.rs:370:17
30082024-01-20T04:41:58.181Z |
30092024-01-20T04:41:58.181Z370 | /// "[fd00:1122:3344:102::9]:1001", <-- port changed
30102024-01-20T04:41:58.181Z | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:102` in scope
30112024-01-20T04:41:58.181Z
30122024-01-20T04:41:58.181Zwarning: unresolved link to `fd00:1122:3344:103::2`
30132024-01-20T04:41:58.181Z --> nexus/src/app/sagas/volume_delete.rs:371:17
30142024-01-20T04:41:58.181Z |
30152024-01-20T04:41:58.181Z371 | /// "[fd00:1122:3344:103::2]:1001" <-- port changed
30162024-01-20T04:41:58.181Z | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:103` in scope
30172024-01-20T04:41:58.181Z
30182024-01-20T04:42:01.774Zwarning: `omicron-nexus` (lib doc) generated 7 warnings
30192024-01-20T04:42:34.158Z Finished dev [unoptimized + debuginfo] target(s) in 16m 22s
30202024-01-20T04:42:34.267Z
30212024-01-20T04:42:34.271Zreal 16:22.619118286
30222024-01-20T04:42:34.272Zuser 53:58.416590999
30232024-01-20T04:42:34.272Zsys 1:03:21.700496706
30242024-01-20T04:42:34.273Ztrap 1.833436396
30252024-01-20T04:42:34.273Ztflt 0.138401174
30262024-01-20T04:42:34.273Zdflt 0.374444035
30272024-01-20T04:42:34.273Zkflt 0.000063376
30282024-01-20T04:42:34.273Zlock 3:16:52.751356766
30292024-01-20T04:42:34.273Zslp 4:13:47.584075848
30302024-01-20T04:42:34.273Zlat 5:36.377315596
30312024-01-20T04:42:34.273Zstop 1:30.187483530
30322024-01-20T04:42:34.273Zprocess exited: duration 1873039 ms, exit code 0
 
30332024-01-20T04:42:34.281Zfound 0 output files