01HQJS9DGBKW8AFVKDFQZ1214G: 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: 01HQJS9NV6Y3NF6R621MJTWY0J

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12024-02-26T13:23:32.241Zjob assigned to worker 01HQJS9T0ARWX9QKNZ692F3Z2A (queued for 58 s)
 
22024-02-26T13:23:33.228Zstarting task 0: "setup"
32024-02-26T13:23:33.339Z++ uname -s
42024-02-26T13:23:33.343Z+ kern=SunOS
52024-02-26T13:23:33.343Z+ case "$kern" in
62024-02-26T13:23:33.343Z+ groupadd -g 12345 build
72024-02-26T13:23:33.343Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-02-26T13:23:35.355Z+ zfs create -o mountpoint=/work rpool/work
92024-02-26T13:23:35.448Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-02-26T13:23:35.461Z+ home_fs=zfs
112024-02-26T13:23:35.462Z+ [[ zfs == autofs ]]
122024-02-26T13:23:35.462Z+ mkdir -p /home/build
132024-02-26T13:23:35.462Z+ chown build:build /home/build /work
142024-02-26T13:23:36.456Z+ chmod 0700 /home/build /work
152024-02-26T13:23:36.467Zprocess exited: duration 3224 ms, exit code 0
 
162024-02-26T13:23:36.486Zstarting task 1: "rust-toolchain"
172024-02-26T13:23:36.493Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
182024-02-26T13:23:36.493Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default
192024-02-26T13:23:36.667Zinfo: downloading installer
202024-02-26T13:23:38.355Zwarning: it looks like you have an existing installation of Rust at:
212024-02-26T13:23:38.356Zwarning: /opt/ooce/bin
222024-02-26T13:23:38.356Zwarning: It is recommended that rustup be the primary Rust installation.
232024-02-26T13:23:38.356Zwarning: Otherwise you may have confusion unless you are careful with your PATH
242024-02-26T13:23:38.356Zwarning: If you are sure that you want both rustup and your already installed Rust
252024-02-26T13:23:38.356Zwarning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
262024-02-26T13:23:38.356Zwarning: or pass `-y' to ignore all ignorable checks.
272024-02-26T13:23:38.356Zerror: cannot install while Rust is installed
282024-02-26T13:23:38.356Zwarning: continuing (because the -y flag is set and the error is ignorable)
292024-02-26T13:23:38.521Zinfo: profile set to 'default'
302024-02-26T13:23:38.521Zinfo: default host triple is x86_64-unknown-illumos
312024-02-26T13:23:38.524Zinfo: syncing channel updates for '1.72.1-x86_64-unknown-illumos'
322024-02-26T13:23:38.665Zinfo: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13)
332024-02-26T13:23:38.665Zinfo: downloading component 'cargo'
342024-02-26T13:23:39.351Zinfo: downloading component 'clippy'
352024-02-26T13:23:39.595Zinfo: downloading component 'rust-docs'
362024-02-26T13:23:40.485Zinfo: downloading component 'rust-std'
372024-02-26T13:23:42.492Zinfo: downloading component 'rustc'
382024-02-26T13:23:46.254Zinfo: downloading component 'rustfmt'
392024-02-26T13:23:46.258Zinfo: installing component 'cargo'
402024-02-26T13:23:46.952Zinfo: installing component 'clippy'
412024-02-26T13:23:47.387Zinfo: installing component 'rust-docs'
422024-02-26T13:23:48.875Zinfo: installing component 'rust-std'
432024-02-26T13:23:50.760Zinfo: installing component 'rustc'
442024-02-26T13:23:55.186Zinfo: installing component 'rustfmt'
452024-02-26T13:23:55.520Zinfo: default toolchain set to '1.72.1-x86_64-unknown-illumos'
462024-02-26T13:23:55.520Z
472024-02-26T13:23:55.789Z 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13)
482024-02-26T13:23:55.790Z
492024-02-26T13:23:55.790Z
502024-02-26T13:23:55.790ZRust is installed now. Great!
512024-02-26T13:23:55.790Z
522024-02-26T13:23:55.790ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
532024-02-26T13:23:55.790Zenvironment variable. This has not been done automatically.
542024-02-26T13:23:55.791Z
552024-02-26T13:23:55.791ZTo configure your current shell, run:
562024-02-26T13:23:55.791Zsource "$HOME/.cargo/env"
572024-02-26T13:23:55.846Z+ rustc --version
582024-02-26T13:23:55.917Zrustc 1.72.1 (d5c2e9c34 2023-09-13)
592024-02-26T13:23:55.924Zprocess exited: duration 19437 ms, exit code 0
 
602024-02-26T13:23:55.930Zstarting task 2: "authentication"
612024-02-26T13:23:55.953Zprocess exited: duration 21 ms, exit code 0
 
622024-02-26T13:23:55.959Zstarting task 3: "clone repository"
632024-02-26T13:23:55.964Z+ mkdir -p /work/oxidecomputer/omicron
642024-02-26T13:23:55.967Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
652024-02-26T13:23:56.191ZCloning into '/work/oxidecomputer/omicron'...
662024-02-26T13:24:02.799Z+ cd /work/oxidecomputer/omicron
672024-02-26T13:24:02.799Z+ git fetch origin 8a4b9b32892e9e718e0cd107705bd539c8b38767
682024-02-26T13:24:03.133ZFrom https://github.com/oxidecomputer/omicron
692024-02-26T13:24:03.134Z * branch 8a4b9b32892e9e718e0cd107705bd539c8b38767 -> FETCH_HEAD
702024-02-26T13:24:03.144Z+ [[ -n '' ]]
712024-02-26T13:24:03.145Z+ git reset --hard 8a4b9b32892e9e718e0cd107705bd539c8b38767
722024-02-26T13:24:03.259ZHEAD is now at 8a4b9b328 chore(deps): update taiki-e/install-action digest to 4ce8785
732024-02-26T13:24:03.270Zprocess exited: duration 7299 ms, exit code 0
 
742024-02-26T13:24:03.293Zstarting task 4: "build"
752024-02-26T13:24:03.311Z+ cargo --version
762024-02-26T13:24:03.311Zinfo: syncing channel updates for '1.74.1-x86_64-unknown-illumos'
772024-02-26T13:24:03.493Zinfo: latest update on 2023-12-07, rust version 1.74.1 (a28077b28 2023-12-04)
782024-02-26T13:24:03.493Zinfo: downloading component 'cargo'
792024-02-26T13:24:04.869Zinfo: downloading component 'clippy'
802024-02-26T13:24:04.874Zinfo: downloading component 'rust-docs'
812024-02-26T13:24:05.979Zinfo: downloading component 'rust-std'
822024-02-26T13:24:07.775Zinfo: downloading component 'rustc'
832024-02-26T13:24:12.984Zinfo: downloading component 'rustfmt'
842024-02-26T13:24:13.830Zinfo: installing component 'cargo'
852024-02-26T13:24:14.212Zinfo: installing component 'clippy'
862024-02-26T13:24:14.549Zinfo: installing component 'rust-docs'
872024-02-26T13:24:16.101Zinfo: installing component 'rust-std'
882024-02-26T13:24:17.692Zinfo: installing component 'rustc'
892024-02-26T13:24:21.797Zinfo: installing component 'rustfmt'
902024-02-26T13:24:22.233Zcargo 1.74.1 (ecb9851af 2023-10-18)
912024-02-26T13:24:22.237Z+ rustc --version
922024-02-26T13:24:22.313Zrustc 1.74.1 (a28077b28 2023-12-04)
932024-02-26T13:24:22.319Z+ source ./env.sh
942024-02-26T13:24:22.319Z++ set -o xtrace
952024-02-26T13:24:22.319Z++++ dirname ./env.sh
962024-02-26T13:24:22.353Z+++ cd .
972024-02-26T13:24:22.359Z+++ echo /work/oxidecomputer/omicron
982024-02-26T13:24:22.360Z++ OMICRON_WS=/work/oxidecomputer/omicron
992024-02-26T13:24:22.360Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1002024-02-26T13:24:22.360Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1012024-02-26T13:24:22.360Z++ export PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1022024-02-26T13:24:22.360Z++ PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1032024-02-26T13:24:22.360Z++ export PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1042024-02-26T13:24:22.360Z++ PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1052024-02-26T13:24:22.360Z++ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1062024-02-26T13:24:22.360Z++ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1072024-02-26T13:24:22.360Z++ unset OMICRON_WS
1082024-02-26T13:24:22.360Z++ set +o xtrace
1092024-02-26T13:24:22.797Z
1102024-02-26T13:24:22.797Z ##### ##### ###### ##### ###### #### # # # #### #
1112024-02-26T13:24:22.798Z # # # # # # # # # # # # # # #
1122024-02-26T13:24:22.798Z # # # # ##### # # ##### # # # # # #### #
1132024-02-26T13:24:22.798Z ##### ##### # ##### # # # # # # # # #
1142024-02-26T13:24:22.798Z # # # # # # # # # # # # # # #
1152024-02-26T13:24:22.798Z # # # ###### # # ###### ### # #### # #### #
1162024-02-26T13:24:22.798Z
1172024-02-26T13:24:31.602Z Startup: Refreshing catalog 'helios-dev' ... Done
1182024-02-26T13:24:32.498Z Startup: Caching catalogs ... Done
1192024-02-26T13:24:34.081ZPlanning: Solver setup ... Done (1.233s)
1202024-02-26T13:24:34.113ZPlanning: Running solver ... Done (0.030s)
1212024-02-26T13:24:34.285ZPlanning: Finding local manifests ... Done (0.150s)
1222024-02-26T13:24:34.298ZPlanning: Fetching manifests: 0/4 0% complete
1232024-02-26T13:24:34.482ZPlanning: Fetching manifests: 4/4 100% complete
1242024-02-26T13:24:34.541ZPlanning: Package planning ... Done (0.050s)
1252024-02-26T13:24:34.595ZPlanning: Merging actions ... Done (0.052s)
1262024-02-26T13:24:35.682ZPlanning: Checking for conflicting actions ... Done (1.099s)
1272024-02-26T13:24:35.696ZPlanning: Consolidating action changes ... Done (0.011s)
1282024-02-26T13:24:40.014ZPlanning: Evaluating mediators ... Done (4.322s)
1292024-02-26T13:24:40.024ZPlanning: Planning completed in 7.47 seconds
1302024-02-26T13:24:40.038Z Packages to install: 4
1312024-02-26T13:24:40.038Z Mediators to change: 2
1322024-02-26T13:24:40.038Z Services to change: 1
1332024-02-26T13:24:40.042Z Estimated space available: 148.87 GB
1342024-02-26T13:24:40.042ZEstimated space to be consumed: 1.41 GB
1352024-02-26T13:24:40.042Z Create boot environment: No
1362024-02-26T13:24:40.042ZCreate backup boot environment: No
1372024-02-26T13:24:40.042Z Rebuild boot archive: No
1382024-02-26T13:24:40.042Z
1392024-02-26T13:24:40.042ZChanged mediators:
1402024-02-26T13:24:40.042Z mediator clang:
1412024-02-26T13:24:40.042Z version: None -> 15 (system default)
1422024-02-26T13:24:40.042Z
1432024-02-26T13:24:40.042Z mediator llvm:
1442024-02-26T13:24:40.042Z version: 14 (system default) -> 15 (system default)
1452024-02-26T13:24:40.042Z
1462024-02-26T13:24:40.042ZChanged packages:
1472024-02-26T13:24:40.042Zhelios-dev
1482024-02-26T13:24:40.042Z developer/build-essential
1492024-02-26T13:24:40.042Z None -> 11-2.0
1502024-02-26T13:24:40.042Z library/libxmlsec1
1512024-02-26T13:24:40.042Z None -> 1.2.35-2.0
1522024-02-26T13:24:40.042Z ooce/developer/clang-15
1532024-02-26T13:24:40.043Z None -> 15.0.7-2.0
1542024-02-26T13:24:40.043Z ooce/developer/llvm-15
1552024-02-26T13:24:40.043Z None -> 15.0.7-2.0
1562024-02-26T13:24:40.043Z
1572024-02-26T13:24:40.043ZServices:
1582024-02-26T13:24:40.043Z restart_fmri:
1592024-02-26T13:24:40.043Z svc:/system/update-man-index:default
1602024-02-26T13:24:40.423Z
1612024-02-26T13:24:40.423ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1622024-02-26T13:24:47.476ZDownload: 213/3290 items 1.3/212.6MB 0% complete (748k/s)
1632024-02-26T13:24:52.073ZDownload: 1197/3290 items 72.2/212.6MB 33% complete (7.1M/s)
1642024-02-26T13:24:57.071ZDownload: 2168/3290 items 119.1/212.6MB 55% complete (11.8M/s)
1652024-02-26T13:25:02.512ZDownload: 3248/3290 items 197.5/212.6MB 92% complete (14.2M/s)
1662024-02-26T13:25:03.375ZDownload: Completed 212.60 MB in 22.95 seconds (9.3M/s)
1672024-02-26T13:25:03.547Z Actions: 1/3689 actions (Installing new actions)
1682024-02-26T13:25:08.733Z Actions: 3556/3689 actions (Installing new actions)
1692024-02-26T13:25:09.387Z Actions: Completed 3689 actions in 5.84 seconds.
1702024-02-26T13:25:09.565Z Done (0.174s)
1712024-02-26T13:25:09.565Z Done (0.000s)
1722024-02-26T13:25:09.796Z Done (0.231s)
1732024-02-26T13:25:16.488Z Done (6.565s)
1742024-02-26T13:25:16.733Z Done (0.170s)
1752024-02-26T13:25:16.736Z Done (0.000s)
1762024-02-26T13:25:16.896Z Done (0.000s)
1772024-02-26T13:25:17.426ZPlanning: Evaluating mediator changes ... Done
1782024-02-26T13:25:17.634ZPlanning: Checking for conflicting actions ... Done
1792024-02-26T13:25:17.640ZPlanning: Consolidating action changes ... Done
1802024-02-26T13:25:17.871ZPlanning: Evaluating mediators ... Done
1812024-02-26T13:25:17.877ZPlanning: Planning completed in 0.44 seconds
1822024-02-26T13:25:17.896Z Mediators to change: 2
1832024-02-26T13:25:17.896Z Create boot environment: No
1842024-02-26T13:25:17.896ZCreate backup boot environment: No
1852024-02-26T13:25:17.981Z Done
1862024-02-26T13:25:17.981Z Done
1872024-02-26T13:25:18.119Z Done
1882024-02-26T13:25:22.080Z Done
1892024-02-26T13:25:22.177Z Done
1902024-02-26T13:25:22.177Z Done
1912024-02-26T13:25:22.389Z Done
1922024-02-26T13:25:23.053ZPlanning: Evaluating mediator changes ... Done
1932024-02-26T13:25:23.063ZPlanning: Merging actions ... Done
1942024-02-26T13:25:23.259ZPlanning: Checking for conflicting actions ... Done
1952024-02-26T13:25:23.259ZPlanning: Consolidating action changes ... Done
1962024-02-26T13:25:23.520ZPlanning: Evaluating mediators ... Done
1972024-02-26T13:25:23.578ZPlanning: Planning completed in 0.81 seconds
1982024-02-26T13:25:23.633Z Packages to change: 1
1992024-02-26T13:25:23.633Z Mediators to change: 1
2002024-02-26T13:25:23.633Z Services to change: 1
2012024-02-26T13:25:23.645Z Create boot environment: No
2022024-02-26T13:25:23.645ZCreate backup boot environment: Yes
2032024-02-26T13:25:25.499Z Actions: 1/6 actions (Updating modified actions)
2042024-02-26T13:25:25.622Z Actions: Completed 6 actions in 0.12 seconds.
2052024-02-26T13:25:25.622Z Done
2062024-02-26T13:25:25.622Z Done
2072024-02-26T13:25:25.670Z Done
2082024-02-26T13:25:29.540Z Done
2092024-02-26T13:25:29.625Z Done
2102024-02-26T13:25:29.633Z Done
2112024-02-26T13:25:29.720Z Done
2122024-02-26T13:25:30.164ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2132024-02-26T13:25:30.164Zclang system 15 system
2142024-02-26T13:25:30.164Zcsh system system illumos
2152024-02-26T13:25:30.164Zctags system system illumos
2162024-02-26T13:25:30.164Zgcc vendor 12 vendor
2172024-02-26T13:25:30.164Zgcc system 10 system
2182024-02-26T13:25:30.164Zgcc system 7 system
2192024-02-26T13:25:30.164Zgo system 1.20 system
2202024-02-26T13:25:30.164Zgo system 1.19 system
2212024-02-26T13:25:30.164Zllvm system 15 system
2222024-02-26T13:25:30.164Zllvm system 14 system
2232024-02-26T13:25:30.164Zmariadb system 10.6 system
2242024-02-26T13:25:30.164Zmta vendor vendor dma
2252024-02-26T13:25:30.164Zopenjdk system 17 system
2262024-02-26T13:25:30.164Zopenjdk system 11 system
2272024-02-26T13:25:30.165Zopenjdk system 1.8 system
2282024-02-26T13:25:30.165Zopenssl vendor 3 vendor
2292024-02-26T13:25:30.165Zperl system 5.36 system
2302024-02-26T13:25:30.165Zpostgresql system 15 system
2312024-02-26T13:25:30.165Zpostgresql system 13 system
2322024-02-26T13:25:30.165Zpython vendor 3 vendor
2332024-02-26T13:25:30.165Zpython system 2 system
2342024-02-26T13:25:30.165Zpython3 system 3.11 system
2352024-02-26T13:25:30.165Zruby system 3.0 system
2362024-02-26T13:25:30.165Zwords vendor vendor american-english
2372024-02-26T13:25:30.165Zwords system system australian-english
2382024-02-26T13:25:30.165Zwords system system british-english
2392024-02-26T13:25:30.165Zwords system system canadian-english
2402024-02-26T13:25:30.165Zwords system system french
2412024-02-26T13:25:30.165Zwords system system italian
2422024-02-26T13:25:30.165Zwords system system ngerman
2432024-02-26T13:25:30.165Zwords system system ogerman
2442024-02-26T13:25:30.165Zwords system system spanish
2452024-02-26T13:25:30.503ZFMRI IFO
2462024-02-26T13:25:30.503Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2472024-02-26T13:25:30.503Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2482024-02-26T13:25:30.503Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2492024-02-26T13:25:30.503Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2502024-02-26T13:25:30.503Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2512024-02-26T13:25:30.503Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i--
2522024-02-26T13:25:30.503Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i--
2532024-02-26T13:25:30.503Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i--
2542024-02-26T13:25:30.555Z+ set -o errexit
2552024-02-26T13:25:30.559Z+++ dirname ./tools/ci_download_cockroachdb
2562024-02-26T13:25:30.559Z++ cd ./tools
2572024-02-26T13:25:30.559Z++ pwd
2582024-02-26T13:25:30.564Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
2592024-02-26T13:25:30.564Z++ basename ./tools/ci_download_cockroachdb
2602024-02-26T13:25:30.564Z+ ARG0=ci_download_cockroachdb
2612024-02-26T13:25:30.564Z++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version
2622024-02-26T13:25:30.568Z+ CIDL_VERSION=v22.1.9
2632024-02-26T13:25:30.568Z+ source /work/oxidecomputer/omicron/tools/cockroachdb_checksums
2642024-02-26T13:25:30.568Z++ CIDL_SHA256_DARWIN=1ca69e0911af11a73305c3c6f4650b912d70754900b5bf7b80a1d361efe36561
2652024-02-26T13:25:30.568Z++ CIDL_SHA256_LINUX=24c321820e7ee45fa07fe91ac138befe13ad860e41c6ed595ce58823205ff4a9
2662024-02-26T13:25:30.568Z++ CIDL_SHA256_ILLUMOS=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088
2672024-02-26T13:25:30.568Z+ TARGET_DIR=out
2682024-02-26T13:25:30.568Z+ DOWNLOAD_DIR=out/downloads
2692024-02-26T13:25:30.568Z+ DEST_DIR=./out/cockroachdb
2702024-02-26T13:25:30.568Z+ CIDL_URL_COCKROACH=https://binaries.cockroachdb.com
2712024-02-26T13:25:30.568Z+ CIDL_URL_ILLUMOS=https://illumos.org/downloads
2722024-02-26T13:25:30.568Z+ main
2732024-02-26T13:25:30.568Z+ [[ 0 != 0 ]]
2742024-02-26T13:25:30.568Z+ CIDL_OS=solaris2.11
2752024-02-26T13:25:30.568Z+ [[ 0 != 0 ]]
2762024-02-26T13:25:30.568Z+ configure_os solaris2.11
2772024-02-26T13:25:30.568Z+ echo 'current directory: /work/oxidecomputer/omicron'
2782024-02-26T13:25:30.568Zcurrent directory: /work/oxidecomputer/omicron
2792024-02-26T13:25:30.568Z+ echo 'configuring based on OS: "solaris2.11"'
2802024-02-26T13:25:30.568Zconfiguring based on OS: "solaris2.11"
2812024-02-26T13:25:30.568Z+ case "$1" in
2822024-02-26T13:25:30.569Z+ CIDL_BUILD=illumos
2832024-02-26T13:25:30.569Z+ CIDL_SUFFIX=tar.gz
2842024-02-26T13:25:30.569Z+ CIDL_SHA256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088
2852024-02-26T13:25:30.569Z+ CIDL_URL_BASE=https://illumos.org/downloads
2862024-02-26T13:25:30.569Z+ CIDL_ASSEMBLE=do_assemble_illumos
2872024-02-26T13:25:30.569Z+ TARBALL_DIRNAME=cockroach-v22.1.9.illumos
2882024-02-26T13:25:30.569Z+ TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz
2892024-02-26T13:25:30.569Z+ TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz
2902024-02-26T13:25:30.569Z+ TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos
2912024-02-26T13:25:30.569Z+ CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz
2922024-02-26T13:25:30.569Z+ CIDL_SHA256FUNC=do_sha256sum
2932024-02-26T13:25:30.569Z+ echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz'
2942024-02-26T13:25:30.569Z+ echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz'
2952024-02-26T13:25:30.569ZURL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz
2962024-02-26T13:25:30.569ZLocal file: out/downloads/cockroach-v22.1.9.illumos.tar.gz
2972024-02-26T13:25:30.569Z+ mkdir -p out/downloads
2982024-02-26T13:25:30.569Z+ mkdir -p ./out/cockroachdb
2992024-02-26T13:25:30.573Z+ local DO_DOWNLOAD=true
3002024-02-26T13:25:30.573Z+ [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]]
3012024-02-26T13:25:30.573Z+ '[' true == true ']'
3022024-02-26T13:25:30.573Z+ echo Downloading...
3032024-02-26T13:25:30.573ZDownloading...
3042024-02-26T13:25:30.573Z+ do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz
3052024-02-26T13:25:30.573Z+ 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
3062024-02-26T13:25:34.390Z++ do_sha256sum out/downloads/cockroach-v22.1.9.illumos.tar.gz
3072024-02-26T13:25:34.401Z++ sha256sum
3082024-02-26T13:25:34.401Z++ awk '{print $1}'
3092024-02-26T13:25:34.518Z+ calculated_sha256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088
3102024-02-26T13:25:34.518Z+ [[ 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 ]]
3112024-02-26T13:25:34.518Z+ do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz
3122024-02-26T13:25:34.525Z+ tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads
3132024-02-26T13:25:36.694Z+ do_assemble_illumos
3142024-02-26T13:25:36.694Z+ rm -r ./out/cockroachdb
3152024-02-26T13:25:36.697Z+ cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb
3162024-02-26T13:25:37.120Z+ ./out/cockroachdb/bin/cockroach version
3172024-02-26T13:25:37.394ZBuild Tag: v22.1.9-dirty
3182024-02-26T13:25:37.394ZBuild Time: 2022/10/26 21:17:46
3192024-02-26T13:25:37.394ZDistribution: OSS
3202024-02-26T13:25:37.394ZPlatform: illumos amd64 (x86_64-pc-solaris2.11)
3212024-02-26T13:25:37.394ZGo Version: go1.17.13
3222024-02-26T13:25:37.394ZC Compiler: gcc 10.3.0
3232024-02-26T13:25:37.394ZBuild Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493
3242024-02-26T13:25:37.394ZBuild Type: release
3252024-02-26T13:25:37.413Z+ set -o errexit
3262024-02-26T13:25:37.418Z+++ dirname ./tools/ci_download_clickhouse
3272024-02-26T13:25:37.422Z++ cd ./tools
3282024-02-26T13:25:37.422Z++ pwd
3292024-02-26T13:25:37.422Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
3302024-02-26T13:25:37.422Z++ basename ./tools/ci_download_clickhouse
3312024-02-26T13:25:37.422Z+ ARG0=ci_download_clickhouse
3322024-02-26T13:25:37.422Z+ TARGET_DIR=out
3332024-02-26T13:25:37.422Z+ DOWNLOAD_DIR=out/downloads
3342024-02-26T13:25:37.422Z+ DEST_DIR=./out/clickhouse
3352024-02-26T13:25:37.422Z++ cat /work/oxidecomputer/omicron/tools/clickhouse_version
3362024-02-26T13:25:37.428Z+ CIDL_VERSION=v22.8.9.24
3372024-02-26T13:25:37.428Z+ source /work/oxidecomputer/omicron/tools/clickhouse_checksums
3382024-02-26T13:25:37.428Z++ CIDL_MD5_DARWIN=20603974a929926591fca70ff1df0e45
3392024-02-26T13:25:37.428Z++ CIDL_MD5_LINUX=ea909519bd9d989fd5d090fd9bdd42f1
3402024-02-26T13:25:37.428Z++ CIDL_MD5_ILLUMOS=7702939ce5b4b51846a1ba39f1392306
3412024-02-26T13:25:37.428Z+ CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com
3422024-02-26T13:25:37.428Z+ main
3432024-02-26T13:25:37.428Z+ [[ 0 != 0 ]]
3442024-02-26T13:25:37.428Z+ CIDL_OS=solaris2.11
3452024-02-26T13:25:37.428Z+ [[ 0 != 0 ]]
3462024-02-26T13:25:37.428Z+ configure_os solaris2.11
3472024-02-26T13:25:37.428Z+ echo 'current directory: /work/oxidecomputer/omicron'
3482024-02-26T13:25:37.429Zcurrent directory: /work/oxidecomputer/omicron
3492024-02-26T13:25:37.429Z+ echo 'configuring based on OS: "solaris2.11"'
3502024-02-26T13:25:37.429Z+ CIDL_DASHREV=
3512024-02-26T13:25:37.429Z+ case "$1" in
3522024-02-26T13:25:37.429Zconfiguring based on OS: "solaris2.11"
3532024-02-26T13:25:37.429Z+ CIDL_PLATFORM=illumos
3542024-02-26T13:25:37.429Z+ CIDL_MD5=7702939ce5b4b51846a1ba39f1392306
3552024-02-26T13:25:37.429Z+ CIDL_MD5FUNC=do_md5sum
3562024-02-26T13:25:37.429Z+ CIDL_DASHREV=-1
3572024-02-26T13:25:37.429Z+ TARBALL_DIRNAME=clickhouse-v22.8.9.24
3582024-02-26T13:25:37.429Z+ TARBALL_FILENAME=clickhouse-v22.8.9.24-1.illumos.tar.gz
3592024-02-26T13:25:37.429Z+ TARBALL_FILE=out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz
3602024-02-26T13:25:37.429Z+ CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz
3612024-02-26T13:25:37.429Z+ echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz'
3622024-02-26T13:25:37.429Z+ echo 'Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz'
3632024-02-26T13:25:37.429Z+ mkdir -p out/downloads
3642024-02-26T13:25:37.429ZURL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz
3652024-02-26T13:25:37.429ZLocal file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz
3662024-02-26T13:25:37.429Z+ mkdir -p ./out/clickhouse
3672024-02-26T13:25:37.891Z+ local DO_DOWNLOAD=true
3682024-02-26T13:25:37.891Z+ [[ -f out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ]]
3692024-02-26T13:25:37.891Z+ '[' true == true ']'
3702024-02-26T13:25:37.891Z+ echo Downloading...
3712024-02-26T13:25:37.892ZDownloading...
3722024-02-26T13:25:37.892Z+ do_download_curl https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz
3732024-02-26T13:25:37.892Z+ curl --silent --show-error --fail --location --output out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz
3742024-02-26T13:25:38.977Z++ do_md5sum out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz
3752024-02-26T13:25:38.982Z++ md5sum
3762024-02-26T13:25:38.982Z++ awk '{print $1}'
3772024-02-26T13:25:39.158Z+ calculated_md5=7702939ce5b4b51846a1ba39f1392306
3782024-02-26T13:25:39.158Z+ [[ 7702939ce5b4b51846a1ba39f1392306 != \7\7\0\2\9\3\9\c\e\5\b\4\b\5\1\8\4\6\a\1\b\a\3\9\f\1\3\9\2\3\0\6 ]]
3792024-02-26T13:25:39.158Z+ do_untar out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ./out/clickhouse
3802024-02-26T13:25:39.161Z+ mkdir -p ./out/clickhouse
3812024-02-26T13:25:39.161Z+ tar xzf out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz -C ./out/clickhouse
3822024-02-26T13:25:42.279Z+ ./out/clickhouse/clickhouse server --version
3832024-02-26T13:25:42.320ZClickHouse server version 22.8.9.1.
3842024-02-26T13:25:42.339Z+ set -o errexit
3852024-02-26T13:25:42.342Z+++ dirname ./tools/ci_download_console
3862024-02-26T13:25:42.342Z++ cd ./tools
3872024-02-26T13:25:42.342Z++ pwd
3882024-02-26T13:25:42.342Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
3892024-02-26T13:25:42.356Z++ basename ./tools/ci_download_console
3902024-02-26T13:25:42.356Z+ ARG0=ci_download_console
3912024-02-26T13:25:42.356Z+ TARGET_DIR=out
3922024-02-26T13:25:42.356Z+ DOWNLOAD_DIR=out/downloads
3932024-02-26T13:25:42.356Z+ DEST_DIR=./out/console-assets
3942024-02-26T13:25:42.356Z+ source /work/oxidecomputer/omicron/tools/console_version
3952024-02-26T13:25:42.356Z++ COMMIT=e5a1f804faa913de3be5b4cddac2011247a99774
3962024-02-26T13:25:42.356Z++ SHA2=54ff1026062fc1a3f0de86aa558d051b8ad6248d458c1767b9e926f2606e75f5
3972024-02-26T13:25:42.357Z+ URL=https://dl.oxide.computer/releases/console/e5a1f804faa913de3be5b4cddac2011247a99774.tar.gz
3982024-02-26T13:25:42.357Z+ TARBALL_FILE=out/downloads/console.tar.gz
3992024-02-26T13:25:42.357Z+ main
4002024-02-26T13:25:42.357Z+ [[ 0 != 0 ]]
4012024-02-26T13:25:42.357Z+ echo 'URL: https://dl.oxide.computer/releases/console/e5a1f804faa913de3be5b4cddac2011247a99774.tar.gz'
4022024-02-26T13:25:42.358ZURL: https://dl.oxide.computer/releases/console/e5a1f804faa913de3be5b4cddac2011247a99774.tar.gz
4032024-02-26T13:25:42.358Z+ echo 'Local file: out/downloads/console.tar.gz'
4042024-02-26T13:25:42.358ZLocal file: out/downloads/console.tar.gz
4052024-02-26T13:25:42.358Z+ local DO_DOWNLOAD=true
4062024-02-26T13:25:42.358Z+ [[ -f out/downloads/console.tar.gz ]]
4072024-02-26T13:25:42.358Z+ mkdir -p out/downloads
4082024-02-26T13:25:42.385Z+ '[' true == true ']'
4092024-02-26T13:25:42.385Z+ echo Downloading...
4102024-02-26T13:25:42.385ZDownloading...
4112024-02-26T13:25:42.385Z+ do_download_curl https://dl.oxide.computer/releases/console/e5a1f804faa913de3be5b4cddac2011247a99774.tar.gz out/downloads/console.tar.gz
4122024-02-26T13:25:42.386Z+ curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/e5a1f804faa913de3be5b4cddac2011247a99774.tar.gz
4132024-02-26T13:25:43.163Z++ do_sha256sum out/downloads/console.tar.gz
4142024-02-26T13:25:43.169Z++ case "$OSTYPE" in
4152024-02-26T13:25:43.169Z++ SHA=sha256sum
4162024-02-26T13:25:43.169Z++ sha256sum
4172024-02-26T13:25:43.169Z++ awk '{print $1}'
4182024-02-26T13:25:43.172Z+ calculated_sha2=54ff1026062fc1a3f0de86aa558d051b8ad6248d458c1767b9e926f2606e75f5
4192024-02-26T13:25:43.172Z+ [[ 54ff1026062fc1a3f0de86aa558d051b8ad6248d458c1767b9e926f2606e75f5 != \5\4\f\f\1\0\2\6\0\6\2\f\c\1\a\3\f\0\d\e\8\6\a\a\5\5\8\d\0\5\1\b\8\a\d\6\2\4\8\d\4\5\8\c\1\7\6\7\b\9\e\9\2\6\f\2\6\0\6\e\7\5\f\5 ]]
4202024-02-26T13:25:43.173Z+ rm -rf ./out/console-assets
4212024-02-26T13:25:43.176Z+ mkdir -p ./out/console-assets
4222024-02-26T13:25:43.176Z+ do_untar out/downloads/console.tar.gz ./out/console-assets
4232024-02-26T13:25:43.176Z+ mkdir -p ./out/console-assets
4242024-02-26T13:25:43.181Z+ tar xzf out/downloads/console.tar.gz -C ./out/console-assets
4252024-02-26T13:25:43.276Z+ set -o errexit
4262024-02-26T13:25:43.288Z+++ dirname ./tools/ci_download_maghemite_openapi
4272024-02-26T13:25:43.288Z++ cd ./tools
4282024-02-26T13:25:43.288Z++ pwd
4292024-02-26T13:25:43.288Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
4302024-02-26T13:25:43.288Z++ basename ./tools/ci_download_maghemite_openapi
4312024-02-26T13:25:43.288Z+ ARG0=ci_download_maghemite_openapi
4322024-02-26T13:25:43.289Z+ TARGET_DIR=out
4332024-02-26T13:25:43.289Z+ DOWNLOAD_DIR=out/downloads
4342024-02-26T13:25:43.289Z+ source /work/oxidecomputer/omicron/tools/maghemite_ddm_openapi_version
4352024-02-26T13:25:43.289Z++ COMMIT=4b0e584eec455a43c36af08ae207086965cef833
4362024-02-26T13:25:43.289Z++ SHA2=0b0dbc2f8bbc5d2d9be92d64c4865f8f9335355aae62f7de9f67f81dfb3f1803
4372024-02-26T13:25:43.290Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/4b0e584eec455a43c36af08ae207086965cef833/ddm-admin.json
4382024-02-26T13:25:43.290Z+ LOCAL_FILE=out/downloads/ddm-admin-4b0e584eec455a43c36af08ae207086965cef833.json
4392024-02-26T13:25:43.290Z+ main
4402024-02-26T13:25:43.290Z+ [[ 0 != 0 ]]
4412024-02-26T13:25:43.290Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/4b0e584eec455a43c36af08ae207086965cef833/ddm-admin.json'
4422024-02-26T13:25:43.290ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/4b0e584eec455a43c36af08ae207086965cef833/ddm-admin.json
4432024-02-26T13:25:43.291Z+ echo 'Local file: out/downloads/ddm-admin-4b0e584eec455a43c36af08ae207086965cef833.json'
4442024-02-26T13:25:43.291ZLocal file: out/downloads/ddm-admin-4b0e584eec455a43c36af08ae207086965cef833.json
4452024-02-26T13:25:43.291Z+ local DO_DOWNLOAD=true
4462024-02-26T13:25:43.291Z+ [[ -f out/downloads/ddm-admin-4b0e584eec455a43c36af08ae207086965cef833.json ]]
4472024-02-26T13:25:43.291Z+ mkdir -p out/downloads
4482024-02-26T13:25:43.292Z+ '[' true == true ']'
4492024-02-26T13:25:43.292Z+ echo Downloading...
4502024-02-26T13:25:43.292ZDownloading...
4512024-02-26T13:25:43.292Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/4b0e584eec455a43c36af08ae207086965cef833/ddm-admin.json out/downloads/ddm-admin-4b0e584eec455a43c36af08ae207086965cef833.json
4522024-02-26T13:25:43.293Z+ curl --silent --show-error --fail --location --output out/downloads/ddm-admin-4b0e584eec455a43c36af08ae207086965cef833.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/4b0e584eec455a43c36af08ae207086965cef833/ddm-admin.json
4532024-02-26T13:25:43.560Z++ do_sha256sum out/downloads/ddm-admin-4b0e584eec455a43c36af08ae207086965cef833.json
4542024-02-26T13:25:43.560Z++ case "$OSTYPE" in
4552024-02-26T13:25:43.567Z++ SHA=sha256sum
4562024-02-26T13:25:43.567Z++ sha256sum
4572024-02-26T13:25:43.567Z++ awk '{print $1}'
4582024-02-26T13:25:43.567Z+ calculated_sha2=0b0dbc2f8bbc5d2d9be92d64c4865f8f9335355aae62f7de9f67f81dfb3f1803
4592024-02-26T13:25:43.567Z+ [[ 0b0dbc2f8bbc5d2d9be92d64c4865f8f9335355aae62f7de9f67f81dfb3f1803 != \0\b\0\d\b\c\2\f\8\b\b\c\5\d\2\d\9\b\e\9\2\d\6\4\c\4\8\6\5\f\8\f\9\3\3\5\3\5\5\a\a\e\6\2\f\7\d\e\9\f\6\7\f\8\1\d\f\b\3\f\1\8\0\3 ]]
4602024-02-26T13:25:43.567Z+ source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version
4612024-02-26T13:25:43.567Z++ COMMIT=4b0e584eec455a43c36af08ae207086965cef833
4622024-02-26T13:25:43.567Z++ SHA2=0ac038bbaa54d0ae0ac5ccaeff48f03070618372cca26c9d09b716b909bf9355
4632024-02-26T13:25:43.567Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/4b0e584eec455a43c36af08ae207086965cef833/mg-admin.json
4642024-02-26T13:25:43.567Z+ LOCAL_FILE=out/downloads/mg-admin-4b0e584eec455a43c36af08ae207086965cef833.json
4652024-02-26T13:25:43.567Z+ main
4662024-02-26T13:25:43.567Z+ [[ 0 != 0 ]]
4672024-02-26T13:25:43.567Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/4b0e584eec455a43c36af08ae207086965cef833/mg-admin.json'
4682024-02-26T13:25:43.567ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/4b0e584eec455a43c36af08ae207086965cef833/mg-admin.json
4692024-02-26T13:25:43.567Z+ echo 'Local file: out/downloads/mg-admin-4b0e584eec455a43c36af08ae207086965cef833.json'
4702024-02-26T13:25:43.567ZLocal file: out/downloads/mg-admin-4b0e584eec455a43c36af08ae207086965cef833.json
4712024-02-26T13:25:43.567Z+ local DO_DOWNLOAD=true
4722024-02-26T13:25:43.568Z+ [[ -f out/downloads/mg-admin-4b0e584eec455a43c36af08ae207086965cef833.json ]]
4732024-02-26T13:25:43.568Z+ mkdir -p out/downloads
4742024-02-26T13:25:43.568Z+ '[' true == true ']'
4752024-02-26T13:25:43.568Z+ echo Downloading...
4762024-02-26T13:25:43.568ZDownloading...
4772024-02-26T13:25:43.568Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/4b0e584eec455a43c36af08ae207086965cef833/mg-admin.json out/downloads/mg-admin-4b0e584eec455a43c36af08ae207086965cef833.json
4782024-02-26T13:25:43.568Z+ curl --silent --show-error --fail --location --output out/downloads/mg-admin-4b0e584eec455a43c36af08ae207086965cef833.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/4b0e584eec455a43c36af08ae207086965cef833/mg-admin.json
4792024-02-26T13:25:43.700Z++ do_sha256sum out/downloads/mg-admin-4b0e584eec455a43c36af08ae207086965cef833.json
4802024-02-26T13:25:43.703Z++ case "$OSTYPE" in
4812024-02-26T13:25:43.703Z++ SHA=sha256sum
4822024-02-26T13:25:43.704Z++ sha256sum
4832024-02-26T13:25:43.704Z++ awk '{print $1}'
4842024-02-26T13:25:43.707Z+ calculated_sha2=0ac038bbaa54d0ae0ac5ccaeff48f03070618372cca26c9d09b716b909bf9355
4852024-02-26T13:25:43.707Z+ [[ 0ac038bbaa54d0ae0ac5ccaeff48f03070618372cca26c9d09b716b909bf9355 != \0\a\c\0\3\8\b\b\a\a\5\4\d\0\a\e\0\a\c\5\c\c\a\e\f\f\4\8\f\0\3\0\7\0\6\1\8\3\7\2\c\c\a\2\6\c\9\d\0\9\b\7\1\6\b\9\0\9\b\f\9\3\5\5 ]]
4862024-02-26T13:25:43.713Z+ set -o errexit
4872024-02-26T13:25:43.715Z+++ dirname ./tools/ci_download_dendrite_openapi
4882024-02-26T13:25:43.718Z++ cd ./tools
4892024-02-26T13:25:43.719Z++ pwd
4902024-02-26T13:25:43.719Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
4912024-02-26T13:25:43.719Z++ basename ./tools/ci_download_dendrite_openapi
4922024-02-26T13:25:43.722Z+ ARG0=ci_download_dendrite_openapi
4932024-02-26T13:25:43.722Z+ TARGET_DIR=out
4942024-02-26T13:25:43.722Z+ DOWNLOAD_DIR=out/downloads
4952024-02-26T13:25:43.722Z+ source /work/oxidecomputer/omicron/tools/dendrite_openapi_version
4962024-02-26T13:25:43.722Z++ COMMIT=3618dd6017b363c5d34399273453cf50b9c9a43e
4972024-02-26T13:25:43.722Z++ SHA2=aa670165e5b459fab4caba36ae4d382a09264ff5cf6a2dac0dae0a0db39a378e
4982024-02-26T13:25:43.722Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3618dd6017b363c5d34399273453cf50b9c9a43e/dpd.json
4992024-02-26T13:25:43.722Z+ LOCAL_FILE=out/downloads/dpd-3618dd6017b363c5d34399273453cf50b9c9a43e.json
5002024-02-26T13:25:43.722Z+ main
5012024-02-26T13:25:43.722Z+ [[ 0 != 0 ]]
5022024-02-26T13:25:43.722Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3618dd6017b363c5d34399273453cf50b9c9a43e/dpd.json'
5032024-02-26T13:25:43.722ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3618dd6017b363c5d34399273453cf50b9c9a43e/dpd.json
5042024-02-26T13:25:43.722ZLocal file: out/downloads/dpd-3618dd6017b363c5d34399273453cf50b9c9a43e.json
5052024-02-26T13:25:43.722Z+ echo 'Local file: out/downloads/dpd-3618dd6017b363c5d34399273453cf50b9c9a43e.json'
5062024-02-26T13:25:43.722Z+ local DO_DOWNLOAD=true
5072024-02-26T13:25:43.722Z+ [[ -f out/downloads/dpd-3618dd6017b363c5d34399273453cf50b9c9a43e.json ]]
5082024-02-26T13:25:43.722Z+ mkdir -p out/downloads
5092024-02-26T13:25:43.722Z+ '[' true == true ']'
5102024-02-26T13:25:43.722Z+ echo Downloading...
5112024-02-26T13:25:43.722ZDownloading...
5122024-02-26T13:25:43.722Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3618dd6017b363c5d34399273453cf50b9c9a43e/dpd.json out/downloads/dpd-3618dd6017b363c5d34399273453cf50b9c9a43e.json
5132024-02-26T13:25:43.723Z+ curl --silent --show-error --fail --location --output out/downloads/dpd-3618dd6017b363c5d34399273453cf50b9c9a43e.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3618dd6017b363c5d34399273453cf50b9c9a43e/dpd.json
5142024-02-26T13:25:43.835Z++ do_sha256sum out/downloads/dpd-3618dd6017b363c5d34399273453cf50b9c9a43e.json
5152024-02-26T13:25:43.835Z++ case "$OSTYPE" in
5162024-02-26T13:25:43.839Z++ SHA=sha256sum
5172024-02-26T13:25:43.839Z++ sha256sum
5182024-02-26T13:25:43.839Z++ awk '{print $1}'
5192024-02-26T13:25:43.842Z+ calculated_sha2=aa670165e5b459fab4caba36ae4d382a09264ff5cf6a2dac0dae0a0db39a378e
5202024-02-26T13:25:43.842Z+ [[ aa670165e5b459fab4caba36ae4d382a09264ff5cf6a2dac0dae0a0db39a378e != \a\a\6\7\0\1\6\5\e\5\b\4\5\9\f\a\b\4\c\a\b\a\3\6\a\e\4\d\3\8\2\a\0\9\2\6\4\f\f\5\c\f\6\a\2\d\a\c\0\d\a\e\0\a\0\d\b\3\9\a\3\7\8\e ]]
5212024-02-26T13:25:43.848Z+ set -o errexit
5222024-02-26T13:25:43.851Z+++ dirname ./tools/ci_download_dendrite_stub
5232024-02-26T13:25:43.854Z++ cd ./tools
5242024-02-26T13:25:43.854Z++ pwd
5252024-02-26T13:25:43.854Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
5262024-02-26T13:25:43.854Z++ basename ./tools/ci_download_dendrite_stub
5272024-02-26T13:25:43.854Z+ ARG0=ci_download_dendrite_stub
5282024-02-26T13:25:43.854Z+ source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums
5292024-02-26T13:25:43.854Z++ CIDL_SHA256_ILLUMOS=eb98985871f321411f7875ef7751dba85ae0dd3034877b63ccb78cedcb96e6e7
5302024-02-26T13:25:43.854Z++ CIDL_SHA256_LINUX_DPD=cb9a1978d1fe3a3f2391757f80436d8cc87c0041161652ad2234e7cf83e9ae36
5312024-02-26T13:25:43.858Z++ CIDL_SHA256_LINUX_SWADM=b7e737be56a8a815a95624f0b5c42ce1e339b07feeae7b3d7b9b4bc17c204245
5322024-02-26T13:25:43.858Z+ source /work/oxidecomputer/omicron/tools/dendrite_openapi_version
5332024-02-26T13:25:43.858Z++ COMMIT=3618dd6017b363c5d34399273453cf50b9c9a43e
5342024-02-26T13:25:43.858Z++ SHA2=aa670165e5b459fab4caba36ae4d382a09264ff5cf6a2dac0dae0a0db39a378e
5352024-02-26T13:25:43.858Z+ TARGET_DIR=out
5362024-02-26T13:25:43.858Z+ DOWNLOAD_DIR=out/downloads
5372024-02-26T13:25:43.858Z+ DEST_DIR=./out/dendrite-stub
5382024-02-26T13:25:43.858Z+ BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin
5392024-02-26T13:25:43.858Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
5402024-02-26T13:25:43.858Z+ REPO=oxidecomputer/dendrite
5412024-02-26T13:25:43.859Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3618dd6017b363c5d34399273453cf50b9c9a43e
5422024-02-26T13:25:43.859Z+ main
5432024-02-26T13:25:43.859Z+ [[ 0 != 0 ]]
5442024-02-26T13:25:43.859Z+ CIDL_OS=solaris2.11
5452024-02-26T13:25:43.859Z+ [[ 0 != 0 ]]
5462024-02-26T13:25:43.859Z+ configure_os solaris2.11
5472024-02-26T13:25:43.859Z+ echo 'current directory: /work/oxidecomputer/omicron'
5482024-02-26T13:25:43.859Zcurrent directory: /work/oxidecomputer/omicron
5492024-02-26T13:25:43.859Z+ echo 'configuring based on OS: "solaris2.11"'
5502024-02-26T13:25:43.859Z+ case "$1" in
5512024-02-26T13:25:43.859Zconfiguring based on OS: "solaris2.11"
5522024-02-26T13:25:43.859Z+ SET_BINARIES=
5532024-02-26T13:25:43.859Z+ CIDL_SHA256=eb98985871f321411f7875ef7751dba85ae0dd3034877b63ccb78cedcb96e6e7
5542024-02-26T13:25:43.859Z+ CIDL_SHA256FUNC=do_sha256sum
5552024-02-26T13:25:43.859Z+ TARBALL_FILENAME=dendrite-stub.tar.gz
5562024-02-26T13:25:43.859Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3618dd6017b363c5d34399273453cf50b9c9a43e/dendrite-stub.tar.gz
5572024-02-26T13:25:43.859Z+ TARBALL_FILE=out/downloads/dendrite-stub.tar.gz
5582024-02-26T13:25:43.859Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3618dd6017b363c5d34399273453cf50b9c9a43e/dendrite-stub.tar.gz'
5592024-02-26T13:25:43.859Z+ echo 'Local file: out/downloads/dendrite-stub.tar.gz'
5602024-02-26T13:25:43.859ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3618dd6017b363c5d34399273453cf50b9c9a43e/dendrite-stub.tar.gz
5612024-02-26T13:25:43.859ZLocal file: out/downloads/dendrite-stub.tar.gz
5622024-02-26T13:25:43.859Z+ mkdir -p out/downloads
5632024-02-26T13:25:43.859Z+ mkdir -p ./out/dendrite-stub
5642024-02-26T13:25:43.866Z+ fetch_and_verify
5652024-02-26T13:25:43.866Z+ local DO_DOWNLOAD=true
5662024-02-26T13:25:43.866Z+ [[ -f out/downloads/dendrite-stub.tar.gz ]]
5672024-02-26T13:25:43.866Z+ '[' true == true ']'
5682024-02-26T13:25:43.866Z+ echo Downloading...
5692024-02-26T13:25:43.866ZDownloading...
5702024-02-26T13:25:43.866Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3618dd6017b363c5d34399273453cf50b9c9a43e/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz
5712024-02-26T13:25:43.866Z+ curl --silent --show-error --fail --location --output out/downloads/dendrite-stub.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3618dd6017b363c5d34399273453cf50b9c9a43e/dendrite-stub.tar.gz
5722024-02-26T13:25:51.758Z++ do_sha256sum out/downloads/dendrite-stub.tar.gz
5732024-02-26T13:25:51.785Z++ sha256sum
5742024-02-26T13:25:51.785Z++ awk '{print $1}'
5752024-02-26T13:25:51.807Z+ calculated_sha256=eb98985871f321411f7875ef7751dba85ae0dd3034877b63ccb78cedcb96e6e7
5762024-02-26T13:25:51.807Z+ [[ eb98985871f321411f7875ef7751dba85ae0dd3034877b63ccb78cedcb96e6e7 != \e\b\9\8\9\8\5\8\7\1\f\3\2\1\4\1\1\f\7\8\7\5\e\f\7\7\5\1\d\b\a\8\5\a\e\0\d\d\3\0\3\4\8\7\7\b\6\3\c\c\b\7\8\c\e\d\c\b\9\6\e\6\e\7 ]]
5772024-02-26T13:25:51.807Z+ do_untar out/downloads/dendrite-stub.tar.gz
5782024-02-26T13:25:51.807Z+ tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads
5792024-02-26T13:25:52.478Z+ do_assemble
5802024-02-26T13:25:52.479Z+ rm -r ./out/dendrite-stub
5812024-02-26T13:25:52.482Z+ mkdir ./out/dendrite-stub
5822024-02-26T13:25:52.482Z+ cp -r out/downloads/root ./out/dendrite-stub/root
5832024-02-26T13:25:52.571Z+ ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin
5842024-02-26T13:25:52.581Z+ set -o errexit
5852024-02-26T13:25:52.584Z+++ dirname ./tools/ci_download_maghemite_mgd
5862024-02-26T13:25:52.587Z++ cd ./tools
5872024-02-26T13:25:52.588Z++ pwd
5882024-02-26T13:25:52.588Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
5892024-02-26T13:25:52.588Z++ basename ./tools/ci_download_maghemite_mgd
5902024-02-26T13:25:52.588Z+ ARG0=ci_download_maghemite_mgd
5912024-02-26T13:25:52.588Z+ source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums
5922024-02-26T13:25:52.588Z++ CIDL_SHA256=22996a6f3353296b848be729f14e78a42e7d3d6e62a4a918a5c2358ae011c8eb
5932024-02-26T13:25:52.588Z++ MGD_LINUX_SHA256=943b0a52d279bde55a419e2cdb24873acc32703bc97bd599376117ee0edc1511
5942024-02-26T13:25:52.588Z+ source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version
5952024-02-26T13:25:52.588Z++ COMMIT=4b0e584eec455a43c36af08ae207086965cef833
5962024-02-26T13:25:52.588Z++ SHA2=0ac038bbaa54d0ae0ac5ccaeff48f03070618372cca26c9d09b716b909bf9355
5972024-02-26T13:25:52.588Z+ TARGET_DIR=out
5982024-02-26T13:25:52.588Z+ DOWNLOAD_DIR=out/downloads
5992024-02-26T13:25:52.588Z+ DEST_DIR=./out/mgd
6002024-02-26T13:25:52.588Z+ BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin
6012024-02-26T13:25:52.588Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
6022024-02-26T13:25:52.588Z+ REPO=oxidecomputer/maghemite
6032024-02-26T13:25:52.588Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/4b0e584eec455a43c36af08ae207086965cef833
6042024-02-26T13:25:52.592Z+ main
6052024-02-26T13:25:52.592Z+ [[ 0 != 0 ]]
6062024-02-26T13:25:52.592Z+ CIDL_OS=solaris2.11
6072024-02-26T13:25:52.592Z+ [[ 0 != 0 ]]
6082024-02-26T13:25:52.592Z+ configure_os solaris2.11
6092024-02-26T13:25:52.592Z+ echo 'current directory: /work/oxidecomputer/omicron'
6102024-02-26T13:25:52.592Zcurrent directory: /work/oxidecomputer/omicron
6112024-02-26T13:25:52.592Z+ echo 'configuring based on OS: "solaris2.11"'
6122024-02-26T13:25:52.592Z+ case "$1" in
6132024-02-26T13:25:52.592Z+ SET_BINARIES=
6142024-02-26T13:25:52.592Zconfiguring based on OS: "solaris2.11"
6152024-02-26T13:25:52.592Z+ CIDL_SHA256FUNC=do_sha256sum
6162024-02-26T13:25:52.592Z+ TARBALL_FILENAME=mgd.tar.gz
6172024-02-26T13:25:52.592ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/4b0e584eec455a43c36af08ae207086965cef833/mgd.tar.gz
6182024-02-26T13:25:52.592Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/4b0e584eec455a43c36af08ae207086965cef833/mgd.tar.gz
6192024-02-26T13:25:52.592Z+ TARBALL_FILE=out/downloads/mgd.tar.gz
6202024-02-26T13:25:52.592ZLocal file: out/downloads/mgd.tar.gz
6212024-02-26T13:25:52.592Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/4b0e584eec455a43c36af08ae207086965cef833/mgd.tar.gz'
6222024-02-26T13:25:52.592Z+ echo 'Local file: out/downloads/mgd.tar.gz'
6232024-02-26T13:25:52.592Z+ mkdir -p out/downloads
6242024-02-26T13:25:52.592Z+ mkdir -p ./out/mgd
6252024-02-26T13:25:52.593Z+ fetch_and_verify
6262024-02-26T13:25:52.593Z+ local DO_DOWNLOAD=true
6272024-02-26T13:25:52.596Z+ [[ -f out/downloads/mgd.tar.gz ]]
6282024-02-26T13:25:52.596Z+ '[' true == true ']'
6292024-02-26T13:25:52.596Z+ echo Downloading...
6302024-02-26T13:25:52.596ZDownloading...
6312024-02-26T13:25:52.596Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/4b0e584eec455a43c36af08ae207086965cef833/mgd.tar.gz out/downloads/mgd.tar.gz
6322024-02-26T13:25:52.596Z+ curl --silent --show-error --fail --location --output out/downloads/mgd.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/4b0e584eec455a43c36af08ae207086965cef833/mgd.tar.gz
6332024-02-26T13:26:00.780Z++ do_sha256sum out/downloads/mgd.tar.gz
6342024-02-26T13:26:00.785Z++ sha256sum
6352024-02-26T13:26:00.785Z++ awk '{print $1}'
6362024-02-26T13:26:00.801Z+ calculated_sha256=22996a6f3353296b848be729f14e78a42e7d3d6e62a4a918a5c2358ae011c8eb
6372024-02-26T13:26:00.805Z+ [[ 22996a6f3353296b848be729f14e78a42e7d3d6e62a4a918a5c2358ae011c8eb != \2\2\9\9\6\a\6\f\3\3\5\3\2\9\6\b\8\4\8\b\e\7\2\9\f\1\4\e\7\8\a\4\2\e\7\d\3\d\6\e\6\2\a\4\a\9\1\8\a\5\c\2\3\5\8\a\e\0\1\1\c\8\e\b ]]
6382024-02-26T13:26:00.805Z+ do_untar out/downloads/mgd.tar.gz
6392024-02-26T13:26:00.805Z+ tar xzf out/downloads/mgd.tar.gz -C out/downloads
6402024-02-26T13:26:01.245Z+ do_assemble
6412024-02-26T13:26:01.245Z+ rm -r ./out/mgd
6422024-02-26T13:26:01.248Z+ mkdir ./out/mgd
6432024-02-26T13:26:01.249Z+ cp -r out/downloads/root ./out/mgd/root
6442024-02-26T13:26:01.411Z+ set -o errexit
6452024-02-26T13:26:01.424Z+++ dirname ./tools/ci_download_transceiver_control
6462024-02-26T13:26:01.424Z++ cd ./tools
6472024-02-26T13:26:01.424Z++ pwd
6482024-02-26T13:26:01.424Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
6492024-02-26T13:26:01.424Z++ basename ./tools/ci_download_transceiver_control
6502024-02-26T13:26:01.425Z+ ARG0=ci_download_transceiver_control
6512024-02-26T13:26:01.425Z+ source /work/oxidecomputer/omicron/tools/transceiver_control_version
6522024-02-26T13:26:01.425Z++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a
6532024-02-26T13:26:01.425Z++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
6542024-02-26T13:26:01.425Z+ TARGET_DIR=out
6552024-02-26T13:26:01.425Z+ DOWNLOAD_DIR=out/downloads
6562024-02-26T13:26:01.425Z+ DEST_DIR=./out/transceiver-control
6572024-02-26T13:26:01.425Z+ BIN_DIR=/opt/oxide/bin
6582024-02-26T13:26:01.425Z+ BINARY=xcvradm
6592024-02-26T13:26:01.425Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
6602024-02-26T13:26:01.425Z+ REPO=oxidecomputer/transceiver-control
6612024-02-26T13:26:01.425Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a
6622024-02-26T13:26:01.425Z+ main
6632024-02-26T13:26:01.425Z+ [[ 0 != 0 ]]
6642024-02-26T13:26:01.425Z+ CIDL_OS=solaris2.11
6652024-02-26T13:26:01.425Z+ [[ 0 != 0 ]]
6662024-02-26T13:26:01.425Z+ configure_os solaris2.11
6672024-02-26T13:26:01.425Z+ echo 'current directory: /work/oxidecomputer/omicron'
6682024-02-26T13:26:01.425Z+ echo 'configuring based on OS: "solaris2.11"'
6692024-02-26T13:26:01.425Z+ case "$1" in
6702024-02-26T13:26:01.425Z+ SET_BINARIES=
6712024-02-26T13:26:01.425Zcurrent directory: /work/oxidecomputer/omicron
6722024-02-26T13:26:01.425Zconfiguring based on OS: "solaris2.11"
6732024-02-26T13:26:01.425Z+ CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
6742024-02-26T13:26:01.425Z+ CIDL_SHA256FUNC=do_sha256sum
6752024-02-26T13:26:01.426Z+ ARCHIVE_FILENAME=xcvradm.gz
6762024-02-26T13:26:01.426Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz
6772024-02-26T13:26:01.426Z+ ARCHIVE_FILE=out/downloads/xcvradm.gz
6782024-02-26T13:26:01.426Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz'
6792024-02-26T13:26:01.426Z+ echo 'Local file: out/downloads/xcvradm.gz'
6802024-02-26T13:26:01.426ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz
6812024-02-26T13:26:01.426ZLocal file: out/downloads/xcvradm.gz
6822024-02-26T13:26:01.426Z+ mkdir -p out/downloads
6832024-02-26T13:26:01.426Z+ mkdir -p ./out/transceiver-control
6842024-02-26T13:26:01.426Z+ fetch_and_verify
6852024-02-26T13:26:01.426Z+ local DO_DOWNLOAD=true
6862024-02-26T13:26:01.426Z+ [[ -f out/downloads/xcvradm.gz ]]
6872024-02-26T13:26:01.426Z+ '[' true == true ']'
6882024-02-26T13:26:01.426Z+ echo Downloading...
6892024-02-26T13:26:01.426ZDownloading...
6902024-02-26T13:26:01.426Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz
6912024-02-26T13:26:01.426Z+ 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
6922024-02-26T13:26:02.660Z++ do_sha256sum out/downloads/xcvradm.gz
6932024-02-26T13:26:02.664Z++ sha256sum
6942024-02-26T13:26:02.664Z++ awk '{print $1}'
6952024-02-26T13:26:02.668Z+ calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
6962024-02-26T13:26:02.672Z+ [[ 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 ]]
6972024-02-26T13:26:02.672Z+ do_unpack out/downloads/xcvradm.gz
6982024-02-26T13:26:02.672Z+ mkdir -p out/downloads/root//opt/oxide/bin
6992024-02-26T13:26:02.672Z+ gzip -dc out/downloads/xcvradm.gz
7002024-02-26T13:26:02.796Z+ chmod +x out/downloads/root//opt/oxide/bin/xcvradm
7012024-02-26T13:26:02.816Z+ do_assemble
7022024-02-26T13:26:02.816Z+ rm -r ./out/transceiver-control
7032024-02-26T13:26:02.816Z+ mkdir ./out/transceiver-control
7042024-02-26T13:26:02.816Z+ cp -r out/downloads/root ./out/transceiver-control/root
7052024-02-26T13:26:03.186ZAll builder prerequisites installed successfully, and PATH looks valid
7062024-02-26T13:26:03.195Z
7072024-02-26T13:26:03.195Zreal 1:40.724881764
7082024-02-26T13:26:03.195Zuser 34.745161464
7092024-02-26T13:26:03.195Zsys 6.412669737
7102024-02-26T13:26:03.195Ztrap 0.007890936
7112024-02-26T13:26:03.195Ztflt 0.148624345
7122024-02-26T13:26:03.195Zdflt 0.542606805
7132024-02-26T13:26:03.195Zkflt 0.161180673
7142024-02-26T13:26:03.195Zlock 1.854155083
7152024-02-26T13:26:03.195Zslp 3:18.669825627
7162024-02-26T13:26:03.196Zlat 1.863226290
7172024-02-26T13:26:03.196Zstop 0.122752960
7182024-02-26T13:26:03.196Z
7192024-02-26T13:26:03.196Z #### # # ##### ##### # #
7202024-02-26T13:26:03.196Z # # # # # # # # # #
7212024-02-26T13:26:03.196Z # # # # # # # #
7222024-02-26T13:26:03.196Z # # # ##### ##### #
7232024-02-26T13:26:03.196Z # # # # # # #
7242024-02-26T13:26:03.196Z #### ###### # # # #
7252024-02-26T13:26:03.196Z
7262024-02-26T13:26:03.402Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
7272024-02-26T13:26:03.851Z Updating git repository `https://github.com/oxidecomputer/samael`
7282024-02-26T13:26:04.389Z Updating crates.io index
7292024-02-26T13:26:04.392Z Updating git repository `https://github.com/oxidecomputer/dropshot`
7302024-02-26T13:26:05.256Z Updating git repository `https://github.com/oxidecomputer/progenitor`
7312024-02-26T13:26:07.010Z Updating git repository `http://github.com/oxidecomputer/serde_human_bytes`
7322024-02-26T13:26:07.503Z Updating git repository `http://github.com/oxidecomputer/tofino`
7332024-02-26T13:26:07.906Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
7342024-02-26T13:26:08.315Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
7352024-02-26T13:26:08.723Z Updating git repository `https://github.com/oxidecomputer/propolis`
7362024-02-26T13:26:09.660Z Updating git repository `https://github.com/oxidecomputer/crucible`
7372024-02-26T13:26:11.788Z Updating git repository `https://github.com/oxidecomputer/opte`
7382024-02-26T13:26:12.673Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
7392024-02-26T13:26:13.016Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
7402024-02-26T13:26:13.567Z Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel`
7412024-02-26T13:26:13.849Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
7422024-02-26T13:26:14.142Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
7432024-02-26T13:26:14.453Z Updating git repository `http://github.com/oxidecomputer/sprockets`
7442024-02-26T13:26:14.823Z Updating git repository `https://github.com/oxidecomputer/diesel-dtrace`
7452024-02-26T13:26:15.309Z Updating git repository `https://github.com/oxidecomputer/poptrie`
7462024-02-26T13:26:15.609Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
7472024-02-26T13:26:16.075Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
7482024-02-26T13:26:16.466Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
7492024-02-26T13:26:17.144Z Updating git repository `https://github.com/jgallagher/nix`
7502024-02-26T13:26:18.151Z Updating git repository `https://github.com/cbiffle/hubpack`
7512024-02-26T13:26:18.535Z Updating git repository `https://github.com/oxidecomputer/typify`
7522024-02-26T13:26:20.082Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
7532024-02-26T13:26:20.761Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
7542024-02-26T13:26:21.064Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
7552024-02-26T13:26:22.500Z Downloading crates ...
7562024-02-26T13:26:22.681Z Downloaded camino v1.1.6
7572024-02-26T13:26:22.687Z Downloaded clap_lex v0.7.0
7582024-02-26T13:26:22.698Z Downloaded equivalent v1.0.1
7592024-02-26T13:26:22.709Z Downloaded colorchoice v1.0.0
7602024-02-26T13:26:22.714Z Downloaded heck v0.4.1
7612024-02-26T13:26:22.731Z Downloaded anstyle-query v1.0.0
7622024-02-26T13:26:22.731Z Downloaded toml_datetime v0.6.5
7632024-02-26T13:26:22.731Z Downloaded strsim v0.11.0
7642024-02-26T13:26:22.731Z Downloaded utf8parse v0.2.1
7652024-02-26T13:26:22.731Z Downloaded serde_spanned v0.6.5
7662024-02-26T13:26:22.731Z Downloaded thiserror v1.0.57
7672024-02-26T13:26:22.731Z Downloaded terminal_size v0.3.0
7682024-02-26T13:26:22.732Z Downloaded itoa v1.0.9
7692024-02-26T13:26:22.732Z Downloaded anstyle v1.0.2
7702024-02-26T13:26:22.732Z Downloaded thiserror-impl v1.0.57
7712024-02-26T13:26:22.732Z Downloaded quote v1.0.35
7722024-02-26T13:26:22.783Z Downloaded semver v1.0.22
7732024-02-26T13:26:22.783Z Downloaded anstream v0.6.11
7742024-02-26T13:26:22.783Z Downloaded errno v0.3.8
7752024-02-26T13:26:22.783Z Downloaded cargo-platform v0.1.3
7762024-02-26T13:26:22.783Z Downloaded cargo_metadata v0.18.1
7772024-02-26T13:26:22.783Z Downloaded winnow v0.6.1
7782024-02-26T13:26:22.784Z Downloaded bitflags v2.4.0
7792024-02-26T13:26:22.784Z Downloaded anstyle-parse v0.2.1
7802024-02-26T13:26:22.784Z Downloaded clap_derive v4.5.0
7812024-02-26T13:26:22.784Z Downloaded proc-macro2 v1.0.78
7822024-02-26T13:26:22.784Z Downloaded cargo_toml v0.19.0
7832024-02-26T13:26:22.784Z Downloaded anyhow v1.0.75
7842024-02-26T13:26:22.784Z Downloaded clap v4.5.0
7852024-02-26T13:26:22.797Z Downloaded toml v0.8.10
7862024-02-26T13:26:22.797Z Downloaded unicode-ident v1.0.12
7872024-02-26T13:26:22.797Z Downloaded serde_derive v1.0.196
7882024-02-26T13:26:22.797Z Downloaded serde v1.0.196
7892024-02-26T13:26:22.797Z Downloaded indexmap v2.2.3
7902024-02-26T13:26:22.797Z Downloaded memchr v2.6.3
7912024-02-26T13:26:22.797Z Downloaded ryu v1.0.15
7922024-02-26T13:26:22.797Z Downloaded toml_edit v0.22.6
7932024-02-26T13:26:22.811Z Downloaded hashbrown v0.14.3
7942024-02-26T13:26:22.817Z Downloaded serde_json v1.0.114
7952024-02-26T13:26:22.824Z Downloaded clap_builder v4.5.0
7962024-02-26T13:26:22.834Z Downloaded syn v2.0.48
7972024-02-26T13:26:22.847Z Downloaded rustix v0.38.31
7982024-02-26T13:26:22.878Z Downloaded libc v0.2.153
7992024-02-26T13:26:23.094Z Compiling proc-macro2 v1.0.78
8002024-02-26T13:26:23.094Z Compiling unicode-ident v1.0.12
8012024-02-26T13:26:23.094Z Compiling serde v1.0.196
8022024-02-26T13:26:23.094Z Compiling libc v0.2.153
8032024-02-26T13:26:23.106Z Compiling rustix v0.38.31
8042024-02-26T13:26:23.106Z Compiling hashbrown v0.14.3
8052024-02-26T13:26:23.142Z Compiling utf8parse v0.2.1
8062024-02-26T13:26:23.172Z Compiling bitflags v2.4.0
8072024-02-26T13:26:23.337Z Compiling equivalent v1.0.1
8082024-02-26T13:26:23.424Z Compiling anstyle-parse v0.2.1
8092024-02-26T13:26:23.580Z Compiling thiserror v1.0.57
8102024-02-26T13:26:23.702Z Compiling semver v1.0.22
8112024-02-26T13:26:24.148Z Compiling indexmap v2.2.3
8122024-02-26T13:26:24.167Z Compiling colorchoice v1.0.0
8132024-02-26T13:26:24.278Z Compiling anstyle v1.0.2
8142024-02-26T13:26:24.564Z Compiling camino v1.1.6
8152024-02-26T13:26:25.061Z Compiling serde_json v1.0.114
8162024-02-26T13:26:25.104Z Compiling anstyle-query v1.0.0
8172024-02-26T13:26:25.119Z Compiling winnow v0.6.1
8182024-02-26T13:26:25.194Z Compiling anstream v0.6.11
8192024-02-26T13:26:25.323Z Compiling clap_lex v0.7.0
8202024-02-26T13:26:25.342Z Compiling itoa v1.0.9
8212024-02-26T13:26:25.407Z Compiling heck v0.4.1
8222024-02-26T13:26:25.429Z Compiling anyhow v1.0.75
8232024-02-26T13:26:25.557Z Compiling strsim v0.11.0
8242024-02-26T13:26:25.855Z Compiling ryu v1.0.15
8252024-02-26T13:26:26.121Z Compiling quote v1.0.35
8262024-02-26T13:26:26.467Z Compiling syn v2.0.48
8272024-02-26T13:26:26.550Z Compiling errno v0.3.8
8282024-02-26T13:26:27.486Z Compiling terminal_size v0.3.0
8292024-02-26T13:26:27.589Z Compiling clap_builder v4.5.0
8302024-02-26T13:26:35.978Z Compiling serde_derive v1.0.196
8312024-02-26T13:26:35.978Z Compiling thiserror-impl v1.0.57
8322024-02-26T13:26:36.053Z Compiling clap_derive v4.5.0
8332024-02-26T13:26:36.053Z Compiling clap v4.5.0
8342024-02-26T13:26:39.574Z Compiling toml_datetime v0.6.5
8352024-02-26T13:26:39.574Z Compiling serde_spanned v0.6.5
8362024-02-26T13:26:39.577Z Compiling cargo-platform v0.1.3
8372024-02-26T13:26:39.879Z Compiling toml_edit v0.22.6
8382024-02-26T13:26:40.830Z Compiling cargo_metadata v0.18.1
8392024-02-26T13:26:41.916Z Compiling toml v0.8.10
8402024-02-26T13:26:42.624Z Compiling cargo_toml v0.19.0
8412024-02-26T13:26:46.192Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
8422024-02-26T13:26:47.153Z Finished dev [unoptimized + debuginfo] target(s) in 43.91s
8432024-02-26T13:26:47.324Z Running `target/debug/xtask clippy`
8442024-02-26T13:26:47.364Zrunning: "/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/cargo" "clippy" "--all-targets" "--" "--deny" "warnings" "--allow" "clippy::style" "--warn" "clippy::disallowed_macros" "--warn" "clippy::disallowed_methods" "--warn" "clippy::disallowed_names" "--warn" "clippy::disallowed_script_idents" "--warn" "clippy::disallowed_types"
8452024-02-26T13:26:47.889Z Downloading crates ...
8462024-02-26T13:26:48.079Z Downloaded bit-vec v0.6.3
8472024-02-26T13:26:48.085Z Downloaded addr2line v0.21.0
8482024-02-26T13:26:48.088Z Downloaded camino-tempfile v1.1.1
8492024-02-26T13:26:48.092Z Downloaded hubpack_derive v0.1.1
8502024-02-26T13:26:48.111Z Downloaded ident_case v1.0.1
8512024-02-26T13:26:48.114Z Downloaded http-body v0.4.5
8522024-02-26T13:26:48.114Z Downloaded home v0.5.5
8532024-02-26T13:26:48.114Z Downloaded cfg-if v1.0.0
8542024-02-26T13:26:48.120Z Downloaded bytes v1.5.0
8552024-02-26T13:26:48.123Z Downloaded http-body v1.0.0
8562024-02-26T13:26:48.124Z Downloaded hyper-tls v0.5.0
8572024-02-26T13:26:48.127Z Downloaded humantime v2.1.0
8582024-02-26T13:26:48.130Z Downloaded cexpr v0.6.0
8592024-02-26T13:26:48.133Z Downloaded iana-time-zone v0.1.57
8602024-02-26T13:26:48.133Z Downloaded base64 v0.21.7
8612024-02-26T13:26:48.137Z Downloaded cancel-safe-futures v0.1.5
8622024-02-26T13:26:48.140Z Downloaded num-iter v0.1.43
8632024-02-26T13:26:48.143Z Downloaded num-integer v0.1.46
8642024-02-26T13:26:48.146Z Downloaded rstest_macros v0.18.2
8652024-02-26T13:26:48.149Z Downloaded bb8 v0.8.3
8662024-02-26T13:26:48.152Z Downloaded resolv-conf v0.7.0
8672024-02-26T13:26:48.155Z Downloaded indoc v2.0.3
8682024-02-26T13:26:48.163Z Downloaded libsw v3.3.1
8692024-02-26T13:26:48.177Z Downloaded highway v1.1.0
8702024-02-26T13:26:48.177Z Downloaded instant v0.1.12
8712024-02-26T13:26:48.177Z Downloaded criterion v0.5.1
8722024-02-26T13:26:48.184Z Downloaded hmac v0.12.1
8732024-02-26T13:26:48.184Z Downloaded num-derive v0.4.0
8742024-02-26T13:26:48.184Z Downloaded hostname v0.3.1
8752024-02-26T13:26:48.184Z Downloaded is_ci v1.2.0
8762024-02-26T13:26:48.184Z Downloaded impl-trait-for-tuples v0.2.2
8772024-02-26T13:26:48.188Z Downloaded num-bigint-dig v0.8.4
8782024-02-26T13:26:48.193Z Downloaded crunchy v0.2.2
8792024-02-26T13:26:48.200Z Downloaded atty v0.2.14
8802024-02-26T13:26:48.200Z Downloaded crucible-workspace-hack v0.1.0
8812024-02-26T13:26:48.203Z Downloaded matches v0.1.10
8822024-02-26T13:26:48.203Z Downloaded atomicwrites v0.4.3
8832024-02-26T13:26:48.206Z Downloaded hyper-util v0.1.2
8842024-02-26T13:26:48.209Z Downloaded newline-converter v0.3.0
8852024-02-26T13:26:48.212Z Downloaded hyper-rustls v0.24.2
8862024-02-26T13:26:48.215Z Downloaded match_cfg v0.1.0
8872024-02-26T13:26:48.218Z Downloaded cstr-argument v0.1.2
8882024-02-26T13:26:48.218Z Downloaded constant_time_eq v0.2.6
8892024-02-26T13:26:48.224Z Downloaded http-range v0.1.5
8902024-02-26T13:26:48.224Z Downloaded cipher v0.4.4
8912024-02-26T13:26:48.227Z Downloaded newtype_derive v0.1.6
8922024-02-26T13:26:48.227Z Downloaded new_debug_unreachable v1.0.4
8932024-02-26T13:26:48.227Z Downloaded curve25519-dalek-derive v0.1.0
8942024-02-26T13:26:48.227Z Downloaded nested v0.1.1
8952024-02-26T13:26:48.230Z Downloaded lazy_static v1.4.0
8962024-02-26T13:26:48.230Z Downloaded inout v0.1.3
8972024-02-26T13:26:48.233Z Downloaded keccak v0.1.4
8982024-02-26T13:26:48.233Z Downloaded memoffset v0.9.0
8992024-02-26T13:26:48.236Z Downloaded maplit v1.0.2
9002024-02-26T13:26:48.236Z Downloaded lru v0.12.1
9012024-02-26T13:26:48.236Z Downloaded console v0.15.8
9022024-02-26T13:26:48.240Z Downloaded linear-map v1.2.0
9032024-02-26T13:26:48.243Z Downloaded kstat-rs v0.2.3
9042024-02-26T13:26:48.246Z Downloaded adler v1.0.2
9052024-02-26T13:26:48.249Z Downloaded maybe-uninit v2.0.0
9062024-02-26T13:26:48.249Z Downloaded async-stream v0.3.5
9072024-02-26T13:26:48.252Z Downloaded sqlparser_derive v0.2.2
9082024-02-26T13:26:48.252Z Downloaded lazycell v1.3.0
9092024-02-26T13:26:48.253Z Downloaded base16ct v0.2.0
9102024-02-26T13:26:48.255Z Downloaded mockall v0.12.0
9112024-02-26T13:26:48.258Z Downloaded criterion-plot v0.5.0
9122024-02-26T13:26:48.261Z Downloaded block-padding v0.3.3
9132024-02-26T13:26:48.261Z Downloaded schemars_derive v0.8.16
9142024-02-26T13:26:48.265Z Downloaded atomic-waker v1.1.1
9152024-02-26T13:26:48.265Z Downloaded guppy-workspace-hack v0.1.0
9162024-02-26T13:26:48.269Z Downloaded memmap v0.7.0
9172024-02-26T13:26:48.269Z Downloaded lalrpop-util v0.19.12
9182024-02-26T13:26:48.272Z Downloaded crc-catalog v2.2.0
9192024-02-26T13:26:48.272Z Downloaded block-buffer v0.10.4
9202024-02-26T13:26:48.272Z Downloaded ipnetwork v0.20.0
9212024-02-26T13:26:48.275Z Downloaded memoffset v0.7.1
9222024-02-26T13:26:48.278Z Downloaded crossbeam-deque v0.8.3
9232024-02-26T13:26:48.278Z Downloaded libefi-sys v0.1.0
9242024-02-26T13:26:48.281Z Downloaded mime v0.3.17
9252024-02-26T13:26:48.287Z Downloaded nodrop v0.1.14
9262024-02-26T13:26:48.287Z Downloaded managed v0.8.0
9272024-02-26T13:26:48.291Z Downloaded blake2b_simd v1.0.1
9282024-02-26T13:26:48.291Z Downloaded semver v0.1.20
9292024-02-26T13:26:48.291Z Downloaded cfg-expr v0.15.6
9302024-02-26T13:26:48.294Z Downloaded phf_shared v0.10.0
9312024-02-26T13:26:48.294Z Downloaded buf-list v1.0.3
9322024-02-26T13:26:48.297Z Downloaded multimap v0.10.0
9332024-02-26T13:26:48.300Z Downloaded subtle v2.5.0
9342024-02-26T13:26:48.300Z Downloaded slog-stdlog v4.1.1
9352024-02-26T13:26:48.303Z Downloaded slog-scope v4.4.0
9362024-02-26T13:26:48.303Z Downloaded tabled_derive v0.7.0
9372024-02-26T13:26:48.306Z Downloaded async-trait v0.1.77
9382024-02-26T13:26:48.309Z Downloaded bcs v0.1.6
9392024-02-26T13:26:48.312Z Downloaded arrayvec v0.7.4
9402024-02-26T13:26:48.315Z Downloaded libtest-mimic v0.6.1
9412024-02-26T13:26:48.318Z Downloaded unicode-linebreak v0.1.5
9422024-02-26T13:26:48.318Z Downloaded libloading v0.7.4
9432024-02-26T13:26:48.321Z Downloaded macaddr v1.0.1
9442024-02-26T13:26:48.324Z Downloaded md-5 v0.10.5
9452024-02-26T13:26:48.327Z Downloaded crc32fast v1.3.2
9462024-02-26T13:26:48.327Z Downloaded nu-ansi-term v0.50.0
9472024-02-26T13:26:48.330Z Downloaded chacha20poly1305 v0.10.1
9482024-02-26T13:26:48.333Z Downloaded memmap2 v0.7.1
9492024-02-26T13:26:48.336Z Downloaded csv-core v0.1.11
9502024-02-26T13:26:48.336Z Downloaded pretty-hex v0.2.1
9512024-02-26T13:26:48.339Z Downloaded scroll_derive v0.12.0
9522024-02-26T13:26:48.339Z Downloaded http v1.0.0
9532024-02-26T13:26:48.343Z Downloaded termios v0.3.3
9542024-02-26T13:26:48.346Z Downloaded target-spec v3.1.0
9552024-02-26T13:26:48.349Z Downloaded termtree v0.4.1
9562024-02-26T13:26:48.352Z Downloaded peeking_take_while v0.1.2
9572024-02-26T13:26:48.352Z Downloaded pathdiff v0.2.1
9582024-02-26T13:26:48.352Z Downloaded thiserror-no-std v2.0.2
9592024-02-26T13:26:48.356Z Downloaded endian-type v0.1.2
9602024-02-26T13:26:48.359Z Downloaded num_threads v0.1.6
9612024-02-26T13:26:48.359Z Downloaded tinyvec_macros v0.1.1
9622024-02-26T13:26:48.365Z Downloaded headers-core v0.2.0
9632024-02-26T13:26:48.365Z Downloaded wait-timeout v0.2.0
9642024-02-26T13:26:48.368Z Downloaded zerocopy v0.3.0
9652024-02-26T13:26:48.368Z Downloaded group v0.13.0
9662024-02-26T13:26:48.368Z Downloaded rustc-hash v1.1.0
9672024-02-26T13:26:48.368Z Downloaded basic-toml v0.1.8
9682024-02-26T13:26:48.378Z Downloaded miniz_oxide v0.7.1
9692024-02-26T13:26:48.381Z Downloaded dtrace-parser v0.2.0
9702024-02-26T13:26:48.384Z Downloaded openssl-macros v0.1.1
9712024-02-26T13:26:48.384Z Downloaded crypto-bigint v0.5.2
9722024-02-26T13:26:48.389Z Downloaded darling_macro v0.14.4
9732024-02-26T13:26:48.393Z Downloaded heck v0.3.3
9742024-02-26T13:26:48.393Z Downloaded tinytemplate v1.2.1
9752024-02-26T13:26:48.396Z Downloaded mockall_derive v0.12.0
9762024-02-26T13:26:48.399Z Downloaded scheduled-thread-pool v0.2.7
9772024-02-26T13:26:48.399Z Downloaded fs-err v2.11.0
9782024-02-26T13:26:48.403Z Downloaded slog-envlogger v2.2.0
9792024-02-26T13:26:48.403Z Downloaded rand_chacha v0.3.1
9802024-02-26T13:26:48.406Z Downloaded slog-dtrace v0.3.0
9812024-02-26T13:26:48.406Z Downloaded olpc-cjson v0.1.3
9822024-02-26T13:26:48.409Z Downloaded embedded-io v0.4.0
9832024-02-26T13:26:48.409Z Downloaded darling v0.14.4
9842024-02-26T13:26:48.411Z Downloaded foreign-types-shared v0.1.1
9852024-02-26T13:26:48.414Z Downloaded swrite v0.1.0
9862024-02-26T13:26:48.414Z Downloaded pretty-hex v0.4.1
9872024-02-26T13:26:48.417Z Downloaded arc-swap v1.6.0
9882024-02-26T13:26:48.420Z Downloaded allocator-api2 v0.2.16
9892024-02-26T13:26:48.423Z Downloaded getrandom v0.2.10
9902024-02-26T13:26:48.426Z Downloaded darling v0.20.3
9912024-02-26T13:26:48.429Z Downloaded partial-io v0.5.4
9922024-02-26T13:26:48.432Z Downloaded subprocess v0.2.9
9932024-02-26T13:26:48.436Z Downloaded crossbeam-epoch v0.9.15
9942024-02-26T13:26:48.441Z Downloaded semver v0.11.0
9952024-02-26T13:26:48.444Z Downloaded usdt-macro v0.5.0
9962024-02-26T13:26:48.444Z Downloaded usdt-attr-macro v0.5.0
9972024-02-26T13:26:48.445Z Downloaded openssl-probe v0.1.5
9982024-02-26T13:26:48.445Z Downloaded paste v1.0.14
9992024-02-26T13:26:48.447Z Downloaded snafu v0.7.5
10002024-02-26T13:26:48.452Z Downloaded difflib v0.4.0
10012024-02-26T13:26:48.455Z Downloaded rustc-demangle v0.1.23
10022024-02-26T13:26:48.458Z Downloaded futures-task v0.3.30
10032024-02-26T13:26:48.458Z Downloaded usdt-impl v0.3.5
10042024-02-26T13:26:48.462Z Downloaded zeroize v1.7.0
10052024-02-26T13:26:48.462Z Downloaded rust-argon2 v1.0.1
10062024-02-26T13:26:48.465Z Downloaded precomputed-hash v0.1.1
10072024-02-26T13:26:48.465Z Downloaded float-cmp v0.9.0
10082024-02-26T13:26:48.468Z Downloaded fixedbitset v0.4.2
10092024-02-26T13:26:48.468Z Downloaded scroll v0.12.0
10102024-02-26T13:26:48.471Z Downloaded zeroize_derive v1.4.2
10112024-02-26T13:26:48.471Z Downloaded predicates-tree v1.0.9
10122024-02-26T13:26:48.474Z Downloaded tracing-attributes v0.1.26
10132024-02-26T13:26:48.474Z Downloaded time-macros v0.2.13
10142024-02-26T13:26:48.477Z Downloaded serde_yaml v0.9.25
10152024-02-26T13:26:48.890Z Downloaded semver-parser v0.10.2
10162024-02-26T13:26:48.899Z Downloaded filetime v0.2.23
10172024-02-26T13:26:48.899Z Downloaded walkdir v2.4.0
10182024-02-26T13:26:48.899Z Downloaded tokio-rustls v0.25.0
10192024-02-26T13:26:48.899Z Downloaded smf v0.2.2
10202024-02-26T13:26:48.899Z Downloaded yansi v0.5.1
10212024-02-26T13:26:48.899Z Downloaded ff v0.13.0
10222024-02-26T13:26:48.899Z Downloaded usdt-macro v0.3.5
10232024-02-26T13:26:48.899Z Downloaded dtrace-parser v0.1.14
10242024-02-26T13:26:48.899Z Downloaded strum v0.26.1
10252024-02-26T13:26:48.899Z Downloaded derive_builder_core v0.12.0
10262024-02-26T13:26:48.899Z Downloaded darling_core v0.20.3
10272024-02-26T13:26:48.899Z Downloaded packed_struct_codegen v0.10.1
10282024-02-26T13:26:48.900Z Downloaded shell-words v1.1.0
10292024-02-26T13:26:48.900Z Downloaded pest_meta v2.7.6
10302024-02-26T13:26:48.900Z Downloaded strum_macros v0.26.1
10312024-02-26T13:26:48.900Z Downloaded parking_lot v0.12.1
10322024-02-26T13:26:48.900Z Downloaded uuid v1.7.0
10332024-02-26T13:26:48.900Z Downloaded serde-big-array v0.4.1
10342024-02-26T13:26:48.900Z Downloaded signal-hook v0.3.17
10352024-02-26T13:26:48.900Z Downloaded tungstenite v0.20.1
10362024-02-26T13:26:48.900Z Downloaded shlex v1.3.0
10372024-02-26T13:26:48.900Z Downloaded target-lexicon v0.12.13
10382024-02-26T13:26:48.900Z Downloaded tokio-tungstenite v0.20.1
10392024-02-26T13:26:48.900Z Downloaded downcast v0.11.0
10402024-02-26T13:26:48.900Z Downloaded number_prefix v0.4.0
10412024-02-26T13:26:48.900Z Downloaded structmeta-derive v0.3.0
10422024-02-26T13:26:48.900Z Downloaded crossbeam-channel v0.5.8
10432024-02-26T13:26:48.900Z Downloaded predicates v3.1.0
10442024-02-26T13:26:48.900Z Downloaded minimal-lexical v0.2.1
10452024-02-26T13:26:48.900Z Downloaded futures-sink v0.3.30
10462024-02-26T13:26:48.900Z Downloaded rand_core v0.6.4
10472024-02-26T13:26:48.900Z Downloaded thiserror-impl-no-std v2.0.2
10482024-02-26T13:26:48.900Z Downloaded rustc_version v0.1.7
10492024-02-26T13:26:48.900Z Downloaded whoami v1.4.1
10502024-02-26T13:26:48.900Z Downloaded structopt-derive v0.4.18
10512024-02-26T13:26:48.900Z Downloaded display-error-chain v0.2.0
10522024-02-26T13:26:48.900Z Downloaded num_cpus v1.16.0
10532024-02-26T13:26:48.901Z Downloaded dirs-sys-next v0.1.2
10542024-02-26T13:26:48.901Z Downloaded fastrand v2.0.1
10552024-02-26T13:26:48.901Z Downloaded strip-ansi-escapes v0.2.0
10562024-02-26T13:26:48.901Z Downloaded parking_lot v0.11.2
10572024-02-26T13:26:48.901Z Downloaded socket2 v0.4.9
10582024-02-26T13:26:48.901Z Downloaded signature v1.6.4
10592024-02-26T13:26:48.901Z Downloaded slog v2.7.0
10602024-02-26T13:26:48.901Z Downloaded utf-8 v0.7.6
10612024-02-26T13:26:48.901Z Downloaded dof v0.3.0
10622024-02-26T13:26:48.901Z Downloaded hex-literal v0.4.1
10632024-02-26T13:26:48.901Z Downloaded datatest-stable v0.2.3
10642024-02-26T13:26:48.901Z Downloaded zone v0.3.0
10652024-02-26T13:26:48.901Z Downloaded ref-cast-impl v1.0.20
10662024-02-26T13:26:48.901Z Downloaded mio v0.8.9
10672024-02-26T13:26:48.901Z Downloaded predicates-core v1.0.6
10682024-02-26T13:26:48.901Z Downloaded foreign-types-macros v0.2.3
10692024-02-26T13:26:48.901Z Downloaded vsss-rs v3.3.4
10702024-02-26T13:26:48.901Z Downloaded doc-comment v0.3.3
10712024-02-26T13:26:48.901Z Downloaded derive-where v1.2.7
10722024-02-26T13:26:48.901Z Downloaded pest_generator v2.7.6
10732024-02-26T13:26:48.901Z Downloaded xattr v1.0.1
10742024-02-26T13:26:48.901Z Downloaded pest_derive v2.7.6
10752024-02-26T13:26:48.901Z Downloaded rusty-fork v0.3.0
10762024-02-26T13:26:48.901Z Downloaded rand_xorshift v0.3.0
10772024-02-26T13:26:48.902Z Downloaded sct v0.7.0
10782024-02-26T13:26:48.902Z Downloaded flume v0.11.0
10792024-02-26T13:26:48.902Z Downloaded der_derive v0.7.2
10802024-02-26T13:26:48.902Z Downloaded waitgroup v0.1.2
10812024-02-26T13:26:48.902Z Downloaded ed25519 v1.5.3
10822024-02-26T13:26:48.902Z Downloaded globset v0.4.13
10832024-02-26T13:26:48.902Z Downloaded rustc_version v0.4.0
10842024-02-26T13:26:48.902Z Downloaded ppv-lite86 v0.2.17
10852024-02-26T13:26:48.902Z Downloaded pem-rfc7468 v0.7.0
10862024-02-26T13:26:48.902Z Downloaded siphasher v0.3.11
10872024-02-26T13:26:48.902Z Downloaded dirs-next v2.0.0
10882024-02-26T13:26:48.902Z Downloaded packed_struct v0.10.1
10892024-02-26T13:26:48.902Z Downloaded tracing v0.1.37
10902024-02-26T13:26:48.902Z Downloaded slab v0.4.9
10912024-02-26T13:26:48.902Z Downloaded unsafe-libyaml v0.2.10
10922024-02-26T13:26:48.902Z Downloaded form_urlencoded v1.2.1
10932024-02-26T13:26:48.902Z Downloaded password-hash v0.5.0
10942024-02-26T13:26:48.902Z Downloaded blake3 v1.5.0
10952024-02-26T13:26:48.902Z Downloaded toolchain_find v0.2.0
10962024-02-26T13:26:48.902Z Downloaded tracing-core v0.1.31
10972024-02-26T13:26:48.902Z Downloaded getopts v0.2.21
10982024-02-26T13:26:48.902Z Downloaded supports-color v3.0.0
10992024-02-26T13:26:48.902Z Downloaded usdt v0.5.0
11002024-02-26T13:26:48.902Z Downloaded path-slash v0.1.5
11012024-02-26T13:26:48.902Z Downloaded darling_macro v0.20.3
11022024-02-26T13:26:48.903Z Downloaded debug-ignore v1.0.5
11032024-02-26T13:26:48.903Z Downloaded zerocopy v0.6.4
11042024-02-26T13:26:48.903Z Downloaded expectorate v1.1.0
11052024-02-26T13:26:48.903Z Downloaded defmt-parser v0.3.3
11062024-02-26T13:26:48.903Z Downloaded vec_map v0.8.2
11072024-02-26T13:26:48.903Z Downloaded defmt v0.3.5
11082024-02-26T13:26:48.903Z Downloaded topological-sort v0.2.2
11092024-02-26T13:26:48.903Z Downloaded dof v0.1.5
11102024-02-26T13:26:48.903Z Downloaded wyz v0.5.1
11112024-02-26T13:26:48.903Z Downloaded data-encoding v2.4.0
11122024-02-26T13:26:48.903Z Downloaded heapless v0.8.0
11132024-02-26T13:26:48.903Z Downloaded salty v0.2.0
11142024-02-26T13:26:48.903Z Downloaded parking_lot_core v0.9.8
11152024-02-26T13:26:48.903Z Downloaded slog-bunyan v2.5.0
11162024-02-26T13:26:48.908Z Downloaded dyn-clone v1.0.16
11172024-02-26T13:26:48.908Z Downloaded ref-cast v1.0.20
11182024-02-26T13:26:48.908Z Downloaded hex v0.4.3
11192024-02-26T13:26:48.908Z Downloaded yasna v0.5.2
11202024-02-26T13:26:48.908Z Downloaded term v0.7.0
11212024-02-26T13:26:48.908Z Downloaded vte v0.11.1
11222024-02-26T13:26:48.908Z Downloaded sec1 v0.7.3
11232024-02-26T13:26:48.908Z Downloaded postgres-protocol v0.6.6
11242024-02-26T13:26:48.908Z Downloaded fallible-iterator v0.2.0
11252024-02-26T13:26:48.908Z Downloaded half v2.3.1
11262024-02-26T13:26:48.908Z Downloaded owo-colors v4.0.0
11272024-02-26T13:26:48.908Z Downloaded zerocopy-derive v0.7.32
11282024-02-26T13:26:48.908Z Downloaded ena v0.14.2
11292024-02-26T13:26:48.908Z Downloaded unicode-xid v0.2.4
11302024-02-26T13:26:48.908Z Downloaded radium v0.7.0
11312024-02-26T13:26:48.908Z Downloaded x509-cert v0.2.4
11322024-02-26T13:26:48.908Z Downloaded take_mut v0.2.2
11332024-02-26T13:26:48.908Z Downloaded defmt-macros v0.3.6
11342024-02-26T13:26:48.908Z Downloaded slog-async v2.8.0
11352024-02-26T13:26:48.908Z Downloaded libxml v0.3.3
11362024-02-26T13:26:48.908Z Downloaded zip v0.6.6
11372024-02-26T13:26:48.908Z Downloaded num_enum v0.5.11
11382024-02-26T13:26:48.908Z Downloaded derive_builder v0.12.0
11392024-02-26T13:26:48.908Z Downloaded foreign-types v0.3.2
11402024-02-26T13:26:48.909Z Downloaded snafu-derive v0.7.5
11412024-02-26T13:26:48.909Z Downloaded rsa v0.9.2
11422024-02-26T13:26:48.909Z Downloaded serde_with v3.6.1
11432024-02-26T13:26:48.909Z Downloaded diesel_table_macro_syntax v0.1.0
11442024-02-26T13:26:48.909Z Downloaded postgres-types v0.2.6
11452024-02-26T13:26:48.909Z Downloaded hyper v0.14.27
11462024-02-26T13:26:48.909Z Downloaded fxhash v0.2.1
11472024-02-26T13:26:48.909Z Downloaded serde_path_to_error v0.1.15
11482024-02-26T13:26:48.909Z Downloaded oso-derive v0.27.0
11492024-02-26T13:26:48.909Z Downloaded toml_edit v0.19.15
11502024-02-26T13:26:48.909Z Downloaded r2d2 v0.8.10
11512024-02-26T13:26:48.909Z Downloaded papergrid v0.11.0
11522024-02-26T13:26:48.909Z Downloaded rustyline v13.0.0
11532024-02-26T13:26:48.909Z Downloaded tinyvec v1.6.0
11542024-02-26T13:26:48.909Z Downloaded ron v0.8.1
11552024-02-26T13:26:48.909Z Downloaded plotters-svg v0.3.5
11562024-02-26T13:26:48.909Z Downloaded fnv v1.0.7
11572024-02-26T13:26:48.909Z Downloaded signal-hook-tokio v0.3.1
11582024-02-26T13:26:48.909Z Downloaded unicode-width v0.1.11
11592024-02-26T13:26:48.909Z Downloaded rand v0.4.6
11602024-02-26T13:26:48.909Z Downloaded toml v0.5.11
11612024-02-26T13:26:48.909Z Downloaded rand v0.8.5
11622024-02-26T13:26:48.909Z Downloaded remove_dir_all v0.5.3
11632024-02-26T13:26:48.909Z Downloaded sqlformat v0.2.3
11642024-02-26T13:26:48.909Z Downloaded trybuild v1.0.89
11652024-02-26T13:26:48.910Z Downloaded static_assertions v1.1.0
11662024-02-26T13:26:48.910Z Downloaded tokio-macros v2.2.0
11672024-02-26T13:26:48.910Z Downloaded strsim v0.10.0
11682024-02-26T13:26:48.910Z Downloaded hash32 v0.3.1
11692024-02-26T13:26:48.910Z Downloaded untrusted v0.9.0
11702024-02-26T13:26:48.910Z Downloaded universal-hash v0.5.1
11712024-02-26T13:26:48.910Z Downloaded strsim v0.8.0
11722024-02-26T13:26:48.910Z Downloaded hash32 v0.2.1
11732024-02-26T13:26:48.910Z Downloaded glob v0.3.1
11742024-02-26T13:26:48.910Z Downloaded smallvec v1.13.1
11752024-02-26T13:26:48.910Z Downloaded stable_deref_trait v1.2.0
11762024-02-26T13:26:48.910Z Downloaded rustls-pemfile v1.0.3
11772024-02-26T13:26:48.910Z Downloaded postcard v1.0.8
11782024-02-26T13:26:48.910Z Downloaded pin-project-internal v1.1.3
11792024-02-26T13:26:48.910Z Downloaded phf v0.11.2
11802024-02-26T13:26:48.910Z Downloaded tokio-util v0.7.10
11812024-02-26T13:26:48.910Z Downloaded spki v0.7.2
11822024-02-26T13:26:48.910Z Downloaded unicode-segmentation v1.10.1
11832024-02-26T13:26:48.910Z Downloaded string_cache v0.8.7
11842024-02-26T13:26:48.910Z Downloaded headers v0.3.9
11852024-02-26T13:26:48.910Z Downloaded aho-corasick v1.0.4
11862024-02-26T13:26:48.910Z Downloaded serde_derive_internals v0.26.0
11872024-02-26T13:26:48.910Z Downloaded heapless v0.7.16
11882024-02-26T13:26:48.914Z Downloaded fragile v2.0.0
11892024-02-26T13:26:48.914Z Downloaded poly1305 v0.8.0
11902024-02-26T13:26:48.914Z Downloaded rustls-pemfile v2.1.0
11912024-02-26T13:26:48.914Z Downloaded structmeta v0.2.0
11922024-02-26T13:26:48.914Z Downloaded fatfs v0.3.6
11932024-02-26T13:26:48.918Z Downloaded num-traits v0.2.16
11942024-02-26T13:26:48.920Z Downloaded ucd-trie v0.1.6
11952024-02-26T13:26:48.923Z Downloaded flate2 v1.0.28
11962024-02-26T13:26:48.926Z Downloaded spin v0.9.8
11972024-02-26T13:26:48.929Z Downloaded hashbrown v0.13.2
11982024-02-26T13:26:48.933Z Downloaded rustls-native-certs v0.7.0
11992024-02-26T13:26:48.936Z Downloaded der v0.7.8
12002024-02-26T13:26:48.940Z Downloaded rayon-core v1.12.0
12012024-02-26T13:26:48.944Z Downloaded zerocopy v0.7.32
12022024-02-26T13:26:48.960Z Downloaded pin-project v1.1.3
12032024-02-26T13:26:48.971Z Downloaded rcgen v0.12.1
12042024-02-26T13:26:48.974Z Downloaded guppy v0.17.5
12052024-02-26T13:26:48.980Z Downloaded tokio-native-tls v0.3.1
12062024-02-26T13:26:48.983Z Downloaded plotters v0.3.5
12072024-02-26T13:26:48.992Z Downloaded regex-automata v0.1.10
12082024-02-26T13:26:48.995Z Downloaded lalrpop v0.19.12
12092024-02-26T13:26:49.007Z Downloaded trust-dns-server v0.22.1
12102024-02-26T13:26:49.012Z Downloaded unicode_categories v0.1.1
12112024-02-26T13:26:49.015Z Downloaded petgraph v0.6.4
12122024-02-26T13:26:49.033Z Downloaded trust-dns-resolver v0.22.0
12132024-02-26T13:26:49.036Z Downloaded tabled v0.15.0
12142024-02-26T13:26:49.050Z Downloaded idna v0.5.0
12152024-02-26T13:26:49.057Z Downloaded steno v0.4.0
12162024-02-26T13:26:49.061Z Downloaded hashbrown v0.12.3
12172024-02-26T13:26:49.065Z Downloaded winnow v0.5.15
12182024-02-26T13:26:49.073Z Downloaded tower v0.4.13
12192024-02-26T13:26:49.082Z Downloaded goblin v0.8.0
12202024-02-26T13:26:49.090Z Downloaded idna v0.2.3
12212024-02-26T13:26:49.104Z Downloaded tough v0.16.0
12222024-02-26T13:26:49.116Z Downloaded vcpkg v0.2.15
12232024-02-26T13:26:49.142Z Downloaded futures-util v0.3.30
12242024-02-26T13:26:49.154Z Downloaded reqwest v0.11.22
12252024-02-26T13:26:49.162Z Downloaded curve25519-dalek v4.1.1
12262024-02-26T13:26:49.172Z Downloaded regex-syntax v0.6.29
12272024-02-26T13:26:49.180Z Downloaded regex v1.10.3
12282024-02-26T13:26:49.194Z Downloaded proptest v1.4.0
12292024-02-26T13:26:49.203Z Downloaded syn v1.0.109
12302024-02-26T13:26:49.215Z Downloaded rustls v0.22.2
12312024-02-26T13:26:49.232Z Downloaded regress v0.8.0
12322024-02-26T13:26:49.237Z Downloaded object v0.30.4
12332024-02-26T13:26:49.249Z Downloaded gimli v0.28.0
12342024-02-26T13:26:49.256Z Downloaded smoltcp v0.9.1
12352024-02-26T13:26:49.268Z Downloaded openapiv3 v2.0.0
12362024-02-26T13:26:49.281Z Downloaded polar-core v0.27.0
12372024-02-26T13:26:49.290Z Downloaded regex-automata v0.4.4
12382024-02-26T13:26:49.308Z Downloaded smoltcp v0.11.0
12392024-02-26T13:26:49.322Z Downloaded regex-syntax v0.8.2
12402024-02-26T13:26:49.329Z Downloaded sled v0.34.7
12412024-02-26T13:26:49.339Z Downloaded zerocopy-derive v0.2.0
12422024-02-26T13:26:49.348Z Downloaded encoding_rs v0.8.33
12432024-02-26T13:26:49.369Z Downloaded ratatui v0.26.1
12442024-02-26T13:26:49.387Z Downloaded trust-dns-proto v0.22.0
12452024-02-26T13:26:49.398Z Downloaded diesel v2.1.4
12462024-02-26T13:26:49.416Z Downloaded zerocopy-derive v0.6.4
12472024-02-26T13:26:49.425Z Downloaded bstr v1.6.0
12482024-02-26T13:26:49.436Z Downloaded bzip2-sys v0.1.11+1.0.8
12492024-02-26T13:26:49.448Z Downloaded object v0.32.1
12502024-02-26T13:26:49.457Z Downloaded openssl v0.10.60
12512024-02-26T13:26:49.469Z Downloaded regex-automata v0.3.8
12522024-02-26T13:26:49.483Z Downloaded bstr v0.2.17
12532024-02-26T13:26:49.492Z Downloaded sqlparser v0.43.1
12542024-02-26T13:26:49.498Z Downloaded rayon v1.8.0
12552024-02-26T13:26:49.507Z Downloaded webpki-roots v0.25.2
12562024-02-26T13:26:49.514Z Downloaded radix_trie v0.2.1
12572024-02-26T13:26:49.529Z Downloaded quick-xml v0.30.0
12582024-02-26T13:26:49.529Z Downloaded rustls v0.21.9
12592024-02-26T13:26:49.532Z Downloaded tokio v1.36.0
12602024-02-26T13:26:49.567Z Downloaded sha3 v0.10.8
12612024-02-26T13:26:49.571Z Downloaded csv v1.3.0
12622024-02-26T13:26:49.591Z Downloaded nix v0.27.1
12632024-02-26T13:26:49.601Z Downloaded trust-dns-client v0.22.0
12642024-02-26T13:26:49.606Z Downloaded rustls-webpki v0.102.1
12652024-02-26T13:26:49.623Z Downloaded tokio-postgres v0.7.10
12662024-02-26T13:26:49.627Z Downloaded bitvec v1.0.1
12672024-02-26T13:26:49.641Z Downloaded bindgen v0.69.2
12682024-02-26T13:26:49.649Z Downloaded pest v2.7.6
12692024-02-26T13:26:49.656Z Downloaded tar v0.4.40
12702024-02-26T13:26:49.659Z Downloaded unicode-bidi v0.3.13
12712024-02-26T13:26:49.659Z Downloaded h2 v0.3.24
12722024-02-26T13:26:49.664Z Downloaded test-strategy v0.3.1
12732024-02-26T13:26:49.667Z Downloaded clap v2.34.0
12742024-02-26T13:26:49.674Z Downloaded chrono v0.4.31
12752024-02-26T13:26:49.681Z Downloaded portable-atomic v1.4.3
12762024-02-26T13:26:49.687Z Downloaded typed-path v0.7.0
12772024-02-26T13:26:49.694Z Downloaded hkdf v0.12.4
12782024-02-26T13:26:49.697Z Downloaded time v0.3.27
12792024-02-26T13:26:49.700Z Downloaded plain v0.2.3
12802024-02-26T13:26:49.703Z Downloaded prettyplease v0.2.16
12812024-02-26T13:26:49.706Z Downloaded pkg-config v0.3.27
12822024-02-26T13:26:49.706Z Downloaded pkcs8 v0.10.2
12832024-02-26T13:26:49.709Z Downloaded pkcs1 v0.7.5
12842024-02-26T13:26:49.712Z Downloaded pin-project-lite v0.2.13
12852024-02-26T13:26:49.715Z Downloaded proc-macro-error v1.0.4
12862024-02-26T13:26:49.718Z Downloaded rustls-webpki v0.101.7
12872024-02-26T13:26:49.730Z Downloaded plotters-backend v0.3.5
12882024-02-26T13:26:49.736Z Downloaded url v2.5.0
12892024-02-26T13:26:49.739Z Downloaded reedline v0.29.0
12902024-02-26T13:26:49.743Z Downloaded phf_shared v0.11.2
12912024-02-26T13:26:49.743Z Downloaded oorandom v11.1.3
12922024-02-26T13:26:49.746Z Downloaded fd-lock v3.0.13
12932024-02-26T13:26:49.746Z Downloaded digest v0.10.7
12942024-02-26T13:26:49.749Z Downloaded threadpool v1.8.1
12952024-02-26T13:26:49.749Z Downloaded thread_local v1.1.7
12962024-02-26T13:26:49.749Z Downloaded thread-id v4.2.0
12972024-02-26T13:26:49.752Z Downloaded textwrap v0.11.0
12982024-02-26T13:26:49.752Z Downloaded tap v1.0.1
12992024-02-26T13:26:49.752Z Downloaded synstructure v0.12.6
13002024-02-26T13:26:49.755Z Downloaded signal-hook-registry v1.4.1
13012024-02-26T13:26:49.755Z Downloaded unicase v2.7.0
13022024-02-26T13:26:49.755Z Downloaded unarray v0.1.4
13032024-02-26T13:26:49.758Z Downloaded smawk v0.3.1
13042024-02-26T13:26:49.758Z Downloaded slog-json v2.6.1
13052024-02-26T13:26:49.759Z Downloaded proc-macro-error-attr v1.0.4
13062024-02-26T13:26:49.761Z Downloaded serde-big-array v0.5.1
13072024-02-26T13:26:49.762Z Downloaded futures-channel v0.3.30
13082024-02-26T13:26:49.764Z Downloaded env_logger v0.10.0
13092024-02-26T13:26:49.767Z Downloaded smallvec v0.6.14
13102024-02-26T13:26:49.767Z Downloaded unicode-normalization v0.1.22
13112024-02-26T13:26:49.771Z Downloaded derive_builder_macro v0.12.0
13122024-02-26T13:26:49.771Z Downloaded tower-service v0.3.2
13132024-02-26T13:26:49.774Z Downloaded tower-layer v0.3.2
13142024-02-26T13:26:49.774Z Downloaded opaque-debug v0.3.0
13152024-02-26T13:26:49.774Z Downloaded elliptic-curve v0.13.8
13162024-02-26T13:26:49.777Z Downloaded crossterm v0.27.0
13172024-02-26T13:26:49.782Z Downloaded itertools v0.12.1
13182024-02-26T13:26:49.788Z Downloaded rpassword v7.3.1
13192024-02-26T13:26:49.791Z Downloaded tui-tree-widget v0.17.0
13202024-02-26T13:26:49.791Z Downloaded derive_more v0.99.17
13212024-02-26T13:26:49.794Z Downloaded structopt v0.3.26
13222024-02-26T13:26:49.801Z Downloaded deranged v0.3.8
13232024-02-26T13:26:49.804Z Downloaded pem v3.0.2
13242024-02-26T13:26:49.804Z Downloaded parking_lot_core v0.8.6
13252024-02-26T13:26:49.811Z Downloaded nom v7.1.3
13262024-02-26T13:26:49.816Z Downloaded libm v0.2.7
13272024-02-26T13:26:49.819Z Downloaded strum_macros v0.24.3
13282024-02-26T13:26:49.822Z Downloaded similar v2.3.0
13292024-02-26T13:26:49.825Z Downloaded once_cell v1.19.0
13302024-02-26T13:26:49.828Z Downloaded textwrap v0.16.1
13312024-02-26T13:26:49.831Z Downloaded usdt-attr-macro v0.3.5
13322024-02-26T13:26:49.831Z Downloaded platforms v3.0.2
13332024-02-26T13:26:49.834Z Downloaded usdt v0.3.5
13342024-02-26T13:26:49.834Z Downloaded pretty_assertions v1.4.0
13352024-02-26T13:26:49.837Z Downloaded openssl-sys v0.9.96
13362024-02-26T13:26:49.840Z Downloaded structmeta v0.3.0
13372024-02-26T13:26:49.843Z Downloaded itertools v0.10.5
13382024-02-26T13:26:49.847Z Downloaded hyper v1.1.0
13392024-02-26T13:26:49.853Z Downloaded tokio-stream v0.1.14
13402024-02-26T13:26:49.857Z Downloaded foreign-types v0.5.0
13412024-02-26T13:26:49.861Z Downloaded futures-executor v0.3.30
13422024-02-26T13:26:49.861Z Downloaded futures-timer v3.0.2
13432024-02-26T13:26:49.864Z Downloaded parse-display-derive v0.9.0
13442024-02-26T13:26:49.864Z Downloaded parse-display v0.9.0
13452024-02-26T13:26:49.864Z Downloaded schemars v0.8.16
13462024-02-26T13:26:49.873Z Downloaded darling_core v0.14.4
13472024-02-26T13:26:49.877Z Downloaded version_check v0.9.4
13482024-02-26T13:26:49.881Z Downloaded futures-core v0.3.30
13492024-02-26T13:26:49.881Z Downloaded diesel_derives v2.1.2
13502024-02-26T13:26:49.884Z Downloaded diff v0.1.13
13512024-02-26T13:26:49.890Z Downloaded signal-hook-mio v0.2.3
13522024-02-26T13:26:49.893Z Downloaded signature v2.1.0
13532024-02-26T13:26:49.893Z Downloaded oso v0.27.0
13542024-02-26T13:26:49.893Z Downloaded termcolor v1.2.0
13552024-02-26T13:26:49.896Z Downloaded futures v0.3.30
13562024-02-26T13:26:49.899Z Downloaded backtrace v0.3.69
13572024-02-26T13:26:49.902Z Downloaded typenum v1.16.0
13582024-02-26T13:26:49.905Z Downloaded toml v0.7.8
13592024-02-26T13:26:49.908Z Downloaded similar-asserts v1.5.0
13602024-02-26T13:26:49.911Z Downloaded either v1.10.0
13612024-02-26T13:26:49.911Z Downloaded strum v0.25.0
13622024-02-26T13:26:49.911Z Downloaded parse-size v1.0.0
13632024-02-26T13:26:49.914Z Downloaded cc v1.0.83
13642024-02-26T13:26:49.914Z Downloaded flagset v0.4.3
13652024-02-26T13:26:49.917Z Downloaded quick-error v1.2.3
13662024-02-26T13:26:49.917Z Downloaded rustfmt-wrapper v0.2.0
13672024-02-26T13:26:49.917Z Downloaded rustls-pki-types v1.3.0
13682024-02-26T13:26:49.920Z Downloaded fd-lock v4.0.2
13692024-02-26T13:26:49.920Z Downloaded rustversion v1.0.14
13702024-02-26T13:26:49.924Z Downloaded strum_macros v0.25.2
13712024-02-26T13:26:49.928Z Downloaded omicron-zone-package v0.11.0
13722024-02-26T13:26:49.932Z Downloaded pin-utils v0.1.0
13732024-02-26T13:26:49.932Z Downloaded usdt-impl v0.5.0
13742024-02-26T13:26:49.932Z Downloaded tokio-rustls v0.24.1
13752024-02-26T13:26:49.932Z Downloaded socket2 v0.5.5
13762024-02-26T13:26:49.938Z Downloaded mime_guess v2.0.4
13772024-02-26T13:26:49.938Z Downloaded gethostname v0.4.3
13782024-02-26T13:26:49.938Z Downloaded foreign-types-shared v0.3.1
13792024-02-26T13:26:49.938Z Downloaded enum-as-inner v0.5.1
13802024-02-26T13:26:49.938Z Downloaded http v0.2.11
13812024-02-26T13:26:49.941Z Downloaded crossbeam-utils v0.8.16
13822024-02-26T13:26:49.951Z Downloaded percent-encoding v2.3.1
13832024-02-26T13:26:49.951Z Downloaded blake2 v0.10.6
13842024-02-26T13:26:49.957Z Downloaded tempfile v3.10.0
13852024-02-26T13:26:49.958Z Downloaded ahash v0.8.7
13862024-02-26T13:26:49.958Z Downloaded argon2 v0.5.3
13872024-02-26T13:26:49.958Z Downloaded serde_with_macros v3.6.1
13882024-02-26T13:26:49.958Z Downloaded futures-macro v0.3.30
13892024-02-26T13:26:49.958Z Downloaded sha2 v0.10.8
13902024-02-26T13:26:49.964Z Downloaded zone_cfg_derive v0.3.0
13912024-02-26T13:26:49.964Z Downloaded tiny-keccak v2.0.2
13922024-02-26T13:26:49.964Z Downloaded funty v2.0.0
13932024-02-26T13:26:49.964Z Downloaded crc-any v2.4.3
13942024-02-26T13:26:49.970Z Downloaded num_enum_derive v0.5.11
13952024-02-26T13:26:49.970Z Downloaded which v4.4.0
13962024-02-26T13:26:49.970Z Downloaded untrusted v0.7.1
13972024-02-26T13:26:49.970Z Downloaded multer v3.0.0
13982024-02-26T13:26:49.970Z Downloaded indicatif v0.17.8
13992024-02-26T13:26:49.975Z Downloaded slog-term v2.9.0
14002024-02-26T13:26:49.975Z Downloaded native-tls v0.2.11
14012024-02-26T13:26:49.981Z Downloaded cookie v0.18.0
14022024-02-26T13:26:49.981Z Downloaded const-oid v0.9.5
14032024-02-26T13:26:49.994Z Downloaded compact_str v0.7.1
14042024-02-26T13:26:49.994Z Downloaded backoff v0.4.0
14052024-02-26T13:26:49.994Z Downloaded generic-array v0.14.7
14062024-02-26T13:26:49.994Z Downloaded tempdir v0.3.7
14072024-02-26T13:26:49.995Z Downloaded structmeta-derive v0.2.0
14082024-02-26T13:26:49.995Z Downloaded secrecy v0.8.0
14092024-02-26T13:26:49.995Z Downloaded log v0.4.20
14102024-02-26T13:26:49.995Z Downloaded lock_api v0.4.10
14112024-02-26T13:26:50.005Z Downloaded bit-set v0.5.3
14122024-02-26T13:26:50.006Z Downloaded proc-macro-crate v1.3.1
14132024-02-26T13:26:50.006Z Downloaded futures-io v0.3.30
14142024-02-26T13:26:50.006Z Downloaded assert_cmd v2.0.14
14152024-02-26T13:26:50.006Z Downloaded stringprep v0.1.3
14162024-02-26T13:26:50.006Z Downloaded serde_tokenstream v0.2.0
14172024-02-26T13:26:50.010Z Downloaded arrayref v0.3.7
14182024-02-26T13:26:50.010Z Downloaded base64ct v1.6.0
14192024-02-26T13:26:50.011Z Downloaded spin v0.5.2
14202024-02-26T13:26:50.011Z Downloaded sha1 v0.10.6
14212024-02-26T13:26:50.011Z Downloaded serde_repr v0.1.16
14222024-02-26T13:26:50.011Z Downloaded constant_time_eq v0.3.0
14232024-02-26T13:26:50.011Z Downloaded serde_urlencoded v0.7.1
14242024-02-26T13:26:50.011Z Downloaded serde-hex v0.1.0
14252024-02-26T13:26:50.025Z Downloaded serde_tokenstream v0.1.7
14262024-02-26T13:26:50.025Z Downloaded serde_plain v1.0.2
14272024-02-26T13:26:50.025Z Downloaded ipnet v2.9.0
14282024-02-26T13:26:50.025Z Downloaded want v0.3.1
14292024-02-26T13:26:50.025Z Downloaded time-core v0.1.1
14302024-02-26T13:26:50.025Z Downloaded byteorder v1.5.0
14312024-02-26T13:26:50.025Z Downloaded rstest v0.18.2
14322024-02-26T13:26:50.025Z Downloaded num-complex v0.4.4
14332024-02-26T13:26:50.029Z Downloaded ring v0.17.8
14342024-02-26T13:26:50.095Z Downloaded crypto-common v0.1.6
14352024-02-26T13:26:50.098Z Downloaded scopeguard v1.2.0
14362024-02-26T13:26:50.098Z Downloaded nanorand v0.7.0
14372024-02-26T13:26:50.101Z Downloaded lru-cache v0.1.2
14382024-02-26T13:26:50.101Z Downloaded bzip2 v0.4.4
14392024-02-26T13:26:50.102Z Downloaded castaway v0.2.2
14402024-02-26T13:26:50.105Z Downloaded linked-hash-map v0.5.6
14412024-02-26T13:26:50.105Z Downloaded num v0.4.1
14422024-02-26T13:26:50.105Z Downloaded nibble_vec v0.1.0
14432024-02-26T13:26:50.108Z Downloaded bytecount v0.6.3
14442024-02-26T13:26:50.108Z Downloaded is-terminal v0.4.9
14452024-02-26T13:26:50.108Z Downloaded convert_case v0.4.0
14462024-02-26T13:26:50.111Z Downloaded same-file v1.0.6
14472024-02-26T13:26:50.111Z Downloaded try-lock v0.2.4
14482024-02-26T13:26:50.111Z Downloaded stability v0.1.1
14492024-02-26T13:26:50.114Z Downloaded bitflags v1.3.2
14502024-02-26T13:26:50.114Z Downloaded ring v0.16.20
14512024-02-26T13:26:50.195Z Downloaded autocfg v1.1.0
14522024-02-26T13:26:50.198Z Downloaded async-recursion v1.0.5
14532024-02-26T13:26:50.198Z Downloaded array-init v0.0.4
14542024-02-26T13:26:50.198Z Downloaded vte_generate_state_changes v0.1.1
14552024-02-26T13:26:50.201Z Downloaded assert_matches v1.5.0
14562024-02-26T13:26:50.201Z Downloaded ascii-canvas v3.0.0
14572024-02-26T13:26:50.201Z Downloaded aead v0.5.2
14582024-02-26T13:26:50.201Z Downloaded anes v0.1.6
14592024-02-26T13:26:50.207Z Downloaded cassowary v0.3.0
14602024-02-26T13:26:50.207Z Downloaded bitfield v0.14.0
14612024-02-26T13:26:50.211Z Downloaded indoc v1.0.9
14622024-02-26T13:26:50.211Z Downloaded indexmap v1.9.3
14632024-02-26T13:26:50.214Z Downloaded crc v3.0.1
14642024-02-26T13:26:50.214Z Downloaded cpufeatures v0.2.12
14652024-02-26T13:26:50.214Z Downloaded ciborium v0.2.2
14662024-02-26T13:26:50.217Z Downloaded clang-sys v1.6.1
14672024-02-26T13:26:50.217Z Downloaded ansi_term v0.12.1
14682024-02-26T13:26:50.231Z Downloaded approx v0.5.1
14692024-02-26T13:26:50.231Z Downloaded async-stream-impl v0.3.5
14702024-02-26T13:26:50.234Z Downloaded ciborium-io v0.2.2
14712024-02-26T13:26:50.234Z Downloaded hyper-rustls v0.26.0
14722024-02-26T13:26:50.234Z Downloaded httptest v0.15.5
14732024-02-26T13:26:50.234Z Downloaded colored v2.0.4
14742024-02-26T13:26:50.234Z Downloaded rtoolbox v0.0.1
14752024-02-26T13:26:50.234Z Downloaded num-bigint v0.4.4
14762024-02-26T13:26:50.234Z Downloaded normalize-line-endings v0.3.0
14772024-02-26T13:26:50.234Z Downloaded hyper-staticfile v0.9.5
14782024-02-26T13:26:50.238Z Downloaded chacha20 v0.9.1
14792024-02-26T13:26:50.238Z Downloaded relative-path v1.9.0
14802024-02-26T13:26:50.238Z Downloaded newtype-uuid v1.0.1
14812024-02-26T13:26:50.241Z Downloaded corncobs v0.1.3
14822024-02-26T13:26:50.241Z Downloaded cobs v0.2.3
14832024-02-26T13:26:50.241Z Downloaded num-rational v0.4.1
14842024-02-26T13:26:50.244Z Downloaded httparse v1.8.0
14852024-02-26T13:26:50.244Z Downloaded ciborium-ll v0.2.2
14862024-02-26T13:26:50.247Z Downloaded hubpack v0.1.2
14872024-02-26T13:26:50.247Z Downloaded httpdate v1.0.3
14882024-02-26T13:26:50.247Z Downloaded cast v0.3.0
14892024-02-26T13:26:50.756Z Compiling libc v0.2.153
14902024-02-26T13:26:50.756Z Compiling serde v1.0.196
14912024-02-26T13:26:50.756Z Compiling autocfg v1.1.0
14922024-02-26T13:26:50.759Z Compiling version_check v0.9.4
14932024-02-26T13:26:50.759Z Checking cfg-if v1.0.0
14942024-02-26T13:26:50.802Z Compiling syn v1.0.109
14952024-02-26T13:26:50.838Z Compiling syn v2.0.48
14962024-02-26T13:26:50.922Z Compiling parking_lot_core v0.9.8
14972024-02-26T13:26:50.949Z Compiling libm v0.2.7
14982024-02-26T13:26:51.296Z Compiling memchr v2.6.3
14992024-02-26T13:26:51.424Z Compiling once_cell v1.19.0
15002024-02-26T13:26:51.440Z Compiling serde_json v1.0.114
15012024-02-26T13:26:51.602Z Compiling ahash v0.8.7
15022024-02-26T13:26:51.620Z Compiling lock_api v0.4.10
15032024-02-26T13:26:51.809Z Compiling num-traits v0.2.16
15042024-02-26T13:26:52.048Z Compiling byteorder v1.5.0
15052024-02-26T13:26:52.725Z Compiling log v0.4.20
15062024-02-26T13:26:53.007Z Checking getrandom v0.2.10
15072024-02-26T13:26:53.090Z Compiling slab v0.4.9
15082024-02-26T13:26:53.108Z Compiling cc v1.0.83
15092024-02-26T13:26:53.460Z Compiling typenum v1.16.0
15102024-02-26T13:26:53.549Z Checking itoa v1.0.9
15112024-02-26T13:26:53.573Z Compiling generic-array v0.14.7
15122024-02-26T13:26:53.734Z Checking scopeguard v1.2.0
15132024-02-26T13:26:53.762Z Compiling allocator-api2 v0.2.16
15142024-02-26T13:26:53.858Z Compiling pkg-config v0.3.27
15152024-02-26T13:26:54.012Z Compiling rustix v0.38.31
15162024-02-26T13:26:54.477Z Checking smallvec v1.13.1
15172024-02-26T13:26:54.882Z Compiling schemars v0.8.16
15182024-02-26T13:26:54.909Z Compiling httparse v1.8.0
15192024-02-26T13:26:54.961Z Compiling fnv v1.0.7
15202024-02-26T13:26:55.270Z Compiling vcpkg v0.2.15
15212024-02-26T13:26:55.375Z Compiling aho-corasick v1.0.4
15222024-02-26T13:26:55.654Z Compiling regex-syntax v0.8.2
15232024-02-26T13:26:56.392Z Compiling ring v0.17.8
15242024-02-26T13:26:57.666Z Compiling openssl-sys v0.9.96
15252024-02-26T13:26:58.392Z Checking parking_lot v0.12.1
15262024-02-26T13:26:58.578Z Checking pin-project-lite v0.2.13
15272024-02-26T13:26:58.690Z Compiling ucd-trie v0.1.6
15282024-02-26T13:26:59.072Z Compiling serde_derive_internals v0.26.0
15292024-02-26T13:26:59.282Z Compiling regex-automata v0.4.4
15302024-02-26T13:27:00.413Z Compiling ring v0.16.20
15312024-02-26T13:27:00.631Z Checking ryu v1.0.15
15322024-02-26T13:27:01.632Z Checking signal-hook-registry v1.4.1
15332024-02-26T13:27:01.804Z Compiling crossbeam-utils v0.8.16
15342024-02-26T13:27:01.883Z Compiling openssl v0.10.60
15352024-02-26T13:27:02.308Z Checking mio v0.8.9
15362024-02-26T13:27:02.367Z Checking rand_core v0.6.4
15372024-02-26T13:27:02.407Z Compiling iana-time-zone v0.1.57
15382024-02-26T13:27:02.651Z Checking num_cpus v1.16.0
15392024-02-26T13:27:02.766Z Compiling rustls v0.21.9
15402024-02-26T13:27:02.849Z Compiling native-tls v0.2.11
15412024-02-26T13:27:02.924Z Checking futures-core v0.3.30
15422024-02-26T13:27:03.057Z Compiling dyn-clone v1.0.16
15432024-02-26T13:27:03.212Z Compiling regex v1.10.3
15442024-02-26T13:27:03.251Z Compiling spin v0.5.2
15452024-02-26T13:27:03.267Z Checking socket2 v0.5.5
15462024-02-26T13:27:03.479Z Compiling slog v2.7.0
15472024-02-26T13:27:03.753Z Compiling async-trait v0.1.77
15482024-02-26T13:27:04.058Z Compiling memoffset v0.9.0
15492024-02-26T13:27:04.530Z Compiling crossbeam-epoch v0.9.15
15502024-02-26T13:27:04.648Z Compiling backtrace v0.3.69
15512024-02-26T13:27:05.111Z Compiling futures-sink v0.3.30
15522024-02-26T13:27:05.175Z Compiling errno v0.3.8
15532024-02-26T13:27:05.184Z Compiling unicode-xid v0.2.4
15542024-02-26T13:27:05.263Z Compiling crc32fast v1.3.2
15552024-02-26T13:27:05.363Z Compiling either v1.10.0
15562024-02-26T13:27:05.403Z Compiling rustversion v1.0.14
15572024-02-26T13:27:05.587Z Compiling tinyvec_macros v0.1.1
15582024-02-26T13:27:05.668Z Compiling serde_derive v1.0.196
15592024-02-26T13:27:05.683Z Compiling zerocopy-derive v0.7.32
15602024-02-26T13:27:05.743Z Compiling thiserror-impl v1.0.57
15612024-02-26T13:27:05.765Z Compiling zeroize_derive v1.4.2
15622024-02-26T13:27:05.779Z Compiling tokio-macros v2.2.0
15632024-02-26T13:27:06.117Z Compiling futures-macro v0.3.30
15642024-02-26T13:27:06.260Z Compiling tracing-attributes v0.1.26
15652024-02-26T13:27:07.563Z Compiling schemars_derive v0.8.16
15662024-02-26T13:27:07.679Z Compiling openssl-macros v0.1.1
15672024-02-26T13:27:08.235Z Compiling zerocopy v0.7.32
15682024-02-26T13:27:08.464Z Checking zeroize v1.7.0
15692024-02-26T13:27:09.400Z Compiling thiserror v1.0.57
15702024-02-26T13:27:09.527Z Compiling pest v2.7.6
15712024-02-26T13:27:09.613Z Compiling tinyvec v1.6.0
15722024-02-26T13:27:10.025Z Compiling futures-channel v0.3.30
15732024-02-26T13:27:10.445Z Compiling hashbrown v0.14.3
15742024-02-26T13:27:10.719Z Compiling futures-io v0.3.30
15752024-02-26T13:27:11.031Z Compiling unicode-width v0.1.11
15762024-02-26T13:27:11.078Z Compiling anyhow v1.0.75
15772024-02-26T13:27:11.153Z Compiling futures-task v0.3.30
15782024-02-26T13:27:11.201Z Compiling pin-utils v0.1.0
15792024-02-26T13:27:11.287Z Compiling unicode-normalization v0.1.22
15802024-02-26T13:27:11.439Z Compiling futures-util v0.3.30
15812024-02-26T13:27:11.723Z Compiling spin v0.9.8
15822024-02-26T13:27:11.837Z Compiling pest_meta v2.7.6
15832024-02-26T13:27:11.896Z Compiling tracing-core v0.1.31
15842024-02-26T13:27:12.178Z Compiling unicode-bidi v0.3.13
15852024-02-26T13:27:12.445Z Compiling der_derive v0.7.2
15862024-02-26T13:27:12.959Z Compiling tracing v0.1.37
15872024-02-26T13:27:13.471Z Compiling pest_generator v2.7.6
15882024-02-26T13:27:13.578Z Compiling winnow v0.5.15
15892024-02-26T13:27:14.160Z Compiling lazy_static v1.4.0
15902024-02-26T13:27:15.511Z Checking subtle v2.5.0
15912024-02-26T13:27:16.124Z Compiling untrusted v0.7.1
15922024-02-26T13:27:16.978Z Compiling time-core v0.1.1
15932024-02-26T13:27:17.183Z Compiling foreign-types-shared v0.1.1
15942024-02-26T13:27:17.290Z Compiling pest_derive v2.7.6
15952024-02-26T13:27:17.309Z Compiling percent-encoding v2.3.1
15962024-02-26T13:27:17.335Z Compiling untrusted v0.9.0
15972024-02-26T13:27:17.664Z Compiling foreign-types v0.3.2
15982024-02-26T13:27:17.766Z Compiling time-macros v0.2.13
15992024-02-26T13:27:18.678Z Compiling scroll_derive v0.12.0
16002024-02-26T13:27:19.416Z Compiling synstructure v0.12.6
16012024-02-26T13:27:19.999Z Checking bytes v1.5.0
16022024-02-26T13:27:20.299Z Checking bitflags v2.4.0
16032024-02-26T13:27:20.809Z Checking tokio v1.36.0
16042024-02-26T13:27:21.321Z Compiling indexmap v2.2.3
16052024-02-26T13:27:21.583Z Compiling chrono v0.4.31
16062024-02-26T13:27:21.878Z Compiling uuid v1.7.0
16072024-02-26T13:27:22.039Z Compiling semver v1.0.22
16082024-02-26T13:27:22.388Z Compiling http v0.2.11
16092024-02-26T13:27:22.868Z Compiling serde_spanned v0.6.5
16102024-02-26T13:27:23.120Z Compiling toml_datetime v0.6.5
16112024-02-26T13:27:23.575Z Compiling openapiv3 v2.0.0
16122024-02-26T13:27:23.587Z Compiling rustc_version v0.4.0
16132024-02-26T13:27:24.452Z Compiling toml_edit v0.19.15
16142024-02-26T13:27:25.798Z Compiling thread-id v4.2.0
16152024-02-26T13:27:25.924Z Compiling base64 v0.21.7
16162024-02-26T13:27:26.456Z Compiling try-lock v0.2.4
16172024-02-26T13:27:26.456Z Compiling want v0.3.1
16182024-02-26T13:27:26.651Z Compiling http-body v0.4.5
16192024-02-26T13:27:26.693Z Compiling zerocopy-derive v0.2.0
16202024-02-26T13:27:27.057Z Compiling sct v0.7.0
16212024-02-26T13:27:27.383Z Compiling rustls-webpki v0.101.7
16222024-02-26T13:27:28.226Z Compiling form_urlencoded v1.2.1
16232024-02-26T13:27:28.538Z Compiling socket2 v0.4.9
16242024-02-26T13:27:28.843Z Compiling httpdate v1.0.3
16252024-02-26T13:27:29.202Z Compiling const-oid v0.9.5
16262024-02-26T13:27:29.229Z Compiling openssl-probe v0.1.5
16272024-02-26T13:27:29.318Z Compiling tower-service v0.3.2
16282024-02-26T13:27:29.400Z Compiling idna v0.5.0
16292024-02-26T13:27:29.569Z Compiling adler v1.0.2
16302024-02-26T13:27:29.791Z Compiling miniz_oxide v0.7.1
16312024-02-26T13:27:30.724Z Compiling url v2.5.0
16322024-02-26T13:27:31.082Z Compiling tokio-util v0.7.10
16332024-02-26T13:27:31.440Z Compiling ipnet v2.9.0
16342024-02-26T13:27:32.175Z Compiling signal-hook v0.3.17
16352024-02-26T13:27:32.496Z Compiling h2 v0.3.24
16362024-02-26T13:27:32.797Z Compiling serde_urlencoded v0.7.1
16372024-02-26T13:27:32.890Z Compiling rustls-pemfile v1.0.3
16382024-02-26T13:27:33.277Z Compiling tokio-native-tls v0.3.1
16392024-02-26T13:27:33.312Z Compiling crypto-common v0.1.6
16402024-02-26T13:27:33.349Z Compiling tokio-rustls v0.24.1
16412024-02-26T13:27:33.555Z Compiling clap_derive v4.5.0
16422024-02-26T13:27:33.601Z Compiling zerocopy-derive v0.6.4
16432024-02-26T13:27:33.758Z Compiling usdt-impl v0.3.5
16442024-02-26T13:27:34.131Z Compiling encoding_rs v0.8.33
16452024-02-26T13:27:34.944Z Compiling webpki-roots v0.25.2
16462024-02-26T13:27:35.107Z Compiling siphasher v0.3.11
16472024-02-26T13:27:35.418Z Compiling mime v0.3.17
16482024-02-26T13:27:35.529Z Compiling gimli v0.28.0
16492024-02-26T13:27:36.053Z Compiling zerocopy v0.3.0
16502024-02-26T13:27:36.124Z Compiling scroll v0.12.0
16512024-02-26T13:27:36.698Z Compiling block-buffer v0.10.4
16522024-02-26T13:27:36.965Z Compiling bzip2-sys v0.1.11+1.0.8
16532024-02-26T13:27:37.232Z Compiling object v0.32.1
16542024-02-26T13:27:37.483Z Compiling num-iter v0.1.43
16552024-02-26T13:27:37.805Z Compiling usdt-impl v0.5.0
16562024-02-26T13:27:38.182Z Compiling rustc-demangle v0.1.23
16572024-02-26T13:27:38.853Z Compiling plain v0.2.3
16582024-02-26T13:27:39.024Z Compiling goblin v0.8.0
16592024-02-26T13:27:39.099Z Compiling flate2 v1.0.28
16602024-02-26T13:27:39.158Z Compiling digest v0.10.7
16612024-02-26T13:27:39.176Z Compiling dof v0.1.5
16622024-02-26T13:27:39.643Z Compiling hyper v0.14.27
16632024-02-26T13:27:39.843Z Compiling heapless v0.7.16
16642024-02-26T13:27:40.131Z Compiling addr2line v0.21.0
16652024-02-26T13:27:40.312Z Compiling dtrace-parser v0.1.14
16662024-02-26T13:27:40.697Z Compiling futures-executor v0.3.30
16672024-02-26T13:27:40.716Z Compiling strum_macros v0.25.2
16682024-02-26T13:27:40.944Z Compiling ppv-lite86 v0.2.17
16692024-02-26T13:27:41.317Z Checking equivalent v1.0.1
16702024-02-26T13:27:41.424Z Compiling pretty-hex v0.4.1
16712024-02-26T13:27:41.778Z Compiling toml_edit v0.22.6
16722024-02-26T13:27:42.452Z Compiling rand_chacha v0.3.1
16732024-02-26T13:27:44.342Z Compiling futures v0.3.30
16742024-02-26T13:27:45.147Z Compiling dof v0.3.0
16752024-02-26T13:27:45.368Z Compiling toml v0.7.8
16762024-02-26T13:27:45.372Z Compiling serde_tokenstream v0.1.7
16772024-02-26T13:27:45.934Z Compiling hex v0.4.3
16782024-02-26T13:27:46.554Z Compiling dtrace-parser v0.2.0
16792024-02-26T13:27:46.936Z Compiling hyper-tls v0.5.0
16802024-02-26T13:27:47.202Z Compiling hyper-rustls v0.24.2
16812024-02-26T13:27:47.579Z Compiling reqwest v0.11.22
16822024-02-26T13:27:47.598Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
16832024-02-26T13:27:48.160Z Compiling bit-vec v0.6.3
16842024-02-26T13:27:48.572Z Compiling rand v0.8.5
16852024-02-26T13:27:48.606Z Compiling phf_shared v0.10.0
16862024-02-26T13:27:48.670Z Compiling num-bigint v0.4.4
16872024-02-26T13:27:49.003Z Compiling smoltcp v0.9.1
16882024-02-26T13:27:49.643Z Compiling precomputed-hash v0.1.1
16892024-02-26T13:27:49.762Z Compiling base64ct v1.6.0
16902024-02-26T13:27:49.790Z Compiling fixedbitset v0.4.2
16912024-02-26T13:27:50.008Z Compiling new_debug_unreachable v1.0.4
16922024-02-26T13:27:50.104Z Compiling minimal-lexical v0.2.1
16932024-02-26T13:27:50.129Z Compiling string_cache v0.8.7
16942024-02-26T13:27:50.238Z Compiling pem-rfc7468 v0.7.0
16952024-02-26T13:27:50.284Z Compiling petgraph v0.6.4
16962024-02-26T13:27:50.596Z Compiling nom v7.1.3
16972024-02-26T13:27:50.622Z Compiling bit-set v0.5.3
16982024-02-26T13:27:50.840Z Compiling usdt-macro v0.3.5
16992024-02-26T13:27:50.889Z Compiling usdt-attr-macro v0.3.5
17002024-02-26T13:27:50.912Z Compiling hmac v0.12.1
17012024-02-26T13:27:51.023Z Compiling hubpack_derive v0.1.1
17022024-02-26T13:27:51.143Z Compiling enum-as-inner v0.5.1
17032024-02-26T13:27:51.754Z Compiling itertools v0.10.5
17042024-02-26T13:27:51.995Z Compiling diesel_table_macro_syntax v0.1.0
17052024-02-26T13:27:52.411Z Compiling flagset v0.4.3
17062024-02-26T13:27:52.435Z Compiling lalrpop-util v0.19.12
17072024-02-26T13:27:52.439Z Compiling unicode-segmentation v1.10.1
17082024-02-26T13:27:52.477Z Compiling diesel_derives v2.1.2
17092024-02-26T13:27:52.617Z Compiling der v0.7.8
17102024-02-26T13:27:54.480Z Compiling cpufeatures v0.2.12
17112024-02-26T13:27:54.581Z Compiling sha2 v0.10.8
17122024-02-26T13:27:54.777Z Compiling spki v0.7.2
17132024-02-26T13:27:54.928Z Compiling md-5 v0.10.5
17142024-02-26T13:27:54.970Z Compiling stringprep v0.1.3
17152024-02-26T13:27:55.152Z Compiling serde_repr v0.1.16
17162024-02-26T13:27:55.197Z Compiling num-integer v0.1.46
17172024-02-26T13:27:55.770Z Compiling hash32 v0.2.1
17182024-02-26T13:27:56.023Z Compiling fallible-iterator v0.2.0
17192024-02-26T13:27:56.039Z Compiling stable_deref_trait v1.2.0
17202024-02-26T13:27:56.060Z Compiling pkcs8 v0.10.2
17212024-02-26T13:27:56.606Z Compiling phf_shared v0.11.2
17222024-02-26T13:27:56.712Z Compiling postgres-protocol v0.6.6
17232024-02-26T13:27:56.950Z Compiling ff v0.13.0
17242024-02-26T13:27:57.234Z Compiling terminal_size v0.3.0
17252024-02-26T13:27:57.436Z Compiling block-padding v0.3.3
17262024-02-26T13:27:57.511Z Compiling scheduled-thread-pool v0.2.7
17272024-02-26T13:27:57.545Z Compiling bitflags v1.3.2
17282024-02-26T13:27:57.648Z Compiling base16ct v0.2.0
17292024-02-26T13:27:57.712Z Checking unicode-ident v1.0.12
17302024-02-26T13:27:57.729Z Compiling deranged v0.3.8
17312024-02-26T13:27:57.961Z Compiling num_threads v0.1.6
17322024-02-26T13:27:58.014Z Compiling regex-automata v0.1.10
17332024-02-26T13:27:58.089Z Compiling matches v0.1.10
17342024-02-26T13:27:58.124Z Compiling managed v0.8.0
17352024-02-26T13:27:58.185Z Compiling clap_builder v4.5.0
17362024-02-26T13:27:58.325Z Compiling idna v0.2.3
17372024-02-26T13:27:58.526Z Compiling bstr v0.2.17
17382024-02-26T13:27:58.596Z Compiling sec1 v0.7.3
17392024-02-26T13:27:59.189Z Compiling r2d2 v0.8.10
17402024-02-26T13:27:59.577Z Compiling time v0.3.27
17412024-02-26T13:27:59.643Z Compiling inout v0.1.3
17422024-02-26T13:27:59.982Z Compiling postgres-types v0.2.6
17432024-02-26T13:28:00.122Z Compiling group v0.13.0
17442024-02-26T13:28:00.336Z Compiling signal-hook-mio v0.2.3
17452024-02-26T13:28:00.436Z Compiling phf v0.11.2
17462024-02-26T13:28:00.498Z Compiling bzip2 v0.4.4
17472024-02-26T13:28:00.914Z Compiling hubpack v0.1.2
17482024-02-26T13:28:00.948Z Compiling hkdf v0.12.4
17492024-02-26T13:28:01.366Z Compiling zerocopy v0.6.4
17502024-02-26T13:28:01.581Z Compiling crypto-bigint v0.5.2
17512024-02-26T13:28:01.608Z Compiling ipnetwork v0.20.0
17522024-02-26T13:28:02.584Z Compiling float-cmp v0.9.0
17532024-02-26T13:28:02.983Z Compiling whoami v1.4.1
17542024-02-26T13:28:03.019Z Compiling static_assertions v1.1.0
17552024-02-26T13:28:03.122Z Compiling normalize-line-endings v0.3.0
17562024-02-26T13:28:03.250Z Compiling predicates-core v1.0.6
17572024-02-26T13:28:03.600Z Compiling difflib v0.4.0
17582024-02-26T13:28:03.627Z Compiling data-encoding v2.4.0
17592024-02-26T13:28:03.634Z Compiling regex-automata v0.3.8
17602024-02-26T13:28:05.278Z Compiling trust-dns-proto v0.22.0
17612024-02-26T13:28:05.282Z Compiling predicates v3.1.0
17622024-02-26T13:28:05.311Z Compiling yasna v0.5.2
17632024-02-26T13:28:06.041Z Compiling bstr v1.6.0
17642024-02-26T13:28:06.285Z Compiling elliptic-curve v0.13.8
17652024-02-26T13:28:07.065Z Compiling tokio-postgres v0.7.10
17662024-02-26T13:28:07.167Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
17672024-02-26T13:28:07.359Z Compiling clap v4.5.0
17682024-02-26T13:28:07.481Z Compiling zip v0.6.6
17692024-02-26T13:28:07.678Z Compiling crossterm v0.27.0
17702024-02-26T13:28:08.700Z Compiling cipher v0.4.4
17712024-02-26T13:28:08.988Z Compiling similar v2.3.0
17722024-02-26T13:28:09.732Z Compiling diesel v2.1.4
17732024-02-26T13:28:11.160Z Compiling usdt v0.3.5
17742024-02-26T13:28:11.456Z Compiling strum v0.25.0
17752024-02-26T13:28:11.625Z Compiling tokio-stream v0.1.14
17762024-02-26T13:28:11.642Z Compiling console v0.15.8
17772024-02-26T13:28:12.173Z Checking proc-macro2 v1.0.78
17782024-02-26T13:28:12.886Z Checking quote v1.0.35
17792024-02-26T13:28:15.201Z Checking utf8parse v0.2.1
17802024-02-26T13:28:16.302Z Checking anstyle v1.0.2
17812024-02-26T13:28:21.095Z Checking anstyle-parse v0.2.1
17822024-02-26T13:28:22.032Z Checking colorchoice v1.0.0
17832024-02-26T13:28:22.284Z Checking anstyle-query v1.0.0
17842024-02-26T13:28:22.400Z Checking anstream v0.6.11
17852024-02-26T13:28:22.748Z Compiling serde_tokenstream v0.2.0
17862024-02-26T13:28:22.860Z Checking clap_lex v0.7.0
17872024-02-26T13:28:23.137Z Checking strsim v0.11.0
17882024-02-26T13:28:28.894Z Checking winnow v0.6.1
17892024-02-26T13:28:35.284Z Compiling regress v0.8.0
17902024-02-26T13:28:38.323Z Compiling getopts v0.2.21
17912024-02-26T13:28:38.612Z Compiling unsafe-libyaml v0.2.10
17922024-02-26T13:28:39.184Z Compiling typify-impl v0.0.15 (https://github.com/oxidecomputer/typify#ce009d6f)
17932024-02-26T13:28:39.371Z Checking heck v0.4.1
17942024-02-26T13:28:40.683Z Compiling serde_yaml v0.9.25
17952024-02-26T13:28:41.045Z Checking camino v1.1.6
17962024-02-26T13:28:41.325Z Checking progenitor-client v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#bc0bb4b0)
17972024-02-26T13:28:41.607Z Compiling strsim v0.10.0
17982024-02-26T13:28:41.624Z Compiling ident_case v1.0.1
17992024-02-26T13:28:41.678Z Checking fastrand v2.0.1
18002024-02-26T13:28:41.798Z Checking rustls-pki-types v1.3.0
18012024-02-26T13:28:42.003Z Checking match_cfg v0.1.0
18022024-02-26T13:28:42.108Z Checking hostname v0.3.1
18032024-02-26T13:28:42.209Z Checking tempfile v3.10.0
18042024-02-26T13:28:42.238Z Checking http v1.0.0
18052024-02-26T13:28:42.452Z Checking atty v0.2.14
18062024-02-26T13:28:42.556Z Checking quick-error v1.2.3
18072024-02-26T13:28:42.572Z Compiling paste v1.0.14
18082024-02-26T13:28:42.692Z Checking sha1 v0.10.6
18092024-02-26T13:28:42.959Z Checking dirs-sys-next v0.1.2
18102024-02-26T13:28:43.147Z Compiling rustls v0.22.2
18112024-02-26T13:28:43.491Z Checking dirs-next v2.0.0
18122024-02-26T13:28:43.594Z Checking rustls-webpki v0.102.1
18132024-02-26T13:28:43.625Z Checking crossbeam-channel v0.5.8
18142024-02-26T13:28:44.364Z Checking thread_local v1.1.7
18152024-02-26T13:28:44.397Z Checking instant v0.1.12
18162024-02-26T13:28:44.511Z Compiling slog-async v2.8.0
18172024-02-26T13:28:44.654Z Checking term v0.7.0
18182024-02-26T13:28:45.082Z Checking rustls-pemfile v2.1.0
18192024-02-26T13:28:45.109Z Compiling multer v3.0.0
18202024-02-26T13:28:45.169Z Checking debug-ignore v1.0.5
18212024-02-26T13:28:45.210Z Checking take_mut v0.2.2
18222024-02-26T13:28:45.306Z Checking slog-term v2.9.0
18232024-02-26T13:28:45.324Z Compiling darling_core v0.20.3
18242024-02-26T13:28:45.497Z Checking slog-json v2.6.1
18252024-02-26T13:28:45.643Z Compiling async-stream-impl v0.3.5
18262024-02-26T13:28:45.766Z Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#711a7490)
18272024-02-26T13:28:45.794Z Checking atomic-waker v1.1.1
18282024-02-26T13:28:45.920Z Checking waitgroup v0.1.2
18292024-02-26T13:28:46.059Z Checking slog-bunyan v2.5.0
18302024-02-26T13:28:46.222Z Checking toml v0.8.10
18312024-02-26T13:28:46.572Z Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#711a7490)
18322024-02-26T13:28:46.980Z Checking serde_path_to_error v0.1.15
18332024-02-26T13:28:47.176Z Checking async-stream v0.3.5
18342024-02-26T13:28:47.365Z Checking wait-timeout v0.2.0
18352024-02-26T13:28:47.548Z Compiling strum_macros v0.26.1
18362024-02-26T13:28:47.684Z Compiling structmeta-derive v0.3.0
18372024-02-26T13:28:48.378Z Checking tokio-rustls v0.25.0
18382024-02-26T13:28:48.776Z Checking rusty-fork v0.3.0
18392024-02-26T13:28:49.069Z Checking newtype-uuid v1.0.1
18402024-02-26T13:28:49.321Z Compiling structmeta-derive v0.2.0
18412024-02-26T13:28:51.004Z Compiling structmeta v0.3.0
18422024-02-26T13:28:51.470Z Checking rand_xorshift v0.3.0
18432024-02-26T13:28:51.639Z Checking unarray v0.1.4
18442024-02-26T13:28:51.692Z Compiling darling_macro v0.20.3
18452024-02-26T13:28:51.794Z Checking proptest v1.4.0
18462024-02-26T13:28:52.690Z Compiling structmeta v0.2.0
18472024-02-26T13:28:52.844Z Compiling darling v0.20.3
18482024-02-26T13:28:52.966Z Compiling serde_with_macros v3.6.1
18492024-02-26T13:28:53.044Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
18502024-02-26T13:28:53.104Z Compiling parse-display-derive v0.9.0
18512024-02-26T13:28:53.137Z Checking backoff v0.4.0
18522024-02-26T13:28:53.173Z Checking strum v0.26.1
18532024-02-26T13:28:53.330Z Compiling test-strategy v0.3.1
18542024-02-26T13:28:53.438Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
18552024-02-26T13:28:53.505Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
18562024-02-26T13:28:53.606Z Checking serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
18572024-02-26T13:28:53.757Z Checking macaddr v1.0.1
18582024-02-26T13:28:54.100Z Checking camino-tempfile v1.1.1
18592024-02-26T13:28:54.345Z Checking is-terminal v0.4.9
18602024-02-26T13:28:54.392Z Compiling proc-macro-error-attr v1.0.4
18612024-02-26T13:28:54.465Z Compiling proc-macro-error v1.0.4
18622024-02-26T13:28:54.956Z Compiling proc-macro-crate v1.3.1
18632024-02-26T13:28:56.137Z Compiling heapless v0.8.0
18642024-02-26T13:28:56.403Z Checking serde_with v3.6.1
18652024-02-26T13:28:56.465Z Checking termtree v0.4.1
18662024-02-26T13:28:56.486Z Compiling num_enum_derive v0.5.11
18672024-02-26T13:28:56.669Z Checking predicates-tree v1.0.9
18682024-02-26T13:28:56.810Z Checking hash32 v0.3.1
18692024-02-26T13:28:56.991Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
18702024-02-26T13:28:57.045Z Compiling smoltcp v0.11.0
18712024-02-26T13:28:57.651Z Compiling usdt-macro v0.5.0
18722024-02-26T13:28:57.967Z Compiling usdt-attr-macro v0.5.0
18732024-02-26T13:28:58.160Z Checking parse-display v0.9.0
18742024-02-26T13:28:58.302Z Compiling typify-macro v0.0.15 (https://github.com/oxidecomputer/typify#ce009d6f)
18752024-02-26T13:28:58.371Z Checking memmap v0.7.0
18762024-02-26T13:28:58.434Z Checking embedded-io v0.4.0
18772024-02-26T13:28:58.569Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
18782024-02-26T13:28:58.637Z Compiling crucible-workspace-hack v0.1.0
18792024-02-26T13:28:58.895Z Checking cobs v0.2.3
18802024-02-26T13:28:59.071Z Checking postcard v1.0.8
18812024-02-26T13:28:59.264Z Compiling foreign-types-macros v0.2.3
18822024-02-26T13:28:59.493Z Checking num_enum v0.5.11
18832024-02-26T13:28:59.637Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60)
18842024-02-26T13:28:59.744Z Checking usdt v0.5.0
18852024-02-26T13:28:59.788Z Checking foreign-types-shared v0.3.1
18862024-02-26T13:28:59.904Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60)
18872024-02-26T13:28:59.973Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
18882024-02-26T13:29:00.163Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
18892024-02-26T13:29:00.200Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60)
18902024-02-26T13:29:00.289Z Checking cstr-argument v0.1.2
18912024-02-26T13:29:00.332Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d)
18922024-02-26T13:29:00.472Z Checking pretty-hex v0.2.1
18932024-02-26T13:29:00.640Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
18942024-02-26T13:29:00.680Z Checking colored v2.0.4
18952024-02-26T13:29:00.684Z Checking foreign-types v0.5.0
18962024-02-26T13:29:00.782Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
18972024-02-26T13:29:00.894Z Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
18982024-02-26T13:29:00.983Z Compiling zone_cfg_derive v0.3.0
18992024-02-26T13:29:01.100Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=c7cdaf1875d259e29ca50a14b77b0bfd9dfe443d#c7cdaf18)
19002024-02-26T13:29:01.124Z Compiling num-derive v0.4.0
19012024-02-26T13:29:01.154Z Compiling mockall_derive v0.12.0
19022024-02-26T13:29:01.465Z Checking downcast v0.11.0
19032024-02-26T13:29:01.678Z Checking fragile v2.0.0
19042024-02-26T13:29:01.931Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=c7cdaf1875d259e29ca50a14b77b0bfd9dfe443d#c7cdaf18)
19052024-02-26T13:29:02.216Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60)
19062024-02-26T13:29:02.238Z Checking smf v0.2.2
19072024-02-26T13:29:02.625Z Checking zone v0.3.0
19082024-02-26T13:29:02.721Z Checking xattr v1.0.1
19092024-02-26T13:29:02.924Z Checking filetime v0.2.23
19102024-02-26T13:29:03.127Z Checking same-file v1.0.6
19112024-02-26T13:29:03.217Z Checking tar v0.4.40
19122024-02-26T13:29:03.295Z Checking walkdir v2.4.0
19132024-02-26T13:29:03.435Z Checking pem v3.0.2
19142024-02-26T13:29:03.565Z Compiling rayon-core v1.12.0
19152024-02-26T13:29:03.636Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=796dce526dd7ed7b52a0429a486ccba4a9da1ce5#796dce52)
19162024-02-26T13:29:03.666Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60)
19172024-02-26T13:29:03.685Z Checking linked-hash-map v0.5.6
19182024-02-26T13:29:03.784Z Compiling typify v0.0.15 (https://github.com/oxidecomputer/typify#ce009d6f)
19192024-02-26T13:29:03.931Z Compiling progenitor-impl v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#bc0bb4b0)
19202024-02-26T13:29:03.970Z Checking itertools v0.12.1
19212024-02-26T13:29:03.997Z Checking lru-cache v0.1.2
19222024-02-26T13:29:04.064Z Checking headers-core v0.2.0
19232024-02-26T13:29:04.174Z Checking password-hash v0.5.0
19242024-02-26T13:29:04.204Z Checking headers v0.3.9
19252024-02-26T13:29:04.649Z Checking blake2 v0.10.6
19262024-02-26T13:29:05.070Z Checking swrite v0.1.0
19272024-02-26T13:29:05.147Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60)
19282024-02-26T13:29:05.197Z Checking argon2 v0.5.3
19292024-02-26T13:29:05.345Z Compiling derive-where v1.2.7
19302024-02-26T13:29:05.438Z Checking rcgen v0.12.1
19312024-02-26T13:29:05.789Z Checking atomicwrites v0.4.3
19322024-02-26T13:29:05.986Z Checking subprocess v0.2.9
19332024-02-26T13:29:06.005Z Checking arc-swap v1.6.0
19342024-02-26T13:29:06.136Z Compiling cancel-safe-futures v0.1.5
19352024-02-26T13:29:06.442Z Checking slog-scope v4.4.0
19362024-02-26T13:29:06.515Z Checking half v2.3.1
19372024-02-26T13:29:06.556Z Checking ciborium-io v0.2.2
19382024-02-26T13:29:06.638Z Checking slog-stdlog v4.1.1
19392024-02-26T13:29:06.731Z Checking resolv-conf v0.7.0
19402024-02-26T13:29:06.795Z Checking slog-envlogger v2.2.0
19412024-02-26T13:29:06.995Z Checking ciborium-ll v0.2.2
19422024-02-26T13:29:07.020Z Checking libsw v3.3.1
19432024-02-26T13:29:07.111Z Checking trust-dns-resolver v0.22.0
19442024-02-26T13:29:07.162Z Checking linear-map v1.2.0
19452024-02-26T13:29:07.311Z Checking owo-colors v4.0.0
19462024-02-26T13:29:07.356Z Checking ciborium v0.2.2
19472024-02-26T13:29:07.518Z Compiling slog-dtrace v0.3.0
19482024-02-26T13:29:07.929Z Checking textwrap v0.11.0
19492024-02-26T13:29:08.153Z Compiling heck v0.3.3
19502024-02-26T13:29:08.455Z Compiling blake3 v1.5.0
19512024-02-26T13:29:08.577Z Compiling libefi-sys v0.1.0
19522024-02-26T13:29:08.761Z Checking termcolor v1.2.0
19532024-02-26T13:29:08.903Z Checking vec_map v0.8.2
19542024-02-26T13:29:09.106Z Checking strsim v0.8.0
19552024-02-26T13:29:09.147Z Checking ansi_term v0.12.1
19562024-02-26T13:29:09.321Z Compiling structopt-derive v0.4.18
19572024-02-26T13:29:09.368Z Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802)
19582024-02-26T13:29:09.457Z Checking clap v2.34.0
19592024-02-26T13:29:09.479Z Checking nibble_vec v0.1.0
19602024-02-26T13:29:09.669Z Compiling radium v0.7.0
19612024-02-26T13:29:09.727Z Checking endian-type v0.1.2
19622024-02-26T13:29:09.934Z Checking radix_trie v0.2.1
19632024-02-26T13:29:10.050Z Checking mockall v0.12.0
19642024-02-26T13:29:10.154Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
19652024-02-26T13:29:10.286Z Compiling maybe-uninit v2.0.0
19662024-02-26T13:29:10.359Z Checking tap v1.0.1
19672024-02-26T13:29:10.406Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
19682024-02-26T13:29:10.518Z Checking wyz v0.5.1
19692024-02-26T13:29:10.656Z Checking fxhash v0.2.1
19702024-02-26T13:29:10.843Z Checking gethostname v0.4.3
19712024-02-26T13:29:10.858Z Compiling packed_struct v0.10.1
19722024-02-26T13:29:10.892Z Checking crc-catalog v2.2.0
19732024-02-26T13:29:10.906Z Checking funty v2.0.0
19742024-02-26T13:29:10.976Z Compiling num-bigint-dig v0.8.4
19752024-02-26T13:29:11.025Z Compiling semver v0.1.20
19762024-02-26T13:29:11.354Z Compiling rustc_version v0.1.7
19772024-02-26T13:29:11.374Z Checking crc v3.0.1
19782024-02-26T13:29:11.674Z Compiling packed_struct_codegen v0.10.1
19792024-02-26T13:29:11.707Z Compiling indexmap v1.9.3
19802024-02-26T13:29:11.854Z Checking nodrop v0.1.14
19812024-02-26T13:29:11.971Z Checking array-init v0.0.4
19822024-02-26T13:29:12.032Z Checking bitvec v1.0.1
19832024-02-26T13:29:12.081Z Compiling newtype_derive v0.1.6
19842024-02-26T13:29:12.254Z Compiling progenitor-macro v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#bc0bb4b0)
19852024-02-26T13:29:12.349Z Checking smallvec v0.6.14
19862024-02-26T13:29:12.412Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
19872024-02-26T13:29:12.445Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
19882024-02-26T13:29:12.469Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
19892024-02-26T13:29:12.735Z Checking structopt v0.3.26
19902024-02-26T13:29:12.796Z Checking pkcs1 v0.7.5
19912024-02-26T13:29:13.067Z Checking signature v2.1.0
19922024-02-26T13:29:13.131Z Compiling crossbeam-deque v0.8.3
19932024-02-26T13:29:13.442Z Checking hashbrown v0.12.3
19942024-02-26T13:29:13.482Z Checking bitfield v0.14.0
19952024-02-26T13:29:14.806Z Checking rsa v0.9.2
19962024-02-26T13:29:14.943Z Checking serde-hex v0.1.0
19972024-02-26T13:29:15.386Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
19982024-02-26T13:29:15.466Z Checking env_logger v0.10.0
19992024-02-26T13:29:15.640Z Checking x509-cert v0.2.4
20002024-02-26T13:29:15.680Z Checking ron v0.8.1
20012024-02-26T13:29:15.742Z Checking hashbrown v0.13.2
20022024-02-26T13:29:15.891Z Compiling semver-parser v0.10.2
20032024-02-26T13:29:16.853Z Compiling num-rational v0.4.1
20042024-02-26T13:29:16.959Z Checking crc-any v2.4.3
20052024-02-26T13:29:17.315Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
20062024-02-26T13:29:17.366Z Checking object v0.30.4
20072024-02-26T13:29:17.440Z Compiling semver v0.11.0
20082024-02-26T13:29:17.585Z Compiling rayon v1.8.0
20092024-02-26T13:29:18.534Z Compiling memmap2 v0.7.1
20102024-02-26T13:29:18.616Z Compiling arrayref v0.3.7
20112024-02-26T13:29:18.718Z Compiling arrayvec v0.7.4
20122024-02-26T13:29:18.732Z Compiling constant_time_eq v0.3.0
20132024-02-26T13:29:18.915Z Compiling home v0.5.5
20142024-02-26T13:29:18.955Z Checking path-slash v0.1.5
20152024-02-26T13:29:19.030Z Checking lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
20162024-02-26T13:29:19.099Z Compiling toolchain_find v0.2.0
20172024-02-26T13:29:19.219Z Checking steno v0.4.0
20182024-02-26T13:29:19.715Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
20192024-02-26T13:29:20.283Z Compiling toml v0.5.11
20202024-02-26T13:29:20.487Z Checking num-complex v0.4.4
20212024-02-26T13:29:21.388Z Compiling convert_case v0.4.0
20222024-02-26T13:29:21.468Z Compiling topological-sort v0.2.2
20232024-02-26T13:29:21.683Z Checking num v0.4.1
20242024-02-26T13:29:21.699Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
20252024-02-26T13:29:21.786Z Checking newline-converter v0.3.0
20262024-02-26T13:29:22.526Z Compiling derive_more v0.99.17
20272024-02-26T13:29:23.073Z Compiling omicron-zone-package v0.11.0
20282024-02-26T13:29:23.787Z Compiling rustfmt-wrapper v0.2.0
20292024-02-26T13:29:23.805Z Checking expectorate v1.1.0
20302024-02-26T13:29:23.966Z Checking utf-8 v0.7.6
20312024-02-26T13:29:24.159Z Compiling buf-list v1.0.3
20322024-02-26T13:29:24.176Z Checking tungstenite v0.20.1
20332024-02-26T13:29:24.236Z Checking display-error-chain v0.2.0
20342024-02-26T13:29:24.393Z Compiling parking_lot_core v0.8.6
20352024-02-26T13:29:24.441Z Checking keccak v0.1.4
20362024-02-26T13:29:24.728Z Checking sha3 v0.10.8
20372024-02-26T13:29:25.091Z Checking tokio-tungstenite v0.20.1
20382024-02-26T13:29:25.109Z Checking trust-dns-client v0.22.0
20392024-02-26T13:29:25.269Z Checking parking_lot v0.11.2
20402024-02-26T13:29:25.585Z Checking secrecy v0.8.0
20412024-02-26T13:29:25.603Z Compiling pin-project-internal v1.1.3
20422024-02-26T13:29:25.818Z Compiling doc-comment v0.3.3
20432024-02-26T13:29:26.438Z Checking sled v0.34.7
20442024-02-26T13:29:26.692Z Checking glob v0.3.1
20452024-02-26T13:29:26.793Z Checking trust-dns-server v0.22.1
20462024-02-26T13:29:27.011Z Compiling vte_generate_state_changes v0.1.1
20472024-02-26T13:29:27.782Z Checking vte v0.11.1
20482024-02-26T13:29:29.004Z Checking pin-project v1.1.3
20492024-02-26T13:29:29.135Z Compiling unicase v2.7.0
20502024-02-26T13:29:29.300Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
20512024-02-26T13:29:29.413Z Compiling platforms v3.0.2
20522024-02-26T13:29:29.525Z Checking strip-ansi-escapes v0.2.0
20532024-02-26T13:29:29.612Z Checking fd-lock v3.0.13
20542024-02-26T13:29:29.660Z Compiling snafu-derive v0.7.5
20552024-02-26T13:29:29.675Z Compiling fs-err v2.11.0
20562024-02-26T13:29:29.781Z Checking nu-ansi-term v0.50.0
20572024-02-26T13:29:29.892Z Checking globset v0.4.13
20582024-02-26T13:29:30.151Z Checking olpc-cjson v0.1.3
20592024-02-26T13:29:30.228Z Checking reedline v0.29.0
20602024-02-26T13:29:30.378Z Checking serde_plain v1.0.2
20612024-02-26T13:29:30.444Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
20622024-02-26T13:29:30.444Z Compiling async-recursion v1.0.5
20632024-02-26T13:29:30.488Z Checking lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
20642024-02-26T13:29:30.687Z Checking typed-path v0.7.0
20652024-02-26T13:29:31.248Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
20662024-02-26T13:29:31.307Z Checking hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84)
20672024-02-26T13:29:31.391Z Compiling curve25519-dalek v4.1.1
20682024-02-26T13:29:31.853Z Compiling progenitor-impl v0.5.0 (https://github.com/oxidecomputer/progenitor#bc0bb4b0)
20692024-02-26T13:29:31.891Z Checking progenitor v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#bc0bb4b0)
20702024-02-26T13:29:32.002Z Compiling memoffset v0.7.1
20712024-02-26T13:29:32.082Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
20722024-02-26T13:29:46.769Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
20732024-02-26T13:29:46.851Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
20742024-02-26T13:29:46.851Z Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
20752024-02-26T13:29:46.851Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
20762024-02-26T13:29:46.851Z Checking parse-size v1.0.0
20772024-02-26T13:29:46.881Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
20782024-02-26T13:29:46.881Z Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client)
20792024-02-26T13:29:46.881Z Compiling mime_guess v2.0.4
20802024-02-26T13:29:46.881Z Checking snafu v0.7.5
20812024-02-26T13:29:46.881Z Checking tough v0.16.0
20822024-02-26T13:29:46.881Z Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4)
20832024-02-26T13:29:46.881Z Checking progenitor-client v0.5.0 (https://github.com/oxidecomputer/progenitor#bc0bb4b0)
20842024-02-26T13:29:46.881Z Checking universal-hash v0.5.1
20852024-02-26T13:29:46.881Z Compiling thiserror-impl-no-std v2.0.2
20862024-02-26T13:29:46.881Z Compiling curve25519-dalek-derive v0.1.0
20872024-02-26T13:29:46.881Z Compiling progenitor-macro v0.5.0 (https://github.com/oxidecomputer/progenitor#bc0bb4b0)
20882024-02-26T13:29:46.881Z Checking opaque-debug v0.3.0
20892024-02-26T13:29:46.881Z Checking poly1305 v0.8.0
20902024-02-26T13:29:46.881Z Checking thiserror-no-std v2.0.2
20912024-02-26T13:29:46.882Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
20922024-02-26T13:29:46.882Z Checking chacha20 v0.9.1
20932024-02-26T13:29:46.882Z Checking aead v0.5.2
20942024-02-26T13:29:46.882Z Checking kstat-rs v0.2.3
20952024-02-26T13:29:46.882Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
20962024-02-26T13:29:46.882Z Compiling salty v0.2.0
20972024-02-26T13:29:46.882Z Checking signature v1.6.4
20982024-02-26T13:29:46.882Z Checking ed25519 v1.5.3
20992024-02-26T13:29:46.882Z Checking chacha20poly1305 v0.10.1
21002024-02-26T13:29:46.882Z Checking nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d)
21012024-02-26T13:29:46.882Z Checking vsss-rs v3.3.4
21022024-02-26T13:29:46.882Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
21032024-02-26T13:29:46.882Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
21042024-02-26T13:29:46.882Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
21052024-02-26T13:29:48.348Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
21062024-02-26T13:29:49.285Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
21072024-02-26T13:29:49.404Z Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
21082024-02-26T13:29:49.888Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
21092024-02-26T13:29:50.610Z Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
21102024-02-26T13:29:51.147Z Checking serde-big-array v0.5.1
21112024-02-26T13:29:51.317Z Compiling hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a)
21122024-02-26T13:29:51.381Z Checking bytecount v0.6.3
21132024-02-26T13:29:51.537Z Checking papergrid v0.11.0
21142024-02-26T13:29:52.422Z Checking hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a)
21152024-02-26T13:29:53.326Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=796dce526dd7ed7b52a0429a486ccba4a9da1ce5#796dce52)
21162024-02-26T13:29:53.795Z Compiling tabled_derive v0.7.0
21172024-02-26T13:29:53.961Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
21182024-02-26T13:29:54.431Z Checking signal-hook-tokio v0.3.1
21192024-02-26T13:29:54.624Z Checking fd-lock v4.0.2
21202024-02-26T13:29:54.833Z Checking nix v0.27.1
21212024-02-26T13:29:54.894Z Checking serde-big-array v0.4.1
21222024-02-26T13:29:55.062Z Compiling sqlparser_derive v0.2.2
21232024-02-26T13:29:55.599Z Compiling prettyplease v0.2.16
21242024-02-26T13:29:56.089Z Checking humantime v2.1.0
21252024-02-26T13:29:56.312Z Checking unicode_categories v0.1.1
21262024-02-26T13:29:56.373Z Checking sqlparser v0.43.1
21272024-02-26T13:29:56.564Z Checking tabled v0.15.0
21282024-02-26T13:29:56.629Z Checking sqlformat v0.2.3
21292024-02-26T13:29:57.640Z Checking rustyline v13.0.0
21302024-02-26T13:29:58.283Z Checking sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef)
21312024-02-26T13:29:59.323Z Checking bcs v0.1.6
21322024-02-26T13:29:59.825Z Checking corncobs v0.1.3
21332024-02-26T13:29:59.826Z Checking highway v1.1.0
21342024-02-26T13:29:59.826Z Checking sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef)
21352024-02-26T13:29:59.826Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=c7cdaf1875d259e29ca50a14b77b0bfd9dfe443d#c7cdaf18)
21362024-02-26T13:29:59.981Z Compiling crunchy v0.2.2
21372024-02-26T13:30:00.055Z Checking http-range v0.1.5
21382024-02-26T13:30:00.242Z Checking hyper-staticfile v0.9.5
21392024-02-26T13:30:00.406Z Checking progenitor v0.5.0 (https://github.com/oxidecomputer/progenitor#bc0bb4b0)
21402024-02-26T13:30:00.542Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
21412024-02-26T13:30:00.634Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=c7cdaf1875d259e29ca50a14b77b0bfd9dfe443d#c7cdaf18)
21422024-02-26T13:30:00.672Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=c7cdaf1875d259e29ca50a14b77b0bfd9dfe443d#c7cdaf18)
21432024-02-26T13:30:00.681Z Compiling clang-sys v1.6.1
21442024-02-26T13:30:01.119Z Compiling tiny-keccak v2.0.2
21452024-02-26T13:30:01.617Z Compiling darling_core v0.14.4
21462024-02-26T13:30:03.103Z Checking assert_matches v1.5.0
21472024-02-26T13:30:03.208Z Compiling ascii-canvas v3.0.0
21482024-02-26T13:30:03.639Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
21492024-02-26T13:30:03.762Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
21502024-02-26T13:30:04.956Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
21512024-02-26T13:30:05.283Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
21522024-02-26T13:30:05.447Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
21532024-02-26T13:30:05.597Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
21542024-02-26T13:30:05.610Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
21552024-02-26T13:30:06.764Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
21562024-02-26T13:30:07.637Z Compiling ena v0.14.2
21572024-02-26T13:30:07.683Z Compiling darling_macro v0.14.4
21582024-02-26T13:30:08.079Z Compiling libloading v0.7.4
21592024-02-26T13:30:08.473Z Compiling regex-syntax v0.6.29
21602024-02-26T13:30:08.827Z Compiling diff v0.1.13
21612024-02-26T13:30:09.072Z Compiling bindgen v0.69.2
21622024-02-26T13:30:09.517Z Compiling darling v0.14.4
21632024-02-26T13:30:09.845Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
21642024-02-26T13:30:10.107Z Compiling cexpr v0.6.0
21652024-02-26T13:30:10.982Z Compiling which v4.4.0
21662024-02-26T13:30:11.657Z Compiling shlex v1.3.0
21672024-02-26T13:30:11.891Z Compiling lalrpop v0.19.12
21682024-02-26T13:30:12.115Z Compiling peeking_take_while v0.1.2
21692024-02-26T13:30:12.268Z Compiling portable-atomic v1.4.3
21702024-02-26T13:30:12.901Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
21712024-02-26T13:30:12.935Z Compiling ref-cast v1.0.20
21722024-02-26T13:30:13.344Z Compiling lazycell v1.3.0
21732024-02-26T13:30:13.517Z Checking maplit v1.0.2
21742024-02-26T13:30:13.534Z Compiling rustc-hash v1.1.0
21752024-02-26T13:30:13.701Z Compiling derive_builder_core v0.12.0
21762024-02-26T13:30:13.782Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
21772024-02-26T13:30:14.116Z Compiling ref-cast-impl v1.0.20
21782024-02-26T13:30:14.849Z Compiling libxml v0.3.3
21792024-02-26T13:30:15.569Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
21802024-02-26T13:30:16.031Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
21812024-02-26T13:30:16.312Z Compiling derive_builder_macro v0.12.0
21822024-02-26T13:30:16.445Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
21832024-02-26T13:30:16.891Z Compiling strum_macros v0.24.3
21842024-02-26T13:30:16.994Z Compiling cookie v0.18.0
21852024-02-26T13:30:17.305Z Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#62ef5ca0)
21862024-02-26T13:30:17.347Z Checking number_prefix v0.4.0
21872024-02-26T13:30:17.554Z Compiling indoc v1.0.9
21882024-02-26T13:30:17.718Z Checking indicatif v0.17.8
21892024-02-26T13:30:18.609Z Checking derive_builder v0.12.0
21902024-02-26T13:30:18.782Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
21912024-02-26T13:30:19.091Z Checking bb8 v0.8.3
21922024-02-26T13:30:19.575Z Checking quick-xml v0.30.0
21932024-02-26T13:30:20.227Z Checking castaway v0.2.2
21942024-02-26T13:30:20.401Z Compiling impl-trait-for-tuples v0.2.2
21952024-02-26T13:30:20.475Z Compiling oso-derive v0.27.0
21962024-02-26T13:30:21.099Z Checking compact_str v0.7.1
21972024-02-26T13:30:21.639Z Checking async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef)
21982024-02-26T13:30:22.233Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
21992024-02-26T13:30:22.290Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
22002024-02-26T13:30:22.335Z Checking lru v0.12.1
22012024-02-26T13:30:22.634Z Compiling stability v0.1.1
22022024-02-26T13:30:23.228Z Checking cassowary v0.3.0
22032024-02-26T13:30:23.668Z Compiling indoc v2.0.3
22042024-02-26T13:30:23.685Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
22052024-02-26T13:30:23.717Z Checking unicode-linebreak v0.1.5
22062024-02-26T13:30:24.125Z Checking smawk v0.3.1
22072024-02-26T13:30:24.215Z Checking is_ci v1.2.0
22082024-02-26T13:30:24.336Z Checking textwrap v0.16.1
22092024-02-26T13:30:24.363Z Checking supports-color v3.0.0
22102024-02-26T13:30:24.555Z Compiling nexus-blueprint-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/blueprint-execution)
22112024-02-26T13:30:24.735Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
22122024-02-26T13:30:24.869Z Checking ratatui v0.26.1
22132024-02-26T13:30:24.911Z Checking rtoolbox v0.0.1
22142024-02-26T13:30:25.039Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
22152024-02-26T13:30:25.116Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
22162024-02-26T13:30:25.330Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
22172024-02-26T13:30:25.783Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
22182024-02-26T13:30:26.203Z Checking nexus-deployment v0.1.0 (/work/oxidecomputer/omicron/nexus/deployment)
22192024-02-26T13:30:27.238Z Checking rpassword v7.3.1
22202024-02-26T13:30:27.422Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=796dce526dd7ed7b52a0429a486ccba4a9da1ce5#796dce52)
22212024-02-26T13:30:27.961Z Checking tui-tree-widget v0.17.0
22222024-02-26T13:30:28.282Z Checking fatfs v0.3.6
22232024-02-26T13:30:28.959Z Checking shell-words v1.1.0
22242024-02-26T13:30:29.143Z Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
22252024-02-26T13:30:29.362Z Checking yansi v0.5.1
22262024-02-26T13:30:29.871Z Checking pretty_assertions v1.4.0
22272024-02-26T13:30:30.088Z Compiling target-lexicon v0.12.13
22282024-02-26T13:30:30.720Z Checking plotters-backend v0.3.5
22292024-02-26T13:30:31.225Z Compiling guppy-workspace-hack v0.1.0
22302024-02-26T13:30:31.587Z Checking plotters-svg v0.3.5
22312024-02-26T13:30:31.756Z Checking http-body v1.0.0
22322024-02-26T13:30:31.825Z Checking rand v0.4.6
22332024-02-26T13:30:31.970Z Checking tower-layer v0.3.2
22342024-02-26T13:30:32.244Z Compiling assert_cmd v2.0.14
22352024-02-26T13:30:32.676Z Checking remove_dir_all v0.5.3
22362024-02-26T13:30:32.764Z Compiling target-spec v3.1.0
22372024-02-26T13:30:32.786Z Checking cast v0.3.0
22382024-02-26T13:30:32.898Z Checking tempdir v0.3.7
22392024-02-26T13:30:33.110Z Checking tower v0.4.13
22402024-02-26T13:30:33.125Z Checking criterion-plot v0.5.0
22412024-02-26T13:30:33.385Z Checking hyper v1.1.0
22422024-02-26T13:30:33.633Z Checking plotters v0.3.5
22432024-02-26T13:30:34.016Z Checking cfg-expr v0.15.6
22442024-02-26T13:30:34.794Z Checking installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd)
22452024-02-26T13:30:34.898Z Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
22462024-02-26T13:30:35.514Z Checking tinytemplate v1.2.1
22472024-02-26T13:30:35.753Z Checking cargo-platform v0.1.3
22482024-02-26T13:30:35.950Z Checking anes v0.1.6
22492024-02-26T13:30:36.059Z Checking oorandom v11.1.3
22502024-02-26T13:30:36.225Z Checking cargo_metadata v0.18.1
22512024-02-26T13:30:36.326Z Checking criterion v0.5.1
22522024-02-26T13:30:36.956Z Checking hyper-util v0.1.2
22532024-02-26T13:30:37.949Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
22542024-02-26T13:30:38.475Z Checking installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client)
22552024-02-26T13:30:38.499Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
22562024-02-26T13:30:39.361Z Checking rustls-native-certs v0.7.0
22572024-02-26T13:30:39.519Z Checking pathdiff v0.2.1
22582024-02-26T13:30:39.678Z Checking nested v0.1.1
22592024-02-26T13:30:39.893Z Checking guppy v0.17.5
22602024-02-26T13:30:42.165Z Checking hyper-rustls v0.26.0
22612024-02-26T13:30:42.410Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
22622024-02-26T13:30:42.485Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
22632024-02-26T13:30:43.388Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
22642024-02-26T13:30:43.891Z Checking httptest v0.15.5
22652024-02-26T13:30:44.643Z Checking threadpool v1.8.1
22662024-02-26T13:30:44.679Z Checking nanorand v0.7.0
22672024-02-26T13:30:44.841Z Checking libtest-mimic v0.6.1
22682024-02-26T13:30:45.042Z Checking flume v0.11.0
22692024-02-26T13:30:45.299Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
22702024-02-26T13:30:45.583Z Checking similar-asserts v1.5.0
22712024-02-26T13:30:45.614Z Compiling rstest_macros v0.18.2
22722024-02-26T13:30:46.311Z Checking datatest-stable v0.2.3
22732024-02-26T13:30:46.542Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
22742024-02-26T13:30:47.845Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
22752024-02-26T13:30:47.935Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
22762024-02-26T13:30:48.367Z Checking csv-core v0.1.11
22772024-02-26T13:30:48.383Z Compiling relative-path v1.9.0
22782024-02-26T13:30:48.684Z Compiling trybuild v1.0.89
22792024-02-26T13:30:48.724Z Checking constant_time_eq v0.2.6
22802024-02-26T13:30:48.860Z Checking blake2b_simd v1.0.1
22812024-02-26T13:30:49.188Z Checking csv v1.3.0
22822024-02-26T13:30:49.735Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
22832024-02-26T13:30:50.094Z Checking multimap v0.10.0
22842024-02-26T13:30:50.416Z Checking basic-toml v0.1.8
22852024-02-26T13:30:51.342Z Checking futures-timer v3.0.2
22862024-02-26T13:30:53.164Z Checking rust-argon2 v1.0.1
22872024-02-26T13:30:53.568Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
22882024-02-26T13:30:55.662Z Checking partial-io v0.5.4
22892024-02-26T13:30:56.050Z Checking approx v0.5.1
22902024-02-26T13:30:56.275Z Checking termios v0.3.3
22912024-02-26T13:30:56.502Z Checking hex-literal v0.4.1
22922024-02-26T13:30:59.553Z Checking rstest v0.18.2
22932024-02-26T13:31:01.671Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
22942024-02-26T13:31:48.878Z Checking zone-network-setup v0.1.0 (/work/oxidecomputer/omicron/zone-network-setup)
22952024-02-26T13:31:53.659Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli)
22962024-02-26T13:31:54.367Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
22972024-02-26T13:31:54.852Z Compiling samael v0.0.14 (https://github.com/oxidecomputer/samael?branch=oxide/omicron#9e609a8f)
22982024-02-26T13:32:07.369Z Checking caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util)
22992024-02-26T13:32:18.731Z Compiling polar-core v0.27.0
23002024-02-26T13:32:25.586Z Checking oso v0.27.0
23012024-02-26T13:32:51.872Z Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
23022024-02-26T13:33:54.362Z Finished dev [unoptimized + debuginfo] target(s) in 7m 06s
23032024-02-26T13:33:54.544Z
23042024-02-26T13:33:54.544Zreal 7:51.308230878
23052024-02-26T13:33:54.544Zuser 41:00.715891517
23062024-02-26T13:33:54.544Zsys 6:49.560021355
23072024-02-26T13:33:54.544Ztrap 1.115366087
23082024-02-26T13:33:54.544Ztflt 5.831801247
23092024-02-26T13:33:54.544Zdflt 3.988062161
23102024-02-26T13:33:54.544Zkflt 0.044729997
23112024-02-26T13:33:54.544Zlock 1:03:05.002950005
23122024-02-26T13:33:54.548Zslp 2:05:14.009987617
23132024-02-26T13:33:54.548Zlat 1:48.020240451
23142024-02-26T13:33:54.548Zstop 4:19.508580896
23152024-02-26T13:33:55.360Zwarning: output filename collision.
23162024-02-26T13:33:55.360ZThe 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)`.
23172024-02-26T13:33:55.360ZColliding filename is: /work/oxidecomputer/omicron/target/doc/hubpack/index.html
23182024-02-26T13:33:55.360ZThe targets should have unique names.
23192024-02-26T13:33:55.360ZThis is a known bug where multiple crates with the same name use
23202024-02-26T13:33:55.360Zthe same path; see <https://github.com/rust-lang/cargo/issues/6313>.
23212024-02-26T13:33:55.365Zwarning: output filename collision.
23222024-02-26T13:33:55.366ZThe lib target `nix` in package `nix v0.27.1` has the same output filename as the lib target `nix` in package `nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d)`.
23232024-02-26T13:33:55.366ZColliding filename is: /work/oxidecomputer/omicron/target/doc/nix/index.html
23242024-02-26T13:33:55.366ZThe targets should have unique names.
23252024-02-26T13:33:55.366ZThis is a known bug where multiple crates with the same name use
23262024-02-26T13:33:55.366Zthe same path; see <https://github.com/rust-lang/cargo/issues/6313>.
23272024-02-26T13:33:55.366Zwarning: output filename collision.
23282024-02-26T13:33:55.366ZThe 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)`.
23292024-02-26T13:33:55.366ZColliding filename is: /work/oxidecomputer/omicron/target/doc/oximeter/index.html
23302024-02-26T13:33:55.366ZThe targets should have unique names.
23312024-02-26T13:33:55.366ZThis is a known bug where multiple crates with the same name use
23322024-02-26T13:33:55.366Zthe same path; see <https://github.com/rust-lang/cargo/issues/6313>.
23332024-02-26T13:33:55.367Zwarning: output filename collision.
23342024-02-26T13:33:55.367ZThe lib target `progenitor` in package `progenitor v0.5.0 (https://github.com/oxidecomputer/progenitor#bc0bb4b0)` has the same output filename as the lib target `progenitor` in package `progenitor v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#bc0bb4b0)`.
23352024-02-26T13:33:55.367ZColliding filename is: /work/oxidecomputer/omicron/target/doc/progenitor/index.html
23362024-02-26T13:33:55.367ZThe targets should have unique names.
23372024-02-26T13:33:55.367ZThis is a known bug where multiple crates with the same name use
23382024-02-26T13:33:55.367Zthe same path; see <https://github.com/rust-lang/cargo/issues/6313>.
23392024-02-26T13:33:55.367Zwarning: output filename collision.
23402024-02-26T13:33:55.367ZThe lib target `progenitor-client` in package `progenitor-client v0.5.0 (https://github.com/oxidecomputer/progenitor#bc0bb4b0)` has the same output filename as the lib target `progenitor-client` in package `progenitor-client v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#bc0bb4b0)`.
23412024-02-26T13:33:55.367ZColliding filename is: /work/oxidecomputer/omicron/target/doc/progenitor_client/index.html
23422024-02-26T13:33:55.367ZThe targets should have unique names.
23432024-02-26T13:33:55.367ZThis is a known bug where multiple crates with the same name use
23442024-02-26T13:33:55.367Zthe same path; see <https://github.com/rust-lang/cargo/issues/6313>.
23452024-02-26T13:33:55.367Zwarning: output filename collision.
23462024-02-26T13:33:55.368ZThe lib target `progenitor-impl` in package `progenitor-impl v0.5.0 (https://github.com/oxidecomputer/progenitor#bc0bb4b0)` has the same output filename as the lib target `progenitor-impl` in package `progenitor-impl v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#bc0bb4b0)`.
23472024-02-26T13:33:55.368ZColliding filename is: /work/oxidecomputer/omicron/target/doc/progenitor_impl/index.html
23482024-02-26T13:33:55.368ZThe targets should have unique names.
23492024-02-26T13:33:55.368ZThis is a known bug where multiple crates with the same name use
23502024-02-26T13:33:55.368Zthe same path; see <https://github.com/rust-lang/cargo/issues/6313>.
23512024-02-26T13:33:55.368Zwarning: output filename collision.
23522024-02-26T13:33:55.368ZThe 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)`.
23532024-02-26T13:33:55.368ZColliding filename is: /work/oxidecomputer/omicron/target/doc/tlvc/index.html
23542024-02-26T13:33:55.368ZThe targets should have unique names.
23552024-02-26T13:33:55.368ZThis is a known bug where multiple crates with the same name use
23562024-02-26T13:33:55.368Zthe same path; see <https://github.com/rust-lang/cargo/issues/6313>.
23572024-02-26T13:33:55.798Z Documenting libc v0.2.153
23582024-02-26T13:33:55.839Z Documenting cfg-if v1.0.0
23592024-02-26T13:33:55.853Z Documenting serde_derive v1.0.196
23602024-02-26T13:33:55.881Z Documenting log v0.4.20
23612024-02-26T13:33:55.881Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
23622024-02-26T13:33:55.909Z Documenting memchr v2.6.3
23632024-02-26T13:33:55.923Z Documenting scopeguard v1.2.0
23642024-02-26T13:33:55.936Z Documenting byteorder v1.5.0
23652024-02-26T13:33:56.215Z Documenting smallvec v1.13.1
23662024-02-26T13:33:58.589Z Documenting itoa v1.0.9
23672024-02-26T13:33:58.710Z Documenting lock_api v0.4.10
23682024-02-26T13:33:59.457Z Documenting once_cell v1.19.0
23692024-02-26T13:33:59.722Z Documenting zeroize_derive v1.4.2
23702024-02-26T13:34:00.107Z Documenting getrandom v0.2.10
23712024-02-26T13:34:00.395Z Documenting parking_lot_core v0.9.8
23722024-02-26T13:34:00.524Z Documenting libm v0.2.7
23732024-02-26T13:34:01.467Z Documenting pin-project-lite v0.2.13
23742024-02-26T13:34:01.787Z Documenting signal-hook-registry v1.4.1
23752024-02-26T13:34:02.389Z Documenting serde v1.0.196
23762024-02-26T13:34:03.282Z Documenting mio v0.8.9
23772024-02-26T13:34:04.018Z Documenting num-traits v0.2.16
23782024-02-26T13:34:04.296Z Documenting rand_core v0.6.4
23792024-02-26T13:34:04.345Z Documenting parking_lot v0.12.1
23802024-02-26T13:34:04.492Z Documenting futures-core v0.3.30
23812024-02-26T13:34:05.356Z Documenting zeroize v1.7.0
23822024-02-26T13:34:05.908Z Documenting ryu v1.0.15
23832024-02-26T13:34:07.460Z Documenting thiserror-impl v1.0.57
23842024-02-26T13:34:08.104Z Documenting socket2 v0.5.5
23852024-02-26T13:34:08.288Z Documenting num_cpus v1.16.0
23862024-02-26T13:34:08.579Z Documenting tokio-macros v2.2.0
23872024-02-26T13:34:08.722Z Documenting zerocopy v0.7.32
23882024-02-26T13:34:08.788Z Documenting typenum v1.16.0
23892024-02-26T13:34:09.300Z Documenting subtle v2.5.0
23902024-02-26T13:34:12.244Z Documenting thiserror v1.0.57
23912024-02-26T13:34:12.259Z Documenting futures-sink v0.3.30
23922024-02-26T13:34:13.073Z Documenting pin-utils v0.1.0
23932024-02-26T13:34:13.087Z Documenting iana-time-zone v0.1.57
23942024-02-26T13:34:13.556Z Documenting slab v0.4.9
23952024-02-26T13:34:16.010Z Documenting futures-macro v0.3.30
23962024-02-26T13:34:16.035Z Documenting futures-channel v0.3.30
23972024-02-26T13:34:16.144Z Documenting ahash v0.8.7
23982024-02-26T13:34:16.821Z Documenting futures-task v0.3.30
23992024-02-26T13:34:18.432Z Documenting allocator-api2 v0.2.16
24002024-02-26T13:34:18.648Z Documenting const-oid v0.9.5
24012024-02-26T13:34:20.062Z Documenting futures-io v0.3.30
24022024-02-26T13:34:20.916Z Documenting tinyvec_macros v0.1.1
24032024-02-26T13:34:21.018Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24042024-02-26T13:34:21.244Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
24052024-02-26T13:34:21.282Z Documenting tracing-core v0.1.31
24062024-02-26T13:34:21.960Z Documenting hashbrown v0.14.3
24072024-02-26T13:34:22.157Z Documenting tracing-attributes v0.1.26
24082024-02-26T13:34:23.904Z Documenting tinyvec v1.6.0
24092024-02-26T13:34:24.128Z Documenting futures-util v0.3.30
24102024-02-26T13:34:24.157Z Documenting bytes v1.5.0
24112024-02-26T13:34:24.664Z Documenting bitflags v2.4.0
24122024-02-26T13:34:27.678Z Documenting serde_json v1.0.114
24132024-02-26T13:34:28.894Z Documenting chrono v0.4.31
24142024-02-26T13:34:29.004Z Documenting uuid v1.7.0
24152024-02-26T13:34:29.150Z Documenting unicode-normalization v0.1.22
24162024-02-26T13:34:29.198Z Documenting tokio v1.36.0
24172024-02-26T13:34:33.584Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
24182024-02-26T13:34:33.778Z Documenting ppv-lite86 v0.2.17
24192024-02-26T13:34:34.013Z Documenting unicode-bidi v0.3.13
24202024-02-26T13:34:35.077Z Documenting equivalent v1.0.1
24212024-02-26T13:34:35.302Z Documenting serde_derive_internals v0.26.0
24222024-02-26T13:34:35.432Z Documenting generic-array v0.14.7
24232024-02-26T13:34:37.186Z Documenting rand_chacha v0.3.1
24242024-02-26T13:34:37.997Z Documenting indexmap v2.2.3
24252024-02-26T13:34:38.365Z Checking serde_derive_internals v0.26.0
24262024-02-26T13:34:44.358Z Documenting percent-encoding v2.3.1
24272024-02-26T13:34:44.373Z Documenting tracing v0.1.37
24282024-02-26T13:34:44.373Z Documenting crypto-common v0.1.6
24292024-02-26T13:34:44.373Z Documenting block-buffer v0.10.4
24302024-02-26T13:34:44.373Z Documenting base64 v0.21.7
24312024-02-26T13:34:44.373Z Documenting rand v0.8.5
24322024-02-26T13:34:44.374Z Documenting dyn-clone v1.0.16
24332024-02-26T13:34:44.374Z Documenting schemars_derive v0.8.16
24342024-02-26T13:34:44.386Z Documenting lazy_static v1.4.0
24352024-02-26T13:34:44.772Z Documenting form_urlencoded v1.2.1
24362024-02-26T13:34:45.342Z Documenting fnv v1.0.7
24372024-02-26T13:34:45.460Z Documenting digest v0.10.7
24382024-02-26T13:34:46.182Z Documenting errno v0.3.8
24392024-02-26T13:34:46.718Z Documenting cpufeatures v0.2.12
24402024-02-26T13:34:47.261Z Documenting idna v0.5.0
24412024-02-26T13:34:48.767Z Documenting httparse v1.8.0
24422024-02-26T13:34:49.002Z Documenting unicode-ident v1.0.12
24432024-02-26T13:34:49.597Z Documenting unicode-width v0.1.11
24442024-02-26T13:34:49.718Z Documenting schemars v0.8.16
24452024-02-26T13:34:50.229Z Documenting rustix v0.38.31
24462024-02-26T13:34:51.772Z Documenting httpdate v1.0.3
24472024-02-26T13:34:51.890Z Documenting url v2.5.0
24482024-02-26T13:34:52.151Z Documenting proc-macro2 v1.0.78
24492024-02-26T13:34:52.632Z Documenting adler v1.0.2
24502024-02-26T13:34:53.458Z Documenting try-lock v0.2.4
24512024-02-26T13:34:55.533Z Documenting http-body v0.4.5
24522024-02-26T13:34:55.570Z Documenting miniz_oxide v0.7.1
24532024-02-26T13:34:56.293Z Documenting openssl-sys v0.9.96
24542024-02-26T13:34:56.373Z Documenting openssl-macros v0.1.1
24552024-02-26T13:34:56.486Z Documenting want v0.3.1
24562024-02-26T13:34:57.130Z Documenting base64ct v1.6.0
24572024-02-26T13:34:57.142Z Documenting tower-service v0.3.2
24582024-02-26T13:34:58.588Z Documenting tokio-util v0.7.10
24592024-02-26T13:34:59.146Z Documenting mime v0.3.17
24602024-02-26T13:34:59.927Z Documenting quote v1.0.35
24612024-02-26T13:35:00.347Z Documenting aho-corasick v1.0.4
24622024-02-26T13:35:00.825Z Documenting slog v2.7.0
24632024-02-26T13:35:00.871Z Documenting openssl-probe v0.1.5
24642024-02-26T13:35:01.317Z Documenting regex-syntax v0.8.2
24652024-02-26T13:35:02.182Z Documenting openssl v0.10.60
24662024-02-26T13:35:03.071Z Documenting ipnet v2.9.0
24672024-02-26T13:35:03.823Z Documenting syn v2.0.48
24682024-02-26T13:35:04.559Z Documenting h2 v0.3.24
24692024-02-26T13:35:04.672Z Documenting async-trait v0.1.77
24702024-02-26T13:35:05.463Z Documenting pem-rfc7468 v0.7.0
24712024-02-26T13:35:05.559Z Documenting encoding_rs v0.8.33
24722024-02-26T13:35:07.309Z Documenting crossbeam-utils v0.8.16
24732024-02-26T13:35:08.287Z Documenting regex-automata v0.4.4
24742024-02-26T13:35:09.522Z Documenting der_derive v0.7.2
24752024-02-26T13:35:09.583Z Documenting flagset v0.4.3
24762024-02-26T13:35:10.238Z Documenting utf8parse v0.2.1
24772024-02-26T13:35:10.471Z Documenting native-tls v0.2.11
24782024-02-26T13:35:11.556Z Documenting serde_urlencoded v0.7.1
24792024-02-26T13:35:12.427Z Documenting num-integer v0.1.46
24802024-02-26T13:35:13.062Z Documenting time-macros v0.2.13
24812024-02-26T13:35:14.743Z Documenting der v0.7.8
24822024-02-26T13:35:15.592Z Documenting tokio-native-tls v0.3.1
24832024-02-26T13:35:15.780Z Documenting num_threads v0.1.6
24842024-02-26T13:35:16.019Z Documenting hyper v0.14.27
24852024-02-26T13:35:16.035Z Documenting regex v1.10.3
24862024-02-26T13:35:17.514Z Documenting gimli v0.28.0
24872024-02-26T13:35:17.648Z Documenting time-core v0.1.1
24882024-02-26T13:35:19.453Z Documenting deranged v0.3.8
24892024-02-26T13:35:19.770Z Documenting spki v0.7.2
24902024-02-26T13:35:20.480Z Documenting object v0.32.1
24912024-02-26T13:35:20.845Z Documenting rustc-demangle v0.1.23
24922024-02-26T13:35:21.262Z Documenting webpki-roots v0.25.2
24932024-02-26T13:35:23.033Z Documenting spin v0.9.8
24942024-02-26T13:35:23.795Z Documenting either v1.10.0
24952024-02-26T13:35:23.832Z Documenting addr2line v0.21.0
24962024-02-26T13:35:23.972Z Documenting time v0.3.27
24972024-02-26T13:35:24.381Z Documenting pkcs8 v0.10.2
24982024-02-26T13:35:25.221Z Documenting openapiv3 v2.0.0
24992024-02-26T13:35:26.184Z Documenting futures-executor v0.3.30
25002024-02-26T13:35:27.777Z Checking pest_meta v2.7.6
25012024-02-26T13:35:27.913Z Documenting memoffset v0.9.0
25022024-02-26T13:35:28.604Z Documenting hyper-rustls v0.24.2
25032024-02-26T13:35:28.733Z Documenting hyper-tls v0.5.0
25042024-02-26T13:35:28.857Z Documenting anstyle v1.0.2
25052024-02-26T13:35:29.406Z Documenting data-encoding v2.4.0
25062024-02-26T13:35:30.851Z Documenting crossbeam-epoch v0.9.15
25072024-02-26T13:35:31.513Z Documenting anstyle-parse v0.2.1
25082024-02-26T13:35:32.826Z Documenting ipnetwork v0.20.0
25092024-02-26T13:35:33.310Z Documenting backtrace v0.3.69
25102024-02-26T13:35:33.686Z Documenting sha2 v0.10.8
25112024-02-26T13:35:33.711Z Documenting hex v0.4.3
25122024-02-26T13:35:34.868Z Documenting crc32fast v1.3.2
25132024-02-26T13:35:35.058Z Documenting pest_meta v2.7.6
25142024-02-26T13:35:36.417Z Documenting scroll_derive v0.12.0
25152024-02-26T13:35:36.977Z Documenting reqwest v0.11.22
25162024-02-26T13:35:37.861Z Documenting anstyle-query v1.0.0
25172024-02-26T13:35:38.055Z Documenting colorchoice v1.0.0
25182024-02-26T13:35:38.633Z Documenting untrusted v0.9.0
25192024-02-26T13:35:38.764Z Documenting futures v0.3.30
25202024-02-26T13:35:39.119Z Documenting pest_generator v2.7.6
25212024-02-26T13:35:39.625Z Documenting anyhow v1.0.75
25222024-02-26T13:35:40.848Z Documenting scroll v0.12.0
25232024-02-26T13:35:40.921Z Checking pest_generator v2.7.6
25242024-02-26T13:35:41.526Z Documenting ring v0.17.8
25252024-02-26T13:35:41.631Z Documenting anstream v0.6.11
25262024-02-26T13:35:42.080Z Documenting num-iter v0.1.43
25272024-02-26T13:35:43.962Z Documenting terminal_size v0.3.0
25282024-02-26T13:35:44.725Z Documenting hmac v0.12.1
25292024-02-26T13:35:45.027Z Documenting signal-hook v0.3.17
25302024-02-26T13:35:45.536Z Documenting static_assertions v1.1.0
25312024-02-26T13:35:46.674Z Documenting ucd-trie v0.1.6
25322024-02-26T13:35:47.176Z Documenting clap_lex v0.7.0
25332024-02-26T13:35:47.429Z Documenting strsim v0.11.0
25342024-02-26T13:35:47.677Z Documenting plain v0.2.3
25352024-02-26T13:35:48.354Z Documenting pest_derive v2.7.6
25362024-02-26T13:35:48.609Z Documenting flate2 v1.0.28
25372024-02-26T13:35:49.142Z Documenting clap_derive v4.5.0
25382024-02-26T13:35:49.714Z Documenting managed v0.8.0
25392024-02-26T13:35:50.654Z Documenting goblin v0.8.0
25402024-02-26T13:35:51.157Z Documenting pest v2.7.6
25412024-02-26T13:35:51.634Z Documenting pretty-hex v0.4.1
25422024-02-26T13:35:51.902Z Documenting clap_builder v4.5.0
25432024-02-26T13:35:52.897Z Documenting unicode-segmentation v1.10.1
25442024-02-26T13:35:53.103Z Documenting signal-hook-mio v0.2.3
25452024-02-26T13:35:53.978Z Documenting block-padding v0.3.3
25462024-02-26T13:35:54.486Z Documenting scheduled-thread-pool v0.2.7
25472024-02-26T13:35:54.683Z Documenting bzip2-sys v0.1.11+1.0.8
25482024-02-26T13:35:56.162Z Documenting dtrace-parser v0.2.0
25492024-02-26T13:35:56.357Z Documenting thread-id v4.2.0
25502024-02-26T13:35:57.382Z Documenting enum-as-inner v0.5.1
25512024-02-26T13:35:57.827Z Documenting dof v0.3.0
25522024-02-26T13:35:58.257Z Documenting clap v4.5.0
25532024-02-26T13:35:58.536Z Checking diesel_table_macro_syntax v0.1.0
25542024-02-26T13:35:58.671Z Documenting diesel_table_macro_syntax v0.1.0
25552024-02-26T13:35:58.713Z Documenting bzip2 v0.4.4
25562024-02-26T13:35:59.179Z Documenting inout v0.1.3
25572024-02-26T13:36:00.276Z Documenting r2d2 v0.8.10
25582024-02-26T13:36:01.077Z Documenting crossterm v0.27.0
25592024-02-26T13:36:01.802Z Documenting trust-dns-proto v0.22.0
25602024-02-26T13:36:02.745Z Documenting md-5 v0.10.5
25612024-02-26T13:36:02.986Z Documenting usdt-impl v0.5.0
25622024-02-26T13:36:03.325Z Documenting diesel_derives v2.1.2
25632024-02-26T13:36:03.769Z Documenting stringprep v0.1.3
25642024-02-26T13:36:04.453Z Documenting toml_datetime v0.6.5
25652024-02-26T13:36:04.575Z Documenting serde_spanned v0.6.5
25662024-02-26T13:36:06.472Z Documenting ff v0.13.0
25672024-02-26T13:36:07.719Z Documenting pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
25682024-02-26T13:36:07.783Z Documenting base16ct v0.2.0
25692024-02-26T13:36:08.432Z Documenting winnow v0.6.1
25702024-02-26T13:36:08.530Z Documenting bit-vec v0.6.3
25712024-02-26T13:36:10.377Z Documenting fallible-iterator v0.2.0
25722024-02-26T13:36:10.629Z Documenting siphasher v0.3.11
25732024-02-26T13:36:10.788Z Documenting group v0.13.0
25742024-02-26T13:36:10.944Z Documenting sec1 v0.7.3
25752024-02-26T13:36:10.955Z Documenting cipher v0.4.4
25762024-02-26T13:36:11.535Z Documenting diesel v2.1.4
25772024-02-26T13:36:12.650Z Documenting zip v0.6.6
25782024-02-26T13:36:13.595Z Documenting phf_shared v0.11.2
25792024-02-26T13:36:13.656Z Documenting toml_edit v0.22.6
25802024-02-26T13:36:15.291Z Documenting hkdf v0.12.4
25812024-02-26T13:36:15.515Z Documenting postgres-protocol v0.6.6
25822024-02-26T13:36:17.321Z Documenting num-bigint v0.4.4
25832024-02-26T13:36:17.483Z Documenting crypto-bigint v0.5.2
25842024-02-26T13:36:17.504Z Documenting regress v0.8.0
25852024-02-26T13:36:17.602Z Documenting hubpack v0.1.2
25862024-02-26T13:36:20.397Z Documenting bstr v1.6.0
25872024-02-26T13:36:20.486Z Documenting serde_repr v0.1.16
25882024-02-26T13:36:22.111Z Documenting lalrpop-util v0.19.12
25892024-02-26T13:36:22.636Z Documenting minimal-lexical v0.2.1
25902024-02-26T13:36:23.899Z Documenting fixedbitset v0.4.2
25912024-02-26T13:36:24.551Z Documenting new_debug_unreachable v1.0.4
25922024-02-26T13:36:25.023Z Documenting precomputed-hash v0.1.1
25932024-02-26T13:36:25.205Z Documenting gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
25942024-02-26T13:36:25.550Z Documenting yasna v0.5.2
25952024-02-26T13:36:26.611Z Documenting nom v7.1.3
25962024-02-26T13:36:26.831Z Documenting elliptic-curve v0.13.8
25972024-02-26T13:36:27.203Z Documenting petgraph v0.6.4
25982024-02-26T13:36:27.411Z Documenting postgres-types v0.2.6
25992024-02-26T13:36:28.775Z Documenting string_cache v0.8.7
26002024-02-26T13:36:31.725Z Documenting phf v0.11.2
26012024-02-26T13:36:31.933Z Documenting console v0.15.8
26022024-02-26T13:36:32.148Z Documenting semver v1.0.22
26032024-02-26T13:36:32.871Z Documenting float-cmp v0.9.0
26042024-02-26T13:36:33.535Z Documenting difflib v0.4.0
26052024-02-26T13:36:34.642Z Documenting whoami v1.4.1
26062024-02-26T13:36:35.381Z Documenting normalize-line-endings v0.3.0
26072024-02-26T13:36:36.016Z Documenting heck v0.4.1
26082024-02-26T13:36:36.204Z Documenting predicates-core v1.0.6
26092024-02-26T13:36:36.533Z Documenting bit-set v0.5.3
26102024-02-26T13:36:37.149Z Documenting similar v2.3.0
26112024-02-26T13:36:37.568Z Documenting typify-macro v0.0.15 (https://github.com/oxidecomputer/typify#ce009d6f)
26122024-02-26T13:36:37.694Z Documenting tokio-stream v0.1.14
26132024-02-26T13:36:38.518Z Documenting tokio-postgres v0.7.10
26142024-02-26T13:36:39.191Z Documenting getopts v0.2.21
26152024-02-26T13:36:40.124Z Documenting predicates v3.1.0
26162024-02-26T13:36:40.538Z Documenting typify-impl v0.0.15 (https://github.com/oxidecomputer/typify#ce009d6f)
26172024-02-26T13:36:40.777Z Checking strsim v0.10.0
26182024-02-26T13:36:41.016Z Checking ident_case v1.0.1
26192024-02-26T13:36:41.178Z Documenting progenitor-client v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#bc0bb4b0)
26202024-02-26T13:36:41.599Z Documenting match_cfg v0.1.0
26212024-02-26T13:36:42.956Z Documenting sha1 v0.10.6
26222024-02-26T13:36:43.091Z Documenting dirs-sys-next v0.1.2
26232024-02-26T13:36:44.490Z Documenting rustls-pki-types v1.3.0
26242024-02-26T13:36:44.512Z Documenting hostname v0.3.1
26252024-02-26T13:36:46.362Z Documenting camino v1.1.6
26262024-02-26T13:36:47.020Z Documenting dirs-next v2.0.0
26272024-02-26T13:36:47.926Z Documenting paste v1.0.14
26282024-02-26T13:36:48.247Z Documenting typify v0.0.15 (https://github.com/oxidecomputer/typify#ce009d6f)
26292024-02-26T13:36:48.264Z Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
26302024-02-26T13:36:48.413Z Documenting thread_local v1.1.7
26312024-02-26T13:36:48.453Z Documenting rustls-webpki v0.102.1
26322024-02-26T13:36:49.773Z Documenting crossbeam-channel v0.5.8
26332024-02-26T13:36:50.931Z Documenting term v0.7.0
26342024-02-26T13:36:51.516Z Documenting atty v0.2.14
26352024-02-26T13:36:51.984Z Documenting take_mut v0.2.2
26362024-02-26T13:36:52.361Z Documenting slog-json v2.6.1
26372024-02-26T13:36:52.516Z Documenting http v1.0.0
26382024-02-26T13:36:52.939Z Documenting rustls v0.22.2
26392024-02-26T13:36:53.942Z Documenting async-stream-impl v0.3.5
26402024-02-26T13:36:55.003Z Documenting atomic-waker v1.1.1
26412024-02-26T13:36:55.112Z Documenting progenitor-impl v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#bc0bb4b0)
26422024-02-26T13:36:55.175Z Documenting slog-term v2.9.0
26432024-02-26T13:36:55.792Z Documenting slog-async v2.8.0
26442024-02-26T13:36:57.022Z Documenting debug-ignore v1.0.5
26452024-02-26T13:36:57.865Z Documenting waitgroup v0.1.2
26462024-02-26T13:36:58.494Z Documenting async-stream v0.3.5
26472024-02-26T13:36:58.618Z Documenting multer v3.0.0
26482024-02-26T13:36:59.625Z Documenting slog-bunyan v2.5.0
26492024-02-26T13:36:59.762Z Documenting rustls-pemfile v2.1.0
26502024-02-26T13:36:59.919Z Checking darling_core v0.20.3
26512024-02-26T13:37:01.791Z Documenting toml v0.8.10
26522024-02-26T13:37:01.807Z Documenting dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#711a7490)
26532024-02-26T13:37:02.204Z Documenting tokio-rustls v0.25.0
26542024-02-26T13:37:02.396Z Documenting serde_path_to_error v0.1.15
26552024-02-26T13:37:03.458Z Documenting progenitor v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#bc0bb4b0)
26562024-02-26T13:37:03.564Z Checking darling v0.20.3
26572024-02-26T13:37:03.674Z Documenting serde_with_macros v3.6.1
26582024-02-26T13:37:04.010Z Documenting structmeta-derive v0.3.0
26592024-02-26T13:37:04.346Z Documenting strum v0.26.1
26602024-02-26T13:37:06.678Z Checking structmeta v0.3.0
26612024-02-26T13:37:06.763Z Documenting instant v0.1.12
26622024-02-26T13:37:06.919Z Documenting newtype-uuid v1.0.1
26632024-02-26T13:37:07.724Z Documenting serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
26642024-02-26T13:37:07.737Z Documenting dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#711a7490)
26652024-02-26T13:37:08.003Z Documenting macaddr v1.0.1
26662024-02-26T13:37:08.806Z Documenting serde_with v3.6.1
26672024-02-26T13:37:09.248Z Documenting structmeta v0.3.0
26682024-02-26T13:37:10.569Z Documenting backoff v0.4.0
26692024-02-26T13:37:12.145Z Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
26702024-02-26T13:37:12.247Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
26712024-02-26T13:37:12.490Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
26722024-02-26T13:37:12.714Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
26732024-02-26T13:37:13.319Z Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
26742024-02-26T13:37:13.638Z Documenting parse-display-derive v0.9.0
26752024-02-26T13:37:15.281Z Documenting fastrand v2.0.1
26762024-02-26T13:37:16.419Z Documenting proc-macro-error-attr v1.0.4
26772024-02-26T13:37:16.687Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
26782024-02-26T13:37:16.744Z Checking proc-macro-error v1.0.4
26792024-02-26T13:37:17.252Z Documenting is-terminal v0.4.9
26802024-02-26T13:37:17.252Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
26812024-02-26T13:37:17.717Z Documenting proc-macro-crate v1.3.1
26822024-02-26T13:37:17.731Z Checking proc-macro-crate v1.3.1
26832024-02-26T13:37:17.818Z Documenting hash32 v0.3.1
26842024-02-26T13:37:19.158Z Documenting tempfile v3.10.0
26852024-02-26T13:37:19.753Z Documenting parse-display v0.9.0
26862024-02-26T13:37:20.091Z Documenting stable_deref_trait v1.2.0
26872024-02-26T13:37:20.299Z Documenting proc-macro-error v1.0.4
26882024-02-26T13:37:21.896Z Documenting embedded-io v0.4.0
26892024-02-26T13:37:22.124Z Documenting cobs v0.2.3
26902024-02-26T13:37:22.726Z Documenting num_enum_derive v0.5.11
26912024-02-26T13:37:22.804Z Documenting foreign-types-macros v0.2.3
26922024-02-26T13:37:22.983Z Documenting heapless v0.8.0
26932024-02-26T13:37:23.618Z Documenting camino-tempfile v1.1.1
26942024-02-26T13:37:23.999Z Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
26952024-02-26T13:37:24.730Z Documenting illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60)
26962024-02-26T13:37:25.049Z Documenting foreign-types-shared v0.3.1
26972024-02-26T13:37:25.212Z Documenting postcard v1.0.8
26982024-02-26T13:37:27.660Z Documenting libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
26992024-02-26T13:37:27.787Z Documenting crucible-workspace-hack v0.1.0
27002024-02-26T13:37:27.807Z Documenting smoltcp v0.11.0
27012024-02-26T13:37:27.895Z Documenting foreign-types v0.5.0
27022024-02-26T13:37:28.327Z Documenting nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
27032024-02-26T13:37:28.859Z Documenting num_enum v0.5.11
27042024-02-26T13:37:29.960Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
27052024-02-26T13:37:31.519Z Documenting cstr-argument v0.1.2
27062024-02-26T13:37:32.126Z Documenting rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
27072024-02-26T13:37:32.130Z Documenting kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60)
27082024-02-26T13:37:32.130Z Documenting colored v2.0.4
27092024-02-26T13:37:32.686Z Documenting dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
27102024-02-26T13:37:33.641Z Documenting opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60)
27112024-02-26T13:37:36.067Z Documenting nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
27122024-02-26T13:37:36.199Z Documenting rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
27132024-02-26T13:37:36.749Z Documenting poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
27142024-02-26T13:37:36.794Z Documenting zone_cfg_derive v0.3.0
27152024-02-26T13:37:37.473Z Documenting bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=c7cdaf1875d259e29ca50a14b77b0bfd9dfe443d#c7cdaf18)
27162024-02-26T13:37:40.057Z Documenting opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60)
27172024-02-26T13:37:40.118Z Documenting num-derive v0.4.0
27182024-02-26T13:37:40.375Z Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
27192024-02-26T13:37:40.670Z Documenting libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d)
27202024-02-26T13:37:41.834Z Documenting bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=c7cdaf1875d259e29ca50a14b77b0bfd9dfe443d#c7cdaf18)
27212024-02-26T13:37:42.105Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
27222024-02-26T13:37:42.593Z Documenting zone v0.3.0
27232024-02-26T13:37:44.788Z Documenting crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=796dce526dd7ed7b52a0429a486ccba4a9da1ce5#796dce52)
27242024-02-26T13:37:46.556Z Documenting smf v0.2.2
27252024-02-26T13:37:46.564Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
27262024-02-26T13:37:46.564Z Documenting oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60)
27272024-02-26T13:37:46.578Z Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
27282024-02-26T13:37:47.135Z Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
27292024-02-26T13:37:47.655Z Documenting linked-hash-map v0.5.6
27302024-02-26T13:37:49.201Z Documenting password-hash v0.5.0
27312024-02-26T13:37:49.517Z Documenting blake2 v0.10.6
27322024-02-26T13:37:50.264Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
27332024-02-26T13:37:51.502Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
27342024-02-26T13:37:52.324Z Documenting lru-cache v0.1.2
27352024-02-26T13:37:53.596Z Documenting opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60)
27362024-02-26T13:37:53.864Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
27372024-02-26T13:37:54.058Z Documenting itertools v0.12.1
27382024-02-26T13:37:54.567Z Documenting argon2 v0.5.3
27392024-02-26T13:37:54.789Z Documenting memmap v0.7.0
27402024-02-26T13:37:56.225Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
27412024-02-26T13:38:02.781Z Documenting quick-error v1.2.3
27422024-02-26T13:38:02.856Z Documenting derive-where v1.2.7
27432024-02-26T13:38:02.856Z Documenting swrite v0.1.0
27442024-02-26T13:38:02.891Z Documenting usdt v0.5.0
27452024-02-26T13:38:02.892Z Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
27462024-02-26T13:38:02.892Z Documenting newtype_derive v0.1.6
27472024-02-26T13:38:02.892Z Documenting resolv-conf v0.7.0
27482024-02-26T13:38:02.892Z Documenting tap v1.0.1
27492024-02-26T13:38:02.892Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
27502024-02-26T13:38:02.893Z Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
27512024-02-26T13:38:02.893Z Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
27522024-02-26T13:38:03.576Z Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
27532024-02-26T13:38:03.680Z Documenting radium v0.7.0
27542024-02-26T13:38:04.285Z Documenting wyz v0.5.1
27552024-02-26T13:38:04.405Z Documenting steno v0.4.0
27562024-02-26T13:38:04.879Z Documenting trust-dns-resolver v0.22.0
27572024-02-26T13:38:06.460Z Documenting nibble_vec v0.1.0
27582024-02-26T13:38:06.584Z Checking heck v0.3.3
27592024-02-26T13:38:06.724Z Documenting crc-catalog v2.2.0
27602024-02-26T13:38:06.764Z Documenting endian-type v0.1.2
27612024-02-26T13:38:09.023Z Documenting funty v2.0.0
27622024-02-26T13:38:09.716Z Documenting crc v3.0.1
27632024-02-26T13:38:10.567Z Documenting structopt-derive v0.4.18
27642024-02-26T13:38:10.753Z Documenting bitvec v1.0.1
27652024-02-26T13:38:11.043Z Documenting radix_trie v0.2.1
27662024-02-26T13:38:12.687Z Documenting cancel-safe-futures v0.1.5
27672024-02-26T13:38:13.857Z Documenting filetime v0.2.23
27682024-02-26T13:38:15.147Z Documenting xattr v1.0.1
27692024-02-26T13:38:15.188Z Documenting packed_struct_codegen v0.10.1
27702024-02-26T13:38:15.776Z Documenting nodrop v0.1.14
27712024-02-26T13:38:16.176Z Documenting structopt v0.3.26
27722024-02-26T13:38:17.976Z Documenting libefi-sys v0.1.0
27732024-02-26T13:38:18.266Z Documenting num-bigint-dig v0.8.4
27742024-02-26T13:38:18.697Z Documenting array-init v0.0.4
27752024-02-26T13:38:19.137Z Documenting tar v0.4.40
27762024-02-26T13:38:19.458Z Documenting num-rational v0.4.1
27772024-02-26T13:38:20.274Z Documenting packed_struct v0.10.1
27782024-02-26T13:38:20.569Z Documenting illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
27792024-02-26T13:38:22.017Z Documenting pkcs1 v0.7.5
27802024-02-26T13:38:22.215Z Documenting signature v2.1.0
27812024-02-26T13:38:23.451Z Documenting num-complex v0.4.4
27822024-02-26T13:38:25.530Z Documenting termcolor v1.2.0
27832024-02-26T13:38:25.542Z Documenting bitfield v0.14.0
27842024-02-26T13:38:25.677Z Documenting arc-swap v1.6.0
27852024-02-26T13:38:26.731Z Documenting tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802)
27862024-02-26T13:38:27.049Z Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
27872024-02-26T13:38:27.120Z Documenting rsa v0.9.2
27882024-02-26T13:38:27.667Z Documenting libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
27892024-02-26T13:38:28.682Z Documenting env_logger v0.10.0
27902024-02-26T13:38:28.983Z Documenting num v0.4.1
27912024-02-26T13:38:29.196Z Documenting lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
27922024-02-26T13:38:29.664Z Documenting slog-scope v4.4.0
27932024-02-26T13:38:31.772Z Documenting serde-hex v0.1.0
27942024-02-26T13:38:32.390Z Documenting tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
27952024-02-26T13:38:33.409Z Documenting x509-cert v0.2.4
27962024-02-26T13:38:33.572Z Documenting ron v0.8.1
27972024-02-26T13:38:35.598Z Documenting libsw v3.3.1
27982024-02-26T13:38:36.072Z Documenting gethostname v0.4.3
27992024-02-26T13:38:37.091Z Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
28002024-02-26T13:38:37.315Z Documenting half v2.3.1
28012024-02-26T13:38:37.456Z Documenting linear-map v1.2.0
28022024-02-26T13:38:38.117Z Documenting crc-any v2.4.3
28032024-02-26T13:38:39.149Z Documenting owo-colors v4.0.0
28042024-02-26T13:38:39.630Z Documenting same-file v1.0.6
28052024-02-26T13:38:40.385Z Documenting ciborium-io v0.2.2
28062024-02-26T13:38:40.573Z Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
28072024-02-26T13:38:40.871Z Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
28082024-02-26T13:38:41.231Z Documenting lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
28092024-02-26T13:38:41.624Z Documenting tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
28102024-02-26T13:38:43.945Z Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
28112024-02-26T13:38:44.091Z Documenting walkdir v2.4.0
28122024-02-26T13:38:44.211Z Documenting ciborium-ll v0.2.2
28132024-02-26T13:38:46.774Z Documenting slog-stdlog v4.1.1
28142024-02-26T13:38:48.031Z Documenting slog-dtrace v0.3.0
28152024-02-26T13:38:48.350Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
28162024-02-26T13:38:48.782Z Documenting path-slash v0.1.5
28172024-02-26T13:38:50.836Z Documenting slog-envlogger v2.2.0
28182024-02-26T13:38:52.278Z Documenting ciborium v0.2.2
28192024-02-26T13:38:52.567Z Documenting hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84)
28202024-02-26T13:38:55.066Z Documenting internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
28212024-02-26T13:38:55.294Z Documenting pem v3.0.2
28222024-02-26T13:38:56.365Z Documenting fxhash v0.2.1
28232024-02-26T13:38:56.759Z Documenting display-error-chain v0.2.0
28242024-02-26T13:38:59.130Z Documenting utf-8 v0.7.6
28252024-02-26T13:38:59.384Z Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
28262024-02-26T13:39:00.222Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
28272024-02-26T13:39:00.358Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
28282024-02-26T13:39:00.581Z Documenting vte_generate_state_changes v0.1.1
28292024-02-26T13:39:00.594Z Checking convert_case v0.4.0
28302024-02-26T13:39:00.813Z Documenting convert_case v0.4.0
28312024-02-26T13:39:01.202Z Documenting buf-list v1.0.3
28322024-02-26T13:39:02.997Z Documenting tungstenite v0.20.1
28332024-02-26T13:39:04.448Z Documenting vte v0.11.1
28342024-02-26T13:39:04.814Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
28352024-02-26T13:39:04.938Z Documenting derive_more v0.99.17
28362024-02-26T13:39:05.361Z Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client)
28372024-02-26T13:39:06.179Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
28382024-02-26T13:39:06.507Z Checking darling_core v0.14.4
28392024-02-26T13:39:08.383Z Documenting pin-project-internal v1.1.3
28402024-02-26T13:39:09.394Z Documenting strip-ansi-escapes v0.2.0
28412024-02-26T13:39:10.245Z Documenting tokio-tungstenite v0.20.1
28422024-02-26T13:39:11.011Z Checking darling v0.14.4
28432024-02-26T13:39:11.170Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
28442024-02-26T13:39:13.298Z Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
28452024-02-26T13:39:13.558Z Documenting pin-project v1.1.3
28462024-02-26T13:39:14.251Z Documenting doc-comment v0.3.3
28472024-02-26T13:39:15.028Z Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
28482024-02-26T13:39:16.607Z Documenting crossbeam-deque v0.8.3
28492024-02-26T13:39:17.243Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
28502024-02-26T13:39:17.381Z Documenting snafu-derive v0.7.5
28512024-02-26T13:39:17.665Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
28522024-02-26T13:39:18.027Z Documenting nu-ansi-term v0.50.0
28532024-02-26T13:39:20.786Z Documenting rayon-core v1.12.0
28542024-02-26T13:39:21.524Z Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
28552024-02-26T13:39:22.378Z Documenting trust-dns-client v0.22.0
28562024-02-26T13:39:22.386Z Documenting reedline v0.29.0
28572024-02-26T13:39:23.423Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
28582024-02-26T13:39:24.442Z Documenting snafu v0.7.5
28592024-02-26T13:39:24.819Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
28602024-02-26T13:39:25.140Z Documenting globset v0.4.13
28612024-02-26T13:39:25.501Z Documenting olpc-cjson v0.1.3
28622024-02-26T13:39:28.216Z Documenting serde_plain v1.0.2
28632024-02-26T13:39:28.788Z Documenting headers-core v0.2.0
28642024-02-26T13:39:30.282Z Documenting async-recursion v1.0.5
28652024-02-26T13:39:30.331Z Documenting bytecount v0.6.3
28662024-02-26T13:39:31.220Z Documenting typed-path v0.7.0
28672024-02-26T13:39:31.651Z Documenting keccak v0.1.4
28682024-02-26T13:39:32.087Z Documenting trust-dns-server v0.22.1
28692024-02-26T13:39:32.500Z Documenting rayon v1.8.0
28702024-02-26T13:39:33.457Z Documenting papergrid v0.11.0
28712024-02-26T13:39:33.836Z Documenting headers v0.3.9
28722024-02-26T13:39:34.721Z Documenting sha3 v0.10.8
28732024-02-26T13:39:34.953Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28742024-02-26T13:39:36.421Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
28752024-02-26T13:39:36.655Z Documenting tough v0.16.0
28762024-02-26T13:39:38.424Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
28772024-02-26T13:39:40.020Z Documenting derive_builder_core v0.12.0
28782024-02-26T13:39:40.062Z Checking derive_builder_core v0.12.0
28792024-02-26T13:39:40.233Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
28802024-02-26T13:39:40.420Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
28812024-02-26T13:39:40.794Z Documenting sled v0.34.7
28822024-02-26T13:39:40.984Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
28832024-02-26T13:39:41.077Z Documenting fs-err v2.11.0
28842024-02-26T13:39:41.845Z Documenting unicase v2.7.0
28852024-02-26T13:39:41.858Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
28862024-02-26T13:39:41.943Z Documenting tabled_derive v0.7.0
28872024-02-26T13:39:42.195Z Documenting progenitor-impl v0.5.0 (https://github.com/oxidecomputer/progenitor#bc0bb4b0)
28882024-02-26T13:39:45.010Z Documenting progenitor-client v0.5.0 (https://github.com/oxidecomputer/progenitor#bc0bb4b0)
28892024-02-26T13:39:45.191Z Documenting fd-lock v4.0.2
28902024-02-26T13:39:46.699Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
28912024-02-26T13:39:47.686Z Documenting nix v0.27.1
28922024-02-26T13:39:47.749Z Documenting secrecy v0.8.0
28932024-02-26T13:39:47.992Z Documenting rustversion v1.0.14
28942024-02-26T13:39:49.766Z Documenting sqlparser_derive v0.2.2
28952024-02-26T13:39:50.744Z Documenting slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
28962024-02-26T13:39:51.002Z Documenting parse-size v1.0.0
28972024-02-26T13:39:51.967Z Documenting home v0.5.5
28982024-02-26T13:39:52.183Z Documenting unicode_categories v0.1.1
28992024-02-26T13:39:53.604Z Documenting progenitor v0.5.0 (https://github.com/oxidecomputer/progenitor#bc0bb4b0)
29002024-02-26T13:39:53.944Z Documenting tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
29012024-02-26T13:39:54.707Z Documenting castaway v0.2.2
29022024-02-26T13:39:55.153Z Documenting slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
29032024-02-26T13:39:55.326Z Documenting sqlparser v0.43.1
29042024-02-26T13:39:56.046Z Documenting rustyline v13.0.0
29052024-02-26T13:39:56.176Z Documenting sqlformat v0.2.3
29062024-02-26T13:39:58.546Z Documenting tabled v0.15.0
29072024-02-26T13:39:59.083Z Documenting derive_builder_macro v0.12.0
29082024-02-26T13:40:01.629Z Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
29092024-02-26T13:40:01.671Z Documenting mime_guess v2.0.4
29102024-02-26T13:40:03.755Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
29112024-02-26T13:40:05.441Z Documenting dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
29122024-02-26T13:40:05.515Z Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
29132024-02-26T13:40:06.717Z Compiling nexus-blueprint-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/blueprint-execution)
29142024-02-26T13:40:07.040Z Documenting universal-hash v0.5.1
29152024-02-26T13:40:08.585Z Documenting bcs v0.1.6
29162024-02-26T13:40:14.111Z Documenting kstat-rs v0.2.3
29172024-02-26T13:40:14.124Z Documenting thiserror-impl-no-std v2.0.2
29182024-02-26T13:40:14.157Z Documenting curve25519-dalek-derive v0.1.0
29192024-02-26T13:40:16.811Z Documenting ref-cast-impl v1.0.20
29202024-02-26T13:40:18.332Z Documenting highway v1.1.0
29212024-02-26T13:40:18.570Z Documenting opaque-debug v0.3.0
29222024-02-26T13:40:18.595Z Documenting thiserror-no-std v2.0.2
29232024-02-26T13:40:20.170Z Documenting curve25519-dalek v4.1.1
29242024-02-26T13:40:21.617Z Documenting ref-cast v1.0.20
29252024-02-26T13:40:21.727Z Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
29262024-02-26T13:40:21.873Z Documenting poly1305 v0.8.0
29272024-02-26T13:40:21.938Z Documenting derive_builder v0.12.0
29282024-02-26T13:40:22.290Z Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29292024-02-26T13:40:24.025Z Documenting propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=c7cdaf1875d259e29ca50a14b77b0bfd9dfe443d#c7cdaf18)
29302024-02-26T13:40:24.666Z Documenting compact_str v0.7.1
29312024-02-26T13:40:26.417Z Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
29322024-02-26T13:40:27.004Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
29332024-02-26T13:40:28.514Z Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
29342024-02-26T13:40:29.010Z Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
29352024-02-26T13:40:29.691Z Documenting ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
29362024-02-26T13:40:34.054Z Documenting mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client)
29372024-02-26T13:40:39.498Z Documenting portable-atomic v1.4.3
29382024-02-26T13:40:39.900Z Documenting ed25519 v1.5.3
29392024-02-26T13:40:41.108Z Documenting polar-core v0.27.0
29402024-02-26T13:40:42.871Z Documenting libxml v0.3.3
29412024-02-26T13:40:43.274Z Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
29422024-02-26T13:40:45.107Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
29432024-02-26T13:40:47.483Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
29442024-02-26T13:40:48.340Z Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
29452024-02-26T13:40:51.647Z Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
29462024-02-26T13:40:51.664Z Documenting crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=796dce526dd7ed7b52a0429a486ccba4a9da1ce5#796dce52)
29472024-02-26T13:40:51.665Z Documenting chacha20 v0.9.1
29482024-02-26T13:40:52.478Z Documenting bb8 v0.8.3
29492024-02-26T13:40:53.203Z Documenting aead v0.5.2
29502024-02-26T13:40:55.855Z Documenting lru v0.12.1
29512024-02-26T13:40:58.980Z Documenting quick-xml v0.30.0
29522024-02-26T13:40:59.370Z Documenting stability v0.1.1
29532024-02-26T13:41:00.189Z Documenting impl-trait-for-tuples v0.2.2
29542024-02-26T13:41:01.446Z Documenting oso-derive v0.27.0
29552024-02-26T13:41:03.823Z Documenting number_prefix v0.4.0
29562024-02-26T13:41:03.892Z Documenting maplit v1.0.2
29572024-02-26T13:41:05.369Z Documenting glob v0.3.1
29582024-02-26T13:41:05.857Z Documenting cassowary v0.3.0
29592024-02-26T13:41:06.060Z Documenting samael v0.0.14 (https://github.com/oxidecomputer/samael?branch=oxide/omicron#9e609a8f)
29602024-02-26T13:41:06.808Z Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
29612024-02-26T13:41:07.674Z Documenting indicatif v0.17.8
29622024-02-26T13:41:07.795Z Documenting oso v0.27.0
29632024-02-26T13:41:08.300Z Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
29642024-02-26T13:41:09.849Z Documenting ratatui v0.26.1
29652024-02-26T13:41:10.050Z Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
29662024-02-26T13:41:10.884Z Documenting async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef)
29672024-02-26T13:41:12.953Z Documenting chacha20poly1305 v0.10.1
29682024-02-26T13:41:13.442Z Documenting salty v0.2.0
29692024-02-26T13:41:18.052Z Documenting vsss-rs v3.3.4
29702024-02-26T13:41:18.167Z Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
29712024-02-26T13:41:18.343Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
29722024-02-26T13:41:19.492Z Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
29732024-02-26T13:41:19.559Z Documenting hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a)
29742024-02-26T13:41:20.694Z Documenting nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d)
29752024-02-26T13:41:24.492Z Documenting cookie v0.18.0
29762024-02-26T13:41:24.750Z Documenting diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#62ef5ca0)
29772024-02-26T13:41:25.430Z Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
29782024-02-26T13:41:25.782Z Documenting tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
29792024-02-26T13:41:27.041Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
29802024-02-26T13:41:27.372Z Documenting serde-big-array v0.5.1
29812024-02-26T13:41:28.056Z Documenting rtoolbox v0.0.1
29822024-02-26T13:41:29.386Z Documenting humantime v2.1.0
29832024-02-26T13:41:29.890Z Documenting smawk v0.3.1
29842024-02-26T13:41:31.861Z Documenting is_ci v1.2.0
29852024-02-26T13:41:32.299Z Documenting unicode-linebreak v0.1.5
29862024-02-26T13:41:33.292Z Documenting http-range v0.1.5
29872024-02-26T13:41:33.579Z Documenting rpassword v7.3.1
29882024-02-26T13:41:34.449Z Documenting gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
29892024-02-26T13:41:35.407Z Documenting textwrap v0.16.1
29902024-02-26T13:41:35.690Z Documenting supports-color v3.0.0
29912024-02-26T13:41:37.216Z Documenting hyper-staticfile v0.9.5
29922024-02-26T13:41:37.729Z Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
29932024-02-26T13:41:37.871Z Documenting sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef)
29942024-02-26T13:41:39.562Z Documenting tui-tree-widget v0.17.0
29952024-02-26T13:41:41.283Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
29962024-02-26T13:41:42.837Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
29972024-02-26T13:41:45.133Z Checking nexus-deployment v0.1.0 (/work/oxidecomputer/omicron/nexus/deployment)
29982024-02-26T13:41:45.562Z Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
29992024-02-26T13:41:45.927Z Documenting rcgen v0.12.1
30002024-02-26T13:41:45.937Z Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
30012024-02-26T13:41:46.863Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
30022024-02-26T13:41:47.322Z Documenting atomicwrites v0.4.3
30032024-02-26T13:41:48.267Z Documenting signal-hook-tokio v0.3.1
30042024-02-26T13:41:51.279Z Documenting memmap2 v0.7.1
30052024-02-26T13:41:51.903Z Documenting subprocess v0.2.9
30062024-02-26T13:41:53.089Z Documenting arrayvec v0.7.4
30072024-02-26T13:41:53.876Z Documenting shell-words v1.1.0
30082024-02-26T13:41:55.646Z Documenting arrayref v0.3.7
30092024-02-26T13:41:56.209Z Documenting constant_time_eq v0.3.0
30102024-02-26T13:41:56.487Z Documenting corncobs v0.1.3
30112024-02-26T13:41:57.858Z Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
30122024-02-26T13:41:58.649Z Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
30132024-02-26T13:41:59.135Z Documenting blake3 v1.5.0
30142024-02-26T13:41:59.544Z Documenting sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef)
30152024-02-26T13:42:01.783Z Documenting nexus-deployment v0.1.0 (/work/oxidecomputer/omicron/nexus/deployment)
30162024-02-26T13:42:02.196Z Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
30172024-02-26T13:42:03.703Z Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
30182024-02-26T13:42:03.899Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
30192024-02-26T13:42:04.811Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
30202024-02-26T13:42:05.365Z Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
30212024-02-26T13:42:16.654Zwarning: unclosed HTML tag `usize`
30222024-02-26T13:42:16.655Z --> wicket/src/ui/panes/update.rs:153:19
30232024-02-26T13:42:16.655Z |
30242024-02-26T13:42:16.655Z153 | /// TODO: The <usize> generic parameter is carried over from earlier versions
30252024-02-26T13:42:16.655Z | ^^^^^^^
30262024-02-26T13:42:16.655Z |
30272024-02-26T13:42:16.655Z = note: `#[warn(rustdoc::invalid_html_tags)]` on by default
30282024-02-26T13:42:16.655Z
30292024-02-26T13:42:17.886Zwarning: `wicket` (lib doc) generated 1 warning
30302024-02-26T13:42:17.889Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
30312024-02-26T13:42:19.331Z Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
30322024-02-26T13:42:19.785Z Documenting crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=796dce526dd7ed7b52a0429a486ccba4a9da1ce5#796dce52)
30332024-02-26T13:42:24.087Z Documenting fatfs v0.3.6
30342024-02-26T13:42:27.118Z Documenting nanorand v0.7.0
30352024-02-26T13:42:29.525Z Documenting topological-sort v0.2.2
30362024-02-26T13:42:30.058Z Documenting assert_matches v1.5.0
30372024-02-26T13:42:30.114Z Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
30382024-02-26T13:42:31.455Z Documenting flume v0.11.0
30392024-02-26T13:42:32.594Z Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
30402024-02-26T13:42:34.077Z Documenting omicron-zone-package v0.11.0
30412024-02-26T13:42:34.842Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
30422024-02-26T13:42:35.251Z Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
30432024-02-26T13:42:36.887Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
30442024-02-26T13:42:37.144Z Documenting installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd)
30452024-02-26T13:42:37.956Z Documenting installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client)
30462024-02-26T13:42:47.369Z Checking installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client)
30472024-02-26T13:42:51.003Z Checking installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd)
30482024-02-26T13:42:51.873Z Documenting termios v0.3.3
30492024-02-26T13:42:53.268Zwarning: unresolved link to `propolis_client::api::InstanceStateMonitorResponse`
30502024-02-26T13:42:53.269Z --> sled-agent/src/sim/instance.rs:46:7
30512024-02-26T13:42:53.269Z |
30522024-02-26T13:42:53.269Z46 | /// [`propolis_client::api::InstanceStateMonitorResponse`]. Transition requests
30532024-02-26T13:42:53.269Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `api` in module `propolis_client`
30542024-02-26T13:42:53.270Z |
30552024-02-26T13:42:53.270Z = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default
30562024-02-26T13:42:53.270Z
30572024-02-26T13:42:56.054Z Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
30582024-02-26T13:42:56.577Zwarning: `omicron-sled-agent` (lib doc) generated 1 warning
30592024-02-26T13:42:59.079Z Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
30602024-02-26T13:43:01.560Z Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
30612024-02-26T13:43:05.854Z Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
30622024-02-26T13:43:16.393Z Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
30632024-02-26T13:43:27.307Z Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
30642024-02-26T13:43:29.595Z Documenting tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
30652024-02-26T13:43:43.480Z Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli)
30662024-02-26T13:43:44.047Zwarning: unresolved link to `test_sled_transitions`
30672024-02-26T13:43:44.047Z --> nexus/db-queries/src/db/datastore/sled.rs:566:11
30682024-02-26T13:43:44.047Z |
30692024-02-26T13:43:44.047Z566 | /// [`test_sled_transitions`].
30702024-02-26T13:43:44.047Z | ^^^^^^^^^^^^^^^^^^^^^ no item named `test_sled_transitions` in scope
30712024-02-26T13:43:44.047Z |
30722024-02-26T13:43:44.047Z = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
30732024-02-26T13:43:44.048Z = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default
30742024-02-26T13:43:44.048Z
30752024-02-26T13:43:44.054Zwarning: unresolved link to `test_sled_transitions`
30762024-02-26T13:43:44.054Z --> nexus/db-queries/src/db/datastore/sled.rs:602:11
30772024-02-26T13:43:44.054Z |
30782024-02-26T13:43:44.054Z602 | /// [`test_sled_transitions`].
30792024-02-26T13:43:44.054Z | ^^^^^^^^^^^^^^^^^^^^^ no item named `test_sled_transitions` in scope
30802024-02-26T13:43:44.054Z |
30812024-02-26T13:43:44.054Z = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
30822024-02-26T13:43:44.054Z
30832024-02-26T13:43:44.054Zwarning: unresolved link to `DataStore::update_tuf_repo_description_insert`
30842024-02-26T13:43:44.055Z --> nexus/db-queries/src/db/datastore/update.rs:28:27
30852024-02-26T13:43:44.055Z |
30862024-02-26T13:43:44.055Z28 | /// The return value of [`DataStore::update_tuf_repo_description_insert`].
30872024-02-26T13:43:44.055Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the struct `DataStore` has no field or associated item named `update_tuf_repo_description_insert`
30882024-02-26T13:43:44.055Z
30892024-02-26T13:43:47.988Z Documenting caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util)
30902024-02-26T13:43:48.462Z Documenting zone-network-setup v0.1.0 (/work/oxidecomputer/omicron/zone-network-setup)
30912024-02-26T13:43:50.868Z Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
30922024-02-26T13:43:51.112Z Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
30932024-02-26T13:43:54.974Z Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
30942024-02-26T13:44:00.069Zwarning: `nexus-db-queries` (lib doc) generated 3 warnings
30952024-02-26T13:44:00.081Z Documenting nexus-blueprint-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/blueprint-execution)
30962024-02-26T13:44:23.408Z Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
30972024-02-26T13:45:10.590Zwarning: unresolved link to `VolumeConstructionRequest`
30982024-02-26T13:45:10.590Z --> nexus/src/app/sagas/volume_delete.rs:338:7
30992024-02-26T13:45:10.590Z |
31002024-02-26T13:45:10.590Z338 | /// [`VolumeConstructionRequest`] is shown here):
31012024-02-26T13:45:10.590Z | ^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `VolumeConstructionRequest` in scope
31022024-02-26T13:45:10.590Z |
31032024-02-26T13:45:10.590Z = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
31042024-02-26T13:45:10.590Z = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default
31052024-02-26T13:45:10.590Z
31062024-02-26T13:45:10.594Zwarning: unresolved link to `fd00:1122:3344:101::5`
31072024-02-26T13:45:10.594Z --> nexus/src/app/sagas/volume_delete.rs:348:17
31082024-02-26T13:45:10.594Z |
31092024-02-26T13:45:10.594Z348 | /// "[fd00:1122:3344:101::5]:1000",
31102024-02-26T13:45:10.594Z | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:101` in scope
31112024-02-26T13:45:10.594Z
31122024-02-26T13:45:10.594Zwarning: unresolved link to `fd00:1122:3344:102::9`
31132024-02-26T13:45:10.594Z --> nexus/src/app/sagas/volume_delete.rs:349:17
31142024-02-26T13:45:10.594Z |
31152024-02-26T13:45:10.594Z349 | /// "[fd00:1122:3344:102::9]:1000",
31162024-02-26T13:45:10.594Z | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:102` in scope
31172024-02-26T13:45:10.594Z
31182024-02-26T13:45:10.594Zwarning: unresolved link to `fd00:1122:3344:103::2`
31192024-02-26T13:45:10.595Z --> nexus/src/app/sagas/volume_delete.rs:350:17
31202024-02-26T13:45:10.595Z |
31212024-02-26T13:45:10.595Z350 | /// "[fd00:1122:3344:103::2]:1000"
31222024-02-26T13:45:10.595Z | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:103` in scope
31232024-02-26T13:45:10.595Z
31242024-02-26T13:45:10.595Zwarning: unresolved link to `fd00:1122:3344:101::5`
31252024-02-26T13:45:10.595Z --> nexus/src/app/sagas/volume_delete.rs:369:17
31262024-02-26T13:45:10.595Z |
31272024-02-26T13:45:10.595Z369 | /// "[fd00:1122:3344:101::5]:1001", <-- port changed
31282024-02-26T13:45:10.595Z | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:101` in scope
31292024-02-26T13:45:10.595Z
31302024-02-26T13:45:10.595Zwarning: unresolved link to `fd00:1122:3344:102::9`
31312024-02-26T13:45:10.595Z --> nexus/src/app/sagas/volume_delete.rs:370:17
31322024-02-26T13:45:10.595Z |
31332024-02-26T13:45:10.595Z370 | /// "[fd00:1122:3344:102::9]:1001", <-- port changed
31342024-02-26T13:45:10.595Z | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:102` in scope
31352024-02-26T13:45:10.595Z
31362024-02-26T13:45:10.595Zwarning: unresolved link to `fd00:1122:3344:103::2`
31372024-02-26T13:45:10.595Z --> nexus/src/app/sagas/volume_delete.rs:371:17
31382024-02-26T13:45:10.595Z |
31392024-02-26T13:45:10.595Z371 | /// "[fd00:1122:3344:103::2]:1001" <-- port changed
31402024-02-26T13:45:10.595Z | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:103` in scope
31412024-02-26T13:45:10.595Z
31422024-02-26T13:45:13.521Zwarning: `omicron-nexus` (lib doc) generated 7 warnings
31432024-02-26T13:45:29.552Z Finished dev [unoptimized + debuginfo] target(s) in 11m 34s
31442024-02-26T13:45:29.654Z
31452024-02-26T13:45:29.654Zreal 11:35.014080081
31462024-02-26T13:45:29.654Zuser 31:48.336189866
31472024-02-26T13:45:29.654Zsys 48:58.457880687
31482024-02-26T13:45:29.654Ztrap 1.000976659
31492024-02-26T13:45:29.654Ztflt 0.181639861
31502024-02-26T13:45:29.654Zdflt 0.729232932
31512024-02-26T13:45:29.654Zkflt 0.000070352
31522024-02-26T13:45:29.654Zlock 2:06:43.114926655
31532024-02-26T13:45:29.655Zslp 2:53:50.615402380
31542024-02-26T13:45:29.655Zlat 4:46.893901997
31552024-02-26T13:45:29.655Zstop 1:39.917871139
31562024-02-26T13:45:29.658Zprocess exited: duration 1286237 ms, exit code 0
 
31572024-02-26T13:45:29.664Zfound 0 output files