01HV4CYQWBEYPFVJJ2RS6XNGFP: 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: 01HV4CYZMGVN3VJHEZEK8E2RZ5

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12024-04-10T16:21:02.953Zjob assigned to worker 01HV4CZ2E3C8BAX3RE46STYGRG (queued for 37 s)
 
22024-04-10T16:21:03.464Zstarting task 0: "setup"
32024-04-10T16:21:03.490Z++ uname -s
42024-04-10T16:21:03.490Z+ kern=SunOS
52024-04-10T16:21:03.490Z+ case "$kern" in
62024-04-10T16:21:03.490Z+ groupadd -g 12345 build
72024-04-10T16:21:03.490Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-04-10T16:21:05.494Z+ zfs create -o mountpoint=/work rpool/work
92024-04-10T16:21:05.539Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-04-10T16:21:05.565Z+ home_fs=zfs
112024-04-10T16:21:05.565Z+ [[ zfs == autofs ]]
122024-04-10T16:21:05.566Z+ mkdir -p /home/build
132024-04-10T16:21:05.566Z+ chown build:build /home/build /work
142024-04-10T16:21:07.554Z+ chmod 0700 /home/build /work
152024-04-10T16:21:07.580Zprocess exited: duration 4088 ms, exit code 0
 
162024-04-10T16:21:07.630Zstarting task 1: "rust-toolchain"
172024-04-10T16:21:07.656Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
182024-04-10T16:21:07.657Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default
192024-04-10T16:21:08.059Zinfo: downloading installer
202024-04-10T16:21:08.975Zwarning: it looks like you have an existing installation of Rust at:
212024-04-10T16:21:08.975Zwarning: /opt/ooce/bin
222024-04-10T16:21:08.975Zwarning: It is recommended that rustup be the primary Rust installation.
232024-04-10T16:21:08.975Zwarning: Otherwise you may have confusion unless you are careful with your PATH
242024-04-10T16:21:08.975Zwarning: If you are sure that you want both rustup and your already installed Rust
252024-04-10T16:21:08.975Zwarning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
262024-04-10T16:21:08.975Zwarning: or pass `-y' to ignore all ignorable checks.
272024-04-10T16:21:08.975Zerror: cannot install while Rust is installed
282024-04-10T16:21:08.975Zwarning: continuing (because the -y flag is set and the error is ignorable)
292024-04-10T16:21:09.017Zinfo: profile set to 'default'
302024-04-10T16:21:09.017Zinfo: default host triple is x86_64-unknown-illumos
312024-04-10T16:21:09.041Zinfo: syncing channel updates for '1.72.1-x86_64-unknown-illumos'
322024-04-10T16:21:09.145Zinfo: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13)
332024-04-10T16:21:09.145Zinfo: downloading component 'cargo'
342024-04-10T16:21:09.283Zinfo: downloading component 'clippy'
352024-04-10T16:21:09.325Zinfo: downloading component 'rust-docs'
362024-04-10T16:21:09.468Zinfo: downloading component 'rust-std'
372024-04-10T16:21:09.725Zinfo: downloading component 'rustc'
382024-04-10T16:21:10.358Zinfo: downloading component 'rustfmt'
392024-04-10T16:21:10.395Zinfo: installing component 'cargo'
402024-04-10T16:21:11.449Zinfo: installing component 'clippy'
412024-04-10T16:21:11.886Zinfo: installing component 'rust-docs'
422024-04-10T16:21:14.244Zinfo: installing component 'rust-std'
432024-04-10T16:21:16.439Zinfo: installing component 'rustc'
442024-04-10T16:21:21.158Zinfo: installing component 'rustfmt'
452024-04-10T16:21:21.536Zinfo: default toolchain set to '1.72.1-x86_64-unknown-illumos'
462024-04-10T16:21:21.536Z
472024-04-10T16:21:21.634Z 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13)
482024-04-10T16:21:21.634Z
492024-04-10T16:21:21.634Z
502024-04-10T16:21:21.634ZRust is installed now. Great!
512024-04-10T16:21:21.634Z
522024-04-10T16:21:21.634ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
532024-04-10T16:21:21.634Zenvironment variable. This has not been done automatically.
542024-04-10T16:21:21.634Z
552024-04-10T16:21:21.634ZTo configure your current shell, you need to source
562024-04-10T16:21:21.634Zthe corresponding env file under $HOME/.cargo.
572024-04-10T16:21:21.634Z
582024-04-10T16:21:21.634ZThis is usually done by running one of the following (note the leading DOT):
592024-04-10T16:21:21.634Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
602024-04-10T16:21:21.634Zsource "$HOME/.cargo/env.fish" # For fish
612024-04-10T16:21:21.694Z+ rustc --version
622024-04-10T16:21:21.791Zrustc 1.72.1 (d5c2e9c34 2023-09-13)
632024-04-10T16:21:21.823Zprocess exited: duration 14151 ms, exit code 0
 
642024-04-10T16:21:21.876Zstarting task 2: "authentication"
652024-04-10T16:21:21.932Zprocess exited: duration 57 ms, exit code 0
 
662024-04-10T16:21:21.982Zstarting task 3: "clone repository"
672024-04-10T16:21:22.006Z+ mkdir -p /work/oxidecomputer/omicron
682024-04-10T16:21:22.007Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
692024-04-10T16:21:22.032ZCloning into '/work/oxidecomputer/omicron'...
702024-04-10T16:21:34.641Z+ cd /work/oxidecomputer/omicron
712024-04-10T16:21:34.641Z+ git fetch origin d0db4f951bae83f2bbf768912ec69911ac701421
722024-04-10T16:21:35.289ZFrom https://github.com/oxidecomputer/omicron
732024-04-10T16:21:35.289Z * branch d0db4f951bae83f2bbf768912ec69911ac701421 -> FETCH_HEAD
742024-04-10T16:21:35.314Z+ [[ -n alan/p-and-c-for-ben ]]
752024-04-10T16:21:35.314Z++ git branch --show-current
762024-04-10T16:21:35.314Z+ current=main
772024-04-10T16:21:35.314Z+ [[ main != alan/p-and-c-for-ben ]]
782024-04-10T16:21:35.314Z+ git branch -f alan/p-and-c-for-ben d0db4f951bae83f2bbf768912ec69911ac701421
792024-04-10T16:21:35.314Z+ git checkout -f alan/p-and-c-for-ben
802024-04-10T16:21:35.465ZSwitched to branch 'alan/p-and-c-for-ben'
812024-04-10T16:21:35.492Z+ git reset --hard d0db4f951bae83f2bbf768912ec69911ac701421
822024-04-10T16:21:35.492ZHEAD is now at d0db4f951 Update Propolis and Crucible versions.
832024-04-10T16:21:35.492Zprocess exited: duration 13501 ms, exit code 0
 
842024-04-10T16:21:35.542Zstarting task 4: "build"
852024-04-10T16:21:35.566Z+ cargo --version
862024-04-10T16:21:35.566Zinfo: syncing channel updates for '1.77.1-x86_64-unknown-illumos'
872024-04-10T16:21:35.705Zinfo: latest update on 2024-03-28, rust version 1.77.1 (7cf61ebde 2024-03-27)
882024-04-10T16:21:35.705Zinfo: downloading component 'cargo'
892024-04-10T16:21:35.845Zinfo: downloading component 'clippy'
902024-04-10T16:21:35.884Zinfo: downloading component 'rust-docs'
912024-04-10T16:21:36.049Zinfo: downloading component 'rust-std'
922024-04-10T16:21:36.323Zinfo: downloading component 'rustc'
932024-04-10T16:21:36.950Zinfo: downloading component 'rustfmt'
942024-04-10T16:21:36.991Zinfo: installing component 'cargo'
952024-04-10T16:21:37.930Zinfo: installing component 'clippy'
962024-04-10T16:21:38.296Zinfo: installing component 'rust-docs'
972024-04-10T16:21:40.844Zinfo: installing component 'rust-std'
982024-04-10T16:21:42.631Zinfo: installing component 'rustc'
992024-04-10T16:21:47.390Zinfo: installing component 'rustfmt'
1002024-04-10T16:21:47.840Zcargo 1.77.1 (e52e36006 2024-03-26)
1012024-04-10T16:21:47.872Z+ rustc --version
1022024-04-10T16:21:47.982Zrustc 1.77.1 (7cf61ebde 2024-03-27)
1032024-04-10T16:21:48.021Z+ source ./env.sh
1042024-04-10T16:21:48.021Z++ set -o xtrace
1052024-04-10T16:21:48.021Z++++ dirname ./env.sh
1062024-04-10T16:21:48.022Z+++ readlink -f .
1072024-04-10T16:21:48.022Z++ OMICRON_WS=/work/oxidecomputer/omicron
1082024-04-10T16:21:48.022Z++ 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-10T16:21:48.022Z++ 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-10T16:21:48.022Z++ 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-10T16:21:48.022Z++ 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-10T16:21:48.022Z++ 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-10T16:21:48.022Z++ 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-10T16:21:48.022Z++ 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-10T16:21:48.022Z++ 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-10T16:21:48.022Z++ unset OMICRON_WS
1172024-04-10T16:21:48.022Z++ set +o xtrace
1182024-04-10T16:21:48.022Z
1192024-04-10T16:21:48.022Z ##### ##### ###### ##### ###### #### # # # #### #
1202024-04-10T16:21:48.023Z # # # # # # # # # # # # # # #
1212024-04-10T16:21:48.023Z # # # # ##### # # ##### # # # # # #### #
1222024-04-10T16:21:48.023Z ##### ##### # ##### # # # # # # # # #
1232024-04-10T16:21:48.023Z # # # # # # # # # # # # # # #
1242024-04-10T16:21:48.023Z # # # ###### # # ###### ### # #### # #### #
1252024-04-10T16:21:48.023Z
1262024-04-10T16:21:53.443Z Startup: Refreshing catalog 'helios-dev' ... Done
1272024-04-10T16:21:55.402Z Startup: Caching catalogs ... Done
1282024-04-10T16:21:58.134ZPlanning: Solver setup ... Done (2.188s)
1292024-04-10T16:21:58.173ZPlanning: Running solver ... Done (0.040s)
1302024-04-10T16:21:58.204ZPlanning: Finding local manifests ... Done (0.002s)
1312024-04-10T16:21:58.281ZPlanning: Fetching manifests: 0/4 0% complete
1322024-04-10T16:21:58.661ZPlanning: Fetching manifests: 4/4 100% complete
1332024-04-10T16:21:58.724ZPlanning: Package planning ... Done (0.063s)
1342024-04-10T16:21:58.783ZPlanning: Merging actions ... Done (0.059s)
1352024-04-10T16:21:59.170ZPlanning: Checking for conflicting actions ... Done (0.386s)
1362024-04-10T16:21:59.195ZPlanning: Consolidating action changes ... Done (0.013s)
1372024-04-10T16:21:59.926ZPlanning: Evaluating mediators ... Done (0.741s)
1382024-04-10T16:21:59.952ZPlanning: Planning completed in 4.48 seconds
1392024-04-10T16:21:59.952Z Packages to install: 4
1402024-04-10T16:21:59.953Z Mediators to change: 2
1412024-04-10T16:21:59.953Z Services to change: 1
1422024-04-10T16:21:59.953Z Estimated space available: 148.37 GB
1432024-04-10T16:21:59.953ZEstimated space to be consumed: 1.44 GB
1442024-04-10T16:21:59.953Z Create boot environment: No
1452024-04-10T16:21:59.953ZCreate backup boot environment: No
1462024-04-10T16:21:59.953Z Rebuild boot archive: No
1472024-04-10T16:21:59.953Z
1482024-04-10T16:21:59.953ZChanged mediators:
1492024-04-10T16:21:59.953Z mediator clang:
1502024-04-10T16:21:59.953Z version: None -> 15 (system default)
1512024-04-10T16:21:59.953Z
1522024-04-10T16:21:59.953Z mediator llvm:
1532024-04-10T16:21:59.953Z version: 14 (system default) -> 15 (system default)
1542024-04-10T16:21:59.953Z
1552024-04-10T16:21:59.953ZChanged packages:
1562024-04-10T16:21:59.953Zhelios-dev
1572024-04-10T16:21:59.953Z developer/build-essential
1582024-04-10T16:21:59.953Z None -> 11-2.0
1592024-04-10T16:21:59.953Z library/libxmlsec1
1602024-04-10T16:21:59.953Z None -> 1.2.35-2.0
1612024-04-10T16:21:59.953Z ooce/developer/clang-15
1622024-04-10T16:21:59.953Z None -> 15.0.7-2.0
1632024-04-10T16:21:59.954Z ooce/developer/llvm-15
1642024-04-10T16:21:59.954Z None -> 15.0.7-2.0
1652024-04-10T16:21:59.954Z
1662024-04-10T16:21:59.954ZServices:
1672024-04-10T16:21:59.954Z restart_fmri:
1682024-04-10T16:21:59.954Z svc:/system/update-man-index:default
1692024-04-10T16:21:59.997Z
1702024-04-10T16:21:59.997ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1712024-04-10T16:22:05.003ZDownload: 574/3290 items 17.6/212.6MB 8% complete (3.6M/s)
1722024-04-10T16:22:10.006ZDownload: 1197/3290 items 80.3/212.6MB 37% complete (8.0M/s)
1732024-04-10T16:22:15.012ZDownload: 1600/3290 items 117.0/212.6MB 55% complete (9.9M/s)
1742024-04-10T16:22:20.011ZDownload: 2962/3290 items 121.2/212.6MB 57% complete (4.2M/s)
1752024-04-10T16:22:24.252ZDownload: Completed 212.60 MB in 24.26 seconds (8.8M/s)
1762024-04-10T16:22:24.408Z Actions: 1/3689 actions (Installing new actions)
1772024-04-10T16:22:29.410Z Actions: 2312/3689 actions (Installing new actions)
1782024-04-10T16:22:29.939Z Actions: Completed 3689 actions in 5.53 seconds.
1792024-04-10T16:22:30.115Z Done (0.167s)
1802024-04-10T16:22:30.115Z Done (0.000s)
1812024-04-10T16:22:30.432Z Done (0.319s)
1822024-04-10T16:22:35.394Z Done (4.845s)
1832024-04-10T16:22:35.485Z Done (0.018s)
1842024-04-10T16:22:35.510Z Done (0.000s)
1852024-04-10T16:22:35.628Z Done (0.000s)
1862024-04-10T16:22:36.214ZPlanning: Evaluating mediator changes ... Done
1872024-04-10T16:22:36.407ZPlanning: Checking for conflicting actions ... Done
1882024-04-10T16:22:36.431ZPlanning: Consolidating action changes ... Done
1892024-04-10T16:22:36.761ZPlanning: Evaluating mediators ... Done
1902024-04-10T16:22:36.786ZPlanning: Planning completed in 0.56 seconds
1912024-04-10T16:22:36.812Z Mediators to change: 2
1922024-04-10T16:22:36.812Z Create boot environment: No
1932024-04-10T16:22:36.813ZCreate backup boot environment: No
1942024-04-10T16:22:36.865Z Done
1952024-04-10T16:22:36.865Z Done
1962024-04-10T16:22:37.057Z Done
1972024-04-10T16:22:41.467Z Done
1982024-04-10T16:22:41.560Z Done
1992024-04-10T16:22:41.586Z Done
2002024-04-10T16:22:41.637Z Done
2012024-04-10T16:22:42.372ZPlanning: Evaluating mediator changes ... Done
2022024-04-10T16:22:42.397ZPlanning: Merging actions ... Done
2032024-04-10T16:22:42.604ZPlanning: Checking for conflicting actions ... Done
2042024-04-10T16:22:42.629ZPlanning: Consolidating action changes ... Done
2052024-04-10T16:22:42.917ZPlanning: Evaluating mediators ... Done
2062024-04-10T16:22:42.982ZPlanning: Planning completed in 0.93 seconds
2072024-04-10T16:22:43.022Z Packages to change: 1
2082024-04-10T16:22:43.022Z Mediators to change: 1
2092024-04-10T16:22:43.022Z Services to change: 1
2102024-04-10T16:22:43.022Z Create boot environment: No
2112024-04-10T16:22:43.022ZCreate backup boot environment: Yes
2122024-04-10T16:22:44.537Z Actions: 1/6 actions (Updating modified actions)
2132024-04-10T16:22:44.563Z Actions: Completed 6 actions in 0.00 seconds.
2142024-04-10T16:22:44.563Z Done
2152024-04-10T16:22:44.563Z Done
2162024-04-10T16:22:44.606Z Done
2172024-04-10T16:22:48.900Z Done
2182024-04-10T16:22:48.985Z Done
2192024-04-10T16:22:49.011Z Done
2202024-04-10T16:22:49.059Z Done
2212024-04-10T16:22:49.587ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2222024-04-10T16:22:49.587Zclang system 15 system
2232024-04-10T16:22:49.587Zcsh system system illumos
2242024-04-10T16:22:49.587Zctags system system illumos
2252024-04-10T16:22:49.587Zgcc vendor 12 vendor
2262024-04-10T16:22:49.587Zgcc system 10 system
2272024-04-10T16:22:49.587Zgcc system 7 system
2282024-04-10T16:22:49.587Zgo system 1.20 system
2292024-04-10T16:22:49.587Zgo system 1.19 system
2302024-04-10T16:22:49.588Zllvm system 15 system
2312024-04-10T16:22:49.588Zllvm system 14 system
2322024-04-10T16:22:49.588Zmariadb system 10.6 system
2332024-04-10T16:22:49.588Zmta vendor vendor dma
2342024-04-10T16:22:49.588Zopenjdk system 17 system
2352024-04-10T16:22:49.588Zopenjdk system 11 system
2362024-04-10T16:22:49.588Zopenjdk system 1.8 system
2372024-04-10T16:22:49.588Zopenssl vendor 3 vendor
2382024-04-10T16:22:49.588Zperl system 5.36 system
2392024-04-10T16:22:49.588Zpostgresql system 15 system
2402024-04-10T16:22:49.588Zpostgresql system 13 system
2412024-04-10T16:22:49.588Zpython vendor 3 vendor
2422024-04-10T16:22:49.588Zpython system 2 system
2432024-04-10T16:22:49.588Zpython3 system 3.11 system
2442024-04-10T16:22:49.588Zruby system 3.0 system
2452024-04-10T16:22:49.588Zwords vendor vendor american-english
2462024-04-10T16:22:49.588Zwords system system australian-english
2472024-04-10T16:22:49.588Zwords system system british-english
2482024-04-10T16:22:49.588Zwords system system canadian-english
2492024-04-10T16:22:49.588Zwords system system french
2502024-04-10T16:22:49.588Zwords system system italian
2512024-04-10T16:22:49.588Zwords system system ngerman
2522024-04-10T16:22:49.588Zwords system system ogerman
2532024-04-10T16:22:49.588Zwords system system spanish
2542024-04-10T16:22:50.008ZPUBLISHER TYPE STATUS P LOCATION
2552024-04-10T16:22:50.009Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2562024-04-10T16:22:51.639ZFMRI IFO
2572024-04-10T16:22:51.639Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2582024-04-10T16:22:51.639Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2592024-04-10T16:22:51.639Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2602024-04-10T16:22:51.639Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2612024-04-10T16:22:51.639Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2622024-04-10T16:22:51.639Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2632024-04-10T16:22:51.639Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i--
2642024-04-10T16:22:51.639Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2652024-04-10T16:22:51.639Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i--
2662024-04-10T16:22:51.639Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2672024-04-10T16:22:51.639Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i--
2682024-04-10T16:22:51.639Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2692024-04-10T16:22:51.908Z+ set -o errexit
2702024-04-10T16:22:51.934Z+++ dirname ./tools/ci_download_cockroachdb
2712024-04-10T16:22:51.934Z++ cd ./tools
2722024-04-10T16:22:51.934Z++ pwd
2732024-04-10T16:22:51.934Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
2742024-04-10T16:22:51.934Z++ basename ./tools/ci_download_cockroachdb
2752024-04-10T16:22:51.934Z+ ARG0=ci_download_cockroachdb
2762024-04-10T16:22:51.934Z++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version
2772024-04-10T16:22:51.934Z+ CIDL_VERSION=v22.1.9
2782024-04-10T16:22:51.934Z+ source /work/oxidecomputer/omicron/tools/cockroachdb_checksums
2792024-04-10T16:22:51.934Z++ CIDL_SHA256_DARWIN=1ca69e0911af11a73305c3c6f4650b912d70754900b5bf7b80a1d361efe36561
2802024-04-10T16:22:51.935Z++ CIDL_SHA256_LINUX=24c321820e7ee45fa07fe91ac138befe13ad860e41c6ed595ce58823205ff4a9
2812024-04-10T16:22:51.935Z++ CIDL_SHA256_ILLUMOS=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088
2822024-04-10T16:22:51.935Z+ TARGET_DIR=out
2832024-04-10T16:22:51.935Z+ DOWNLOAD_DIR=out/downloads
2842024-04-10T16:22:51.935Z+ DEST_DIR=./out/cockroachdb
2852024-04-10T16:22:51.935Z+ CIDL_URL_COCKROACH=https://binaries.cockroachdb.com
2862024-04-10T16:22:51.935Z+ CIDL_URL_ILLUMOS=https://illumos.org/downloads
2872024-04-10T16:22:51.935Z+ main
2882024-04-10T16:22:51.935Z+ [[ 0 != 0 ]]
2892024-04-10T16:22:51.935Z+ CIDL_OS=solaris2.11
2902024-04-10T16:22:51.935Z+ [[ 0 != 0 ]]
2912024-04-10T16:22:51.935Z+ configure_os solaris2.11
2922024-04-10T16:22:51.935Z+ echo 'current directory: /work/oxidecomputer/omicron'
2932024-04-10T16:22:51.935Zcurrent directory: /work/oxidecomputer/omicron
2942024-04-10T16:22:51.935Zconfiguring based on OS: "solaris2.11"
2952024-04-10T16:22:51.935Z+ echo 'configuring based on OS: "solaris2.11"'
2962024-04-10T16:22:51.935Z+ case "$1" in
2972024-04-10T16:22:51.935Z+ CIDL_BUILD=illumos
2982024-04-10T16:22:51.935Z+ CIDL_SUFFIX=tar.gz
2992024-04-10T16:22:51.935Z+ CIDL_SHA256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088
3002024-04-10T16:22:51.935Z+ CIDL_URL_BASE=https://illumos.org/downloads
3012024-04-10T16:22:51.935Z+ CIDL_ASSEMBLE=do_assemble_illumos
3022024-04-10T16:22:51.935Z+ TARBALL_DIRNAME=cockroach-v22.1.9.illumos
3032024-04-10T16:22:51.936Z+ TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz
3042024-04-10T16:22:51.936Z+ TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz
3052024-04-10T16:22:51.936Z+ TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos
3062024-04-10T16:22:51.936Z+ CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz
3072024-04-10T16:22:51.936Z+ CIDL_SHA256FUNC=do_sha256sum
3082024-04-10T16:22:51.936Z+ echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz'
3092024-04-10T16:22:51.936ZURL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz
3102024-04-10T16:22:51.936Z+ echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz'
3112024-04-10T16:22:51.936Z+ mkdir -p out/downloads
3122024-04-10T16:22:51.936ZLocal file: out/downloads/cockroach-v22.1.9.illumos.tar.gz
3132024-04-10T16:22:51.936Z+ mkdir -p ./out/cockroachdb
3142024-04-10T16:22:51.936Z+ local DO_DOWNLOAD=true
3152024-04-10T16:22:51.936Z+ [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]]
3162024-04-10T16:22:51.936Z+ '[' true == true ']'
3172024-04-10T16:22:51.936Z+ echo Downloading...
3182024-04-10T16:22:51.936Z+ 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-10T16:22:51.936ZDownloading...
3202024-04-10T16:22:51.936Z+ 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
3212024-04-10T16:22:58.092Z++ do_sha256sum out/downloads/cockroach-v22.1.9.illumos.tar.gz
3222024-04-10T16:22:58.117Z++ sha256sum
3232024-04-10T16:22:58.117Z++ awk '{print $1}'
3242024-04-10T16:22:58.169Z+ calculated_sha256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088
3252024-04-10T16:22:58.169Z+ [[ 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 ]]
3262024-04-10T16:22:58.169Z+ do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz
3272024-04-10T16:22:58.169Z+ tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads
3282024-04-10T16:23:01.092Z+ do_assemble_illumos
3292024-04-10T16:23:01.092Z+ rm -r ./out/cockroachdb
3302024-04-10T16:23:01.118Z+ cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb
3312024-04-10T16:23:01.620Z+ ./out/cockroachdb/bin/cockroach version
3322024-04-10T16:23:01.887ZBuild Tag: v22.1.9-dirty
3332024-04-10T16:23:01.887ZBuild Time: 2022/10/26 21:17:46
3342024-04-10T16:23:01.887ZDistribution: OSS
3352024-04-10T16:23:01.888ZPlatform: illumos amd64 (x86_64-pc-solaris2.11)
3362024-04-10T16:23:01.888ZGo Version: go1.17.13
3372024-04-10T16:23:01.888ZC Compiler: gcc 10.3.0
3382024-04-10T16:23:01.888ZBuild Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493
3392024-04-10T16:23:01.888ZBuild Type: release
3402024-04-10T16:23:01.915Z+ set -o errexit
3412024-04-10T16:23:01.942Z+++ dirname ./tools/ci_download_clickhouse
3422024-04-10T16:23:01.942Z++ cd ./tools
3432024-04-10T16:23:01.942Z++ pwd
3442024-04-10T16:23:01.942Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
3452024-04-10T16:23:01.942Z++ basename ./tools/ci_download_clickhouse
3462024-04-10T16:23:01.942Z+ ARG0=ci_download_clickhouse
3472024-04-10T16:23:01.942Z+ TARGET_DIR=out
3482024-04-10T16:23:01.942Z+ DOWNLOAD_DIR=out/downloads
3492024-04-10T16:23:01.942Z+ DEST_DIR=./out/clickhouse
3502024-04-10T16:23:01.942Z++ cat /work/oxidecomputer/omicron/tools/clickhouse_version
3512024-04-10T16:23:01.942Z+ CIDL_VERSION=v23.8.7.24
3522024-04-10T16:23:01.942Z+ source /work/oxidecomputer/omicron/tools/clickhouse_checksums
3532024-04-10T16:23:01.942Z++ CIDL_MD5_DARWIN=3e20c3284b7e6b0cfcfedf622ecf547a
3542024-04-10T16:23:01.942Z++ CIDL_MD5_LINUX=f6c30a25a86deac3bad6c50dcf758fd5
3552024-04-10T16:23:01.943Z++ CIDL_MD5_ILLUMOS=409222de8ecb59e5dd97dcc942ccdffe
3562024-04-10T16:23:01.943Z+ CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com
3572024-04-10T16:23:01.943Z+ main
3582024-04-10T16:23:01.943Z+ [[ 0 != 0 ]]
3592024-04-10T16:23:01.943Z+ CIDL_OS=solaris2.11
3602024-04-10T16:23:01.943Z+ [[ 0 != 0 ]]
3612024-04-10T16:23:01.943Z+ configure_os solaris2.11
3622024-04-10T16:23:01.943Z+ echo 'current directory: /work/oxidecomputer/omicron'
3632024-04-10T16:23:01.943Zcurrent directory: /work/oxidecomputer/omicron
3642024-04-10T16:23:01.943Zconfiguring based on OS: "solaris2.11"
3652024-04-10T16:23:01.943Z+ echo 'configuring based on OS: "solaris2.11"'
3662024-04-10T16:23:01.943Z+ CIDL_DASHREV=
3672024-04-10T16:23:01.943Z+ case "$1" in
3682024-04-10T16:23:01.943Z+ CIDL_PLATFORM=illumos
3692024-04-10T16:23:01.943Z+ CIDL_MD5=409222de8ecb59e5dd97dcc942ccdffe
3702024-04-10T16:23:01.943Z+ CIDL_MD5FUNC=do_md5sum
3712024-04-10T16:23:01.943Z+ TARBALL_DIRNAME=clickhouse-v23.8.7.24
3722024-04-10T16:23:01.943Z+ TARBALL_FILENAME=clickhouse-v23.8.7.24.illumos.tar.gz
3732024-04-10T16:23:01.943Z+ TARBALL_FILE=out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz
3742024-04-10T16:23:01.943Z+ CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz
3752024-04-10T16:23:01.943Z+ echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz'
3762024-04-10T16:23:01.943Z+ echo 'Local file: out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz'
3772024-04-10T16:23:01.943ZURL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz
3782024-04-10T16:23:01.944ZLocal file: out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz
3792024-04-10T16:23:01.944Z+ mkdir -p out/downloads
3802024-04-10T16:23:01.944Z+ mkdir -p ./out/clickhouse
3812024-04-10T16:23:01.944Z+ local DO_DOWNLOAD=true
3822024-04-10T16:23:01.944Z+ [[ -f out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz ]]
3832024-04-10T16:23:01.944Z+ '[' true == true ']'
3842024-04-10T16:23:01.944Z+ echo Downloading...
3852024-04-10T16:23:01.944ZDownloading...
3862024-04-10T16:23:01.944Z+ 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
3872024-04-10T16:23:01.944Z+ 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
3882024-04-10T16:23:18.405Z++ do_md5sum out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz
3892024-04-10T16:23:18.442Z++ md5sum
3902024-04-10T16:23:18.442Z++ awk '{print $1}'
3912024-04-10T16:23:18.666Z+ calculated_md5=409222de8ecb59e5dd97dcc942ccdffe
3922024-04-10T16:23:18.666Z+ [[ 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 ]]
3932024-04-10T16:23:18.667Z+ do_untar out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz ./out/clickhouse
3942024-04-10T16:23:18.667Z+ mkdir -p ./out/clickhouse
3952024-04-10T16:23:18.693Z+ tar xzf out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz -C ./out/clickhouse
3962024-04-10T16:23:23.769Z+ [[ solaris2.11 == darwin* ]]
3972024-04-10T16:23:23.769Z+ ./out/clickhouse/clickhouse server --version
3982024-04-10T16:23:24.229ZClickHouse server version 23.8.7.1.
3992024-04-10T16:23:24.229Z+ set -o errexit
4002024-04-10T16:23:24.229Z+++ dirname ./tools/ci_download_console
4012024-04-10T16:23:24.229Z++ cd ./tools
4022024-04-10T16:23:24.229Z++ pwd
4032024-04-10T16:23:24.229Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
4042024-04-10T16:23:24.229Z++ basename ./tools/ci_download_console
4052024-04-10T16:23:24.230Z+ ARG0=ci_download_console
4062024-04-10T16:23:24.230Z+ TARGET_DIR=out
4072024-04-10T16:23:24.230Z+ DOWNLOAD_DIR=out/downloads
4082024-04-10T16:23:24.230Z+ DEST_DIR=./out/console-assets
4092024-04-10T16:23:24.230Z+ source /work/oxidecomputer/omicron/tools/console_version
4102024-04-10T16:23:24.230Z++ COMMIT=7e34c118e6e3687c7d2a3931328083a397a06d35
4112024-04-10T16:23:24.230Z++ SHA2=219ee83e8b71bc844203df1ac2cfb3369320c8ad74b393c4229ab8e0d18be8b5
4122024-04-10T16:23:24.230Z+ URL=https://dl.oxide.computer/releases/console/7e34c118e6e3687c7d2a3931328083a397a06d35.tar.gz
4132024-04-10T16:23:24.230Z+ TARBALL_FILE=out/downloads/console.tar.gz
4142024-04-10T16:23:24.230Z+ main
4152024-04-10T16:23:24.230Z+ [[ 0 != 0 ]]
4162024-04-10T16:23:24.230Z+ echo 'URL: https://dl.oxide.computer/releases/console/7e34c118e6e3687c7d2a3931328083a397a06d35.tar.gz'
4172024-04-10T16:23:24.230ZURL: https://dl.oxide.computer/releases/console/7e34c118e6e3687c7d2a3931328083a397a06d35.tar.gz
4182024-04-10T16:23:24.230Z+ echo 'Local file: out/downloads/console.tar.gz'
4192024-04-10T16:23:24.230ZLocal file: out/downloads/console.tar.gz
4202024-04-10T16:23:24.230Z+ local DO_DOWNLOAD=true
4212024-04-10T16:23:24.230Z+ [[ -f out/downloads/console.tar.gz ]]
4222024-04-10T16:23:24.230Z+ mkdir -p out/downloads
4232024-04-10T16:23:24.230Z+ '[' true == true ']'
4242024-04-10T16:23:24.230Z+ echo Downloading...
4252024-04-10T16:23:24.230Z+ do_download_curl https://dl.oxide.computer/releases/console/7e34c118e6e3687c7d2a3931328083a397a06d35.tar.gz out/downloads/console.tar.gz
4262024-04-10T16:23:24.230ZDownloading...
4272024-04-10T16:23:24.230Z+ curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/7e34c118e6e3687c7d2a3931328083a397a06d35.tar.gz
4282024-04-10T16:23:24.231Z++ do_sha256sum out/downloads/console.tar.gz
4292024-04-10T16:23:24.231Z++ case "$OSTYPE" in
4302024-04-10T16:23:24.231Z++ SHA=sha256sum
4312024-04-10T16:23:24.231Z++ sha256sum
4322024-04-10T16:23:24.231Z++ awk '{print $1}'
4332024-04-10T16:23:24.231Z+ calculated_sha2=219ee83e8b71bc844203df1ac2cfb3369320c8ad74b393c4229ab8e0d18be8b5
4342024-04-10T16:23:24.231Z+ [[ 219ee83e8b71bc844203df1ac2cfb3369320c8ad74b393c4229ab8e0d18be8b5 != \2\1\9\e\e\8\3\e\8\b\7\1\b\c\8\4\4\2\0\3\d\f\1\a\c\2\c\f\b\3\3\6\9\3\2\0\c\8\a\d\7\4\b\3\9\3\c\4\2\2\9\a\b\8\e\0\d\1\8\b\e\8\b\5 ]]
4352024-04-10T16:23:24.231Z+ rm -rf ./out/console-assets
4362024-04-10T16:23:24.231Z+ mkdir -p ./out/console-assets
4372024-04-10T16:23:24.231Z+ do_untar out/downloads/console.tar.gz ./out/console-assets
4382024-04-10T16:23:24.231Z+ mkdir -p ./out/console-assets
4392024-04-10T16:23:24.231Z+ tar xzf out/downloads/console.tar.gz -C ./out/console-assets
4402024-04-10T16:23:24.319Z+ set -o errexit
4412024-04-10T16:23:24.347Z+++ dirname ./tools/ci_download_maghemite_openapi
4422024-04-10T16:23:24.347Z++ cd ./tools
4432024-04-10T16:23:24.347Z++ pwd
4442024-04-10T16:23:24.347Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
4452024-04-10T16:23:24.348Z++ basename ./tools/ci_download_maghemite_openapi
4462024-04-10T16:23:24.348Z+ ARG0=ci_download_maghemite_openapi
4472024-04-10T16:23:24.348Z+ TARGET_DIR=out
4482024-04-10T16:23:24.348Z+ DOWNLOAD_DIR=out/downloads
4492024-04-10T16:23:24.349Z+ source /work/oxidecomputer/omicron/tools/maghemite_ddm_openapi_version
4502024-04-10T16:23:24.349Z++ COMMIT=bc244d418368fcc3e66db2a0637501a900be161a
4512024-04-10T16:23:24.349Z++ SHA2=004e873e4120aa26460271368485266b75b7f964e5ed4dbee8fb5db4519470d7
4522024-04-10T16:23:24.349Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/ddm-admin.json
4532024-04-10T16:23:24.349Z+ LOCAL_FILE=out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json
4542024-04-10T16:23:24.350Z+ main
4552024-04-10T16:23:24.350Z+ rm -rf out/downloads/root
4562024-04-10T16:23:24.350Z+ [[ 0 != 0 ]]
4572024-04-10T16:23:24.350Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/ddm-admin.json'
4582024-04-10T16:23:24.350ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/ddm-admin.json
4592024-04-10T16:23:24.350Z+ echo 'Local file: out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json'
4602024-04-10T16:23:24.351Z+ local DO_DOWNLOAD=true
4612024-04-10T16:23:24.351ZLocal file: out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json
4622024-04-10T16:23:24.351Z+ [[ -f out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json ]]
4632024-04-10T16:23:24.351Z+ mkdir -p out/downloads
4642024-04-10T16:23:24.351Z+ '[' true == true ']'
4652024-04-10T16:23:24.352Z+ echo Downloading...
4662024-04-10T16:23:24.352Z+ 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-10T16:23:24.352ZDownloading...
4682024-04-10T16:23:24.352Z+ 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
4692024-04-10T16:23:24.732Z++ do_sha256sum out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json
4702024-04-10T16:23:24.732Z++ case "$OSTYPE" in
4712024-04-10T16:23:24.732Z++ SHA=sha256sum
4722024-04-10T16:23:24.768Z++ sha256sum
4732024-04-10T16:23:24.768Z++ awk '{print $1}'
4742024-04-10T16:23:24.768Z+ calculated_sha2=004e873e4120aa26460271368485266b75b7f964e5ed4dbee8fb5db4519470d7
4752024-04-10T16:23:24.768Z+ [[ 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 ]]
4762024-04-10T16:23:24.768Z+ source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version
4772024-04-10T16:23:24.768Z++ COMMIT=bc244d418368fcc3e66db2a0637501a900be161a
4782024-04-10T16:23:24.768Z++ SHA2=a5d2f275c99152711dec1df58fd49d459d3fcb8fbfc7a7f48f432be248d74639
4792024-04-10T16:23:24.768Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/mg-admin.json
4802024-04-10T16:23:24.768Z+ LOCAL_FILE=out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json
4812024-04-10T16:23:24.768Z+ main
4822024-04-10T16:23:24.768Z+ rm -rf out/downloads/root
4832024-04-10T16:23:24.769Z+ [[ 0 != 0 ]]
4842024-04-10T16:23:24.769Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/mg-admin.json'
4852024-04-10T16:23:24.769Z+ echo 'Local file: out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json'
4862024-04-10T16:23:24.769ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/mg-admin.json
4872024-04-10T16:23:24.769Z+ local DO_DOWNLOAD=true
4882024-04-10T16:23:24.769ZLocal file: out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json
4892024-04-10T16:23:24.769Z+ [[ -f out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json ]]
4902024-04-10T16:23:24.769Z+ mkdir -p out/downloads
4912024-04-10T16:23:24.769Z+ '[' true == true ']'
4922024-04-10T16:23:24.769Z+ echo Downloading...
4932024-04-10T16:23:24.769ZDownloading...
4942024-04-10T16:23:24.769Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/mg-admin.json out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json
4952024-04-10T16:23:24.769Z+ 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
4962024-04-10T16:23:25.627Z++ do_sha256sum out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json
4972024-04-10T16:23:25.627Z++ case "$OSTYPE" in
4982024-04-10T16:23:25.627Z++ SHA=sha256sum
4992024-04-10T16:23:25.627Z++ sha256sum
5002024-04-10T16:23:25.627Z++ awk '{print $1}'
5012024-04-10T16:23:25.627Z+ calculated_sha2=a5d2f275c99152711dec1df58fd49d459d3fcb8fbfc7a7f48f432be248d74639
5022024-04-10T16:23:25.627Z+ [[ 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 ]]
5032024-04-10T16:23:25.627Z+ set -o errexit
5042024-04-10T16:23:25.627Z+++ dirname ./tools/ci_download_dendrite_openapi
5052024-04-10T16:23:25.627Z++ cd ./tools
5062024-04-10T16:23:25.627Z++ pwd
5072024-04-10T16:23:25.627Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
5082024-04-10T16:23:25.627Z++ basename ./tools/ci_download_dendrite_openapi
5092024-04-10T16:23:25.628Z+ ARG0=ci_download_dendrite_openapi
5102024-04-10T16:23:25.628Z+ TARGET_DIR=out
5112024-04-10T16:23:25.628Z+ DOWNLOAD_DIR=out/downloads
5122024-04-10T16:23:25.628Z+ source /work/oxidecomputer/omicron/tools/dendrite_openapi_version
5132024-04-10T16:23:25.628Z++ COMMIT=8646e588a564ebf74da6fd0e854bcfe74be43690
5142024-04-10T16:23:25.628Z++ SHA2=50eff6d9f986b7b1af5970d11d8d01b812de37269731c6c691a244b3fdae82ae
5152024-04-10T16:23:25.628Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/8646e588a564ebf74da6fd0e854bcfe74be43690/dpd.json
5162024-04-10T16:23:25.628Z+ LOCAL_FILE=out/downloads/dpd-8646e588a564ebf74da6fd0e854bcfe74be43690.json
5172024-04-10T16:23:25.628Z+ main
5182024-04-10T16:23:25.628Z+ [[ 0 != 0 ]]
5192024-04-10T16:23:25.628Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/8646e588a564ebf74da6fd0e854bcfe74be43690/dpd.json'
5202024-04-10T16:23:25.628ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/8646e588a564ebf74da6fd0e854bcfe74be43690/dpd.json
5212024-04-10T16:23:25.628ZLocal file: out/downloads/dpd-8646e588a564ebf74da6fd0e854bcfe74be43690.json
5222024-04-10T16:23:25.628Z+ echo 'Local file: out/downloads/dpd-8646e588a564ebf74da6fd0e854bcfe74be43690.json'
5232024-04-10T16:23:25.628Z+ local DO_DOWNLOAD=true
5242024-04-10T16:23:25.628Z+ [[ -f out/downloads/dpd-8646e588a564ebf74da6fd0e854bcfe74be43690.json ]]
5252024-04-10T16:23:25.628Z+ mkdir -p out/downloads
5262024-04-10T16:23:25.629Z+ '[' true == true ']'
5272024-04-10T16:23:25.629Z+ echo Downloading...
5282024-04-10T16:23:25.629ZDownloading...
5292024-04-10T16:23:25.629Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/8646e588a564ebf74da6fd0e854bcfe74be43690/dpd.json out/downloads/dpd-8646e588a564ebf74da6fd0e854bcfe74be43690.json
5302024-04-10T16:23:25.629Z+ 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
5312024-04-10T16:23:25.833Z++ do_sha256sum out/downloads/dpd-8646e588a564ebf74da6fd0e854bcfe74be43690.json
5322024-04-10T16:23:25.833Z++ case "$OSTYPE" in
5332024-04-10T16:23:25.833Z++ SHA=sha256sum
5342024-04-10T16:23:25.860Z++ sha256sum
5352024-04-10T16:23:25.860Z++ awk '{print $1}'
5362024-04-10T16:23:25.860Z+ calculated_sha2=50eff6d9f986b7b1af5970d11d8d01b812de37269731c6c691a244b3fdae82ae
5372024-04-10T16:23:25.860Z+ [[ 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 ]]
5382024-04-10T16:23:25.860Z+ set -o errexit
5392024-04-10T16:23:25.860Z+++ dirname ./tools/ci_download_dendrite_stub
5402024-04-10T16:23:25.860Z++ cd ./tools
5412024-04-10T16:23:25.860Z++ pwd
5422024-04-10T16:23:25.860Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
5432024-04-10T16:23:25.886Z++ basename ./tools/ci_download_dendrite_stub
5442024-04-10T16:23:25.886Z+ ARG0=ci_download_dendrite_stub
5452024-04-10T16:23:25.886Z+ source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums
5462024-04-10T16:23:25.886Z++ CIDL_SHA256_ILLUMOS=fda1842bc4c45af98771fa8cfb8c5cc54ca0759c754d7e5f41504390f65e43f3
5472024-04-10T16:23:25.886Z++ CIDL_SHA256_LINUX_DPD=cb84fb7b2ba9cedaee5a09d400c88315ef30f7826610c1acb1ad6f07fa672b0a
5482024-04-10T16:23:25.886Z++ CIDL_SHA256_LINUX_SWADM=54042fb53e304bfade94ea7ca1b41c62c86bf48c32ca355b2c09dd6067ccb53b
5492024-04-10T16:23:25.886Z+ source /work/oxidecomputer/omicron/tools/dendrite_openapi_version
5502024-04-10T16:23:25.886Z++ COMMIT=8646e588a564ebf74da6fd0e854bcfe74be43690
5512024-04-10T16:23:25.886Z++ SHA2=50eff6d9f986b7b1af5970d11d8d01b812de37269731c6c691a244b3fdae82ae
5522024-04-10T16:23:25.886Z+ TARGET_DIR=out
5532024-04-10T16:23:25.886Z+ DOWNLOAD_DIR=out/downloads
5542024-04-10T16:23:25.886Z+ DEST_DIR=./out/dendrite-stub
5552024-04-10T16:23:25.886Z+ BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin
5562024-04-10T16:23:25.886Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
5572024-04-10T16:23:25.886Z+ REPO=oxidecomputer/dendrite
5582024-04-10T16:23:25.886Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8646e588a564ebf74da6fd0e854bcfe74be43690
5592024-04-10T16:23:25.886Z+ main
5602024-04-10T16:23:25.887Z+ [[ 0 != 0 ]]
5612024-04-10T16:23:25.887Z+ CIDL_OS=solaris2.11
5622024-04-10T16:23:25.887Z+ [[ 0 != 0 ]]
5632024-04-10T16:23:25.887Z+ configure_os solaris2.11
5642024-04-10T16:23:25.887Z+ echo 'current directory: /work/oxidecomputer/omicron'
5652024-04-10T16:23:25.887Zcurrent directory: /work/oxidecomputer/omicron
5662024-04-10T16:23:25.887Z+ echo 'configuring based on OS: "solaris2.11"'
5672024-04-10T16:23:25.887Z+ case "$1" in
5682024-04-10T16:23:25.887Z+ SET_BINARIES=
5692024-04-10T16:23:25.887Zconfiguring based on OS: "solaris2.11"
5702024-04-10T16:23:25.887Z+ CIDL_SHA256=fda1842bc4c45af98771fa8cfb8c5cc54ca0759c754d7e5f41504390f65e43f3
5712024-04-10T16:23:25.887Z+ CIDL_SHA256FUNC=do_sha256sum
5722024-04-10T16:23:25.887Z+ TARBALL_FILENAME=dendrite-stub.tar.gz
5732024-04-10T16:23:25.887Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8646e588a564ebf74da6fd0e854bcfe74be43690/dendrite-stub.tar.gz
5742024-04-10T16:23:25.887Z+ TARBALL_FILE=out/downloads/dendrite-stub.tar.gz
5752024-04-10T16:23:25.887Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8646e588a564ebf74da6fd0e854bcfe74be43690/dendrite-stub.tar.gz'
5762024-04-10T16:23:25.887ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8646e588a564ebf74da6fd0e854bcfe74be43690/dendrite-stub.tar.gz
5772024-04-10T16:23:25.887ZLocal file: out/downloads/dendrite-stub.tar.gz
5782024-04-10T16:23:25.887Z+ echo 'Local file: out/downloads/dendrite-stub.tar.gz'
5792024-04-10T16:23:25.887Z+ mkdir -p out/downloads
5802024-04-10T16:23:25.887Z+ mkdir -p ./out/dendrite-stub
5812024-04-10T16:23:25.887Z+ fetch_and_verify
5822024-04-10T16:23:25.887Z+ local DO_DOWNLOAD=true
5832024-04-10T16:23:25.888Z+ [[ -f out/downloads/dendrite-stub.tar.gz ]]
5842024-04-10T16:23:25.888Z+ '[' true == true ']'
5852024-04-10T16:23:25.888Z+ echo Downloading...
5862024-04-10T16:23:25.888Z+ 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-10T16:23:25.888ZDownloading...
5882024-04-10T16:23:25.888Z+ 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
5892024-04-10T16:23:36.653Z++ do_sha256sum out/downloads/dendrite-stub.tar.gz
5902024-04-10T16:23:36.678Z++ sha256sum
5912024-04-10T16:23:36.678Z++ awk '{print $1}'
5922024-04-10T16:23:36.702Z+ calculated_sha256=fda1842bc4c45af98771fa8cfb8c5cc54ca0759c754d7e5f41504390f65e43f3
5932024-04-10T16:23:36.702Z+ [[ 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 ]]
5942024-04-10T16:23:36.702Z+ do_untar out/downloads/dendrite-stub.tar.gz
5952024-04-10T16:23:36.703Z+ tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads
5962024-04-10T16:23:37.478Z+ do_assemble
5972024-04-10T16:23:37.478Z+ rm -r ./out/dendrite-stub
5982024-04-10T16:23:37.502Z+ mkdir ./out/dendrite-stub
5992024-04-10T16:23:37.502Z+ cp -r out/downloads/root ./out/dendrite-stub/root
6002024-04-10T16:23:37.623Z+ ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin
6012024-04-10T16:23:37.648Z+ set -o errexit
6022024-04-10T16:23:37.648Z+++ dirname ./tools/ci_download_maghemite_mgd
6032024-04-10T16:23:37.648Z++ cd ./tools
6042024-04-10T16:23:37.648Z++ pwd
6052024-04-10T16:23:37.648Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
6062024-04-10T16:23:37.648Z++ basename ./tools/ci_download_maghemite_mgd
6072024-04-10T16:23:37.648Z+ ARG0=ci_download_maghemite_mgd
6082024-04-10T16:23:37.648Z+ source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums
6092024-04-10T16:23:37.648Z++ CIDL_SHA256=ddc19da8932e0ff4a91dea139369bb5b729748bdf698223bc2717a4abea89ed6
6102024-04-10T16:23:37.648Z++ MGD_LINUX_SHA256=ee41d903d19b4ced4bbf139ed05ba8c060517642bc7d4bcef3790e697fa3f44d
6112024-04-10T16:23:37.648Z+ source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version
6122024-04-10T16:23:37.648Z++ COMMIT=bc244d418368fcc3e66db2a0637501a900be161a
6132024-04-10T16:23:37.648Z++ SHA2=a5d2f275c99152711dec1df58fd49d459d3fcb8fbfc7a7f48f432be248d74639
6142024-04-10T16:23:37.648Z+ TARGET_DIR=out
6152024-04-10T16:23:37.648Z+ DOWNLOAD_DIR=out/downloads
6162024-04-10T16:23:37.648Z+ DEST_DIR=./out/mgd
6172024-04-10T16:23:37.648Z+ BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin
6182024-04-10T16:23:37.648Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
6192024-04-10T16:23:37.648Z+ REPO=oxidecomputer/maghemite
6202024-04-10T16:23:37.648Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/bc244d418368fcc3e66db2a0637501a900be161a
6212024-04-10T16:23:37.648Z+ main
6222024-04-10T16:23:37.648Z+ rm -rf out/downloads/root
6232024-04-10T16:23:37.673Z+ [[ 0 != 0 ]]
6242024-04-10T16:23:37.674Z+ CIDL_OS=solaris2.11
6252024-04-10T16:23:37.674Z+ [[ 0 != 0 ]]
6262024-04-10T16:23:37.674Z+ configure_os solaris2.11
6272024-04-10T16:23:37.674Z+ echo 'current directory: /work/oxidecomputer/omicron'
6282024-04-10T16:23:37.674Z+ echo 'configuring based on OS: "solaris2.11"'
6292024-04-10T16:23:37.674Z+ case "$1" in
6302024-04-10T16:23:37.674Z+ SET_BINARIES=
6312024-04-10T16:23:37.674Zcurrent directory: /work/oxidecomputer/omicron
6322024-04-10T16:23:37.674Z+ CIDL_SHA256FUNC=do_sha256sum
6332024-04-10T16:23:37.674Z+ TARBALL_FILENAME=mgd.tar.gz
6342024-04-10T16:23:37.674Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/bc244d418368fcc3e66db2a0637501a900be161a/mgd.tar.gz
6352024-04-10T16:23:37.674Z+ TARBALL_FILE=out/downloads/mgd.tar.gz
6362024-04-10T16:23:37.674Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/bc244d418368fcc3e66db2a0637501a900be161a/mgd.tar.gz'
6372024-04-10T16:23:37.674Z+ echo 'Local file: out/downloads/mgd.tar.gz'
6382024-04-10T16:23:37.674Zconfiguring based on OS: "solaris2.11"
6392024-04-10T16:23:37.674ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/bc244d418368fcc3e66db2a0637501a900be161a/mgd.tar.gz
6402024-04-10T16:23:37.674ZLocal file: out/downloads/mgd.tar.gz
6412024-04-10T16:23:37.674Z+ mkdir -p out/downloads
6422024-04-10T16:23:37.674Z+ mkdir -p ./out/mgd
6432024-04-10T16:23:37.674Z+ fetch_and_verify
6442024-04-10T16:23:37.674Z+ local DO_DOWNLOAD=true
6452024-04-10T16:23:37.674Z+ [[ -f out/downloads/mgd.tar.gz ]]
6462024-04-10T16:23:37.675Z+ '[' true == true ']'
6472024-04-10T16:23:37.675Z+ echo Downloading...
6482024-04-10T16:23:37.675ZDownloading...
6492024-04-10T16:23:37.675Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/bc244d418368fcc3e66db2a0637501a900be161a/mgd.tar.gz out/downloads/mgd.tar.gz
6502024-04-10T16:23:37.675Z+ 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
6512024-04-10T16:23:45.763Z++ do_sha256sum out/downloads/mgd.tar.gz
6522024-04-10T16:23:45.787Z++ sha256sum
6532024-04-10T16:23:45.787Z++ awk '{print $1}'
6542024-04-10T16:23:45.812Z+ calculated_sha256=ddc19da8932e0ff4a91dea139369bb5b729748bdf698223bc2717a4abea89ed6
6552024-04-10T16:23:45.812Z+ [[ 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 ]]
6562024-04-10T16:23:45.812Z+ do_untar out/downloads/mgd.tar.gz
6572024-04-10T16:23:45.812Z+ tar xzf out/downloads/mgd.tar.gz -C out/downloads
6582024-04-10T16:23:46.569Z+ do_assemble
6592024-04-10T16:23:46.569Z+ rm -r ./out/mgd
6602024-04-10T16:23:46.597Z+ mkdir ./out/mgd
6612024-04-10T16:23:46.597Z+ cp -r out/downloads/root ./out/mgd/root
6622024-04-10T16:23:46.649Z+ set -o errexit
6632024-04-10T16:23:46.697Z+++ dirname ./tools/ci_download_transceiver_control
6642024-04-10T16:23:46.697Z++ cd ./tools
6652024-04-10T16:23:46.697Z++ pwd
6662024-04-10T16:23:46.697Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
6672024-04-10T16:23:46.697Z++ basename ./tools/ci_download_transceiver_control
6682024-04-10T16:23:46.697Z+ ARG0=ci_download_transceiver_control
6692024-04-10T16:23:46.697Z+ source /work/oxidecomputer/omicron/tools/transceiver_control_version
6702024-04-10T16:23:46.697Z++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a
6712024-04-10T16:23:46.697Z++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
6722024-04-10T16:23:46.697Z+ TARGET_DIR=out
6732024-04-10T16:23:46.697Z+ DOWNLOAD_DIR=out/downloads
6742024-04-10T16:23:46.697Z+ DEST_DIR=./out/transceiver-control
6752024-04-10T16:23:46.697Z+ BIN_DIR=/opt/oxide/bin
6762024-04-10T16:23:46.697Z+ BINARY=xcvradm
6772024-04-10T16:23:46.697Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
6782024-04-10T16:23:46.697Z+ REPO=oxidecomputer/transceiver-control
6792024-04-10T16:23:46.697Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a
6802024-04-10T16:23:46.697Z+ main
6812024-04-10T16:23:46.697Z+ [[ 0 != 0 ]]
6822024-04-10T16:23:46.697Z+ CIDL_OS=solaris2.11
6832024-04-10T16:23:46.698Z+ [[ 0 != 0 ]]
6842024-04-10T16:23:46.698Z+ configure_os solaris2.11
6852024-04-10T16:23:46.698Z+ echo 'current directory: /work/oxidecomputer/omicron'
6862024-04-10T16:23:46.698Z+ echo 'configuring based on OS: "solaris2.11"'
6872024-04-10T16:23:46.698Zcurrent directory: /work/oxidecomputer/omicron
6882024-04-10T16:23:46.698Z+ case "$1" in
6892024-04-10T16:23:46.698Zconfiguring based on OS: "solaris2.11"
6902024-04-10T16:23:46.698Z+ SET_BINARIES=
6912024-04-10T16:23:46.698Z+ CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
6922024-04-10T16:23:46.698Z+ CIDL_SHA256FUNC=do_sha256sum
6932024-04-10T16:23:46.698Z+ ARCHIVE_FILENAME=xcvradm.gz
6942024-04-10T16:23:46.698Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz
6952024-04-10T16:23:46.698Z+ ARCHIVE_FILE=out/downloads/xcvradm.gz
6962024-04-10T16:23:46.698Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz'
6972024-04-10T16:23:46.698ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz
6982024-04-10T16:23:46.698Z+ echo 'Local file: out/downloads/xcvradm.gz'
6992024-04-10T16:23:46.698ZLocal file: out/downloads/xcvradm.gz
7002024-04-10T16:23:46.698Z+ mkdir -p out/downloads
7012024-04-10T16:23:46.698Z+ mkdir -p ./out/transceiver-control
7022024-04-10T16:23:46.698Z+ fetch_and_verify
7032024-04-10T16:23:46.698Z+ local DO_DOWNLOAD=true
7042024-04-10T16:23:46.698Z+ [[ -f out/downloads/xcvradm.gz ]]
7052024-04-10T16:23:46.698Z+ '[' true == true ']'
7062024-04-10T16:23:46.698Z+ echo Downloading...
7072024-04-10T16:23:46.699ZDownloading...
7082024-04-10T16:23:46.699Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz
7092024-04-10T16:23:46.699Z+ 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
7102024-04-10T16:23:48.455Z++ do_sha256sum out/downloads/xcvradm.gz
7112024-04-10T16:23:48.480Z++ sha256sum
7122024-04-10T16:23:48.480Z++ awk '{print $1}'
7132024-04-10T16:23:48.504Z+ calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
7142024-04-10T16:23:48.504Z+ [[ 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 ]]
7152024-04-10T16:23:48.505Z+ do_unpack out/downloads/xcvradm.gz
7162024-04-10T16:23:48.505Z+ mkdir -p out/downloads/root//opt/oxide/bin
7172024-04-10T16:23:48.505Z+ gzip -dc out/downloads/xcvradm.gz
7182024-04-10T16:23:48.603Z+ chmod +x out/downloads/root//opt/oxide/bin/xcvradm
7192024-04-10T16:23:48.627Z+ do_assemble
7202024-04-10T16:23:48.628Z+ rm -r ./out/transceiver-control
7212024-04-10T16:23:48.628Z+ mkdir ./out/transceiver-control
7222024-04-10T16:23:48.628Z+ cp -r out/downloads/root ./out/transceiver-control/root
7232024-04-10T16:23:48.715Z+ set -o errexit
7242024-04-10T16:23:48.741Z+++ dirname ./tools/ci_download_thundermuffin
7252024-04-10T16:23:48.741Z++ cd ./tools
7262024-04-10T16:23:48.741Z++ pwd
7272024-04-10T16:23:48.741Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
7282024-04-10T16:23:48.741Z++ basename ./tools/ci_download_thundermuffin
7292024-04-10T16:23:48.741Z+ ARG0=ci_download_thundermuffin
7302024-04-10T16:23:48.741Z+ source /work/oxidecomputer/omicron/tools/thundermuffin_checksums
7312024-04-10T16:23:48.741Z++ CIDL_SHA256=dc55a2accd33a347df4cbdc0026cbaccea2c004940c3fec8cadcdd633d440dfa
7322024-04-10T16:23:48.741Z+ source /work/oxidecomputer/omicron/tools/thundermuffin_version
7332024-04-10T16:23:48.741Z++ COMMIT=a4a6108d7c9aac2464a0b6898e88132a8f701a13
7342024-04-10T16:23:48.742Z+ TARGET_DIR=out
7352024-04-10T16:23:48.742Z+ DOWNLOAD_DIR=out/downloads
7362024-04-10T16:23:48.742Z+ DEST_DIR=./out/thundermuffin
7372024-04-10T16:23:48.742Z+ BIN_DIR=./out/thundermuffin/root/opt/oxide/thundermuffin/bin
7382024-04-10T16:23:48.742Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
7392024-04-10T16:23:48.742Z+ REPO=oxidecomputer/thundermuffin
7402024-04-10T16:23:48.742Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13
7412024-04-10T16:23:48.742Z+ main
7422024-04-10T16:23:48.742Z+ rm -rf out/downloads/root
7432024-04-10T16:23:48.742Z+ [[ 0 != 0 ]]
7442024-04-10T16:23:48.742Z+ CIDL_OS=solaris2.11
7452024-04-10T16:23:48.742Z+ [[ 0 != 0 ]]
7462024-04-10T16:23:48.742Z+ configure_os solaris2.11
7472024-04-10T16:23:48.742Z+ echo 'current directory: /work/oxidecomputer/omicron'
7482024-04-10T16:23:48.742Z+ echo 'configuring based on OS: "solaris2.11"'
7492024-04-10T16:23:48.742Z+ case "$1" in
7502024-04-10T16:23:48.742Zcurrent directory: /work/oxidecomputer/omicron
7512024-04-10T16:23:48.742Zconfiguring based on OS: "solaris2.11"
7522024-04-10T16:23:48.742Z+ SET_BINARIES=
7532024-04-10T16:23:48.742Z+ CIDL_SHA256FUNC=do_sha256sum
7542024-04-10T16:23:48.742Z+ TARBALL_FILENAME=thundermuffin.tar.gz
7552024-04-10T16:23:48.742Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz
7562024-04-10T16:23:48.743Z+ TARBALL_FILE=out/downloads/thundermuffin.tar.gz
7572024-04-10T16:23:48.743Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz'
7582024-04-10T16:23:48.743Z+ echo 'Local file: out/downloads/thundermuffin.tar.gz'
7592024-04-10T16:23:48.743ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz
7602024-04-10T16:23:48.743Z+ mkdir -p out/downloads
7612024-04-10T16:23:48.743ZLocal file: out/downloads/thundermuffin.tar.gz
7622024-04-10T16:23:48.743Z+ mkdir -p ./out/thundermuffin
7632024-04-10T16:23:48.743Z+ fetch_and_verify
7642024-04-10T16:23:48.743Z+ local DO_DOWNLOAD=true
7652024-04-10T16:23:48.743Z+ [[ -f out/downloads/thundermuffin.tar.gz ]]
7662024-04-10T16:23:48.743Z+ '[' true == true ']'
7672024-04-10T16:23:48.743Z+ echo Downloading...
7682024-04-10T16:23:48.743Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz out/downloads/thundermuffin.tar.gz
7692024-04-10T16:23:48.743ZDownloading...
7702024-04-10T16:23:48.743Z+ 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
7712024-04-10T16:23:49.788Z++ do_sha256sum out/downloads/thundermuffin.tar.gz
7722024-04-10T16:23:49.814Z++ sha256sum
7732024-04-10T16:23:49.814Z++ awk '{print $1}'
7742024-04-10T16:23:49.815Z+ calculated_sha256=dc55a2accd33a347df4cbdc0026cbaccea2c004940c3fec8cadcdd633d440dfa
7752024-04-10T16:23:49.815Z+ [[ 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 ]]
7762024-04-10T16:23:49.815Z+ do_untar out/downloads/thundermuffin.tar.gz
7772024-04-10T16:23:49.815Z+ tar xzf out/downloads/thundermuffin.tar.gz -C out/downloads
7782024-04-10T16:23:49.882Z+ do_assemble
7792024-04-10T16:23:49.882Z+ rm -r ./out/thundermuffin
7802024-04-10T16:23:49.906Z+ mkdir ./out/thundermuffin
7812024-04-10T16:23:49.907Z+ cp -r out/downloads/root ./out/thundermuffin/root
7822024-04-10T16:23:49.934ZAll builder prerequisites installed successfully, and PATH looks valid
7832024-04-10T16:23:49.934Z
7842024-04-10T16:23:49.934Zreal 2:01.927635695
7852024-04-10T16:23:49.934Zuser 44.752182795
7862024-04-10T16:23:49.934Zsys 11.625400717
7872024-04-10T16:23:49.934Ztrap 0.015068676
7882024-04-10T16:23:49.934Ztflt 0.009759667
7892024-04-10T16:23:49.934Zdflt 0.017905897
7902024-04-10T16:23:49.935Zkflt 0.005217229
7912024-04-10T16:23:49.935Zlock 2.060847319
7922024-04-10T16:23:49.935Zslp 4:12.091858553
7932024-04-10T16:23:49.935Zlat 4.942242041
7942024-04-10T16:23:49.935Zstop 0.068441317
7952024-04-10T16:23:49.935Z
7962024-04-10T16:23:49.935Z #### # # ##### ##### # #
7972024-04-10T16:23:49.935Z # # # # # # # # # #
7982024-04-10T16:23:49.935Z # # # # # # # #
7992024-04-10T16:23:49.935Z # # # ##### ##### #
8002024-04-10T16:23:49.935Z # # # # # # #
8012024-04-10T16:23:49.935Z #### ###### # # # #
8022024-04-10T16:23:49.935Z
8032024-04-10T16:23:50.189Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
8042024-04-10T16:23:51.055Z Updating git repository `https://github.com/oxidecomputer/zone`
8052024-04-10T16:23:51.753Z Updating crates.io index
8062024-04-10T16:23:51.778Z Updating git repository `https://github.com/oxidecomputer/dropshot`
8072024-04-10T16:23:53.178Z Updating git repository `https://github.com/oxidecomputer/maghemite`
8082024-04-10T16:23:54.337Z Updating git repository `https://github.com/oxidecomputer/progenitor`
8092024-04-10T16:23:57.155Z Updating git repository `http://github.com/oxidecomputer/serde_human_bytes`
8102024-04-10T16:23:57.850Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
8112024-04-10T16:23:58.488Z Updating git repository `https://github.com/oxidecomputer/propolis`
8122024-04-10T16:24:00.166Z Updating git repository `https://github.com/oxidecomputer/crucible`
8132024-04-10T16:24:02.656Z Updating git repository `https://github.com/oxidecomputer/opte`
8142024-04-10T16:24:04.401Z Updating git repository `https://github.com/oxidecomputer/falcon`
8152024-04-10T16:24:06.113Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
8162024-04-10T16:24:06.885Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
8172024-04-10T16:24:07.962Z Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel`
8182024-04-10T16:24:08.763Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
8192024-04-10T16:24:09.417Z Updating git repository `http://github.com/oxidecomputer/sprockets`
8202024-04-10T16:24:10.348Z Updating git repository `https://github.com/oxidecomputer/diesel-dtrace`
8212024-04-10T16:24:10.983Z Updating git repository `http://github.com/oxidecomputer/tofino`
8222024-04-10T16:24:11.836Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
8232024-04-10T16:24:12.420Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
8242024-04-10T16:24:13.023Z Updating git repository `https://github.com/oxidecomputer/libnvme`
8252024-04-10T16:24:13.717Z Updating git repository `https://github.com/oxidecomputer/ispf`
8262024-04-10T16:24:14.411Z Updating git repository `https://github.com/oxidecomputer/poptrie`
8272024-04-10T16:24:14.993Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
8282024-04-10T16:24:16.217Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
8292024-04-10T16:24:17.087Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
8302024-04-10T16:24:17.719Z Updating git repository `https://github.com/jgallagher/nix`
8312024-04-10T16:24:19.690Z Updating git repository `https://github.com/cbiffle/hubpack`
8322024-04-10T16:24:20.534Z Updating git repository `https://github.com/oxidecomputer/typify`
8332024-04-10T16:24:22.975Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
8342024-04-10T16:24:23.917Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
8352024-04-10T16:24:24.654Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
8362024-04-10T16:24:25.739Z Updating git repository `https://github.com/oxidecomputer/rfb`
8372024-04-10T16:24:27.392Z Downloading crates ...
8382024-04-10T16:24:27.488Z Downloaded anyhow v1.0.82
8392024-04-10T16:24:27.519Z Downloaded macaddr v1.0.1
8402024-04-10T16:24:27.519Z Downloaded ryu v1.0.15
8412024-04-10T16:24:27.519Z Downloaded toml_datetime v0.6.5
8422024-04-10T16:24:27.519Z Downloaded proc-macro2 v1.0.79
8432024-04-10T16:24:27.519Z Downloaded swrite v0.1.0
8442024-04-10T16:24:27.519Z Downloaded semver v1.0.22
8452024-04-10T16:24:27.545Z Downloaded quote v1.0.36
8462024-04-10T16:24:27.545Z Downloaded indexmap v2.2.6
8472024-04-10T16:24:27.545Z Downloaded utf8parse v0.2.1
8482024-04-10T16:24:27.545Z Downloaded serde_derive v1.0.197
8492024-04-10T16:24:27.545Z Downloaded serde_spanned v0.6.5
8502024-04-10T16:24:27.545Z Downloaded thiserror v1.0.58
8512024-04-10T16:24:27.545Z Downloaded terminal_size v0.3.0
8522024-04-10T16:24:27.546Z Downloaded toml v0.8.12
8532024-04-10T16:24:27.546Z Downloaded winnow v0.6.1
8542024-04-10T16:24:27.570Z Downloaded serde_json v1.0.115
8552024-04-10T16:24:27.570Z Downloaded syn v2.0.58
8562024-04-10T16:24:27.595Z Downloaded rustix v0.38.31
8572024-04-10T16:24:27.620Z Downloaded libc v0.2.153
8582024-04-10T16:24:27.644Z Downloaded unicode-ident v1.0.12
8592024-04-10T16:24:27.669Z Downloaded toml_edit v0.22.9
8602024-04-10T16:24:27.694Z Downloaded clap_builder v4.5.2
8612024-04-10T16:24:27.694Z Downloaded serde v1.0.197
8622024-04-10T16:24:27.694Z Downloaded thiserror-impl v1.0.58
8632024-04-10T16:24:27.694Z Downloaded strsim v0.11.0
8642024-04-10T16:24:27.694Z Downloaded memchr v2.7.1
8652024-04-10T16:24:27.722Z Downloaded hashbrown v0.14.3
8662024-04-10T16:24:27.722Z Downloaded cargo_toml v0.19.0
8672024-04-10T16:24:27.722Z Downloaded camino v1.1.6
8682024-04-10T16:24:27.722Z Downloaded itoa v1.0.9
8692024-04-10T16:24:27.722Z Downloaded clap v4.5.4
8702024-04-10T16:24:27.722Z Downloaded cargo_metadata v0.18.1
8712024-04-10T16:24:27.722Z Downloaded heck v0.5.0
8722024-04-10T16:24:27.747Z Downloaded fs-err v2.11.0
8732024-04-10T16:24:27.747Z Downloaded errno v0.3.8
8742024-04-10T16:24:27.747Z Downloaded equivalent v1.0.1
8752024-04-10T16:24:27.747Z Downloaded colorchoice v1.0.0
8762024-04-10T16:24:27.747Z Downloaded clap_lex v0.7.0
8772024-04-10T16:24:27.747Z Downloaded clap_derive v4.5.4
8782024-04-10T16:24:27.747Z Downloaded cargo-platform v0.1.3
8792024-04-10T16:24:27.747Z Downloaded bitflags v2.4.2
8802024-04-10T16:24:27.747Z Downloaded autocfg v1.1.0
8812024-04-10T16:24:27.747Z Downloaded anstyle-query v1.0.0
8822024-04-10T16:24:27.747Z Downloaded anstyle-parse v0.2.1
8832024-04-10T16:24:27.747Z Downloaded anstyle v1.0.6
8842024-04-10T16:24:27.747Z Downloaded anstream v0.6.11
8852024-04-10T16:24:27.846Z Compiling proc-macro2 v1.0.79
8862024-04-10T16:24:27.871Z Compiling unicode-ident v1.0.12
8872024-04-10T16:24:27.872Z Compiling serde v1.0.197
8882024-04-10T16:24:27.872Z Compiling libc v0.2.153
8892024-04-10T16:24:27.872Z Compiling rustix v0.38.31
8902024-04-10T16:24:27.872Z Compiling utf8parse v0.2.1
8912024-04-10T16:24:27.872Z Compiling equivalent v1.0.1
8922024-04-10T16:24:27.872Z Compiling hashbrown v0.14.3
8932024-04-10T16:24:28.111Z Compiling bitflags v2.4.2
8942024-04-10T16:24:28.136Z Compiling anstyle-parse v0.2.1
8952024-04-10T16:24:28.160Z Compiling winnow v0.6.1
8962024-04-10T16:24:28.442Z Compiling colorchoice v1.0.0
8972024-04-10T16:24:28.503Z Compiling camino v1.1.6
8982024-04-10T16:24:28.584Z Compiling anstyle-query v1.0.0
8992024-04-10T16:24:28.621Z Compiling thiserror v1.0.58
9002024-04-10T16:24:28.705Z Compiling anstyle v1.0.6
9012024-04-10T16:24:28.741Z Compiling serde_json v1.0.115
9022024-04-10T16:24:29.035Z Compiling indexmap v2.2.6
9032024-04-10T16:24:29.088Z Compiling autocfg v1.1.0
9042024-04-10T16:24:29.119Z Compiling semver v1.0.22
9052024-04-10T16:24:29.230Z Compiling anstream v0.6.11
9062024-04-10T16:24:29.256Z Compiling itoa v1.0.9
9072024-04-10T16:24:29.429Z Compiling quote v1.0.36
9082024-04-10T16:24:29.554Z Compiling clap_lex v0.7.0
9092024-04-10T16:24:29.812Z Compiling syn v2.0.58
9102024-04-10T16:24:29.838Z Compiling errno v0.3.8
9112024-04-10T16:24:29.895Z Compiling fs-err v2.11.0
9122024-04-10T16:24:30.002Z Compiling strsim v0.11.0
9132024-04-10T16:24:30.028Z Compiling anyhow v1.0.82
9142024-04-10T16:24:30.118Z Compiling heck v0.5.0
9152024-04-10T16:24:30.144Z Compiling ryu v1.0.15
9162024-04-10T16:24:30.423Z Compiling swrite v0.1.0
9172024-04-10T16:24:30.825Z Compiling terminal_size v0.3.0
9182024-04-10T16:24:30.975Z Compiling clap_builder v4.5.2
9192024-04-10T16:24:35.519Z Compiling serde_derive v1.0.197
9202024-04-10T16:24:35.519Z Compiling thiserror-impl v1.0.58
9212024-04-10T16:24:35.544Z Compiling clap_derive v4.5.4
9222024-04-10T16:24:38.579Z Compiling clap v4.5.4
9232024-04-10T16:24:45.158Z Compiling toml_datetime v0.6.5
9242024-04-10T16:24:45.184Z Compiling serde_spanned v0.6.5
9252024-04-10T16:24:45.184Z Compiling cargo-platform v0.1.3
9262024-04-10T16:24:45.184Z Compiling macaddr v1.0.1
9272024-04-10T16:24:45.408Z Compiling toml_edit v0.22.9
9282024-04-10T16:24:46.566Z Compiling cargo_metadata v0.18.1
9292024-04-10T16:24:47.699Z Compiling toml v0.8.12
9302024-04-10T16:24:48.311Z Compiling cargo_toml v0.19.0
9312024-04-10T16:24:52.325Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
9322024-04-10T16:24:55.423Z Finished dev [unoptimized + debuginfo] target(s) in 1m 05s
9332024-04-10T16:24:55.596Z Running `target/debug/xtask clippy`
9342024-04-10T16:24:55.649Zrunning: "/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/cargo" "clippy" "--all-targets" "--" "--deny" "warnings" "--allow" "clippy::style" "--warn" "clippy::disallowed_macros" "--warn" "clippy::disallowed_methods" "--warn" "clippy::disallowed_names" "--warn" "clippy::disallowed_script_idents" "--warn" "clippy::disallowed_types" "--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"
9352024-04-10T16:24:56.401Z Downloading crates ...
9362024-04-10T16:24:56.496Z Downloaded addr2line v0.21.0
9372024-04-10T16:24:56.521Z Downloaded async-stream v0.3.5
9382024-04-10T16:24:56.521Z Downloaded buf-list v1.0.3
9392024-04-10T16:24:56.546Z Downloaded cassowary v0.3.0
9402024-04-10T16:24:56.546Z Downloaded cfg_aliases v0.1.1
9412024-04-10T16:24:56.546Z Downloaded hubpack_derive v0.1.1
9422024-04-10T16:24:56.546Z Downloaded bytes v1.6.0
9432024-04-10T16:24:56.546Z Downloaded instant v0.1.12
9442024-04-10T16:24:56.572Z Downloaded iana-time-zone v0.1.57
9452024-04-10T16:24:56.572Z Downloaded is_ci v1.2.0
9462024-04-10T16:24:56.572Z Downloaded strum v0.26.2
9472024-04-10T16:24:56.597Z Downloaded usdt-attr-macro v0.3.5
9482024-04-10T16:24:56.597Z Downloaded doc-comment v0.3.3
9492024-04-10T16:24:56.597Z Downloaded guppy-workspace-hack v0.1.0
9502024-04-10T16:24:56.597Z Downloaded dof v0.1.5
9512024-04-10T16:24:56.598Z Downloaded phf_shared v0.10.0
9522024-04-10T16:24:56.625Z Downloaded pin-utils v0.1.0
9532024-04-10T16:24:56.626Z Downloaded plotters-backend v0.3.5
9542024-04-10T16:24:56.626Z Downloaded time-core v0.1.2
9552024-04-10T16:24:56.626Z Downloaded num-integer v0.1.46
9562024-04-10T16:24:56.626Z Downloaded toolchain_find v0.4.0
9572024-04-10T16:24:56.651Z Downloaded thread-id v4.2.0
9582024-04-10T16:24:56.652Z Downloaded oso-derive v0.27.3
9592024-04-10T16:24:56.652Z Downloaded psl-types v2.0.11
9602024-04-10T16:24:56.652Z Downloaded packed_struct_codegen v0.10.1
9612024-04-10T16:24:56.652Z Downloaded sqlparser_derive v0.2.2
9622024-04-10T16:24:56.677Z Downloaded pathdiff v0.2.1
9632024-04-10T16:24:56.677Z Downloaded peg-runtime v0.8.2
9642024-04-10T16:24:56.678Z Downloaded stability v0.1.1
9652024-04-10T16:24:56.678Z Downloaded crunchy v0.2.2
9662024-04-10T16:24:56.704Z Downloaded cstr-argument v0.1.2
9672024-04-10T16:24:56.704Z Downloaded want v0.3.1
9682024-04-10T16:24:56.704Z Downloaded fxhash v0.2.1
9692024-04-10T16:24:56.704Z Downloaded unicode-linebreak v0.1.5
9702024-04-10T16:24:56.704Z Downloaded take_mut v0.2.2
9712024-04-10T16:24:56.730Z Downloaded gethostname v0.4.3
9722024-04-10T16:24:56.730Z Downloaded scroll_derive v0.12.0
9732024-04-10T16:24:56.730Z Downloaded wyz v0.5.1
9742024-04-10T16:24:56.730Z Downloaded scroll v0.12.0
9752024-04-10T16:24:56.756Z Downloaded flagset v0.4.3
9762024-04-10T16:24:56.756Z Downloaded openssl-probe v0.1.5
9772024-04-10T16:24:56.756Z Downloaded zerocopy v0.3.0
9782024-04-10T16:24:56.756Z Downloaded foreign-types v0.5.0
9792024-04-10T16:24:56.757Z Downloaded signal-hook-tokio v0.3.1
9802024-04-10T16:24:56.757Z Downloaded termcolor v1.2.0
9812024-04-10T16:24:56.783Z Downloaded similar-asserts v1.5.0
9822024-04-10T16:24:56.783Z Downloaded similar v2.4.0
9832024-04-10T16:24:56.783Z Downloaded slog-bunyan v2.5.0
9842024-04-10T16:24:56.808Z Downloaded snafu v0.8.2
9852024-04-10T16:24:56.808Z Downloaded tabled v0.15.0
9862024-04-10T16:24:56.834Z Downloaded slog v2.7.0
9872024-04-10T16:24:56.834Z Downloaded regress v0.9.1
9882024-04-10T16:24:56.860Z Downloaded openapiv3 v2.0.0
9892024-04-10T16:24:56.909Z Downloaded zerocopy-derive v0.6.6
9902024-04-10T16:24:56.910Z Downloaded zerocopy v0.7.32
9912024-04-10T16:24:56.936Z Downloaded sled v0.34.7
9922024-04-10T16:24:56.936Z Downloaded curve25519-dalek v4.1.1
9932024-04-10T16:24:56.966Z Downloaded trust-dns-proto v0.22.0
9942024-04-10T16:24:56.966Z Downloaded polar-core v0.27.3
9952024-04-10T16:24:56.991Z Downloaded ratatui v0.26.1
9962024-04-10T16:24:57.016Z Downloaded encoding_rs v0.8.33
9972024-04-10T16:24:57.041Z Downloaded ring v0.17.8
9982024-04-10T16:24:57.110Z Downloaded ring v0.16.20
9992024-04-10T16:24:57.211Z Downloaded nix v0.28.0
10002024-04-10T16:24:57.236Z Downloaded csv v1.3.0
10012024-04-10T16:24:57.265Z Downloaded openssl v0.10.64
10022024-04-10T16:24:57.265Z Downloaded sqlparser v0.44.0
10032024-04-10T16:24:57.290Z Downloaded rayon v1.10.0
10042024-04-10T16:24:57.290Z Downloaded object v0.32.1
10052024-04-10T16:24:57.290Z Downloaded object v0.30.4
10062024-04-10T16:24:57.316Z Downloaded lalrpop v0.19.12
10072024-04-10T16:24:57.317Z Downloaded idna v0.5.0
10082024-04-10T16:24:57.342Z Downloaded idna v0.3.0
10092024-04-10T16:24:57.342Z Downloaded idna v0.2.3
10102024-04-10T16:24:57.342Z Downloaded zerocopy-derive v0.2.0
10112024-04-10T16:24:57.367Z Downloaded regex-automata v0.4.5
10122024-04-10T16:24:57.392Z Downloaded reedline v0.31.0
10132024-04-10T16:24:57.392Z Downloaded rustls-webpki v0.102.1
10142024-04-10T16:24:57.417Z Downloaded rustls-webpki v0.101.7
10152024-04-10T16:24:57.442Z Downloaded tokio v1.37.0
10162024-04-10T16:24:57.466Z Downloaded sha3 v0.10.8
10172024-04-10T16:24:57.491Z Downloaded pest v2.7.6
10182024-04-10T16:24:57.491Z Downloaded tough v0.17.1
10192024-04-10T16:24:57.491Z Downloaded rustyline v14.0.0
10202024-04-10T16:24:57.491Z Downloaded num-bigint-dig v0.8.4
10212024-04-10T16:24:57.519Z Downloaded hyper v0.14.28
10222024-04-10T16:24:57.519Z Downloaded regex-syntax v0.8.2
10232024-04-10T16:24:57.519Z Downloaded heapless v0.8.0
10242024-04-10T16:24:57.544Z Downloaded heapless v0.7.16
10252024-04-10T16:24:57.544Z Downloaded expectorate v1.1.0
10262024-04-10T16:24:57.544Z Downloaded tower v0.4.13
10272024-04-10T16:24:57.545Z Downloaded hashbrown v0.13.2
10282024-04-10T16:24:57.545Z Downloaded libm v0.2.7
10292024-04-10T16:24:57.570Z Downloaded itertools v0.12.1
10302024-04-10T16:24:57.570Z Downloaded zerocopy v0.6.6
10312024-04-10T16:24:57.570Z Downloaded flume v0.11.0
10322024-04-10T16:24:57.570Z Downloaded regex-syntax v0.6.29
10332024-04-10T16:24:57.595Z Downloaded regex v1.10.4
10342024-04-10T16:24:57.595Z Downloaded target-spec v3.1.0
10352024-04-10T16:24:57.620Z Downloaded rcgen v0.12.1
10362024-04-10T16:24:57.620Z Downloaded rayon-core v1.12.1
10372024-04-10T16:24:57.620Z Downloaded prettyplease v0.2.17
10382024-04-10T16:24:57.620Z Downloaded pretty_assertions v1.4.0
10392024-04-10T16:24:57.620Z Downloaded tracing v0.1.40
10402024-04-10T16:24:57.620Z Downloaded salty v0.2.0
10412024-04-10T16:24:57.620Z Downloaded typed-path v0.7.0
10422024-04-10T16:24:57.646Z Downloaded num-bigint v0.4.4
10432024-04-10T16:24:57.646Z Downloaded nom v7.1.3
10442024-04-10T16:24:57.646Z Downloaded mio v0.8.11
10452024-04-10T16:24:57.646Z Downloaded libxml v0.3.3
10462024-04-10T16:24:57.671Z Downloaded itertools v0.10.5
10472024-04-10T16:24:57.671Z Downloaded hyper v1.1.0
10482024-04-10T16:24:57.671Z Downloaded syn v1.0.109
10492024-04-10T16:24:57.696Z Downloaded webpki-roots v0.25.2
10502024-04-10T16:24:57.696Z Downloaded smoltcp v0.11.0
10512024-04-10T16:24:57.721Z Downloaded rustls v0.22.2
10522024-04-10T16:24:57.721Z Downloaded smoltcp v0.9.1
10532024-04-10T16:24:57.746Z Downloaded slog-async v2.8.0
10542024-04-10T16:24:57.746Z Downloaded slab v0.4.9
10552024-04-10T16:24:57.746Z Downloaded siphasher v0.3.11
10562024-04-10T16:24:57.746Z Downloaded sct v0.7.0
10572024-04-10T16:24:57.746Z Downloaded winnow v0.5.15
10582024-04-10T16:24:57.746Z Downloaded reqwest v0.11.24
10592024-04-10T16:24:57.775Z Downloaded regex-automata v0.1.10
10602024-04-10T16:24:57.775Z Downloaded term v0.7.0
10612024-04-10T16:24:57.775Z Downloaded tempfile v3.10.1
10622024-04-10T16:24:57.775Z Downloaded once_cell v1.19.0
10632024-04-10T16:24:57.775Z Downloaded getrandom v0.2.12
10642024-04-10T16:24:57.800Z Downloaded futures-util v0.3.30
10652024-04-10T16:24:57.800Z Downloaded pest_meta v2.7.6
10662024-04-10T16:24:57.800Z Downloaded socket2 v0.5.6
10672024-04-10T16:24:57.800Z Downloaded socket2 v0.4.9
10682024-04-10T16:24:57.800Z Downloaded radix_trie v0.2.1
10692024-04-10T16:24:57.800Z Downloaded minimal-lexical v0.2.1
10702024-04-10T16:24:57.826Z Downloaded futures v0.3.30
10712024-04-10T16:24:57.826Z Downloaded funty v2.0.0
10722024-04-10T16:24:57.826Z Downloaded fragile v2.0.0
10732024-04-10T16:24:57.826Z Downloaded form_urlencoded v1.2.1
10742024-04-10T16:24:57.826Z Downloaded fnv v1.0.7
10752024-04-10T16:24:57.826Z Downloaded float-cmp v0.9.0
10762024-04-10T16:24:57.826Z Downloaded proc-macro-error v1.0.4
10772024-04-10T16:24:57.826Z Downloaded poly1305 v0.8.0
10782024-04-10T16:24:57.826Z Downloaded derive_builder v0.20.0
10792024-04-10T16:24:57.851Z Downloaded vcpkg v0.2.15
10802024-04-10T16:24:57.880Z Downloaded samael v0.0.15
10812024-04-10T16:24:57.905Z Downloaded rustls v0.21.9
10822024-04-10T16:24:57.905Z Downloaded diesel v2.1.5
10832024-04-10T16:24:57.930Z Downloaded sigpipe v0.1.3
10842024-04-10T16:24:57.930Z Downloaded signature v2.1.0
10852024-04-10T16:24:57.930Z Downloaded signature v1.6.4
10862024-04-10T16:24:57.930Z Downloaded semver v0.1.20
10872024-04-10T16:24:57.930Z Downloaded secrecy v0.8.0
10882024-04-10T16:24:57.930Z Downloaded sec1 v0.7.3
10892024-04-10T16:24:57.931Z Downloaded parse-display-derive v0.9.0
10902024-04-10T16:24:57.956Z Downloaded futures-channel v0.3.30
10912024-04-10T16:24:57.956Z Downloaded slog-dtrace v0.3.0
10922024-04-10T16:24:57.957Z Downloaded trust-dns-resolver v0.22.0
10932024-04-10T16:24:57.957Z Downloaded flate2 v1.0.28
10942024-04-10T16:24:57.957Z Downloaded fatfs v0.3.6
10952024-04-10T16:24:57.957Z Downloaded schemars v0.8.16
10962024-04-10T16:24:57.982Z Downloaded yansi v0.5.1
10972024-04-10T16:24:57.982Z Downloaded xattr v1.0.1
10982024-04-10T16:24:57.982Z Downloaded x509-cert v0.2.4
10992024-04-10T16:24:57.982Z Downloaded trust-dns-server v0.22.1
11002024-04-10T16:24:57.982Z Downloaded same-file v1.0.6
11012024-04-10T16:24:57.982Z Downloaded portable-atomic v1.4.3
11022024-04-10T16:24:58.008Z Downloaded derive-where v1.2.7
11032024-04-10T16:24:58.008Z Downloaded oorandom v11.1.3
11042024-04-10T16:24:58.008Z Downloaded getopts v0.2.21
11052024-04-10T16:24:58.008Z Downloaded serde-big-array v0.4.1
11062024-04-10T16:24:58.008Z Downloaded parse-size v1.0.0
11072024-04-10T16:24:58.008Z Downloaded futures-core v0.3.30
11082024-04-10T16:24:58.008Z Downloaded yasna v0.5.2
11092024-04-10T16:24:58.008Z Downloaded tungstenite v0.20.1
11102024-04-10T16:24:58.008Z Downloaded pest_derive v2.7.6
11112024-04-10T16:24:58.008Z Downloaded parking_lot v0.12.1
11122024-04-10T16:24:58.033Z Downloaded strsim v0.8.0
11132024-04-10T16:24:58.034Z Downloaded strip-ansi-escapes v0.2.0
11142024-04-10T16:24:58.034Z Downloaded stringprep v0.1.3
11152024-04-10T16:24:58.034Z Downloaded slog-scope v4.4.0
11162024-04-10T16:24:58.034Z Downloaded slog-json v2.6.1
11172024-04-10T16:24:58.034Z Downloaded slog-envlogger v2.2.0
11182024-04-10T16:24:58.034Z Downloaded foreign-types v0.3.2
11192024-04-10T16:24:58.034Z Downloaded structmeta v0.3.0
11202024-04-10T16:24:58.034Z Downloaded structmeta v0.2.0
11212024-04-10T16:24:58.034Z Downloaded strsim v0.10.0
11222024-04-10T16:24:58.034Z Downloaded zerocopy-derive v0.7.32
11232024-04-10T16:24:58.034Z Downloaded whoami v1.5.0
11242024-04-10T16:24:58.034Z Downloaded which v4.4.0
11252024-04-10T16:24:58.034Z Downloaded ref-cast v1.0.20
11262024-04-10T16:24:58.059Z Downloaded proc-macro-crate v1.3.1
11272024-04-10T16:24:58.059Z Downloaded pretty-hex v0.4.1
11282024-04-10T16:24:58.060Z Downloaded gimli v0.28.0
11292024-04-10T16:24:58.060Z Downloaded opaque-debug v0.3.0
11302024-04-10T16:24:58.060Z Downloaded foreign-types-shared v0.3.1
11312024-04-10T16:24:58.060Z Downloaded foreign-types-shared v0.1.1
11322024-04-10T16:24:58.060Z Downloaded foreign-types-macros v0.2.3
11332024-04-10T16:24:58.060Z Downloaded password-hash v0.5.0
11342024-04-10T16:24:58.060Z Downloaded partial-io v0.5.4
11352024-04-10T16:24:58.060Z Downloaded typenum v1.16.0
11362024-04-10T16:24:58.060Z Downloaded trybuild v1.0.91
11372024-04-10T16:24:58.085Z Downloaded proptest v1.4.0
11382024-04-10T16:24:58.085Z Downloaded fixedbitset v0.4.2
11392024-04-10T16:24:58.085Z Downloaded filetime v0.2.23
11402024-04-10T16:24:58.085Z Downloaded ff v0.13.0
11412024-04-10T16:24:58.085Z Downloaded fd-lock v4.0.2
11422024-04-10T16:24:58.085Z Downloaded zeroize v1.7.0
11432024-04-10T16:24:58.085Z Downloaded der_derive v0.7.2
11442024-04-10T16:24:58.085Z Downloaded spin v0.9.8
11452024-04-10T16:24:58.110Z Downloaded snafu-derive v0.8.2
11462024-04-10T16:24:58.110Z Downloaded quick-xml v0.31.0
11472024-04-10T16:24:58.110Z Downloaded scopeguard v1.2.0
11482024-04-10T16:24:58.110Z Downloaded schemars_derive v0.8.16
11492024-04-10T16:24:58.110Z Downloaded scheduled-thread-pool v0.2.7
11502024-04-10T16:24:58.110Z Downloaded paste v1.0.14
11512024-04-10T16:24:58.110Z Downloaded tui-tree-widget v0.19.0
11522024-04-10T16:24:58.110Z Downloaded relative-path v1.9.0
11532024-04-10T16:24:58.111Z Downloaded tar v0.4.40
11542024-04-10T16:24:58.111Z Downloaded fastrand v2.0.1
11552024-04-10T16:24:58.137Z Downloaded fallible-iterator v0.2.0
11562024-04-10T16:24:58.137Z Downloaded curve25519-dalek-derive v0.1.0
11572024-04-10T16:24:58.137Z Downloaded csv-core v0.1.11
11582024-04-10T16:24:58.137Z Downloaded steno v0.4.0
11592024-04-10T16:24:58.138Z Downloaded pest_generator v2.7.6
11602024-04-10T16:24:58.138Z Downloaded unicode-normalization v0.1.22
11612024-04-10T16:24:58.138Z Downloaded ref-cast-impl v1.0.20
11622024-04-10T16:24:58.138Z Downloaded target-lexicon v0.12.13
11632024-04-10T16:24:58.138Z Downloaded tap v1.0.1
11642024-04-10T16:24:58.138Z Downloaded postcard v1.0.8
11652024-04-10T16:24:58.138Z Downloaded trust-dns-client v0.22.0
11662024-04-10T16:24:58.165Z Downloaded string_cache v0.8.7
11672024-04-10T16:24:58.166Z Downloaded signal-hook-registry v1.4.1
11682024-04-10T16:24:58.166Z Downloaded parking_lot_core v0.9.8
11692024-04-10T16:24:58.166Z Downloaded parking_lot_core v0.8.6
11702024-04-10T16:24:58.166Z Downloaded petgraph v0.6.4
11712024-04-10T16:24:58.166Z Downloaded indicatif v0.17.8
11722024-04-10T16:24:58.194Z Downloaded try-lock v0.2.4
11732024-04-10T16:24:58.194Z Downloaded resolv-conf v0.7.0
11742024-04-10T16:24:58.194Z Downloaded tabwriter v1.4.0
11752024-04-10T16:24:58.195Z Downloaded tabled_derive v0.7.0
11762024-04-10T16:24:58.195Z Downloaded synstructure v0.12.6
11772024-04-10T16:24:58.195Z Downloaded structmeta-derive v0.3.0
11782024-04-10T16:24:58.195Z Downloaded structmeta-derive v0.2.0
11792024-04-10T16:24:58.195Z Downloaded headers-core v0.2.0
11802024-04-10T16:24:58.195Z Downloaded unicode-bidi v0.3.15
11812024-04-10T16:24:58.195Z Downloaded ucd-trie v0.1.6
11822024-04-10T16:24:58.196Z Downloaded zip v0.6.6
11832024-04-10T16:24:58.196Z Downloaded pem-rfc7468 v0.7.0
11842024-04-10T16:24:58.196Z Downloaded der v0.7.8
11852024-04-10T16:24:58.222Z Downloaded env_logger v0.10.0
11862024-04-10T16:24:58.223Z Downloaded env_logger v0.9.3
11872024-04-10T16:24:58.223Z Downloaded tracing-attributes v0.1.27
11882024-04-10T16:24:58.223Z Downloaded miniz_oxide v0.7.1
11892024-04-10T16:24:58.223Z Downloaded log v0.4.21
11902024-04-10T16:24:58.224Z Downloaded walkdir v2.5.0
11912024-04-10T16:24:58.224Z Downloaded crypto-bigint v0.5.2
11922024-04-10T16:24:58.224Z Downloaded tracing-core v0.1.32
11932024-04-10T16:24:58.254Z Downloaded time v0.3.34
11942024-04-10T16:24:58.255Z Downloaded goblin v0.8.0
11952024-04-10T16:24:58.255Z Downloaded sync_wrapper v0.1.2
11962024-04-10T16:24:58.255Z Downloaded generic-array v0.14.7
11972024-04-10T16:24:58.256Z Downloaded futures-timer v3.0.2
11982024-04-10T16:24:58.256Z Downloaded futures-task v0.3.30
11992024-04-10T16:24:58.256Z Downloaded futures-macro v0.3.30
12002024-04-10T16:24:58.256Z Downloaded futures-io v0.3.30
12012024-04-10T16:24:58.256Z Downloaded futures-executor v0.3.30
12022024-04-10T16:24:58.256Z Downloaded pretty-hex v0.2.1
12032024-04-10T16:24:58.256Z Downloaded postgres-types v0.2.6
12042024-04-10T16:24:58.257Z Downloaded postgres-protocol v0.6.6
12052024-04-10T16:24:58.302Z Downloaded unicode-segmentation v1.10.1
12062024-04-10T16:24:58.302Z Downloaded rustls-pemfile v2.1.2
12072024-04-10T16:24:58.302Z Downloaded omicron-zone-package v0.11.0
12082024-04-10T16:24:58.302Z Downloaded unicase v2.7.0
12092024-04-10T16:24:58.302Z Downloaded unarray v0.1.4
12102024-04-10T16:24:58.303Z Downloaded powerfmt v0.2.0
12112024-04-10T16:24:58.303Z Downloaded textwrap v0.16.1
12122024-04-10T16:24:58.303Z Downloaded test-strategy v0.3.1
12132024-04-10T16:24:58.303Z Downloaded deranged v0.3.11
12142024-04-10T16:24:58.303Z Downloaded wait-timeout v0.2.0
12152024-04-10T16:24:58.303Z Downloaded num-traits v0.2.18
12162024-04-10T16:24:58.303Z Downloaded mockall_derive v0.12.1
12172024-04-10T16:24:58.303Z Downloaded futures-sink v0.3.30
12182024-04-10T16:24:58.303Z Downloaded waitgroup v0.1.2
12192024-04-10T16:24:58.304Z Downloaded predicates-tree v1.0.9
12202024-04-10T16:24:58.304Z Downloaded predicates-core v1.0.6
12212024-04-10T16:24:58.336Z Downloaded predicates v3.1.0
12222024-04-10T16:24:58.337Z Downloaded ppv-lite86 v0.2.17
12232024-04-10T16:24:58.337Z Downloaded slog-term v2.9.1
12242024-04-10T16:24:58.337Z Downloaded darling_core v0.20.8
12252024-04-10T16:24:58.337Z Downloaded sqlformat v0.2.3
12262024-04-10T16:24:58.338Z Downloaded spki v0.7.2
12272024-04-10T16:24:58.338Z Downloaded tokio-util v0.7.10
12282024-04-10T16:24:58.338Z Downloaded plotters v0.3.5
12292024-04-10T16:24:58.338Z Downloaded precomputed-hash v0.1.1
12302024-04-10T16:24:58.338Z Downloaded portpicker v0.1.1
12312024-04-10T16:24:58.338Z Downloaded path-slash v0.1.5
12322024-04-10T16:24:58.339Z Downloaded crypto-common v0.1.6
12332024-04-10T16:24:58.339Z Downloaded zone v0.1.8
12342024-04-10T16:24:58.339Z Downloaded zeroize_derive v1.4.2
12352024-04-10T16:24:58.340Z Downloaded rand_seeder v0.2.3
12362024-04-10T16:24:58.340Z Downloaded publicsuffix v2.2.3
12372024-04-10T16:24:58.340Z Downloaded h2 v0.3.26
12382024-04-10T16:24:58.372Z Downloaded zone_cfg_derive v0.1.2
12392024-04-10T16:24:58.372Z Downloaded thiserror-no-std v2.0.2
12402024-04-10T16:24:58.372Z Downloaded thiserror-impl-no-std v2.0.2
12412024-04-10T16:24:58.372Z Downloaded textwrap v0.11.0
12422024-04-10T16:24:58.372Z Downloaded termios v0.3.3
12432024-04-10T16:24:58.372Z Downloaded percent-encoding v2.3.1
12442024-04-10T16:24:58.372Z Downloaded uuid v1.8.0
12452024-04-10T16:24:58.372Z Downloaded rand v0.8.5
12462024-04-10T16:24:58.373Z Downloaded erased-serde v0.3.31
12472024-04-10T16:24:58.373Z Downloaded toml_edit v0.19.15
12482024-04-10T16:24:58.405Z Downloaded termtree v0.4.1
12492024-04-10T16:24:58.405Z Downloaded static_assertions v1.1.0
12502024-04-10T16:24:58.405Z Downloaded stable_deref_trait v1.2.0
12512024-04-10T16:24:58.405Z Downloaded slog-stdlog v4.1.1
12522024-04-10T16:24:58.405Z Downloaded signal-hook-mio v0.2.3
12532024-04-10T16:24:58.406Z Downloaded serde_arrays v0.1.0
12542024-04-10T16:24:58.406Z Downloaded serde-hex v0.1.0
12552024-04-10T16:24:58.406Z Downloaded darling v0.20.8
12562024-04-10T16:24:58.406Z Downloaded smallvec v1.13.1
12572024-04-10T16:24:58.407Z Downloaded libloading v0.7.4
12582024-04-10T16:24:58.407Z Downloaded serde-big-array v0.5.1
12592024-04-10T16:24:58.407Z Downloaded pem v3.0.4
12602024-04-10T16:24:58.407Z Downloaded peg-macros v0.8.2
12612024-04-10T16:24:58.436Z Downloaded peg v0.8.2
12622024-04-10T16:24:58.436Z Downloaded openssl-macros v0.1.1
12632024-04-10T16:24:58.436Z Downloaded defmt v0.3.5
12642024-04-10T16:24:58.437Z Downloaded data-encoding v2.4.0
12652024-04-10T16:24:58.437Z Downloaded vte v0.11.1
12662024-04-10T16:24:58.437Z Downloaded vsss-rs v3.3.4
12672024-04-10T16:24:58.437Z Downloaded openssl-sys v0.9.102
12682024-04-10T16:24:58.437Z Downloaded elliptic-curve v0.13.8
12692024-04-10T16:24:58.437Z Downloaded topological-sort v0.2.2
12702024-04-10T16:24:58.437Z Downloaded rustversion v1.0.14
12712024-04-10T16:24:58.438Z Downloaded rustls-pki-types v1.3.0
12722024-04-10T16:24:58.438Z Downloaded guppy v0.17.5
12732024-04-10T16:24:58.469Z Downloaded peeking_take_while v0.1.2
12742024-04-10T16:24:58.469Z Downloaded defmt-parser v0.3.3
12752024-04-10T16:24:58.469Z Downloaded defmt-macros v0.3.6
12762024-04-10T16:24:58.469Z Downloaded debug-ignore v1.0.5
12772024-04-10T16:24:58.470Z Downloaded datatest-stable v0.2.6
12782024-04-10T16:24:58.470Z Downloaded version_check v0.9.4
12792024-04-10T16:24:58.470Z Downloaded vec_map v0.8.2
12802024-04-10T16:24:58.470Z Downloaded papergrid v0.11.0
12812024-04-10T16:24:58.470Z Downloaded oso v0.27.3
12822024-04-10T16:24:58.470Z Downloaded rusty-fork v0.3.0
12832024-04-10T16:24:58.470Z Downloaded rustls-pemfile v1.0.3
12842024-04-10T16:24:58.470Z Downloaded uuid v0.8.2
12852024-04-10T16:24:58.504Z Downloaded num-rational v0.4.1
12862024-04-10T16:24:58.504Z Downloaded num-complex v0.4.4
12872024-04-10T16:24:58.504Z Downloaded native-tls v0.2.11
12882024-04-10T16:24:58.504Z Downloaded nanorand v0.7.0
12892024-04-10T16:24:58.505Z Downloaded darling_macro v0.20.8
12902024-04-10T16:24:58.505Z Downloaded vte_generate_state_changes v0.1.1
12912024-04-10T16:24:58.505Z Downloaded smf v0.2.3
12922024-04-10T16:24:58.505Z Downloaded smawk v0.3.1
12932024-04-10T16:24:58.505Z Downloaded smallvec v0.6.14
12942024-04-10T16:24:58.506Z Downloaded proc-macro-error-attr v1.0.4
12952024-04-10T16:24:58.506Z Downloaded toml v0.7.8
12962024-04-10T16:24:58.506Z Downloaded rsa v0.9.2
12972024-04-10T16:24:58.506Z Downloaded ron v0.8.1
12982024-04-10T16:24:58.507Z Downloaded multer v3.0.0
12992024-04-10T16:24:58.507Z Downloaded spin v0.5.2
13002024-04-10T16:24:58.539Z Downloaded rand_xorshift v0.3.0
13012024-04-10T16:24:58.539Z Downloaded rand_core v0.6.4
13022024-04-10T16:24:58.539Z Downloaded rand_chacha v0.3.1
13032024-04-10T16:24:58.540Z Downloaded radium v0.7.0
13042024-04-10T16:24:58.540Z Downloaded r2d2 v0.8.10
13052024-04-10T16:24:58.540Z Downloaded quick-error v1.2.3
13062024-04-10T16:24:58.540Z Downloaded parse-display v0.9.0
13072024-04-10T16:24:58.540Z Downloaded parking_lot v0.11.2
13082024-04-10T16:24:58.541Z Downloaded owo-colors v4.0.0
13092024-04-10T16:24:58.541Z Downloaded toml v0.5.11
13102024-04-10T16:24:58.541Z Downloaded tokio-tungstenite v0.20.1
13112024-04-10T16:24:58.541Z Downloaded rstest_macros v0.18.2
13122024-04-10T16:24:58.541Z Downloaded hashbrown v0.12.3
13132024-04-10T16:24:58.542Z Downloaded dof v0.3.0
13142024-04-10T16:24:58.542Z Downloaded nu-ansi-term v0.50.0
13152024-04-10T16:24:58.542Z Downloaded mime v0.3.17
13162024-04-10T16:24:58.542Z Downloaded ipnet v2.9.0
13172024-04-10T16:24:58.568Z Downloaded indexmap v1.9.3
13182024-04-10T16:24:58.568Z Downloaded hyper-util v0.1.2
13192024-04-10T16:24:58.568Z Downloaded clap v2.34.0
13202024-04-10T16:24:58.568Z Downloaded packed_struct v0.10.1
13212024-04-10T16:24:58.568Z Downloaded escape8259 v0.5.2
13222024-04-10T16:24:58.568Z Downloaded ena v0.14.2
13232024-04-10T16:24:58.568Z Downloaded embedded-io v0.4.0
13242024-04-10T16:24:58.568Z Downloaded either v1.10.0
13252024-04-10T16:24:58.568Z Downloaded thread_local v1.1.7
13262024-04-10T16:24:58.568Z Downloaded ron v0.7.1
13272024-04-10T16:24:58.568Z Downloaded mime_guess v2.0.4
13282024-04-10T16:24:58.568Z Downloaded memoffset v0.7.1
13292024-04-10T16:24:58.594Z Downloaded memmap2 v0.7.1
13302024-04-10T16:24:58.594Z Downloaded lock_api v0.4.10
13312024-04-10T16:24:58.594Z Downloaded libtest-mimic v0.7.2
13322024-04-10T16:24:58.594Z Downloaded hkdf v0.12.4
13332024-04-10T16:24:58.594Z Downloaded bzip2-sys v0.1.11+1.0.8
13342024-04-10T16:24:58.594Z Downloaded enum-as-inner v0.5.1
13352024-04-10T16:24:58.594Z Downloaded ed25519 v1.5.3
13362024-04-10T16:24:58.619Z Downloaded derive_builder_core v0.20.0
13372024-04-10T16:24:58.619Z Downloaded tower-service v0.3.2
13382024-04-10T16:24:58.619Z Downloaded tokio-tungstenite v0.21.0
13392024-04-10T16:24:58.619Z Downloaded tokio-stream v0.1.15
13402024-04-10T16:24:58.619Z Downloaded tokio-rustls v0.25.0
13412024-04-10T16:24:58.619Z Downloaded time-macros v0.2.17
13422024-04-10T16:24:58.619Z Downloaded serde_with v3.7.0
13432024-04-10T16:24:58.619Z Downloaded endian-type v0.1.2
13442024-04-10T16:24:58.645Z Downloaded dyn-clone v1.0.17
13452024-04-10T16:24:58.645Z Downloaded derive_builder_macro v0.20.0
13462024-04-10T16:24:58.645Z Downloaded tower-layer v0.3.2
13472024-04-10T16:24:58.645Z Downloaded rustls-native-certs v0.7.0
13482024-04-10T16:24:58.645Z Downloaded pin-project v1.1.3
13492024-04-10T16:24:58.645Z Downloaded rustc-demangle v0.1.23
13502024-04-10T16:24:58.645Z Downloaded rust-argon2 v2.1.0
13512024-04-10T16:24:58.645Z Downloaded rstest v0.18.2
13522024-04-10T16:24:58.670Z Downloaded utf-8 v0.7.6
13532024-04-10T16:24:58.670Z Downloaded tiny-keccak v2.0.2
13542024-04-10T16:24:58.670Z Downloaded threadpool v1.8.1
13552024-04-10T16:24:58.670Z Downloaded rustfmt-wrapper v0.2.1
13562024-04-10T16:24:58.671Z Downloaded rustc_version v0.1.7
13572024-04-10T16:24:58.671Z Downloaded usdt-macro v0.5.0
13582024-04-10T16:24:58.671Z Downloaded unicode_categories v0.1.1
13592024-04-10T16:24:58.671Z Downloaded olpc-cjson v0.1.3
13602024-04-10T16:24:58.671Z Downloaded num_enum_derive v0.5.11
13612024-04-10T16:24:58.671Z Downloaded num_enum v0.5.11
13622024-04-10T16:24:58.671Z Downloaded num_cpus v1.16.0
13632024-04-10T16:24:58.671Z Downloaded num-derive v0.4.0
13642024-04-10T16:24:58.696Z Downloaded num v0.4.1
13652024-04-10T16:24:58.696Z Downloaded nodrop v0.1.14
13662024-04-10T16:24:58.696Z Downloaded nibble_vec v0.1.0
13672024-04-10T16:24:58.696Z Downloaded rustc_version v0.4.0
13682024-04-10T16:24:58.696Z Downloaded rustc-hash v1.1.0
13692024-04-10T16:24:58.696Z Downloaded rtoolbox v0.0.1
13702024-04-10T16:24:58.697Z Downloaded rpassword v7.3.1
13712024-04-10T16:24:58.697Z Downloaded plotters-svg v0.3.5
13722024-04-10T16:24:58.697Z Downloaded platforms v3.0.2
13732024-04-10T16:24:58.697Z Downloaded pkcs8 v0.10.2
13742024-04-10T16:24:58.697Z Downloaded pkcs1 v0.7.5
13752024-04-10T16:24:58.697Z Downloaded pin-project-lite v0.2.13
13762024-04-10T16:24:58.697Z Downloaded pin-project-internal v1.1.3
13772024-04-10T16:24:58.697Z Downloaded dtrace-parser v0.1.14
13782024-04-10T16:24:58.722Z Downloaded num-iter v0.1.44
13792024-04-10T16:24:58.722Z Downloaded multimap v0.10.0
13802024-04-10T16:24:58.722Z Downloaded plain v0.2.3
13812024-04-10T16:24:58.722Z Downloaded pkg-config v0.3.27
13822024-04-10T16:24:58.722Z Downloaded half v2.3.1
13832024-04-10T16:24:58.722Z Downloaded diesel_derives v2.1.2
13842024-04-10T16:24:58.722Z Downloaded unsafe-libyaml v0.2.10
13852024-04-10T16:24:58.722Z Downloaded tokio-postgres v0.7.10
13862024-04-10T16:24:58.722Z Downloaded newtype-uuid v1.0.1
13872024-04-10T16:24:58.722Z Downloaded mockall v0.12.1
13882024-04-10T16:24:58.722Z Downloaded chrono v0.4.37
13892024-04-10T16:24:58.748Z Downloaded phf_shared v0.11.2
13902024-04-10T16:24:58.748Z Downloaded phf v0.11.2
13912024-04-10T16:24:58.748Z Downloaded dtrace-parser v0.2.0
13922024-04-10T16:24:58.748Z Downloaded downcast v0.11.0
13932024-04-10T16:24:58.748Z Downloaded diff v0.1.13
13942024-04-10T16:24:58.748Z Downloaded derive_more v0.99.17
13952024-04-10T16:24:58.748Z Downloaded url v2.5.0
13962024-04-10T16:24:58.773Z Downloaded memmap v0.7.0
13972024-04-10T16:24:58.773Z Downloaded maybe-uninit v2.0.0
13982024-04-10T16:24:58.773Z Downloaded maplit v1.0.2
13992024-04-10T16:24:58.773Z Downloaded managed v0.8.0
14002024-04-10T16:24:58.773Z Downloaded lru-cache v0.1.2
14012024-04-10T16:24:58.773Z Downloaded lru v0.12.1
14022024-04-10T16:24:58.773Z Downloaded linear-map v1.2.0
14032024-04-10T16:24:58.774Z Downloaded libsw v3.3.1
14042024-04-10T16:24:58.774Z Downloaded hash32 v0.3.1
14052024-04-10T16:24:58.774Z Downloaded hash32 v0.2.1
14062024-04-10T16:24:58.774Z Downloaded group v0.13.0
14072024-04-10T16:24:58.774Z Downloaded globset v0.4.13
14082024-04-10T16:24:58.774Z Downloaded glob v0.3.1
14092024-04-10T16:24:58.774Z Downloaded tungstenite v0.21.0
14102024-04-10T16:24:58.774Z Downloaded structopt v0.3.26
14112024-04-10T16:24:58.799Z Downloaded serde_yaml v0.9.25
14122024-04-10T16:24:58.799Z Downloaded linked-hash-map v0.5.6
14132024-04-10T16:24:58.799Z Downloaded libefi-sys v0.1.0
14142024-04-10T16:24:58.799Z Downloaded lazycell v1.3.0
14152024-04-10T16:24:58.799Z Downloaded lalrpop-util v0.19.12
14162024-04-10T16:24:58.799Z Downloaded http v1.0.0
14172024-04-10T16:24:58.800Z Downloaded crossterm v0.27.0
14182024-04-10T16:24:58.800Z Downloaded bitvec v1.0.1
14192024-04-10T16:24:58.825Z Downloaded dirs-sys-next v0.1.2
14202024-04-10T16:24:58.825Z Downloaded dirs-next v2.0.0
14212024-04-10T16:24:58.825Z Downloaded difflib v0.4.0
14222024-04-10T16:24:58.825Z Downloaded usdt-impl v0.5.0
14232024-04-10T16:24:58.825Z Downloaded tinyvec v1.6.0
14242024-04-10T16:24:58.854Z Downloaded signal-hook v0.3.17
14252024-04-10T16:24:58.854Z Downloaded lazy_static v1.4.0
14262024-04-10T16:24:58.854Z Downloaded kstat-rs v0.2.3
14272024-04-10T16:24:58.854Z Downloaded keccak v0.1.4
14282024-04-10T16:24:58.854Z Downloaded is-terminal v0.4.9
14292024-04-10T16:24:58.854Z Downloaded http v0.2.12
14302024-04-10T16:24:58.854Z Downloaded digest v0.10.7
14312024-04-10T16:24:58.854Z Downloaded usdt-macro v0.3.5
14322024-04-10T16:24:58.854Z Downloaded usdt-impl v0.3.5
14332024-04-10T16:24:58.854Z Downloaded usdt v0.3.5
14342024-04-10T16:24:58.854Z Downloaded untrusted v0.9.0
14352024-04-10T16:24:58.854Z Downloaded unicode-width v0.1.11
14362024-04-10T16:24:58.855Z Downloaded tokio-rustls v0.24.1
14372024-04-10T16:24:58.855Z Downloaded subprocess v0.2.9
14382024-04-10T16:24:58.855Z Downloaded strum_macros v0.25.2
14392024-04-10T16:24:58.855Z Downloaded number_prefix v0.4.0
14402024-04-10T16:24:58.880Z Downloaded num_threads v0.1.6
14412024-04-10T16:24:58.880Z Downloaded num-conv v0.1.0
14422024-04-10T16:24:58.880Z Downloaded crossbeam-channel v0.5.8
14432024-04-10T16:24:58.880Z Downloaded criterion v0.5.1
14442024-04-10T16:24:58.880Z Downloaded display-error-chain v0.2.0
14452024-04-10T16:24:58.880Z Downloaded diesel_table_macro_syntax v0.1.0
14462024-04-10T16:24:58.880Z Downloaded usdt-attr-macro v0.5.0
14472024-04-10T16:24:58.881Z Downloaded usdt v0.5.0
14482024-04-10T16:24:58.881Z Downloaded untrusted v0.7.1
14492024-04-10T16:24:58.881Z Downloaded universal-hash v0.5.1
14502024-04-10T16:24:58.881Z Downloaded unicode-xid v0.2.4
14512024-04-10T16:24:58.881Z Downloaded tokio-native-tls v0.3.1
14522024-04-10T16:24:58.881Z Downloaded tokio-macros v2.2.0
14532024-04-10T16:24:58.881Z Downloaded tinytemplate v1.2.1
14542024-04-10T16:24:58.907Z Downloaded strum_macros v0.26.1
14552024-04-10T16:24:58.907Z Downloaded strum_macros v0.24.3
14562024-04-10T16:24:58.907Z Downloaded structopt-derive v0.4.18
14572024-04-10T16:24:58.907Z Downloaded normalize-line-endings v0.3.0
14582024-04-10T16:24:58.907Z Downloaded newtype_derive v0.1.6
14592024-04-10T16:24:58.907Z Downloaded newline-converter v0.3.0
14602024-04-10T16:24:58.907Z Downloaded new_debug_unreachable v1.0.4
14612024-04-10T16:24:58.907Z Downloaded nested v0.1.1
14622024-04-10T16:24:58.907Z Downloaded md-5 v0.10.5
14632024-04-10T16:24:58.908Z Downloaded hyper-rustls v0.26.0
14642024-04-10T16:24:58.908Z Downloaded headers v0.3.9
14652024-04-10T16:24:58.908Z Downloaded const_format v0.2.32
14662024-04-10T16:24:58.933Z Downloaded tinyvec_macros v0.1.1
14672024-04-10T16:24:58.933Z Downloaded supports-color v3.0.0
14682024-04-10T16:24:58.933Z Downloaded subtle v2.5.0
14692024-04-10T16:24:58.933Z Downloaded shlex v1.3.0
14702024-04-10T16:24:58.933Z Downloaded shell-words v1.1.0
14712024-04-10T16:24:58.933Z Downloaded sha2 v0.10.8
14722024-04-10T16:24:58.933Z Downloaded sha1 v0.10.6
14732024-04-10T16:24:58.933Z Downloaded serde_with_macros v3.7.0
14742024-04-10T16:24:58.933Z Downloaded serde_tokenstream v0.2.0
14752024-04-10T16:24:58.933Z Downloaded serde_tokenstream v0.1.7
14762024-04-10T16:24:58.933Z Downloaded serde_repr v0.1.16
14772024-04-10T16:24:58.933Z Downloaded serde_plain v1.0.2
14782024-04-10T16:24:58.958Z Downloaded serde_derive_internals v0.26.0
14792024-04-10T16:24:58.958Z Downloaded match_cfg v0.1.0
14802024-04-10T16:24:58.959Z Downloaded ipnetwork v0.20.0
14812024-04-10T16:24:58.959Z Downloaded inout v0.1.3
14822024-04-10T16:24:58.959Z Downloaded indoc v2.0.3
14832024-04-10T16:24:58.959Z Downloaded indoc v1.0.9
14842024-04-10T16:24:58.959Z Downloaded impl-trait-for-tuples v0.2.2
14852024-04-10T16:24:58.959Z Downloaded hyper-rustls v0.24.2
14862024-04-10T16:24:58.959Z Downloaded httptest v0.15.5
14872024-04-10T16:24:58.959Z Downloaded httpdate v1.0.3
14882024-04-10T16:24:58.959Z Downloaded httparse v1.8.0
14892024-04-10T16:24:58.959Z Downloaded hmac v0.12.1
14902024-04-10T16:24:58.959Z Downloaded heck v0.3.3
14912024-04-10T16:24:58.984Z Downloaded const_format_proc_macros v0.2.32
14922024-04-10T16:24:58.984Z Downloaded compact_str v0.7.1
14932024-04-10T16:24:58.984Z Downloaded serde_urlencoded v0.7.1
14942024-04-10T16:24:58.984Z Downloaded serde_path_to_error v0.1.16
14952024-04-10T16:24:58.984Z Downloaded matches v0.1.10
14962024-04-10T16:24:58.985Z Downloaded http-body v0.4.5
14972024-04-10T16:24:58.985Z Downloaded hostname v0.3.1
14982024-04-10T16:24:58.985Z Downloaded home v0.5.5
14992024-04-10T16:24:58.985Z Downloaded highway v1.1.0
15002024-04-10T16:24:58.985Z Downloaded hex-literal v0.4.1
15012024-04-10T16:24:58.985Z Downloaded hex v0.4.3
15022024-04-10T16:24:58.985Z Downloaded heck v0.4.1
15032024-04-10T16:24:58.985Z Downloaded crossbeam-deque v0.8.3
15042024-04-10T16:24:58.985Z Downloaded crc-any v2.4.3
15052024-04-10T16:24:58.985Z Downloaded console v0.15.8
15062024-04-10T16:24:59.012Z Downloaded colored v2.1.0
15072024-04-10T16:24:59.012Z Downloaded cobs v0.2.3
15082024-04-10T16:24:59.012Z Downloaded http-range v0.1.5
15092024-04-10T16:24:59.012Z Downloaded http-body v1.0.0
15102024-04-10T16:24:59.012Z Downloaded crossbeam-utils v0.8.19
15112024-04-10T16:24:59.012Z Downloaded crossbeam-epoch v0.9.18
15122024-04-10T16:24:59.012Z Downloaded criterion-plot v0.5.0
15132024-04-10T16:24:59.012Z Downloaded crc32fast v1.3.2
15142024-04-10T16:24:59.012Z Downloaded convert_case v0.4.0
15152024-04-10T16:24:59.012Z Downloaded constant_time_eq v0.2.6
15162024-04-10T16:24:59.012Z Downloaded clang-sys v1.6.1
15172024-04-10T16:24:59.012Z Downloaded cipher v0.4.4
15182024-04-10T16:24:59.013Z Downloaded ciborium-ll v0.2.2
15192024-04-10T16:24:59.013Z Downloaded ciborium v0.2.2
15202024-04-10T16:24:59.044Z Downloaded hyper-tls v0.5.0
15212024-04-10T16:24:59.044Z Downloaded hyper-staticfile v0.9.5
15222024-04-10T16:24:59.044Z Downloaded humantime v2.1.0
15232024-04-10T16:24:59.044Z Downloaded crc-catalog v2.2.0
15242024-04-10T16:24:59.044Z Downloaded cpufeatures v0.2.12
15252024-04-10T16:24:59.044Z Downloaded cookie_store v0.20.0
15262024-04-10T16:24:59.044Z Downloaded cookie v0.18.1
15272024-04-10T16:24:59.069Z Downloaded cookie v0.17.0
15282024-04-10T16:24:59.069Z Downloaded constant_time_eq v0.3.0
15292024-04-10T16:24:59.069Z Downloaded const-oid v0.9.6
15302024-04-10T16:24:59.069Z Downloaded chacha20poly1305 v0.10.1
15312024-04-10T16:24:59.069Z Downloaded cfg-expr v0.15.6
15322024-04-10T16:24:59.069Z Downloaded cc v1.0.83
15332024-04-10T16:24:59.069Z Downloaded castaway v0.2.2
15342024-04-10T16:24:59.094Z Downloaded cancel-safe-futures v0.1.5
15352024-04-10T16:24:59.094Z Downloaded ident_case v1.0.1
15362024-04-10T16:24:59.095Z Downloaded hubpack v0.1.2
15372024-04-10T16:24:59.095Z Downloaded crucible-workspace-hack v0.1.0
15382024-04-10T16:24:59.095Z Downloaded crc v3.0.1
15392024-04-10T16:24:59.095Z Downloaded corncobs v0.1.3
15402024-04-10T16:24:59.095Z Downloaded ciborium-io v0.2.2
15412024-04-10T16:24:59.095Z Downloaded chacha20 v0.9.1
15422024-04-10T16:24:59.095Z Downloaded cfg-if v1.0.0
15432024-04-10T16:24:59.095Z Downloaded cexpr v0.6.0
15442024-04-10T16:24:59.095Z Downloaded camino-tempfile v1.1.1
15452024-04-10T16:24:59.095Z Downloaded bzip2 v0.4.4
15462024-04-10T16:24:59.095Z Downloaded byteorder v1.5.0
15472024-04-10T16:24:59.095Z Downloaded bytecount v0.6.3
15482024-04-10T16:24:59.129Z Downloaded bstr v1.9.0
15492024-04-10T16:24:59.129Z Downloaded block-padding v0.3.3
15502024-04-10T16:24:59.129Z Downloaded block-buffer v0.10.4
15512024-04-10T16:24:59.129Z Downloaded bitflags v1.3.2
15522024-04-10T16:24:59.129Z Downloaded cast v0.3.0
15532024-04-10T16:24:59.129Z Downloaded blake3 v1.5.0
15542024-04-10T16:24:59.157Z Downloaded blake2b_simd v1.0.1
15552024-04-10T16:24:59.157Z Downloaded bitstruct v0.1.1
15562024-04-10T16:24:59.157Z Downloaded bitfield v0.14.0
15572024-04-10T16:24:59.158Z Downloaded backoff v0.4.0
15582024-04-10T16:24:59.158Z Downloaded atty v0.2.14
15592024-04-10T16:24:59.158Z Downloaded bit-vec v0.6.3
15602024-04-10T16:24:59.158Z Downloaded bindgen v0.69.2
15612024-04-10T16:24:59.158Z Downloaded bb8 v0.8.3
15622024-04-10T16:24:59.158Z Downloaded base64ct v1.6.0
15632024-04-10T16:24:59.158Z Downloaded base64 v0.22.0
15642024-04-10T16:24:59.183Z Downloaded base64 v0.13.1
15652024-04-10T16:24:59.183Z Downloaded backtrace v0.3.69
15662024-04-10T16:24:59.183Z Downloaded async-trait v0.1.79
15672024-04-10T16:24:59.183Z Downloaded bstr v0.2.17
15682024-04-10T16:24:59.209Z Downloaded blake2 v0.10.6
15692024-04-10T16:24:59.209Z Downloaded bitstruct_derive v0.1.0
15702024-04-10T16:24:59.209Z Downloaded bit-set v0.5.3
15712024-04-10T16:24:59.209Z Downloaded bcs v0.1.6
15722024-04-10T16:24:59.209Z Downloaded base64 v0.21.7
15732024-04-10T16:24:59.210Z Downloaded base16ct v0.2.0
15742024-04-10T16:24:59.210Z Downloaded atomicwrites v0.4.3
15752024-04-10T16:24:59.210Z Downloaded atomic-waker v1.1.1
15762024-04-10T16:24:59.210Z Downloaded async-stream-impl v0.3.5
15772024-04-10T16:24:59.210Z Downloaded assert_matches v1.5.0
15782024-04-10T16:24:59.210Z Downloaded arrayvec v0.7.4
15792024-04-10T16:24:59.210Z Downloaded array-init v0.0.4
15802024-04-10T16:24:59.210Z Downloaded arc-swap v1.6.0
15812024-04-10T16:24:59.236Z Downloaded approx v0.5.1
15822024-04-10T16:24:59.236Z Downloaded async-recursion v1.1.0
15832024-04-10T16:24:59.236Z Downloaded assert_cmd v2.0.14
15842024-04-10T16:24:59.236Z Downloaded ascii-canvas v3.0.0
15852024-04-10T16:24:59.236Z Downloaded ascii v1.1.0
15862024-04-10T16:24:59.236Z Downloaded arrayref v0.3.7
15872024-04-10T16:24:59.236Z Downloaded argon2 v0.5.3
15882024-04-10T16:24:59.237Z Downloaded ansi_term v0.12.1
15892024-04-10T16:24:59.237Z Downloaded anes v0.1.6
15902024-04-10T16:24:59.262Z Downloaded allocator-api2 v0.2.16
15912024-04-10T16:24:59.262Z Downloaded aho-corasick v1.1.2
15922024-04-10T16:24:59.262Z Downloaded ahash v0.8.8
15932024-04-10T16:24:59.262Z Downloaded aead v0.5.2
15942024-04-10T16:24:59.262Z Downloaded adler v1.0.2
15952024-04-10T16:24:59.995Z Compiling libc v0.2.153
15962024-04-10T16:24:59.995Z Compiling serde v1.0.197
15972024-04-10T16:25:00.024Z Compiling version_check v0.9.4
15982024-04-10T16:25:00.024Z Checking cfg-if v1.0.0
15992024-04-10T16:25:00.024Z Compiling lock_api v0.4.10
16002024-04-10T16:25:00.025Z Compiling syn v1.0.109
16012024-04-10T16:25:00.077Z Compiling syn v2.0.58
16022024-04-10T16:25:00.142Z Compiling parking_lot_core v0.9.8
16032024-04-10T16:25:00.168Z Compiling once_cell v1.19.0
16042024-04-10T16:25:00.405Z Compiling libm v0.2.7
16052024-04-10T16:25:00.520Z Compiling num-traits v0.2.18
16062024-04-10T16:25:00.582Z Compiling memchr v2.7.1
16072024-04-10T16:25:00.616Z Compiling serde_json v1.0.115
16082024-04-10T16:25:01.248Z Compiling ahash v0.8.8
16092024-04-10T16:25:01.274Z Compiling byteorder v1.5.0
16102024-04-10T16:25:01.343Z Checking log v0.4.21
16112024-04-10T16:25:01.570Z Compiling slab v0.4.9
16122024-04-10T16:25:01.612Z Checking getrandom v0.2.12
16132024-04-10T16:25:01.638Z Compiling typenum v1.16.0
16142024-04-10T16:25:01.846Z Compiling cc v1.0.83
16152024-04-10T16:25:01.959Z Checking itoa v1.0.9
16162024-04-10T16:25:02.075Z Compiling generic-array v0.14.7
16172024-04-10T16:25:02.323Z Checking scopeguard v1.2.0
16182024-04-10T16:25:02.413Z Checking smallvec v1.13.1
16192024-04-10T16:25:02.439Z Compiling heck v0.4.1
16202024-04-10T16:25:02.468Z Compiling allocator-api2 v0.2.16
16212024-04-10T16:25:02.670Z Compiling pkg-config v0.3.27
16222024-04-10T16:25:02.758Z Compiling rustix v0.38.31
16232024-04-10T16:25:02.835Z Compiling schemars v0.8.16
16242024-04-10T16:25:03.092Z Compiling httparse v1.8.0
16252024-04-10T16:25:03.140Z Checking pin-project-lite v0.2.13
16262024-04-10T16:25:03.256Z Checking parking_lot v0.12.1
16272024-04-10T16:25:03.457Z Compiling time-core v0.1.2
16282024-04-10T16:25:03.489Z Compiling num-conv v0.1.0
16292024-04-10T16:25:03.600Z Compiling fnv v1.0.7
16302024-04-10T16:25:03.714Z Checking signal-hook-registry v1.4.1
16312024-04-10T16:25:03.740Z Compiling time-macros v0.2.17
16322024-04-10T16:25:03.769Z Compiling vcpkg v0.2.15
16332024-04-10T16:25:03.926Z Checking mio v0.8.11
16342024-04-10T16:25:04.029Z Checking ryu v1.0.15
16352024-04-10T16:25:04.286Z Compiling aho-corasick v1.1.2
16362024-04-10T16:25:04.311Z Compiling ring v0.17.8
16372024-04-10T16:25:05.391Z Compiling regex-syntax v0.8.2
16382024-04-10T16:25:05.679Z Compiling openssl-sys v0.9.102
16392024-04-10T16:25:06.586Z Compiling serde_derive_internals v0.26.0
16402024-04-10T16:25:06.687Z Checking rand_core v0.6.4
16412024-04-10T16:25:06.972Z Checking num_cpus v1.16.0
16422024-04-10T16:25:07.087Z Checking futures-core v0.3.30
16432024-04-10T16:25:07.242Z Compiling ring v0.16.20
16442024-04-10T16:25:07.383Z Checking socket2 v0.5.6
16452024-04-10T16:25:08.099Z Compiling openssl v0.10.64
16462024-04-10T16:25:08.156Z Compiling regex-automata v0.4.5
16472024-04-10T16:25:08.831Z Compiling rustversion v1.0.14
16482024-04-10T16:25:08.947Z Compiling slog v2.7.0
16492024-04-10T16:25:08.996Z Compiling ucd-trie v0.1.6
16502024-04-10T16:25:09.470Z Compiling crossbeam-utils v0.8.19
16512024-04-10T16:25:09.531Z Compiling async-trait v0.1.79
16522024-04-10T16:25:09.969Z Checking spin v0.5.2
16532024-04-10T16:25:09.994Z Compiling native-tls v0.2.11
16542024-04-10T16:25:10.130Z Compiling iana-time-zone v0.1.57
16552024-04-10T16:25:10.235Z Compiling rustls v0.21.9
16562024-04-10T16:25:10.283Z Compiling cookie v0.17.0
16572024-04-10T16:25:10.478Z Compiling backtrace v0.3.69
16582024-04-10T16:25:10.502Z Compiling unicode-xid v0.2.4
16592024-04-10T16:25:10.585Z Compiling uuid v0.8.2
16602024-04-10T16:25:10.630Z Compiling dyn-clone v1.0.17
16612024-04-10T16:25:10.825Z Checking futures-sink v0.3.30
16622024-04-10T16:25:10.857Z Compiling anyhow v1.0.82
16632024-04-10T16:25:10.935Z Checking pin-utils v0.1.0
16642024-04-10T16:25:11.077Z Checking futures-channel v0.3.30
16652024-04-10T16:25:11.460Z Compiling tinyvec_macros v0.1.1
16662024-04-10T16:25:11.570Z Checking futures-io v0.3.30
16672024-04-10T16:25:11.599Z Checking futures-task v0.3.30
16682024-04-10T16:25:11.735Z Compiling tinyvec v1.6.0
16692024-04-10T16:25:11.767Z Compiling thread-id v4.2.0
16702024-04-10T16:25:11.793Z Compiling serde_derive v1.0.197
16712024-04-10T16:25:11.793Z Compiling zerocopy-derive v0.7.32
16722024-04-10T16:25:11.819Z Compiling thiserror-impl v1.0.58
16732024-04-10T16:25:11.857Z Compiling zeroize_derive v1.4.2
16742024-04-10T16:25:12.239Z Compiling tokio-macros v2.2.0
16752024-04-10T16:25:12.522Z Compiling futures-macro v0.3.30
16762024-04-10T16:25:12.872Z Compiling tracing-attributes v0.1.27
16772024-04-10T16:25:13.179Z Compiling schemars_derive v0.8.16
16782024-04-10T16:25:13.602Z Compiling regex v1.10.4
16792024-04-10T16:25:13.713Z Compiling zerocopy v0.7.32
16802024-04-10T16:25:14.263Z Checking zeroize v1.7.0
16812024-04-10T16:25:14.481Z Compiling openssl-macros v0.1.1
16822024-04-10T16:25:14.507Z Compiling thiserror v1.0.58
16832024-04-10T16:25:14.622Z Compiling pest v2.7.6
16842024-04-10T16:25:15.526Z Compiling hashbrown v0.14.3
16852024-04-10T16:25:15.948Z Checking futures-util v0.3.30
16862024-04-10T16:25:16.069Z Compiling scroll_derive v0.12.0
16872024-04-10T16:25:16.525Z Compiling pest_meta v2.7.6
16882024-04-10T16:25:16.664Z Compiling unicode-normalization v0.1.22
16892024-04-10T16:25:16.762Z Compiling der_derive v0.7.2
16902024-04-10T16:25:17.486Z Compiling pest_generator v2.7.6
16912024-04-10T16:25:17.655Z Compiling unicode-bidi v0.3.15
16922024-04-10T16:25:18.068Z Compiling errno v0.3.8
16932024-04-10T16:25:18.251Z Compiling either v1.10.0
16942024-04-10T16:25:18.802Z Checking subtle v2.5.0
16952024-04-10T16:25:18.870Z Compiling crc32fast v1.3.2
16962024-04-10T16:25:18.974Z Compiling unicode-width v0.1.11
16972024-04-10T16:25:19.472Z Compiling winnow v0.5.15
16982024-04-10T16:25:20.223Z Compiling synstructure v0.12.6
16992024-04-10T16:25:20.496Z Compiling pest_derive v2.7.6
17002024-04-10T16:25:20.887Z Compiling spin v0.9.8
17012024-04-10T16:25:21.044Z Compiling tracing-core v0.1.32
17022024-04-10T16:25:21.144Z Compiling scroll v0.12.0
17032024-04-10T16:25:21.188Z Compiling usdt-impl v0.5.0
17042024-04-10T16:25:21.448Z Compiling const-oid v0.9.6
17052024-04-10T16:25:21.596Z Compiling percent-encoding v2.3.1
17062024-04-10T16:25:21.685Z Compiling zerocopy-derive v0.2.0
17072024-04-10T16:25:21.918Z Compiling tracing v0.1.40
17082024-04-10T16:25:22.142Z Checking bytes v1.6.0
17092024-04-10T16:25:22.236Z Checking bitflags v2.4.2
17102024-04-10T16:25:22.588Z Compiling plain v0.2.3
17112024-04-10T16:25:22.721Z Compiling goblin v0.8.0
17122024-04-10T16:25:22.751Z Checking chrono v0.4.37
17132024-04-10T16:25:22.802Z Checking tokio v1.37.0
17142024-04-10T16:25:22.905Z Compiling pretty-hex v0.4.1
17152024-04-10T16:25:23.295Z Compiling indexmap v2.2.6
17162024-04-10T16:25:23.853Z Compiling uuid v1.8.0
17172024-04-10T16:25:24.475Z Compiling semver v1.0.22
17182024-04-10T16:25:24.500Z Compiling http v0.2.12
17192024-04-10T16:25:24.954Z Compiling toml_datetime v0.6.5
17202024-04-10T16:25:24.979Z Compiling serde_spanned v0.6.5
17212024-04-10T16:25:25.081Z Compiling rustc_version v0.4.0
17222024-04-10T16:25:25.615Z Compiling toml_edit v0.19.15
17232024-04-10T16:25:25.694Z Compiling openapiv3 v2.0.0
17242024-04-10T16:25:27.354Z Compiling dof v0.3.0
17252024-04-10T16:25:27.665Z Compiling clap_derive v4.5.4
17262024-04-10T16:25:28.457Z Compiling dtrace-parser v0.2.0
17272024-04-10T16:25:29.039Z Compiling signal-hook v0.3.17
17282024-04-10T16:25:29.153Z Compiling untrusted v0.9.0
17292024-04-10T16:25:29.264Z Compiling powerfmt v0.2.0
17302024-04-10T16:25:29.298Z Compiling untrusted v0.7.1
17312024-04-10T16:25:29.448Z Compiling foreign-types-shared v0.1.1
17322024-04-10T16:25:29.533Z Compiling foreign-types v0.3.2
17332024-04-10T16:25:29.558Z Compiling deranged v0.3.11
17342024-04-10T16:25:30.846Z Compiling form_urlencoded v1.2.1
17352024-04-10T16:25:31.041Z Compiling crypto-common v0.1.6
17362024-04-10T16:25:31.114Z Compiling zerocopy-derive v0.6.6
17372024-04-10T16:25:31.289Z Compiling usdt-impl v0.3.5
17382024-04-10T16:25:31.501Z Compiling tokio-util v0.7.10
17392024-04-10T16:25:31.563Z Compiling base64 v0.21.7
17402024-04-10T16:25:31.903Z Compiling try-lock v0.2.4
17412024-04-10T16:25:32.026Z Compiling num_threads v0.1.6
17422024-04-10T16:25:32.135Z Compiling siphasher v0.3.11
17432024-04-10T16:25:32.189Z Compiling time v0.3.34
17442024-04-10T16:25:32.427Z Compiling h2 v0.3.26
17452024-04-10T16:25:32.527Z Compiling want v0.3.1
17462024-04-10T16:25:32.760Z Compiling rustls-webpki v0.101.7
17472024-04-10T16:25:32.785Z Compiling sct v0.7.0
17482024-04-10T16:25:32.847Z Compiling http-body v0.4.5
17492024-04-10T16:25:32.954Z Compiling zerocopy v0.3.0
17502024-04-10T16:25:33.172Z Compiling block-buffer v0.10.4
17512024-04-10T16:25:33.384Z Compiling idna v0.5.0
17522024-04-10T16:25:33.489Z Compiling bzip2-sys v0.1.11+1.0.8
17532024-04-10T16:25:33.920Z Compiling openssl-probe v0.1.5
17542024-04-10T16:25:34.144Z Compiling tower-service v0.3.2
17552024-04-10T16:25:34.252Z Compiling httpdate v1.0.3
17562024-04-10T16:25:34.284Z Compiling url v2.5.0
17572024-04-10T16:25:34.656Z Compiling dof v0.1.5
17582024-04-10T16:25:35.361Z Compiling digest v0.10.7
17592024-04-10T16:25:35.386Z Compiling heapless v0.7.16
17602024-04-10T16:25:35.804Z Compiling dtrace-parser v0.1.14
17612024-04-10T16:25:35.855Z Compiling idna v0.3.0
17622024-04-10T16:25:36.002Z Compiling lazy_static v1.4.0
17632024-04-10T16:25:36.566Z Compiling ppv-lite86 v0.2.17
17642024-04-10T16:25:37.262Z Compiling adler v1.0.2
17652024-04-10T16:25:37.374Z Compiling unicode-segmentation v1.10.1
17662024-04-10T16:25:37.469Z Compiling psl-types v2.0.11
17672024-04-10T16:25:37.494Z Checking equivalent v1.0.1
17682024-04-10T16:25:37.645Z Compiling publicsuffix v2.2.3
17692024-04-10T16:25:37.786Z Compiling tokio-native-tls v0.3.1
17702024-04-10T16:25:37.872Z Compiling hyper v0.14.28
17712024-04-10T16:25:38.023Z Compiling miniz_oxide v0.7.1
17722024-04-10T16:25:38.082Z Compiling rand_chacha v0.3.1
17732024-04-10T16:25:38.636Z Compiling tokio-rustls v0.24.1
17742024-04-10T16:25:38.705Z Compiling crossbeam-epoch v0.9.18
17752024-04-10T16:25:39.407Z Compiling serde_tokenstream v0.1.7
17762024-04-10T16:25:39.506Z Compiling ipnet v2.9.0
17772024-04-10T16:25:39.539Z Compiling bit-vec v0.6.3
17782024-04-10T16:25:39.849Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
17792024-04-10T16:25:39.914Z Compiling cookie_store v0.20.0
17802024-04-10T16:25:40.224Z Compiling rand v0.8.5
17812024-04-10T16:25:40.537Z Compiling phf_shared v0.10.0
17822024-04-10T16:25:40.562Z Compiling rustls-pemfile v1.0.3
17832024-04-10T16:25:40.851Z Compiling serde_urlencoded v0.7.1
17842024-04-10T16:25:40.938Z Compiling encoding_rs v0.8.33
17852024-04-10T16:25:41.138Z Compiling num-bigint v0.4.4
17862024-04-10T16:25:41.175Z Compiling new_debug_unreachable v1.0.4
17872024-04-10T16:25:41.258Z Compiling precomputed-hash v0.1.1
17882024-04-10T16:25:41.289Z Compiling base64ct v1.6.0
17892024-04-10T16:25:41.370Z Compiling smoltcp v0.9.1
17902024-04-10T16:25:41.431Z Compiling gimli v0.28.0
17912024-04-10T16:25:41.784Z Compiling mime v0.3.17
17922024-04-10T16:25:41.849Z Compiling sync_wrapper v0.1.2
17932024-04-10T16:25:41.878Z Compiling minimal-lexical v0.2.1
17942024-04-10T16:25:41.962Z Compiling webpki-roots v0.25.2
17952024-04-10T16:25:41.987Z Compiling fixedbitset v0.4.2
17962024-04-10T16:25:42.265Z Compiling nom v7.1.3
17972024-04-10T16:25:42.303Z Compiling petgraph v0.6.4
17982024-04-10T16:25:42.351Z Compiling pem-rfc7468 v0.7.0
17992024-04-10T16:25:42.632Z Compiling string_cache v0.8.7
18002024-04-10T16:25:42.732Z Compiling usdt-macro v0.3.5
18012024-04-10T16:25:42.971Z Compiling usdt-attr-macro v0.3.5
18022024-04-10T16:25:43.011Z Compiling bit-set v0.5.3
18032024-04-10T16:25:43.238Z Compiling hyper-tls v0.5.0
18042024-04-10T16:25:43.519Z Compiling hyper-rustls v0.24.2
18052024-04-10T16:25:43.788Z Compiling reqwest v0.11.24
18062024-04-10T16:25:43.813Z Compiling hmac v0.12.1
18072024-04-10T16:25:44.208Z Compiling itertools v0.10.5
18082024-04-10T16:25:44.342Z Compiling hubpack_derive v0.1.1
18092024-04-10T16:25:44.385Z Compiling enum-as-inner v0.5.1
18102024-04-10T16:25:45.067Z Compiling addr2line v0.21.0
18112024-04-10T16:25:45.095Z Compiling diesel_table_macro_syntax v0.1.0
18122024-04-10T16:25:45.220Z Compiling object v0.32.1
18132024-04-10T16:25:45.245Z Compiling flagset v0.4.3
18142024-04-10T16:25:45.399Z Compiling rustc-demangle v0.1.23
18152024-04-10T16:25:45.522Z Compiling lalrpop-util v0.19.12
18162024-04-10T16:25:45.804Z Compiling diesel_derives v2.1.2
18172024-04-10T16:25:45.843Z Compiling der v0.7.8
18182024-04-10T16:25:46.065Z Compiling toml_edit v0.22.9
18192024-04-10T16:25:46.181Z Compiling flate2 v1.0.28
18202024-04-10T16:25:46.285Z Compiling futures-executor v0.3.30
18212024-04-10T16:25:46.556Z Compiling cpufeatures v0.2.12
18222024-04-10T16:25:46.654Z Compiling sha2 v0.10.8
18232024-04-10T16:25:46.787Z Compiling futures v0.3.30
18242024-04-10T16:25:46.939Z Compiling md-5 v0.10.5
18252024-04-10T16:25:47.144Z Compiling toml v0.7.8
18262024-04-10T16:25:47.837Z Compiling spki v0.7.2
18272024-04-10T16:25:48.142Z Compiling hex v0.4.3
18282024-04-10T16:25:48.491Z Compiling stringprep v0.1.3
18292024-04-10T16:25:48.574Z Compiling strum_macros v0.25.2
18302024-04-10T16:25:48.618Z Compiling serde_repr v0.1.16
18312024-04-10T16:25:49.283Z Compiling num-integer v0.1.46
18322024-04-10T16:25:49.622Z Compiling hash32 v0.2.1
18332024-04-10T16:25:49.909Z Checking unicode-ident v1.0.12
18342024-04-10T16:25:50.042Z Compiling stable_deref_trait v1.2.0
18352024-04-10T16:25:50.287Z Compiling fallible-iterator v0.2.0
18362024-04-10T16:25:51.555Z Compiling postgres-protocol v0.6.6
18372024-04-10T16:25:51.795Z Compiling pkcs8 v0.10.2
18382024-04-10T16:25:52.382Z Compiling phf_shared v0.11.2
18392024-04-10T16:25:52.660Z Compiling terminal_size v0.3.0
18402024-04-10T16:25:52.691Z Compiling ff v0.13.0
18412024-04-10T16:25:52.732Z Compiling block-padding v0.3.3
18422024-04-10T16:25:52.757Z Compiling scheduled-thread-pool v0.2.7
18432024-04-10T16:25:52.904Z Compiling regex-automata v0.1.10
18442024-04-10T16:25:52.944Z Compiling matches v0.1.10
18452024-04-10T16:25:53.017Z Compiling peg-runtime v0.8.2
18462024-04-10T16:25:53.042Z Compiling bitflags v1.3.2
18472024-04-10T16:25:53.118Z Compiling base16ct v0.2.0
18482024-04-10T16:25:53.146Z Compiling managed v0.8.0
18492024-04-10T16:25:53.246Z Compiling bstr v0.2.17
18502024-04-10T16:25:53.321Z Compiling sec1 v0.7.3
18512024-04-10T16:25:53.391Z Compiling clap_builder v4.5.2
18522024-04-10T16:25:53.416Z Compiling idna v0.2.3
18532024-04-10T16:25:53.575Z Compiling r2d2 v0.8.10
18542024-04-10T16:25:53.786Z Compiling inout v0.1.3
18552024-04-10T16:25:54.068Z Compiling signal-hook-mio v0.2.3
18562024-04-10T16:25:54.203Z Compiling group v0.13.0
18572024-04-10T16:25:54.228Z Compiling phf v0.11.2
18582024-04-10T16:25:54.394Z Compiling bzip2 v0.4.4
18592024-04-10T16:25:54.465Z Compiling postgres-types v0.2.6
18602024-04-10T16:25:54.659Z Compiling hubpack v0.1.2
18612024-04-10T16:25:54.725Z Compiling hkdf v0.12.4
18622024-04-10T16:25:55.034Z Compiling zerocopy v0.6.6
18632024-04-10T16:25:55.168Z Compiling ipnetwork v0.20.0
18642024-04-10T16:25:55.198Z Compiling crypto-bigint v0.5.2
18652024-04-10T16:25:55.665Z Compiling float-cmp v0.9.0
18662024-04-10T16:25:55.909Z Compiling whoami v1.5.0
18672024-04-10T16:25:55.993Z Compiling difflib v0.4.0
18682024-04-10T16:25:56.130Z Compiling static_assertions v1.1.0
18692024-04-10T16:25:56.224Z Compiling normalize-line-endings v0.3.0
18702024-04-10T16:25:56.330Z Compiling data-encoding v2.4.0
18712024-04-10T16:25:56.422Z Compiling predicates-core v1.0.6
18722024-04-10T16:25:56.724Z Compiling yasna v0.5.2
18732024-04-10T16:25:57.316Z Compiling trust-dns-proto v0.22.0
18742024-04-10T16:25:57.751Z Compiling diesel v2.1.5
18752024-04-10T16:25:57.793Z Compiling elliptic-curve v0.13.8
18762024-04-10T16:25:58.161Z Compiling predicates v3.1.0
18772024-04-10T16:25:58.230Z Compiling clap v4.5.4
18782024-04-10T16:25:58.335Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
18792024-04-10T16:25:58.431Z Compiling tokio-postgres v0.7.10
18802024-04-10T16:26:00.357Z Compiling zip v0.6.6
18812024-04-10T16:26:01.018Z Compiling crossterm v0.27.0
18822024-04-10T16:26:01.150Z Compiling cipher v0.4.4
18832024-04-10T16:26:01.500Z Compiling similar v2.4.0
18842024-04-10T16:26:01.750Z Checking proc-macro2 v1.0.79
18852024-04-10T16:26:02.286Z Compiling num-iter v0.1.44
18862024-04-10T16:26:02.364Z Compiling usdt v0.3.5
18872024-04-10T16:26:02.443Z Compiling console v0.15.8
18882024-04-10T16:26:02.600Z Compiling tokio-stream v0.1.15
18892024-04-10T16:26:02.805Z Compiling bstr v1.9.0
18902024-04-10T16:26:02.840Z Compiling base64 v0.22.0
18912024-04-10T16:26:03.380Z Checking quote v1.0.36
18922024-04-10T16:26:07.498Z Checking utf8parse v0.2.1
18932024-04-10T16:26:10.464Z Checking anstyle v1.0.6
18942024-04-10T16:26:11.542Z Checking anstyle-parse v0.2.1
18952024-04-10T16:26:11.667Z Checking colorchoice v1.0.0
18962024-04-10T16:26:11.693Z Checking anstyle-query v1.0.0
18972024-04-10T16:26:11.831Z Checking anstream v0.6.11
18982024-04-10T16:26:11.946Z Checking clap_lex v0.7.0
18992024-04-10T16:26:12.158Z Checking strsim v0.11.0
19002024-04-10T16:26:14.318Z Compiling serde_tokenstream v0.2.0
19012024-04-10T16:26:16.174Z Checking winnow v0.6.1
19022024-04-10T16:26:23.152Z Compiling regress v0.9.1
19032024-04-10T16:26:23.179Z Compiling getopts v0.2.21
19042024-04-10T16:26:23.757Z Compiling unsafe-libyaml v0.2.10
19052024-04-10T16:26:24.227Z Checking progenitor-client v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f)
19062024-04-10T16:26:24.758Z Checking is-terminal v0.4.9
19072024-04-10T16:26:24.783Z Compiling serde_yaml v0.9.25
19082024-04-10T16:26:24.869Z Checking camino v1.1.6
19092024-04-10T16:26:25.140Z Compiling strsim v0.10.0
19102024-04-10T16:26:25.284Z Compiling ident_case v1.0.1
19112024-04-10T16:26:25.323Z Checking sha1 v0.10.6
19122024-04-10T16:26:25.436Z Compiling darling_core v0.20.8
19132024-04-10T16:26:25.552Z Checking http v1.0.0
19142024-04-10T16:26:25.821Z Compiling typify-impl v0.0.16 (https://github.com/oxidecomputer/typify#c5ebe0a2)
19152024-04-10T16:26:26.659Z Compiling strum_macros v0.26.1
19162024-04-10T16:26:26.833Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
19172024-04-10T16:26:27.108Z Checking match_cfg v0.1.0
19182024-04-10T16:26:27.186Z Checking fastrand v2.0.1
19192024-04-10T16:26:27.231Z Checking rustls-pki-types v1.3.0
19202024-04-10T16:26:27.450Z Checking tempfile v3.10.1
19212024-04-10T16:26:27.557Z Checking hostname v0.3.1
19222024-04-10T16:26:27.665Z Checking dirs-sys-next v0.1.2
19232024-04-10T16:26:27.742Z Checking quick-error v1.2.3
19242024-04-10T16:26:27.820Z Compiling paste v1.0.14
19252024-04-10T16:26:27.862Z Checking dirs-next v2.0.0
19262024-04-10T16:26:27.978Z Checking crossbeam-channel v0.5.8
19272024-04-10T16:26:28.256Z Checking thread_local v1.1.7
19282024-04-10T16:26:28.302Z Compiling slog-async v2.8.0
19292024-04-10T16:26:28.494Z Compiling rustls v0.22.2
19302024-04-10T16:26:28.593Z Checking term v0.7.0
19312024-04-10T16:26:28.770Z Checking rustls-webpki v0.102.1
19322024-04-10T16:26:28.815Z Checking instant v0.1.12
19332024-04-10T16:26:28.915Z Checking take_mut v0.2.2
19342024-04-10T16:26:28.946Z Checking slog-term v2.9.1
19352024-04-10T16:26:29.330Z Checking rustls-pemfile v2.1.2
19362024-04-10T16:26:29.380Z Compiling multer v3.0.0
19372024-04-10T16:26:29.540Z Checking debug-ignore v1.0.5
19382024-04-10T16:26:29.572Z Checking toml v0.8.12
19392024-04-10T16:26:29.657Z Checking slog-json v2.6.1
19402024-04-10T16:26:29.694Z Compiling async-stream-impl v0.3.5
19412024-04-10T16:26:29.870Z Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#29ae98d1)
19422024-04-10T16:26:30.105Z Checking atomic-waker v1.1.1
19432024-04-10T16:26:30.224Z Checking waitgroup v0.1.2
19442024-04-10T16:26:30.254Z Checking slog-bunyan v2.5.0
19452024-04-10T16:26:30.396Z Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#29ae98d1)
19462024-04-10T16:26:30.663Z Checking serde_path_to_error v0.1.16
19472024-04-10T16:26:30.821Z Checking strum v0.26.2
19482024-04-10T16:26:30.860Z Checking async-stream v0.3.5
19492024-04-10T16:26:30.959Z Checking wait-timeout v0.2.0
19502024-04-10T16:26:31.017Z Compiling structmeta-derive v0.3.0
19512024-04-10T16:26:31.102Z Checking rusty-fork v0.3.0
19522024-04-10T16:26:31.180Z Checking newtype-uuid v1.0.1
19532024-04-10T16:26:31.250Z Compiling darling_macro v0.20.8
19542024-04-10T16:26:31.353Z Compiling structmeta-derive v0.2.0
19552024-04-10T16:26:31.393Z Checking rand_xorshift v0.3.0
19562024-04-10T16:26:31.542Z Checking unarray v0.1.4
19572024-04-10T16:26:31.674Z Checking proptest v1.4.0
19582024-04-10T16:26:32.146Z Compiling darling v0.20.8
19592024-04-10T16:26:32.239Z Checking backoff v0.4.0
19602024-04-10T16:26:32.267Z Compiling serde_with_macros v3.7.0
19612024-04-10T16:26:32.463Z Checking tokio-rustls v0.25.0
19622024-04-10T16:26:32.490Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
19632024-04-10T16:26:33.137Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
19642024-04-10T16:26:33.260Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
19652024-04-10T16:26:33.448Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
19662024-04-10T16:26:33.504Z Compiling structmeta v0.3.0
19672024-04-10T16:26:33.833Z Compiling structmeta v0.2.0
19682024-04-10T16:26:33.876Z Compiling parse-display-derive v0.9.0
19692024-04-10T16:26:34.178Z Checking serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
19702024-04-10T16:26:34.251Z Compiling test-strategy v0.3.1
19712024-04-10T16:26:34.317Z Checking macaddr v1.0.1
19722024-04-10T16:26:34.603Z Compiling proc-macro-error-attr v1.0.4
19732024-04-10T16:26:34.890Z Checking serde_with v3.7.0
19742024-04-10T16:26:34.916Z Compiling proc-macro-error v1.0.4
19752024-04-10T16:26:35.494Z Compiling proc-macro-crate v1.3.1
19762024-04-10T16:26:35.776Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
19772024-04-10T16:26:36.097Z Checking camino-tempfile v1.1.1
19782024-04-10T16:26:36.329Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
19792024-04-10T16:26:36.408Z Compiling num_enum_derive v0.5.11
19802024-04-10T16:26:36.606Z Compiling foreign-types-macros v0.2.3
19812024-04-10T16:26:36.630Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
19822024-04-10T16:26:36.882Z Checking foreign-types-shared v0.3.1
19832024-04-10T16:26:37.280Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
19842024-04-10T16:26:37.537Z Checking cstr-argument v0.1.2
19852024-04-10T16:26:37.600Z Checking pretty-hex v0.2.1
19862024-04-10T16:26:37.692Z Checking tabwriter v1.4.0
19872024-04-10T16:26:37.719Z Checking foreign-types v0.5.0
19882024-04-10T16:26:37.745Z Checking colored v2.1.0
19892024-04-10T16:26:37.819Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
19902024-04-10T16:26:37.846Z Checking parse-display v0.9.0
19912024-04-10T16:26:37.896Z Checking socket2 v0.4.9
19922024-04-10T16:26:37.987Z Checking smf v0.2.3
19932024-04-10T16:26:38.028Z Checking humantime v2.1.0
19942024-04-10T16:26:38.082Z Checking termcolor v1.2.0
19952024-04-10T16:26:38.133Z Compiling usdt-attr-macro v0.5.0
19962024-04-10T16:26:38.261Z Compiling usdt-macro v0.5.0
19972024-04-10T16:26:38.289Z Checking memmap v0.7.0
19982024-04-10T16:26:38.374Z Checking arc-swap v1.6.0
19992024-04-10T16:26:38.409Z Checking atty v0.2.14
20002024-04-10T16:26:38.456Z Compiling heapless v0.8.0
20012024-04-10T16:26:38.524Z Checking termtree v0.4.1
20022024-04-10T16:26:38.694Z Checking utf-8 v0.7.6
20032024-04-10T16:26:38.741Z Checking num_enum v0.5.11
20042024-04-10T16:26:38.767Z Checking slog-scope v4.4.0
20052024-04-10T16:26:38.867Z Checking predicates-tree v1.0.9
20062024-04-10T16:26:38.892Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
20072024-04-10T16:26:38.933Z Checking slog-stdlog v4.1.1
20082024-04-10T16:26:38.998Z Checking hash32 v0.3.1
20092024-04-10T16:26:39.178Z Compiling smoltcp v0.11.0
20102024-04-10T16:26:39.203Z Checking slog-envlogger v2.2.0
20112024-04-10T16:26:39.229Z Compiling heck v0.3.3
20122024-04-10T16:26:39.394Z Checking filetime v0.2.23
20132024-04-10T16:26:39.549Z Checking xattr v1.0.1
20142024-04-10T16:26:39.574Z Checking cobs v0.2.3
20152024-04-10T16:26:39.599Z Checking same-file v1.0.6
20162024-04-10T16:26:39.624Z Checking usdt v0.5.0
20172024-04-10T16:26:39.715Z Compiling crucible-workspace-hack v0.1.0
20182024-04-10T16:26:39.741Z Checking embedded-io v0.4.0
20192024-04-10T16:26:39.768Z Checking walkdir v2.5.0
20202024-04-10T16:26:39.813Z Checking tar v0.4.40
20212024-04-10T16:26:39.840Z Checking tungstenite v0.20.1
20222024-04-10T16:26:39.917Z Checking postcard v1.0.8
20232024-04-10T16:26:39.982Z Checking newline-converter v0.3.0
20242024-04-10T16:26:40.007Z Checking sigpipe v0.1.3
20252024-04-10T16:26:40.109Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
20262024-04-10T16:26:40.135Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
20272024-04-10T16:26:40.263Z Checking expectorate v1.1.0
20282024-04-10T16:26:40.442Z Compiling typify-macro v0.0.16 (https://github.com/oxidecomputer/typify#c5ebe0a2)
20292024-04-10T16:26:40.467Z Compiling derror-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
20302024-04-10T16:26:40.493Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
20312024-04-10T16:26:40.518Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d)
20322024-04-10T16:26:40.543Z Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
20332024-04-10T16:26:40.568Z Checking tokio-tungstenite v0.20.1
20342024-04-10T16:26:40.723Z Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
20352024-04-10T16:26:40.967Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8ff3ab62246fa1f8b8a5bfab0a7b8e1000926361#8ff3ab62)
20362024-04-10T16:26:41.254Z Compiling num-derive v0.4.0
20372024-04-10T16:26:41.279Z Compiling mockall_derive v0.12.1
20382024-04-10T16:26:41.393Z Checking downcast v0.11.0
20392024-04-10T16:26:41.566Z Checking fragile v2.0.0
20402024-04-10T16:26:41.825Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8ff3ab62246fa1f8b8a5bfab0a7b8e1000926361#8ff3ab62)
20412024-04-10T16:26:41.996Z Checking zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
20422024-04-10T16:26:42.031Z Checking pem v3.0.4
20432024-04-10T16:26:42.254Z Checking env_logger v0.9.3
20442024-04-10T16:26:42.279Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
20452024-04-10T16:26:42.562Z Compiling bitstruct_derive v0.1.0
20462024-04-10T16:26:42.590Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
20472024-04-10T16:26:42.628Z Checking viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
20482024-04-10T16:26:42.653Z Checking ascii v1.1.0
20492024-04-10T16:26:42.746Z Checking viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
20502024-04-10T16:26:42.888Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
20512024-04-10T16:26:42.991Z Checking rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c)
20522024-04-10T16:26:43.106Z Checking dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
20532024-04-10T16:26:43.131Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=5677c7be81b60d9ba9c30991d10376f279a1d3b7#5677c7be)
20542024-04-10T16:26:43.349Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
20552024-04-10T16:26:43.511Z Checking erased-serde v0.3.31
20562024-04-10T16:26:43.581Z Checking serde_arrays v0.1.0
20572024-04-10T16:26:43.725Z Checking bitstruct v0.1.1
20582024-04-10T16:26:43.751Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
20592024-04-10T16:26:43.751Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#d44d9e08)
20602024-04-10T16:26:43.751Z Compiling zone_cfg_derive v0.1.2
20612024-04-10T16:26:43.837Z Checking tungstenite v0.21.0
20622024-04-10T16:26:44.129Z Checking base64 v0.13.1
20632024-04-10T16:26:44.483Z Checking ron v0.7.1
20642024-04-10T16:26:44.508Z Checking propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
20652024-04-10T16:26:44.658Z Checking tokio-tungstenite v0.21.0
20662024-04-10T16:26:44.757Z Compiling typify v0.0.16 (https://github.com/oxidecomputer/typify#c5ebe0a2)
20672024-04-10T16:26:44.889Z Compiling progenitor-impl v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f)
20682024-04-10T16:26:45.052Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
20692024-04-10T16:26:45.162Z Checking zone v0.1.8
20702024-04-10T16:26:45.428Z Checking headers-core v0.2.0
20712024-04-10T16:26:45.561Z Checking portpicker v0.1.1
20722024-04-10T16:26:45.694Z Checking headers v0.3.9
20732024-04-10T16:26:45.723Z Checking rcgen v0.12.1
20742024-04-10T16:26:45.774Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
20752024-04-10T16:26:46.031Z Checking atomicwrites v0.4.3
20762024-04-10T16:26:46.199Z Checking subprocess v0.2.9
20772024-04-10T16:26:46.235Z Checking linked-hash-map v0.5.6
20782024-04-10T16:26:46.504Z Checking lru-cache v0.1.2
20792024-04-10T16:26:46.639Z Checking password-hash v0.5.0
20802024-04-10T16:26:46.671Z Checking blake2 v0.10.6
20812024-04-10T16:26:46.699Z Checking swrite v0.1.0
20822024-04-10T16:26:46.699Z Checking itertools v0.12.1
20832024-04-10T16:26:46.752Z Compiling derive-where v1.2.7
20842024-04-10T16:26:46.815Z Compiling rayon-core v1.12.1
20852024-04-10T16:26:47.028Z Checking half v2.3.1
20862024-04-10T16:26:47.080Z Checking argon2 v0.5.3
20872024-04-10T16:26:47.105Z Checking ciborium-io v0.2.2
20882024-04-10T16:26:47.209Z Compiling cancel-safe-futures v0.1.5
20892024-04-10T16:26:47.413Z Checking ciborium-ll v0.2.2
20902024-04-10T16:26:47.517Z Checking resolv-conf v0.7.0
20912024-04-10T16:26:47.651Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
20922024-04-10T16:26:47.676Z Checking ciborium v0.2.2
20932024-04-10T16:26:47.817Z Checking trust-dns-resolver v0.22.0
20942024-04-10T16:26:47.856Z Checking mockall v0.12.1
20952024-04-10T16:26:48.050Z Checking bytecount v0.6.3
20962024-04-10T16:26:48.166Z Checking papergrid v0.11.0
20972024-04-10T16:26:48.302Z Compiling tabled_derive v0.7.0
20982024-04-10T16:26:48.488Z Compiling slog-dtrace v0.3.0
20992024-04-10T16:26:48.727Z Compiling semver v0.1.20
21002024-04-10T16:26:48.912Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
21012024-04-10T16:26:49.073Z Compiling rustc_version v0.1.7
21022024-04-10T16:26:49.242Z Checking libsw v3.3.1
21032024-04-10T16:26:49.319Z Checking linear-map v1.2.0
21042024-04-10T16:26:49.381Z Checking owo-colors v4.0.0
21052024-04-10T16:26:49.494Z Compiling newtype_derive v0.1.6
21062024-04-10T16:26:49.590Z Compiling num-rational v0.4.1
21072024-04-10T16:26:49.798Z Compiling radium v0.7.0
21082024-04-10T16:26:49.888Z Checking num-complex v0.4.4
21092024-04-10T16:26:49.922Z Checking steno v0.4.0
21102024-04-10T16:26:50.205Z Checking nibble_vec v0.1.0
21112024-04-10T16:26:50.373Z Compiling maybe-uninit v2.0.0
21122024-04-10T16:26:50.461Z Checking tabled v0.15.0
21132024-04-10T16:26:50.595Z Checking tap v1.0.1
21142024-04-10T16:26:50.620Z Checking endian-type v0.1.2
21152024-04-10T16:26:50.733Z Checking wyz v0.5.1
21162024-04-10T16:26:50.798Z Checking radix_trie v0.2.1
21172024-04-10T16:26:50.832Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
21182024-04-10T16:26:50.889Z Checking num v0.4.1
21192024-04-10T16:26:51.055Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
21202024-04-10T16:26:51.162Z Checking fxhash v0.2.1
21212024-04-10T16:26:51.297Z Checking funty v2.0.0
21222024-04-10T16:26:51.322Z Compiling num-bigint-dig v0.8.4
21232024-04-10T16:26:51.431Z Compiling progenitor-macro v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f)
21242024-04-10T16:26:51.574Z Compiling packed_struct v0.10.1
21252024-04-10T16:26:51.780Z Checking crc-catalog v2.2.0
21262024-04-10T16:26:51.870Z Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
21272024-04-10T16:26:51.896Z Checking crc v3.0.1
21282024-04-10T16:26:52.050Z Compiling packed_struct_codegen v0.10.1
21292024-04-10T16:26:52.086Z Compiling indexmap v1.9.3
21302024-04-10T16:26:52.111Z Checking nodrop v0.1.14
21312024-04-10T16:26:52.112Z Checking bitvec v1.0.1
21322024-04-10T16:26:52.136Z Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
21332024-04-10T16:26:52.212Z Checking array-init v0.0.4
21342024-04-10T16:26:52.367Z Checking smallvec v0.6.14
21352024-04-10T16:26:52.669Z Checking pkcs1 v0.7.5
21362024-04-10T16:26:52.958Z Checking signature v2.1.0
21372024-04-10T16:26:53.013Z Checking bitfield v0.14.0
21382024-04-10T16:26:53.038Z Checking hashbrown v0.12.3
21392024-04-10T16:26:53.125Z Checking serde-hex v0.1.0
21402024-04-10T16:26:53.225Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
21412024-04-10T16:26:53.421Z Checking env_logger v0.10.0
21422024-04-10T16:26:53.759Z Checking x509-cert v0.2.4
21432024-04-10T16:26:54.196Z Checking rsa v0.9.2
21442024-04-10T16:26:54.454Z Checking ron v0.8.1
21452024-04-10T16:26:54.479Z Checking hashbrown v0.13.2
21462024-04-10T16:26:54.642Z Checking crc-any v2.4.3
21472024-04-10T16:26:54.927Z Checking path-slash v0.1.5
21482024-04-10T16:26:54.990Z Checking display-error-chain v0.2.0
21492024-04-10T16:26:55.045Z Compiling convert_case v0.4.0
21502024-04-10T16:26:55.096Z Compiling async-recursion v1.1.0
21512024-04-10T16:26:55.121Z Compiling buf-list v1.0.3
21522024-04-10T16:26:55.311Z Checking object v0.30.4
21532024-04-10T16:26:55.458Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
21542024-04-10T16:26:55.676Z Compiling blake3 v1.5.0
21552024-04-10T16:26:55.858Z Compiling derive_more v0.99.17
21562024-04-10T16:26:55.953Z Checking textwrap v0.11.0
21572024-04-10T16:26:56.140Z Checking gethostname v0.4.3
21582024-04-10T16:26:56.260Z Checking ansi_term v0.12.1
21592024-04-10T16:26:56.339Z Checking vec_map v0.8.2
21602024-04-10T16:26:56.464Z Compiling parking_lot_core v0.8.6
21612024-04-10T16:26:56.490Z Compiling libefi-sys v0.1.0
21622024-04-10T16:26:56.516Z Checking strsim v0.8.0
21632024-04-10T16:26:56.564Z Compiling structopt-derive v0.4.18
21642024-04-10T16:26:56.690Z Checking clap v2.34.0
21652024-04-10T16:26:56.768Z Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802)
21662024-04-10T16:26:57.122Z Checking lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
21672024-04-10T16:26:57.204Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
21682024-04-10T16:26:57.445Z Compiling crossbeam-deque v0.8.3
21692024-04-10T16:26:57.508Z Checking keccak v0.1.4
21702024-04-10T16:26:57.742Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81)
21712024-04-10T16:26:58.785Z Checking libnvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81)
21722024-04-10T16:26:58.852Z Checking sha3 v0.10.8
21732024-04-10T16:26:58.986Z Checking structopt v0.3.26
21742024-04-10T16:26:59.143Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
21752024-04-10T16:26:59.226Z Checking parking_lot v0.11.2
21762024-04-10T16:26:59.348Z Checking trust-dns-client v0.22.0
21772024-04-10T16:26:59.373Z Checking toml v0.5.11
21782024-04-10T16:26:59.515Z Checking secrecy v0.8.0
21792024-04-10T16:27:00.714Z Compiling pin-project-internal v1.1.3
21802024-04-10T16:27:00.742Z Compiling rayon v1.10.0
21812024-04-10T16:27:00.743Z Checking sled v0.34.7
21822024-04-10T16:27:00.743Z Checking trust-dns-server v0.22.1
21832024-04-10T16:27:01.964Z Compiling memmap2 v0.7.1
21842024-04-10T16:27:02.180Z Checking pin-project v1.1.3
21852024-04-10T16:27:02.287Z Compiling arrayvec v0.7.4
21862024-04-10T16:27:02.314Z Compiling constant_time_eq v0.3.0
21872024-04-10T16:27:02.472Z Compiling arrayref v0.3.7
21882024-04-10T16:27:02.571Z Compiling home v0.5.5
21892024-04-10T16:27:02.792Z Compiling toolchain_find v0.4.0
21902024-04-10T16:27:03.020Z Compiling vte_generate_state_changes v0.1.1
21912024-04-10T16:27:03.234Z Compiling topological-sort v0.2.2
21922024-04-10T16:27:03.338Z Checking fd-lock v4.0.2
21932024-04-10T16:27:03.416Z Compiling rustfmt-wrapper v0.2.1
21942024-04-10T16:27:03.499Z Checking glob v0.3.1
21952024-04-10T16:27:03.560Z Checking vte v0.11.1
21962024-04-10T16:27:04.063Z Checking nu-ansi-term v0.50.0
21972024-04-10T16:27:04.134Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
21982024-04-10T16:27:04.393Z Compiling omicron-zone-package v0.11.0
21992024-04-10T16:27:04.439Z Compiling unicase v2.7.0
22002024-04-10T16:27:04.465Z Compiling prettyplease v0.2.17
22012024-04-10T16:27:04.622Z Checking strip-ansi-escapes v0.2.0
22022024-04-10T16:27:04.709Z Compiling platforms v3.0.2
22032024-04-10T16:27:04.766Z Checking reedline v0.31.0
22042024-04-10T16:27:04.793Z Compiling snafu-derive v0.8.2
22052024-04-10T16:27:04.914Z Checking globset v0.4.13
22062024-04-10T16:27:05.107Z Checking olpc-cjson v0.1.3
22072024-04-10T16:27:05.290Z Checking serde_plain v1.0.2
22082024-04-10T16:27:05.498Z Compiling memoffset v0.7.1
22092024-04-10T16:27:05.526Z Compiling crunchy v0.2.2
22102024-04-10T16:27:05.769Z Checking typed-path v0.7.0
22112024-04-10T16:27:05.979Z Compiling curve25519-dalek v4.1.1
22122024-04-10T16:27:06.102Z Checking lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
22132024-04-10T16:27:06.212Z Checking fs-err v2.11.0
22142024-04-10T16:27:06.392Z Checking progenitor v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f)
22152024-04-10T16:27:06.613Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8207cb9c90cd7144c3f351823bfb2ae3e221ad10#8207cb9c)
22162024-04-10T16:27:06.744Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
22172024-04-10T16:27:06.970Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
22182024-04-10T16:27:07.067Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
22192024-04-10T16:27:07.455Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8207cb9c90cd7144c3f351823bfb2ae3e221ad10#8207cb9c)
22202024-04-10T16:27:07.635Z Checking hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84)
22212024-04-10T16:27:08.039Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
22222024-04-10T16:27:08.137Z Compiling clang-sys v1.6.1
22232024-04-10T16:27:08.489Z Checking parse-size v1.0.0
22242024-04-10T16:27:08.620Z Compiling tiny-keccak v2.0.2
22252024-04-10T16:27:08.773Z Compiling mime_guess v2.0.4
22262024-04-10T16:27:09.741Z Checking snafu v0.8.2
22272024-04-10T16:27:09.911Z Checking universal-hash v0.5.1
22282024-04-10T16:27:09.936Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
22292024-04-10T16:27:09.936Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
22302024-04-10T16:27:09.936Z Compiling thiserror-impl-no-std v2.0.2
22312024-04-10T16:27:10.076Z Compiling curve25519-dalek-derive v0.1.0
22322024-04-10T16:27:10.153Z Checking tough v0.17.1
22332024-04-10T16:27:10.180Z Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1)
22342024-04-10T16:27:10.360Z Checking nanorand v0.7.0
22352024-04-10T16:27:10.661Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
22362024-04-10T16:27:10.909Z Compiling cfg_aliases v0.1.1
22372024-04-10T16:27:11.004Z Checking opaque-debug v0.3.0
22382024-04-10T16:27:11.091Z Compiling salty v0.2.0
22392024-04-10T16:27:11.357Z Checking signature v1.6.4
22402024-04-10T16:27:11.475Z Checking ed25519 v1.5.3
22412024-04-10T16:27:11.633Z Checking poly1305 v0.8.0
22422024-04-10T16:27:11.996Z Compiling nix v0.28.0
22432024-04-10T16:27:12.123Z Checking flume v0.11.0
22442024-04-10T16:27:12.518Z Checking nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d)
22452024-04-10T16:27:12.633Z Checking thiserror-no-std v2.0.2
22462024-04-10T16:27:12.659Z Compiling ascii-canvas v3.0.0
22472024-04-10T16:27:12.881Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
22482024-04-10T16:27:12.969Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
22492024-04-10T16:27:13.051Z Checking chacha20 v0.9.1
22502024-04-10T16:27:13.098Z Checking aead v0.5.2
22512024-04-10T16:27:13.307Z Checking serde-big-array v0.5.1
22522024-04-10T16:27:13.357Z Checking kstat-rs v0.2.3
22532024-04-10T16:27:13.383Z Compiling hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a)
22542024-04-10T16:27:13.383Z Compiling ena v0.14.2
22552024-04-10T16:27:13.500Z Compiling libloading v0.7.4
22562024-04-10T16:27:13.651Z Compiling bindgen v0.69.2
22572024-04-10T16:27:13.747Z Compiling diff v0.1.13
22582024-04-10T16:27:13.845Z Compiling regex-syntax v0.6.29
22592024-04-10T16:27:14.173Z Checking hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a)
22602024-04-10T16:27:14.376Z Checking chacha20poly1305 v0.10.1
22612024-04-10T16:27:14.461Z Checking vsss-rs v3.3.4
22622024-04-10T16:27:15.028Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5677c7be81b60d9ba9c30991d10376f279a1d3b7#5677c7be)
22632024-04-10T16:27:15.846Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
22642024-04-10T16:27:16.068Z Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4)
22652024-04-10T16:27:16.389Z Compiling lalrpop v0.19.12
22662024-04-10T16:27:17.036Z Checking signal-hook-tokio v0.3.1
22672024-04-10T16:27:17.061Z Compiling cexpr v0.6.0
22682024-04-10T16:27:17.187Z Checking serde-big-array v0.4.1
22692024-04-10T16:27:17.326Z Compiling which v4.4.0
22702024-04-10T16:27:17.846Z Compiling lazycell v1.3.0
22712024-04-10T16:27:17.941Z Compiling ref-cast v1.0.20
22722024-04-10T16:27:17.993Z Compiling rustc-hash v1.1.0
22732024-04-10T16:27:18.134Z Compiling peeking_take_while v0.1.2
22742024-04-10T16:27:18.254Z Checking maplit v1.0.2
22752024-04-10T16:27:18.354Z Compiling shlex v1.3.0
22762024-04-10T16:27:18.439Z Checking sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef)
22772024-04-10T16:27:19.289Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=8ff3ab62246fa1f8b8a5bfab0a7b8e1000926361#8ff3ab62)
22782024-04-10T16:27:20.065Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
22792024-04-10T16:27:20.516Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
22802024-04-10T16:27:21.453Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
22812024-04-10T16:27:21.996Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
22822024-04-10T16:27:22.686Z Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
22832024-04-10T16:27:22.790Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
22842024-04-10T16:27:24.257Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
22852024-04-10T16:27:24.811Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
22862024-04-10T16:27:25.095Z Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
22872024-04-10T16:27:25.269Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
22882024-04-10T16:27:25.534Z Compiling derive_builder_core v0.20.0
22892024-04-10T16:27:25.559Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
22902024-04-10T16:27:26.823Z Compiling peg-macros v0.8.2
22912024-04-10T16:27:27.109Z Compiling ref-cast-impl v1.0.20
22922024-04-10T16:27:27.504Z Compiling sqlparser_derive v0.2.2
22932024-04-10T16:27:28.085Z Compiling libxml v0.3.3
22942024-04-10T16:27:28.394Z Checking corncobs v0.1.3
22952024-04-10T16:27:28.434Z Checking unicode_categories v0.1.1
22962024-04-10T16:27:28.693Z Checking sqlformat v0.2.3
22972024-04-10T16:27:28.718Z Checking rustyline v14.0.0
22982024-04-10T16:27:29.734Z Checking peg v0.8.2
22992024-04-10T16:27:29.819Z Checking sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef)
23002024-04-10T16:27:29.952Z Checking sqlparser v0.44.0
23012024-04-10T16:27:30.118Z Compiling derive_builder_macro v0.20.0
23022024-04-10T16:27:30.186Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
23032024-04-10T16:27:30.508Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
23042024-04-10T16:27:30.856Z Checking bcs v0.1.6
23052024-04-10T16:27:31.255Z Compiling strum_macros v0.24.3
23062024-04-10T16:27:33.962Z Compiling cookie v0.18.1
23072024-04-10T16:27:34.329Z Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#62ef5ca0)
23082024-04-10T16:27:34.369Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
23092024-04-10T16:27:34.520Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
23102024-04-10T16:27:34.643Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
23112024-04-10T16:27:35.302Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
23122024-04-10T16:27:35.327Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
23132024-04-10T16:27:35.805Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
23142024-04-10T16:27:36.283Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
23152024-04-10T16:27:36.682Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
23162024-04-10T16:27:37.163Z Checking highway v1.1.0
23172024-04-10T16:27:37.490Z Compiling indoc v1.0.9
23182024-04-10T16:27:38.447Z Checking derive_builder v0.20.0
23192024-04-10T16:27:38.627Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
23202024-04-10T16:27:38.747Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8ff3ab62246fa1f8b8a5bfab0a7b8e1000926361#8ff3ab62)
23212024-04-10T16:27:38.880Z Checking bb8 v0.8.3
23222024-04-10T16:27:38.971Z Checking quick-xml v0.31.0
23232024-04-10T16:27:39.036Z Compiling oso-derive v0.27.3
23242024-04-10T16:27:39.271Z Compiling impl-trait-for-tuples v0.2.2
23252024-04-10T16:27:39.905Z Compiling const_format_proc_macros v0.2.32
23262024-04-10T16:27:39.939Z Checking http-range v0.1.5
23272024-04-10T16:27:40.089Z Checking hyper-staticfile v0.9.5
23282024-04-10T16:27:40.442Z Checking async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef)
23292024-04-10T16:27:40.627Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8ff3ab62246fa1f8b8a5bfab0a7b8e1000926361#8ff3ab62)
23302024-04-10T16:27:41.023Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
23312024-04-10T16:27:41.600Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
23322024-04-10T16:27:41.750Z Checking const_format v0.2.32
23332024-04-10T16:27:42.143Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
23342024-04-10T16:27:43.143Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
23352024-04-10T16:27:43.326Z Checking assert_matches v1.5.0
23362024-04-10T16:27:43.409Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
23372024-04-10T16:27:43.744Z Checking rand_seeder v0.2.3
23382024-04-10T16:27:43.941Z Compiling portable-atomic v1.4.3
23392024-04-10T16:27:44.143Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
23402024-04-10T16:27:44.336Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
23412024-04-10T16:27:44.621Z Checking number_prefix v0.4.0
23422024-04-10T16:27:44.801Z Checking castaway v0.2.2
23432024-04-10T16:27:44.951Z Checking compact_str v0.7.1
23442024-04-10T16:27:45.411Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
23452024-04-10T16:27:45.553Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
23462024-04-10T16:27:45.654Z Checking lru v0.12.1
23472024-04-10T16:27:45.679Z Checking indicatif v0.17.8
23482024-04-10T16:27:45.807Z Compiling stability v0.1.1
23492024-04-10T16:27:45.893Z Checking cassowary v0.3.0
23502024-04-10T16:27:46.228Z Compiling indoc v2.0.3
23512024-04-10T16:27:46.348Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
23522024-04-10T16:27:46.610Z Checking smawk v0.3.1
23532024-04-10T16:27:46.789Z Checking unicode-linebreak v0.1.5
23542024-04-10T16:27:47.112Z Checking textwrap v0.16.1
23552024-04-10T16:27:47.140Z Checking ratatui v0.26.1
23562024-04-10T16:27:47.453Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
23572024-04-10T16:27:47.589Z Checking is_ci v1.2.0
23582024-04-10T16:27:47.714Z Checking supports-color v3.0.0
23592024-04-10T16:27:47.752Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
23602024-04-10T16:27:47.882Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5677c7be81b60d9ba9c30991d10376f279a1d3b7#5677c7be)
23612024-04-10T16:27:48.304Z Checking fatfs v0.3.6
23622024-04-10T16:27:48.986Z Checking rtoolbox v0.0.1
23632024-04-10T16:27:49.116Z Checking shell-words v1.1.0
23642024-04-10T16:27:49.200Z Checking rpassword v7.3.1
23652024-04-10T16:27:49.260Z Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
23662024-04-10T16:27:49.327Z Checking yansi v0.5.1
23672024-04-10T16:27:49.508Z Checking tui-tree-widget v0.19.0
23682024-04-10T16:27:49.778Z Checking pretty_assertions v1.4.0
23692024-04-10T16:27:49.803Z Compiling target-lexicon v0.12.13
23702024-04-10T16:27:49.951Z Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
23712024-04-10T16:27:50.150Z Compiling doc-comment v0.3.3
23722024-04-10T16:27:50.620Z Compiling guppy-workspace-hack v0.1.0
23732024-04-10T16:27:50.809Z Checking plotters-backend v0.3.5
23742024-04-10T16:27:51.107Z Checking http-body v1.0.0
23752024-04-10T16:27:51.132Z Checking plotters-svg v0.3.5
23762024-04-10T16:27:51.198Z Compiling assert_cmd v2.0.14
23772024-04-10T16:27:51.283Z Checking tower-layer v0.3.2
23782024-04-10T16:27:51.317Z Compiling target-spec v3.1.0
23792024-04-10T16:27:51.418Z Checking cast v0.3.0
23802024-04-10T16:27:51.505Z Checking tower v0.4.13
23812024-04-10T16:27:51.560Z Checking plotters v0.3.5
23822024-04-10T16:27:51.682Z Checking criterion-plot v0.5.0
23832024-04-10T16:27:51.817Z Checking hyper v1.1.0
23842024-04-10T16:27:51.921Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
23852024-04-10T16:27:52.161Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
23862024-04-10T16:27:52.791Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
23872024-04-10T16:27:52.949Z Checking cfg-expr v0.15.6
23882024-04-10T16:27:53.026Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
23892024-04-10T16:27:53.335Z Checking installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd)
23902024-04-10T16:27:53.580Z Checking tinytemplate v1.2.1
23912024-04-10T16:27:53.906Z Checking cargo-platform v0.1.3
23922024-04-10T16:27:53.978Z Checking anes v0.1.6
23932024-04-10T16:27:54.128Z Checking oorandom v11.1.3
23942024-04-10T16:27:54.179Z Checking cargo_metadata v0.18.1
23952024-04-10T16:27:54.326Z Checking criterion v0.5.1
23962024-04-10T16:27:54.936Z Checking hyper-util v0.1.2
23972024-04-10T16:27:55.453Z Checking installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client)
23982024-04-10T16:27:56.127Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
23992024-04-10T16:27:56.382Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
24002024-04-10T16:27:56.594Z Checking rustls-native-certs v0.7.0
24012024-04-10T16:27:56.726Z Checking httptest v0.15.5
24022024-04-10T16:27:57.322Z Checking pathdiff v0.2.1
24032024-04-10T16:27:57.464Z Checking nested v0.1.1
24042024-04-10T16:27:57.637Z Checking guppy v0.17.5
24052024-04-10T16:27:59.375Z Checking hyper-rustls v0.26.0
24062024-04-10T16:27:59.401Z Checking escape8259 v0.5.2
24072024-04-10T16:27:59.560Z Checking threadpool v1.8.1
24082024-04-10T16:27:59.725Z Checking libtest-mimic v0.7.2
24092024-04-10T16:28:00.124Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
24102024-04-10T16:28:00.326Z Checking similar-asserts v1.5.0
24112024-04-10T16:28:00.523Z Compiling rstest_macros v0.18.2
24122024-04-10T16:28:01.436Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
24132024-04-10T16:28:02.487Z Checking datatest-stable v0.2.6
24142024-04-10T16:28:02.530Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
24152024-04-10T16:28:02.566Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
24162024-04-10T16:28:02.677Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
24172024-04-10T16:28:02.925Z Checking csv-core v0.1.11
24182024-04-10T16:28:02.955Z Checking heck v0.5.0
24192024-04-10T16:28:03.126Z Checking constant_time_eq v0.2.6
24202024-04-10T16:28:03.152Z Compiling trybuild v1.0.91
24212024-04-10T16:28:03.216Z Compiling relative-path v1.9.0
24222024-04-10T16:28:03.249Z Checking blake2b_simd v1.0.1
24232024-04-10T16:28:03.514Z Checking csv v1.3.0
24242024-04-10T16:28:04.002Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
24252024-04-10T16:28:04.225Z Checking multimap v0.10.0
24262024-04-10T16:28:04.472Z Checking futures-timer v3.0.2
24272024-04-10T16:28:04.714Z Checking rust-argon2 v2.1.0
24282024-04-10T16:28:06.153Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
24292024-04-10T16:28:06.343Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
24302024-04-10T16:28:06.865Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
24312024-04-10T16:28:07.130Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
24322024-04-10T16:28:09.675Z Checking partial-io v0.5.4
24332024-04-10T16:28:09.964Z Checking approx v0.5.1
24342024-04-10T16:28:10.163Z Checking termios v0.3.3
24352024-04-10T16:28:10.356Z Checking hex-literal v0.4.1
24362024-04-10T16:28:11.390Z Checking rstest v0.18.2
24372024-04-10T16:28:12.861Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
24382024-04-10T16:28:30.747Z Compiling samael v0.0.15
24392024-04-10T16:28:50.713Z Checking zone-network-setup v0.1.0 (/work/oxidecomputer/omicron/zone-network-setup)
24402024-04-10T16:28:52.140Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
24412024-04-10T16:28:55.016Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli)
24422024-04-10T16:29:01.534Z Checking caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util)
24432024-04-10T16:29:08.844Z Compiling polar-core v0.27.3
24442024-04-10T16:29:17.827Z Checking oso v0.27.3
24452024-04-10T16:29:54.469Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
24462024-04-10T16:29:54.470Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
24472024-04-10T16:29:54.495Z Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
24482024-04-10T16:31:10.519Z Finished dev [unoptimized + debuginfo] target(s) in 6m 14s
24492024-04-10T16:31:10.741Z
24502024-04-10T16:31:10.741Zreal 7:20.820789885
24512024-04-10T16:31:10.741Zuser 32:30.877189741
24522024-04-10T16:31:10.741Zsys 6:17.655029177
24532024-04-10T16:31:10.741Ztrap 0.938435466
24542024-04-10T16:31:10.741Ztflt 0.649170164
24552024-04-10T16:31:10.741Zdflt 1.522465906
24562024-04-10T16:31:10.741Zkflt 0.003041778
24572024-04-10T16:31:10.741Zlock 49:32.349383135
24582024-04-10T16:31:10.767Zslp 1:38:47.034469703
24592024-04-10T16:31:10.767Zlat 1:48.799530387
24602024-04-10T16:31:10.767Zstop 4:42.099324738
24612024-04-10T16:31:11.934Zwarning: output filename collision.
24622024-04-10T16:31:11.934ZThe lib target `bhyve_api` in package `bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8ff3ab62246fa1f8b8a5bfab0a7b8e1000926361#8ff3ab62)` 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)`.
24632024-04-10T16:31:11.934ZColliding filename is: /work/oxidecomputer/omicron/target/doc/bhyve_api/index.html
24642024-04-10T16:31:11.934ZThe targets should have unique names.
24652024-04-10T16:31:11.934ZThis is a known bug where multiple crates with the same name use
24662024-04-10T16:31:11.934Zthe same path; see <https://github.com/rust-lang/cargo/issues/6313>.
24672024-04-10T16:31:11.934Zwarning: output filename collision.
24682024-04-10T16:31:11.934ZThe lib target `bhyve_api_sys` in package `bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8ff3ab62246fa1f8b8a5bfab0a7b8e1000926361#8ff3ab62)` 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)`.
24692024-04-10T16:31:11.934ZColliding filename is: /work/oxidecomputer/omicron/target/doc/bhyve_api_sys/index.html
24702024-04-10T16:31:11.935ZThe targets should have unique names.
24712024-04-10T16:31:11.935ZThis is a known bug where multiple crates with the same name use
24722024-04-10T16:31:11.935Zthe same path; see <https://github.com/rust-lang/cargo/issues/6313>.
24732024-04-10T16:31:11.985Zwarning: output filename collision.
24742024-04-10T16:31:11.985ZThe 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)`.
24752024-04-10T16:31:11.985ZColliding filename is: /work/oxidecomputer/omicron/target/doc/hubpack/index.html
24762024-04-10T16:31:11.985ZThe targets should have unique names.
24772024-04-10T16:31:11.985ZThis is a known bug where multiple crates with the same name use
24782024-04-10T16:31:11.985Zthe same path; see <https://github.com/rust-lang/cargo/issues/6313>.
24792024-04-10T16:31:11.985Zwarning: output filename collision.
24802024-04-10T16:31:11.985ZThe 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)`.
24812024-04-10T16:31:11.985ZColliding filename is: /work/oxidecomputer/omicron/target/doc/libnet/index.html
24822024-04-10T16:31:11.985ZThe targets should have unique names.
24832024-04-10T16:31:11.985ZThis is a known bug where multiple crates with the same name use
24842024-04-10T16:31:11.985Zthe same path; see <https://github.com/rust-lang/cargo/issues/6313>.
24852024-04-10T16:31:11.985Zwarning: output filename collision.
24862024-04-10T16:31:11.985ZThe 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)`.
24872024-04-10T16:31:11.985ZColliding filename is: /work/oxidecomputer/omicron/target/doc/nix/index.html
24882024-04-10T16:31:11.985ZThe targets should have unique names.
24892024-04-10T16:31:11.985ZThis is a known bug where multiple crates with the same name use
24902024-04-10T16:31:11.985Zthe same path; see <https://github.com/rust-lang/cargo/issues/6313>.
24912024-04-10T16:31:11.985Zwarning: output filename collision.
24922024-04-10T16:31:11.985ZThe 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)`.
24932024-04-10T16:31:11.986ZColliding filename is: /work/oxidecomputer/omicron/target/doc/oximeter/index.html
24942024-04-10T16:31:11.986ZThe targets should have unique names.
24952024-04-10T16:31:11.986ZThis is a known bug where multiple crates with the same name use
24962024-04-10T16:31:11.986Zthe same path; see <https://github.com/rust-lang/cargo/issues/6313>.
24972024-04-10T16:31:11.986Zwarning: output filename collision.
24982024-04-10T16:31:11.986ZThe lib target `propolis-client` in package `propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=8ff3ab62246fa1f8b8a5bfab0a7b8e1000926361#8ff3ab62)` 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)`.
24992024-04-10T16:31:11.986ZColliding filename is: /work/oxidecomputer/omicron/target/doc/propolis_client/index.html
25002024-04-10T16:31:11.986ZThe targets should have unique names.
25012024-04-10T16:31:11.986ZThis is a known bug where multiple crates with the same name use
25022024-04-10T16:31:11.986Zthe same path; see <https://github.com/rust-lang/cargo/issues/6313>.
25032024-04-10T16:31:11.986Zwarning: output filename collision.
25042024-04-10T16:31:11.986ZThe 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)`.
25052024-04-10T16:31:11.986ZColliding filename is: /work/oxidecomputer/omicron/target/doc/tlvc/index.html
25062024-04-10T16:31:11.986ZThe targets should have unique names.
25072024-04-10T16:31:11.986ZThis is a known bug where multiple crates with the same name use
25082024-04-10T16:31:11.986Zthe same path; see <https://github.com/rust-lang/cargo/issues/6313>.
25092024-04-10T16:31:11.986Zwarning: output filename collision.
25102024-04-10T16:31:11.986ZThe 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`.
25112024-04-10T16:31:11.986ZColliding filename is: /work/oxidecomputer/omicron/target/doc/zone/index.html
25122024-04-10T16:31:11.986ZThe targets should have unique names.
25132024-04-10T16:31:11.986ZThis is a known bug where multiple crates with the same name use
25142024-04-10T16:31:11.986Zthe same path; see <https://github.com/rust-lang/cargo/issues/6313>.
25152024-04-10T16:31:12.574Z Documenting libc v0.2.153
25162024-04-10T16:31:12.600Z Documenting cfg-if v1.0.0
25172024-04-10T16:31:12.626Z Documenting serde_derive v1.0.197
25182024-04-10T16:31:12.651Z Documenting log v0.4.21
25192024-04-10T16:31:12.651Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
25202024-04-10T16:31:12.679Z Documenting memchr v2.7.1
25212024-04-10T16:31:12.704Z Documenting byteorder v1.5.0
25222024-04-10T16:31:12.729Z Documenting itoa v1.0.9
25232024-04-10T16:31:12.948Z Documenting scopeguard v1.2.0
25242024-04-10T16:31:15.160Z Documenting smallvec v1.13.1
25252024-04-10T16:31:15.464Z Documenting libm v0.2.7
25262024-04-10T16:31:15.566Z Documenting lock_api v0.4.10
25272024-04-10T16:31:16.395Z Documenting once_cell v1.19.0
25282024-04-10T16:31:16.424Z Documenting pin-project-lite v0.2.13
25292024-04-10T16:31:16.450Z Documenting getrandom v0.2.12
25302024-04-10T16:31:16.985Z Documenting signal-hook-registry v1.4.1
25312024-04-10T16:31:18.184Z Documenting parking_lot_core v0.9.8
25322024-04-10T16:31:18.336Z Documenting mio v0.8.11
25332024-04-10T16:31:18.681Z Documenting num-traits v0.2.18
25342024-04-10T16:31:19.039Z Documenting serde v1.0.197
25352024-04-10T16:31:19.072Z Documenting zeroize_derive v1.4.2
25362024-04-10T16:31:20.466Z Documenting thiserror-impl v1.0.58
25372024-04-10T16:31:20.507Z Documenting rand_core v0.6.4
25382024-04-10T16:31:21.118Z Documenting futures-core v0.3.30
25392024-04-10T16:31:22.329Z Documenting parking_lot v0.12.1
25402024-04-10T16:31:22.726Z Documenting ryu v1.0.15
25412024-04-10T16:31:23.351Z Documenting socket2 v0.5.6
25422024-04-10T16:31:23.732Z Documenting zeroize v1.7.0
25432024-04-10T16:31:24.415Z Documenting num_cpus v1.16.0
25442024-04-10T16:31:24.833Z Documenting tokio-macros v2.2.0
25452024-04-10T16:31:25.434Z Documenting thiserror v1.0.58
25462024-04-10T16:31:25.459Z Documenting zerocopy v0.7.32
25472024-04-10T16:31:26.337Z Documenting futures-sink v0.3.30
25482024-04-10T16:31:27.612Z Documenting typenum v1.16.0
25492024-04-10T16:31:27.642Z Documenting iana-time-zone v0.1.57
25502024-04-10T16:31:28.237Z Documenting pin-utils v0.1.0
25512024-04-10T16:31:30.767Z Documenting subtle v2.5.0
25522024-04-10T16:31:31.033Z Documenting slab v0.4.9
25532024-04-10T16:31:31.059Z Documenting futures-channel v0.3.30
25542024-04-10T16:31:38.742Z Documenting bytes v1.6.0
25552024-04-10T16:31:41.098Z Documenting bitflags v2.4.2
25562024-04-10T16:31:41.371Z Documenting serde_json v1.0.115
25572024-04-10T16:31:41.429Z Documenting chrono v0.4.37
25582024-04-10T16:31:41.460Z Documenting futures-macro v0.3.30
25592024-04-10T16:31:41.503Z Documenting futures-task v0.3.30
25602024-04-10T16:31:41.813Z Documenting futures-io v0.3.30
25612024-04-10T16:31:42.497Z Documenting tokio v1.37.0
25622024-04-10T16:31:42.627Z Documenting generic-array v0.14.7
25632024-04-10T16:31:45.420Z Documenting uuid v1.8.0
25642024-04-10T16:31:45.510Z Documenting ahash v0.8.8
25652024-04-10T16:31:45.783Z Documenting allocator-api2 v0.2.16
25662024-04-10T16:31:46.198Z Documenting futures-util v0.3.30
25672024-04-10T16:31:46.588Z Documenting const-oid v0.9.6
25682024-04-10T16:31:46.948Z Documenting crypto-common v0.1.6
25692024-04-10T16:31:47.066Z Documenting tinyvec_macros v0.1.1
25702024-04-10T16:31:48.809Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
25712024-04-10T16:31:48.967Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
25722024-04-10T16:31:49.591Z Documenting tracing-core v0.1.32
25732024-04-10T16:31:49.620Z Documenting tinyvec v1.6.0
25742024-04-10T16:31:49.654Z Documenting hashbrown v0.14.3
25752024-04-10T16:31:49.683Z Checking serde_derive_internals v0.26.0
25762024-04-10T16:31:50.185Z Documenting serde_derive_internals v0.26.0
25772024-04-10T16:31:51.272Z Documenting tracing-attributes v0.1.27
25782024-04-10T16:31:51.297Z Documenting dyn-clone v1.0.17
25792024-04-10T16:31:52.562Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
25802024-04-10T16:31:52.773Z Documenting unicode-normalization v0.1.22
25812024-04-10T16:31:54.309Z Documenting lazy_static v1.4.0
25822024-04-10T16:31:54.968Z Documenting ppv-lite86 v0.2.17
25832024-04-10T16:31:55.046Z Documenting unicode-bidi v0.3.15
25842024-04-10T16:31:55.451Z Documenting schemars_derive v0.8.16
25852024-04-10T16:31:56.768Z Documenting percent-encoding v2.3.1
25862024-04-10T16:31:56.920Z Documenting block-buffer v0.10.4
25872024-04-10T16:31:57.004Z Documenting powerfmt v0.2.0
25882024-04-10T16:31:59.325Z Documenting equivalent v1.0.1
25892024-04-10T16:31:59.421Z Documenting rand_chacha v0.3.1
25902024-04-10T16:31:59.540Z Documenting fnv v1.0.7
25912024-04-10T16:31:59.610Z Documenting deranged v0.3.11
25922024-04-10T16:32:00.234Z Documenting form_urlencoded v1.2.1
25932024-04-10T16:32:00.696Z Documenting schemars v0.8.16
25942024-04-10T16:32:01.162Z Documenting digest v0.10.7
25952024-04-10T16:32:01.995Z Documenting indexmap v2.2.6
25962024-04-10T16:32:03.526Z Documenting rand v0.8.5
25972024-04-10T16:32:03.589Z Documenting time-macros v0.2.17
25982024-04-10T16:32:04.183Z Documenting unicode-width v0.1.11
25992024-04-10T16:32:04.320Z Documenting num_threads v0.1.6
26002024-04-10T16:32:06.274Z Documenting tracing v0.1.40
26012024-04-10T16:32:16.135Z Documenting time-core v0.1.2
26022024-04-10T16:32:16.242Z Documenting num-conv v0.1.0
26032024-04-10T16:32:16.322Z Documenting idna v0.5.0
26042024-04-10T16:32:16.388Z Documenting errno v0.3.8
26052024-04-10T16:32:16.617Z Documenting unicode-ident v1.0.12
26062024-04-10T16:32:16.645Z Documenting adler v1.0.2
26072024-04-10T16:32:17.134Z Documenting slog v2.7.0
26082024-04-10T16:32:18.840Z Documenting httparse v1.8.0
26092024-04-10T16:32:19.003Z Documenting time v0.3.34
26102024-04-10T16:32:19.292Z Documenting proc-macro2 v1.0.79
26112024-04-10T16:32:19.377Z Documenting miniz_oxide v0.7.1
26122024-04-10T16:32:20.556Z Documenting url v2.5.0
26132024-04-10T16:32:20.587Z Documenting rustix v0.38.31
26142024-04-10T16:32:21.268Z Documenting cpufeatures v0.2.12
26152024-04-10T16:32:22.778Z Documenting async-trait v0.1.79
26162024-04-10T16:32:22.942Z Documenting try-lock v0.2.4
26172024-04-10T16:32:23.685Z Documenting quote v1.0.36
26182024-04-10T16:32:23.928Z Documenting httpdate v1.0.3
26192024-04-10T16:32:24.849Z Documenting http-body v0.4.5
26202024-04-10T16:32:24.992Z Documenting aho-corasick v1.1.2
26212024-04-10T16:32:25.287Z Documenting tokio-util v0.7.10
26222024-04-10T16:32:25.768Z Documenting want v0.3.1
26232024-04-10T16:32:27.366Z Documenting openssl-sys v0.9.102
26242024-04-10T16:32:27.703Z Documenting openssl-macros v0.1.1
26252024-04-10T16:32:27.766Z Documenting regex-syntax v0.8.2
26262024-04-10T16:32:27.910Z Documenting syn v2.0.58
26272024-04-10T16:32:29.331Z Documenting gimli v0.28.0
26282024-04-10T16:32:29.720Z Documenting tower-service v0.3.2
26292024-04-10T16:32:29.925Z Documenting mime v0.3.17
26302024-04-10T16:32:31.073Z Documenting h2 v0.3.26
26312024-04-10T16:32:32.397Z Documenting object v0.32.1
26322024-04-10T16:32:33.095Z Documenting openssl v0.10.64
26332024-04-10T16:32:33.438Z Documenting rustc-demangle v0.1.23
26342024-04-10T16:32:33.622Z Documenting openssl-probe v0.1.5
26352024-04-10T16:32:33.950Z Documenting regex-automata v0.4.5
26362024-04-10T16:32:35.145Z Documenting addr2line v0.21.0
26372024-04-10T16:32:36.336Z Documenting ipnet v2.9.0
26382024-04-10T16:32:37.562Z Documenting base64ct v1.6.0
26392024-04-10T16:32:38.701Z Documenting futures-executor v0.3.30
26402024-04-10T16:32:40.359Z Documenting encoding_rs v0.8.33
26412024-04-10T16:32:40.410Z Documenting hyper v0.14.28
26422024-04-10T16:32:41.212Z Documenting native-tls v0.2.11
26432024-04-10T16:32:41.435Z Documenting psl-types v2.0.11
26442024-04-10T16:32:42.104Z Documenting regex v1.10.4
26452024-04-10T16:32:42.576Z Documenting backtrace v0.3.69
26462024-04-10T16:32:43.049Z Documenting serde_urlencoded v0.7.1
26472024-04-10T16:32:43.988Z Documenting publicsuffix v2.2.3
26482024-04-10T16:32:44.592Z Documenting crossbeam-utils v0.8.19
26492024-04-10T16:32:46.089Z Documenting tokio-native-tls v0.3.1
26502024-04-10T16:32:46.473Z Documenting utf8parse v0.2.1
26512024-04-10T16:32:47.381Z Documenting futures v0.3.30
26522024-04-10T16:32:47.432Z Documenting pem-rfc7468 v0.7.0
26532024-04-10T16:32:47.590Z Documenting anyhow v1.0.82
26542024-04-10T16:32:47.973Z Documenting cookie_store v0.20.0
26552024-04-10T16:32:48.749Z Checking pest_meta v2.7.6
26562024-04-10T16:32:49.301Z Documenting der_derive v0.7.2
26572024-04-10T16:32:49.587Z Documenting flagset v0.4.3
26582024-04-10T16:32:51.122Z Documenting sync_wrapper v0.1.2
26592024-04-10T16:32:51.311Z Documenting webpki-roots v0.25.2
26602024-04-10T16:32:51.428Z Documenting num-integer v0.1.46
26612024-04-10T16:32:51.520Z Documenting hyper-tls v0.5.0
26622024-04-10T16:32:52.342Z Documenting hyper-rustls v0.24.2
26632024-04-10T16:32:52.961Z Documenting pest_meta v2.7.6
26642024-04-10T16:32:53.787Z Documenting scroll_derive v0.12.0
26652024-04-10T16:32:54.509Z Documenting der v0.7.8
26662024-04-10T16:32:54.814Z Checking pest_generator v2.7.6
26672024-04-10T16:32:55.120Z Documenting openapiv3 v2.0.0
26682024-04-10T16:32:55.394Z Documenting ucd-trie v0.1.6
26692024-04-10T16:32:55.434Z Documenting plain v0.2.3
26702024-04-10T16:32:57.052Z Documenting pest_generator v2.7.6
26712024-04-10T16:32:57.851Z Documenting spin v0.9.8
26722024-04-10T16:32:58.159Z Documenting pretty-hex v0.4.1
26732024-04-10T16:32:58.312Z Documenting scroll v0.12.0
26742024-04-10T16:32:58.562Z Documenting reqwest v0.11.24
26752024-04-10T16:32:59.291Z Documenting pest v2.7.6
26762024-04-10T16:32:59.362Z Documenting spki v0.7.2
26772024-04-10T16:33:00.758Z Documenting either v1.10.0
26782024-04-10T16:33:01.126Z Documenting anstyle v1.0.6
26792024-04-10T16:33:01.841Z Documenting anstyle-parse v0.2.1
26802024-04-10T16:33:01.886Z Documenting pest_derive v2.7.6
26812024-04-10T16:33:02.342Z Documenting goblin v0.8.0
26822024-04-10T16:33:03.261Z Documenting pkcs8 v0.10.2
26832024-04-10T16:33:04.051Z Documenting thread-id v4.2.0
26842024-04-10T16:33:04.638Z Documenting data-encoding v2.4.0
26852024-04-10T16:33:04.861Z Documenting anstyle-query v1.0.0
26862024-04-10T16:33:05.120Z Documenting colorchoice v1.0.0
26872024-04-10T16:33:06.216Z Documenting dtrace-parser v0.2.0
26882024-04-10T16:33:07.102Z Documenting crossbeam-epoch v0.9.18
26892024-04-10T16:33:07.865Z Documenting terminal_size v0.3.0
26902024-04-10T16:33:08.026Z Documenting sha2 v0.10.8
26912024-04-10T16:33:08.679Z Documenting ipnetwork v0.20.0
26922024-04-10T16:33:08.991Z Documenting anstream v0.6.11
26932024-04-10T16:33:09.513Z Documenting hex v0.4.3
26942024-04-10T16:33:09.698Z Documenting dof v0.3.0
26952024-04-10T16:33:10.189Z Documenting crc32fast v1.3.2
26962024-04-10T16:33:11.246Z Documenting strsim v0.11.0
26972024-04-10T16:33:12.341Z Documenting untrusted v0.9.0
26982024-04-10T16:33:12.565Z Documenting clap_lex v0.7.0
26992024-04-10T16:33:13.162Z Documenting unicode-segmentation v1.10.1
27002024-04-10T16:33:13.718Z Documenting clap_derive v4.5.4
27012024-04-10T16:33:13.938Z Documenting num-iter v0.1.44
27022024-04-10T16:33:14.150Z Documenting hmac v0.12.1
27032024-04-10T16:33:14.853Z Documenting usdt-impl v0.5.0
27042024-04-10T16:33:15.003Z Documenting signal-hook v0.3.17
27052024-04-10T16:33:15.092Z Documenting ring v0.17.8
27062024-04-10T16:33:16.261Z Documenting base64 v0.22.0
27072024-04-10T16:33:16.287Z Documenting clap_builder v4.5.2
27082024-04-10T16:33:18.086Z Documenting static_assertions v1.1.0
27092024-04-10T16:33:18.737Z Documenting flate2 v1.0.28
27102024-04-10T16:33:18.907Z Documenting managed v0.8.0
27112024-04-10T16:33:19.095Z Documenting signal-hook-mio v0.2.3
27122024-04-10T16:33:20.381Z Documenting block-padding v0.3.3
27132024-04-10T16:33:20.423Z Documenting scheduled-thread-pool v0.2.7
27142024-04-10T16:33:20.698Z Documenting bzip2-sys v0.1.11+1.0.8
27152024-04-10T16:33:20.834Z Documenting enum-as-inner v0.5.1
27162024-04-10T16:33:22.147Z Documenting diesel_table_macro_syntax v0.1.0
27172024-04-10T16:33:22.749Z Documenting clap v4.5.4
27182024-04-10T16:33:23.272Z Checking diesel_table_macro_syntax v0.1.0
27192024-04-10T16:33:23.331Z Documenting crossterm v0.27.0
27202024-04-10T16:33:23.440Z Documenting md-5 v0.10.5
27212024-04-10T16:33:24.450Z Documenting r2d2 v0.8.10
27222024-04-10T16:33:24.789Z Documenting inout v0.1.3
27232024-04-10T16:33:24.891Z Documenting bzip2 v0.4.4
27242024-04-10T16:33:25.161Z Documenting trust-dns-proto v0.22.0
27252024-04-10T16:33:26.613Z Documenting diesel_derives v2.1.2
27262024-04-10T16:33:27.782Z Documenting stringprep v0.1.3
27272024-04-10T16:33:27.826Z Documenting regress v0.9.1
27282024-04-10T16:33:28.275Z Documenting ff v0.13.0
27292024-04-10T16:33:28.624Z Documenting toml_datetime v0.6.5
27302024-04-10T16:33:28.954Z Documenting serde_spanned v0.6.5
27312024-04-10T16:33:29.192Z Documenting pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
27322024-04-10T16:33:31.984Z Documenting fallible-iterator v0.2.0
27332024-04-10T16:33:32.422Z Documenting bit-vec v0.6.3
27342024-04-10T16:33:32.791Z Documenting siphasher v0.3.11
27352024-04-10T16:33:33.181Z Documenting winnow v0.6.1
27362024-04-10T16:33:33.427Z Documenting base16ct v0.2.0
27372024-04-10T16:33:33.604Z Documenting group v0.13.0
27382024-04-10T16:33:33.711Z Documenting diesel v2.1.5
27392024-04-10T16:33:34.121Z Documenting cipher v0.4.4
27402024-04-10T16:33:35.482Z Documenting phf_shared v0.11.2
27412024-04-10T16:33:36.343Z Documenting zip v0.6.6
27422024-04-10T16:33:36.453Z Documenting sec1 v0.7.3
27432024-04-10T16:33:36.684Z Documenting postgres-protocol v0.6.6
27442024-04-10T16:33:37.616Z Documenting hkdf v0.12.4
27452024-04-10T16:33:38.306Z Documenting toml_edit v0.22.9
27462024-04-10T16:33:48.832Z Documenting num-bigint v0.4.4
27472024-04-10T16:33:49.106Z Documenting bstr v1.9.0
27482024-04-10T16:33:49.574Z Documenting console v0.15.8
27492024-04-10T16:33:58.917Z Documenting crypto-bigint v0.5.2
27502024-04-10T16:33:59.190Z Documenting hubpack v0.1.2
27512024-04-10T16:33:59.741Z Documenting serde_repr v0.1.16
27522024-04-10T16:33:59.772Z Documenting fixedbitset v0.4.2
27532024-04-10T16:34:00.054Z Checking ident_case v1.0.1
27542024-04-10T16:34:00.205Z Checking unsafe-libyaml v0.2.10
27552024-04-10T16:34:00.259Z Documenting precomputed-hash v0.1.1
27562024-04-10T16:34:00.910Z Checking strsim v0.10.0
27572024-04-10T16:34:01.126Z Documenting minimal-lexical v0.2.1
27582024-04-10T16:34:01.203Z Documenting lalrpop-util v0.19.12
27592024-04-10T16:34:01.640Z Documenting heck v0.4.1
27602024-04-10T16:34:02.795Z Documenting new_debug_unreachable v1.0.4
27612024-04-10T16:34:03.160Z Documenting petgraph v0.6.4
27622024-04-10T16:34:04.033Z Documenting yasna v0.5.2
27632024-04-10T16:34:13.939Z Documenting gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
27642024-04-10T16:34:14.043Z Documenting nom v7.1.3
27652024-04-10T16:34:14.245Z Documenting postgres-types v0.2.6
27662024-04-10T16:34:14.384Z Documenting typify-impl v0.0.16 (https://github.com/oxidecomputer/typify#c5ebe0a2)
27672024-04-10T16:34:14.447Z Documenting string_cache v0.8.7
27682024-04-10T16:34:14.779Z Documenting phf v0.11.2
27692024-04-10T16:34:14.975Z Documenting elliptic-curve v0.13.8
27702024-04-10T16:34:15.718Z Documenting similar v2.4.0
27712024-04-10T16:34:18.811Z Documenting typify-macro v0.0.16 (https://github.com/oxidecomputer/typify#c5ebe0a2)
27722024-04-10T16:34:18.840Z Documenting semver v1.0.22
27732024-04-10T16:34:18.940Z Documenting float-cmp v0.9.0
27742024-04-10T16:34:19.885Z Documenting predicates-core v1.0.6
27752024-04-10T16:34:19.932Z Documenting unsafe-libyaml v0.2.10
27762024-04-10T16:34:20.329Z Documenting normalize-line-endings v0.3.0
27772024-04-10T16:34:31.035Z Documenting peg-runtime v0.8.2
27782024-04-10T16:34:31.162Z Documenting difflib v0.4.0
27792024-04-10T16:34:31.222Z Documenting whoami v1.5.0
27802024-04-10T16:34:31.528Z Documenting serde_yaml v0.9.25
27812024-04-10T16:34:31.553Z Checking serde_yaml v0.9.25
27822024-04-10T16:34:31.661Z Checking darling_core v0.20.8
27832024-04-10T16:34:31.835Z Documenting typify v0.0.16 (https://github.com/oxidecomputer/typify#c5ebe0a2)
27842024-04-10T16:34:32.002Z Documenting bit-set v0.5.3
27852024-04-10T16:34:33.165Z Documenting progenitor-client v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f)
27862024-04-10T16:34:33.240Z Documenting getopts v0.2.21
27872024-04-10T16:34:34.806Z Documenting tokio-stream v0.1.15
27882024-04-10T16:34:34.967Z Documenting predicates v3.1.0
27892024-04-10T16:34:35.161Z Documenting tokio-postgres v0.7.10
27902024-04-10T16:34:35.856Z Documenting ident_case v1.0.1
27912024-04-10T16:34:37.139Z Checking darling v0.20.8
27922024-04-10T16:34:37.259Z Documenting is-terminal v0.4.9
27932024-04-10T16:34:37.663Z Documenting progenitor-macro v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f)
27942024-04-10T16:34:37.834Z Documenting progenitor-impl v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f)
27952024-04-10T16:34:39.665Z Documenting darling_core v0.20.8
27962024-04-10T16:34:39.950Z Documenting strum v0.26.2
27972024-04-10T16:34:40.110Z Documenting dirs-sys-next v0.1.2
27982024-04-10T16:34:40.373Z Documenting match_cfg v0.1.0
27992024-04-10T16:34:41.719Z Documenting sha1 v0.10.6
28002024-04-10T16:34:43.039Z Documenting hostname v0.3.1
28012024-04-10T16:34:43.765Z Documenting http v1.0.0
28022024-04-10T16:34:43.920Z Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
28032024-04-10T16:34:44.253Z Documenting dirs-next v2.0.0
28042024-04-10T16:34:45.206Z Documenting camino v1.1.6
28052024-04-10T16:34:45.635Z Documenting progenitor v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f)
28062024-04-10T16:34:46.245Z Documenting thread_local v1.1.7
28072024-04-10T16:34:46.949Z Documenting rustls-pki-types v1.3.0
28082024-04-10T16:34:47.714Z Documenting crossbeam-channel v0.5.8
28092024-04-10T16:34:47.788Z Documenting darling_macro v0.20.8
28102024-04-10T16:34:48.125Z Documenting term v0.7.0
28112024-04-10T16:34:48.937Z Documenting paste v1.0.14
28122024-04-10T16:34:49.603Z Documenting take_mut v0.2.2
28132024-04-10T16:34:50.184Z Documenting slog-json v2.6.1
28142024-04-10T16:34:50.834Z Documenting rustls-webpki v0.102.1
28152024-04-10T16:34:52.082Z Documenting async-stream-impl v0.3.5
28162024-04-10T16:34:52.393Z Documenting slog-term v2.9.1
28172024-04-10T16:34:52.472Z Documenting darling v0.20.8
28182024-04-10T16:34:52.896Z Documenting atomic-waker v1.1.1
28192024-04-10T16:34:53.434Z Documenting slog-async v2.8.0
28202024-04-10T16:34:54.821Z Documenting debug-ignore v1.0.5
28212024-04-10T16:34:54.880Z Documenting slog-bunyan v2.5.0
28222024-04-10T16:34:55.366Z Documenting rustls v0.22.2
28232024-04-10T16:34:55.674Z Documenting waitgroup v0.1.2
28242024-04-10T16:34:56.502Z Documenting async-stream v0.3.5
28252024-04-10T16:34:57.246Z Documenting rustls-pemfile v2.1.2
28262024-04-10T16:34:57.401Z Documenting multer v3.0.0
28272024-04-10T16:34:57.524Z Documenting toml v0.8.12
28282024-04-10T16:34:57.878Z Documenting dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#29ae98d1)
28292024-04-10T16:34:59.199Z Documenting serde_path_to_error v0.1.16
28302024-04-10T16:34:59.337Z Documenting serde_with_macros v3.7.0
28312024-04-10T16:35:00.297Z Documenting structmeta-derive v0.3.0
28322024-04-10T16:35:00.804Z Checking structmeta v0.3.0
28332024-04-10T16:35:01.016Z Documenting instant v0.1.12
28342024-04-10T16:35:02.108Z Documenting newtype-uuid v1.0.1
28352024-04-10T16:35:03.685Z Documenting slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
28362024-04-10T16:35:03.711Z Documenting mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8207cb9c90cd7144c3f351823bfb2ae3e221ad10#8207cb9c)
28372024-04-10T16:35:03.737Z Documenting serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
28382024-04-10T16:35:03.936Z Documenting tokio-rustls v0.25.0
28392024-04-10T16:35:04.496Z Documenting serde_with v3.7.0
28402024-04-10T16:35:04.876Z Documenting backoff v0.4.0
28412024-04-10T16:35:05.331Z Documenting structmeta v0.3.0
28422024-04-10T16:35:07.243Z Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
28432024-04-10T16:35:07.342Z Documenting slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
28442024-04-10T16:35:07.508Z Documenting macaddr v1.0.1
28452024-04-10T16:35:09.170Z Documenting dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#29ae98d1)
28462024-04-10T16:35:09.779Z Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
28472024-04-10T16:35:09.926Z Documenting parse-display-derive v0.9.0
28482024-04-10T16:35:10.998Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
28492024-04-10T16:35:11.211Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
28502024-04-10T16:35:11.236Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
28512024-04-10T16:35:11.827Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
28522024-04-10T16:35:12.605Z Documenting fastrand v2.0.1
28532024-04-10T16:35:12.734Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
28542024-04-10T16:35:12.987Z Documenting proc-macro-crate v1.3.1
28552024-04-10T16:35:13.403Z Checking proc-macro-crate v1.3.1
28562024-04-10T16:35:13.571Z Documenting foreign-types-macros v0.2.3
28572024-04-10T16:35:13.623Z Documenting foreign-types-shared v0.3.1
28582024-04-10T16:35:14.036Z Documenting libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
28592024-04-10T16:35:14.666Z Documenting nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
28602024-04-10T16:35:15.361Z Documenting parse-display v0.9.0
28612024-04-10T16:35:16.424Z Documenting tempfile v3.10.1
28622024-04-10T16:35:16.537Z Documenting cstr-argument v0.1.2
28632024-04-10T16:35:17.765Z Documenting rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
28642024-04-10T16:35:17.929Z Documenting num_enum_derive v0.5.11
28652024-04-10T16:35:18.344Z Documenting foreign-types v0.5.0
28662024-04-10T16:35:18.594Z Documenting tabwriter v1.4.0
28672024-04-10T16:35:19.554Z Documenting colored v2.1.0
28682024-04-10T16:35:20.378Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
28692024-04-10T16:35:20.944Z Documenting camino-tempfile v1.1.1
28702024-04-10T16:35:22.260Z Documenting nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
28712024-04-10T16:35:22.383Z Documenting rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
28722024-04-10T16:35:22.550Z Documenting hash32 v0.3.1
28732024-04-10T16:35:22.576Z Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
28742024-04-10T16:35:23.266Z Documenting stable_deref_trait v1.2.0
28752024-04-10T16:35:24.000Z Documenting num_enum v0.5.11
28762024-04-10T16:35:25.358Z Documenting smf v0.2.3
28772024-04-10T16:35:25.865Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
28782024-04-10T16:35:26.057Z Documenting cobs v0.2.3
28792024-04-10T16:35:26.141Z Documenting embedded-io v0.4.0
28802024-04-10T16:35:26.245Z Documenting illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
28812024-04-10T16:35:26.401Z Documenting heapless v0.8.0
28822024-04-10T16:35:27.859Z Documenting dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
28832024-04-10T16:35:28.698Z Documenting crucible-workspace-hack v0.1.0
28842024-04-10T16:35:29.013Z Documenting postcard v1.0.8
28852024-04-10T16:35:29.200Z Documenting derror-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
28862024-04-10T16:35:29.430Z Documenting proc-macro-error-attr v1.0.4
28872024-04-10T16:35:30.083Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
28882024-04-10T16:35:30.949Z Documenting smoltcp v0.11.0
28892024-04-10T16:35:32.323Z Documenting kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
28902024-04-10T16:35:32.521Z Checking proc-macro-error v1.0.4
28912024-04-10T16:35:32.760Z Documenting memmap v0.7.0
28922024-04-10T16:35:33.158Z Documenting poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
28932024-04-10T16:35:33.242Z Documenting proc-macro-error v1.0.4
28942024-04-10T16:35:33.806Z Documenting libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d)
28952024-04-10T16:35:35.994Z Documenting bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8ff3ab62246fa1f8b8a5bfab0a7b8e1000926361#8ff3ab62)
28962024-04-10T16:35:36.122Z Documenting opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
28972024-04-10T16:35:36.623Z Documenting newline-converter v0.3.0
28982024-04-10T16:35:36.830Z Documenting usdt v0.5.0
28992024-04-10T16:35:37.196Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
29002024-04-10T16:35:37.559Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
29012024-04-10T16:35:38.537Z Documenting sigpipe v0.1.3
29022024-04-10T16:35:38.662Z Documenting num-derive v0.4.0
29032024-04-10T16:35:39.527Z Documenting zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
29042024-04-10T16:35:40.120Z Documenting bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8ff3ab62246fa1f8b8a5bfab0a7b8e1000926361#8ff3ab62)
29052024-04-10T16:35:40.330Z Documenting expectorate v1.1.0
29062024-04-10T16:35:40.441Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
29072024-04-10T16:35:41.915Z Documenting opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
29082024-04-10T16:35:42.226Z Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
29092024-04-10T16:35:42.458Z Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
29102024-04-10T16:35:42.758Z Documenting password-hash v0.5.0
29112024-04-10T16:35:43.180Z Documenting crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=5677c7be81b60d9ba9c30991d10376f279a1d3b7#5677c7be)
29122024-04-10T16:35:44.324Z Documenting blake2 v0.10.6
29132024-04-10T16:35:44.878Z Documenting humantime v2.1.0
29142024-04-10T16:35:44.904Z Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
29152024-04-10T16:35:47.243Z Documenting linked-hash-map v0.5.6
29162024-04-10T16:35:47.471Z Documenting bytecount v0.6.3
29172024-04-10T16:35:47.758Z Documenting oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
29182024-04-10T16:35:48.005Z Documenting tabled_derive v0.7.0
29192024-04-10T16:35:48.405Z Documenting derive-where v1.2.7
29202024-04-10T16:35:48.683Z Documenting argon2 v0.5.3
29212024-04-10T16:35:50.064Z Documenting papergrid v0.11.0
29222024-04-10T16:35:51.160Z Documenting lru-cache v0.1.2
29232024-04-10T16:35:52.656Z Documenting swrite v0.1.0
29242024-04-10T16:35:52.729Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
29252024-04-10T16:35:53.608Z Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
29262024-04-10T16:35:53.877Z Documenting newtype_derive v0.1.6
29272024-04-10T16:35:54.233Z Documenting opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
29282024-04-10T16:35:54.572Z Documenting tabled v0.15.0
29292024-04-10T16:35:54.860Z Documenting itertools v0.12.1
29302024-04-10T16:35:54.986Z Documenting arc-swap v1.6.0
29312024-04-10T16:35:55.216Z Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
29322024-04-10T16:35:56.562Z Documenting quick-error v1.2.3
29332024-04-10T16:35:57.686Z Documenting steno v0.4.0
29342024-04-10T16:35:58.973Z Documenting slog-scope v4.4.0
29352024-04-10T16:35:59.406Z Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
29362024-04-10T16:36:00.327Z Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
29372024-04-10T16:36:00.447Z Documenting resolv-conf v0.7.0
29382024-04-10T16:36:00.937Z Documenting num-rational v0.4.1
29392024-04-10T16:36:01.334Z Documenting num-complex v0.4.4
29402024-04-10T16:36:02.820Z Documenting slog-stdlog v4.1.1
29412024-04-10T16:36:04.660Z Documenting trust-dns-resolver v0.22.0
29422024-04-10T16:36:05.254Z Documenting filetime v0.2.23
29432024-04-10T16:36:05.555Z Documenting xattr v1.0.1
29442024-04-10T16:36:05.963Z Documenting tap v1.0.1
29452024-04-10T16:36:06.811Z Documenting slog-envlogger v2.2.0
29462024-04-10T16:36:08.592Z Documenting wyz v0.5.1
29472024-04-10T16:36:09.082Z Documenting num v0.4.1
29482024-04-10T16:36:09.508Z Documenting tar v0.4.40
29492024-04-10T16:36:11.479Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
29502024-04-10T16:36:11.854Z Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
29512024-04-10T16:36:12.284Z Documenting radium v0.7.0
29522024-04-10T16:36:12.528Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
29532024-04-10T16:36:12.568Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
29542024-04-10T16:36:12.772Z Documenting nibble_vec v0.1.0
29552024-04-10T16:36:12.926Z Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
29562024-04-10T16:36:13.115Z Documenting endian-type v0.1.2
29572024-04-10T16:36:13.637Z Documenting crc-catalog v2.2.0
29582024-04-10T16:36:13.881Z Documenting funty v2.0.0
29592024-04-10T16:36:14.844Z Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
29602024-04-10T16:36:15.162Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
29612024-04-10T16:36:15.586Z Documenting cancel-safe-futures v0.1.5
29622024-04-10T16:36:16.375Z Documenting crc v3.0.1
29632024-04-10T16:36:16.566Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
29642024-04-10T16:36:16.881Z Documenting packed_struct_codegen v0.10.1
29652024-04-10T16:36:16.909Z Documenting bitvec v1.0.1
29662024-04-10T16:36:17.055Z Documenting radix_trie v0.2.1
29672024-04-10T16:36:17.547Z Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
29682024-04-10T16:36:18.685Z Documenting same-file v1.0.6
29692024-04-10T16:36:19.224Z Documenting nodrop v0.1.14
29702024-04-10T16:36:20.644Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
29712024-04-10T16:36:21.418Z Documenting num-bigint-dig v0.8.4
29722024-04-10T16:36:21.765Z Documenting pkcs1 v0.7.5
29732024-04-10T16:36:21.890Z Documenting packed_struct v0.10.1
29742024-04-10T16:36:22.025Z Documenting array-init v0.0.4
29752024-04-10T16:36:22.468Z Documenting walkdir v2.5.0
29762024-04-10T16:36:23.633Z Documenting signature v2.1.0
29772024-04-10T16:36:25.019Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
29782024-04-10T16:36:25.380Z Documenting display-error-chain v0.2.0
29792024-04-10T16:36:25.809Z Documenting bitfield v0.14.0
29802024-04-10T16:36:26.432Z Documenting termcolor v1.2.0
29812024-04-10T16:36:27.300Z Documenting serde-hex v0.1.0
29822024-04-10T16:36:28.274Z Documenting rsa v0.9.2
29832024-04-10T16:36:28.589Z Documenting tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
29842024-04-10T16:36:29.245Z Documenting slog-dtrace v0.3.0
29852024-04-10T16:36:30.335Z Documenting lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
29862024-04-10T16:36:30.464Z Documenting env_logger v0.10.0
29872024-04-10T16:36:30.598Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
29882024-04-10T16:36:30.859Z Documenting pem v3.0.4
29892024-04-10T16:36:32.247Z Documenting x509-cert v0.2.4
29902024-04-10T16:36:32.711Z Documenting libsw v3.3.1
29912024-04-10T16:36:33.009Zwarning: unresolved link to `StNestedBuilder::make_subsection`
29922024-04-10T16:36:33.010Z --> nexus/types/src/sectioned_table.rs:145:7
29932024-04-10T16:36:33.010Z |
29942024-04-10T16:36:33.010Z145 | /// [`StNestedBuilder::make_subsection`].
29952024-04-10T16:36:33.010Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `StNestedBuilder` in scope
29962024-04-10T16:36:33.010Z |
29972024-04-10T16:36:33.010Z = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default
29982024-04-10T16:36:33.010Z
29992024-04-10T16:36:34.795Z Documenting ron v0.8.1
30002024-04-10T16:36:34.952Zwarning: `nexus-types` (lib doc) generated 1 warning
30012024-04-10T16:36:34.979Z Documenting half v2.3.1
30022024-04-10T16:36:35.070Z Documenting owo-colors v4.0.0
30032024-04-10T16:36:35.505Z Documenting linear-map v1.2.0
30042024-04-10T16:36:35.545Z Documenting crc-any v2.4.3
30052024-04-10T16:36:37.447Z Documenting ciborium-io v0.2.2
30062024-04-10T16:36:37.827Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
30072024-04-10T16:36:38.039Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
30082024-04-10T16:36:38.482Z Documenting lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
30092024-04-10T16:36:39.317Z Documenting headers-core v0.2.0
30102024-04-10T16:36:39.380Z Documenting tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
30112024-04-10T16:36:39.516Z Documenting path-slash v0.1.5
30122024-04-10T16:36:39.623Z Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
30132024-04-10T16:36:41.278Z Documenting ciborium-ll v0.2.2
30142024-04-10T16:36:43.064Z Documenting internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
30152024-04-10T16:36:43.279Z Documenting fxhash v0.2.1
30162024-04-10T16:36:43.849Z Documenting headers v0.3.9
30172024-04-10T16:36:45.097Z Documenting ciborium v0.2.2
30182024-04-10T16:36:46.283Z Documenting hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84)
30192024-04-10T16:36:47.224Z Documenting async-recursion v1.1.0
30202024-04-10T16:36:47.943Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
30212024-04-10T16:36:48.659Z Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
30222024-04-10T16:36:49.382Z Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
30232024-04-10T16:36:49.574Z Documenting vte_generate_state_changes v0.1.1
30242024-04-10T16:36:51.780Z Checking convert_case v0.4.0
30252024-04-10T16:36:51.981Z Documenting convert_case v0.4.0
30262024-04-10T16:36:53.422Z Documenting vte v0.11.1
30272024-04-10T16:36:55.665Z Documenting derive_more v0.99.17
30282024-04-10T16:36:56.001Z Documenting buf-list v1.0.3
30292024-04-10T16:36:57.189Z Documenting derive_builder_core v0.20.0
30302024-04-10T16:36:58.156Z Documenting bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
30312024-04-10T16:37:00.345Z Checking derive_builder_core v0.20.0
30322024-04-10T16:37:00.695Z Documenting fd-lock v4.0.2
30332024-04-10T16:37:01.092Z Documenting viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
30342024-04-10T16:37:01.342Z Checking heck v0.3.3
30352024-04-10T16:37:01.497Z Documenting bitstruct_derive v0.1.0
30362024-04-10T16:37:01.694Z Documenting pin-project-internal v1.1.3
30372024-04-10T16:37:02.478Z Documenting ascii v1.1.0
30382024-04-10T16:37:02.566Z Documenting bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
30392024-04-10T16:37:03.594Z Documenting derive_builder_macro v0.20.0
30402024-04-10T16:37:04.969Z Documenting viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
30412024-04-10T16:37:05.162Z Documenting structopt-derive v0.4.18
30422024-04-10T16:37:05.528Z Documenting rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c)
30432024-04-10T16:37:06.305Z Documenting bitstruct v0.1.1
30442024-04-10T16:37:06.639Z Documenting pin-project v1.1.3
30452024-04-10T16:37:06.980Z Documenting strip-ansi-escapes v0.2.0
30462024-04-10T16:37:07.575Z Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
30472024-04-10T16:37:08.982Z Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
30482024-04-10T16:37:09.076Z Documenting dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
30492024-04-10T16:37:09.284Z Documenting crossbeam-deque v0.8.3
30502024-04-10T16:37:10.246Z Documenting propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
30512024-04-10T16:37:10.882Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
30522024-04-10T16:37:10.951Z Documenting serde_arrays v0.1.0
30532024-04-10T16:37:11.777Z Documenting erased-serde v0.3.31
30542024-04-10T16:37:13.333Z Documenting snafu-derive v0.8.2
30552024-04-10T16:37:13.358Z Documenting ref-cast-impl v1.0.20
30562024-04-10T16:37:15.149Z Checking unicode-xid v0.2.4
30572024-04-10T16:37:15.282Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
30582024-04-10T16:37:15.351Z Documenting unicode-xid v0.2.4
30592024-04-10T16:37:15.566Z Documenting nu-ansi-term v0.50.0
30602024-04-10T16:37:16.809Z Documenting propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
30612024-04-10T16:37:17.825Z Documenting ref-cast v1.0.20
30622024-04-10T16:37:18.194Z Documenting const_format_proc_macros v0.2.32
30632024-04-10T16:37:25.073Z Documenting snafu v0.8.2
30642024-04-10T16:37:25.100Z Documenting reedline v0.31.0
30652024-04-10T16:37:25.100Z Documenting rayon-core v1.12.1
30662024-04-10T16:37:25.100Z Documenting structopt v0.3.26
30672024-04-10T16:37:25.132Z Documenting derive_builder v0.20.0
30682024-04-10T16:37:25.132Z Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
30692024-04-10T16:37:25.132Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
30702024-04-10T16:37:25.736Z Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
30712024-04-10T16:37:26.213Z Documenting libefi-sys v0.1.0
30722024-04-10T16:37:26.387Z Documenting trust-dns-client v0.22.0
30732024-04-10T16:37:26.794Z Documenting polar-core v0.27.3
30742024-04-10T16:37:30.375Z Documenting libxml v0.3.3
30752024-04-10T16:37:31.065Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
30762024-04-10T16:37:31.256Z Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
30772024-04-10T16:37:31.282Z Documenting illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
30782024-04-10T16:37:32.033Z Documenting globset v0.4.13
30792024-04-10T16:37:33.562Z Documenting bb8 v0.8.3
30802024-04-10T16:37:34.100Z Documenting olpc-cjson v0.1.3
30812024-04-10T16:37:34.917Z Documenting serde_plain v1.0.2
30822024-04-10T16:37:35.368Z Documenting quick-xml v0.31.0
30832024-04-10T16:37:36.919Z Documenting oso-derive v0.27.3
30842024-04-10T16:37:36.950Z Documenting impl-trait-for-tuples v0.2.2
30852024-04-10T16:37:38.752Z Documenting typed-path v0.7.0
30862024-04-10T16:37:38.920Z Documenting maplit v1.0.2
30872024-04-10T16:37:39.201Z Documenting utf-8 v0.7.6
30882024-04-10T16:37:40.921Z Documenting libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81)
30892024-04-10T16:37:41.494Z Documenting keccak v0.1.4
30902024-04-10T16:37:42.169Z Documenting samael v0.0.15
30912024-04-10T16:37:42.698Z Documenting oso v0.27.3
30922024-04-10T16:37:42.994Z Documenting tungstenite v0.21.0
30932024-04-10T16:37:43.289Z Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
30942024-04-10T16:37:44.037Z Documenting tough v0.17.1
30952024-04-10T16:37:44.064Z Documenting sha3 v0.10.8
30962024-04-10T16:37:44.731Z Documenting libnvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81)
30972024-04-10T16:37:48.076Z Documenting async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef)
30982024-04-10T16:37:48.537Z Documenting tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802)
30992024-04-10T16:37:48.890Z Documenting trust-dns-server v0.22.1
31002024-04-10T16:37:49.073Z Documenting cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
31012024-04-10T16:37:52.762Z Documenting libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
31022024-04-10T16:37:52.825Z Documenting rayon v1.10.0
31032024-04-10T16:37:52.850Z Documenting const_format v0.2.32
31042024-04-10T16:37:53.831Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
31052024-04-10T16:37:55.383Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
31062024-04-10T16:37:55.774Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
31072024-04-10T16:37:55.861Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
31082024-04-10T16:37:55.933Z Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
31092024-04-10T16:37:56.342Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
31102024-04-10T16:37:56.685Z Documenting sled v0.34.7
31112024-04-10T16:37:56.710Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
31122024-04-10T16:37:56.834Z Documenting fs-err v2.11.0
31132024-04-10T16:37:57.083Z Documenting nix v0.28.0
31142024-04-10T16:37:57.367Z Documenting diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#62ef5ca0)
31152024-04-10T16:38:00.051Z Documenting cookie v0.18.1
31162024-04-10T16:38:00.076Z Documenting unicase v2.7.0
31172024-04-10T16:38:00.680Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31182024-04-10T16:38:00.955Z Documenting secrecy v0.8.0
31192024-04-10T16:38:00.980Z Documenting gethostname v0.4.3
31202024-04-10T16:38:02.297Z Documenting peg-macros v0.8.2
31212024-04-10T16:38:02.620Z Documenting rustversion v1.0.14
31222024-04-10T16:38:03.040Z Documenting sqlparser_derive v0.2.2
31232024-04-10T16:38:04.763Z Documenting parse-size v1.0.0
31242024-04-10T16:38:04.951Z Documenting home v0.5.5
31252024-04-10T16:38:05.089Z Documenting unicode_categories v0.1.1
31262024-04-10T16:38:05.651Z Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
31272024-04-10T16:38:06.642Z Documenting castaway v0.2.2
31282024-04-10T16:38:06.839Z Documenting peg v0.8.2
31292024-04-10T16:38:07.470Z Documenting tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
31302024-04-10T16:38:07.683Z Documenting sqlparser v0.44.0
31312024-04-10T16:38:08.895Z Documenting rustyline v14.0.0
31322024-04-10T16:38:09.048Z Documenting sqlformat v0.2.3
31332024-04-10T16:38:10.503Z Documenting mime_guess v2.0.4
31342024-04-10T16:38:10.775Z Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
31352024-04-10T16:38:13.441Z Documenting propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
31362024-04-10T16:38:14.484Z Documenting tokio-tungstenite v0.21.0
31372024-04-10T16:38:14.551Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
31382024-04-10T16:38:15.139Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
31392024-04-10T16:38:18.600Z Documenting dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
31402024-04-10T16:38:19.108Z Documenting zone v0.1.8
31412024-04-10T16:38:20.001Z Documenting libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#d44d9e08)
31422024-04-10T16:38:20.899Z Documenting propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
31432024-04-10T16:38:20.949Z Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
31442024-04-10T16:38:23.308Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
31452024-04-10T16:38:23.569Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
31462024-04-10T16:38:23.833Z Documenting ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8207cb9c90cd7144c3f351823bfb2ae3e221ad10#8207cb9c)
31472024-04-10T16:38:24.324Z Documenting portpicker v0.1.1
31482024-04-10T16:38:25.542Z Documenting universal-hash v0.5.1
31492024-04-10T16:38:26.013Z Documenting bcs v0.1.6
31502024-04-10T16:38:28.534Z Documenting kstat-rs v0.2.3
31512024-04-10T16:38:28.750Z Documenting thiserror-impl-no-std v2.0.2
31522024-04-10T16:38:30.347Z Documenting curve25519-dalek-derive v0.1.0
31532024-04-10T16:38:41.167Z Documenting opaque-debug v0.3.0
31542024-04-10T16:38:41.682Z Documenting highway v1.1.0
31552024-04-10T16:38:41.708Z Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
31562024-04-10T16:38:41.961Z Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
31572024-04-10T16:38:42.514Z Documenting thiserror-no-std v2.0.2
31582024-04-10T16:38:42.600Z Documenting libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1)
31592024-04-10T16:38:42.816Z Documenting curve25519-dalek v4.1.1
31602024-04-10T16:38:43.886Z Documenting poly1305 v0.8.0
31612024-04-10T16:38:45.394Z Documenting compact_str v0.7.1
31622024-04-10T16:38:45.824Z Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
31632024-04-10T16:38:48.343Z Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
31642024-04-10T16:38:48.711Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
31652024-04-10T16:38:49.721Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
31662024-04-10T16:38:50.417Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
31672024-04-10T16:38:50.466Z Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
31682024-04-10T16:38:51.151Z Documenting portable-atomic v1.4.3
31692024-04-10T16:38:54.605Z Documenting ed25519 v1.5.3
31702024-04-10T16:38:55.264Z Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
31712024-04-10T16:38:56.984Z Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
31722024-04-10T16:38:57.148Z Documenting memoffset v0.7.1
31732024-04-10T16:38:57.402Z Documenting rcgen v0.12.1
31742024-04-10T16:38:57.427Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
31752024-04-10T16:38:59.556Z Documenting propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=8ff3ab62246fa1f8b8a5bfab0a7b8e1000926361#8ff3ab62)
31762024-04-10T16:38:59.732Z Documenting crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5677c7be81b60d9ba9c30991d10376f279a1d3b7#5677c7be)
31772024-04-10T16:39:02.695Z Documenting atomicwrites v0.4.3
31782024-04-10T16:39:03.630Z Documenting chacha20 v0.9.1
31792024-04-10T16:39:05.018Zwarning: could not parse code block as Rust code
31802024-04-10T16:39:05.018Z --> oximeter/db/src/oxql/ast/grammar.rs:244:9
31812024-04-10T16:39:05.018Z |
31822024-04-10T16:39:05.018Z244 | / /// Parse a string literal, either single- or double-quoted.
31832024-04-10T16:39:05.018Z245 | | ///
31842024-04-10T16:39:05.018Z246 | | /// Parsing string literals is pretty tricky, but we add several
31852024-04-10T16:39:05.018Z247 | | /// constraints to simplify things. First strings must be quoted, either
31862024-04-10T16:39:05.018Z... |
31872024-04-10T16:39:05.018Z275 | | ///
31882024-04-10T16:39:05.018Z276 | | /// Will be parsed as `this string has " in it`.
31892024-04-10T16:39:05.018Z | |________________________________________________________^
31902024-04-10T16:39:05.018Z |
31912024-04-10T16:39:05.018Z = help: `ignore` code blocks require valid Rust code for syntax highlighting; mark blocks that do not contain Rust code as text: ```text
31922024-04-10T16:39:05.018Z = note: error from rustc: unknown start of token: \
31932024-04-10T16:39:05.018Z = note: error from rustc: unknown start of token: \
31942024-04-10T16:39:05.018Z = note: error from rustc: unknown start of token: \
31952024-04-10T16:39:05.019Z = note: error from rustc: unknown start of token: \
31962024-04-10T16:39:05.019Z = note: error from rustc: unknown start of token: \
31972024-04-10T16:39:05.019Z = note: `#[warn(rustdoc::invalid_rust_codeblocks)]` on by default
31982024-04-10T16:39:05.019Z
31992024-04-10T16:39:06.343Zwarning: `oximeter-db` (lib doc) generated 1 warning
32002024-04-10T16:39:06.370Z Documenting lru v0.12.1
32012024-04-10T16:39:07.066Z Documenting aead v0.5.2
32022024-04-10T16:39:08.138Z Documenting rand_seeder v0.2.3
32032024-04-10T16:39:08.286Z Documenting nanorand v0.7.0
32042024-04-10T16:39:08.947Z Documenting subprocess v0.2.9
32052024-04-10T16:39:09.946Z Documenting stability v0.1.1
32062024-04-10T16:39:10.474Z Documenting cassowary v0.3.0
32072024-04-10T16:39:12.094Z Documenting glob v0.3.1
32082024-04-10T16:39:22.225Z Documenting number_prefix v0.4.0
32092024-04-10T16:39:22.497Z Documenting flume v0.11.0
32102024-04-10T16:39:22.841Z Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
32112024-04-10T16:39:22.893Z Documenting chacha20poly1305 v0.10.1
32122024-04-10T16:39:23.015Z Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
32132024-04-10T16:39:23.316Z Documenting ratatui v0.26.1
32142024-04-10T16:39:23.596Z Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
32152024-04-10T16:39:26.116Z Documenting indicatif v0.17.8
32162024-04-10T16:39:26.950Z Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
32172024-04-10T16:39:27.213Z Documenting nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d)
32182024-04-10T16:39:38.661Z Documenting salty v0.2.0
32192024-04-10T16:39:38.850Z Documenting vsss-rs v3.3.4
32202024-04-10T16:39:38.878Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
32212024-04-10T16:39:39.630Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
32222024-04-10T16:39:39.787Z Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
32232024-04-10T16:39:40.193Z Documenting hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a)
32242024-04-10T16:39:40.530Z Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
32252024-04-10T16:39:41.643Z Documenting tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
32262024-04-10T16:39:41.992Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
32272024-04-10T16:39:42.251Z Documenting serde-big-array v0.5.1
32282024-04-10T16:39:42.822Z Documenting rtoolbox v0.0.1
32292024-04-10T16:39:44.394Z Documenting smawk v0.3.1
32302024-04-10T16:39:45.448Z Documenting http-range v0.1.5
32312024-04-10T16:39:45.476Z Documenting unicode-linebreak v0.1.5
32322024-04-10T16:39:46.318Z Documenting is_ci v1.2.0
32332024-04-10T16:39:47.137Z Documenting rpassword v7.3.1
32342024-04-10T16:39:48.181Z Documenting gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
32352024-04-10T16:39:48.409Z Documenting textwrap v0.16.1
32362024-04-10T16:39:49.307Z Documenting hyper-staticfile v0.9.5
32372024-04-10T16:39:50.250Z Documenting supports-color v3.0.0
32382024-04-10T16:39:51.208Z Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
32392024-04-10T16:39:52.398Z Documenting sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef)
32402024-04-10T16:39:54.332Z Documenting tui-tree-widget v0.19.0
32412024-04-10T16:39:54.715Z Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
32422024-04-10T16:39:54.760Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
32432024-04-10T16:39:56.038Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
32442024-04-10T16:39:57.974Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
32452024-04-10T16:39:58.755Z Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
32462024-04-10T16:39:58.780Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
32472024-04-10T16:39:59.563Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
32482024-04-10T16:39:59.606Zwarning: unresolved link to `test_sled_transitions`
32492024-04-10T16:39:59.606Z --> nexus/db-queries/src/db/datastore/sled.rs:591:11
32502024-04-10T16:39:59.606Z |
32512024-04-10T16:39:59.606Z591 | /// [`test_sled_transitions`].
32522024-04-10T16:39:59.606Z | ^^^^^^^^^^^^^^^^^^^^^ no item named `test_sled_transitions` in scope
32532024-04-10T16:39:59.606Z |
32542024-04-10T16:39:59.606Z = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
32552024-04-10T16:39:59.606Z = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default
32562024-04-10T16:39:59.606Z
32572024-04-10T16:39:59.632Zwarning: unresolved link to `test_sled_transitions`
32582024-04-10T16:39:59.632Z --> nexus/db-queries/src/db/datastore/sled.rs:627:11
32592024-04-10T16:39:59.632Z |
32602024-04-10T16:39:59.632Z627 | /// [`test_sled_transitions`].
32612024-04-10T16:39:59.632Z | ^^^^^^^^^^^^^^^^^^^^^ no item named `test_sled_transitions` in scope
32622024-04-10T16:39:59.632Z |
32632024-04-10T16:39:59.632Z = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
32642024-04-10T16:39:59.632Z
32652024-04-10T16:39:59.632Zwarning: unresolved link to `DataStore::update_tuf_repo_description_insert`
32662024-04-10T16:39:59.632Z --> nexus/db-queries/src/db/datastore/update.rs:28:27
32672024-04-10T16:39:59.632Z |
32682024-04-10T16:39:59.632Z28 | /// The return value of [`DataStore::update_tuf_repo_description_insert`].
32692024-04-10T16:39:59.632Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the struct `DataStore` has no field or associated item named `update_tuf_repo_description_insert`
32702024-04-10T16:39:59.632Z
32712024-04-10T16:39:59.930Z Documenting signal-hook-tokio v0.3.1
32722024-04-10T16:39:59.956Z Documenting memmap2 v0.7.1
32732024-04-10T16:40:00.030Z Documenting arrayvec v0.7.4
32742024-04-10T16:40:00.501Z Documenting constant_time_eq v0.3.0
32752024-04-10T16:40:03.165Z Documenting arrayref v0.3.7
32762024-04-10T16:40:03.328Z Documenting corncobs v0.1.3
32772024-04-10T16:40:04.305Z Documenting shell-words v1.1.0
32782024-04-10T16:40:04.811Z Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
32792024-04-10T16:40:06.091Z Documenting blake3 v1.5.0
32802024-04-10T16:40:06.310Z Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
32812024-04-10T16:40:06.398Z Documenting sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef)
32822024-04-10T16:40:08.256Z Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
32832024-04-10T16:40:10.481Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
32842024-04-10T16:40:10.800Z Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
32852024-04-10T16:40:12.715Z Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
32862024-04-10T16:40:14.966Zwarning: `nexus-db-queries` (lib doc) generated 3 warnings
32872024-04-10T16:40:14.991Z Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
32882024-04-10T16:40:15.758Z Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
32892024-04-10T16:40:23.889Z Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
32902024-04-10T16:40:24.272Zwarning: unclosed HTML tag `usize`
32912024-04-10T16:40:24.272Z --> wicket/src/ui/panes/update.rs:153:19
32922024-04-10T16:40:24.272Z |
32932024-04-10T16:40:24.272Z153 | /// TODO: The <usize> generic parameter is carried over from earlier versions
32942024-04-10T16:40:24.272Z | ^^^^^^^
32952024-04-10T16:40:24.272Z |
32962024-04-10T16:40:24.272Z = note: `#[warn(rustdoc::invalid_html_tags)]` on by default
32972024-04-10T16:40:24.273Z
32982024-04-10T16:40:25.492Zwarning: `wicket` (lib doc) generated 1 warning
32992024-04-10T16:40:25.517Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
33002024-04-10T16:40:26.987Z Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
33012024-04-10T16:40:28.823Z Documenting crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5677c7be81b60d9ba9c30991d10376f279a1d3b7#5677c7be)
33022024-04-10T16:40:31.186Z Documenting fatfs v0.3.6
33032024-04-10T16:40:31.394Z Documenting assert_matches v1.5.0
33042024-04-10T16:40:34.171Z Documenting topological-sort v0.2.2
33052024-04-10T16:40:36.238Z Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
33062024-04-10T16:40:37.617Z Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
33072024-04-10T16:40:37.980Z Documenting omicron-zone-package v0.11.0
33082024-04-10T16:40:38.384Z Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
33092024-04-10T16:40:41.557Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
33102024-04-10T16:40:44.972Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
33112024-04-10T16:40:45.781Z Documenting installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client)
33122024-04-10T16:40:46.782Z Documenting installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd)
33132024-04-10T16:40:50.613Z Checking installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd)
33142024-04-10T16:40:50.753Zwarning: unresolved link to `propolis_client::api::InstanceStateMonitorResponse`
33152024-04-10T16:40:50.753Z --> sled-agent/src/sim/instance.rs:46:7
33162024-04-10T16:40:50.753Z |
33172024-04-10T16:40:50.753Z46 | /// [`propolis_client::api::InstanceStateMonitorResponse`]. Transition requests
33182024-04-10T16:40:50.753Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `api` in module `propolis_client`
33192024-04-10T16:40:50.753Z |
33202024-04-10T16:40:50.753Z = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default
33212024-04-10T16:40:50.753Z
33222024-04-10T16:40:51.261Z Checking installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client)
33232024-04-10T16:40:53.862Zwarning: `omicron-sled-agent` (lib doc) generated 1 warning
33242024-04-10T16:40:53.887Z Documenting termios v0.3.3
33252024-04-10T16:40:55.395Z Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
33262024-04-10T16:40:57.827Z Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
33272024-04-10T16:40:59.893Z Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
33282024-04-10T16:41:03.911Z Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
33292024-04-10T16:41:10.424Z Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
33302024-04-10T16:41:10.499Z Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
33312024-04-10T16:41:21.748Z Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
33322024-04-10T16:41:34.496Z Documenting tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
33332024-04-10T16:41:35.104Z Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli)
33342024-04-10T16:41:36.102Z Documenting caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util)
33352024-04-10T16:41:37.641Z Documenting zone-network-setup v0.1.0 (/work/oxidecomputer/omicron/zone-network-setup)
33362024-04-10T16:41:39.066Z Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
33372024-04-10T16:41:41.011Z Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
33382024-04-10T16:41:44.891Z Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
33392024-04-10T16:42:14.810Zwarning: unresolved link to `VolumeConstructionRequest`
33402024-04-10T16:42:14.810Z --> nexus/src/app/sagas/volume_delete.rs:338:7
33412024-04-10T16:42:14.810Z |
33422024-04-10T16:42:14.810Z338 | /// [`VolumeConstructionRequest`] is shown here):
33432024-04-10T16:42:14.810Z | ^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `VolumeConstructionRequest` in scope
33442024-04-10T16:42:14.810Z |
33452024-04-10T16:42:14.810Z = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
33462024-04-10T16:42:14.810Z = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default
33472024-04-10T16:42:14.810Z
33482024-04-10T16:42:14.863Zwarning: unresolved link to `fd00:1122:3344:101::5`
33492024-04-10T16:42:14.863Z --> nexus/src/app/sagas/volume_delete.rs:348:17
33502024-04-10T16:42:14.864Z |
33512024-04-10T16:42:14.864Z348 | /// "[fd00:1122:3344:101::5]:1000",
33522024-04-10T16:42:14.864Z | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:101` in scope
33532024-04-10T16:42:14.864Z
33542024-04-10T16:42:14.864Zwarning: unresolved link to `fd00:1122:3344:102::9`
33552024-04-10T16:42:14.864Z --> nexus/src/app/sagas/volume_delete.rs:349:17
33562024-04-10T16:42:14.864Z |
33572024-04-10T16:42:14.864Z349 | /// "[fd00:1122:3344:102::9]:1000",
33582024-04-10T16:42:14.864Z | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:102` in scope
33592024-04-10T16:42:14.864Z
33602024-04-10T16:42:14.864Zwarning: unresolved link to `fd00:1122:3344:103::2`
33612024-04-10T16:42:14.864Z --> nexus/src/app/sagas/volume_delete.rs:350:17
33622024-04-10T16:42:14.864Z |
33632024-04-10T16:42:14.864Z350 | /// "[fd00:1122:3344:103::2]:1000"
33642024-04-10T16:42:14.864Z | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:103` in scope
33652024-04-10T16:42:14.864Z
33662024-04-10T16:42:14.864Zwarning: unresolved link to `fd00:1122:3344:101::5`
33672024-04-10T16:42:14.864Z --> nexus/src/app/sagas/volume_delete.rs:369:17
33682024-04-10T16:42:14.864Z |
33692024-04-10T16:42:14.864Z369 | /// "[fd00:1122:3344:101::5]:1001", <-- port changed
33702024-04-10T16:42:14.865Z | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:101` in scope
33712024-04-10T16:42:14.865Z
33722024-04-10T16:42:14.865Zwarning: unresolved link to `fd00:1122:3344:102::9`
33732024-04-10T16:42:14.865Z --> nexus/src/app/sagas/volume_delete.rs:370:17
33742024-04-10T16:42:14.865Z |
33752024-04-10T16:42:14.865Z370 | /// "[fd00:1122:3344:102::9]:1001", <-- port changed
33762024-04-10T16:42:14.865Z | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:102` in scope
33772024-04-10T16:42:14.865Z
33782024-04-10T16:42:14.865Zwarning: unresolved link to `fd00:1122:3344:103::2`
33792024-04-10T16:42:14.865Z --> nexus/src/app/sagas/volume_delete.rs:371:17
33802024-04-10T16:42:14.865Z |
33812024-04-10T16:42:14.865Z371 | /// "[fd00:1122:3344:103::2]:1001" <-- port changed
33822024-04-10T16:42:14.865Z | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:103` in scope
33832024-04-10T16:42:14.865Z
33842024-04-10T16:42:18.617Zwarning: `omicron-nexus` (lib doc) generated 7 warnings
33852024-04-10T16:42:44.267Z Finished dev [unoptimized + debuginfo] target(s) in 11m 33s
33862024-04-10T16:42:44.349Z Generated /work/oxidecomputer/omicron/target/doc/authz_macros/index.html
33872024-04-10T16:42:44.349Z Generated /work/oxidecomputer/omicron/target/doc/bootstore/index.html
33882024-04-10T16:42:44.349Z Generated /work/oxidecomputer/omicron/target/doc/bootstrap_agent_client/index.html
33892024-04-10T16:42:44.349Z Generated /work/oxidecomputer/omicron/target/doc/caboose_util/index.html
33902024-04-10T16:42:44.349Z Generated /work/oxidecomputer/omicron/target/doc/crdb_seed/index.html
33912024-04-10T16:42:44.349Z Generated /work/oxidecomputer/omicron/target/doc/db_macros/index.html
33922024-04-10T16:42:44.349Z Generated /work/oxidecomputer/omicron/target/doc/dns_server/index.html
33932024-04-10T16:42:44.349Z Generated /work/oxidecomputer/omicron/target/doc/apigen/index.html
33942024-04-10T16:42:44.349Z Generated /work/oxidecomputer/omicron/target/doc/dns_db_dump/index.html
33952024-04-10T16:42:44.349Z Generated /work/oxidecomputer/omicron/target/doc/dnsadm/index.html
33962024-04-10T16:42:44.442Z Generated /work/oxidecomputer/omicron/target/doc/dns_service_client/index.html
33972024-04-10T16:42:44.442Z Generated /work/oxidecomputer/omicron/target/doc/dpd_client/index.html
33982024-04-10T16:42:44.442Z Generated /work/oxidecomputer/omicron/target/doc/gateway_cli/index.html
33992024-04-10T16:42:44.442Z Generated /work/oxidecomputer/omicron/target/doc/gateway_client/index.html
34002024-04-10T16:42:44.442Z Generated /work/oxidecomputer/omicron/target/doc/gateway_test_utils/index.html
34012024-04-10T16:42:44.442Z Generated /work/oxidecomputer/omicron/target/doc/illumos_utils/index.html
34022024-04-10T16:42:44.442Z Generated /work/oxidecomputer/omicron/target/doc/installinator/index.html
34032024-04-10T16:42:44.442Z Generated /work/oxidecomputer/omicron/target/doc/installinator_artifact_client/index.html
34042024-04-10T16:42:44.442Z Generated /work/oxidecomputer/omicron/target/doc/installinator_artifactd/index.html
34052024-04-10T16:42:44.442Z Generated /work/oxidecomputer/omicron/target/doc/installinator_common/index.html
34062024-04-10T16:42:44.442Z Generated /work/oxidecomputer/omicron/target/doc/internal_dns/index.html
34072024-04-10T16:42:44.442Z Generated /work/oxidecomputer/omicron/target/doc/dnswait/index.html
34082024-04-10T16:42:44.442Z Generated /work/oxidecomputer/omicron/target/doc/ipcc/index.html
34092024-04-10T16:42:44.442Z Generated /work/oxidecomputer/omicron/target/doc/key_manager/index.html
34102024-04-10T16:42:44.443Z Generated /work/oxidecomputer/omicron/target/doc/nexus_client/index.html
34112024-04-10T16:42:44.443Z Generated /work/oxidecomputer/omicron/target/doc/nexus_config/index.html
34122024-04-10T16:42:44.443Z Generated /work/oxidecomputer/omicron/target/doc/nexus_db_model/index.html
34132024-04-10T16:42:44.443Z Generated /work/oxidecomputer/omicron/target/doc/nexus_db_queries/index.html
34142024-04-10T16:42:44.443Z Generated /work/oxidecomputer/omicron/target/doc/nexus_defaults/index.html
34152024-04-10T16:42:44.443Z Generated /work/oxidecomputer/omicron/target/doc/nexus_inventory/index.html
34162024-04-10T16:42:44.443Z Generated /work/oxidecomputer/omicron/target/doc/nexus_macros_common/index.html
34172024-04-10T16:42:44.443Z Generated /work/oxidecomputer/omicron/target/doc/nexus_metrics_producer_gc/index.html
34182024-04-10T16:42:44.443Z Generated /work/oxidecomputer/omicron/target/doc/nexus_networking/index.html
34192024-04-10T16:42:44.443Z Generated /work/oxidecomputer/omicron/target/doc/nexus_reconfigurator_execution/index.html
34202024-04-10T16:42:44.443Z Generated /work/oxidecomputer/omicron/target/doc/nexus_reconfigurator_planning/index.html
34212024-04-10T16:42:44.443Z Generated /work/oxidecomputer/omicron/target/doc/nexus_reconfigurator_preparation/index.html
34222024-04-10T16:42:44.443Z Generated /work/oxidecomputer/omicron/target/doc/nexus_types/index.html
34232024-04-10T16:42:44.443Z Generated /work/oxidecomputer/omicron/target/doc/omicron_certificates/index.html
34242024-04-10T16:42:44.443Z Generated /work/oxidecomputer/omicron/target/doc/omicron_common/index.html
34252024-04-10T16:42:44.443Z Generated /work/oxidecomputer/omicron/target/doc/omicron_ddm_admin_client/index.html
34262024-04-10T16:42:44.443Z Generated /work/oxidecomputer/omicron/target/doc/omicron_gateway/index.html
34272024-04-10T16:42:44.443Z Generated /work/oxidecomputer/omicron/target/doc/omicron_nexus/index.html
34282024-04-10T16:42:44.443Z Generated /work/oxidecomputer/omicron/target/doc/schema_updater/index.html
34292024-04-10T16:42:44.443Z Generated /work/oxidecomputer/omicron/target/doc/omicron_package/index.html
34302024-04-10T16:42:44.443Z Generated /work/oxidecomputer/omicron/target/doc/omicron_passwords/index.html
34312024-04-10T16:42:44.443Z Generated /work/oxidecomputer/omicron/target/doc/omicron_rpaths/index.html
34322024-04-10T16:42:44.443Z Generated /work/oxidecomputer/omicron/target/doc/omicron_sled_agent/index.html
34332024-04-10T16:42:44.444Z Generated /work/oxidecomputer/omicron/target/doc/services_ledger_check_migrate/index.html
34342024-04-10T16:42:44.444Z Generated /work/oxidecomputer/omicron/target/doc/zone_bundle/index.html
34352024-04-10T16:42:44.444Z Generated /work/oxidecomputer/omicron/target/doc/omicron_test_utils/index.html
34362024-04-10T16:42:44.444Z Generated /work/oxidecomputer/omicron/target/doc/falcon_runner/index.html
34372024-04-10T16:42:44.444Z Generated /work/oxidecomputer/omicron/target/doc/falcon_runner_cli/index.html
34382024-04-10T16:42:44.444Z Generated /work/oxidecomputer/omicron/target/doc/omicron_uuid_kinds/index.html
34392024-04-10T16:42:44.444Z Generated /work/oxidecomputer/omicron/target/doc/oxide_client/index.html
34402024-04-10T16:42:44.444Z Generated /work/oxidecomputer/omicron/target/doc/oximeter/index.html
34412024-04-10T16:42:44.444Z Generated /work/oxidecomputer/omicron/target/doc/oximeter_client/index.html
34422024-04-10T16:42:44.444Z Generated /work/oxidecomputer/omicron/target/doc/oximeter_collector/index.html
34432024-04-10T16:42:44.444Z Generated /work/oxidecomputer/omicron/target/doc/clickhouse_schema_updater/index.html
34442024-04-10T16:42:44.444Z Generated /work/oxidecomputer/omicron/target/doc/oximeter/index.html
34452024-04-10T16:42:44.444Z Generated /work/oxidecomputer/omicron/target/doc/oximeter_db/index.html
34462024-04-10T16:42:44.444Z Generated /work/oxidecomputer/omicron/target/doc/oximeter_instruments/index.html
34472024-04-10T16:42:44.444Z Generated /work/oxidecomputer/omicron/target/doc/oximeter_macro_impl/index.html
34482024-04-10T16:42:44.444Z Generated /work/oxidecomputer/omicron/target/doc/oximeter_producer/index.html
34492024-04-10T16:42:44.444Z Generated /work/oxidecomputer/omicron/target/doc/oxlog/index.html
34502024-04-10T16:42:44.444Z Generated /work/oxidecomputer/omicron/target/doc/sled_agent_client/index.html
34512024-04-10T16:42:44.444Z Generated /work/oxidecomputer/omicron/target/doc/sled_hardware/index.html
34522024-04-10T16:42:44.444Z Generated /work/oxidecomputer/omicron/target/doc/sled_hardware_types/index.html
34532024-04-10T16:42:44.444Z Generated /work/oxidecomputer/omicron/target/doc/sled_storage/index.html
34542024-04-10T16:42:44.444Z Generated /work/oxidecomputer/omicron/target/doc/sp_sim/index.html
34552024-04-10T16:42:44.444Z Generated /work/oxidecomputer/omicron/target/doc/tufaceous/index.html
34562024-04-10T16:42:44.445Z Generated /work/oxidecomputer/omicron/target/doc/tufaceous_lib/index.html
34572024-04-10T16:42:44.445Z Generated /work/oxidecomputer/omicron/target/doc/typed_rng/index.html
34582024-04-10T16:42:44.445Z Generated /work/oxidecomputer/omicron/target/doc/update_common/index.html
34592024-04-10T16:42:44.445Z Generated /work/oxidecomputer/omicron/target/doc/update_engine/index.html
34602024-04-10T16:42:44.445Z Generated /work/oxidecomputer/omicron/target/doc/wicket/index.html
34612024-04-10T16:42:44.445Z Generated /work/oxidecomputer/omicron/target/doc/wicket_common/index.html
34622024-04-10T16:42:44.445Z Generated /work/oxidecomputer/omicron/target/doc/wicket_dbg/index.html
34632024-04-10T16:42:44.445Z Generated /work/oxidecomputer/omicron/target/doc/wicket_dbg_server/index.html
34642024-04-10T16:42:44.445Z Generated /work/oxidecomputer/omicron/target/doc/wicketd/index.html
34652024-04-10T16:42:44.445Z Generated /work/oxidecomputer/omicron/target/doc/wicketd_client/index.html
34662024-04-10T16:42:44.445Z Generated /work/oxidecomputer/omicron/target/doc/zone_networking/index.html
34672024-04-10T16:42:44.472Z
34682024-04-10T16:42:44.472Zreal 11:33.620359034
34692024-04-10T16:42:44.472Zuser 28:51.144341688
34702024-04-10T16:42:44.472Zsys 47:19.769772215
34712024-04-10T16:42:44.472Ztrap 0.822153288
34722024-04-10T16:42:44.472Ztflt 0.165151182
34732024-04-10T16:42:44.472Zdflt 1.078763468
34742024-04-10T16:42:44.472Zkflt 0.000741988
34752024-04-10T16:42:44.472Zlock 3:19:45.886921453
34762024-04-10T16:42:44.472Zslp 3:08:04.228094752
34772024-04-10T16:42:44.472Zlat 4:17.067179379
34782024-04-10T16:42:44.472Zstop 1:56.839306949
34792024-04-10T16:42:44.473Zprocess exited: duration 1268868 ms, exit code 0
 
34802024-04-10T16:42:44.525Zfound 0 output files