01HWA8BQ747PTJ8TGMTN6Z71HH: 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: 01HWA8CRQXEA8QQR27VRBTM3RN

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12024-04-25T09:17:56.257Zjob assigned to worker 01HWA8MFMCSDWEGRY08CGSNHSY (queued for 6 m 13 s)
 
22024-04-25T09:18:03.583Zstarting task 0: "setup"
32024-04-25T09:18:03.672Z++ uname -s
42024-04-25T09:18:03.685Z+ kern=SunOS
52024-04-25T09:18:03.686Z+ case "$kern" in
62024-04-25T09:18:03.686Z+ groupadd -g 12345 build
72024-04-25T09:18:03.757Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-04-25T09:18:05.768Z+ zfs create -o mountpoint=/work rpool/work
92024-04-25T09:18:05.876Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-04-25T09:18:05.880Z+ home_fs=zfs
112024-04-25T09:18:05.880Z+ [[ zfs == autofs ]]
122024-04-25T09:18:05.880Z+ mkdir -p /home/build
132024-04-25T09:18:05.880Z+ chown build:build /home/build /work
142024-04-25T09:18:07.864Z+ chmod 0700 /home/build /work
152024-04-25T09:18:07.867Zprocess exited: duration 4281 ms, exit code 0
 
162024-04-25T09:18:07.874Zstarting task 1: "rust-toolchain"
172024-04-25T09:18:07.880Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
182024-04-25T09:18:07.884Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default
192024-04-25T09:18:07.993Zinfo: downloading installer
202024-04-25T09:18:09.402Zwarning: it looks like you have an existing installation of Rust at:
212024-04-25T09:18:09.402Zwarning: /opt/ooce/bin
222024-04-25T09:18:09.402Zwarning: It is recommended that rustup be the primary Rust installation.
232024-04-25T09:18:09.402Zwarning: Otherwise you may have confusion unless you are careful with your PATH
242024-04-25T09:18:09.402Zwarning: If you are sure that you want both rustup and your already installed Rust
252024-04-25T09:18:09.402Zwarning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
262024-04-25T09:18:09.402Zwarning: or pass `-y' to ignore all ignorable checks.
272024-04-25T09:18:09.403Zerror: cannot install while Rust is installed
282024-04-25T09:18:09.403Zwarning: continuing (because the -y flag is set and the error is ignorable)
292024-04-25T09:18:09.576Zinfo: profile set to 'default'
302024-04-25T09:18:09.577Zinfo: default host triple is x86_64-unknown-illumos
312024-04-25T09:18:09.589Zinfo: syncing channel updates for '1.72.1-x86_64-unknown-illumos'
322024-04-25T09:18:09.700Zinfo: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13)
332024-04-25T09:18:09.700Zinfo: downloading component 'cargo'
342024-04-25T09:18:10.442Zinfo: downloading component 'clippy'
352024-04-25T09:18:10.657Zinfo: downloading component 'rust-docs'
362024-04-25T09:18:11.548Zinfo: downloading component 'rust-std'
372024-04-25T09:18:13.157Zinfo: downloading component 'rustc'
382024-04-25T09:18:17.065Zinfo: downloading component 'rustfmt'
392024-04-25T09:18:17.327Zinfo: installing component 'cargo'
402024-04-25T09:18:18.141Zinfo: installing component 'clippy'
412024-04-25T09:18:18.500Zinfo: installing component 'rust-docs'
422024-04-25T09:18:20.281Zinfo: installing component 'rust-std'
432024-04-25T09:18:21.655Zinfo: installing component 'rustc'
442024-04-25T09:18:26.717Zinfo: installing component 'rustfmt'
452024-04-25T09:18:26.839Zinfo: default toolchain set to '1.72.1-x86_64-unknown-illumos'
462024-04-25T09:18:26.839Z
472024-04-25T09:18:26.839Z 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13)
482024-04-25T09:18:26.839Z
492024-04-25T09:18:26.840Z
502024-04-25T09:18:26.840ZRust is installed now. Great!
512024-04-25T09:18:26.840Z
522024-04-25T09:18:26.840ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
532024-04-25T09:18:26.840Zenvironment variable. This has not been done automatically.
542024-04-25T09:18:26.840Z
552024-04-25T09:18:26.840ZTo configure your current shell, you need to source
562024-04-25T09:18:26.840Zthe corresponding env file under $HOME/.cargo.
572024-04-25T09:18:26.840Z
582024-04-25T09:18:26.840ZThis is usually done by running one of the following (note the leading DOT):
592024-04-25T09:18:26.840Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
602024-04-25T09:18:26.840Zsource "$HOME/.cargo/env.fish" # For fish
612024-04-25T09:18:26.840Z+ rustc --version
622024-04-25T09:18:26.841Zrustc 1.72.1 (d5c2e9c34 2023-09-13)
632024-04-25T09:18:26.841Zprocess exited: duration 18726 ms, exit code 0
 
642024-04-25T09:18:26.963Zstarting task 2: "authentication"
652024-04-25T09:18:26.985Zprocess exited: duration 38 ms, exit code 0
 
662024-04-25T09:18:27.033Zstarting task 3: "clone repository"
672024-04-25T09:18:27.037Z+ mkdir -p /work/oxidecomputer/omicron
682024-04-25T09:18:27.037Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
692024-04-25T09:18:27.431ZCloning into '/work/oxidecomputer/omicron'...
702024-04-25T09:18:32.890Z+ cd /work/oxidecomputer/omicron
712024-04-25T09:18:32.890Z+ git fetch origin 6a37eb046614fb621d125b735bcc786400b96418
722024-04-25T09:18:33.194ZFrom https://github.com/oxidecomputer/omicron
732024-04-25T09:18:33.194Z * branch 6a37eb046614fb621d125b735bcc786400b96418 -> FETCH_HEAD
742024-04-25T09:18:33.209Z+ [[ -n renovate/cargo_toml-0.x-lockfile ]]
752024-04-25T09:18:33.217Z++ git branch --show-current
762024-04-25T09:18:33.218Z+ current=main
772024-04-25T09:18:33.218Z+ [[ main != renovate/cargo_toml-0.x-lockfile ]]
782024-04-25T09:18:33.218Z+ git branch -f renovate/cargo_toml-0.x-lockfile 6a37eb046614fb621d125b735bcc786400b96418
792024-04-25T09:18:33.218Z+ git checkout -f renovate/cargo_toml-0.x-lockfile
802024-04-25T09:18:33.332ZSwitched to branch 'renovate/cargo_toml-0.x-lockfile'
812024-04-25T09:18:33.335Z+ git reset --hard 6a37eb046614fb621d125b735bcc786400b96418
822024-04-25T09:18:33.460ZHEAD is now at 6a37eb046 Update Rust crate cargo_toml to v0.20.1
832024-04-25T09:18:33.473Zprocess exited: duration 6435 ms, exit code 0
 
842024-04-25T09:18:33.481Zstarting task 4: "build"
852024-04-25T09:18:33.486Z+ cargo --version
862024-04-25T09:18:33.498Zinfo: syncing channel updates for '1.77.2-x86_64-unknown-illumos'
872024-04-25T09:18:33.637Zinfo: latest update on 2024-04-09, rust version 1.77.2 (25ef9e3d8 2024-04-09)
882024-04-25T09:18:33.637Zinfo: downloading component 'cargo'
892024-04-25T09:18:34.495Zinfo: downloading component 'clippy'
902024-04-25T09:18:34.773Zinfo: downloading component 'rust-docs'
912024-04-25T09:18:35.928Zinfo: downloading component 'rust-std'
922024-04-25T09:18:37.619Zinfo: downloading component 'rustc'
932024-04-25T09:18:46.569Zinfo: downloading component 'rustfmt'
942024-04-25T09:18:46.637Zinfo: installing component 'cargo'
952024-04-25T09:18:46.637Zinfo: installing component 'clippy'
962024-04-25T09:18:46.637Zinfo: installing component 'rust-docs'
972024-04-25T09:18:46.637Zinfo: installing component 'rust-std'
982024-04-25T09:18:46.792Zinfo: installing component 'rustc'
992024-04-25T09:18:50.747Zinfo: installing component 'rustfmt'
1002024-04-25T09:18:51.143Zcargo 1.77.2 (e52e36006 2024-03-26)
1012024-04-25T09:18:51.197Z+ rustc --version
1022024-04-25T09:18:51.217Zrustc 1.77.2 (25ef9e3d8 2024-04-09)
1032024-04-25T09:18:51.236Z+ source ./env.sh
1042024-04-25T09:18:51.236Z++ set -o xtrace
1052024-04-25T09:18:51.236Z++++ dirname ./env.sh
1062024-04-25T09:18:51.316Z+++ readlink -f .
1072024-04-25T09:18:51.384Z++ OMICRON_WS=/work/oxidecomputer/omicron
1082024-04-25T09:18:51.400Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1092024-04-25T09:18:51.400Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1102024-04-25T09:18:51.400Z++ 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
1112024-04-25T09:18:51.400Z++ 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
1122024-04-25T09:18:51.401Z++ 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
1132024-04-25T09:18:51.401Z++ 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
1142024-04-25T09:18:51.401Z++ 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
1152024-04-25T09:18:51.401Z++ 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
1162024-04-25T09:18:51.402Z++ unset OMICRON_WS
1172024-04-25T09:18:51.402Z++ set +o xtrace
1182024-04-25T09:18:51.402Z
1192024-04-25T09:18:51.402Z ##### ##### ###### ##### ###### #### # # # #### #
1202024-04-25T09:18:51.403Z # # # # # # # # # # # # # # #
1212024-04-25T09:18:51.403Z # # # # ##### # # ##### # # # # # #### #
1222024-04-25T09:18:51.403Z ##### ##### # ##### # # # # # # # # #
1232024-04-25T09:18:51.403Z # # # # # # # # # # # # # # #
1242024-04-25T09:18:51.403Z # # # ###### # # ###### ### # #### # #### #
1252024-04-25T09:18:51.404Z
1262024-04-25T09:19:03.073Z Startup: Refreshing catalog 'helios-dev' ... Done
1272024-04-25T09:19:04.944Z Startup: Caching catalogs ... Done
1282024-04-25T09:19:07.361ZPlanning: Solver setup ... Done (1.967s)
1292024-04-25T09:19:07.404ZPlanning: Running solver ... Done (0.042s)
1302024-04-25T09:19:08.066ZPlanning: Finding local manifests ... Done (0.215s)
1312024-04-25T09:19:08.070ZPlanning: Fetching manifests: 0/4 0% complete
1322024-04-25T09:19:08.070ZPlanning: Fetching manifests: 4/4 100% complete
1332024-04-25T09:19:08.071ZPlanning: Package planning ... Done (0.047s)
1342024-04-25T09:19:08.087ZPlanning: Merging actions ... Done (0.051s)
1352024-04-25T09:19:08.581ZPlanning: Checking for conflicting actions ... Done (0.486s)
1362024-04-25T09:19:08.605ZPlanning: Consolidating action changes ... Done (0.011s)
1372024-04-25T09:19:18.023ZPlanning: Evaluating mediators ... Done (9.429s)
1382024-04-25T09:19:18.038ZPlanning: Planning completed in 13.03 seconds
1392024-04-25T09:19:18.118Z Packages to install: 4
1402024-04-25T09:19:18.118Z Mediators to change: 2
1412024-04-25T09:19:18.131Z Services to change: 1
1422024-04-25T09:19:18.131Z Estimated space available: 155.32 GB
1432024-04-25T09:19:18.132ZEstimated space to be consumed: 1.44 GB
1442024-04-25T09:19:18.132Z Create boot environment: No
1452024-04-25T09:19:18.132ZCreate backup boot environment: No
1462024-04-25T09:19:18.132Z Rebuild boot archive: No
1472024-04-25T09:19:18.132Z
1482024-04-25T09:19:18.132ZChanged mediators:
1492024-04-25T09:19:18.132Z mediator clang:
1502024-04-25T09:19:18.132Z version: None -> 15 (system default)
1512024-04-25T09:19:18.133Z
1522024-04-25T09:19:18.133Z mediator llvm:
1532024-04-25T09:19:18.133Z version: 14 (system default) -> 15 (system default)
1542024-04-25T09:19:18.133Z
1552024-04-25T09:19:18.133ZChanged packages:
1562024-04-25T09:19:18.133Zhelios-dev
1572024-04-25T09:19:18.133Z developer/build-essential
1582024-04-25T09:19:18.133Z None -> 11-2.0
1592024-04-25T09:19:18.133Z library/libxmlsec1
1602024-04-25T09:19:18.133Z None -> 1.2.35-2.0
1612024-04-25T09:19:18.134Z ooce/developer/clang-15
1622024-04-25T09:19:18.134Z None -> 15.0.7-2.0
1632024-04-25T09:19:18.134Z ooce/developer/llvm-15
1642024-04-25T09:19:18.134Z None -> 15.0.7-2.0
1652024-04-25T09:19:18.134Z
1662024-04-25T09:19:18.134ZServices:
1672024-04-25T09:19:18.134Z restart_fmri:
1682024-04-25T09:19:18.134Z svc:/system/update-man-index:default
1692024-04-25T09:19:18.268Z
1702024-04-25T09:19:18.268ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1712024-04-25T09:19:23.259ZDownload: 1306/3290 items 104.8/212.6MB 49% complete (21.2M/s)
1722024-04-25T09:19:28.270ZDownload: 3003/3290 items 121.2/212.6MB 57% complete (12.3M/s)
1732024-04-25T09:19:34.550ZDownload: 3286/3290 items 211.9/212.6MB 99% complete (12.7M/s)
1742024-04-25T09:19:34.581ZDownload: Completed 212.60 MB in 16.23 seconds (13.1M/s)
1752024-04-25T09:19:37.430Z Actions: 1/3689 actions (Installing new actions)
1762024-04-25T09:19:42.571Z Actions: 3555/3689 actions (Installing new actions)
1772024-04-25T09:19:42.909Z Actions: Completed 3689 actions in 5.45 seconds.
1782024-04-25T09:19:43.088Z Done (0.201s)
1792024-04-25T09:19:43.089Z Done (0.000s)
1802024-04-25T09:19:43.360Z Done (0.270s)
1812024-04-25T09:19:49.350Z Done (5.842s)
1822024-04-25T09:19:49.611Z Done (0.196s)
1832024-04-25T09:19:50.081Z Done (0.000s)
1842024-04-25T09:19:50.102Z Done (0.000s)
1852024-04-25T09:19:50.701ZPlanning: Evaluating mediator changes ... Done
1862024-04-25T09:19:50.718ZPlanning: Checking for conflicting actions ... Done
1872024-04-25T09:19:50.718ZPlanning: Consolidating action changes ... Done
1882024-04-25T09:19:50.731ZPlanning: Evaluating mediators ... Done
1892024-04-25T09:19:50.731ZPlanning: Planning completed in 0.42 seconds
1902024-04-25T09:19:50.752Z Mediators to change: 2
1912024-04-25T09:19:50.752Z Create boot environment: No
1922024-04-25T09:19:50.765ZCreate backup boot environment: No
1932024-04-25T09:19:50.815Z Done
1942024-04-25T09:19:50.816Z Done
1952024-04-25T09:19:50.964Z Done
1962024-04-25T09:19:54.596Z Done
1972024-04-25T09:19:55.096Z Done
1982024-04-25T09:19:55.096Z Done
1992024-04-25T09:19:55.146Z Done
2002024-04-25T09:19:55.445ZPlanning: Evaluating mediator changes ... Done
2012024-04-25T09:19:55.455ZPlanning: Merging actions ... Done
2022024-04-25T09:19:55.632ZPlanning: Checking for conflicting actions ... Done
2032024-04-25T09:19:55.636ZPlanning: Consolidating action changes ... Done
2042024-04-25T09:19:55.919ZPlanning: Evaluating mediators ... Done
2052024-04-25T09:19:55.950ZPlanning: Planning completed in 0.78 seconds
2062024-04-25T09:19:55.986Z Packages to change: 1
2072024-04-25T09:19:55.987Z Mediators to change: 1
2082024-04-25T09:19:55.987Z Services to change: 1
2092024-04-25T09:19:55.987Z Create boot environment: No
2102024-04-25T09:19:55.987ZCreate backup boot environment: Yes
2112024-04-25T09:19:57.826Z Actions: 1/6 actions (Updating modified actions)
2122024-04-25T09:19:57.835Z Actions: Completed 6 actions in 0.00 seconds.
2132024-04-25T09:19:57.835Z Done
2142024-04-25T09:19:57.835Z Done
2152024-04-25T09:19:57.885Z Done
2162024-04-25T09:20:01.434Z Done
2172024-04-25T09:20:01.543Z Done
2182024-04-25T09:20:01.549Z Done
2192024-04-25T09:20:01.638Z Done
2202024-04-25T09:20:02.154ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2212024-04-25T09:20:02.155Zclang system 15 system
2222024-04-25T09:20:02.155Zcsh system system illumos
2232024-04-25T09:20:02.155Zctags system system illumos
2242024-04-25T09:20:02.155Zgcc vendor 12 vendor
2252024-04-25T09:20:02.155Zgcc system 10 system
2262024-04-25T09:20:02.155Zgcc system 7 system
2272024-04-25T09:20:02.155Zgo system 1.20 system
2282024-04-25T09:20:02.155Zgo system 1.19 system
2292024-04-25T09:20:02.155Zllvm system 15 system
2302024-04-25T09:20:02.155Zllvm system 14 system
2312024-04-25T09:20:02.155Zmariadb system 10.6 system
2322024-04-25T09:20:02.156Zmta vendor vendor dma
2332024-04-25T09:20:02.156Zopenjdk system 17 system
2342024-04-25T09:20:02.156Zopenjdk system 11 system
2352024-04-25T09:20:02.156Zopenjdk system 1.8 system
2362024-04-25T09:20:02.156Zopenssl vendor 3 vendor
2372024-04-25T09:20:02.156Zperl system 5.36 system
2382024-04-25T09:20:02.156Zpostgresql system 15 system
2392024-04-25T09:20:02.156Zpostgresql system 13 system
2402024-04-25T09:20:02.156Zpython vendor 3 vendor
2412024-04-25T09:20:02.161Zpython system 2 system
2422024-04-25T09:20:02.161Zpython3 system 3.11 system
2432024-04-25T09:20:02.161Zruby system 3.0 system
2442024-04-25T09:20:02.162Zwords vendor vendor american-english
2452024-04-25T09:20:02.162Zwords system system australian-english
2462024-04-25T09:20:02.162Zwords system system british-english
2472024-04-25T09:20:02.162Zwords system system canadian-english
2482024-04-25T09:20:02.162Zwords system system french
2492024-04-25T09:20:02.163Zwords system system italian
2502024-04-25T09:20:02.163Zwords system system ngerman
2512024-04-25T09:20:02.163Zwords system system ogerman
2522024-04-25T09:20:02.163Zwords system system spanish
2532024-04-25T09:20:03.876ZPUBLISHER TYPE STATUS P LOCATION
2542024-04-25T09:20:03.876Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2552024-04-25T09:20:04.231ZFMRI IFO
2562024-04-25T09:20:04.231Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2572024-04-25T09:20:04.231Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2582024-04-25T09:20:04.232Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2592024-04-25T09:20:04.232Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2602024-04-25T09:20:04.232Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2612024-04-25T09:20:04.232Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2622024-04-25T09:20:04.232Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i--
2632024-04-25T09:20:04.232Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2642024-04-25T09:20:04.232Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i--
2652024-04-25T09:20:04.232Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2662024-04-25T09:20:04.232Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i--
2672024-04-25T09:20:04.232Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2682024-04-25T09:20:04.270Z+ set -o errexit
2692024-04-25T09:20:04.270Z+++ dirname ./tools/ci_download_cockroachdb
2702024-04-25T09:20:04.270Z++ cd ./tools
2712024-04-25T09:20:04.270Z++ pwd
2722024-04-25T09:20:04.270Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
2732024-04-25T09:20:04.271Z++ basename ./tools/ci_download_cockroachdb
2742024-04-25T09:20:04.271Z+ ARG0=ci_download_cockroachdb
2752024-04-25T09:20:04.271Z++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version
2762024-04-25T09:20:04.271Z+ CIDL_VERSION=v22.1.9
2772024-04-25T09:20:04.271Z+ source /work/oxidecomputer/omicron/tools/cockroachdb_checksums
2782024-04-25T09:20:04.271Z++ CIDL_SHA256_DARWIN=1ca69e0911af11a73305c3c6f4650b912d70754900b5bf7b80a1d361efe36561
2792024-04-25T09:20:04.271Z++ CIDL_SHA256_LINUX=24c321820e7ee45fa07fe91ac138befe13ad860e41c6ed595ce58823205ff4a9
2802024-04-25T09:20:04.271Z++ CIDL_SHA256_ILLUMOS=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088
2812024-04-25T09:20:04.271Z+ TARGET_DIR=out
2822024-04-25T09:20:04.271Z+ DOWNLOAD_DIR=out/downloads
2832024-04-25T09:20:04.271Z+ DEST_DIR=./out/cockroachdb
2842024-04-25T09:20:04.271Z+ CIDL_URL_COCKROACH=https://binaries.cockroachdb.com
2852024-04-25T09:20:04.271Z+ CIDL_URL_ILLUMOS=https://illumos.org/downloads
2862024-04-25T09:20:04.271Z+ main
2872024-04-25T09:20:04.272Z+ [[ 0 != 0 ]]
2882024-04-25T09:20:04.272Z+ CIDL_OS=solaris2.11
2892024-04-25T09:20:04.272Z+ [[ 0 != 0 ]]
2902024-04-25T09:20:04.272Z+ configure_os solaris2.11
2912024-04-25T09:20:04.272Z+ echo 'current directory: /work/oxidecomputer/omicron'
2922024-04-25T09:20:04.272Zcurrent directory: /work/oxidecomputer/omicron
2932024-04-25T09:20:04.272Z+ echo 'configuring based on OS: "solaris2.11"'
2942024-04-25T09:20:04.272Zconfiguring based on OS: "solaris2.11"
2952024-04-25T09:20:04.272Z+ case "$1" in
2962024-04-25T09:20:04.272Z+ CIDL_BUILD=illumos
2972024-04-25T09:20:04.272Z+ CIDL_SUFFIX=tar.gz
2982024-04-25T09:20:04.272Z+ CIDL_SHA256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088
2992024-04-25T09:20:04.272Z+ CIDL_URL_BASE=https://illumos.org/downloads
3002024-04-25T09:20:04.272Z+ CIDL_ASSEMBLE=do_assemble_illumos
3012024-04-25T09:20:04.272Z+ TARBALL_DIRNAME=cockroach-v22.1.9.illumos
3022024-04-25T09:20:04.272Z+ TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz
3032024-04-25T09:20:04.272Z+ TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz
3042024-04-25T09:20:04.272Z+ TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos
3052024-04-25T09:20:04.272Z+ CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz
3062024-04-25T09:20:04.273Z+ CIDL_SHA256FUNC=do_sha256sum
3072024-04-25T09:20:04.273Z+ echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz'
3082024-04-25T09:20:04.273ZURL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz
3092024-04-25T09:20:04.274Z+ echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz'
3102024-04-25T09:20:04.274Z+ mkdir -p out/downloads
3112024-04-25T09:20:04.274ZLocal file: out/downloads/cockroach-v22.1.9.illumos.tar.gz
3122024-04-25T09:20:04.274Z+ mkdir -p ./out/cockroachdb
3132024-04-25T09:20:04.275Z+ local DO_DOWNLOAD=true
3142024-04-25T09:20:04.275Z+ [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]]
3152024-04-25T09:20:04.275Z+ '[' true == true ']'
3162024-04-25T09:20:04.275Z+ echo Downloading...
3172024-04-25T09:20:04.275ZDownloading...
3182024-04-25T09:20:04.276Z+ do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz
3192024-04-25T09:20:04.276Z+ 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
3202024-04-25T09:20:14.768Z++ do_sha256sum out/downloads/cockroach-v22.1.9.illumos.tar.gz
3212024-04-25T09:20:15.009Z++ sha256sum
3222024-04-25T09:20:15.010Z++ awk '{print $1}'
3232024-04-25T09:20:15.010Z+ calculated_sha256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088
3242024-04-25T09:20:15.010Z+ [[ f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 != \f\1\5\1\7\1\4\b\a\3\a\6\e\0\2\c\a\a\a\a\5\9\7\2\7\4\8\2\c\3\6\0\8\5\e\6\0\d\6\b\d\2\f\a\9\6\3\9\3\8\e\9\a\3\d\8\c\8\a\7\7\0\8\8 ]]
3252024-04-25T09:20:15.010Z+ do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz
3262024-04-25T09:20:15.010Z+ tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads
3272024-04-25T09:20:15.320Z+ do_assemble_illumos
3282024-04-25T09:20:15.320Z+ rm -r ./out/cockroachdb
3292024-04-25T09:20:15.321Z+ cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb
3302024-04-25T09:20:15.321Z+ ./out/cockroachdb/bin/cockroach version
3312024-04-25T09:20:15.322ZBuild Tag: v22.1.9-dirty
3322024-04-25T09:20:15.322ZBuild Time: 2022/10/26 21:17:46
3332024-04-25T09:20:15.322ZDistribution: OSS
3342024-04-25T09:20:15.322ZPlatform: illumos amd64 (x86_64-pc-solaris2.11)
3352024-04-25T09:20:15.323ZGo Version: go1.17.13
3362024-04-25T09:20:15.323ZC Compiler: gcc 10.3.0
3372024-04-25T09:20:15.323ZBuild Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493
3382024-04-25T09:20:15.323ZBuild Type: release
3392024-04-25T09:20:15.323Z+ set -o errexit
3402024-04-25T09:20:15.323Z+++ dirname ./tools/ci_download_clickhouse
3412024-04-25T09:20:15.324Z++ cd ./tools
3422024-04-25T09:20:15.324Z++ pwd
3432024-04-25T09:20:15.324Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
3442024-04-25T09:20:15.324Z++ basename ./tools/ci_download_clickhouse
3452024-04-25T09:20:15.324Z+ ARG0=ci_download_clickhouse
3462024-04-25T09:20:15.324Z+ TARGET_DIR=out
3472024-04-25T09:20:15.324Z+ DOWNLOAD_DIR=out/downloads
3482024-04-25T09:20:15.324Z+ DEST_DIR=./out/clickhouse
3492024-04-25T09:20:15.324Z++ cat /work/oxidecomputer/omicron/tools/clickhouse_version
3502024-04-25T09:20:15.324Z+ CIDL_VERSION=v23.8.7.24
3512024-04-25T09:20:15.324Z+ source /work/oxidecomputer/omicron/tools/clickhouse_checksums
3522024-04-25T09:20:15.325Z++ CIDL_MD5_DARWIN=3e20c3284b7e6b0cfcfedf622ecf547a
3532024-04-25T09:20:15.325Z++ CIDL_MD5_LINUX=f6c30a25a86deac3bad6c50dcf758fd5
3542024-04-25T09:20:15.325Z++ CIDL_MD5_ILLUMOS=409222de8ecb59e5dd97dcc942ccdffe
3552024-04-25T09:20:15.325Z+ CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com
3562024-04-25T09:20:15.325Z+ main
3572024-04-25T09:20:15.325Z+ [[ 0 != 0 ]]
3582024-04-25T09:20:15.325Z+ CIDL_OS=solaris2.11
3592024-04-25T09:20:15.325Z+ [[ 0 != 0 ]]
3602024-04-25T09:20:15.325Z+ configure_os solaris2.11
3612024-04-25T09:20:15.325Z+ echo 'current directory: /work/oxidecomputer/omicron'
3622024-04-25T09:20:15.325Zcurrent directory: /work/oxidecomputer/omicron
3632024-04-25T09:20:15.325Z+ echo 'configuring based on OS: "solaris2.11"'
3642024-04-25T09:20:15.326Zconfiguring based on OS: "solaris2.11"
3652024-04-25T09:20:15.326Z+ CIDL_DASHREV=
3662024-04-25T09:20:15.326Z+ case "$1" in
3672024-04-25T09:20:15.326Z+ CIDL_PLATFORM=illumos
3682024-04-25T09:20:15.326Z+ CIDL_MD5=409222de8ecb59e5dd97dcc942ccdffe
3692024-04-25T09:20:15.327Z+ CIDL_MD5FUNC=do_md5sum
3702024-04-25T09:20:15.327Z+ TARBALL_DIRNAME=clickhouse-v23.8.7.24
3712024-04-25T09:20:15.327Z+ TARBALL_FILENAME=clickhouse-v23.8.7.24.illumos.tar.gz
3722024-04-25T09:20:15.328Z+ TARBALL_FILE=out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz
3732024-04-25T09:20:15.328Z+ CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz
3742024-04-25T09:20:15.328Z+ echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz'
3752024-04-25T09:20:15.328ZURL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz
3762024-04-25T09:20:15.329Z+ echo 'Local file: out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz'
3772024-04-25T09:20:15.329ZLocal file: out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz
3782024-04-25T09:20:15.329Z+ mkdir -p out/downloads
3792024-04-25T09:20:15.329Z+ mkdir -p ./out/clickhouse
3802024-04-25T09:20:15.329Z+ local DO_DOWNLOAD=true
3812024-04-25T09:20:15.329Z+ [[ -f out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz ]]
3822024-04-25T09:20:15.330Z+ '[' true == true ']'
3832024-04-25T09:20:15.330Z+ echo Downloading...
3842024-04-25T09:20:15.330ZDownloading...
3852024-04-25T09:20:15.330Z+ do_download_curl https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz
3862024-04-25T09:20:15.330Z+ curl --silent --show-error --fail --location --output out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz
3872024-04-25T09:20:15.330Z++ do_md5sum out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz
3882024-04-25T09:20:15.331Z++ md5sum
3892024-04-25T09:20:15.331Z++ awk '{print $1}'
3902024-04-25T09:20:15.398Z+ calculated_md5=409222de8ecb59e5dd97dcc942ccdffe
3912024-04-25T09:20:15.398Z+ [[ 409222de8ecb59e5dd97dcc942ccdffe != \4\0\9\2\2\2\d\e\8\e\c\b\5\9\e\5\d\d\9\7\d\c\c\9\4\2\c\c\d\f\f\e ]]
3922024-04-25T09:20:15.398Z+ do_untar out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz ./out/clickhouse
3932024-04-25T09:20:15.399Z+ mkdir -p ./out/clickhouse
3942024-04-25T09:20:15.399Z+ tar xzf out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz -C ./out/clickhouse
3952024-04-25T09:20:15.755Z+ [[ solaris2.11 == darwin* ]]
3962024-04-25T09:20:15.756Z+ ./out/clickhouse/clickhouse server --version
3972024-04-25T09:20:16.007ZClickHouse server version 23.8.7.1.
3982024-04-25T09:20:16.016Z+ set -o errexit
3992024-04-25T09:20:16.017Z+++ dirname ./tools/ci_download_console
4002024-04-25T09:20:16.017Z++ cd ./tools
4012024-04-25T09:20:16.017Z++ pwd
4022024-04-25T09:20:16.017Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
4032024-04-25T09:20:16.017Z++ basename ./tools/ci_download_console
4042024-04-25T09:20:16.017Z+ ARG0=ci_download_console
4052024-04-25T09:20:16.017Z+ TARGET_DIR=out
4062024-04-25T09:20:16.017Z+ DOWNLOAD_DIR=out/downloads
4072024-04-25T09:20:16.017Z+ DEST_DIR=./out/console-assets
4082024-04-25T09:20:16.017Z+ source /work/oxidecomputer/omicron/tools/console_version
4092024-04-25T09:20:16.017Z++ COMMIT=d2a9345f2a87a08bb05a3668c82f5a8884a1afe3
4102024-04-25T09:20:16.017Z++ SHA2=152bfe05a887ab884eac4bf77722bc3aefc80be73625532b324148cd6476c7a9
4112024-04-25T09:20:16.017Z+ URL=https://dl.oxide.computer/releases/console/d2a9345f2a87a08bb05a3668c82f5a8884a1afe3.tar.gz
4122024-04-25T09:20:16.017Z+ TARBALL_FILE=out/downloads/console.tar.gz
4132024-04-25T09:20:16.017Z+ main
4142024-04-25T09:20:16.017Z+ [[ 0 != 0 ]]
4152024-04-25T09:20:16.018Z+ echo 'URL: https://dl.oxide.computer/releases/console/d2a9345f2a87a08bb05a3668c82f5a8884a1afe3.tar.gz'
4162024-04-25T09:20:16.018ZURL: https://dl.oxide.computer/releases/console/d2a9345f2a87a08bb05a3668c82f5a8884a1afe3.tar.gz
4172024-04-25T09:20:16.018Z+ echo 'Local file: out/downloads/console.tar.gz'
4182024-04-25T09:20:16.018Z+ local DO_DOWNLOAD=true
4192024-04-25T09:20:16.018ZLocal file: out/downloads/console.tar.gz
4202024-04-25T09:20:16.018Z+ [[ -f out/downloads/console.tar.gz ]]
4212024-04-25T09:20:16.018Z+ mkdir -p out/downloads
4222024-04-25T09:20:16.018Z+ '[' true == true ']'
4232024-04-25T09:20:16.018Z+ echo Downloading...
4242024-04-25T09:20:16.018ZDownloading...
4252024-04-25T09:20:16.018Z+ do_download_curl https://dl.oxide.computer/releases/console/d2a9345f2a87a08bb05a3668c82f5a8884a1afe3.tar.gz out/downloads/console.tar.gz
4262024-04-25T09:20:16.018Z+ curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/d2a9345f2a87a08bb05a3668c82f5a8884a1afe3.tar.gz
4272024-04-25T09:20:16.472Z++ do_sha256sum out/downloads/console.tar.gz
4282024-04-25T09:20:16.472Z++ case "$OSTYPE" in
4292024-04-25T09:20:16.473Z++ SHA=sha256sum
4302024-04-25T09:20:16.478Z++ sha256sum
4312024-04-25T09:20:16.478Z++ awk '{print $1}'
4322024-04-25T09:20:16.479Z+ calculated_sha2=152bfe05a887ab884eac4bf77722bc3aefc80be73625532b324148cd6476c7a9
4332024-04-25T09:20:16.479Z+ [[ 152bfe05a887ab884eac4bf77722bc3aefc80be73625532b324148cd6476c7a9 != \1\5\2\b\f\e\0\5\a\8\8\7\a\b\8\8\4\e\a\c\4\b\f\7\7\7\2\2\b\c\3\a\e\f\c\8\0\b\e\7\3\6\2\5\5\3\2\b\3\2\4\1\4\8\c\d\6\4\7\6\c\7\a\9 ]]
4342024-04-25T09:20:16.479Z+ rm -rf ./out/console-assets
4352024-04-25T09:20:16.479Z+ mkdir -p ./out/console-assets
4362024-04-25T09:20:16.487Z+ do_untar out/downloads/console.tar.gz ./out/console-assets
4372024-04-25T09:20:16.487Z+ mkdir -p ./out/console-assets
4382024-04-25T09:20:16.487Z+ tar xzf out/downloads/console.tar.gz -C ./out/console-assets
4392024-04-25T09:20:16.581Z+ set -o errexit
4402024-04-25T09:20:16.598Z+++ dirname ./tools/ci_download_maghemite_openapi
4412024-04-25T09:20:16.598Z++ cd ./tools
4422024-04-25T09:20:16.598Z++ pwd
4432024-04-25T09:20:16.598Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
4442024-04-25T09:20:16.599Z++ basename ./tools/ci_download_maghemite_openapi
4452024-04-25T09:20:16.599Z+ ARG0=ci_download_maghemite_openapi
4462024-04-25T09:20:16.599Z+ TARGET_DIR=out
4472024-04-25T09:20:16.599Z+ DOWNLOAD_DIR=out/downloads
4482024-04-25T09:20:16.599Z+ source /work/oxidecomputer/omicron/tools/maghemite_ddm_openapi_version
4492024-04-25T09:20:16.600Z++ COMMIT=bc244d418368fcc3e66db2a0637501a900be161a
4502024-04-25T09:20:16.600Z++ SHA2=004e873e4120aa26460271368485266b75b7f964e5ed4dbee8fb5db4519470d7
4512024-04-25T09:20:16.600Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/ddm-admin.json
4522024-04-25T09:20:16.600Z+ LOCAL_FILE=out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json
4532024-04-25T09:20:16.600Z+ main
4542024-04-25T09:20:16.600Z+ rm -rf out/downloads/root
4552024-04-25T09:20:16.601Z+ [[ 0 != 0 ]]
4562024-04-25T09:20:16.601Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/ddm-admin.json'
4572024-04-25T09:20:16.601ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/ddm-admin.json
4582024-04-25T09:20:16.601Z+ echo 'Local file: out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json'
4592024-04-25T09:20:16.601Z+ local DO_DOWNLOAD=true
4602024-04-25T09:20:16.601ZLocal file: out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json
4612024-04-25T09:20:16.601Z+ [[ -f out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json ]]
4622024-04-25T09:20:16.601Z+ mkdir -p out/downloads
4632024-04-25T09:20:16.601Z+ '[' true == true ']'
4642024-04-25T09:20:16.602Z+ echo Downloading...
4652024-04-25T09:20:16.602ZDownloading...
4662024-04-25T09:20:16.602Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/ddm-admin.json out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json
4672024-04-25T09:20:16.602Z+ curl --silent --show-error --fail --location --output out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/ddm-admin.json
4682024-04-25T09:20:17.447Z++ do_sha256sum out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json
4692024-04-25T09:20:17.448Z++ case "$OSTYPE" in
4702024-04-25T09:20:17.448Z++ SHA=sha256sum
4712024-04-25T09:20:17.630Z++ sha256sum
4722024-04-25T09:20:17.630Z++ awk '{print $1}'
4732024-04-25T09:20:17.631Z+ calculated_sha2=004e873e4120aa26460271368485266b75b7f964e5ed4dbee8fb5db4519470d7
4742024-04-25T09:20:17.631Z+ [[ 004e873e4120aa26460271368485266b75b7f964e5ed4dbee8fb5db4519470d7 != \0\0\4\e\8\7\3\e\4\1\2\0\a\a\2\6\4\6\0\2\7\1\3\6\8\4\8\5\2\6\6\b\7\5\b\7\f\9\6\4\e\5\e\d\4\d\b\e\e\8\f\b\5\d\b\4\5\1\9\4\7\0\d\7 ]]
4752024-04-25T09:20:17.631Z+ source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version
4762024-04-25T09:20:17.631Z++ COMMIT=bc244d418368fcc3e66db2a0637501a900be161a
4772024-04-25T09:20:17.631Z++ SHA2=a5d2f275c99152711dec1df58fd49d459d3fcb8fbfc7a7f48f432be248d74639
4782024-04-25T09:20:17.632Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/mg-admin.json
4792024-04-25T09:20:17.632Z+ LOCAL_FILE=out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json
4802024-04-25T09:20:17.632Z+ main
4812024-04-25T09:20:17.632Z+ rm -rf out/downloads/root
4822024-04-25T09:20:17.632Z+ [[ 0 != 0 ]]
4832024-04-25T09:20:17.632Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/mg-admin.json'
4842024-04-25T09:20:17.633ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/mg-admin.json
4852024-04-25T09:20:17.633Z+ echo 'Local file: out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json'
4862024-04-25T09:20:17.642ZLocal file: out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json
4872024-04-25T09:20:17.642Z+ local DO_DOWNLOAD=true
4882024-04-25T09:20:17.642Z+ [[ -f out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json ]]
4892024-04-25T09:20:17.643Z+ mkdir -p out/downloads
4902024-04-25T09:20:17.643Z+ '[' true == true ']'
4912024-04-25T09:20:17.643Z+ echo Downloading...
4922024-04-25T09:20:17.643ZDownloading...
4932024-04-25T09:20:17.644Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/mg-admin.json out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json
4942024-04-25T09:20:17.644Z+ curl --silent --show-error --fail --location --output out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/mg-admin.json
4952024-04-25T09:20:19.247Z++ do_sha256sum out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json
4962024-04-25T09:20:19.247Z++ case "$OSTYPE" in
4972024-04-25T09:20:19.247Z++ SHA=sha256sum
4982024-04-25T09:20:19.254Z++ sha256sum
4992024-04-25T09:20:19.254Z++ awk '{print $1}'
5002024-04-25T09:20:19.254Z+ calculated_sha2=a5d2f275c99152711dec1df58fd49d459d3fcb8fbfc7a7f48f432be248d74639
5012024-04-25T09:20:19.254Z+ [[ a5d2f275c99152711dec1df58fd49d459d3fcb8fbfc7a7f48f432be248d74639 != \a\5\d\2\f\2\7\5\c\9\9\1\5\2\7\1\1\d\e\c\1\d\f\5\8\f\d\4\9\d\4\5\9\d\3\f\c\b\8\f\b\f\c\7\a\7\f\4\8\f\4\3\2\b\e\2\4\8\d\7\4\6\3\9 ]]
5022024-04-25T09:20:19.255Z+ set -o errexit
5032024-04-25T09:20:19.268Z+++ dirname ./tools/ci_download_dendrite_openapi
5042024-04-25T09:20:19.268Z++ cd ./tools
5052024-04-25T09:20:19.268Z++ pwd
5062024-04-25T09:20:19.269Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
5072024-04-25T09:20:19.269Z++ basename ./tools/ci_download_dendrite_openapi
5082024-04-25T09:20:19.269Z+ ARG0=ci_download_dendrite_openapi
5092024-04-25T09:20:19.269Z+ TARGET_DIR=out
5102024-04-25T09:20:19.270Z+ DOWNLOAD_DIR=out/downloads
5112024-04-25T09:20:19.270Z+ source /work/oxidecomputer/omicron/tools/dendrite_openapi_version
5122024-04-25T09:20:19.270Z++ COMMIT=8646e588a564ebf74da6fd0e854bcfe74be43690
5132024-04-25T09:20:19.270Z++ SHA2=50eff6d9f986b7b1af5970d11d8d01b812de37269731c6c691a244b3fdae82ae
5142024-04-25T09:20:19.270Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/8646e588a564ebf74da6fd0e854bcfe74be43690/dpd.json
5152024-04-25T09:20:19.270Z+ LOCAL_FILE=out/downloads/dpd-8646e588a564ebf74da6fd0e854bcfe74be43690.json
5162024-04-25T09:20:19.270Z+ main
5172024-04-25T09:20:19.271Z+ [[ 0 != 0 ]]
5182024-04-25T09:20:19.271Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/8646e588a564ebf74da6fd0e854bcfe74be43690/dpd.json'
5192024-04-25T09:20:19.271ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/8646e588a564ebf74da6fd0e854bcfe74be43690/dpd.json
5202024-04-25T09:20:19.271Z+ echo 'Local file: out/downloads/dpd-8646e588a564ebf74da6fd0e854bcfe74be43690.json'
5212024-04-25T09:20:19.272ZLocal file: out/downloads/dpd-8646e588a564ebf74da6fd0e854bcfe74be43690.json
5222024-04-25T09:20:19.272Z+ local DO_DOWNLOAD=true
5232024-04-25T09:20:19.272Z+ [[ -f out/downloads/dpd-8646e588a564ebf74da6fd0e854bcfe74be43690.json ]]
5242024-04-25T09:20:19.272Z+ mkdir -p out/downloads
5252024-04-25T09:20:19.272Z+ '[' true == true ']'
5262024-04-25T09:20:19.272Z+ echo Downloading...
5272024-04-25T09:20:19.272ZDownloading...
5282024-04-25T09:20:19.272Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/8646e588a564ebf74da6fd0e854bcfe74be43690/dpd.json out/downloads/dpd-8646e588a564ebf74da6fd0e854bcfe74be43690.json
5292024-04-25T09:20:19.272Z+ curl --silent --show-error --fail --location --output out/downloads/dpd-8646e588a564ebf74da6fd0e854bcfe74be43690.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/8646e588a564ebf74da6fd0e854bcfe74be43690/dpd.json
5302024-04-25T09:20:19.920Z++ do_sha256sum out/downloads/dpd-8646e588a564ebf74da6fd0e854bcfe74be43690.json
5312024-04-25T09:20:19.920Z++ case "$OSTYPE" in
5322024-04-25T09:20:19.921Z++ SHA=sha256sum
5332024-04-25T09:20:20.083Z++ sha256sum
5342024-04-25T09:20:20.083Z++ awk '{print $1}'
5352024-04-25T09:20:20.083Z+ calculated_sha2=50eff6d9f986b7b1af5970d11d8d01b812de37269731c6c691a244b3fdae82ae
5362024-04-25T09:20:20.083Z+ [[ 50eff6d9f986b7b1af5970d11d8d01b812de37269731c6c691a244b3fdae82ae != \5\0\e\f\f\6\d\9\f\9\8\6\b\7\b\1\a\f\5\9\7\0\d\1\1\d\8\d\0\1\b\8\1\2\d\e\3\7\2\6\9\7\3\1\c\6\c\6\9\1\a\2\4\4\b\3\f\d\a\e\8\2\a\e ]]
5372024-04-25T09:20:20.084Z+ set -o errexit
5382024-04-25T09:20:20.084Z+++ dirname ./tools/ci_download_dendrite_stub
5392024-04-25T09:20:20.084Z++ cd ./tools
5402024-04-25T09:20:20.085Z++ pwd
5412024-04-25T09:20:20.085Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
5422024-04-25T09:20:20.085Z++ basename ./tools/ci_download_dendrite_stub
5432024-04-25T09:20:20.085Z+ ARG0=ci_download_dendrite_stub
5442024-04-25T09:20:20.085Z+ source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums
5452024-04-25T09:20:20.085Z++ CIDL_SHA256_ILLUMOS=fda1842bc4c45af98771fa8cfb8c5cc54ca0759c754d7e5f41504390f65e43f3
5462024-04-25T09:20:20.085Z++ CIDL_SHA256_LINUX_DPD=cb84fb7b2ba9cedaee5a09d400c88315ef30f7826610c1acb1ad6f07fa672b0a
5472024-04-25T09:20:20.085Z++ CIDL_SHA256_LINUX_SWADM=54042fb53e304bfade94ea7ca1b41c62c86bf48c32ca355b2c09dd6067ccb53b
5482024-04-25T09:20:20.086Z+ source /work/oxidecomputer/omicron/tools/dendrite_openapi_version
5492024-04-25T09:20:20.086Z++ COMMIT=8646e588a564ebf74da6fd0e854bcfe74be43690
5502024-04-25T09:20:20.086Z++ SHA2=50eff6d9f986b7b1af5970d11d8d01b812de37269731c6c691a244b3fdae82ae
5512024-04-25T09:20:20.086Z+ TARGET_DIR=out
5522024-04-25T09:20:20.086Z+ DOWNLOAD_DIR=out/downloads
5532024-04-25T09:20:20.086Z+ DEST_DIR=./out/dendrite-stub
5542024-04-25T09:20:20.086Z+ BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin
5552024-04-25T09:20:20.086Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
5562024-04-25T09:20:20.087Z+ REPO=oxidecomputer/dendrite
5572024-04-25T09:20:20.087Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8646e588a564ebf74da6fd0e854bcfe74be43690
5582024-04-25T09:20:20.087Z+ main
5592024-04-25T09:20:20.087Z+ [[ 0 != 0 ]]
5602024-04-25T09:20:20.087Z+ CIDL_OS=solaris2.11
5612024-04-25T09:20:20.087Z+ [[ 0 != 0 ]]
5622024-04-25T09:20:20.088Z+ configure_os solaris2.11
5632024-04-25T09:20:20.088Z+ echo 'current directory: /work/oxidecomputer/omicron'
5642024-04-25T09:20:20.088Zcurrent directory: /work/oxidecomputer/omicron
5652024-04-25T09:20:20.089Z+ echo 'configuring based on OS: "solaris2.11"'
5662024-04-25T09:20:20.089Zconfiguring based on OS: "solaris2.11"
5672024-04-25T09:20:20.089Z+ case "$1" in
5682024-04-25T09:20:20.089Z+ SET_BINARIES=
5692024-04-25T09:20:20.089Z+ CIDL_SHA256=fda1842bc4c45af98771fa8cfb8c5cc54ca0759c754d7e5f41504390f65e43f3
5702024-04-25T09:20:20.090Z+ CIDL_SHA256FUNC=do_sha256sum
5712024-04-25T09:20:20.090Z+ TARBALL_FILENAME=dendrite-stub.tar.gz
5722024-04-25T09:20:20.090Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8646e588a564ebf74da6fd0e854bcfe74be43690/dendrite-stub.tar.gz
5732024-04-25T09:20:20.090Z+ TARBALL_FILE=out/downloads/dendrite-stub.tar.gz
5742024-04-25T09:20:20.091Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8646e588a564ebf74da6fd0e854bcfe74be43690/dendrite-stub.tar.gz'
5752024-04-25T09:20:20.091Z+ echo 'Local file: out/downloads/dendrite-stub.tar.gz'
5762024-04-25T09:20:20.091ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8646e588a564ebf74da6fd0e854bcfe74be43690/dendrite-stub.tar.gz
5772024-04-25T09:20:20.092ZLocal file: out/downloads/dendrite-stub.tar.gz
5782024-04-25T09:20:20.092Z+ mkdir -p out/downloads
5792024-04-25T09:20:20.092Z+ mkdir -p ./out/dendrite-stub
5802024-04-25T09:20:20.092Z+ fetch_and_verify
5812024-04-25T09:20:20.093Z+ local DO_DOWNLOAD=true
5822024-04-25T09:20:20.093Z+ [[ -f out/downloads/dendrite-stub.tar.gz ]]
5832024-04-25T09:20:20.093Z+ '[' true == true ']'
5842024-04-25T09:20:20.093Z+ echo Downloading...
5852024-04-25T09:20:20.094ZDownloading...
5862024-04-25T09:20:20.095Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8646e588a564ebf74da6fd0e854bcfe74be43690/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz
5872024-04-25T09:20:20.096Z+ curl --silent --show-error --fail --location --output out/downloads/dendrite-stub.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8646e588a564ebf74da6fd0e854bcfe74be43690/dendrite-stub.tar.gz
5882024-04-25T09:20:47.214Z++ do_sha256sum out/downloads/dendrite-stub.tar.gz
5892024-04-25T09:20:47.220Z++ sha256sum
5902024-04-25T09:20:47.220Z++ awk '{print $1}'
5912024-04-25T09:20:47.235Z+ calculated_sha256=fda1842bc4c45af98771fa8cfb8c5cc54ca0759c754d7e5f41504390f65e43f3
5922024-04-25T09:20:47.236Z+ [[ fda1842bc4c45af98771fa8cfb8c5cc54ca0759c754d7e5f41504390f65e43f3 != \f\d\a\1\8\4\2\b\c\4\c\4\5\a\f\9\8\7\7\1\f\a\8\c\f\b\8\c\5\c\c\5\4\c\a\0\7\5\9\c\7\5\4\d\7\e\5\f\4\1\5\0\4\3\9\0\f\6\5\e\4\3\f\3 ]]
5932024-04-25T09:20:47.241Z+ do_untar out/downloads/dendrite-stub.tar.gz
5942024-04-25T09:20:47.241Z+ tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads
5952024-04-25T09:20:47.836Z+ do_assemble
5962024-04-25T09:20:47.836Z+ rm -r ./out/dendrite-stub
5972024-04-25T09:20:47.841Z+ mkdir ./out/dendrite-stub
5982024-04-25T09:20:47.841Z+ cp -r out/downloads/root ./out/dendrite-stub/root
5992024-04-25T09:20:47.939Z+ ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin
6002024-04-25T09:20:47.954Z+ set -o errexit
6012024-04-25T09:20:47.955Z+++ dirname ./tools/ci_download_maghemite_mgd
6022024-04-25T09:20:47.955Z++ cd ./tools
6032024-04-25T09:20:47.955Z++ pwd
6042024-04-25T09:20:47.955Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
6052024-04-25T09:20:47.955Z++ basename ./tools/ci_download_maghemite_mgd
6062024-04-25T09:20:47.955Z+ ARG0=ci_download_maghemite_mgd
6072024-04-25T09:20:47.955Z+ source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums
6082024-04-25T09:20:47.956Z++ CIDL_SHA256=ddc19da8932e0ff4a91dea139369bb5b729748bdf698223bc2717a4abea89ed6
6092024-04-25T09:20:47.956Z++ MGD_LINUX_SHA256=ee41d903d19b4ced4bbf139ed05ba8c060517642bc7d4bcef3790e697fa3f44d
6102024-04-25T09:20:47.956Z+ source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version
6112024-04-25T09:20:47.956Z++ COMMIT=bc244d418368fcc3e66db2a0637501a900be161a
6122024-04-25T09:20:47.956Z++ SHA2=a5d2f275c99152711dec1df58fd49d459d3fcb8fbfc7a7f48f432be248d74639
6132024-04-25T09:20:47.956Z+ TARGET_DIR=out
6142024-04-25T09:20:47.956Z+ DOWNLOAD_DIR=out/downloads
6152024-04-25T09:20:47.956Z+ DEST_DIR=./out/mgd
6162024-04-25T09:20:47.956Z+ BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin
6172024-04-25T09:20:47.956Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
6182024-04-25T09:20:47.957Z+ REPO=oxidecomputer/maghemite
6192024-04-25T09:20:47.957Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/bc244d418368fcc3e66db2a0637501a900be161a
6202024-04-25T09:20:47.957Z+ main
6212024-04-25T09:20:47.958Z+ rm -rf out/downloads/root
6222024-04-25T09:20:47.971Z+ [[ 0 != 0 ]]
6232024-04-25T09:20:47.971Z+ CIDL_OS=solaris2.11
6242024-04-25T09:20:47.971Z+ [[ 0 != 0 ]]
6252024-04-25T09:20:47.972Z+ configure_os solaris2.11
6262024-04-25T09:20:47.972Z+ echo 'current directory: /work/oxidecomputer/omicron'
6272024-04-25T09:20:47.972Zcurrent directory: /work/oxidecomputer/omicron
6282024-04-25T09:20:47.972Z+ echo 'configuring based on OS: "solaris2.11"'
6292024-04-25T09:20:47.972Zconfiguring based on OS: "solaris2.11"
6302024-04-25T09:20:47.972Z+ case "$1" in
6312024-04-25T09:20:47.972Z+ SET_BINARIES=
6322024-04-25T09:20:47.973Z+ CIDL_SHA256FUNC=do_sha256sum
6332024-04-25T09:20:47.973Z+ TARBALL_FILENAME=mgd.tar.gz
6342024-04-25T09:20:47.973Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/bc244d418368fcc3e66db2a0637501a900be161a/mgd.tar.gz
6352024-04-25T09:20:47.973Z+ TARBALL_FILE=out/downloads/mgd.tar.gz
6362024-04-25T09:20:47.973Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/bc244d418368fcc3e66db2a0637501a900be161a/mgd.tar.gz'
6372024-04-25T09:20:47.973ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/bc244d418368fcc3e66db2a0637501a900be161a/mgd.tar.gz
6382024-04-25T09:20:47.973ZLocal file: out/downloads/mgd.tar.gz
6392024-04-25T09:20:47.973Z+ echo 'Local file: out/downloads/mgd.tar.gz'
6402024-04-25T09:20:47.973Z+ mkdir -p out/downloads
6412024-04-25T09:20:47.974Z+ mkdir -p ./out/mgd
6422024-04-25T09:20:47.974Z+ fetch_and_verify
6432024-04-25T09:20:47.974Z+ local DO_DOWNLOAD=true
6442024-04-25T09:20:47.974Z+ [[ -f out/downloads/mgd.tar.gz ]]
6452024-04-25T09:20:47.974Z+ '[' true == true ']'
6462024-04-25T09:20:47.974Z+ echo Downloading...
6472024-04-25T09:20:47.974ZDownloading...
6482024-04-25T09:20:47.974Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/bc244d418368fcc3e66db2a0637501a900be161a/mgd.tar.gz out/downloads/mgd.tar.gz
6492024-04-25T09:20:47.974Z+ curl --silent --show-error --fail --location --output out/downloads/mgd.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/bc244d418368fcc3e66db2a0637501a900be161a/mgd.tar.gz
6502024-04-25T09:21:02.321Z++ do_sha256sum out/downloads/mgd.tar.gz
6512024-04-25T09:21:02.327Z++ sha256sum
6522024-04-25T09:21:02.327Z++ awk '{print $1}'
6532024-04-25T09:21:02.351Z+ calculated_sha256=ddc19da8932e0ff4a91dea139369bb5b729748bdf698223bc2717a4abea89ed6
6542024-04-25T09:21:02.366Z+ [[ ddc19da8932e0ff4a91dea139369bb5b729748bdf698223bc2717a4abea89ed6 != \d\d\c\1\9\d\a\8\9\3\2\e\0\f\f\4\a\9\1\d\e\a\1\3\9\3\6\9\b\b\5\b\7\2\9\7\4\8\b\d\f\6\9\8\2\2\3\b\c\2\7\1\7\a\4\a\b\e\a\8\9\e\d\6 ]]
6552024-04-25T09:21:02.366Z+ do_untar out/downloads/mgd.tar.gz
6562024-04-25T09:21:02.366Z+ tar xzf out/downloads/mgd.tar.gz -C out/downloads
6572024-04-25T09:21:02.940Z+ do_assemble
6582024-04-25T09:21:02.940Z+ rm -r ./out/mgd
6592024-04-25T09:21:02.963Z+ mkdir ./out/mgd
6602024-04-25T09:21:02.963Z+ cp -r out/downloads/root ./out/mgd/root
6612024-04-25T09:21:03.026Z+ set -o errexit
6622024-04-25T09:21:03.035Z+++ dirname ./tools/ci_download_transceiver_control
6632024-04-25T09:21:03.035Z++ cd ./tools
6642024-04-25T09:21:03.035Z++ pwd
6652024-04-25T09:21:03.035Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
6662024-04-25T09:21:03.035Z++ basename ./tools/ci_download_transceiver_control
6672024-04-25T09:21:03.035Z+ ARG0=ci_download_transceiver_control
6682024-04-25T09:21:03.035Z+ source /work/oxidecomputer/omicron/tools/transceiver_control_version
6692024-04-25T09:21:03.036Z++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a
6702024-04-25T09:21:03.036Z++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
6712024-04-25T09:21:03.036Z+ TARGET_DIR=out
6722024-04-25T09:21:03.036Z+ DOWNLOAD_DIR=out/downloads
6732024-04-25T09:21:03.036Z+ DEST_DIR=./out/transceiver-control
6742024-04-25T09:21:03.036Z+ BIN_DIR=/opt/oxide/bin
6752024-04-25T09:21:03.036Z+ BINARY=xcvradm
6762024-04-25T09:21:03.036Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
6772024-04-25T09:21:03.037Z+ REPO=oxidecomputer/transceiver-control
6782024-04-25T09:21:03.037Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a
6792024-04-25T09:21:03.037Z+ main
6802024-04-25T09:21:03.037Z+ [[ 0 != 0 ]]
6812024-04-25T09:21:03.037Z+ CIDL_OS=solaris2.11
6822024-04-25T09:21:03.037Z+ [[ 0 != 0 ]]
6832024-04-25T09:21:03.037Z+ configure_os solaris2.11
6842024-04-25T09:21:03.037Z+ echo 'current directory: /work/oxidecomputer/omicron'
6852024-04-25T09:21:03.037Zcurrent directory: /work/oxidecomputer/omicron
6862024-04-25T09:21:03.038Z+ echo 'configuring based on OS: "solaris2.11"'
6872024-04-25T09:21:03.038Z+ case "$1" in
6882024-04-25T09:21:03.038Zconfiguring based on OS: "solaris2.11"
6892024-04-25T09:21:03.038Z+ SET_BINARIES=
6902024-04-25T09:21:03.038Z+ CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
6912024-04-25T09:21:03.038Z+ CIDL_SHA256FUNC=do_sha256sum
6922024-04-25T09:21:03.038Z+ ARCHIVE_FILENAME=xcvradm.gz
6932024-04-25T09:21:03.038Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz
6942024-04-25T09:21:03.038Z+ ARCHIVE_FILE=out/downloads/xcvradm.gz
6952024-04-25T09:21:03.038Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz'
6962024-04-25T09:21:03.038ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz
6972024-04-25T09:21:03.039Z+ echo 'Local file: out/downloads/xcvradm.gz'
6982024-04-25T09:21:03.039ZLocal file: out/downloads/xcvradm.gz
6992024-04-25T09:21:03.039Z+ mkdir -p out/downloads
7002024-04-25T09:21:03.039Z+ mkdir -p ./out/transceiver-control
7012024-04-25T09:21:03.051Z+ fetch_and_verify
7022024-04-25T09:21:03.051Z+ local DO_DOWNLOAD=true
7032024-04-25T09:21:03.051Z+ [[ -f out/downloads/xcvradm.gz ]]
7042024-04-25T09:21:03.051Z+ '[' true == true ']'
7052024-04-25T09:21:03.051Z+ echo Downloading...
7062024-04-25T09:21:03.051ZDownloading...
7072024-04-25T09:21:03.052Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz
7082024-04-25T09:21:03.052Z+ 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
7092024-04-25T09:21:05.969Z++ do_sha256sum out/downloads/xcvradm.gz
7102024-04-25T09:21:05.986Z++ sha256sum
7112024-04-25T09:21:05.986Z++ awk '{print $1}'
7122024-04-25T09:21:05.986Z+ calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
7132024-04-25T09:21:05.986Z+ [[ 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 ]]
7142024-04-25T09:21:05.986Z+ do_unpack out/downloads/xcvradm.gz
7152024-04-25T09:21:05.986Z+ mkdir -p out/downloads/root//opt/oxide/bin
7162024-04-25T09:21:05.986Z+ gzip -dc out/downloads/xcvradm.gz
7172024-04-25T09:21:06.097Z+ chmod +x out/downloads/root//opt/oxide/bin/xcvradm
7182024-04-25T09:21:06.113Z+ do_assemble
7192024-04-25T09:21:06.113Z+ rm -r ./out/transceiver-control
7202024-04-25T09:21:06.113Z+ mkdir ./out/transceiver-control
7212024-04-25T09:21:06.113Z+ cp -r out/downloads/root ./out/transceiver-control/root
7222024-04-25T09:21:06.205Z+ set -o errexit
7232024-04-25T09:21:06.214Z+++ dirname ./tools/ci_download_thundermuffin
7242024-04-25T09:21:06.214Z++ cd ./tools
7252024-04-25T09:21:06.215Z++ pwd
7262024-04-25T09:21:06.215Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
7272024-04-25T09:21:06.215Z++ basename ./tools/ci_download_thundermuffin
7282024-04-25T09:21:06.215Z+ ARG0=ci_download_thundermuffin
7292024-04-25T09:21:06.215Z+ source /work/oxidecomputer/omicron/tools/thundermuffin_checksums
7302024-04-25T09:21:06.215Z++ CIDL_SHA256=dc55a2accd33a347df4cbdc0026cbaccea2c004940c3fec8cadcdd633d440dfa
7312024-04-25T09:21:06.216Z+ source /work/oxidecomputer/omicron/tools/thundermuffin_version
7322024-04-25T09:21:06.216Z++ COMMIT=a4a6108d7c9aac2464a0b6898e88132a8f701a13
7332024-04-25T09:21:06.216Z+ TARGET_DIR=out
7342024-04-25T09:21:06.216Z+ DOWNLOAD_DIR=out/downloads
7352024-04-25T09:21:06.216Z+ DEST_DIR=./out/thundermuffin
7362024-04-25T09:21:06.216Z+ BIN_DIR=./out/thundermuffin/root/opt/oxide/thundermuffin/bin
7372024-04-25T09:21:06.216Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
7382024-04-25T09:21:06.217Z+ REPO=oxidecomputer/thundermuffin
7392024-04-25T09:21:06.217Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13
7402024-04-25T09:21:06.217Z+ main
7412024-04-25T09:21:06.217Z+ rm -rf out/downloads/root
7422024-04-25T09:21:06.217Z+ [[ 0 != 0 ]]
7432024-04-25T09:21:06.217Z+ CIDL_OS=solaris2.11
7442024-04-25T09:21:06.217Z+ [[ 0 != 0 ]]
7452024-04-25T09:21:06.217Z+ configure_os solaris2.11
7462024-04-25T09:21:06.218Z+ echo 'current directory: /work/oxidecomputer/omicron'
7472024-04-25T09:21:06.218Zcurrent directory: /work/oxidecomputer/omicron
7482024-04-25T09:21:06.218Z+ echo 'configuring based on OS: "solaris2.11"'
7492024-04-25T09:21:06.218Z+ case "$1" in
7502024-04-25T09:21:06.218Zconfiguring based on OS: "solaris2.11"
7512024-04-25T09:21:06.218Z+ SET_BINARIES=
7522024-04-25T09:21:06.218Z+ CIDL_SHA256FUNC=do_sha256sum
7532024-04-25T09:21:06.218Z+ TARBALL_FILENAME=thundermuffin.tar.gz
7542024-04-25T09:21:06.218Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz
7552024-04-25T09:21:06.218Z+ TARBALL_FILE=out/downloads/thundermuffin.tar.gz
7562024-04-25T09:21:06.218Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz'
7572024-04-25T09:21:06.218ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz
7582024-04-25T09:21:06.218Z+ echo 'Local file: out/downloads/thundermuffin.tar.gz'
7592024-04-25T09:21:06.218ZLocal file: out/downloads/thundermuffin.tar.gz
7602024-04-25T09:21:06.219Z+ mkdir -p out/downloads
7612024-04-25T09:21:06.219Z+ mkdir -p ./out/thundermuffin
7622024-04-25T09:21:06.219Z+ fetch_and_verify
7632024-04-25T09:21:06.219Z+ local DO_DOWNLOAD=true
7642024-04-25T09:21:06.219Z+ [[ -f out/downloads/thundermuffin.tar.gz ]]
7652024-04-25T09:21:06.219Z+ '[' true == true ']'
7662024-04-25T09:21:06.219Z+ echo Downloading...
7672024-04-25T09:21:06.219ZDownloading...
7682024-04-25T09:21:06.219Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz out/downloads/thundermuffin.tar.gz
7692024-04-25T09:21:06.219Z+ curl --silent --show-error --fail --location --output out/downloads/thundermuffin.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz
7702024-04-25T09:21:09.464Z++ do_sha256sum out/downloads/thundermuffin.tar.gz
7712024-04-25T09:21:09.473Z++ sha256sum
7722024-04-25T09:21:09.473Z++ awk '{print $1}'
7732024-04-25T09:21:09.473Z+ calculated_sha256=dc55a2accd33a347df4cbdc0026cbaccea2c004940c3fec8cadcdd633d440dfa
7742024-04-25T09:21:09.474Z+ [[ dc55a2accd33a347df4cbdc0026cbaccea2c004940c3fec8cadcdd633d440dfa != \d\c\5\5\a\2\a\c\c\d\3\3\a\3\4\7\d\f\4\c\b\d\c\0\0\2\6\c\b\a\c\c\e\a\2\c\0\0\4\9\4\0\c\3\f\e\c\8\c\a\d\c\d\d\6\3\3\d\4\4\0\d\f\a ]]
7752024-04-25T09:21:09.474Z+ do_untar out/downloads/thundermuffin.tar.gz
7762024-04-25T09:21:09.474Z+ tar xzf out/downloads/thundermuffin.tar.gz -C out/downloads
7772024-04-25T09:21:09.591Z+ do_assemble
7782024-04-25T09:21:09.591Z+ rm -r ./out/thundermuffin
7792024-04-25T09:21:09.609Z+ mkdir ./out/thundermuffin
7802024-04-25T09:21:09.609Z+ cp -r out/downloads/root ./out/thundermuffin/root
7812024-04-25T09:21:09.609ZAll builder prerequisites installed successfully, and PATH looks valid
7822024-04-25T09:21:09.609Z
7832024-04-25T09:21:09.609Zreal 2:18.083830107
7842024-04-25T09:21:09.609Zuser 37.052947820
7852024-04-25T09:21:09.609Zsys 6.904801877
7862024-04-25T09:21:09.609Ztrap 0.008478051
7872024-04-25T09:21:09.609Ztflt 0.195617827
7882024-04-25T09:21:09.609Zdflt 0.503520845
7892024-04-25T09:21:09.610Zkflt 0.137895485
7902024-04-25T09:21:09.610Zlock 1.032656334
7912024-04-25T09:21:09.610Zslp 5:03.542336710
7922024-04-25T09:21:09.610Zlat 2.064176055
7932024-04-25T09:21:09.610Zstop 0.127470601
7942024-04-25T09:21:09.610Z
7952024-04-25T09:21:09.610Z #### # # ##### ##### # #
7962024-04-25T09:21:09.610Z # # # # # # # # # #
7972024-04-25T09:21:09.610Z # # # # # # # #
7982024-04-25T09:21:09.610Z # # # ##### ##### #
7992024-04-25T09:21:09.610Z # # # # # # #
8002024-04-25T09:21:09.610Z #### ###### # # # #
8012024-04-25T09:21:09.610Z
8022024-04-25T09:21:09.781Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
8032024-04-25T09:21:10.275Z Updating git repository `https://github.com/oxidecomputer/zone`
8042024-04-25T09:21:10.399Z Updating crates.io index
8052024-04-25T09:21:10.413Z Updating git repository `https://github.com/oxidecomputer/dropshot`
8062024-04-25T09:21:11.251Z Updating git repository `https://github.com/oxidecomputer/maghemite`
8072024-04-25T09:21:11.903Z Updating git repository `https://github.com/oxidecomputer/progenitor`
8082024-04-25T09:21:14.093Z Updating git repository `http://github.com/oxidecomputer/serde_human_bytes`
8092024-04-25T09:21:14.800Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
8102024-04-25T09:21:15.238Z Updating git repository `https://github.com/oxidecomputer/propolis`
8112024-04-25T09:21:17.005Z Updating git repository `https://github.com/oxidecomputer/crucible`
8122024-04-25T09:21:18.780Z Updating git repository `https://github.com/oxidecomputer/opte`
8132024-04-25T09:21:19.881Z Updating git repository `https://github.com/oxidecomputer/falcon`
8142024-04-25T09:21:20.631Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
8152024-04-25T09:21:20.923Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
8162024-04-25T09:21:21.495Z Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel`
8172024-04-25T09:21:22.011Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
8182024-04-25T09:21:22.297Z Updating git repository `http://github.com/oxidecomputer/sprockets`
8192024-04-25T09:21:22.794Z Updating git repository `https://github.com/oxidecomputer/diesel-dtrace`
8202024-04-25T09:21:23.206Z Updating git repository `http://github.com/oxidecomputer/tofino`
8212024-04-25T09:21:23.543Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
8222024-04-25T09:21:23.870Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
8232024-04-25T09:21:24.130Z Updating git repository `https://github.com/oxidecomputer/libnvme`
8242024-04-25T09:21:24.444Z Updating git repository `https://github.com/oxidecomputer/ispf`
8252024-04-25T09:21:24.768Z Updating git repository `https://github.com/oxidecomputer/poptrie`
8262024-04-25T09:21:25.122Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
8272024-04-25T09:21:25.861Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
8282024-04-25T09:21:26.232Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
8292024-04-25T09:21:26.654Z Updating git repository `https://github.com/jgallagher/nix`
8302024-04-25T09:21:27.611Z Updating git repository `https://github.com/cbiffle/hubpack`
8312024-04-25T09:21:28.067Z Updating git repository `https://github.com/oxidecomputer/typify`
8322024-04-25T09:21:30.002Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
8332024-04-25T09:21:30.411Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
8342024-04-25T09:21:30.679Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
8352024-04-25T09:21:31.123Z Updating git repository `https://github.com/oxidecomputer/rfb`
8362024-04-25T09:21:32.234Z Downloading crates ...
8372024-04-25T09:21:32.298Z Downloaded anstyle-parse v0.2.1
8382024-04-25T09:21:32.301Z Downloaded toml_datetime v0.6.5
8392024-04-25T09:21:32.305Z Downloaded colorchoice v1.0.0
8402024-04-25T09:21:32.309Z Downloaded toml v0.8.12
8412024-04-25T09:21:32.312Z Downloaded autocfg v1.1.0
8422024-04-25T09:21:32.315Z Downloaded anstyle-query v1.0.0
8432024-04-25T09:21:32.315Z Downloaded fs-err v2.11.0
8442024-04-25T09:21:32.327Z Downloaded equivalent v1.0.1
8452024-04-25T09:21:32.332Z Downloaded swrite v0.1.0
8462024-04-25T09:21:32.337Z Downloaded clap_lex v0.7.0
8472024-04-25T09:21:32.345Z Downloaded anstyle v1.0.6
8482024-04-25T09:21:32.350Z Downloaded heck v0.5.0
8492024-04-25T09:21:32.350Z Downloaded serde_spanned v0.6.5
8502024-04-25T09:21:32.350Z Downloaded cargo-platform v0.1.3
8512024-04-25T09:21:32.353Z Downloaded utf8parse v0.2.1
8522024-04-25T09:21:32.356Z Downloaded thiserror-impl v1.0.59
8532024-04-25T09:21:32.362Z Downloaded strsim v0.11.0
8542024-04-25T09:21:32.365Z Downloaded errno v0.3.8
8552024-04-25T09:21:32.368Z Downloaded thiserror v1.0.59
8562024-04-25T09:21:32.372Z Downloaded clap_derive v4.5.4
8572024-04-25T09:21:32.375Z Downloaded terminal_size v0.3.0
8582024-04-25T09:21:32.378Z Downloaded macaddr v1.0.1
8592024-04-25T09:21:32.378Z Downloaded itoa v1.0.9
8602024-04-25T09:21:32.379Z Downloaded camino v1.1.6
8612024-04-25T09:21:32.383Z Downloaded quote v1.0.36
8622024-04-25T09:21:32.390Z Downloaded anstream v0.6.11
8632024-04-25T09:21:32.394Z Downloaded semver v1.0.22
8642024-04-25T09:21:32.399Z Downloaded anyhow v1.0.82
8652024-04-25T09:21:32.403Z Downloaded cargo_metadata v0.18.1
8662024-04-25T09:21:32.408Z Downloaded unicode-ident v1.0.12
8672024-04-25T09:21:32.409Z Downloaded cargo_toml v0.20.1
8682024-04-25T09:21:32.409Z Downloaded bitflags v2.4.2
8692024-04-25T09:21:32.414Z Downloaded ryu v1.0.15
8702024-04-25T09:21:32.419Z Downloaded clap v4.5.4
8712024-04-25T09:21:32.426Z Downloaded proc-macro2 v1.0.81
8722024-04-25T09:21:32.433Z Downloaded serde_derive v1.0.198
8732024-04-25T09:21:32.433Z Downloaded indexmap v2.2.6
8742024-04-25T09:21:32.854Z Downloaded serde v1.0.198
8752024-04-25T09:21:32.861Z Downloaded toml_edit v0.22.12
8762024-04-25T09:21:32.861Z Downloaded memchr v2.7.1
8772024-04-25T09:21:32.862Z Downloaded hashbrown v0.14.3
8782024-04-25T09:21:32.862Z Downloaded clap_builder v4.5.2
8792024-04-25T09:21:32.862Z Downloaded winnow v0.6.1
8802024-04-25T09:21:32.862Z Downloaded serde_json v1.0.116
8812024-04-25T09:21:32.862Z Downloaded syn v2.0.60
8822024-04-25T09:21:32.862Z Downloaded rustix v0.38.31
8832024-04-25T09:21:32.863Z Downloaded libc v0.2.153
8842024-04-25T09:21:32.863Z Compiling proc-macro2 v1.0.81
8852024-04-25T09:21:32.863Z Compiling unicode-ident v1.0.12
8862024-04-25T09:21:32.863Z Compiling serde v1.0.198
8872024-04-25T09:21:32.863Z Compiling libc v0.2.153
8882024-04-25T09:21:32.863Z Compiling rustix v0.38.31
8892024-04-25T09:21:32.863Z Compiling utf8parse v0.2.1
8902024-04-25T09:21:32.863Z Compiling hashbrown v0.14.3
8912024-04-25T09:21:32.864Z Compiling bitflags v2.4.2
8922024-04-25T09:21:33.044Z Compiling equivalent v1.0.1
8932024-04-25T09:21:33.467Z Compiling anstyle-parse v0.2.1
8942024-04-25T09:21:33.475Z Compiling anstyle-query v1.0.0
8952024-04-25T09:21:33.475Z Compiling autocfg v1.1.0
8962024-04-25T09:21:33.475Z Compiling anstyle v1.0.6
8972024-04-25T09:21:33.475Z Compiling winnow v0.6.1
8982024-04-25T09:21:33.626Z Compiling colorchoice v1.0.0
8992024-04-25T09:21:33.771Z Compiling camino v1.1.6
9002024-04-25T09:21:33.937Z Compiling indexmap v2.2.6
9012024-04-25T09:21:33.959Z Compiling semver v1.0.22
9022024-04-25T09:21:34.466Z Compiling thiserror v1.0.59
9032024-04-25T09:21:34.501Z Compiling serde_json v1.0.116
9042024-04-25T09:21:34.617Z Compiling fs-err v2.11.0
9052024-04-25T09:21:34.659Z Compiling anstream v0.6.11
9062024-04-25T09:21:34.815Z Compiling ryu v1.0.15
9072024-04-25T09:21:34.949Z Compiling clap_lex v0.7.0
9082024-04-25T09:21:35.101Z Compiling strsim v0.11.0
9092024-04-25T09:21:35.178Z Compiling anyhow v1.0.82
9102024-04-25T09:21:35.227Z Compiling itoa v1.0.9
9112024-04-25T09:21:35.375Z Compiling heck v0.5.0
9122024-04-25T09:21:35.393Z Compiling quote v1.0.36
9132024-04-25T09:21:35.845Z Compiling syn v2.0.60
9142024-04-25T09:21:35.855Z Compiling errno v0.3.8
9152024-04-25T09:21:36.069Z Compiling swrite v0.1.0
9162024-04-25T09:21:36.788Z Compiling terminal_size v0.3.0
9172024-04-25T09:21:36.882Z Compiling clap_builder v4.5.2
9182024-04-25T09:21:41.792Z Compiling serde_derive v1.0.198
9192024-04-25T09:21:41.793Z Compiling thiserror-impl v1.0.59
9202024-04-25T09:21:41.861Z Compiling clap_derive v4.5.4
9212024-04-25T09:21:43.395Z Compiling clap v4.5.4
9222024-04-25T09:21:48.166Z Compiling toml_datetime v0.6.5
9232024-04-25T09:21:48.166Z Compiling serde_spanned v0.6.5
9242024-04-25T09:21:48.170Z Compiling cargo-platform v0.1.3
9252024-04-25T09:21:48.171Z Compiling macaddr v1.0.1
9262024-04-25T09:21:48.522Z Compiling toml_edit v0.22.12
9272024-04-25T09:21:49.498Z Compiling cargo_metadata v0.18.1
9282024-04-25T09:21:50.430Z Compiling toml v0.8.12
9292024-04-25T09:21:51.740Z Compiling cargo_toml v0.20.1
9302024-04-25T09:21:54.518Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
9312024-04-25T09:21:56.877Z Finished dev [unoptimized + debuginfo] target(s) in 47.26s
9322024-04-25T09:21:57.085Z Running `target/debug/xtask clippy`
9332024-04-25T09:21:57.556Zrunning: "/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/cargo" "clippy" "--all-targets" "--" "--deny" "warnings" "--allow" "clippy::style" "--warn" "clippy::disallowed_macros" "--warn" "clippy::disallowed_methods" "--warn" "clippy::disallowed_names" "--warn" "clippy::disallowed_script_idents" "--warn" "clippy::disallowed_types" "--warn" "clippy::iter_cloned_collect" "--warn" "clippy::iter_next_slice" "--warn" "clippy::iter_nth" "--warn" "clippy::iter_nth_zero" "--warn" "clippy::iter_skip_next" "--warn" "clippy::len_zero" "--warn" "clippy::redundant_field_names" "--warn" "clippy::cast_lossless"
9342024-04-25T09:21:57.693Z Downloading crates ...
9352024-04-25T09:21:57.825Z Downloaded addr2line v0.21.0
9362024-04-25T09:21:57.830Z Downloaded argon2 v0.5.3
9372024-04-25T09:21:57.835Z Downloaded crypto-bigint v0.5.2
9382024-04-25T09:21:57.839Z Downloaded home v0.5.5
9392024-04-25T09:21:57.839Z Downloaded heck v0.3.3
9402024-04-25T09:21:57.842Z Downloaded hmac v0.12.1
9412024-04-25T09:21:57.842Z Downloaded hostname v0.3.1
9422024-04-25T09:21:57.847Z Downloaded httptest v0.15.5
9432024-04-25T09:21:57.847Z Downloaded httparse v1.8.0
9442024-04-25T09:21:57.852Z Downloaded http-body v1.0.0
9452024-04-25T09:21:57.852Z Downloaded byteorder v1.5.0
9462024-04-25T09:21:57.852Z Downloaded hyper-tls v0.5.0
9472024-04-25T09:21:57.870Z Downloaded hubpack_derive v0.1.1
9482024-04-25T09:21:57.870Z Downloaded http-body v0.4.5
9492024-04-25T09:21:57.870Z Downloaded bitstruct v0.1.1
9502024-04-25T09:21:57.870Z Downloaded http v0.2.12
9512024-04-25T09:21:57.882Z Downloaded base64ct v1.6.0
9522024-04-25T09:21:57.882Z Downloaded hkdf v0.12.4
9532024-04-25T09:21:57.882Z Downloaded hyper-staticfile v0.9.5
9542024-04-25T09:21:57.882Z Downloaded block-padding v0.3.3
9552024-04-25T09:21:57.882Z Downloaded backtrace v0.3.69
9562024-04-25T09:21:57.901Z Downloaded hyper-rustls v0.24.2
9572024-04-25T09:21:57.901Z Downloaded hyper-util v0.1.2
9582024-04-25T09:21:57.902Z Downloaded colored v2.1.0
9592024-04-25T09:21:57.902Z Downloaded bb8 v0.8.3
9602024-04-25T09:21:57.902Z Downloaded bitstruct_derive v0.1.0
9612024-04-25T09:21:57.902Z Downloaded atty v0.2.14
9622024-04-25T09:21:57.902Z Downloaded ident_case v1.0.1
9632024-04-25T09:21:57.902Z Downloaded async-stream v0.3.5
9642024-04-25T09:21:57.929Z Downloaded async-recursion v1.1.0
9652024-04-25T09:21:57.929Z Downloaded iana-time-zone v0.1.57
9662024-04-25T09:21:57.929Z Downloaded corncobs v0.1.3
9672024-04-25T09:21:57.929Z Downloaded is_ci v1.2.0
9682024-04-25T09:21:57.929Z Downloaded cast v0.3.0
9692024-04-25T09:21:57.929Z Downloaded crunchy v0.2.2
9702024-04-25T09:21:57.929Z Downloaded instant v0.1.12
9712024-04-25T09:21:57.930Z Downloaded ciborium-io v0.2.2
9722024-04-25T09:21:57.930Z Downloaded base64 v0.13.1
9732024-04-25T09:21:57.930Z Downloaded backoff v0.4.0
9742024-04-25T09:21:57.960Z Downloaded matches v0.1.10
9752024-04-25T09:21:57.960Z Downloaded nested v0.1.1
9762024-04-25T09:21:57.960Z Downloaded match_cfg v0.1.0
9772024-04-25T09:21:57.961Z Downloaded array-init v0.0.4
9782024-04-25T09:21:57.961Z Downloaded adler v1.0.2
9792024-04-25T09:21:57.961Z Downloaded newline-converter v0.3.0
9802024-04-25T09:21:57.961Z Downloaded cfg_aliases v0.1.1
9812024-04-25T09:21:57.961Z Downloaded inout v0.1.3
9822024-04-25T09:21:57.961Z Downloaded indoc v1.0.9
9832024-04-25T09:21:57.962Z Downloaded kstat-rs v0.2.3
9842024-04-25T09:21:57.962Z Downloaded impl-trait-for-tuples v0.2.2
9852024-04-25T09:21:57.962Z Downloaded libsw v3.3.1
9862024-04-25T09:21:57.962Z Downloaded normalize-line-endings v0.3.0
9872024-04-25T09:21:57.962Z Downloaded newtype_derive v0.1.6
9882024-04-25T09:21:57.962Z Downloaded new_debug_unreachable v1.0.4
9892024-04-25T09:21:57.962Z Downloaded serde-big-array v0.4.1
9902024-04-25T09:21:57.963Z Downloaded rpassword v7.3.1
9912024-04-25T09:21:57.963Z Downloaded ipnetwork v0.20.0
9922024-04-25T09:21:57.994Z Downloaded serde-big-array v0.5.1
9932024-04-25T09:21:57.994Z Downloaded time-core v0.1.2
9942024-04-25T09:21:57.994Z Downloaded buf-list v1.0.3
9952024-04-25T09:21:57.994Z Downloaded cpufeatures v0.2.12
9962024-04-25T09:21:57.994Z Downloaded hyper-rustls v0.26.0
9972024-04-25T09:21:57.994Z Downloaded crucible-workspace-hack v0.1.0
9982024-04-25T09:21:57.994Z Downloaded bitflags v1.3.2
9992024-04-25T09:21:57.995Z Downloaded lazycell v1.3.0
10002024-04-25T09:21:57.995Z Downloaded mime v0.3.17
10012024-04-25T09:21:57.995Z Downloaded memmap v0.7.0
10022024-04-25T09:21:57.995Z Downloaded maybe-uninit v2.0.0
10032024-04-25T09:21:57.995Z Downloaded crossbeam-utils v0.8.19
10042024-04-25T09:21:57.995Z Downloaded toolchain_find v0.4.0
10052024-04-25T09:21:57.996Z Downloaded newtype-uuid v1.1.0
10062024-04-25T09:21:58.033Z Downloaded nanorand v0.7.0
10072024-04-25T09:21:58.033Z Downloaded mockall v0.12.1
10082024-04-25T09:21:58.033Z Downloaded libtest-mimic v0.7.2
10092024-04-25T09:21:58.033Z Downloaded crossbeam-deque v0.8.3
10102024-04-25T09:21:58.033Z Downloaded num v0.4.2
10112024-04-25T09:21:58.033Z Downloaded nibble_vec v0.1.0
10122024-04-25T09:21:58.033Z Downloaded nodrop v0.1.14
10132024-04-25T09:21:58.033Z Downloaded crc v3.0.1
10142024-04-25T09:21:58.033Z Downloaded criterion-plot v0.5.0
10152024-04-25T09:21:58.033Z Downloaded slab v0.4.9
10162024-04-25T09:21:58.033Z Downloaded structmeta-derive v0.2.0
10172024-04-25T09:21:58.033Z Downloaded structmeta v0.3.0
10182024-04-25T09:21:58.033Z Downloaded block-buffer v0.10.4
10192024-04-25T09:21:58.033Z Downloaded escape8259 v0.5.2
10202024-04-25T09:21:58.033Z Downloaded ref-cast v1.0.22
10212024-04-25T09:21:58.034Z Downloaded tiny-keccak v2.0.2
10222024-04-25T09:21:58.034Z Downloaded mime_guess v2.0.4
10232024-04-25T09:21:58.034Z Downloaded lock_api v0.4.10
10242024-04-25T09:21:58.034Z Downloaded derive_builder_macro v0.20.0
10252024-04-25T09:21:58.034Z Downloaded multimap v0.10.0
10262024-04-25T09:21:58.034Z Downloaded linear-map v1.2.0
10272024-04-25T09:21:58.058Z Downloaded memoffset v0.7.1
10282024-04-25T09:21:58.059Z Downloaded native-tls v0.2.11
10292024-04-25T09:21:58.059Z Downloaded crc-catalog v2.2.0
10302024-04-25T09:21:58.059Z Downloaded bytecount v0.6.3
10312024-04-25T09:21:58.059Z Downloaded lru v0.12.1
10322024-04-25T09:21:58.060Z Downloaded indexmap v1.9.3
10332024-04-25T09:21:58.060Z Downloaded spki v0.7.2
10342024-04-25T09:21:58.060Z Downloaded pathdiff v0.2.1
10352024-04-25T09:21:58.060Z Downloaded ipnet v2.9.0
10362024-04-25T09:21:58.060Z Downloaded dirs-next v2.0.0
10372024-04-25T09:21:58.060Z Downloaded console v0.15.8
10382024-04-25T09:21:58.060Z Downloaded dtrace-parser v0.2.0
10392024-04-25T09:21:58.060Z Downloaded structmeta v0.2.0
10402024-04-25T09:21:58.060Z Downloaded scroll v0.12.0
10412024-04-25T09:21:58.061Z Downloaded defmt-parser v0.3.3
10422024-04-25T09:21:58.061Z Downloaded yansi v0.5.1
10432024-04-25T09:21:58.075Z Downloaded foreign-types-shared v0.1.1
10442024-04-25T09:21:58.075Z Downloaded topological-sort v0.2.2
10452024-04-25T09:21:58.075Z Downloaded time-macros v0.2.17
10462024-04-25T09:21:58.075Z Downloaded log v0.4.21
10472024-04-25T09:21:58.075Z Downloaded futures-core v0.3.30
10482024-04-25T09:21:58.075Z Downloaded unicode-xid v0.2.4
10492024-04-25T09:21:58.076Z Downloaded usdt-impl v0.3.5
10502024-04-25T09:21:58.076Z Downloaded unicode-width v0.1.11
10512024-04-25T09:21:58.076Z Downloaded hyper v0.14.28
10522024-04-25T09:21:58.086Z Downloaded oorandom v11.1.3
10532024-04-25T09:21:58.086Z Downloaded cookie_store v0.20.0
10542024-04-25T09:21:58.086Z Downloaded try-lock v0.2.4
10552024-04-25T09:21:58.086Z Downloaded plotters-svg v0.3.5
10562024-04-25T09:21:58.086Z Downloaded wyz v0.5.1
10572024-04-25T09:21:58.086Z Downloaded zone_cfg_derive v0.1.2
10582024-04-25T09:21:58.086Z Downloaded which v4.4.0
10592024-04-25T09:21:58.086Z Downloaded num-iter v0.1.44
10602024-04-25T09:21:58.086Z Downloaded relative-path v1.9.0
10612024-04-25T09:21:58.102Z Downloaded pem v3.0.4
10622024-04-25T09:21:58.102Z Downloaded num-integer v0.1.46
10632024-04-25T09:21:58.103Z Downloaded ed25519 v1.5.3
10642024-04-25T09:21:58.103Z Downloaded rand_core v0.6.4
10652024-04-25T09:21:58.103Z Downloaded whoami v1.5.1
10662024-04-25T09:21:58.113Z Downloaded crypto-common v0.1.6
10672024-04-25T09:21:58.113Z Downloaded dtrace-parser v0.1.14
10682024-04-25T09:21:58.114Z Downloaded foreign-types-shared v0.3.1
10692024-04-25T09:21:58.114Z Downloaded diesel_table_macro_syntax v0.1.0
10702024-04-25T09:21:58.114Z Downloaded untrusted v0.9.0
10712024-04-25T09:21:58.114Z Downloaded crossbeam-epoch v0.9.18
10722024-04-25T09:21:58.114Z Downloaded miniz_oxide v0.7.1
10732024-04-25T09:21:58.114Z Downloaded futures-channel v0.3.30
10742024-04-25T09:21:58.114Z Downloaded serde_urlencoded v0.7.1
10752024-04-25T09:21:58.129Z Downloaded target-lexicon v0.12.13
10762024-04-25T09:21:58.129Z Downloaded downcast v0.11.0
10772024-04-25T09:21:58.129Z Downloaded darling_macro v0.20.8
10782024-04-25T09:21:58.129Z Downloaded serde_tokenstream v0.2.0
10792024-04-25T09:21:58.129Z Downloaded phf_shared v0.11.2
10802024-04-25T09:21:58.129Z Downloaded pkg-config v0.3.27
10812024-04-25T09:21:58.138Z Downloaded openssl-macros v0.1.1
10822024-04-25T09:21:58.138Z Downloaded once_cell v1.19.0
10832024-04-25T09:21:58.138Z Downloaded supports-color v3.0.0
10842024-04-25T09:21:58.138Z Downloaded crc32fast v1.3.2
10852024-04-25T09:21:58.138Z Downloaded phf_shared v0.10.0
10862024-04-25T09:21:58.138Z Downloaded cookie v0.18.1
10872024-04-25T09:21:58.138Z Downloaded crc-any v2.4.3
10882024-04-25T09:21:58.146Z Downloaded untrusted v0.7.1
10892024-04-25T09:21:58.146Z Downloaded usdt v0.3.5
10902024-04-25T09:21:58.146Z Downloaded radium v0.7.0
10912024-04-25T09:21:58.146Z Downloaded xattr v1.0.1
10922024-04-25T09:21:58.155Z Downloaded universal-hash v0.5.1
10932024-04-25T09:21:58.155Z Downloaded const-oid v0.9.6
10942024-04-25T09:21:58.156Z Downloaded serde_repr v0.1.16
10952024-04-25T09:21:58.156Z Downloaded either v1.11.0
10962024-04-25T09:21:58.175Z Downloaded derive_builder_core v0.20.0
10972024-04-25T09:21:58.175Z Downloaded generic-array v0.14.7
10982024-04-25T09:21:58.175Z Downloaded filetime v0.2.23
10992024-04-25T09:21:58.175Z Downloaded blake2 v0.10.6
11002024-04-25T09:21:58.183Z Downloaded thread_local v1.1.7
11012024-04-25T09:21:58.184Z Downloaded thread-id v4.2.0
11022024-04-25T09:21:58.184Z Downloaded thiserror-no-std v2.0.2
11032024-04-25T09:21:58.184Z Downloaded tower-layer v0.3.2
11042024-04-25T09:21:58.184Z Downloaded tar v0.4.40
11052024-04-25T09:21:58.184Z Downloaded foreign-types-macros v0.2.3
11062024-04-25T09:21:58.184Z Downloaded dof v0.3.0
11072024-04-25T09:21:58.184Z Downloaded scroll_derive v0.12.0
11082024-04-25T09:21:58.184Z Downloaded precomputed-hash v0.1.1
11092024-04-25T09:21:58.184Z Downloaded datatest-stable v0.2.6
11102024-04-25T09:21:58.198Z Downloaded vte_generate_state_changes v0.1.1
11112024-04-25T09:21:58.198Z Downloaded omicron-zone-package v0.11.0
11122024-04-25T09:21:58.198Z Downloaded packed_struct_codegen v0.10.1
11132024-04-25T09:21:58.198Z Downloaded packed_struct v0.10.1
11142024-04-25T09:21:58.198Z Downloaded guppy-workspace-hack v0.1.0
11152024-04-25T09:21:58.215Z Downloaded num_cpus v1.16.0
11162024-04-25T09:21:58.215Z Downloaded opaque-debug v0.3.0
11172024-04-25T09:21:58.215Z Downloaded ron v0.8.1
11182024-04-25T09:21:58.215Z Downloaded rand_xorshift v0.3.0
11192024-04-25T09:21:58.215Z Downloaded predicates-core v1.0.6
11202024-04-25T09:21:58.216Z Downloaded postcard v1.0.8
11212024-04-25T09:21:58.229Z Downloaded parse-size v1.0.0
11222024-04-25T09:21:58.229Z Downloaded signature v2.1.0
11232024-04-25T09:21:58.229Z Downloaded rustls-pemfile v1.0.3
11242024-04-25T09:21:58.229Z Downloaded ff v0.13.0
11252024-04-25T09:21:58.230Z Downloaded phf v0.11.2
11262024-04-25T09:21:58.255Z Downloaded thiserror-impl-no-std v2.0.2
11272024-04-25T09:21:58.256Z Downloaded num_threads v0.1.6
11282024-04-25T09:21:58.256Z Downloaded smf v0.2.3
11292024-04-25T09:21:58.256Z Downloaded smawk v0.3.1
11302024-04-25T09:21:58.256Z Downloaded usdt v0.5.0
11312024-04-25T09:21:58.256Z Downloaded snafu-derive v0.8.2
11322024-04-25T09:21:58.256Z Downloaded zerocopy-derive v0.7.32
11332024-04-25T09:21:58.256Z Downloaded subprocess v0.2.9
11342024-04-25T09:21:58.266Z Downloaded usdt-macro v0.3.5
11352024-04-25T09:21:58.266Z Downloaded usdt-attr-macro v0.5.0
11362024-04-25T09:21:58.266Z Downloaded zerocopy v0.3.0
11372024-04-25T09:21:58.266Z Downloaded rand_seeder v0.2.3
11382024-04-25T09:21:58.266Z Downloaded zeroize v1.7.0
11392024-04-25T09:21:58.266Z Downloaded dirs-sys-next v0.1.2
11402024-04-25T09:21:58.266Z Downloaded difflib v0.4.0
11412024-04-25T09:21:58.267Z Downloaded sec1 v0.7.3
11422024-04-25T09:21:58.267Z Downloaded getopts v0.2.21
11432024-04-25T09:21:58.267Z Downloaded const_format v0.2.32
11442024-04-25T09:21:58.267Z Downloaded proc-macro-error-attr v1.0.4
11452024-04-25T09:21:58.267Z Downloaded slog-json v2.6.1
11462024-04-25T09:21:58.276Z Downloaded usdt-attr-macro v0.3.5
11472024-04-25T09:21:58.276Z Downloaded psl-types v2.0.11
11482024-04-25T09:21:58.277Z Downloaded signature v1.6.4
11492024-04-25T09:21:58.277Z Downloaded form_urlencoded v1.2.1
11502024-04-25T09:21:58.277Z Downloaded parse-display-derive v0.9.0
11512024-04-25T09:21:58.277Z Downloaded quick-error v1.2.3
11522024-04-25T09:21:58.277Z Downloaded slog-scope v4.4.0
11532024-04-25T09:21:58.277Z Downloaded smallvec v0.6.14
11542024-04-25T09:21:58.286Z Downloaded serde_yaml v0.9.25
11552024-04-25T09:21:58.287Z Downloaded shell-words v1.1.0
11562024-04-25T09:21:58.287Z Downloaded pem-rfc7468 v0.7.0
11572024-04-25T09:21:58.298Z Downloaded smallvec v1.13.1
11582024-04-25T09:21:58.298Z Downloaded mio v0.8.11
11592024-04-25T09:21:58.311Z Downloaded stability v0.2.0
11602024-04-25T09:21:58.311Z Downloaded sqlparser_derive v0.2.2
11612024-04-25T09:21:58.311Z Downloaded snafu v0.8.2
11622024-04-25T09:21:58.311Z Downloaded tower-service v0.3.2
11632024-04-25T09:21:58.311Z Downloaded take_mut v0.2.2
11642024-04-25T09:21:58.311Z Downloaded embedded-io v0.4.0
11652024-04-25T09:21:58.323Z Downloaded derive_builder v0.20.0
11662024-04-25T09:21:58.323Z Downloaded oso-derive v0.27.3
11672024-04-25T09:21:58.324Z Downloaded partial-io v0.5.4
11682024-04-25T09:21:58.324Z Downloaded diesel_derives v2.1.2
11692024-04-25T09:21:58.328Z Downloaded fxhash v0.2.1
11702024-04-25T09:21:58.328Z Downloaded num_enum_derive v0.5.11
11712024-04-25T09:21:58.328Z Downloaded rtoolbox v0.0.1
11722024-04-25T09:21:58.328Z Downloaded sct v0.7.0
11732024-04-25T09:21:58.333Z Downloaded rustc-demangle v0.1.23
11742024-04-25T09:21:58.333Z Downloaded peeking_take_while v0.1.2
11752024-04-25T09:21:58.333Z Downloaded serde_plain v1.0.2
11762024-04-25T09:21:58.349Z Downloaded sqlformat v0.2.3
11772024-04-25T09:21:58.349Z Downloaded serde_path_to_error v0.1.16
11782024-04-25T09:21:58.349Z Downloaded slog-stdlog v4.1.1
11792024-04-25T09:21:58.354Z Downloaded peg-runtime v0.8.2
11802024-04-25T09:21:58.354Z Downloaded synstructure v0.12.6
11812024-04-25T09:21:58.354Z Downloaded x509-cert v0.2.4
11822024-04-25T09:21:58.355Z Downloaded zeroize_derive v1.4.2
11832024-04-25T09:21:58.355Z Downloaded tap v1.0.1
11842024-04-25T09:21:58.355Z Downloaded tabwriter v1.4.0
11852024-04-25T09:21:58.355Z Downloaded tabled_derive v0.7.0
11862024-04-25T09:21:58.355Z Downloaded tui-tree-widget v0.19.0
11872024-04-25T09:21:58.359Z Downloaded num-bigint-dig v0.8.4
11882024-04-25T09:21:58.363Z Downloaded half v2.3.1
11892024-04-25T09:21:58.368Z Downloaded oso v0.27.3
11902024-04-25T09:21:58.373Z Downloaded doc-comment v0.3.3
11912024-04-25T09:21:58.374Z Downloaded display-error-chain v0.2.0
11922024-04-25T09:21:58.374Z Downloaded usdt-macro v0.5.0
11932024-04-25T09:21:58.374Z Downloaded fnv v1.0.7
11942024-04-25T09:21:58.379Z Downloaded fastrand v2.0.1
11952024-04-25T09:21:58.379Z Downloaded deranged v0.3.11
11962024-04-25T09:21:58.379Z Downloaded strum v0.26.2
11972024-04-25T09:21:58.379Z Downloaded pretty-hex v0.4.1
11982024-04-25T09:21:58.384Z Downloaded itertools v0.12.1
11992024-04-25T09:21:58.389Z Downloaded resolv-conf v0.7.0
12002024-04-25T09:21:58.393Z Downloaded rstest v0.19.0
12012024-04-25T09:21:58.398Z Downloaded textwrap v0.16.1
12022024-04-25T09:21:58.403Z Downloaded peg v0.8.2
12032024-04-25T09:21:58.409Z Downloaded curve25519-dalek-derive v0.1.0
12042024-04-25T09:21:58.409Z Downloaded tokio-stream v0.1.15
12052024-04-25T09:21:58.414Z Downloaded utf-8 v0.7.6
12062024-04-25T09:21:58.414Z Downloaded slog-async v2.8.0
12072024-04-25T09:21:58.419Z Downloaded toml v0.7.8
12082024-04-25T09:21:58.419Z Downloaded env_logger v0.10.0
12092024-04-25T09:21:58.441Z Downloaded toml v0.5.11
12102024-04-25T09:21:58.441Z Downloaded rsa v0.9.2
12112024-04-25T09:21:58.446Z Downloaded trust-dns-resolver v0.22.0
12122024-04-25T09:21:58.446Z Downloaded want v0.3.1
12132024-04-25T09:21:58.446Z Downloaded paste v1.0.14
12142024-04-25T09:21:58.446Z Downloaded tinyvec_macros v0.1.1
12152024-04-25T09:21:58.446Z Downloaded termtree v0.4.1
12162024-04-25T09:21:58.446Z Downloaded glob v0.3.1
12172024-04-25T09:21:58.446Z Downloaded num_enum v0.5.11
12182024-04-25T09:21:58.450Z Downloaded pretty-hex v0.2.1
12192024-04-25T09:21:58.450Z Downloaded powerfmt v0.2.0
12202024-04-25T09:21:58.477Z Downloaded rusty-fork v0.3.0
12212024-04-25T09:21:58.477Z Downloaded tokio-macros v2.2.0
12222024-04-25T09:21:58.477Z Downloaded waitgroup v0.1.2
12232024-04-25T09:21:58.477Z Downloaded strum_macros v0.25.2
12242024-04-25T09:21:58.481Z Downloaded unicode-segmentation v1.10.1
12252024-04-25T09:21:58.481Z Downloaded path-slash v0.1.5
12262024-04-25T09:21:58.481Z Downloaded fragile v2.0.0
12272024-04-25T09:21:58.481Z Downloaded fixedbitset v0.4.2
12282024-04-25T09:21:58.481Z Downloaded serde_derive_internals v0.26.0
12292024-04-25T09:21:58.482Z Downloaded tokio-rustls v0.24.1
12302024-04-25T09:21:58.482Z Downloaded defmt-macros v0.3.6
12312024-04-25T09:21:58.482Z Downloaded erased-serde v0.3.31
12322024-04-25T09:21:58.482Z Downloaded spin v0.5.2
12332024-04-25T09:21:58.482Z Downloaded slog-envlogger v2.2.0
12342024-04-25T09:21:58.482Z Downloaded rand v0.8.5
12352024-04-25T09:21:58.491Z Downloaded endian-type v0.1.2
12362024-04-25T09:21:58.491Z Downloaded dof v0.1.5
12372024-04-25T09:21:58.504Z Downloaded prettyplease v0.2.19
12382024-04-25T09:21:58.504Z Downloaded gethostname v0.4.3
12392024-04-25T09:21:58.505Z Downloaded trybuild v1.0.91
12402024-04-25T09:21:58.505Z Downloaded postgres-protocol v0.6.6
12412024-04-25T09:21:58.505Z Downloaded guppy v0.17.5
12422024-04-25T09:21:58.512Z Downloaded wait-timeout v0.2.0
12432024-04-25T09:21:58.512Z Downloaded version_check v0.9.4
12442024-04-25T09:21:58.512Z Downloaded openssl-probe v0.1.5
12452024-04-25T09:21:58.512Z Downloaded scheduled-thread-pool v0.2.7
12462024-04-25T09:21:58.512Z Downloaded predicates-tree v1.0.9
12472024-04-25T09:21:58.519Z Downloaded tungstenite v0.20.1
12482024-04-25T09:21:58.519Z Downloaded signal-hook-tokio v0.3.1
12492024-04-25T09:21:58.525Z Downloaded signal-hook-mio v0.2.3
12502024-04-25T09:21:58.525Z Downloaded flagset v0.4.3
12512024-04-25T09:21:58.525Z Downloaded zerocopy v0.6.6
12522024-04-25T09:21:58.525Z Downloaded sync_wrapper v0.1.2
12532024-04-25T09:21:58.535Z Downloaded publicsuffix v2.2.3
12542024-04-25T09:21:58.535Z Downloaded salty v0.2.0
12552024-04-25T09:21:58.543Z Downloaded headers-core v0.2.0
12562024-04-25T09:21:58.543Z Downloaded structmeta-derive v0.3.0
12572024-04-25T09:21:58.543Z Downloaded pest_meta v2.7.6
12582024-04-25T09:21:58.543Z Downloaded string_cache v0.8.7
12592024-04-25T09:21:58.544Z Downloaded enum-as-inner v0.5.1
12602024-04-25T09:21:58.550Z Downloaded unicase v2.7.0
12612024-04-25T09:21:58.550Z Downloaded term v0.7.0
12622024-04-25T09:21:58.551Z Downloaded rustversion v1.0.14
12632024-04-25T09:21:58.554Z Downloaded ppv-lite86 v0.2.17
12642024-04-25T09:21:58.554Z Downloaded tokio-tungstenite v0.21.0
12652024-04-25T09:21:58.554Z Downloaded signal-hook-registry v1.4.1
12662024-04-25T09:21:58.554Z Downloaded darling v0.20.8
12672024-04-25T09:21:58.559Z Downloaded pest_derive v2.7.6
12682024-04-25T09:21:58.563Z Downloaded number_prefix v0.4.0
12692024-04-25T09:21:58.563Z Downloaded num-conv v0.1.0
12702024-04-25T09:21:58.564Z Downloaded futures-sink v0.3.30
12712024-04-25T09:21:58.575Z Downloaded futures-io v0.3.30
12722024-04-25T09:21:58.575Z Downloaded funty v2.0.0
12732024-04-25T09:21:58.576Z Downloaded futures-timer v3.0.2
12742024-04-25T09:21:58.576Z Downloaded uzers v0.11.3
12752024-04-25T09:21:58.588Z Downloaded strum_macros v0.24.3
12762024-04-25T09:21:58.588Z Downloaded platforms v3.0.2
12772024-04-25T09:21:58.589Z Downloaded aho-corasick v1.1.2
12782024-04-25T09:21:58.589Z Downloaded defmt v0.3.5
12792024-04-25T09:21:59.011Z Downloaded serde_arrays v0.1.0
12802024-04-25T09:21:59.012Z Downloaded time v0.3.34
12812024-04-25T09:21:59.012Z Downloaded rustls-pemfile v2.1.2
12822024-04-25T09:21:59.012Z Downloaded rust-argon2 v2.1.0
12832024-04-25T09:21:59.012Z Downloaded schemars v0.8.16
12842024-04-25T09:21:59.012Z Downloaded tracing-attributes v0.1.27
12852024-04-25T09:21:59.012Z Downloaded env_logger v0.9.3
12862024-04-25T09:21:59.012Z Downloaded strum_macros v0.26.1
12872024-04-25T09:21:59.012Z Downloaded pin-project-internal v1.1.3
12882024-04-25T09:21:59.012Z Downloaded rcgen v0.12.1
12892024-04-25T09:21:59.012Z Downloaded rayon-core v1.12.1
12902024-04-25T09:21:59.013Z Downloaded termcolor v1.2.0
12912024-04-25T09:21:59.013Z Downloaded rstest_macros v0.19.0
12922024-04-25T09:21:59.013Z Downloaded der v0.7.8
12932024-04-25T09:21:59.013Z Downloaded tracing-core v0.1.32
12942024-04-25T09:21:59.013Z Downloaded shlex v1.3.0
12952024-04-25T09:21:59.013Z Downloaded olpc-cjson v0.1.3
12962024-04-25T09:21:59.013Z Downloaded h2 v0.3.26
12972024-04-25T09:21:59.013Z Downloaded fatfs v0.3.6
12982024-04-25T09:21:59.013Z Downloaded blake3 v1.5.0
12992024-04-25T09:21:59.013Z Downloaded tinyvec v1.6.0
13002024-04-25T09:21:59.014Z Downloaded flate2 v1.0.28
13012024-04-25T09:21:59.014Z Downloaded hashbrown v0.13.2
13022024-04-25T09:21:59.014Z Downloaded openssl-sys v0.9.102
13032024-04-25T09:21:59.014Z Downloaded trust-dns-client v0.22.0
13042024-04-25T09:21:59.014Z Downloaded pkcs1 v0.7.5
13052024-04-25T09:21:59.014Z Downloaded pretty_assertions v1.4.0
13062024-04-25T09:21:59.014Z Downloaded pin-project-lite v0.2.13
13072024-04-25T09:21:59.014Z Downloaded idna v0.2.3
13082024-04-25T09:21:59.014Z Downloaded tokio-util v0.7.10
13092024-04-25T09:21:59.014Z Downloaded winnow v0.5.15
13102024-04-25T09:21:59.014Z Downloaded tokio-postgres v0.7.10
13112024-04-25T09:21:59.015Z Downloaded rustls v0.21.9
13122024-04-25T09:21:59.015Z Downloaded getrandom v0.2.12
13132024-04-25T09:21:59.015Z Downloaded syn v1.0.109
13142024-04-25T09:21:59.015Z Downloaded num-complex v0.4.5
13152024-04-25T09:21:59.015Z Downloaded darling_core v0.20.8
13162024-04-25T09:21:59.015Z Downloaded unicode-bidi v0.3.15
13172024-04-25T09:21:59.015Z Downloaded zerocopy v0.7.32
13182024-04-25T09:21:59.015Z Downloaded unicode-normalization v0.1.22
13192024-04-25T09:21:59.015Z Downloaded goblin v0.8.0
13202024-04-25T09:21:59.015Z Downloaded nix v0.28.0
13212024-04-25T09:21:59.016Z Downloaded quick-xml v0.31.0
13222024-04-25T09:21:59.016Z Downloaded plotters v0.3.5
13232024-04-25T09:21:59.016Z Downloaded openssl v0.10.64
13242024-04-25T09:21:59.016Z Downloaded regex v1.10.4
13252024-04-25T09:21:59.016Z Downloaded hashbrown v0.12.3
13262024-04-25T09:21:59.016Z Downloaded object v0.30.4
13272024-04-25T09:21:59.016Z Downloaded regex-syntax v0.6.29
13282024-04-25T09:21:59.016Z Downloaded pest v2.7.6
13292024-04-25T09:21:59.017Z Downloaded sled v0.34.7
13302024-04-25T09:21:59.017Z Downloaded reqwest v0.11.24
13312024-04-25T09:21:59.017Z Downloaded sqlparser v0.45.0
13322024-04-25T09:21:59.017Z Downloaded regex-syntax v0.8.2
13332024-04-25T09:21:59.017Z Downloaded proptest v1.4.0
13342024-04-25T09:21:59.017Z Downloaded curve25519-dalek v4.1.2
13352024-04-25T09:21:59.017Z Downloaded petgraph v0.6.4
13362024-04-25T09:21:59.017Z Downloaded webpki-roots v0.25.2
13372024-04-25T09:21:59.017Z Downloaded regex-automata v0.1.10
13382024-04-25T09:21:59.017Z Downloaded diesel v2.1.6
13392024-04-25T09:21:59.018Z Downloaded futures-util v0.3.30
13402024-04-25T09:21:59.018Z Downloaded radix_trie v0.2.1
13412024-04-25T09:21:59.018Z Downloaded smoltcp v0.11.0
13422024-04-25T09:21:59.018Z Downloaded bitvec v1.0.1
13432024-04-25T09:21:59.059Z Downloaded polar-core v0.27.3
13442024-04-25T09:21:59.065Z Downloaded bstr v0.2.17
13452024-04-25T09:21:59.065Z Downloaded vcpkg v0.2.15
13462024-04-25T09:21:59.075Z Downloaded smoltcp v0.9.1
13472024-04-25T09:21:59.087Z Downloaded object v0.32.1
13482024-04-25T09:21:59.114Z Downloaded gimli v0.28.0
13492024-04-25T09:21:59.130Z Downloaded regress v0.9.1
13502024-04-25T09:21:59.130Z Downloaded encoding_rs v0.8.33
13512024-04-25T09:21:59.143Z Downloaded trust-dns-proto v0.22.0
13522024-04-25T09:21:59.151Z Downloaded ratatui v0.26.2
13532024-04-25T09:21:59.171Z Downloaded bstr v1.9.0
13542024-04-25T09:21:59.181Z Downloaded rustls v0.22.4
13552024-04-25T09:21:59.195Z Downloaded openapiv3 v2.0.0
13562024-04-25T09:21:59.209Z Downloaded chrono v0.4.38
13572024-04-25T09:21:59.215Z Downloaded bindgen v0.69.2
13582024-04-25T09:21:59.222Z Downloaded headers v0.3.9
13592024-04-25T09:21:59.230Z Downloaded tabled v0.15.0
13602024-04-25T09:21:59.244Z Downloaded rustls-webpki v0.101.7
13612024-04-25T09:21:59.258Z Downloaded zerocopy-derive v0.6.6
13622024-04-25T09:21:59.269Z Downloaded zerocopy-derive v0.2.0
13632024-04-25T09:21:59.278Z Downloaded bzip2-sys v0.1.11+1.0.8
13642024-04-25T09:21:59.291Z Downloaded regex-automata v0.4.5
13652024-04-25T09:21:59.322Z Downloaded rayon v1.10.0
13662024-04-25T09:21:59.343Z Downloaded idna v0.3.0
13672024-04-25T09:21:59.343Z Downloaded tokio v1.37.0
13682024-04-25T09:21:59.371Z Downloaded csv v1.3.0
13692024-04-25T09:21:59.392Z Downloaded sha3 v0.10.8
13702024-04-25T09:21:59.402Z Downloaded signal-hook v0.3.17
13712024-04-25T09:21:59.402Z Downloaded idna v0.5.0
13722024-04-25T09:21:59.402Z Downloaded lalrpop v0.19.12
13732024-04-25T09:21:59.416Z Downloaded pin-project v1.1.3
13742024-04-25T09:21:59.430Z Downloaded toml_edit v0.19.15
13752024-04-25T09:21:59.447Z Downloaded stringprep v0.1.3
13762024-04-25T09:21:59.447Z Downloaded debug-ignore v1.0.5
13772024-04-25T09:21:59.447Z Downloaded walkdir v2.5.0
13782024-04-25T09:21:59.447Z Downloaded uuid v0.8.2
13792024-04-25T09:21:59.456Z Downloaded tempfile v3.10.1
13802024-04-25T09:21:59.457Z Downloaded similar v2.4.0
13812024-04-25T09:21:59.477Z Downloaded rustyline v14.0.0
13822024-04-25T09:21:59.905Z Downloaded rustls-webpki v0.102.1
13832024-04-25T09:21:59.905Z Downloaded portable-atomic v1.4.3
13842024-04-25T09:21:59.905Z Downloaded samael v0.0.15
13852024-04-25T09:21:59.905Z Downloaded vte v0.11.1
13862024-04-25T09:21:59.905Z Downloaded zip v0.6.6
13872024-04-25T09:21:59.905Z Downloaded steno v0.4.0
13882024-04-25T09:21:59.905Z Downloaded ref-cast-impl v1.0.22
13892024-04-25T09:21:59.905Z Downloaded yasna v0.5.2
13902024-04-25T09:21:59.905Z Downloaded unarray v0.1.4
13912024-04-25T09:21:59.906Z Downloaded slog-dtrace v0.3.0
13922024-04-25T09:21:59.906Z Downloaded slog-bunyan v2.5.0
13932024-04-25T09:21:59.906Z Downloaded serde_with v3.7.0
13942024-04-25T09:21:59.906Z Downloaded reedline v0.31.0
13952024-04-25T09:21:59.906Z Downloaded fd-lock v4.0.2
13962024-04-25T09:21:59.906Z Downloaded fallible-iterator v0.2.0
13972024-04-25T09:21:59.906Z Downloaded termios v0.3.3
13982024-04-25T09:21:59.906Z Downloaded postgres-types v0.2.6
13992024-04-25T09:21:59.906Z Downloaded elliptic-curve v0.13.8
14002024-04-25T09:21:59.906Z Downloaded tokio-native-tls v0.3.1
14012024-04-25T09:21:59.906Z Downloaded sigpipe v0.1.3
14022024-04-25T09:21:59.906Z Downloaded percent-encoding v2.3.1
14032024-04-25T09:21:59.906Z Downloaded ucd-trie v0.1.6
14042024-04-25T09:21:59.906Z Downloaded ring v0.17.8
14052024-04-25T09:21:59.906Z Downloaded typenum v1.16.0
14062024-04-25T09:21:59.907Z Downloaded criterion v0.5.1
14072024-04-25T09:21:59.907Z Downloaded secrecy v0.8.0
14082024-04-25T09:21:59.907Z Downloaded scopeguard v1.2.0
14092024-04-25T09:21:59.907Z Downloaded schemars_derive v0.8.16
14102024-04-25T09:21:59.907Z Downloaded slog v2.7.0
14112024-04-25T09:21:59.907Z Downloaded pkcs8 v0.10.2
14122024-04-25T09:21:59.907Z Downloaded parking_lot_core v0.9.8
14132024-04-25T09:21:59.907Z Downloaded parking_lot_core v0.8.6
14142024-04-25T09:21:59.907Z Downloaded futures-task v0.3.30
14152024-04-25T09:21:59.907Z Downloaded peg-macros v0.8.2
14162024-04-25T09:21:59.907Z Downloaded globset v0.4.13
14172024-04-25T09:21:59.907Z Downloaded ena v0.14.2
14182024-04-25T09:21:59.907Z Downloaded derive-where v1.2.7
14192024-04-25T09:21:59.907Z Downloaded tough v0.17.1
14202024-04-25T09:21:59.907Z Downloaded tracing v0.1.40
14212024-04-25T09:21:59.907Z Downloaded ring v0.16.20
14222024-04-25T09:21:59.908Z Downloaded url v2.5.0
14232024-04-25T09:21:59.908Z Downloaded same-file v1.0.6
14242024-04-25T09:21:59.908Z Downloaded nom v7.1.3
14252024-04-25T09:21:59.908Z Downloaded crossterm v0.27.0
14262024-04-25T09:21:59.908Z Downloaded test-strategy v0.3.1
14272024-04-25T09:21:59.908Z Downloaded spin v0.9.8
14282024-04-25T09:21:59.908Z Downloaded num-traits v0.2.18
14292024-04-25T09:21:59.908Z Downloaded hyper v1.1.0
14302024-04-25T09:21:59.908Z Downloaded typed-path v0.7.0
14312024-04-25T09:21:59.908Z Downloaded plain v0.2.3
14322024-04-25T09:21:59.908Z Downloaded parse-display v0.9.0
14332024-04-25T09:21:59.908Z Downloaded proc-macro-error v1.0.4
14342024-04-25T09:21:59.908Z Downloaded socket2 v0.5.6
14352024-04-25T09:21:59.908Z Downloaded libm v0.2.7
14362024-04-25T09:21:59.908Z Downloaded hash32 v0.3.1
14372024-04-25T09:21:59.908Z Downloaded hash32 v0.2.1
14382024-04-25T09:21:59.909Z Downloaded futures-macro v0.3.30
14392024-04-25T09:21:59.909Z Downloaded der_derive v0.7.2
14402024-04-25T09:21:59.909Z Downloaded predicates v3.1.0
14412024-04-25T09:21:59.909Z Downloaded diff v0.1.13
14422024-04-25T09:21:59.909Z Downloaded derive_more v0.99.17
14432024-04-25T09:21:59.909Z Downloaded csv-core v0.1.11
14442024-04-25T09:21:59.909Z Downloaded unicode_categories v0.1.1
14452024-04-25T09:21:59.909Z Downloaded trust-dns-server v0.22.1
14462024-04-25T09:21:59.909Z Downloaded libxml v0.3.3
14472024-04-25T09:21:59.909Z Downloaded crossbeam-channel v0.5.8
14482024-04-25T09:21:59.909Z Downloaded digest v0.10.7
14492024-04-25T09:21:59.909Z Downloaded uuid v1.8.0
14502024-04-25T09:21:59.909Z Downloaded unicode-linebreak v0.1.5
14512024-04-25T09:21:59.909Z Downloaded tokio-tungstenite v0.20.1
14522024-04-25T09:21:59.909Z Downloaded tokio-rustls v0.25.0
14532024-04-25T09:21:59.909Z Downloaded slog-term v2.9.1
14542024-04-25T09:21:59.910Z Downloaded owo-colors v4.0.0
14552024-04-25T09:21:59.910Z Downloaded tower v0.4.13
14562024-04-25T09:21:59.910Z Downloaded tungstenite v0.21.0
14572024-04-25T09:21:59.910Z Downloaded cstr-argument v0.1.2
14582024-04-25T09:21:59.910Z Downloaded proc-macro-crate v1.3.1
14592024-04-25T09:21:59.910Z Downloaded plotters-backend v0.3.5
14602024-04-25T09:21:59.910Z Downloaded pin-utils v0.1.0
14612024-04-25T09:21:59.910Z Downloaded password-hash v0.5.0
14622024-04-25T09:21:59.910Z Downloaded foreign-types v0.5.0
14632024-04-25T09:21:59.910Z Downloaded foreign-types v0.3.2
14642024-04-25T09:21:59.910Z Downloaded float-cmp v0.9.0
14652024-04-25T09:21:59.910Z Downloaded papergrid v0.11.0
14662024-04-25T09:21:59.910Z Downloaded unsafe-libyaml v0.2.10
14672024-04-25T09:21:59.910Z Downloaded zone v0.1.8
14682024-04-25T09:21:59.911Z Downloaded itertools v0.10.5
14692024-04-25T09:21:59.911Z Downloaded num-rational v0.4.1
14702024-04-25T09:21:59.911Z Downloaded futures v0.3.30
14712024-04-25T09:21:59.911Z Downloaded flume v0.11.0
14722024-04-25T09:21:59.911Z Downloaded expectorate v1.1.0
14732024-04-25T09:21:59.911Z Downloaded rustls-native-certs v0.7.0
14742024-04-25T09:21:59.911Z Downloaded parking_lot v0.11.2
14752024-04-25T09:21:59.911Z Downloaded num-bigint v0.4.4
14762024-04-25T09:21:59.911Z Downloaded minimal-lexical v0.2.1
14772024-04-25T09:21:59.911Z Downloaded socket2 v0.4.9
14782024-04-25T09:21:59.911Z Downloaded base64 v0.22.0
14792024-04-25T09:21:59.911Z Downloaded parking_lot v0.12.1
14802024-04-25T09:21:59.927Z Downloaded tinytemplate v1.2.1
14812024-04-25T09:21:59.928Z Downloaded compact_str v0.7.1
14822024-04-25T09:21:59.928Z Downloaded chacha20poly1305 v0.10.1
14832024-04-25T09:21:59.928Z Downloaded data-encoding v2.4.0
14842024-04-25T09:21:59.928Z Downloaded static_assertions v1.1.0
14852024-04-25T09:21:59.929Z Downloaded serde_with_macros v3.7.0
14862024-04-25T09:21:59.929Z Downloaded cc v1.0.83
14872024-04-25T09:21:59.929Z Downloaded ron v0.7.1
14882024-04-25T09:21:59.929Z Downloaded serde-hex v0.1.0
14892024-04-25T09:21:59.930Z Downloaded rustfmt-wrapper v0.2.1
14902024-04-25T09:21:59.930Z Downloaded r2d2 v0.8.10
14912024-04-25T09:21:59.930Z Downloaded poly1305 v0.8.0
14922024-04-25T09:21:59.930Z Downloaded subtle v2.5.0
14932024-04-25T09:21:59.930Z Downloaded usdt-impl v0.5.0
14942024-04-25T09:21:59.953Z Downloaded clang-sys v1.6.1
14952024-04-25T09:21:59.953Z Downloaded pest_generator v2.7.6
14962024-04-25T09:21:59.953Z Downloaded dyn-clone v1.0.17
14972024-04-25T09:21:59.954Z Downloaded threadpool v1.8.1
14982024-04-25T09:21:59.954Z Downloaded heapless v0.7.16
14992024-04-25T09:21:59.954Z Downloaded serde_tokenstream v0.1.7
15002024-04-25T09:21:59.954Z Downloaded futures-executor v0.3.30
15012024-04-25T09:21:59.954Z Downloaded rustc_version v0.4.0
15022024-04-25T09:21:59.954Z Downloaded rustc_version v0.1.7
15032024-04-25T09:21:59.954Z Downloaded rustc-hash v1.1.0
15042024-04-25T09:21:59.954Z Downloaded rand_chacha v0.3.1
15052024-04-25T09:21:59.954Z Downloaded portpicker v0.1.1
15062024-04-25T09:21:59.969Z Downloaded sha2 v0.10.8
15072024-04-25T09:21:59.969Z Downloaded rustls-pki-types v1.3.0
15082024-04-25T09:21:59.969Z Downloaded cfg-expr v0.15.6
15092024-04-25T09:21:59.969Z Downloaded camino-tempfile v1.1.1
15102024-04-25T09:21:59.969Z Downloaded sha1 v0.10.6
15112024-04-25T09:21:59.969Z Downloaded num-derive v0.4.0
15122024-04-25T09:21:59.969Z Downloaded group v0.13.0
15132024-04-25T09:21:59.969Z Downloaded vsss-rs v3.3.4
15142024-04-25T09:21:59.969Z Downloaded cookie v0.17.0
15152024-04-25T09:21:59.970Z Downloaded constant_time_eq v0.2.6
15162024-04-25T09:21:59.970Z Downloaded const_format_proc_macros v0.2.32
15172024-04-25T09:21:59.970Z Downloaded ciborium v0.2.2
15182024-04-25T09:21:59.970Z Downloaded cancel-safe-futures v0.1.5
15192024-04-25T09:21:59.970Z Downloaded bzip2 v0.4.4
15202024-04-25T09:22:00.018Z Downloaded castaway v0.2.2
15212024-04-25T09:22:00.018Z Downloaded mockall_derive v0.12.1
15222024-04-25T09:22:00.018Z Downloaded cexpr v0.6.0
15232024-04-25T09:22:00.018Z Downloaded blake2b_simd v1.0.1
15242024-04-25T09:22:00.018Z Downloaded target-spec v3.1.0
15252024-04-25T09:22:00.018Z Downloaded indicatif v0.17.8
15262024-04-25T09:22:00.018Z Downloaded bitfield v0.14.0
15272024-04-25T09:22:00.018Z Downloaded nu-ansi-term v0.50.0
15282024-04-25T09:22:00.484Z Downloaded bcs v0.1.6
15292024-04-25T09:22:00.484Z Downloaded cfg-if v1.0.0
15302024-04-25T09:22:00.484Z Downloaded bit-vec v0.6.3
15312024-04-25T09:22:00.484Z Downloaded libloading v0.7.4
15322024-04-25T09:22:00.484Z Downloaded strsim v0.10.0
15332024-04-25T09:22:00.484Z Downloaded strip-ansi-escapes v0.2.0
15342024-04-25T09:22:00.484Z Downloaded stable_deref_trait v1.2.0
15352024-04-25T09:22:00.484Z Downloaded similar-asserts v1.5.0
15362024-04-25T09:22:00.485Z Downloaded semver v0.1.20
15372024-04-25T09:22:00.485Z Downloaded siphasher v0.3.11
15382024-04-25T09:22:00.485Z Downloaded convert_case v0.4.0
15392024-04-25T09:22:00.485Z Downloaded constant_time_eq v0.3.0
15402024-04-25T09:22:00.485Z Downloaded ciborium-ll v0.2.2
15412024-04-25T09:22:00.485Z Downloaded chacha20 v0.9.1
15422024-04-25T09:22:00.485Z Downloaded multer v3.0.0
15432024-04-25T09:22:00.485Z Downloaded memmap2 v0.7.1
15442024-04-25T09:22:00.485Z Downloaded cipher v0.4.4
15452024-04-25T09:22:00.485Z Downloaded keccak v0.1.4
15462024-04-25T09:22:00.485Z Downloaded md-5 v0.10.5
15472024-04-25T09:22:00.486Z Downloaded managed v0.8.0
15482024-04-25T09:22:00.486Z Downloaded lru-cache v0.1.2
15492024-04-25T09:22:00.486Z Downloaded maplit v1.0.2
15502024-04-25T09:22:00.486Z Downloaded libefi-sys v0.1.0
15512024-04-25T09:22:00.486Z Downloaded lalrpop-util v0.19.12
15522024-04-25T09:22:00.486Z Downloaded linked-hash-map v0.5.6
15532024-04-25T09:22:00.486Z Downloaded cobs v0.2.3
15542024-04-25T09:22:00.486Z Downloaded async-trait v0.1.80
15552024-04-25T09:22:00.486Z Downloaded assert_cmd v2.0.14
15562024-04-25T09:22:00.486Z Downloaded ascii-canvas v3.0.0
15572024-04-25T09:22:00.486Z Downloaded arc-swap v1.6.0
15582024-04-25T09:22:00.486Z Downloaded lazy_static v1.4.0
15592024-04-25T09:22:00.487Z Downloaded is-terminal v0.4.9
15602024-04-25T09:22:00.487Z Downloaded indoc v2.0.3
15612024-04-25T09:22:00.487Z Downloaded bit-set v0.5.3
15622024-04-25T09:22:00.487Z Downloaded arrayref v0.3.7
15632024-04-25T09:22:00.487Z Downloaded hubpack v0.1.2
15642024-04-25T09:22:00.487Z Downloaded http v1.0.0
15652024-04-25T09:22:00.487Z Downloaded arrayvec v0.7.4
15662024-04-25T09:22:00.488Z Downloaded approx v0.5.1
15672024-04-25T09:22:00.488Z Downloaded anes v0.1.6
15682024-04-25T09:22:00.488Z Downloaded atomic-waker v1.1.1
15692024-04-25T09:22:00.488Z Downloaded http-range v0.1.5
15702024-04-25T09:22:00.488Z Downloaded atomicwrites v0.4.3
15712024-04-25T09:22:00.488Z Downloaded assert_matches v1.5.0
15722024-04-25T09:22:00.488Z Downloaded httpdate v1.0.3
15732024-04-25T09:22:00.488Z Downloaded heapless v0.8.0
15742024-04-25T09:22:00.488Z Downloaded cassowary v0.3.0
15752024-04-25T09:22:01.731Z Downloaded ascii v1.1.0
15762024-04-25T09:22:01.731Z Downloaded async-stream-impl v0.3.5
15772024-04-25T09:22:01.731Z Downloaded humantime v2.1.0
15782024-04-25T09:22:01.732Z Downloaded highway v1.1.0
15792024-04-25T09:22:01.732Z Downloaded hex-literal v0.4.1
15802024-04-25T09:22:01.732Z Downloaded heck v0.4.1
15812024-04-25T09:22:01.732Z Downloaded base64 v0.21.7
15822024-04-25T09:22:01.732Z Downloaded allocator-api2 v0.2.16
15832024-04-25T09:22:01.732Z Downloaded bytes v1.6.0
15842024-04-25T09:22:01.732Z Downloaded base16ct v0.2.0
15852024-04-25T09:22:01.732Z Downloaded hex v0.4.3
15862024-04-25T09:22:01.732Z Downloaded ahash v0.8.8
15872024-04-25T09:22:01.732Z Downloaded aead v0.5.2
15882024-04-25T09:22:01.739Z Compiling libc v0.2.153
15892024-04-25T09:22:01.740Z Compiling serde v1.0.198
15902024-04-25T09:22:01.740Z Compiling version_check v0.9.4
15912024-04-25T09:22:01.740Z Checking cfg-if v1.0.0
15922024-04-25T09:22:01.740Z Compiling lock_api v0.4.10
15932024-04-25T09:22:01.740Z Compiling syn v1.0.109
15942024-04-25T09:22:01.740Z Compiling syn v2.0.60
15952024-04-25T09:22:01.740Z Compiling parking_lot_core v0.9.8
15962024-04-25T09:22:01.740Z Compiling once_cell v1.19.0
15972024-04-25T09:22:01.740Z Compiling libm v0.2.7
15982024-04-25T09:22:01.740Z Compiling num-traits v0.2.18
15992024-04-25T09:22:01.741Z Compiling memchr v2.7.1
16002024-04-25T09:22:01.741Z Compiling serde_json v1.0.116
16012024-04-25T09:22:01.741Z Compiling ahash v0.8.8
16022024-04-25T09:22:01.741Z Compiling byteorder v1.5.0
16032024-04-25T09:22:01.996Z Checking log v0.4.21
16042024-04-25T09:22:02.368Z Compiling slab v0.4.9
16052024-04-25T09:22:02.554Z Checking itoa v1.0.9
16062024-04-25T09:22:02.680Z Checking getrandom v0.2.12
16072024-04-25T09:22:02.680Z Compiling cc v1.0.83
16082024-04-25T09:22:02.868Z Compiling typenum v1.16.0
16092024-04-25T09:22:02.894Z Compiling generic-array v0.14.7
16102024-04-25T09:22:02.927Z Checking scopeguard v1.2.0
16112024-04-25T09:22:03.936Z Checking smallvec v1.13.1
16122024-04-25T09:22:04.018Z Compiling heck v0.4.1
16132024-04-25T09:22:04.018Z Compiling allocator-api2 v0.2.16
16142024-04-25T09:22:04.019Z Compiling pkg-config v0.3.27
16152024-04-25T09:22:04.019Z Compiling rustix v0.38.31
16162024-04-25T09:22:04.019Z Compiling schemars v0.8.16
16172024-04-25T09:22:04.109Z Compiling httparse v1.8.0
16182024-04-25T09:22:04.559Z Checking pin-project-lite v0.2.13
16192024-04-25T09:22:04.559Z Compiling time-core v0.1.2
16202024-04-25T09:22:04.559Z Checking parking_lot v0.12.1
16212024-04-25T09:22:04.559Z Compiling num-conv v0.1.0
16222024-04-25T09:22:04.644Z Compiling fnv v1.0.7
16232024-04-25T09:22:04.766Z Checking signal-hook-registry v1.4.1
16242024-04-25T09:22:05.225Z Compiling vcpkg v0.2.15
16252024-04-25T09:22:05.229Z Compiling time-macros v0.2.17
16262024-04-25T09:22:05.229Z Checking mio v0.8.11
16272024-04-25T09:22:05.344Z Checking ryu v1.0.15
16282024-04-25T09:22:05.566Z Compiling aho-corasick v1.1.2
16292024-04-25T09:22:05.623Z Compiling ring v0.17.8
16302024-04-25T09:22:07.078Z Compiling regex-syntax v0.8.2
16312024-04-25T09:22:07.098Z Compiling openssl-sys v0.9.102
16322024-04-25T09:22:09.070Z Checking rand_core v0.6.4
16332024-04-25T09:22:09.074Z Compiling serde_derive_internals v0.26.0
16342024-04-25T09:22:09.158Z Checking num_cpus v1.16.0
16352024-04-25T09:22:09.260Z Checking futures-core v0.3.30
16362024-04-25T09:22:09.425Z Compiling ring v0.16.20
16372024-04-25T09:22:10.426Z Compiling regex-automata v0.4.5
16382024-04-25T09:22:10.972Z Checking socket2 v0.5.6
16392024-04-25T09:22:11.365Z Compiling openssl v0.10.64
16402024-04-25T09:22:11.753Z Compiling rustversion v1.0.14
16412024-04-25T09:22:12.026Z Compiling ucd-trie v0.1.6
16422024-04-25T09:22:12.329Z Compiling slog v2.7.0
16432024-04-25T09:22:12.597Z Compiling crossbeam-utils v0.8.19
16442024-04-25T09:22:13.223Z Compiling native-tls v0.2.11
16452024-04-25T09:22:13.443Z Compiling rustls v0.21.9
16462024-04-25T09:22:13.534Z Compiling iana-time-zone v0.1.57
16472024-04-25T09:22:13.727Z Compiling cookie v0.17.0
16482024-04-25T09:22:13.942Z Checking spin v0.5.2
16492024-04-25T09:22:14.080Z Compiling backtrace v0.3.69
16502024-04-25T09:22:14.218Z Compiling unicode-xid v0.2.4
16512024-04-25T09:22:14.770Z Compiling uuid v0.8.2
16522024-04-25T09:22:14.786Z Compiling regex v1.10.4
16532024-04-25T09:22:14.787Z Compiling serde_derive v1.0.198
16542024-04-25T09:22:14.787Z Compiling zerocopy-derive v0.7.32
16552024-04-25T09:22:14.787Z Compiling thiserror-impl v1.0.59
16562024-04-25T09:22:14.942Z Compiling zeroize_derive v1.4.2
16572024-04-25T09:22:15.211Z Compiling tokio-macros v2.2.0
16582024-04-25T09:22:15.433Z Compiling futures-macro v0.3.30
16592024-04-25T09:22:16.032Z Compiling tracing-attributes v0.1.27
16602024-04-25T09:22:16.619Z Compiling schemars_derive v0.8.16
16612024-04-25T09:22:16.865Z Compiling zerocopy v0.7.32
16622024-04-25T09:22:16.914Z Checking zeroize v1.7.0
16632024-04-25T09:22:17.168Z Compiling openssl-macros v0.1.1
16642024-04-25T09:22:17.951Z Compiling async-trait v0.1.80
16652024-04-25T09:22:18.067Z Compiling thiserror v1.0.59
16662024-04-25T09:22:18.333Z Compiling pest v2.7.6
16672024-04-25T09:22:18.963Z Checking futures-sink v0.3.30
16682024-04-25T09:22:19.100Z Compiling dyn-clone v1.0.17
16692024-04-25T09:22:19.230Z Compiling hashbrown v0.14.3
16702024-04-25T09:22:19.313Z Compiling anyhow v1.0.82
16712024-04-25T09:22:20.109Z Checking pin-utils v0.1.0
16722024-04-25T09:22:20.235Z Checking futures-channel v0.3.30
16732024-04-25T09:22:20.583Z Compiling pest_meta v2.7.6
16742024-04-25T09:22:20.691Z Checking futures-task v0.3.30
16752024-04-25T09:22:20.859Z Checking futures-io v0.3.30
16762024-04-25T09:22:20.878Z Compiling tinyvec_macros v0.1.1
16772024-04-25T09:22:20.908Z Compiling scroll_derive v0.12.0
16782024-04-25T09:22:20.958Z Compiling tinyvec v1.6.0
16792024-04-25T09:22:20.996Z Compiling thread-id v4.2.0
16802024-04-25T09:22:21.033Z Checking futures-util v0.3.30
16812024-04-25T09:22:21.097Z Compiling der_derive v0.7.2
16822024-04-25T09:22:21.850Z Compiling pest_generator v2.7.6
16832024-04-25T09:22:22.384Z Compiling unicode-normalization v0.1.22
16842024-04-25T09:22:23.466Z Compiling unicode-bidi v0.3.15
16852024-04-25T09:22:23.644Z Compiling errno v0.3.8
16862024-04-25T09:22:23.828Z Checking subtle v2.5.0
16872024-04-25T09:22:23.849Z Compiling crc32fast v1.3.2
16882024-04-25T09:22:24.073Z Compiling unicode-width v0.1.11
16892024-04-25T09:22:24.227Z Compiling either v1.11.0
16902024-04-25T09:22:25.379Z Compiling winnow v0.5.15
16912024-04-25T09:22:25.481Z Compiling pest_derive v2.7.6
16922024-04-25T09:22:26.149Z Compiling synstructure v0.12.6
16932024-04-25T09:22:26.255Z Compiling spin v0.9.8
16942024-04-25T09:22:26.617Z Compiling tracing-core v0.1.32
16952024-04-25T09:22:26.820Z Compiling scroll v0.12.0
16962024-04-25T09:22:27.239Z Compiling usdt-impl v0.5.0
16972024-04-25T09:22:27.360Z Compiling tracing v0.1.40
16982024-04-25T09:22:27.690Z Compiling const-oid v0.9.6
16992024-04-25T09:22:27.858Z Compiling plain v0.2.3
17002024-04-25T09:22:27.945Z Compiling zerocopy-derive v0.2.0
17012024-04-25T09:22:28.057Z Compiling percent-encoding v2.3.1
17022024-04-25T09:22:28.200Z Checking bytes v1.6.0
17032024-04-25T09:22:28.374Z Checking bitflags v2.4.2
17042024-04-25T09:22:28.657Z Compiling goblin v0.8.0
17052024-04-25T09:22:29.010Z Checking tokio v1.37.0
17062024-04-25T09:22:29.403Z Compiling indexmap v2.2.6
17072024-04-25T09:22:30.020Z Compiling uuid v1.8.0
17082024-04-25T09:22:30.360Z Compiling chrono v0.4.38
17092024-04-25T09:22:30.831Z Compiling semver v1.0.22
17102024-04-25T09:22:30.865Z Compiling http v0.2.12
17112024-04-25T09:22:31.368Z Compiling toml_datetime v0.6.5
17122024-04-25T09:22:31.577Z Compiling serde_spanned v0.6.5
17132024-04-25T09:22:31.613Z Compiling rustc_version v0.4.0
17142024-04-25T09:22:32.329Z Compiling toml_edit v0.19.15
17152024-04-25T09:22:32.363Z Compiling openapiv3 v2.0.0
17162024-04-25T09:22:34.308Z Compiling pretty-hex v0.4.1
17172024-04-25T09:22:34.543Z Compiling dof v0.3.0
17182024-04-25T09:22:35.766Z Compiling clap_derive v4.5.4
17192024-04-25T09:22:36.741Z Compiling dtrace-parser v0.2.0
17202024-04-25T09:22:36.818Z Compiling untrusted v0.7.1
17212024-04-25T09:22:36.988Z Compiling signal-hook v0.3.17
17222024-04-25T09:22:37.086Z Compiling foreign-types-shared v0.1.1
17232024-04-25T09:22:37.195Z Compiling untrusted v0.9.0
17242024-04-25T09:22:37.241Z Compiling powerfmt v0.2.0
17252024-04-25T09:22:37.642Z Compiling deranged v0.3.11
17262024-04-25T09:22:39.103Z Compiling foreign-types v0.3.2
17272024-04-25T09:22:39.109Z Compiling form_urlencoded v1.2.1
17282024-04-25T09:22:39.109Z Compiling crypto-common v0.1.6
17292024-04-25T09:22:39.148Z Compiling zerocopy-derive v0.6.6
17302024-04-25T09:22:39.641Z Compiling tokio-util v0.7.10
17312024-04-25T09:22:40.145Z Compiling usdt-impl v0.3.5
17322024-04-25T09:22:40.480Z Compiling siphasher v0.3.11
17332024-04-25T09:22:40.632Z Compiling num_threads v0.1.6
17342024-04-25T09:22:40.777Z Compiling base64 v0.21.7
17352024-04-25T09:22:40.818Z Compiling try-lock v0.2.4
17362024-04-25T09:22:40.894Z Compiling time v0.3.34
17372024-04-25T09:22:40.953Z Compiling want v0.3.1
17382024-04-25T09:22:41.112Z Compiling sct v0.7.0
17392024-04-25T09:22:41.252Z Compiling h2 v0.3.26
17402024-04-25T09:22:42.169Z Compiling rustls-webpki v0.101.7
17412024-04-25T09:22:42.169Z Compiling http-body v0.4.5
17422024-04-25T09:22:42.169Z Compiling zerocopy v0.3.0
17432024-04-25T09:22:42.353Z Compiling block-buffer v0.10.4
17442024-04-25T09:22:42.428Z Compiling idna v0.5.0
17452024-04-25T09:22:42.449Z Compiling bzip2-sys v0.1.11+1.0.8
17462024-04-25T09:22:42.902Z Compiling openssl-probe v0.1.5
17472024-04-25T09:22:43.231Z Compiling tower-service v0.3.2
17482024-04-25T09:22:43.287Z Compiling httpdate v1.0.3
17492024-04-25T09:22:43.372Z Compiling url v2.5.0
17502024-04-25T09:22:43.949Z Compiling digest v0.10.7
17512024-04-25T09:22:44.442Z Compiling dof v0.1.5
17522024-04-25T09:22:44.771Z Compiling heapless v0.7.16
17532024-04-25T09:22:45.296Z Compiling dtrace-parser v0.1.14
17542024-04-25T09:22:45.336Z Compiling idna v0.3.0
17552024-04-25T09:22:45.385Z Compiling lazy_static v1.4.0
17562024-04-25T09:22:46.251Z Compiling adler v1.0.2
17572024-04-25T09:22:46.467Z Compiling psl-types v2.0.11
17582024-04-25T09:22:46.655Z Checking equivalent v1.0.1
17592024-04-25T09:22:46.751Z Compiling ppv-lite86 v0.2.17
17602024-04-25T09:22:46.881Z Compiling publicsuffix v2.2.3
17612024-04-25T09:22:47.102Z Compiling miniz_oxide v0.7.1
17622024-04-25T09:22:47.526Z Compiling tokio-native-tls v0.3.1
17632024-04-25T09:22:48.184Z Compiling rand_chacha v0.3.1
17642024-04-25T09:22:48.219Z Compiling crossbeam-epoch v0.9.18
17652024-04-25T09:22:48.219Z Compiling hyper v0.14.28
17662024-04-25T09:22:48.528Z Compiling tokio-rustls v0.24.1
17672024-04-25T09:22:48.919Z Compiling serde_tokenstream v0.1.7
17682024-04-25T09:22:49.454Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
17692024-04-25T09:22:49.652Z Compiling bit-vec v0.6.3
17702024-04-25T09:22:49.759Z Compiling ipnet v2.9.0
17712024-04-25T09:22:49.951Z Compiling cookie_store v0.20.0
17722024-04-25T09:22:50.537Z Compiling rand v0.8.5
17732024-04-25T09:22:50.576Z Compiling rustls-pemfile v1.0.3
17742024-04-25T09:22:51.070Z Compiling phf_shared v0.10.0
17752024-04-25T09:22:51.070Z Compiling serde_urlencoded v0.7.1
17762024-04-25T09:22:51.136Z Compiling encoding_rs v0.8.33
17772024-04-25T09:22:51.452Z Compiling num-bigint v0.4.4
17782024-04-25T09:22:51.468Z Compiling webpki-roots v0.25.2
17792024-04-25T09:22:51.594Z Compiling base64ct v1.6.0
17802024-04-25T09:22:51.717Z Compiling fixedbitset v0.4.2
17812024-04-25T09:22:51.737Z Compiling mime v0.3.17
17822024-04-25T09:22:52.093Z Compiling precomputed-hash v0.1.1
17832024-04-25T09:22:52.141Z Compiling new_debug_unreachable v1.0.4
17842024-04-25T09:22:52.182Z Compiling smoltcp v0.9.1
17852024-04-25T09:22:52.203Z Compiling gimli v0.28.0
17862024-04-25T09:22:52.229Z Compiling sync_wrapper v0.1.2
17872024-04-25T09:22:52.282Z Compiling minimal-lexical v0.2.1
17882024-04-25T09:22:52.368Z Compiling string_cache v0.8.7
17892024-04-25T09:22:52.718Z Compiling nom v7.1.3
17902024-04-25T09:22:52.765Z Compiling pem-rfc7468 v0.7.0
17912024-04-25T09:22:52.814Z Compiling petgraph v0.6.4
17922024-04-25T09:22:53.227Z Compiling usdt-macro v0.3.5
17932024-04-25T09:22:53.547Z Compiling usdt-attr-macro v0.3.5
17942024-04-25T09:22:53.714Z Compiling bit-set v0.5.3
17952024-04-25T09:22:54.002Z Compiling hmac v0.12.1
17962024-04-25T09:22:54.239Z Compiling itertools v0.10.5
17972024-04-25T09:22:54.939Z Compiling hyper-tls v0.5.0
17982024-04-25T09:22:55.102Z Compiling hyper-rustls v0.24.2
17992024-04-25T09:22:55.290Z Compiling enum-as-inner v0.5.1
18002024-04-25T09:22:55.434Z Compiling reqwest v0.11.24
18012024-04-25T09:22:55.622Z Compiling hubpack_derive v0.1.1
18022024-04-25T09:22:56.350Z Compiling addr2line v0.21.0
18032024-04-25T09:22:56.374Z Compiling diesel_table_macro_syntax v0.1.0
18042024-04-25T09:22:56.566Z Compiling object v0.32.1
18052024-04-25T09:22:57.068Z Compiling unicode-segmentation v1.10.1
18062024-04-25T09:22:57.068Z Compiling flagset v0.4.3
18072024-04-25T09:22:57.068Z Compiling lalrpop-util v0.19.12
18082024-04-25T09:22:57.068Z Compiling rustc-demangle v0.1.23
18092024-04-25T09:22:57.207Z Compiling toml_edit v0.22.12
18102024-04-25T09:22:57.948Z Compiling der v0.7.8
18112024-04-25T09:22:57.959Z Compiling diesel_derives v2.1.2
18122024-04-25T09:22:57.959Z Compiling flate2 v1.0.28
18132024-04-25T09:22:57.959Z Compiling futures-executor v0.3.30
18142024-04-25T09:22:58.068Z Compiling cpufeatures v0.2.12
18152024-04-25T09:22:58.305Z Compiling sha2 v0.10.8
18162024-04-25T09:22:58.499Z Compiling futures v0.3.30
18172024-04-25T09:22:58.777Z Compiling md-5 v0.10.5
18182024-04-25T09:22:59.021Z Compiling toml v0.7.8
18192024-04-25T09:22:59.907Z Compiling spki v0.7.2
18202024-04-25T09:23:00.294Z Compiling hex v0.4.3
18212024-04-25T09:23:00.739Z Compiling stringprep v0.1.3
18222024-04-25T09:23:00.886Z Compiling strum_macros v0.25.2
18232024-04-25T09:23:00.904Z Compiling serde_repr v0.1.16
18242024-04-25T09:23:02.074Z Compiling num-integer v0.1.46
18252024-04-25T09:23:02.114Z Compiling hash32 v0.2.1
18262024-04-25T09:23:02.501Z Checking unicode-ident v1.0.12
18272024-04-25T09:23:02.663Z Compiling fallible-iterator v0.2.0
18282024-04-25T09:23:04.748Z Compiling stable_deref_trait v1.2.0
18292024-04-25T09:23:04.813Z Compiling postgres-protocol v0.6.6
18302024-04-25T09:23:05.042Z Compiling pkcs8 v0.10.2
18312024-04-25T09:23:05.600Z Compiling phf_shared v0.11.2
18322024-04-25T09:23:05.696Z Compiling terminal_size v0.3.0
18332024-04-25T09:23:06.198Z Compiling ff v0.13.0
18342024-04-25T09:23:06.198Z Compiling block-padding v0.3.3
18352024-04-25T09:23:06.198Z Compiling scheduled-thread-pool v0.2.7
18362024-04-25T09:23:06.198Z Compiling bitflags v1.3.2
18372024-04-25T09:23:06.240Z Compiling peg-runtime v0.8.2
18382024-04-25T09:23:06.270Z Compiling managed v0.8.0
18392024-04-25T09:23:06.418Z Compiling base16ct v0.2.0
18402024-04-25T09:23:06.447Z Compiling matches v0.1.10
18412024-04-25T09:23:06.577Z Compiling regex-automata v0.1.10
18422024-04-25T09:23:06.591Z Compiling clap_builder v4.5.2
18432024-04-25T09:23:06.686Z Compiling sec1 v0.7.3
18442024-04-25T09:23:06.719Z Compiling idna v0.2.3
18452024-04-25T09:23:06.905Z Compiling inout v0.1.3
18462024-04-25T09:23:07.008Z Compiling bstr v0.2.17
18472024-04-25T09:23:07.175Z Compiling r2d2 v0.8.10
18482024-04-25T09:23:07.547Z Compiling group v0.13.0
18492024-04-25T09:23:07.639Z Compiling signal-hook-mio v0.2.3
18502024-04-25T09:23:07.811Z Compiling phf v0.11.2
18512024-04-25T09:23:07.850Z Compiling bzip2 v0.4.4
18522024-04-25T09:23:08.107Z Compiling postgres-types v0.2.6
18532024-04-25T09:23:08.268Z Compiling hubpack v0.1.2
18542024-04-25T09:23:08.419Z Compiling hkdf v0.12.4
18552024-04-25T09:23:08.736Z Compiling zerocopy v0.6.6
18562024-04-25T09:23:11.055Z Compiling ipnetwork v0.20.0
18572024-04-25T09:23:11.538Z Compiling crypto-bigint v0.5.2
18582024-04-25T09:23:11.538Z Compiling float-cmp v0.9.0
18592024-04-25T09:23:11.538Z Compiling static_assertions v1.1.0
18602024-04-25T09:23:11.538Z Compiling normalize-line-endings v0.3.0
18612024-04-25T09:23:11.539Z Compiling difflib v0.4.0
18622024-04-25T09:23:11.539Z Compiling data-encoding v2.4.0
18632024-04-25T09:23:11.539Z Compiling predicates-core v1.0.6
18642024-04-25T09:23:11.539Z Compiling whoami v1.5.1
18652024-04-25T09:23:11.539Z Compiling predicates v3.1.0
18662024-04-25T09:23:12.024Z Compiling tokio-postgres v0.7.10
18672024-04-25T09:23:12.323Z Compiling yasna v0.5.2
18682024-04-25T09:23:12.375Z Compiling elliptic-curve v0.13.8
18692024-04-25T09:23:13.165Z Compiling trust-dns-proto v0.22.0
18702024-04-25T09:23:13.273Z Compiling clap v4.5.4
18712024-04-25T09:23:18.388Z Compiling diesel v2.1.6
18722024-04-25T09:23:18.661Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
18732024-04-25T09:23:18.854Z Compiling zip v0.6.6
18742024-04-25T09:23:18.854Z Compiling similar v2.4.0
18752024-04-25T09:23:18.854Z Compiling crossterm v0.27.0
18762024-04-25T09:23:18.854Z Compiling cipher v0.4.4
18772024-04-25T09:23:18.854Z Checking proc-macro2 v1.0.81
18782024-04-25T09:23:18.854Z Compiling num-iter v0.1.44
18792024-04-25T09:23:18.854Z Compiling usdt v0.3.5
18802024-04-25T09:23:18.854Z Compiling console v0.15.8
18812024-04-25T09:23:18.854Z Compiling tokio-stream v0.1.15
18822024-04-25T09:23:18.854Z Compiling bstr v1.9.0
18832024-04-25T09:23:18.928Z Compiling base64 v0.22.0
18842024-04-25T09:23:19.113Z Checking quote v1.0.36
18852024-04-25T09:23:24.372Z Checking utf8parse v0.2.1
18862024-04-25T09:23:28.015Z Checking anstyle v1.0.6
18872024-04-25T09:23:29.122Z Checking anstyle-parse v0.2.1
18882024-04-25T09:23:29.308Z Checking anstyle-query v1.0.0
18892024-04-25T09:23:29.388Z Checking colorchoice v1.0.0
18902024-04-25T09:23:29.607Z Checking anstream v0.6.11
18912024-04-25T09:23:33.553Z Checking clap_lex v0.7.0
18922024-04-25T09:23:33.616Z Checking strsim v0.11.0
18932024-04-25T09:23:33.616Z Compiling serde_tokenstream v0.2.0
18942024-04-25T09:23:34.289Z Checking winnow v0.6.1
18952024-04-25T09:23:42.684Z Compiling regress v0.9.1
18962024-04-25T09:23:42.786Z Compiling getopts v0.2.21
18972024-04-25T09:23:44.177Z Compiling unsafe-libyaml v0.2.10
18982024-04-25T09:23:44.177Z Checking progenitor-client v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f)
18992024-04-25T09:23:44.602Z Checking is-terminal v0.4.9
19002024-04-25T09:23:44.621Z Checking camino v1.1.6
19012024-04-25T09:23:45.098Z Compiling strsim v0.10.0
19022024-04-25T09:23:45.170Z Compiling serde_yaml v0.9.25
19032024-04-25T09:23:45.458Z Compiling ident_case v1.0.1
19042024-04-25T09:23:45.495Z Checking sha1 v0.10.6
19052024-04-25T09:23:45.517Z Checking http v1.0.0
19062024-04-25T09:23:46.023Z Compiling darling_core v0.20.8
19072024-04-25T09:23:46.046Z Compiling paste v1.0.14
19082024-04-25T09:23:46.299Z Compiling typify-impl v0.0.16 (https://github.com/oxidecomputer/typify#c5ebe0a2)
19092024-04-25T09:23:46.887Z Compiling strum_macros v0.26.1
19102024-04-25T09:23:47.548Z Checking match_cfg v0.1.0
19112024-04-25T09:23:47.632Z Checking rustls-pki-types v1.3.0
19122024-04-25T09:23:48.057Z Checking fastrand v2.0.1
19132024-04-25T09:23:48.365Z Checking tempfile v3.10.1
19142024-04-25T09:23:48.717Z Checking hostname v0.3.1
19152024-04-25T09:23:49.197Z Checking dirs-sys-next v0.1.2
19162024-04-25T09:23:49.378Z Checking quick-error v1.2.3
19172024-04-25T09:23:49.412Z Checking dirs-next v2.0.0
19182024-04-25T09:23:49.536Z Checking crossbeam-channel v0.5.8
19192024-04-25T09:23:49.557Z Checking thread_local v1.1.7
19202024-04-25T09:23:49.854Z Compiling slog-async v2.8.0
19212024-04-25T09:23:49.963Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
19222024-04-25T09:23:50.103Z Compiling rustls v0.22.4
19232024-04-25T09:23:50.244Z Checking term v0.7.0
19242024-04-25T09:23:50.381Z Checking rustls-webpki v0.102.1
19252024-04-25T09:23:50.810Z Checking instant v0.1.12
19262024-04-25T09:23:50.810Z Checking take_mut v0.2.2
19272024-04-25T09:23:50.810Z Checking rustls-pemfile v2.1.2
19282024-04-25T09:23:50.810Z Checking slog-term v2.9.1
19292024-04-25T09:23:50.810Z Compiling multer v3.0.0
19302024-04-25T09:23:50.845Z Checking debug-ignore v1.0.5
19312024-04-25T09:23:50.972Z Checking toml v0.8.12
19322024-04-25T09:23:51.102Z Checking slog-json v2.6.1
19332024-04-25T09:23:51.115Z Compiling async-stream-impl v0.3.5
19342024-04-25T09:23:51.342Z Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#29ae98d1)
19352024-04-25T09:23:51.664Z Checking atomic-waker v1.1.1
19362024-04-25T09:23:51.739Z Checking slog-bunyan v2.5.0
19372024-04-25T09:23:51.790Z Checking waitgroup v0.1.2
19382024-04-25T09:23:51.908Z Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#29ae98d1)
19392024-04-25T09:23:52.149Z Checking strum v0.26.2
19402024-04-25T09:23:52.257Z Checking serde_path_to_error v0.1.16
19412024-04-25T09:23:52.307Z Checking newtype-uuid v1.1.0
19422024-04-25T09:23:52.539Z Checking async-stream v0.3.5
19432024-04-25T09:23:52.555Z Checking wait-timeout v0.2.0
19442024-04-25T09:23:52.685Z Compiling darling_macro v0.20.8
19452024-04-25T09:23:52.725Z Compiling structmeta-derive v0.3.0
19462024-04-25T09:23:52.737Z Checking rusty-fork v0.3.0
19472024-04-25T09:23:52.860Z Compiling structmeta-derive v0.2.0
19482024-04-25T09:23:53.027Z Checking rand_xorshift v0.3.0
19492024-04-25T09:23:53.195Z Checking unarray v0.1.4
19502024-04-25T09:23:53.358Z Checking proptest v1.4.0
19512024-04-25T09:23:53.741Z Compiling darling v0.20.8
19522024-04-25T09:23:53.877Z Compiling serde_with_macros v3.7.0
19532024-04-25T09:23:54.088Z Checking backoff v0.4.0
19542024-04-25T09:23:54.367Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
19552024-04-25T09:23:54.689Z Checking tokio-rustls v0.25.0
19562024-04-25T09:23:55.216Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
19572024-04-25T09:23:55.344Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
19582024-04-25T09:23:55.567Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
19592024-04-25T09:23:55.810Z Compiling structmeta v0.3.0
19602024-04-25T09:23:56.012Z Compiling structmeta v0.2.0
19612024-04-25T09:23:56.282Z Compiling parse-display-derive v0.9.0
19622024-04-25T09:23:56.383Z Checking serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
19632024-04-25T09:23:56.462Z Compiling test-strategy v0.3.1
19642024-04-25T09:23:56.532Z Checking macaddr v1.0.1
19652024-04-25T09:23:56.875Z Compiling proc-macro-error-attr v1.0.4
19662024-04-25T09:23:57.123Z Checking serde_with v3.7.0
19672024-04-25T09:23:57.264Z Compiling proc-macro-error v1.0.4
19682024-04-25T09:23:57.853Z Compiling proc-macro-crate v1.3.1
19692024-04-25T09:23:58.648Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
19702024-04-25T09:23:59.011Z Compiling num_enum_derive v0.5.11
19712024-04-25T09:23:59.043Z Checking camino-tempfile v1.1.1
19722024-04-25T09:23:59.289Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
19732024-04-25T09:23:59.323Z Compiling foreign-types-macros v0.2.3
19742024-04-25T09:23:59.646Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
19752024-04-25T09:23:59.929Z Checking foreign-types-shared v0.3.1
19762024-04-25T09:24:00.394Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
19772024-04-25T09:24:00.996Z Checking cstr-argument v0.1.2
19782024-04-25T09:24:01.410Z Checking pretty-hex v0.2.1
19792024-04-25T09:24:01.410Z Checking foreign-types v0.5.0
19802024-04-25T09:24:01.410Z Checking tabwriter v1.4.0
19812024-04-25T09:24:01.411Z Checking colored v2.1.0
19822024-04-25T09:24:01.411Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
19832024-04-25T09:24:01.411Z Checking socket2 v0.4.9
19842024-04-25T09:24:01.411Z Checking smf v0.2.3
19852024-04-25T09:24:01.411Z Checking humantime v2.1.0
19862024-04-25T09:24:01.411Z Checking parse-display v0.9.0
19872024-04-25T09:24:01.412Z Checking termcolor v1.2.0
19882024-04-25T09:24:01.412Z Compiling usdt-macro v0.5.0
19892024-04-25T09:24:01.412Z Compiling usdt-attr-macro v0.5.0
19902024-04-25T09:24:01.412Z Checking memmap v0.7.0
19912024-04-25T09:24:01.470Z Checking arc-swap v1.6.0
19922024-04-25T09:24:01.592Z Checking utf-8 v0.7.6
19932024-04-25T09:24:01.681Z Checking xattr v1.0.1
19942024-04-25T09:24:01.784Z Checking filetime v0.2.23
19952024-04-25T09:24:01.819Z Checking num_enum v0.5.11
19962024-04-25T09:24:01.842Z Checking same-file v1.0.6
19972024-04-25T09:24:01.900Z Checking slog-scope v4.4.0
19982024-04-25T09:24:01.960Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
19992024-04-25T09:24:01.980Z Checking tar v0.4.40
20002024-04-25T09:24:02.006Z Checking walkdir v2.5.0
20012024-04-25T09:24:02.131Z Checking slog-stdlog v4.1.1
20022024-04-25T09:24:02.223Z Checking tungstenite v0.20.1
20032024-04-25T09:24:02.257Z Checking slog-envlogger v2.2.0
20042024-04-25T09:24:02.270Z Checking newline-converter v0.3.0
20052024-04-25T09:24:02.420Z Checking expectorate v1.1.0
20062024-04-25T09:24:02.473Z Checking termtree v0.4.1
20072024-04-25T09:24:02.586Z Compiling heapless v0.8.0
20082024-04-25T09:24:02.661Z Checking predicates-tree v1.0.9
20092024-04-25T09:24:02.684Z Checking hash32 v0.3.1
20102024-04-25T09:24:02.806Z Compiling smoltcp v0.11.0
20112024-04-25T09:24:03.239Z Compiling crucible-workspace-hack v0.1.0
20122024-04-25T09:24:03.239Z Checking cobs v0.2.3
20132024-04-25T09:24:03.240Z Checking usdt v0.5.0
20142024-04-25T09:24:03.240Z Checking tokio-tungstenite v0.20.1
20152024-04-25T09:24:03.240Z Checking embedded-io v0.4.0
20162024-04-25T09:24:03.240Z Checking sigpipe v0.1.3
20172024-04-25T09:24:03.262Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
20182024-04-25T09:24:03.281Z Checking postcard v1.0.8
20192024-04-25T09:24:03.281Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
20202024-04-25T09:24:03.496Z Compiling derror-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
20212024-04-25T09:24:03.521Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
20222024-04-25T09:24:03.575Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d)
20232024-04-25T09:24:04.030Z Checking atty v0.2.14
20242024-04-25T09:24:04.030Z Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
20252024-04-25T09:24:04.030Z Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
20262024-04-25T09:24:04.030Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=dd788a311a382b09ce1d3e35f7777b378e09fdf7#dd788a31)
20272024-04-25T09:24:04.297Z Compiling num-derive v0.4.0
20282024-04-25T09:24:04.803Z Compiling mockall_derive v0.12.1
20292024-04-25T09:24:04.825Z Compiling typify-macro v0.0.16 (https://github.com/oxidecomputer/typify#c5ebe0a2)
20302024-04-25T09:24:04.825Z Checking fragile v2.0.0
20312024-04-25T09:24:04.923Z Checking downcast v0.11.0
20322024-04-25T09:24:05.120Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=dd788a311a382b09ce1d3e35f7777b378e09fdf7#dd788a31)
20332024-04-25T09:24:05.377Z Checking pem v3.0.4
20342024-04-25T09:24:05.519Z Checking zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
20352024-04-25T09:24:06.024Z Checking env_logger v0.9.3
20362024-04-25T09:24:06.037Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
20372024-04-25T09:24:06.049Z Compiling bitstruct_derive v0.1.0
20382024-04-25T09:24:06.062Z Checking viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
20392024-04-25T09:24:06.175Z Checking ascii v1.1.0
20402024-04-25T09:24:06.264Z Checking viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
20412024-04-25T09:24:06.421Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
20422024-04-25T09:24:06.567Z Checking rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c)
20432024-04-25T09:24:06.624Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=1ef72f3c935e7dc936bf43310c04668fb60d7a20#1ef72f3c)
20442024-04-25T09:24:06.664Z Checking dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
20452024-04-25T09:24:06.956Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
20462024-04-25T09:24:07.057Z Checking erased-serde v0.3.31
20472024-04-25T09:24:07.199Z Checking serde_arrays v0.1.0
20482024-04-25T09:24:07.329Z Compiling heck v0.3.3
20492024-04-25T09:24:07.403Z Checking bitstruct v0.1.1
20502024-04-25T09:24:07.432Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#d44d9e08)
20512024-04-25T09:24:07.450Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
20522024-04-25T09:24:07.507Z Checking tungstenite v0.21.0
20532024-04-25T09:24:07.727Z Compiling zone_cfg_derive v0.1.2
20542024-04-25T09:24:07.745Z Checking base64 v0.13.1
20552024-04-25T09:24:08.123Z Checking ron v0.7.1
20562024-04-25T09:24:08.158Z Checking propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
20572024-04-25T09:24:08.369Z Checking tokio-tungstenite v0.21.0
20582024-04-25T09:24:08.807Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
20592024-04-25T09:24:09.243Z Checking zone v0.1.8
20602024-04-25T09:24:09.329Z Checking headers-core v0.2.0
20612024-04-25T09:24:09.393Z Checking portpicker v0.1.1
20622024-04-25T09:24:09.553Z Checking headers v0.3.9
20632024-04-25T09:24:09.639Z Compiling typify v0.0.16 (https://github.com/oxidecomputer/typify#c5ebe0a2)
20642024-04-25T09:24:09.784Z Compiling progenitor-impl v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f)
20652024-04-25T09:24:10.271Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
20662024-04-25T09:24:10.404Z Checking rcgen v0.12.1
20672024-04-25T09:24:10.520Z Checking atomicwrites v0.4.3
20682024-04-25T09:24:10.557Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
20692024-04-25T09:24:11.054Z Checking subprocess v0.2.9
20702024-04-25T09:24:11.054Z Checking linked-hash-map v0.5.6
20712024-04-25T09:24:11.055Z Checking password-hash v0.5.0
20722024-04-25T09:24:11.055Z Checking blake2 v0.10.6
20732024-04-25T09:24:11.055Z Checking lru-cache v0.1.2
20742024-04-25T09:24:11.116Z Checking swrite v0.1.0
20752024-04-25T09:24:11.231Z Checking itertools v0.12.1
20762024-04-25T09:24:11.251Z Compiling derive-where v1.2.7
20772024-04-25T09:24:11.289Z Compiling rayon-core v1.12.1
20782024-04-25T09:24:11.474Z Checking argon2 v0.5.3
20792024-04-25T09:24:11.595Z Checking half v2.3.1
20802024-04-25T09:24:12.006Z Compiling cancel-safe-futures v0.1.5
20812024-04-25T09:24:12.080Z Checking ciborium-io v0.2.2
20822024-04-25T09:24:12.141Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
20832024-04-25T09:24:12.173Z Checking ciborium-ll v0.2.2
20842024-04-25T09:24:12.351Z Checking resolv-conf v0.7.0
20852024-04-25T09:24:12.887Z Checking ciborium v0.2.2
20862024-04-25T09:24:12.892Z Checking mockall v0.12.1
20872024-04-25T09:24:12.893Z Checking trust-dns-resolver v0.22.0
20882024-04-25T09:24:12.893Z Checking bytecount v0.6.3
20892024-04-25T09:24:12.905Z Compiling tabled_derive v0.7.0
20902024-04-25T09:24:12.990Z Checking papergrid v0.11.0
20912024-04-25T09:24:13.513Z Compiling slog-dtrace v0.3.0
20922024-04-25T09:24:13.824Z Compiling semver v0.1.20
20932024-04-25T09:24:13.897Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
20942024-04-25T09:24:14.148Z Checking libsw v3.3.1
20952024-04-25T09:24:14.642Z Compiling rustc_version v0.1.7
20962024-04-25T09:24:14.662Z Checking owo-colors v4.0.0
20972024-04-25T09:24:14.662Z Checking linear-map v1.2.0
20982024-04-25T09:24:14.765Z Compiling newtype_derive v0.1.6
20992024-04-25T09:24:14.810Z Compiling num-rational v0.4.1
21002024-04-25T09:24:14.903Z Compiling radium v0.7.0
21012024-04-25T09:24:14.949Z Checking num-complex v0.4.5
21022024-04-25T09:24:15.252Z Checking steno v0.4.0
21032024-04-25T09:24:15.404Z Checking nibble_vec v0.1.0
21042024-04-25T09:24:15.565Z Checking tabled v0.15.0
21052024-04-25T09:24:15.589Z Checking tap v1.0.1
21062024-04-25T09:24:15.746Z Compiling maybe-uninit v2.0.0
21072024-04-25T09:24:15.804Z Checking endian-type v0.1.2
21082024-04-25T09:24:15.992Z Checking num v0.4.2
21092024-04-25T09:24:16.015Z Checking radix_trie v0.2.1
21102024-04-25T09:24:16.093Z Checking wyz v0.5.1
21112024-04-25T09:24:16.216Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
21122024-04-25T09:24:16.825Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
21132024-04-25T09:24:16.833Z Checking fxhash v0.2.1
21142024-04-25T09:24:16.833Z Compiling num-bigint-dig v0.8.4
21152024-04-25T09:24:16.833Z Checking funty v2.0.0
21162024-04-25T09:24:16.962Z Compiling packed_struct v0.10.1
21172024-04-25T09:24:17.022Z Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
21182024-04-25T09:24:17.329Z Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
21192024-04-25T09:24:17.400Z Checking crc-catalog v2.2.0
21202024-04-25T09:24:17.531Z Checking crc v3.0.1
21212024-04-25T09:24:17.598Z Compiling packed_struct_codegen v0.10.1
21222024-04-25T09:24:17.613Z Checking bitvec v1.0.1
21232024-04-25T09:24:17.684Z Compiling indexmap v1.9.3
21242024-04-25T09:24:17.731Z Checking nodrop v0.1.14
21252024-04-25T09:24:17.771Z Checking smallvec v0.6.14
21262024-04-25T09:24:17.852Z Checking array-init v0.0.4
21272024-04-25T09:24:18.034Z Compiling progenitor-macro v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f)
21282024-04-25T09:24:18.141Z Checking pkcs1 v0.7.5
21292024-04-25T09:24:18.511Z Checking signature v2.1.0
21302024-04-25T09:24:18.574Z Checking hashbrown v0.12.3
21312024-04-25T09:24:18.696Z Checking bitfield v0.14.0
21322024-04-25T09:24:19.260Z Checking serde-hex v0.1.0
21332024-04-25T09:24:19.269Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
21342024-04-25T09:24:19.270Z Checking env_logger v0.10.0
21352024-04-25T09:24:19.698Z Checking x509-cert v0.2.4
21362024-04-25T09:24:20.198Z Checking rsa v0.9.2
21372024-04-25T09:24:20.283Z Checking ron v0.8.1
21382024-04-25T09:24:20.643Z Checking hashbrown v0.13.2
21392024-04-25T09:24:20.946Z Checking crc-any v2.4.3
21402024-04-25T09:24:21.162Z Checking display-error-chain v0.2.0
21412024-04-25T09:24:21.281Z Checking path-slash v0.1.5
21422024-04-25T09:24:21.306Z Compiling convert_case v0.4.0
21432024-04-25T09:24:21.311Z Compiling async-recursion v1.1.0
21442024-04-25T09:24:21.409Z Compiling buf-list v1.0.3
21452024-04-25T09:24:21.514Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
21462024-04-25T09:24:21.686Z Checking object v0.30.4
21472024-04-25T09:24:21.750Z Compiling blake3 v1.5.0
21482024-04-25T09:24:22.318Z Compiling derive_more v0.99.17
21492024-04-25T09:24:22.401Z Checking gethostname v0.4.3
21502024-04-25T09:24:22.535Z Compiling libefi-sys v0.1.0
21512024-04-25T09:24:22.744Z Compiling parking_lot_core v0.8.6
21522024-04-25T09:24:22.780Z Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
21532024-04-25T09:24:23.062Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
21542024-04-25T09:24:23.272Z Compiling crossbeam-deque v0.8.3
21552024-04-25T09:24:23.352Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81)
21562024-04-25T09:24:23.544Z Checking keccak v0.1.4
21572024-04-25T09:24:23.568Z Checking parking_lot v0.11.2
21582024-04-25T09:24:23.598Z Checking lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
21592024-04-25T09:24:29.552Z Checking sha3 v0.10.8
21602024-04-25T09:24:29.626Z Checking libnvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81)
21612024-04-25T09:24:29.627Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
21622024-04-25T09:24:29.627Z Checking trust-dns-client v0.22.0
21632024-04-25T09:24:29.627Z Checking toml v0.5.11
21642024-04-25T09:24:29.627Z Checking secrecy v0.8.0
21652024-04-25T09:24:29.627Z Compiling pin-project-internal v1.1.3
21662024-04-25T09:24:29.627Z Compiling rayon v1.10.0
21672024-04-25T09:24:29.627Z Checking sled v0.34.7
21682024-04-25T09:24:29.627Z Checking trust-dns-server v0.22.1
21692024-04-25T09:24:29.627Z Checking pin-project v1.1.3
21702024-04-25T09:24:29.627Z Compiling memmap2 v0.7.1
21712024-04-25T09:24:29.627Z Compiling constant_time_eq v0.3.0
21722024-04-25T09:24:29.627Z Compiling home v0.5.5
21732024-04-25T09:24:29.627Z Compiling arrayvec v0.7.4
21742024-04-25T09:24:29.627Z Compiling arrayref v0.3.7
21752024-04-25T09:24:29.627Z Compiling toolchain_find v0.4.0
21762024-04-25T09:24:29.903Z Compiling vte_generate_state_changes v0.1.1
21772024-04-25T09:24:30.435Z Compiling topological-sort v0.2.2
21782024-04-25T09:24:30.619Z Checking vte v0.11.1
21792024-04-25T09:24:30.648Z Compiling rustfmt-wrapper v0.2.1
21802024-04-25T09:24:31.001Z Compiling omicron-zone-package v0.11.0
21812024-04-25T09:24:31.180Z Checking fd-lock v4.0.2
21822024-04-25T09:24:31.239Z Checking glob v0.3.1
21832024-04-25T09:24:31.456Z Checking nu-ansi-term v0.50.0
21842024-04-25T09:24:31.534Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
21852024-04-25T09:24:31.845Z Compiling platforms v3.0.2
21862024-04-25T09:24:31.870Z Compiling prettyplease v0.2.19
21872024-04-25T09:24:31.902Z Compiling snafu-derive v0.8.2
21882024-04-25T09:24:31.939Z Checking strip-ansi-escapes v0.2.0
21892024-04-25T09:24:32.083Z Checking reedline v0.31.0
21902024-04-25T09:24:32.214Z Checking globset v0.4.13
21912024-04-25T09:24:32.332Z Checking olpc-cjson v0.1.3
21922024-04-25T09:24:32.546Z Checking serde_plain v1.0.2
21932024-04-25T09:24:32.801Z Compiling memoffset v0.7.1
21942024-04-25T09:24:32.813Z Compiling crunchy v0.2.2
21952024-04-25T09:24:33.105Z Checking typed-path v0.7.0
21962024-04-25T09:24:33.426Z Compiling curve25519-dalek v4.1.2
21972024-04-25T09:24:33.513Z Compiling clang-sys v1.6.1
21982024-04-25T09:24:34.112Z Checking fs-err v2.11.0
21992024-04-25T09:24:34.304Z Compiling unicase v2.7.0
22002024-04-25T09:24:34.361Z Checking lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
22012024-04-25T09:24:34.374Z Checking parse-size v1.0.0
22022024-04-25T09:24:34.600Z Compiling tiny-keccak v2.0.2
22032024-04-25T09:24:35.013Z Checking universal-hash v0.5.1
22042024-04-25T09:24:35.045Z Compiling thiserror-impl-no-std v2.0.2
22052024-04-25T09:24:35.056Z Compiling curve25519-dalek-derive v0.1.0
22062024-04-25T09:24:35.176Z Checking nanorand v0.7.0
22072024-04-25T09:24:35.560Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
22082024-04-25T09:24:35.868Z Compiling cfg_aliases v0.1.1
22092024-04-25T09:24:35.981Z Checking signature v1.6.4
22102024-04-25T09:24:36.119Z Compiling salty v0.2.0
22112024-04-25T09:24:36.301Z Checking hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84)
22122024-04-25T09:24:36.420Z Checking opaque-debug v0.3.0
22132024-04-25T09:24:36.508Z Checking poly1305 v0.8.0
22142024-04-25T09:24:36.674Z Checking ed25519 v1.5.3
22152024-04-25T09:24:36.818Z Checking progenitor v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f)
22162024-04-25T09:24:36.851Z Compiling nix v0.28.0
22172024-04-25T09:24:37.457Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8207cb9c90cd7144c3f351823bfb2ae3e221ad10#8207cb9c)
22182024-04-25T09:24:37.461Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
22192024-04-25T09:24:37.461Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
22202024-04-25T09:24:37.461Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
22212024-04-25T09:24:37.696Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
22222024-04-25T09:24:37.702Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8207cb9c90cd7144c3f351823bfb2ae3e221ad10#8207cb9c)
22232024-04-25T09:24:38.689Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
22242024-04-25T09:24:38.698Z Checking snafu v0.8.2
22252024-04-25T09:24:38.698Z Checking thiserror-no-std v2.0.2
22262024-04-25T09:24:38.698Z Checking flume v0.11.0
22272024-04-25T09:24:38.743Z Checking tough v0.17.1
22282024-04-25T09:24:39.233Z Compiling ascii-canvas v3.0.0
22292024-04-25T09:24:39.360Z Checking nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d)
22302024-04-25T09:24:39.654Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
22312024-04-25T09:24:39.909Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
22322024-04-25T09:24:40.242Z Checking chacha20 v0.9.1
22332024-04-25T09:24:40.571Z Checking aead v0.5.2
22342024-04-25T09:24:40.719Z Checking serde-big-array v0.5.1
22352024-04-25T09:24:41.193Z Checking kstat-rs v0.2.3
22362024-04-25T09:24:41.198Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
22372024-04-25T09:24:41.198Z Compiling hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a)
22382024-04-25T09:24:41.199Z Compiling ena v0.14.2
22392024-04-25T09:24:41.264Z Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1)
22402024-04-25T09:24:41.507Z Compiling libloading v0.7.4
22412024-04-25T09:24:41.836Z Compiling regex-syntax v0.6.29
22422024-04-25T09:24:41.909Z Checking maplit v1.0.2
22432024-04-25T09:24:42.021Z Compiling bindgen v0.69.2
22442024-04-25T09:24:42.736Z Compiling diff v0.1.13
22452024-04-25T09:24:43.364Z Checking hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a)
22462024-04-25T09:24:43.820Z Checking chacha20poly1305 v0.10.1
22472024-04-25T09:24:44.240Z Checking vsss-rs v3.3.4
22482024-04-25T09:24:44.240Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=1ef72f3c935e7dc936bf43310c04668fb60d7a20#1ef72f3c)
22492024-04-25T09:24:44.817Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
22502024-04-25T09:24:45.061Z Compiling lalrpop v0.19.12
22512024-04-25T09:24:45.152Z Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4)
22522024-04-25T09:24:45.540Z Checking signal-hook-tokio v0.3.1
22532024-04-25T09:24:45.722Z Compiling cexpr v0.6.0
22542024-04-25T09:24:46.908Z Checking serde-big-array v0.4.1
22552024-04-25T09:24:47.327Z Compiling which v4.4.0
22562024-04-25T09:24:47.451Z Compiling lazycell v1.3.0
22572024-04-25T09:24:47.622Z Compiling shlex v1.3.0
22582024-04-25T09:24:47.728Z Compiling rustc-hash v1.1.0
22592024-04-25T09:24:47.789Z Compiling ref-cast v1.0.22
22602024-04-25T09:24:47.877Z Compiling peeking_take_while v0.1.2
22612024-04-25T09:24:47.907Z Checking sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef)
22622024-04-25T09:24:48.035Z Compiling mime_guess v2.0.4
22632024-04-25T09:24:49.360Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=dd788a311a382b09ce1d3e35f7777b378e09fdf7#dd788a31)
22642024-04-25T09:24:51.408Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
22652024-04-25T09:24:51.691Z Compiling derive_builder_core v0.20.0
22662024-04-25T09:24:52.284Z Compiling peg-macros v0.8.2
22672024-04-25T09:24:53.274Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
22682024-04-25T09:24:53.550Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
22692024-04-25T09:24:54.196Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
22702024-04-25T09:24:56.045Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
22712024-04-25T09:24:56.162Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
22722024-04-25T09:24:56.211Z Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
22732024-04-25T09:24:57.312Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
22742024-04-25T09:24:58.031Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
22752024-04-25T09:24:58.795Z Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
22762024-04-25T09:24:58.947Z Compiling sqlparser_derive v0.2.2
22772024-04-25T09:24:59.834Z Compiling ref-cast-impl v1.0.22
22782024-04-25T09:25:07.814Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
22792024-04-25T09:25:08.177Z Compiling libxml v0.3.3
22802024-04-25T09:25:08.177Z Checking unicode_categories v0.1.1
22812024-04-25T09:25:08.177Z Checking corncobs v0.1.3
22822024-04-25T09:25:08.177Z Checking rustyline v14.0.0
22832024-04-25T09:25:08.177Z Checking sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef)
22842024-04-25T09:25:08.177Z Checking sqlformat v0.2.3
22852024-04-25T09:25:08.177Z Checking sqlparser v0.45.0
22862024-04-25T09:25:08.177Z Checking peg v0.8.2
22872024-04-25T09:25:08.178Z Compiling derive_builder_macro v0.20.0
22882024-04-25T09:25:08.178Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
22892024-04-25T09:25:08.286Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
22902024-04-25T09:25:08.286Z Checking bcs v0.1.6
22912024-04-25T09:25:08.286Z Compiling strum_macros v0.24.3
22922024-04-25T09:25:08.286Z Compiling cookie v0.18.1
22932024-04-25T09:25:08.286Z Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#62ef5ca0)
22942024-04-25T09:25:08.286Z Compiling indoc v1.0.9
22952024-04-25T09:25:08.542Z Checking highway v1.1.0
22962024-04-25T09:25:09.090Z Checking derive_builder v0.20.0
22972024-04-25T09:25:09.520Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
22982024-04-25T09:25:09.538Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=dd788a311a382b09ce1d3e35f7777b378e09fdf7#dd788a31)
22992024-04-25T09:25:09.538Z Checking bb8 v0.8.3
23002024-04-25T09:25:10.032Z Checking quick-xml v0.31.0
23012024-04-25T09:25:10.033Z Compiling impl-trait-for-tuples v0.2.2
23022024-04-25T09:25:10.520Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
23032024-04-25T09:25:10.829Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
23042024-04-25T09:25:11.651Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
23052024-04-25T09:25:11.687Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
23062024-04-25T09:25:11.806Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
23072024-04-25T09:25:12.259Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
23082024-04-25T09:25:12.297Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
23092024-04-25T09:25:13.422Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
23102024-04-25T09:25:16.971Z Compiling oso-derive v0.27.3
23112024-04-25T09:25:17.038Z Compiling const_format_proc_macros v0.2.32
23122024-04-25T09:25:17.038Z Checking http-range v0.1.5
23132024-04-25T09:25:17.038Z Checking hyper-staticfile v0.9.5
23142024-04-25T09:25:17.038Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
23152024-04-25T09:25:17.155Z Checking async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef)
23162024-04-25T09:25:17.742Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=dd788a311a382b09ce1d3e35f7777b378e09fdf7#dd788a31)
23172024-04-25T09:25:18.240Z Checking const_format v0.2.32
23182024-04-25T09:25:19.624Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
23192024-04-25T09:25:19.865Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
23202024-04-25T09:25:20.865Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
23212024-04-25T09:25:21.645Z Checking assert_matches v1.5.0
23222024-04-25T09:25:21.733Z Checking rand_seeder v0.2.3
23232024-04-25T09:25:21.805Z Compiling portable-atomic v1.4.3
23242024-04-25T09:25:21.972Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
23252024-04-25T09:25:22.220Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
23262024-04-25T09:25:22.744Z Checking number_prefix v0.4.0
23272024-04-25T09:25:22.777Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
23282024-04-25T09:25:22.953Z Checking castaway v0.2.2
23292024-04-25T09:25:23.134Z Checking compact_str v0.7.1
23302024-04-25T09:25:23.499Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
23312024-04-25T09:25:23.644Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
23322024-04-25T09:25:23.810Z Checking lru v0.12.1
23332024-04-25T09:25:23.851Z Compiling stability v0.2.0
23342024-04-25T09:25:23.926Z Checking indicatif v0.17.8
23352024-04-25T09:25:23.955Z Compiling indoc v2.0.3
23362024-04-25T09:25:24.080Z Checking cassowary v0.3.0
23372024-04-25T09:25:24.566Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
23382024-04-25T09:25:24.711Z Checking unicode-linebreak v0.1.5
23392024-04-25T09:25:24.966Z Checking smawk v0.3.1
23402024-04-25T09:25:25.106Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
23412024-04-25T09:25:25.119Z Checking ratatui v0.26.2
23422024-04-25T09:25:25.161Z Checking textwrap v0.16.1
23432024-04-25T09:25:25.417Z Checking is_ci v1.2.0
23442024-04-25T09:25:25.556Z Checking supports-color v3.0.0
23452024-04-25T09:25:25.575Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=1ef72f3c935e7dc936bf43310c04668fb60d7a20#1ef72f3c)
23462024-04-25T09:25:25.738Z Checking fatfs v0.3.6
23472024-04-25T09:25:26.216Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
23482024-04-25T09:25:26.702Z Checking rtoolbox v0.0.1
23492024-04-25T09:25:26.934Z Checking rpassword v7.3.1
23502024-04-25T09:25:27.006Z Checking shell-words v1.1.0
23512024-04-25T09:25:27.516Z Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
23522024-04-25T09:25:27.516Z Checking yansi v0.5.1
23532024-04-25T09:25:27.682Z Checking pretty_assertions v1.4.0
23542024-04-25T09:25:27.869Z Compiling target-lexicon v0.12.13
23552024-04-25T09:25:28.038Z Checking tui-tree-widget v0.19.0
23562024-04-25T09:25:28.110Z Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
23572024-04-25T09:25:28.328Z Compiling doc-comment v0.3.3
23582024-04-25T09:25:28.503Z Checking plotters-backend v0.3.5
23592024-04-25T09:25:29.069Z Compiling guppy-workspace-hack v0.1.0
23602024-04-25T09:25:29.077Z Checking plotters-svg v0.3.5
23612024-04-25T09:25:29.237Z Checking http-body v1.0.0
23622024-04-25T09:25:29.283Z Compiling target-spec v3.1.0
23632024-04-25T09:25:29.403Z Checking tower-layer v0.3.2
23642024-04-25T09:25:29.630Z Compiling assert_cmd v2.0.14
23652024-04-25T09:25:29.693Z Checking cast v0.3.0
23662024-04-25T09:25:29.795Z Checking tower v0.4.13
23672024-04-25T09:25:29.890Z Checking cfg-expr v0.15.6
23682024-04-25T09:25:30.016Z Checking criterion-plot v0.5.0
23692024-04-25T09:25:30.047Z Checking hyper v1.1.0
23702024-04-25T09:25:30.596Z Checking plotters v0.3.5
23712024-04-25T09:25:30.676Z Checking installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd)
23722024-04-25T09:25:30.759Z Checking tinytemplate v1.2.1
23732024-04-25T09:25:31.128Z Checking cargo-platform v0.1.3
23742024-04-25T09:25:31.247Z Checking anes v0.1.6
23752024-04-25T09:25:31.414Z Checking oorandom v11.1.3
23762024-04-25T09:25:32.310Z Checking cargo_metadata v0.18.1
23772024-04-25T09:25:32.310Z Checking hyper-util v0.1.2
23782024-04-25T09:25:32.389Z Checking criterion v0.5.1
23792024-04-25T09:25:32.488Z Checking installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client)
23802024-04-25T09:25:32.915Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
23812024-04-25T09:25:33.228Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
23822024-04-25T09:25:37.561Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
23832024-04-25T09:25:37.561Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
23842024-04-25T09:25:37.561Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
23852024-04-25T09:25:37.561Z Checking rustls-native-certs v0.7.0
23862024-04-25T09:25:37.562Z Checking httptest v0.15.5
23872024-04-25T09:25:37.562Z Checking pathdiff v0.2.1
23882024-04-25T09:25:37.562Z Checking nested v0.1.1
23892024-04-25T09:25:37.562Z Checking guppy v0.17.5
23902024-04-25T09:25:37.562Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
23912024-04-25T09:25:37.562Z Checking hyper-rustls v0.26.0
23922024-04-25T09:25:37.787Z Checking escape8259 v0.5.2
23932024-04-25T09:25:37.899Z Checking threadpool v1.8.1
23942024-04-25T09:25:38.856Z Checking libtest-mimic v0.7.2
23952024-04-25T09:25:39.314Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
23962024-04-25T09:25:39.362Z Checking similar-asserts v1.5.0
23972024-04-25T09:25:39.620Z Compiling rstest_macros v0.19.0
23982024-04-25T09:25:44.026Z Checking datatest-stable v0.2.6
23992024-04-25T09:25:44.254Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
24002024-04-25T09:25:44.254Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
24012024-04-25T09:25:44.254Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
24022024-04-25T09:25:44.254Z Checking csv-core v0.1.11
24032024-04-25T09:25:44.254Z Compiling relative-path v1.9.0
24042024-04-25T09:25:44.254Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
24052024-04-25T09:25:44.254Z Compiling trybuild v1.0.91
24062024-04-25T09:25:44.254Z Checking heck v0.5.0
24072024-04-25T09:25:44.255Z Checking constant_time_eq v0.2.6
24082024-04-25T09:25:44.255Z Checking blake2b_simd v1.0.1
24092024-04-25T09:25:44.607Z Checking csv v1.3.0
24102024-04-25T09:25:44.921Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
24112024-04-25T09:25:45.448Z Checking multimap v0.10.0
24122024-04-25T09:25:45.746Z Checking futures-timer v3.0.2
24132024-04-25T09:25:46.057Z Checking rust-argon2 v2.1.0
24142024-04-25T09:25:48.383Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
24152024-04-25T09:25:49.734Z Checking partial-io v0.5.4
24162024-04-25T09:25:50.102Z Checking approx v0.5.1
24172024-04-25T09:25:50.324Z Checking uzers v0.11.3
24182024-04-25T09:25:50.662Z Checking termios v0.3.3
24192024-04-25T09:25:50.873Z Checking hex-literal v0.4.1
24202024-04-25T09:25:50.917Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
24212024-04-25T09:25:51.002Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
24222024-04-25T09:25:51.890Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
24232024-04-25T09:25:53.644Z Checking rstest v0.19.0
24242024-04-25T09:26:02.268Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
24252024-04-25T09:26:04.166Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
24262024-04-25T09:26:20.595Z Compiling samael v0.0.15
24272024-04-25T09:26:45.628Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
24282024-04-25T09:26:48.953Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli)
24292024-04-25T09:27:04.246Z Checking caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util)
24302024-04-25T09:27:07.089Z Compiling polar-core v0.27.3
24312024-04-25T09:27:14.313Z Checking oso v0.27.3
24322024-04-25T09:27:48.698Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
24332024-04-25T09:27:49.054Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
24342024-04-25T09:27:49.054Z Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
24352024-04-25T09:28:39.175Z Finished dev [unoptimized + debuginfo] target(s) in 6m 40s
24362024-04-25T09:28:39.238Z
24372024-04-25T09:28:39.239Zreal 7:28.616041499
24382024-04-25T09:28:39.239Zuser 38:08.116513874
24392024-04-25T09:28:39.239Zsys 6:58.421549744
24402024-04-25T09:28:39.239Ztrap 1.042745161
24412024-04-25T09:28:39.239Ztflt 8.296859547
24422024-04-25T09:28:39.239Zdflt 4.551648715
24432024-04-25T09:28:39.239Zkflt 0.142354153
24442024-04-25T09:28:39.240Zlock 58:24.383608067
24452024-04-25T09:28:39.240Zslp 1:57:06.574961335
24462024-04-25T09:28:39.240Zlat 1:45.002238027
24472024-04-25T09:28:39.240Zstop 4:20.551960440
24482024-04-25T09:28:39.326Zwarning: output filename collision.
24492024-04-25T09:28:39.327ZThe lib target `bhyve_api` in package `bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=dd788a311a382b09ce1d3e35f7777b378e09fdf7#dd788a31)` has the same output filename as the lib target `bhyve_api` in package `bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)`.
24502024-04-25T09:28:39.327ZColliding filename is: /work/oxidecomputer/omicron/target/doc/bhyve_api/index.html
24512024-04-25T09:28:39.327ZThe targets should have unique names.
24522024-04-25T09:28:39.327ZThis is a known bug where multiple crates with the same name use
24532024-04-25T09:28:39.327Zthe same path; see <https://github.com/rust-lang/cargo/issues/6313>.
24542024-04-25T09:28:39.327Zwarning: output filename collision.
24552024-04-25T09:28:39.327ZThe lib target `bhyve_api_sys` in package `bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=dd788a311a382b09ce1d3e35f7777b378e09fdf7#dd788a31)` has the same output filename as the lib target `bhyve_api_sys` in package `bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)`.
24562024-04-25T09:28:39.327ZColliding filename is: /work/oxidecomputer/omicron/target/doc/bhyve_api_sys/index.html
24572024-04-25T09:28:39.327ZThe targets should have unique names.
24582024-04-25T09:28:39.327ZThis is a known bug where multiple crates with the same name use
24592024-04-25T09:28:39.327Zthe same path; see <https://github.com/rust-lang/cargo/issues/6313>.
24602024-04-25T09:28:39.328Zwarning: output filename collision.
24612024-04-25T09:28:39.328ZThe 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)`.
24622024-04-25T09:28:39.328ZColliding filename is: /work/oxidecomputer/omicron/target/doc/hubpack/index.html
24632024-04-25T09:28:39.328ZThe targets should have unique names.
24642024-04-25T09:28:39.328ZThis is a known bug where multiple crates with the same name use
24652024-04-25T09:28:39.328Zthe same path; see <https://github.com/rust-lang/cargo/issues/6313>.
24662024-04-25T09:28:39.328Zwarning: output filename collision.
24672024-04-25T09:28:39.328ZThe lib target `libnet` in package `libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d)` has the same output filename as the lib target `libnet` in package `libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#d44d9e08)`.
24682024-04-25T09:28:39.328ZColliding filename is: /work/oxidecomputer/omicron/target/doc/libnet/index.html
24692024-04-25T09:28:39.328ZThe targets should have unique names.
24702024-04-25T09:28:39.329ZThis is a known bug where multiple crates with the same name use
24712024-04-25T09:28:39.329Zthe same path; see <https://github.com/rust-lang/cargo/issues/6313>.
24722024-04-25T09:28:39.329Zwarning: output filename collision.
24732024-04-25T09:28:39.329ZThe lib target `nix` in package `nix v0.28.0` 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)`.
24742024-04-25T09:28:39.329ZColliding filename is: /work/oxidecomputer/omicron/target/doc/nix/index.html
24752024-04-25T09:28:39.329ZThe targets should have unique names.
24762024-04-25T09:28:39.329ZThis is a known bug where multiple crates with the same name use
24772024-04-25T09:28:39.329Zthe same path; see <https://github.com/rust-lang/cargo/issues/6313>.
24782024-04-25T09:28:39.329Zwarning: output filename collision.
24792024-04-25T09:28:39.329ZThe 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)`.
24802024-04-25T09:28:39.329ZColliding filename is: /work/oxidecomputer/omicron/target/doc/oximeter/index.html
24812024-04-25T09:28:39.329ZThe targets should have unique names.
24822024-04-25T09:28:39.330ZThis is a known bug where multiple crates with the same name use
24832024-04-25T09:28:39.330Zthe same path; see <https://github.com/rust-lang/cargo/issues/6313>.
24842024-04-25T09:28:39.330Zwarning: output filename collision.
24852024-04-25T09:28:39.330ZThe lib target `propolis-client` in package `propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=dd788a311a382b09ce1d3e35f7777b378e09fdf7#dd788a31)` has the same output filename as the lib target `propolis-client` in package `propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)`.
24862024-04-25T09:28:39.330ZColliding filename is: /work/oxidecomputer/omicron/target/doc/propolis_client/index.html
24872024-04-25T09:28:39.330ZThe targets should have unique names.
24882024-04-25T09:28:39.330ZThis is a known bug where multiple crates with the same name use
24892024-04-25T09:28:39.330Zthe same path; see <https://github.com/rust-lang/cargo/issues/6313>.
24902024-04-25T09:28:39.330Zwarning: output filename collision.
24912024-04-25T09:28:39.330ZThe 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)`.
24922024-04-25T09:28:39.330ZColliding filename is: /work/oxidecomputer/omicron/target/doc/tlvc/index.html
24932024-04-25T09:28:39.331ZThe targets should have unique names.
24942024-04-25T09:28:39.331ZThis is a known bug where multiple crates with the same name use
24952024-04-25T09:28:39.331Zthe same path; see <https://github.com/rust-lang/cargo/issues/6313>.
24962024-04-25T09:28:39.331Zwarning: output filename collision.
24972024-04-25T09:28:39.331ZThe lib target `zone` in package `zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)` has the same output filename as the lib target `zone` in package `zone v0.1.8`.
24982024-04-25T09:28:39.331ZColliding filename is: /work/oxidecomputer/omicron/target/doc/zone/index.html
24992024-04-25T09:28:39.331ZThe targets should have unique names.
25002024-04-25T09:28:39.331ZThis is a known bug where multiple crates with the same name use
25012024-04-25T09:28:39.331Zthe same path; see <https://github.com/rust-lang/cargo/issues/6313>.
25022024-04-25T09:28:39.635Z Documenting libc v0.2.153
25032024-04-25T09:28:39.685Z Documenting cfg-if v1.0.0
25042024-04-25T09:28:40.169Z Documenting serde_derive v1.0.198
25052024-04-25T09:28:40.169Z Documenting log v0.4.21
25062024-04-25T09:28:40.169Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
25072024-04-25T09:28:40.169Z Documenting memchr v2.7.1
25082024-04-25T09:28:40.169Z Documenting byteorder v1.5.0
25092024-04-25T09:28:40.170Z Documenting scopeguard v1.2.0
25102024-04-25T09:28:40.170Z Documenting itoa v1.0.9
25112024-04-25T09:28:42.861Z Documenting smallvec v1.13.1
25122024-04-25T09:28:43.014Z Documenting lock_api v0.4.10
25132024-04-25T09:28:43.463Z Documenting once_cell v1.19.0
25142024-04-25T09:28:43.823Z Documenting pin-project-lite v0.2.13
25152024-04-25T09:28:43.857Z Documenting libm v0.2.7
25162024-04-25T09:28:44.485Z Documenting getrandom v0.2.12
25172024-04-25T09:28:45.084Z Documenting signal-hook-registry v1.4.1
25182024-04-25T09:28:47.136Z Documenting mio v0.8.11
25192024-04-25T09:28:47.229Z Documenting parking_lot_core v0.9.8
25202024-04-25T09:28:47.243Z Documenting zeroize_derive v1.4.2
25212024-04-25T09:28:47.677Z Documenting serde v1.0.198
25222024-04-25T09:28:47.759Z Documenting thiserror-impl v1.0.59
25232024-04-25T09:28:47.854Z Documenting num-traits v0.2.18
25242024-04-25T09:28:49.238Z Documenting futures-core v0.3.30
25252024-04-25T09:28:49.394Z Documenting rand_core v0.6.4
25262024-04-25T09:28:51.583Z Documenting parking_lot v0.12.1
25272024-04-25T09:28:51.632Z Documenting ryu v1.0.15
25282024-04-25T09:28:53.062Z Documenting zeroize v1.7.0
25292024-04-25T09:28:53.187Z Documenting thiserror v1.0.59
25302024-04-25T09:28:53.337Z Documenting num_cpus v1.16.0
25312024-04-25T09:28:53.439Z Documenting socket2 v0.5.6
25322024-04-25T09:28:53.726Z Documenting tokio-macros v2.2.0
25332024-04-25T09:28:54.536Z Documenting zerocopy v0.7.32
25342024-04-25T09:28:56.687Z Documenting futures-sink v0.3.30
25352024-04-25T09:28:56.781Z Documenting typenum v1.16.0
25362024-04-25T09:28:57.355Z Documenting pin-utils v0.1.0
25372024-04-25T09:28:57.774Z Documenting subtle v2.5.0
25382024-04-25T09:28:58.607Z Documenting slab v0.4.9
25392024-04-25T09:28:58.618Z Documenting futures-macro v0.3.30
25402024-04-25T09:29:02.184Z Documenting futures-channel v0.3.30
25412024-04-25T09:29:02.217Z Documenting iana-time-zone v0.1.57
25422024-04-25T09:29:08.324Z Documenting bytes v1.6.0
25432024-04-25T09:29:10.785Z Documenting bitflags v2.4.2
25442024-04-25T09:29:10.811Z Documenting serde_json v1.0.116
25452024-04-25T09:29:10.824Z Documenting futures-io v0.3.30
25462024-04-25T09:29:10.902Z Documenting futures-task v0.3.30
25472024-04-25T09:29:10.945Z Documenting chrono v0.4.38
25482024-04-25T09:29:11.166Z Documenting uuid v1.8.0
25492024-04-25T09:29:12.188Z Documenting generic-array v0.14.7
25502024-04-25T09:29:12.804Z Documenting tokio v1.37.0
25512024-04-25T09:29:15.043Z Documenting ahash v0.8.8
25522024-04-25T09:29:15.975Z Documenting futures-util v0.3.30
25532024-04-25T09:29:16.469Z Documenting allocator-api2 v0.2.16
25542024-04-25T09:29:16.469Z Documenting const-oid v0.9.6
25552024-04-25T09:29:16.764Z Documenting crypto-common v0.1.6
25562024-04-25T09:29:17.488Z Documenting tinyvec_macros v0.1.1
25572024-04-25T09:29:18.155Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
25582024-04-25T09:29:18.338Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
25592024-04-25T09:29:19.097Z Documenting tracing-core v0.1.32
25602024-04-25T09:29:20.572Z Documenting serde_derive_internals v0.26.0
25612024-04-25T09:29:21.015Z Documenting hashbrown v0.14.3
25622024-04-25T09:29:21.021Z Documenting tinyvec v1.6.0
25632024-04-25T09:29:21.963Z Checking serde_derive_internals v0.26.0
25642024-04-25T09:29:22.493Z Documenting tracing-attributes v0.1.27
25652024-04-25T09:29:22.977Z Documenting dyn-clone v1.0.17
25662024-04-25T09:29:24.390Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
25672024-04-25T09:29:25.309Z Documenting unicode-normalization v0.1.22
25682024-04-25T09:29:26.144Z Documenting schemars_derive v0.8.16
25692024-04-25T09:29:26.151Z Documenting ppv-lite86 v0.2.17
25702024-04-25T09:29:33.344Z Documenting unicode-bidi v0.3.15
25712024-04-25T09:29:33.842Z Documenting lazy_static v1.4.0
25722024-04-25T09:29:33.842Z Documenting percent-encoding v2.3.1
25732024-04-25T09:29:33.952Z Documenting block-buffer v0.10.4
25742024-04-25T09:29:33.952Z Documenting rand_chacha v0.3.1
25752024-04-25T09:29:33.952Z Documenting powerfmt v0.2.0
25762024-04-25T09:29:33.952Z Documenting equivalent v1.0.1
25772024-04-25T09:29:33.952Z Documenting schemars v0.8.16
25782024-04-25T09:29:33.952Z Documenting fnv v1.0.7
25792024-04-25T09:29:33.953Z Documenting form_urlencoded v1.2.1
25802024-04-25T09:29:36.773Z Documenting deranged v0.3.11
25812024-04-25T09:29:37.081Z Documenting indexmap v2.2.6
25822024-04-25T09:29:37.082Z Documenting digest v0.10.7
25832024-04-25T09:29:37.082Z Documenting time-macros v0.2.17
25842024-04-25T09:29:37.082Z Documenting rand v0.8.5
25852024-04-25T09:29:38.388Z Documenting time-core v0.1.2
25862024-04-25T09:29:39.201Z Documenting tracing v0.1.40
25872024-04-25T09:29:39.722Z Documenting unicode-width v0.1.11
25882024-04-25T09:29:40.212Z Documenting num_threads v0.1.6
25892024-04-25T09:29:41.100Z Documenting num-conv v0.1.0
25902024-04-25T09:29:41.439Z Documenting idna v0.5.0
25912024-04-25T09:29:42.110Z Documenting errno v0.3.8
25922024-04-25T09:29:42.486Z Documenting adler v1.0.2
25932024-04-25T09:29:51.257Z Documenting unicode-ident v1.0.12
25942024-04-25T09:29:51.298Z Documenting slog v2.7.0
25952024-04-25T09:29:51.334Z Documenting time v0.3.34
25962024-04-25T09:29:51.430Z Documenting url v2.5.0
25972024-04-25T09:29:51.445Z Documenting rustix v0.38.31
25982024-04-25T09:29:51.472Z Documenting miniz_oxide v0.7.1
25992024-04-25T09:29:53.551Z Documenting httparse v1.8.0
26002024-04-25T09:29:54.761Z Documenting proc-macro2 v1.0.81
26012024-04-25T09:29:55.463Z Documenting cpufeatures v0.2.12
26022024-04-25T09:29:56.334Z Documenting async-trait v0.1.80
26032024-04-25T09:29:56.734Z Documenting httpdate v1.0.3
26042024-04-25T09:29:57.062Z Documenting try-lock v0.2.4
26052024-04-25T09:29:57.633Z Documenting http-body v0.4.5
26062024-04-25T09:29:58.826Z Documenting aho-corasick v1.1.2
26072024-04-25T09:29:59.401Z Documenting quote v1.0.36
26082024-04-25T09:29:59.813Z Documenting openssl-sys v0.9.102
26092024-04-25T09:30:00.604Z Documenting want v0.3.1
26102024-04-25T09:30:01.068Z Documenting openssl-macros v0.1.1
26112024-04-25T09:30:01.339Z Documenting tokio-util v0.7.10
26122024-04-25T09:30:02.622Z Documenting mime v0.3.17
26132024-04-25T09:30:03.279Z Documenting regex-syntax v0.8.2
26142024-04-25T09:30:04.561Z Documenting syn v2.0.60
26152024-04-25T09:30:04.597Z Documenting gimli v0.28.0
26162024-04-25T09:30:05.562Z Documenting tower-service v0.3.2
26172024-04-25T09:30:06.008Z Documenting object v0.32.1
26182024-04-25T09:30:07.048Z Documenting openssl-probe v0.1.5
26192024-04-25T09:30:07.126Z Documenting openssl v0.10.64
26202024-04-25T09:30:08.242Z Documenting h2 v0.3.26
26212024-04-25T09:30:10.064Z Documenting rustc-demangle v0.1.23
26222024-04-25T09:30:10.362Z Documenting regex-automata v0.4.5
26232024-04-25T09:30:11.392Z Documenting addr2line v0.21.0
26242024-04-25T09:30:11.409Z Documenting ipnet v2.9.0
26252024-04-25T09:30:13.687Z Documenting base64ct v1.6.0
26262024-04-25T09:30:15.218Z Documenting futures-executor v0.3.30
26272024-04-25T09:30:16.099Z Documenting encoding_rs v0.8.33
26282024-04-25T09:30:16.175Z Documenting native-tls v0.2.11
26292024-04-25T09:30:18.920Z Documenting psl-types v2.0.11
26302024-04-25T09:30:19.010Z Documenting hyper v0.14.28
26312024-04-25T09:30:19.148Z Documenting regex v1.10.4
26322024-04-25T09:30:19.634Z Documenting backtrace v0.3.69
26332024-04-25T09:30:20.340Z Documenting serde_urlencoded v0.7.1
26342024-04-25T09:30:21.047Z Documenting crossbeam-utils v0.8.19
26352024-04-25T09:30:21.566Z Documenting tokio-native-tls v0.3.1
26362024-04-25T09:30:22.460Z Documenting publicsuffix v2.2.3
26372024-04-25T09:30:25.765Z Documenting utf8parse v0.2.1
26382024-04-25T09:30:25.797Z Documenting futures v0.3.30
26392024-04-25T09:30:25.797Z Documenting pem-rfc7468 v0.7.0
26402024-04-25T09:30:26.295Z Documenting anyhow v1.0.82
26412024-04-25T09:30:27.440Z Documenting cookie_store v0.20.0
26422024-04-25T09:30:27.725Z Checking pest_meta v2.7.6
26432024-04-25T09:30:28.609Z Documenting der_derive v0.7.2
26442024-04-25T09:30:28.670Z Documenting flagset v0.4.3
26452024-04-25T09:30:29.000Z Documenting sync_wrapper v0.1.2
26462024-04-25T09:30:31.304Z Documenting webpki-roots v0.25.2
26472024-04-25T09:30:31.432Z Documenting num-integer v0.1.46
26482024-04-25T09:30:32.156Z Documenting pest_meta v2.7.6
26492024-04-25T09:30:32.176Z Documenting hyper-rustls v0.24.2
26502024-04-25T09:30:32.437Z Documenting hyper-tls v0.5.0
26512024-04-25T09:30:33.142Z Documenting scroll_derive v0.12.0
26522024-04-25T09:30:33.973Z Checking pest_generator v2.7.6
26532024-04-25T09:30:34.326Z Documenting der v0.7.8
26542024-04-25T09:30:36.552Z Documenting openapiv3 v2.0.0
26552024-04-25T09:30:36.763Z Documenting ucd-trie v0.1.6
26562024-04-25T09:30:36.763Z Documenting plain v0.2.3
26572024-04-25T09:30:37.714Z Documenting pest_generator v2.7.6
26582024-04-25T09:30:38.961Z Documenting scroll v0.12.0
26592024-04-25T09:30:39.130Z Documenting pest v2.7.6
26602024-04-25T09:30:39.534Z Documenting spin v0.9.8
26612024-04-25T09:30:44.826Z Documenting pretty-hex v0.4.1
26622024-04-25T09:30:44.981Z Documenting reqwest v0.11.24
26632024-04-25T09:30:44.981Z Documenting spki v0.7.2
26642024-04-25T09:30:44.981Z Documenting pest_derive v2.7.6
26652024-04-25T09:30:44.982Z Documenting anstyle v1.0.6
26662024-04-25T09:30:44.982Z Documenting either v1.11.0
26672024-04-25T09:30:44.982Z Documenting anstyle-parse v0.2.1
26682024-04-25T09:30:45.185Z Documenting goblin v0.8.0
26692024-04-25T09:30:45.259Z Documenting thread-id v4.2.0
26702024-04-25T09:30:45.850Z Documenting pkcs8 v0.10.2
26712024-04-25T09:30:46.586Z Documenting data-encoding v2.4.0
26722024-04-25T09:30:46.685Z Documenting colorchoice v1.0.0
26732024-04-25T09:30:46.914Z Documenting dtrace-parser v0.2.0
26742024-04-25T09:30:47.794Z Documenting anstyle-query v1.0.0
26752024-04-25T09:30:51.280Z Documenting crossbeam-epoch v0.9.18
26762024-04-25T09:30:51.280Z Documenting terminal_size v0.3.0
26772024-04-25T09:30:51.280Z Documenting sha2 v0.10.8
26782024-04-25T09:30:51.294Z Documenting ipnetwork v0.20.0
26792024-04-25T09:30:51.963Z Documenting hex v0.4.3
26802024-04-25T09:30:52.488Z Documenting dof v0.3.0
26812024-04-25T09:30:52.572Z Documenting anstream v0.6.11
26822024-04-25T09:30:54.940Z Documenting crc32fast v1.3.2
26832024-04-25T09:30:55.009Z Documenting clap_lex v0.7.0
26842024-04-25T09:30:55.825Z Documenting unicode-segmentation v1.10.1
26852024-04-25T09:30:56.180Z Documenting strsim v0.11.0
26862024-04-25T09:30:57.490Z Documenting untrusted v0.9.0
26872024-04-25T09:30:57.822Z Documenting clap_derive v4.5.4
26882024-04-25T09:30:57.905Z Documenting num-iter v0.1.44
26892024-04-25T09:30:58.387Z Documenting usdt-impl v0.5.0
26902024-04-25T09:30:58.738Z Documenting hmac v0.12.1
26912024-04-25T09:30:59.110Z Documenting signal-hook v0.3.17
26922024-04-25T09:30:59.486Z Documenting base64 v0.22.0
26932024-04-25T09:31:00.420Z Documenting clap_builder v4.5.2
26942024-04-25T09:31:00.904Z Documenting ring v0.17.8
26952024-04-25T09:31:03.150Z Documenting static_assertions v1.1.0
26962024-04-25T09:31:03.649Z Documenting flate2 v1.0.28
26972024-04-25T09:31:04.250Z Documenting managed v0.8.0
26982024-04-25T09:31:04.347Z Documenting signal-hook-mio v0.2.3
26992024-04-25T09:31:04.483Z Documenting block-padding v0.3.3
27002024-04-25T09:31:05.139Z Documenting scheduled-thread-pool v0.2.7
27012024-04-25T09:31:06.422Z Documenting bzip2-sys v0.1.11+1.0.8
27022024-04-25T09:31:06.705Z Documenting enum-as-inner v0.5.1
27032024-04-25T09:31:08.276Z Documenting clap v4.5.4
27042024-04-25T09:31:08.349Z Documenting diesel_table_macro_syntax v0.1.0
27052024-04-25T09:31:08.780Z Checking diesel_table_macro_syntax v0.1.0
27062024-04-25T09:31:08.815Z Documenting md-5 v0.10.5
27072024-04-25T09:31:09.193Z Documenting inout v0.1.3
27082024-04-25T09:31:09.523Z Documenting crossterm v0.27.0
27092024-04-25T09:31:10.243Z Documenting r2d2 v0.8.10
27102024-04-25T09:31:11.437Z Documenting bzip2 v0.4.4
27112024-04-25T09:31:11.510Z Documenting trust-dns-proto v0.22.0
27122024-04-25T09:31:14.681Z Documenting stringprep v0.1.3
27132024-04-25T09:31:14.768Z Documenting diesel_derives v2.1.2
27142024-04-25T09:31:14.810Z Documenting regress v0.9.1
27152024-04-25T09:31:14.810Z Documenting serde_spanned v0.6.5
27162024-04-25T09:31:14.981Z Documenting toml_datetime v0.6.5
27172024-04-25T09:31:15.075Z Documenting ff v0.13.0
27182024-04-25T09:31:16.554Z Documenting pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
27192024-04-25T09:31:18.034Z Documenting siphasher v0.3.11
27202024-04-25T09:31:19.361Z Documenting winnow v0.6.1
27212024-04-25T09:31:19.423Z Documenting fallible-iterator v0.2.0
27222024-04-25T09:31:19.545Z Documenting bit-vec v0.6.3
27232024-04-25T09:31:26.413Z Documenting base16ct v0.2.0
27242024-04-25T09:31:26.653Z Documenting group v0.13.0
27252024-04-25T09:31:26.653Z Documenting diesel v2.1.6
27262024-04-25T09:31:26.653Z Documenting phf_shared v0.11.2
27272024-04-25T09:31:26.653Z Documenting zip v0.6.6
27282024-04-25T09:31:26.748Z Documenting cipher v0.4.4
27292024-04-25T09:31:26.748Z Documenting sec1 v0.7.3
27302024-04-25T09:31:26.748Z Documenting postgres-protocol v0.6.6
27312024-04-25T09:31:26.748Z Documenting toml_edit v0.22.12
27322024-04-25T09:31:26.748Z Documenting hkdf v0.12.4
27332024-04-25T09:31:26.780Z Documenting num-bigint v0.4.4
27342024-04-25T09:31:27.845Z Documenting bstr v1.9.0
27352024-04-25T09:31:39.523Z Documenting console v0.15.8
27362024-04-25T09:31:46.608Z Documenting crypto-bigint v0.5.2
27372024-04-25T09:31:46.643Z Documenting hubpack v0.1.2
27382024-04-25T09:31:46.986Z Documenting serde_repr v0.1.16
27392024-04-25T09:31:47.136Z Checking strsim v0.10.0
27402024-04-25T09:31:47.338Z Documenting lalrpop-util v0.19.12
27412024-04-25T09:31:47.369Z Documenting fixedbitset v0.4.2
27422024-04-25T09:31:47.536Z Documenting precomputed-hash v0.1.1
27432024-04-25T09:31:47.551Z Checking ident_case v1.0.1
27442024-04-25T09:31:47.694Z Checking unsafe-libyaml v0.2.10
27452024-04-25T09:31:48.881Z Documenting new_debug_unreachable v1.0.4
27462024-04-25T09:31:49.326Z Documenting minimal-lexical v0.2.1
27472024-04-25T09:31:50.761Z Documenting heck v0.4.1
27482024-04-25T09:31:51.031Z Documenting petgraph v0.6.4
27492024-04-25T09:31:51.749Z Documenting yasna v0.5.2
27502024-04-25T09:31:51.814Z Documenting postgres-types v0.2.6
27512024-04-25T09:31:51.948Z Documenting gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
27522024-04-25T09:32:00.985Z Documenting string_cache v0.8.7
27532024-04-25T09:32:01.094Z Documenting nom v7.1.3
27542024-04-25T09:32:01.206Z Documenting typify-impl v0.0.16 (https://github.com/oxidecomputer/typify#c5ebe0a2)
27552024-04-25T09:32:01.557Z Documenting phf v0.11.2
27562024-04-25T09:32:01.604Z Documenting similar v2.4.0
27572024-04-25T09:32:01.961Z Documenting elliptic-curve v0.13.8
27582024-04-25T09:32:02.002Z Documenting typify-macro v0.0.16 (https://github.com/oxidecomputer/typify#c5ebe0a2)
27592024-04-25T09:32:02.622Z Documenting semver v1.0.22
27602024-04-25T09:32:05.622Z Documenting float-cmp v0.9.0
27612024-04-25T09:32:06.424Z Documenting whoami v1.5.1
27622024-04-25T09:32:07.244Z Documenting normalize-line-endings v0.3.0
27632024-04-25T09:32:07.714Z Documenting unsafe-libyaml v0.2.10
27642024-04-25T09:32:07.989Z Documenting difflib v0.4.0
27652024-04-25T09:32:08.953Z Documenting peg-runtime v0.8.2
27662024-04-25T09:32:09.210Z Documenting predicates-core v1.0.6
27672024-04-25T09:32:18.589Z Documenting tokio-postgres v0.7.10
27682024-04-25T09:32:18.683Z Documenting typify v0.0.16 (https://github.com/oxidecomputer/typify#c5ebe0a2)
27692024-04-25T09:32:18.922Z Checking serde_yaml v0.9.25
27702024-04-25T09:32:18.939Z Documenting serde_yaml v0.9.25
27712024-04-25T09:32:19.004Z Checking darling_core v0.20.8
27722024-04-25T09:32:19.144Z Documenting bit-set v0.5.3
27732024-04-25T09:32:19.282Z Documenting predicates v3.1.0
27742024-04-25T09:32:19.474Z Documenting progenitor-client v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f)
27752024-04-25T09:32:20.837Z Documenting getopts v0.2.21
27762024-04-25T09:32:20.841Z Documenting tokio-stream v0.1.15
27772024-04-25T09:32:25.526Z Documenting ident_case v1.0.1
27782024-04-25T09:32:25.526Z Checking darling v0.20.8
27792024-04-25T09:32:25.526Z Documenting is-terminal v0.4.9
27802024-04-25T09:32:25.655Z Documenting progenitor-impl v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f)
27812024-04-25T09:32:25.895Z Documenting strum v0.26.2
27822024-04-25T09:32:26.574Z Documenting dirs-sys-next v0.1.2
27832024-04-25T09:32:26.721Z Documenting progenitor-macro v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f)
27842024-04-25T09:32:28.232Z Documenting darling_core v0.20.8
27852024-04-25T09:32:28.476Z Documenting match_cfg v0.1.0
27862024-04-25T09:32:29.560Z Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
27872024-04-25T09:32:30.007Z Documenting sha1 v0.10.6
27882024-04-25T09:32:30.600Z Documenting http v1.0.0
27892024-04-25T09:32:31.613Z Documenting dirs-next v2.0.0
27902024-04-25T09:32:31.818Z Documenting hostname v0.3.1
27912024-04-25T09:32:33.973Z Documenting camino v1.1.6
27922024-04-25T09:32:40.605Z Documenting paste v1.0.14
27932024-04-25T09:32:40.653Z Documenting thread_local v1.1.7
27942024-04-25T09:32:40.653Z Documenting rustls-pki-types v1.3.0
27952024-04-25T09:32:40.654Z Documenting progenitor v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f)
27962024-04-25T09:32:40.654Z Documenting term v0.7.0
27972024-04-25T09:32:40.654Z Documenting crossbeam-channel v0.5.8
27982024-04-25T09:32:40.654Z Documenting take_mut v0.2.2
27992024-04-25T09:32:40.654Z Documenting darling_macro v0.20.8
28002024-04-25T09:32:40.654Z Documenting slog-json v2.6.1
28012024-04-25T09:32:40.655Z Documenting async-stream-impl v0.3.5
28022024-04-25T09:32:41.319Z Documenting rustls-webpki v0.102.1
28032024-04-25T09:32:41.899Z Documenting slog-term v2.9.1
28042024-04-25T09:32:42.200Z Documenting atomic-waker v1.1.1
28052024-04-25T09:32:42.561Z Documenting slog-async v2.8.0
28062024-04-25T09:32:43.958Z Documenting debug-ignore v1.0.5
28072024-04-25T09:32:44.262Z Documenting darling v0.20.8
28082024-04-25T09:32:45.622Z Documenting waitgroup v0.1.2
28092024-04-25T09:32:45.924Z Documenting async-stream v0.3.5
28102024-04-25T09:32:46.321Z Documenting rustls v0.22.4
28112024-04-25T09:32:47.232Z Documenting slog-bunyan v2.5.0
28122024-04-25T09:32:47.326Z Documenting rustls-pemfile v2.1.2
28132024-04-25T09:32:47.506Z Documenting multer v3.0.0
28142024-04-25T09:32:49.604Z Documenting toml v0.8.12
28152024-04-25T09:32:49.628Z Documenting dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#29ae98d1)
28162024-04-25T09:32:49.789Z Documenting serde_path_to_error v0.1.16
28172024-04-25T09:32:50.128Z Documenting serde_with_macros v3.7.0
28182024-04-25T09:32:52.257Z Documenting structmeta-derive v0.3.0
28192024-04-25T09:32:52.379Z Documenting newtype-uuid v1.1.0
28202024-04-25T09:32:52.981Z Checking structmeta v0.3.0
28212024-04-25T09:32:53.199Z Documenting instant v0.1.12
28222024-04-25T09:32:54.452Z Documenting slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
28232024-04-25T09:32:55.113Z Documenting mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8207cb9c90cd7144c3f351823bfb2ae3e221ad10#8207cb9c)
28242024-04-25T09:32:55.384Z Documenting tokio-rustls v0.25.0
28252024-04-25T09:32:55.490Z Documenting serde_with v3.7.0
28262024-04-25T09:32:56.628Z Documenting serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
28272024-04-25T09:32:57.590Z Documenting backoff v0.4.0
28282024-04-25T09:32:57.927Z Documenting structmeta v0.3.0
28292024-04-25T09:32:58.977Z Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
28302024-04-25T09:33:03.775Z Documenting slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
28312024-04-25T09:33:03.891Z Documenting macaddr v1.0.1
28322024-04-25T09:33:03.891Z Documenting dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#29ae98d1)
28332024-04-25T09:33:03.891Z Documenting parse-display-derive v0.9.0
28342024-04-25T09:33:03.891Z Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
28352024-04-25T09:33:03.891Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
28362024-04-25T09:33:04.178Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
28372024-04-25T09:33:05.074Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
28382024-04-25T09:33:05.091Z Documenting fastrand v2.0.1
28392024-04-25T09:33:05.294Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
28402024-04-25T09:33:05.748Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
28412024-04-25T09:33:06.450Z Documenting proc-macro-crate v1.3.1
28422024-04-25T09:33:07.552Z Checking proc-macro-crate v1.3.1
28432024-04-25T09:33:07.698Z Documenting foreign-types-macros v0.2.3
28442024-04-25T09:33:07.793Z Documenting foreign-types-shared v0.3.1
28452024-04-25T09:33:08.259Z Documenting libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
28462024-04-25T09:33:09.267Z Documenting tempfile v3.10.1
28472024-04-25T09:33:09.755Z Documenting parse-display v0.9.0
28482024-04-25T09:33:10.475Z Documenting nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
28492024-04-25T09:33:12.366Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
28502024-04-25T09:33:12.481Z Documenting num_enum_derive v0.5.11
28512024-04-25T09:33:12.544Z Documenting cstr-argument v0.1.2
28522024-04-25T09:33:13.583Z Documenting foreign-types v0.5.0
28532024-04-25T09:33:14.759Z Documenting rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
28542024-04-25T09:33:14.939Z Documenting camino-tempfile v1.1.1
28552024-04-25T09:33:15.024Z Documenting tabwriter v1.4.0
28562024-04-25T09:33:15.096Z Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
28572024-04-25T09:33:17.543Z Documenting colored v2.1.0
28582024-04-25T09:33:18.310Z Documenting nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
28592024-04-25T09:33:19.820Z Documenting rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
28602024-04-25T09:33:19.973Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
28612024-04-25T09:33:20.162Z Documenting num_enum v0.5.11
28622024-04-25T09:33:20.290Z Documenting hash32 v0.3.1
28632024-04-25T09:33:21.028Z Documenting stable_deref_trait v1.2.0
28642024-04-25T09:33:22.124Z Documenting smf v0.2.3
28652024-04-25T09:33:22.487Z Documenting cobs v0.2.3
28662024-04-25T09:33:22.915Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
28672024-04-25T09:33:23.905Z Documenting embedded-io v0.4.0
28682024-04-25T09:33:24.473Z Documenting memmap v0.7.0
28692024-04-25T09:33:25.004Z Documenting dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
28702024-04-25T09:33:25.238Z Documenting heapless v0.8.0
28712024-04-25T09:33:25.852Z Documenting illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
28722024-04-25T09:33:27.063Z Documenting crucible-workspace-hack v0.1.0
28732024-04-25T09:33:27.202Z Documenting postcard v1.0.8
28742024-04-25T09:33:45.840Z Documenting derror-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
28752024-04-25T09:33:45.920Z Documenting usdt v0.5.0
28762024-04-25T09:33:45.920Z Documenting newline-converter v0.3.0
28772024-04-25T09:33:45.920Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
28782024-04-25T09:33:45.920Z Documenting smoltcp v0.11.0
28792024-04-25T09:33:45.920Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
28802024-04-25T09:33:45.920Z Documenting kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
28812024-04-25T09:33:45.920Z Documenting poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
28822024-04-25T09:33:45.920Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
28832024-04-25T09:33:45.920Z Documenting expectorate v1.1.0
28842024-04-25T09:33:45.920Z Documenting libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d)
28852024-04-25T09:33:45.921Z Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
28862024-04-25T09:33:45.921Z Documenting bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=dd788a311a382b09ce1d3e35f7777b378e09fdf7#dd788a31)
28872024-04-25T09:33:45.921Z Documenting sigpipe v0.1.3
28882024-04-25T09:33:45.921Z Documenting num-derive v0.4.0
28892024-04-25T09:33:45.921Z Documenting zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
28902024-04-25T09:33:45.921Z Documenting opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
28912024-04-25T09:33:45.921Z Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
28922024-04-25T09:33:45.921Z Documenting bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=dd788a311a382b09ce1d3e35f7777b378e09fdf7#dd788a31)
28932024-04-25T09:33:45.921Z Documenting password-hash v0.5.0
28942024-04-25T09:33:45.921Z Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
28952024-04-25T09:33:45.921Z Documenting crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=1ef72f3c935e7dc936bf43310c04668fb60d7a20#1ef72f3c)
28962024-04-25T09:33:45.921Z Documenting blake2 v0.10.6
28972024-04-25T09:33:46.344Z Documenting proc-macro-error-attr v1.0.4
28982024-04-25T09:33:46.726Z Documenting opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
28992024-04-25T09:33:47.643Z Documenting linked-hash-map v0.5.6
29002024-04-25T09:33:48.016Z Documenting humantime v2.1.0
29012024-04-25T09:33:48.841Z Checking proc-macro-error v1.0.4
29022024-04-25T09:33:49.055Z Documenting bytecount v0.6.3
29032024-04-25T09:33:49.110Z Documenting derive-where v1.2.7
29042024-04-25T09:33:50.486Z Documenting argon2 v0.5.3
29052024-04-25T09:33:51.401Z Documenting swrite v0.1.0
29062024-04-25T09:33:51.529Z Documenting proc-macro-error v1.0.4
29072024-04-25T09:33:52.048Z Documenting lru-cache v0.1.2
29082024-04-25T09:33:52.571Z Documenting papergrid v0.11.0
29092024-04-25T09:33:52.879Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
29102024-04-25T09:33:54.210Z Documenting oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
29112024-04-25T09:33:55.503Z Documenting newtype_derive v0.1.6
29122024-04-25T09:33:55.841Z Documenting itertools v0.12.1
29132024-04-25T09:33:56.281Z Documenting arc-swap v1.6.0
29142024-04-25T09:33:56.777Z Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
29152024-04-25T09:33:56.952Z Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
29162024-04-25T09:33:57.296Z Documenting tabled_derive v0.7.0
29172024-04-25T09:33:58.252Z Documenting quick-error v1.2.3
29182024-04-25T09:33:59.666Z Documenting steno v0.4.0
29192024-04-25T09:34:00.659Z Documenting slog-scope v4.4.0
29202024-04-25T09:34:02.204Z Documenting opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
29212024-04-25T09:34:02.567Z Documenting tabled v0.15.0
29222024-04-25T09:34:02.703Z Documenting resolv-conf v0.7.0
29232024-04-25T09:34:03.947Z Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
29242024-04-25T09:34:04.264Z Documenting num-rational v0.4.1
29252024-04-25T09:34:05.020Z Documenting slog-stdlog v4.1.1
29262024-04-25T09:34:13.171Z Documenting trust-dns-resolver v0.22.0
29272024-04-25T09:34:13.616Z Documenting num-complex v0.4.5
29282024-04-25T09:34:13.617Z Documenting slog-envlogger v2.2.0
29292024-04-25T09:34:13.617Z Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
29302024-04-25T09:34:13.617Z Documenting filetime v0.2.23
29312024-04-25T09:34:13.617Z Documenting xattr v1.0.1
29322024-04-25T09:34:14.735Z Documenting tap v1.0.1
29332024-04-25T09:34:15.514Z Documenting num v0.4.2
29342024-04-25T09:34:15.670Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
29352024-04-25T09:34:15.901Z Documenting tar v0.4.40
29362024-04-25T09:34:16.716Z Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
29372024-04-25T09:34:16.941Z Documenting radium v0.7.0
29382024-04-25T09:34:17.488Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
29392024-04-25T09:34:18.166Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
29402024-04-25T09:34:18.178Z Documenting wyz v0.5.1
29412024-04-25T09:34:18.395Z Documenting nibble_vec v0.1.0
29422024-04-25T09:34:19.987Z Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
29432024-04-25T09:34:20.628Z Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
29442024-04-25T09:34:21.340Z Documenting funty v2.0.0
29452024-04-25T09:34:21.816Z Documenting crc-catalog v2.2.0
29462024-04-25T09:34:22.257Z Documenting endian-type v0.1.2
29472024-04-25T09:34:22.639Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
29482024-04-25T09:34:22.794Z Documenting cancel-safe-futures v0.1.5
29492024-04-25T09:34:23.118Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
29502024-04-25T09:34:23.394Z Documenting packed_struct_codegen v0.10.1
29512024-04-25T09:34:28.720Z Documenting bitvec v1.0.1
29522024-04-25T09:34:28.787Z Documenting crc v3.0.1
29532024-04-25T09:34:28.787Z Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
29542024-04-25T09:34:28.788Z Documenting radix_trie v0.2.1
29552024-04-25T09:34:28.823Z Documenting nodrop v0.1.14
29562024-04-25T09:34:28.971Z Documenting same-file v1.0.6
29572024-04-25T09:34:29.475Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
29582024-04-25T09:34:30.960Z Documenting packed_struct v0.10.1
29592024-04-25T09:34:30.994Z Documenting num-bigint-dig v0.8.4
29602024-04-25T09:34:32.083Z Documenting pkcs1 v0.7.5
29612024-04-25T09:34:32.844Z Documenting array-init v0.0.4
29622024-04-25T09:34:32.886Z Documenting signature v2.1.0
29632024-04-25T09:34:33.458Z Documenting walkdir v2.5.0
29642024-04-25T09:34:35.826Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
29652024-04-25T09:34:36.215Z Documenting display-error-chain v0.2.0
29662024-04-25T09:34:39.047Z Documenting bitfield v0.14.0
29672024-04-25T09:34:39.212Z Documenting termcolor v1.2.0
29682024-04-25T09:34:39.212Z Documenting serde-hex v0.1.0
29692024-04-25T09:34:39.268Z Documenting rsa v0.9.2
29702024-04-25T09:34:42.332Z Documenting tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
29712024-04-25T09:34:42.413Z Documenting slog-dtrace v0.3.0
29722024-04-25T09:34:42.413Z Documenting lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
29732024-04-25T09:34:42.495Z Documenting env_logger v0.10.0
29742024-04-25T09:34:44.592Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
29752024-04-25T09:34:44.702Z Documenting pem v3.0.4
29762024-04-25T09:34:44.884Z Documenting x509-cert v0.2.4
29772024-04-25T09:34:45.231Z Documenting libsw v3.3.1
29782024-04-25T09:34:46.402Zwarning: unresolved link to `StNestedBuilder::make_subsection`
29792024-04-25T09:34:46.402Z --> nexus/types/src/sectioned_table.rs:145:7
29802024-04-25T09:34:46.402Z |
29812024-04-25T09:34:46.402Z145 | /// [`StNestedBuilder::make_subsection`].
29822024-04-25T09:34:46.402Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `StNestedBuilder` in scope
29832024-04-25T09:34:46.402Z |
29842024-04-25T09:34:46.402Z = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default
29852024-04-25T09:34:46.402Z
29862024-04-25T09:34:46.600Z Documenting ron v0.8.1
29872024-04-25T09:34:47.927Z Documenting half v2.3.1
29882024-04-25T09:34:48.438Z Documenting owo-colors v4.0.0
29892024-04-25T09:34:48.643Zwarning: `nexus-types` (lib doc) generated 1 warning
29902024-04-25T09:34:48.646Z Documenting ciborium-io v0.2.2
29912024-04-25T09:34:48.746Z Documenting linear-map v1.2.0
29922024-04-25T09:34:48.953Z Documenting crc-any v2.4.3
29932024-04-25T09:34:50.500Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
29942024-04-25T09:34:51.892Z Documenting tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
29952024-04-25T09:34:51.901Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
29962024-04-25T09:34:52.122Z Documenting headers-core v0.2.0
29972024-04-25T09:34:52.786Z Documenting lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
29982024-04-25T09:34:52.856Z Documenting ciborium-ll v0.2.2
29992024-04-25T09:34:53.385Z Documenting path-slash v0.1.5
30002024-04-25T09:34:53.486Z Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
30012024-04-25T09:34:56.135Z Documenting internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
30022024-04-25T09:34:57.768Z Documenting fxhash v0.2.1
30032024-04-25T09:34:58.135Z Documenting ciborium v0.2.2
30042024-04-25T09:34:58.505Z Documenting headers v0.3.9
30052024-04-25T09:35:02.375Z Documenting hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84)
30062024-04-25T09:35:03.052Z Documenting async-recursion v1.1.0
30072024-04-25T09:35:03.169Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
30082024-04-25T09:35:03.977Z Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
30092024-04-25T09:35:05.038Z Documenting vte_generate_state_changes v0.1.1
30102024-04-25T09:35:06.319Z Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
30112024-04-25T09:35:08.114Z Checking convert_case v0.4.0
30122024-04-25T09:35:08.344Z Documenting convert_case v0.4.0
30132024-04-25T09:35:10.044Z Documenting vte v0.11.1
30142024-04-25T09:35:10.765Z Documenting buf-list v1.0.3
30152024-04-25T09:35:13.550Z Documenting derive_more v0.99.17
30162024-04-25T09:35:15.086Z Documenting derive_builder_core v0.20.0
30172024-04-25T09:35:16.004Z Documenting bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
30182024-04-25T09:35:16.856Z Checking derive_builder_core v0.20.0
30192024-04-25T09:35:17.661Z Documenting fd-lock v4.0.2
30202024-04-25T09:35:17.753Z Documenting viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
30212024-04-25T09:35:31.228Z Documenting bitstruct_derive v0.1.0
30222024-04-25T09:35:31.801Z Documenting pin-project-internal v1.1.3
30232024-04-25T09:35:31.801Z Documenting ascii v1.1.0
30242024-04-25T09:35:31.801Z Documenting viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
30252024-04-25T09:35:31.801Z Documenting derive_builder_macro v0.20.0
30262024-04-25T09:35:31.802Z Documenting bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
30272024-04-25T09:35:32.015Z Documenting rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c)
30282024-04-25T09:35:32.015Z Documenting bitstruct v0.1.1
30292024-04-25T09:35:32.015Z Documenting pin-project v1.1.3
30302024-04-25T09:35:32.015Z Documenting strip-ansi-escapes v0.2.0
30312024-04-25T09:35:32.015Z Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
30322024-04-25T09:35:32.016Z Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
30332024-04-25T09:35:32.016Z Documenting dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
30342024-04-25T09:35:32.016Z Documenting crossbeam-deque v0.8.3
30352024-04-25T09:35:32.016Z Documenting propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
30362024-04-25T09:35:32.207Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
30372024-04-25T09:35:32.383Z Documenting serde_arrays v0.1.0
30382024-04-25T09:35:32.853Z Documenting erased-serde v0.3.31
30392024-04-25T09:35:33.794Z Documenting snafu-derive v0.8.2
30402024-04-25T09:35:35.378Z Documenting ref-cast-impl v1.0.22
30412024-04-25T09:35:36.985Z Documenting unicode-xid v0.2.4
30422024-04-25T09:35:37.468Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
30432024-04-25T09:35:37.708Z Checking unicode-xid v0.2.4
30442024-04-25T09:35:53.530Z Documenting nu-ansi-term v0.50.0
30452024-04-25T09:35:53.947Z Documenting propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
30462024-04-25T09:35:54.071Z Documenting const_format_proc_macros v0.2.32
30472024-04-25T09:35:54.071Z Documenting ref-cast v1.0.22
30482024-04-25T09:35:54.071Z Documenting snafu v0.8.2
30492024-04-25T09:35:54.071Z Documenting reedline v0.31.0
30502024-04-25T09:35:54.071Z Documenting rayon-core v1.12.1
30512024-04-25T09:35:54.071Z Documenting derive_builder v0.20.0
30522024-04-25T09:35:54.071Z Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
30532024-04-25T09:35:54.072Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
30542024-04-25T09:35:54.072Z Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
30552024-04-25T09:35:54.072Z Documenting libefi-sys v0.1.0
30562024-04-25T09:35:54.072Z Documenting trust-dns-client v0.22.0
30572024-04-25T09:35:54.072Z Documenting polar-core v0.27.3
30582024-04-25T09:35:54.192Z Documenting libxml v0.3.3
30592024-04-25T09:35:55.002Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
30602024-04-25T09:35:55.170Z Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
30612024-04-25T09:35:55.344Z Documenting illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
30622024-04-25T09:35:55.856Z Documenting globset v0.4.13
30632024-04-25T09:35:56.156Z Documenting bb8 v0.8.3
30642024-04-25T09:36:02.123Z Documenting olpc-cjson v0.1.3
30652024-04-25T09:36:02.123Z Documenting quick-xml v0.31.0
30662024-04-25T09:36:02.123Z Documenting serde_plain v1.0.2
30672024-04-25T09:36:02.427Z Documenting impl-trait-for-tuples v0.2.2
30682024-04-25T09:36:02.906Z Documenting oso-derive v0.27.3
30692024-04-25T09:36:04.047Z Documenting maplit v1.0.2
30702024-04-25T09:36:05.077Z Documenting libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81)
30712024-04-25T09:36:06.663Z Documenting utf-8 v0.7.6
30722024-04-25T09:36:07.742Z Documenting typed-path v0.7.0
30732024-04-25T09:36:07.914Z Documenting keccak v0.1.4
30742024-04-25T09:36:08.735Z Documenting samael v0.0.15
30752024-04-25T09:36:09.037Z Documenting oso v0.27.3
30762024-04-25T09:36:09.412Z Documenting libnvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81)
30772024-04-25T09:36:10.934Z Documenting tungstenite v0.21.0
30782024-04-25T09:36:11.035Z Documenting sha3 v0.10.8
30792024-04-25T09:36:13.303Z Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
30802024-04-25T09:36:14.419Z Documenting tough v0.17.1
30812024-04-25T09:36:14.543Z Documenting async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef)
30822024-04-25T09:36:15.188Z Documenting tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
30832024-04-25T09:36:17.186Z Documenting trust-dns-server v0.22.1
30842024-04-25T09:36:18.733Z Documenting cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
30852024-04-25T09:36:22.040Z Documenting libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
30862024-04-25T09:36:22.093Z Documenting rayon v1.10.0
30872024-04-25T09:36:22.668Z Documenting const_format v0.2.32
30882024-04-25T09:36:22.738Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30892024-04-25T09:36:23.702Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
30902024-04-25T09:36:25.305Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
30912024-04-25T09:36:25.345Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
30922024-04-25T09:36:25.554Z Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
30932024-04-25T09:36:25.579Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
30942024-04-25T09:36:26.122Z Documenting sled v0.34.7
30952024-04-25T09:36:26.215Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
30962024-04-25T09:36:26.467Z Documenting fs-err v2.11.0
30972024-04-25T09:36:26.976Z Documenting nix v0.28.0
30982024-04-25T09:36:29.087Z Documenting diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#62ef5ca0)
30992024-04-25T09:36:29.949Z Documenting cookie v0.18.1
31002024-04-25T09:36:30.378Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31012024-04-25T09:36:30.656Z Documenting secrecy v0.8.0
31022024-04-25T09:36:31.739Z Documenting gethostname v0.4.3
31032024-04-25T09:36:31.939Z Documenting peg-macros v0.8.2
31042024-04-25T09:36:32.957Z Documenting rustversion v1.0.14
31052024-04-25T09:36:33.172Z Documenting sqlparser_derive v0.2.2
31062024-04-25T09:36:35.416Z Documenting unicode_categories v0.1.1
31072024-04-25T09:36:35.908Z Documenting parse-size v1.0.0
31082024-04-25T09:36:37.183Z Documenting home v0.5.5
31092024-04-25T09:36:37.397Z Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
31102024-04-25T09:36:37.918Z Documenting peg v0.8.2
31112024-04-25T09:36:38.235Z Documenting castaway v0.2.2
31122024-04-25T09:36:38.359Z Documenting sqlparser v0.45.0
31132024-04-25T09:36:40.469Z Documenting tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
31142024-04-25T09:36:40.967Z Documenting sqlformat v0.2.3
31152024-04-25T09:36:41.441Z Documenting rustyline v14.0.0
31162024-04-25T09:36:41.950Z Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
31172024-04-25T09:36:42.498Z Documenting propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
31182024-04-25T09:36:45.328Z Documenting tokio-tungstenite v0.21.0
31192024-04-25T09:36:47.867Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
31202024-04-25T09:36:48.544Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
31212024-04-25T09:36:51.277Z Documenting dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
31222024-04-25T09:36:56.977Z Documenting zone v0.1.8
31232024-04-25T09:36:56.977Z Documenting libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#d44d9e08)
31242024-04-25T09:36:56.978Z Documenting propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
31252024-04-25T09:36:57.909Z Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
31262024-04-25T09:36:57.971Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
31272024-04-25T09:36:58.017Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
31282024-04-25T09:36:58.256Z Documenting ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8207cb9c90cd7144c3f351823bfb2ae3e221ad10#8207cb9c)
31292024-04-25T09:36:59.415Z Documenting portpicker v0.1.1
31302024-04-25T09:37:00.189Z Documenting universal-hash v0.5.1
31312024-04-25T09:37:01.937Z Documenting bcs v0.1.6
31322024-04-25T09:37:02.398Z Documenting kstat-rs v0.2.3
31332024-04-25T09:37:04.853Z Documenting thiserror-impl-no-std v2.0.2
31342024-04-25T09:37:14.340Z Documenting curve25519-dalek-derive v0.1.0
31352024-04-25T09:37:14.552Z Documenting highway v1.1.0
31362024-04-25T09:37:14.836Z Documenting opaque-debug v0.3.0
31372024-04-25T09:37:14.862Z Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
31382024-04-25T09:37:14.918Z Documenting thiserror-no-std v2.0.2
31392024-04-25T09:37:15.564Z Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
31402024-04-25T09:37:15.577Z Documenting libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1)
31412024-04-25T09:37:17.853Z Documenting poly1305 v0.8.0
31422024-04-25T09:37:18.412Z Documenting compact_str v0.7.1
31432024-04-25T09:37:18.839Z Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
31442024-04-25T09:37:19.117Z Documenting curve25519-dalek v4.1.2
31452024-04-25T09:37:22.916Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
31462024-04-25T09:37:23.082Z Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
31472024-04-25T09:37:24.765Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
31482024-04-25T09:37:26.051Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
31492024-04-25T09:37:26.134Z Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
31502024-04-25T09:37:26.814Z Documenting portable-atomic v1.4.3
31512024-04-25T09:37:30.551Z Documenting ed25519 v1.5.3
31522024-04-25T09:37:33.516Z Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
31532024-04-25T09:37:33.743Z Documenting memoffset v0.7.1
31542024-04-25T09:37:34.040Z Documenting unicase v2.7.0
31552024-04-25T09:37:34.540Z Documenting rcgen v0.12.1
31562024-04-25T09:37:40.510Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
31572024-04-25T09:37:40.650Zwarning: could not parse code block as Rust code
31582024-04-25T09:37:40.650Z --> oximeter/db/src/oxql/ast/grammar.rs:246:9
31592024-04-25T09:37:40.651Z |
31602024-04-25T09:37:40.651Z246 | / /// Parse a string literal, either single- or double-quoted.
31612024-04-25T09:37:40.651Z247 | | ///
31622024-04-25T09:37:40.651Z248 | | /// Parsing string literals is pretty tricky, but we add several
31632024-04-25T09:37:40.651Z249 | | /// constraints to simplify things. First strings must be quoted, either
31642024-04-25T09:37:40.651Z... |
31652024-04-25T09:37:40.651Z277 | | ///
31662024-04-25T09:37:40.651Z278 | | /// Will be parsed as `this string has " in it`.
31672024-04-25T09:37:40.651Z | |________________________________________________________^
31682024-04-25T09:37:40.652Z |
31692024-04-25T09:37:40.652Z = help: `ignore` code blocks require valid Rust code for syntax highlighting; mark blocks that do not contain Rust code as text: ```text
31702024-04-25T09:37:40.652Z = note: error from rustc: unknown start of token: \
31712024-04-25T09:37:40.652Z = note: error from rustc: unknown start of token: \
31722024-04-25T09:37:40.652Z = note: error from rustc: unknown start of token: \
31732024-04-25T09:37:40.652Z = note: error from rustc: unknown start of token: \
31742024-04-25T09:37:40.652Z = note: error from rustc: unknown start of token: \
31752024-04-25T09:37:40.652Z = note: `#[warn(rustdoc::invalid_rust_codeblocks)]` on by default
31762024-04-25T09:37:40.652Z
31772024-04-25T09:37:40.653Z Documenting propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=dd788a311a382b09ce1d3e35f7777b378e09fdf7#dd788a31)
31782024-04-25T09:37:40.653Z Documenting crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=1ef72f3c935e7dc936bf43310c04668fb60d7a20#1ef72f3c)
31792024-04-25T09:37:40.653Zwarning: `oximeter-db` (lib doc) generated 1 warning
31802024-04-25T09:37:40.653Z Documenting atomicwrites v0.4.3
31812024-04-25T09:37:40.653Z Documenting chacha20 v0.9.1
31822024-04-25T09:37:40.718Z Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
31832024-04-25T09:37:43.168Z Documenting lru v0.12.1
31842024-04-25T09:37:48.078Z Documenting aead v0.5.2
31852024-04-25T09:37:48.078Z Documenting rand_seeder v0.2.3
31862024-04-25T09:37:48.884Z Documenting nanorand v0.7.0
31872024-04-25T09:37:49.449Z Documenting subprocess v0.2.9
31882024-04-25T09:37:58.307Z Documenting stability v0.2.0
31892024-04-25T09:37:58.655Z Documenting cassowary v0.3.0
31902024-04-25T09:37:58.769Z Documenting glob v0.3.1
31912024-04-25T09:37:58.984Z Documenting number_prefix v0.4.0
31922024-04-25T09:37:59.145Z Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
31932024-04-25T09:37:59.498Z Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
31942024-04-25T09:38:01.669Z Documenting flume v0.11.0
31952024-04-25T09:38:03.079Z Documenting chacha20poly1305 v0.10.1
31962024-04-25T09:38:03.358Z Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
31972024-04-25T09:38:03.556Z Documenting indicatif v0.17.8
31982024-04-25T09:38:04.335Z Documenting ratatui v0.26.2
31992024-04-25T09:38:04.335Z Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
32002024-04-25T09:38:19.083Z Documenting mime_guess v2.0.4
32012024-04-25T09:38:19.174Z Documenting nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d)
32022024-04-25T09:38:19.439Z Documenting salty v0.2.0
32032024-04-25T09:38:19.935Z Documenting vsss-rs v3.3.4
32042024-04-25T09:38:20.044Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
32052024-04-25T09:38:20.959Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
32062024-04-25T09:38:21.404Z Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
32072024-04-25T09:38:21.931Z Documenting hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a)
32082024-04-25T09:38:22.496Z Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
32092024-04-25T09:38:24.426Z Documenting tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
32102024-04-25T09:38:24.712Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
32112024-04-25T09:38:25.012Z Documenting serde-big-array v0.5.1
32122024-04-25T09:38:26.308Z Documenting rtoolbox v0.0.1
32132024-04-25T09:38:27.123Z Documenting unicode-linebreak v0.1.5
32142024-04-25T09:38:27.861Z Documenting http-range v0.1.5
32152024-04-25T09:38:28.671Z Documenting smawk v0.3.1
32162024-04-25T09:38:29.512Z Documenting is_ci v1.2.0
32172024-04-25T09:38:30.142Z Documenting gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
32182024-04-25T09:38:31.488Z Documenting rpassword v7.3.1
32192024-04-25T09:38:32.804Z Documenting hyper-staticfile v0.9.5
32202024-04-25T09:38:32.995Z Documenting textwrap v0.16.1
32212024-04-25T09:38:34.379Z Documenting supports-color v3.0.0
32222024-04-25T09:38:35.373Z Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
32232024-04-25T09:38:38.032Z Documenting sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef)
32242024-04-25T09:38:38.622Z Documenting tui-tree-widget v0.19.0
32252024-04-25T09:38:38.723Z Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
32262024-04-25T09:38:40.877Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
32272024-04-25T09:38:42.707Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
32282024-04-25T09:38:44.134Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
32292024-04-25T09:38:44.912Z Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
32302024-04-25T09:38:44.924Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
32312024-04-25T09:38:45.219Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
32322024-04-25T09:38:45.392Z Documenting signal-hook-tokio v0.3.1
32332024-04-25T09:38:45.619Z Documenting memmap2 v0.7.1
32342024-04-25T09:38:45.721Z Documenting arrayref v0.3.7
32352024-04-25T09:38:48.382Z Documenting shell-words v1.1.0
32362024-04-25T09:38:49.090Z Documenting arrayvec v0.7.4
32372024-04-25T09:38:49.623Zwarning: unresolved link to `test_sled_transitions`
32382024-04-25T09:38:49.623Z --> nexus/db-queries/src/db/datastore/sled.rs:636:11
32392024-04-25T09:38:49.623Z |
32402024-04-25T09:38:49.623Z636 | /// [`test_sled_transitions`].
32412024-04-25T09:38:49.624Z | ^^^^^^^^^^^^^^^^^^^^^ no item named `test_sled_transitions` in scope
32422024-04-25T09:38:49.624Z |
32432024-04-25T09:38:49.624Z = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
32442024-04-25T09:38:49.625Z = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default
32452024-04-25T09:38:49.625Z
32462024-04-25T09:38:49.631Zwarning: unresolved link to `test_sled_transitions`
32472024-04-25T09:38:49.632Z --> nexus/db-queries/src/db/datastore/sled.rs:672:11
32482024-04-25T09:38:49.632Z |
32492024-04-25T09:38:49.632Z672 | /// [`test_sled_transitions`].
32502024-04-25T09:38:49.633Z | ^^^^^^^^^^^^^^^^^^^^^ no item named `test_sled_transitions` in scope
32512024-04-25T09:38:49.633Z |
32522024-04-25T09:38:49.633Z = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
32532024-04-25T09:38:49.633Z
32542024-04-25T09:38:49.633Zwarning: unresolved link to `DataStore::update_tuf_repo_description_insert`
32552024-04-25T09:38:49.633Z --> nexus/db-queries/src/db/datastore/update.rs:28:27
32562024-04-25T09:38:49.633Z |
32572024-04-25T09:38:49.634Z28 | /// The return value of [`DataStore::update_tuf_repo_description_insert`].
32582024-04-25T09:38:49.634Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the struct `DataStore` has no field or associated item named `update_tuf_repo_description_insert`
32592024-04-25T09:38:49.634Z
32602024-04-25T09:38:50.047Z Documenting corncobs v0.1.3
32612024-04-25T09:38:50.756Z Documenting constant_time_eq v0.3.0
32622024-04-25T09:38:52.883Z Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
32632024-04-25T09:38:53.225Z Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
32642024-04-25T09:38:53.547Z Documenting sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef)
32652024-04-25T09:38:53.725Z Documenting blake3 v1.5.0
32662024-04-25T09:38:55.286Z Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
32672024-04-25T09:38:58.883Z Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
32682024-04-25T09:38:58.930Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
32692024-04-25T09:38:59.543Z Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
32702024-04-25T09:39:11.468Zwarning: `nexus-db-queries` (lib doc) generated 3 warnings
32712024-04-25T09:39:11.468Z Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
32722024-04-25T09:39:11.504Zwarning: unclosed HTML tag `usize`
32732024-04-25T09:39:11.504Z --> wicket/src/ui/panes/update.rs:153:19
32742024-04-25T09:39:11.504Z |
32752024-04-25T09:39:11.504Z153 | /// TODO: The <usize> generic parameter is carried over from earlier versions
32762024-04-25T09:39:11.505Z | ^^^^^^^
32772024-04-25T09:39:11.505Z |
32782024-04-25T09:39:11.505Z = note: `#[warn(rustdoc::invalid_html_tags)]` on by default
32792024-04-25T09:39:11.505Z
32802024-04-25T09:39:12.605Zwarning: `wicket` (lib doc) generated 1 warning
32812024-04-25T09:39:12.614Z Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
32822024-04-25T09:39:15.744Z Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
32832024-04-25T09:39:15.971Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
32842024-04-25T09:39:17.031Zwarning: unresolved link to `BlueprintDisksConfig`
32852024-04-25T09:39:17.031Z --> nexus/reconfigurator/planning/src/blueprint_builder/builder.rs:1058:55
32862024-04-25T09:39:17.031Z |
32872024-04-25T09:39:17.032Z1058 | /// blueprint. We do this by keeping a copy of any [`BlueprintDisksConfig`]
32882024-04-25T09:39:17.032Z | ^^^^^^^^^^^^^^^^^^^^ no item named `BlueprintDisksConfig` in scope
32892024-04-25T09:39:17.032Z |
32902024-04-25T09:39:17.032Z = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
32912024-04-25T09:39:17.032Z = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default
32922024-04-25T09:39:17.032Z
32932024-04-25T09:39:18.301Z Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
32942024-04-25T09:39:18.358Zwarning: `nexus-reconfigurator-planning` (lib doc) generated 1 warning
32952024-04-25T09:39:18.359Z Documenting crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=1ef72f3c935e7dc936bf43310c04668fb60d7a20#1ef72f3c)
32962024-04-25T09:39:19.600Z Documenting fatfs v0.3.6
32972024-04-25T09:39:25.298Z Documenting assert_matches v1.5.0
32982024-04-25T09:39:26.158Z Documenting topological-sort v0.2.2
32992024-04-25T09:39:28.764Z Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
33002024-04-25T09:39:30.557Z Documenting omicron-zone-package v0.11.0
33012024-04-25T09:39:32.498Z Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
33022024-04-25T09:39:35.157Z Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
33032024-04-25T09:39:39.274Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
33042024-04-25T09:39:41.188Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
33052024-04-25T09:39:41.315Z Documenting installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd)
33062024-04-25T09:39:42.116Z Documenting installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client)
33072024-04-25T09:39:49.633Z Checking installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client)
33082024-04-25T09:39:53.003Z Checking installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd)
33092024-04-25T09:39:53.104Z Documenting termios v0.3.3
33102024-04-25T09:39:53.784Z Documenting uzers v0.11.3
33112024-04-25T09:39:54.747Zwarning: unresolved link to `propolis_client::api::InstanceStateMonitorResponse`
33122024-04-25T09:39:54.747Z --> sled-agent/src/sim/instance.rs:46:7
33132024-04-25T09:39:54.747Z |
33142024-04-25T09:39:54.748Z46 | /// [`propolis_client::api::InstanceStateMonitorResponse`]. Transition requests
33152024-04-25T09:39:54.748Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `api` in module `propolis_client`
33162024-04-25T09:39:54.748Z |
33172024-04-25T09:39:54.748Z = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default
33182024-04-25T09:39:54.748Z
33192024-04-25T09:39:58.329Zwarning: `omicron-sled-agent` (lib doc) generated 1 warning
33202024-04-25T09:39:58.825Z Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
33212024-04-25T09:40:02.025Z Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
33222024-04-25T09:40:02.336Z Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
33232024-04-25T09:40:04.528Z Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
33242024-04-25T09:40:13.736Z Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
33252024-04-25T09:40:16.898Z Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
33262024-04-25T09:40:18.455Z Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
33272024-04-25T09:40:29.552Z Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
33282024-04-25T09:40:41.628Z Documenting tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
33292024-04-25T09:40:41.841Z Documenting caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util)
33302024-04-25T09:40:42.602Z Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli)
33312024-04-25T09:40:43.867Z Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
33322024-04-25T09:40:50.435Z Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
33332024-04-25T09:40:52.902Z Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
33342024-04-25T09:41:17.636Zwarning: unresolved link to `VolumeConstructionRequest`
33352024-04-25T09:41:17.637Z --> nexus/src/app/sagas/volume_delete.rs:338:7
33362024-04-25T09:41:17.637Z |
33372024-04-25T09:41:17.637Z338 | /// [`VolumeConstructionRequest`] is shown here):
33382024-04-25T09:41:17.637Z | ^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `VolumeConstructionRequest` in scope
33392024-04-25T09:41:17.637Z |
33402024-04-25T09:41:17.637Z = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
33412024-04-25T09:41:17.637Z = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default
33422024-04-25T09:41:17.637Z
33432024-04-25T09:41:17.637Zwarning: unresolved link to `fd00:1122:3344:101::5`
33442024-04-25T09:41:17.637Z --> nexus/src/app/sagas/volume_delete.rs:348:17
33452024-04-25T09:41:17.638Z |
33462024-04-25T09:41:17.638Z348 | /// "[fd00:1122:3344:101::5]:1000",
33472024-04-25T09:41:17.638Z | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:101` in scope
33482024-04-25T09:41:17.638Z
33492024-04-25T09:41:17.638Zwarning: unresolved link to `fd00:1122:3344:102::9`
33502024-04-25T09:41:17.638Z --> nexus/src/app/sagas/volume_delete.rs:349:17
33512024-04-25T09:41:17.638Z |
33522024-04-25T09:41:17.638Z349 | /// "[fd00:1122:3344:102::9]:1000",
33532024-04-25T09:41:17.638Z | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:102` in scope
33542024-04-25T09:41:17.639Z
33552024-04-25T09:41:17.639Zwarning: unresolved link to `fd00:1122:3344:103::2`
33562024-04-25T09:41:17.639Z --> nexus/src/app/sagas/volume_delete.rs:350:17
33572024-04-25T09:41:17.639Z |
33582024-04-25T09:41:17.639Z350 | /// "[fd00:1122:3344:103::2]:1000"
33592024-04-25T09:41:17.650Z | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:103` in scope
33602024-04-25T09:41:17.650Z
33612024-04-25T09:41:17.650Zwarning: unresolved link to `fd00:1122:3344:101::5`
33622024-04-25T09:41:17.650Z --> nexus/src/app/sagas/volume_delete.rs:369:17
33632024-04-25T09:41:17.651Z |
33642024-04-25T09:41:17.651Z369 | /// "[fd00:1122:3344:101::5]:1001", <-- port changed
33652024-04-25T09:41:17.651Z | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:101` in scope
33662024-04-25T09:41:17.651Z
33672024-04-25T09:41:17.651Zwarning: unresolved link to `fd00:1122:3344:102::9`
33682024-04-25T09:41:17.651Z --> nexus/src/app/sagas/volume_delete.rs:370:17
33692024-04-25T09:41:17.651Z |
33702024-04-25T09:41:17.651Z370 | /// "[fd00:1122:3344:102::9]:1001", <-- port changed
33712024-04-25T09:41:17.651Z | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:102` in scope
33722024-04-25T09:41:17.651Z
33732024-04-25T09:41:17.651Zwarning: unresolved link to `fd00:1122:3344:103::2`
33742024-04-25T09:41:17.652Z --> nexus/src/app/sagas/volume_delete.rs:371:17
33752024-04-25T09:41:17.652Z |
33762024-04-25T09:41:17.652Z371 | /// "[fd00:1122:3344:103::2]:1001" <-- port changed
33772024-04-25T09:41:17.652Z | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:103` in scope
33782024-04-25T09:41:17.652Z
33792024-04-25T09:41:20.698Zwarning: `omicron-nexus` (lib doc) generated 7 warnings
33802024-04-25T09:41:43.052Z Finished dev [unoptimized + debuginfo] target(s) in 13m 04s
33812024-04-25T09:41:43.127Z Generated /work/oxidecomputer/omicron/target/doc/authz_macros/index.html
33822024-04-25T09:41:43.127Z Generated /work/oxidecomputer/omicron/target/doc/bootstore/index.html
33832024-04-25T09:41:43.127Z Generated /work/oxidecomputer/omicron/target/doc/bootstrap_agent_client/index.html
33842024-04-25T09:41:43.127Z Generated /work/oxidecomputer/omicron/target/doc/caboose_util/index.html
33852024-04-25T09:41:43.127Z Generated /work/oxidecomputer/omicron/target/doc/crdb_seed/index.html
33862024-04-25T09:41:43.127Z Generated /work/oxidecomputer/omicron/target/doc/db_macros/index.html
33872024-04-25T09:41:43.127Z Generated /work/oxidecomputer/omicron/target/doc/dns_server/index.html
33882024-04-25T09:41:43.134Z Generated /work/oxidecomputer/omicron/target/doc/apigen/index.html
33892024-04-25T09:41:43.134Z Generated /work/oxidecomputer/omicron/target/doc/dns_db_dump/index.html
33902024-04-25T09:41:43.134Z Generated /work/oxidecomputer/omicron/target/doc/dnsadm/index.html
33912024-04-25T09:41:43.135Z Generated /work/oxidecomputer/omicron/target/doc/dns_service_client/index.html
33922024-04-25T09:41:43.135Z Generated /work/oxidecomputer/omicron/target/doc/dpd_client/index.html
33932024-04-25T09:41:43.135Z Generated /work/oxidecomputer/omicron/target/doc/gateway_cli/index.html
33942024-04-25T09:41:43.135Z Generated /work/oxidecomputer/omicron/target/doc/gateway_client/index.html
33952024-04-25T09:41:43.135Z Generated /work/oxidecomputer/omicron/target/doc/gateway_test_utils/index.html
33962024-04-25T09:41:43.135Z Generated /work/oxidecomputer/omicron/target/doc/illumos_utils/index.html
33972024-04-25T09:41:43.135Z Generated /work/oxidecomputer/omicron/target/doc/installinator/index.html
33982024-04-25T09:41:43.135Z Generated /work/oxidecomputer/omicron/target/doc/installinator_artifact_client/index.html
33992024-04-25T09:41:43.135Z Generated /work/oxidecomputer/omicron/target/doc/installinator_artifactd/index.html
34002024-04-25T09:41:43.135Z Generated /work/oxidecomputer/omicron/target/doc/installinator_common/index.html
34012024-04-25T09:41:43.135Z Generated /work/oxidecomputer/omicron/target/doc/internal_dns/index.html
34022024-04-25T09:41:43.135Z Generated /work/oxidecomputer/omicron/target/doc/dnswait/index.html
34032024-04-25T09:41:43.135Z Generated /work/oxidecomputer/omicron/target/doc/ipcc/index.html
34042024-04-25T09:41:43.135Z Generated /work/oxidecomputer/omicron/target/doc/key_manager/index.html
34052024-04-25T09:41:43.135Z Generated /work/oxidecomputer/omicron/target/doc/nexus_client/index.html
34062024-04-25T09:41:43.135Z Generated /work/oxidecomputer/omicron/target/doc/nexus_config/index.html
34072024-04-25T09:41:43.135Z Generated /work/oxidecomputer/omicron/target/doc/nexus_db_model/index.html
34082024-04-25T09:41:43.136Z Generated /work/oxidecomputer/omicron/target/doc/nexus_db_queries/index.html
34092024-04-25T09:41:43.136Z Generated /work/oxidecomputer/omicron/target/doc/nexus_defaults/index.html
34102024-04-25T09:41:43.136Z Generated /work/oxidecomputer/omicron/target/doc/nexus_inventory/index.html
34112024-04-25T09:41:43.136Z Generated /work/oxidecomputer/omicron/target/doc/nexus_macros_common/index.html
34122024-04-25T09:41:43.136Z Generated /work/oxidecomputer/omicron/target/doc/nexus_metrics_producer_gc/index.html
34132024-04-25T09:41:43.136Z Generated /work/oxidecomputer/omicron/target/doc/nexus_networking/index.html
34142024-04-25T09:41:43.136Z Generated /work/oxidecomputer/omicron/target/doc/nexus_reconfigurator_execution/index.html
34152024-04-25T09:41:43.137Z Generated /work/oxidecomputer/omicron/target/doc/nexus_reconfigurator_planning/index.html
34162024-04-25T09:41:43.137Z Generated /work/oxidecomputer/omicron/target/doc/nexus_reconfigurator_preparation/index.html
34172024-04-25T09:41:43.137Z Generated /work/oxidecomputer/omicron/target/doc/nexus_types/index.html
34182024-04-25T09:41:43.137Z Generated /work/oxidecomputer/omicron/target/doc/omicron_certificates/index.html
34192024-04-25T09:41:43.137Z Generated /work/oxidecomputer/omicron/target/doc/omicron_common/index.html
34202024-04-25T09:41:43.137Z Generated /work/oxidecomputer/omicron/target/doc/omicron_ddm_admin_client/index.html
34212024-04-25T09:41:43.137Z Generated /work/oxidecomputer/omicron/target/doc/omicron_gateway/index.html
34222024-04-25T09:41:43.137Z Generated /work/oxidecomputer/omicron/target/doc/omicron_nexus/index.html
34232024-04-25T09:41:43.137Z Generated /work/oxidecomputer/omicron/target/doc/schema_updater/index.html
34242024-04-25T09:41:43.137Z Generated /work/oxidecomputer/omicron/target/doc/omicron_package/index.html
34252024-04-25T09:41:43.137Z Generated /work/oxidecomputer/omicron/target/doc/omicron_passwords/index.html
34262024-04-25T09:41:43.138Z Generated /work/oxidecomputer/omicron/target/doc/omicron_rpaths/index.html
34272024-04-25T09:41:43.138Z Generated /work/oxidecomputer/omicron/target/doc/omicron_sled_agent/index.html
34282024-04-25T09:41:43.138Z Generated /work/oxidecomputer/omicron/target/doc/services_ledger_check_migrate/index.html
34292024-04-25T09:41:43.138Z Generated /work/oxidecomputer/omicron/target/doc/zone_bundle/index.html
34302024-04-25T09:41:43.138Z Generated /work/oxidecomputer/omicron/target/doc/omicron_test_utils/index.html
34312024-04-25T09:41:43.138Z Generated /work/oxidecomputer/omicron/target/doc/falcon_runner/index.html
34322024-04-25T09:41:43.138Z Generated /work/oxidecomputer/omicron/target/doc/falcon_runner_cli/index.html
34332024-04-25T09:41:43.138Z Generated /work/oxidecomputer/omicron/target/doc/omicron_uuid_kinds/index.html
34342024-04-25T09:41:43.138Z Generated /work/oxidecomputer/omicron/target/doc/oxide_client/index.html
34352024-04-25T09:41:43.138Z Generated /work/oxidecomputer/omicron/target/doc/oximeter/index.html
34362024-04-25T09:41:43.138Z Generated /work/oxidecomputer/omicron/target/doc/oximeter_client/index.html
34372024-04-25T09:41:43.138Z Generated /work/oxidecomputer/omicron/target/doc/oximeter_collector/index.html
34382024-04-25T09:41:43.138Z Generated /work/oxidecomputer/omicron/target/doc/clickhouse_schema_updater/index.html
34392024-04-25T09:41:43.138Z Generated /work/oxidecomputer/omicron/target/doc/oximeter/index.html
34402024-04-25T09:41:43.138Z Generated /work/oxidecomputer/omicron/target/doc/oximeter_db/index.html
34412024-04-25T09:41:43.138Z Generated /work/oxidecomputer/omicron/target/doc/oximeter_instruments/index.html
34422024-04-25T09:41:43.138Z Generated /work/oxidecomputer/omicron/target/doc/oximeter_macro_impl/index.html
34432024-04-25T09:41:43.138Z Generated /work/oxidecomputer/omicron/target/doc/oximeter_producer/index.html
34442024-04-25T09:41:43.138Z Generated /work/oxidecomputer/omicron/target/doc/oxlog/index.html
34452024-04-25T09:41:43.138Z Generated /work/oxidecomputer/omicron/target/doc/sled_agent_client/index.html
34462024-04-25T09:41:43.138Z Generated /work/oxidecomputer/omicron/target/doc/sled_hardware/index.html
34472024-04-25T09:41:43.138Z Generated /work/oxidecomputer/omicron/target/doc/sled_hardware_types/index.html
34482024-04-25T09:41:43.138Z Generated /work/oxidecomputer/omicron/target/doc/sled_storage/index.html
34492024-04-25T09:41:43.138Z Generated /work/oxidecomputer/omicron/target/doc/sp_sim/index.html
34502024-04-25T09:41:43.139Z Generated /work/oxidecomputer/omicron/target/doc/tufaceous/index.html
34512024-04-25T09:41:43.139Z Generated /work/oxidecomputer/omicron/target/doc/tufaceous_lib/index.html
34522024-04-25T09:41:43.139Z Generated /work/oxidecomputer/omicron/target/doc/typed_rng/index.html
34532024-04-25T09:41:43.139Z Generated /work/oxidecomputer/omicron/target/doc/update_common/index.html
34542024-04-25T09:41:43.139Z Generated /work/oxidecomputer/omicron/target/doc/update_engine/index.html
34552024-04-25T09:41:43.139Z Generated /work/oxidecomputer/omicron/target/doc/wicket/index.html
34562024-04-25T09:41:43.139Z Generated /work/oxidecomputer/omicron/target/doc/wicket_common/index.html
34572024-04-25T09:41:43.139Z Generated /work/oxidecomputer/omicron/target/doc/wicket_dbg/index.html
34582024-04-25T09:41:43.139Z Generated /work/oxidecomputer/omicron/target/doc/wicket_dbg_server/index.html
34592024-04-25T09:41:43.139Z Generated /work/oxidecomputer/omicron/target/doc/wicketd/index.html
34602024-04-25T09:41:43.139Z Generated /work/oxidecomputer/omicron/target/doc/wicketd_client/index.html
34612024-04-25T09:41:43.139Z Generated /work/oxidecomputer/omicron/target/doc/zone_setup/index.html
34622024-04-25T09:41:43.156Z
34632024-04-25T09:41:43.159Zreal 13:04.804476447
34642024-04-25T09:41:43.159Zuser 33:23.961290989
34652024-04-25T09:41:43.159Zsys 57:52.926945642
34662024-04-25T09:41:43.159Ztrap 0.858493927
34672024-04-25T09:41:43.159Ztflt 0.162802515
34682024-04-25T09:41:43.159Zdflt 0.578309196
34692024-04-25T09:41:43.159Zkflt 0.000376997
34702024-04-25T09:41:43.159Zlock 3:25:14.832823531
34712024-04-25T09:41:43.159Zslp 3:34:57.658469618
34722024-04-25T09:41:43.159Zlat 4:21.817354864
34732024-04-25T09:41:43.159Zstop 1:43.647550484
34742024-04-25T09:41:43.160Zprocess exited: duration 1389511 ms, exit code 0
 
34752024-04-25T09:41:43.177Zfound 0 output files