01HPTTWRJQN1XA71D8MZF40Q10: 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: 01HPTTXC6YSQ043RD7NYGKGCQC

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12024-02-17T06:10:01.226Zjob assigned to worker 01HPTTXEK57HD6YWH5P5E065AR (queued for 1 m 0 s)
 
22024-02-17T06:10:01.558Zstarting task 0: "setup"
32024-02-17T06:10:01.638Z++ uname -s
42024-02-17T06:10:01.644Z+ kern=SunOS
52024-02-17T06:10:01.644Z+ case "$kern" in
62024-02-17T06:10:01.644Z+ groupadd -g 12345 build
72024-02-17T06:10:01.644Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-02-17T06:10:03.678Z+ zfs create -o mountpoint=/work rpool/work
92024-02-17T06:10:03.762Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-02-17T06:10:03.799Z+ home_fs=zfs
112024-02-17T06:10:03.800Z+ [[ zfs == autofs ]]
122024-02-17T06:10:03.800Z+ mkdir -p /home/build
132024-02-17T06:10:03.800Z+ chown build:build /home/build /work
142024-02-17T06:10:05.759Z+ chmod 0700 /home/build /work
152024-02-17T06:10:05.763Zprocess exited: duration 4203 ms, exit code 0
 
162024-02-17T06:10:05.772Zstarting task 1: "rust-toolchain"
172024-02-17T06:10:05.779Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
182024-02-17T06:10:05.785Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default
192024-02-17T06:10:05.892Zinfo: downloading installer
202024-02-17T06:10:07.633Zwarning: it looks like you have an existing installation of Rust at:
212024-02-17T06:10:07.633Zwarning: /opt/ooce/bin
222024-02-17T06:10:07.633Zwarning: It is recommended that rustup be the primary Rust installation.
232024-02-17T06:10:07.634Zwarning: Otherwise you may have confusion unless you are careful with your PATH
242024-02-17T06:10:07.634Zwarning: If you are sure that you want both rustup and your already installed Rust
252024-02-17T06:10:07.634Zwarning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
262024-02-17T06:10:07.634Zwarning: or pass `-y' to ignore all ignorable checks.
272024-02-17T06:10:07.634Zerror: cannot install while Rust is installed
282024-02-17T06:10:07.634Zwarning: continuing (because the -y flag is set and the error is ignorable)
292024-02-17T06:10:07.731Zinfo: profile set to 'default'
302024-02-17T06:10:07.731Zinfo: default host triple is x86_64-unknown-illumos
312024-02-17T06:10:07.734Zinfo: syncing channel updates for '1.72.1-x86_64-unknown-illumos'
322024-02-17T06:10:07.879Zinfo: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13)
332024-02-17T06:10:07.879Zinfo: downloading component 'cargo'
342024-02-17T06:10:08.649Zinfo: downloading component 'clippy'
352024-02-17T06:10:08.923Zinfo: downloading component 'rust-docs'
362024-02-17T06:10:09.898Zinfo: downloading component 'rust-std'
372024-02-17T06:10:11.614Zinfo: downloading component 'rustc'
382024-02-17T06:10:16.194Zinfo: downloading component 'rustfmt'
392024-02-17T06:10:16.197Zinfo: installing component 'cargo'
402024-02-17T06:10:16.899Zinfo: installing component 'clippy'
412024-02-17T06:10:17.300Zinfo: installing component 'rust-docs'
422024-02-17T06:10:18.775Zinfo: installing component 'rust-std'
432024-02-17T06:10:20.710Zinfo: installing component 'rustc'
442024-02-17T06:10:24.909Zinfo: installing component 'rustfmt'
452024-02-17T06:10:25.241Zinfo: default toolchain set to '1.72.1-x86_64-unknown-illumos'
462024-02-17T06:10:25.241Z
472024-02-17T06:10:25.528Z 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13)
482024-02-17T06:10:25.528Z
492024-02-17T06:10:25.531Z
502024-02-17T06:10:25.531ZRust is installed now. Great!
512024-02-17T06:10:25.531Z
522024-02-17T06:10:25.531ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
532024-02-17T06:10:25.531Zenvironment variable. This has not been done automatically.
542024-02-17T06:10:25.531Z
552024-02-17T06:10:25.531ZTo configure your current shell, run:
562024-02-17T06:10:25.531Zsource "$HOME/.cargo/env"
572024-02-17T06:10:25.584Z+ rustc --version
582024-02-17T06:10:25.650Zrustc 1.72.1 (d5c2e9c34 2023-09-13)
592024-02-17T06:10:25.654Zprocess exited: duration 19882 ms, exit code 0
 
602024-02-17T06:10:25.660Zstarting task 2: "authentication"
612024-02-17T06:10:25.682Zprocess exited: duration 21 ms, exit code 0
 
622024-02-17T06:10:25.691Zstarting task 3: "clone repository"
632024-02-17T06:10:25.694Z+ mkdir -p /work/oxidecomputer/omicron
642024-02-17T06:10:25.697Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
652024-02-17T06:10:25.904ZCloning into '/work/oxidecomputer/omicron'...
662024-02-17T06:10:32.044Z+ cd /work/oxidecomputer/omicron
672024-02-17T06:10:32.044Z+ git fetch origin 7ef19c0c52b1c00773bb6cd4623a11c8d646db4b
682024-02-17T06:10:32.346ZFrom https://github.com/oxidecomputer/omicron
692024-02-17T06:10:32.346Z * branch 7ef19c0c52b1c00773bb6cd4623a11c8d646db4b -> FETCH_HEAD
702024-02-17T06:10:32.355Z+ [[ -n renovate/russh-monorepo ]]
712024-02-17T06:10:32.358Z++ git branch --show-current
722024-02-17T06:10:32.360Z+ current=main
732024-02-17T06:10:32.361Z+ [[ main != renovate/russh-monorepo ]]
742024-02-17T06:10:32.361Z+ git branch -f renovate/russh-monorepo 7ef19c0c52b1c00773bb6cd4623a11c8d646db4b
752024-02-17T06:10:32.363Z+ git checkout -f renovate/russh-monorepo
762024-02-17T06:10:32.485ZSwitched to branch 'renovate/russh-monorepo'
772024-02-17T06:10:32.942Z+ git reset --hard 7ef19c0c52b1c00773bb6cd4623a11c8d646db4b
782024-02-17T06:10:32.942ZHEAD is now at 7ef19c0c5 fix(deps): update russh monorepo to 0.42.0
792024-02-17T06:10:32.942Zprocess exited: duration 6798 ms, exit code 0
 
802024-02-17T06:10:32.949Zstarting task 4: "build"
812024-02-17T06:10:32.955Z+ cargo --version
822024-02-17T06:10:32.961Zinfo: syncing channel updates for '1.74.1-x86_64-unknown-illumos'
832024-02-17T06:10:33.116Zinfo: latest update on 2023-12-07, rust version 1.74.1 (a28077b28 2023-12-04)
842024-02-17T06:10:33.119Zinfo: downloading component 'cargo'
852024-02-17T06:10:33.825Zinfo: downloading component 'clippy'
862024-02-17T06:10:34.051Zinfo: downloading component 'rust-docs'
872024-02-17T06:10:34.925Zinfo: downloading component 'rust-std'
882024-02-17T06:10:36.237Zinfo: downloading component 'rustc'
892024-02-17T06:10:40.033Zinfo: downloading component 'rustfmt'
902024-02-17T06:10:40.305Zinfo: installing component 'cargo'
912024-02-17T06:10:41.172Zinfo: installing component 'clippy'
922024-02-17T06:10:41.509Zinfo: installing component 'rust-docs'
932024-02-17T06:10:43.063Zinfo: installing component 'rust-std'
942024-02-17T06:10:44.643Zinfo: installing component 'rustc'
952024-02-17T06:10:48.807Zinfo: installing component 'rustfmt'
962024-02-17T06:10:49.209Zcargo 1.74.1 (ecb9851af 2023-10-18)
972024-02-17T06:10:49.212Z+ rustc --version
982024-02-17T06:10:49.284Zrustc 1.74.1 (a28077b28 2023-12-04)
992024-02-17T06:10:49.299Z+ source ./env.sh
1002024-02-17T06:10:49.299Z++ set -o xtrace
1012024-02-17T06:10:49.299Z++++ dirname ./env.sh
1022024-02-17T06:10:49.324Z+++ cd .
1032024-02-17T06:10:49.329Z+++ echo /work/oxidecomputer/omicron
1042024-02-17T06:10:49.329Z++ OMICRON_WS=/work/oxidecomputer/omicron
1052024-02-17T06:10:49.329Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1062024-02-17T06:10:49.329Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1072024-02-17T06:10:49.329Z++ export PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1082024-02-17T06:10:49.329Z++ PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1092024-02-17T06:10:49.330Z++ export PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1102024-02-17T06:10:49.330Z++ PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1112024-02-17T06:10:49.330Z++ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1122024-02-17T06:10:49.330Z++ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1132024-02-17T06:10:49.330Z++ unset OMICRON_WS
1142024-02-17T06:10:49.330Z++ set +o xtrace
1152024-02-17T06:10:49.359Z
1162024-02-17T06:10:49.359Z ##### ##### ###### ##### ###### #### # # # #### #
1172024-02-17T06:10:49.359Z # # # # # # # # # # # # # # #
1182024-02-17T06:10:49.359Z # # # # ##### # # ##### # # # # # #### #
1192024-02-17T06:10:49.359Z ##### ##### # ##### # # # # # # # # #
1202024-02-17T06:10:49.359Z # # # # # # # # # # # # # # #
1212024-02-17T06:10:49.359Z # # # ###### # # ###### ### # #### # #### #
1222024-02-17T06:10:49.359Z
1232024-02-17T06:10:59.132Z Startup: Refreshing catalog 'helios-dev' ... Done
1242024-02-17T06:11:00.369Z Startup: Caching catalogs ... Done
1252024-02-17T06:11:01.733ZPlanning: Solver setup ... Done (0.984s)
1262024-02-17T06:11:01.757ZPlanning: Running solver ... Done (0.026s)
1272024-02-17T06:11:02.044ZPlanning: Finding local manifests ... Done (0.246s)
1282024-02-17T06:11:02.074ZPlanning: Fetching manifests: 0/4 0% complete
1292024-02-17T06:11:02.316ZPlanning: Fetching manifests: 4/4 100% complete
1302024-02-17T06:11:02.366ZPlanning: Package planning ... Done (0.049s)
1312024-02-17T06:11:02.437ZPlanning: Merging actions ... Done (0.056s)
1322024-02-17T06:11:03.512ZPlanning: Checking for conflicting actions ... Done (1.075s)
1332024-02-17T06:11:03.526ZPlanning: Consolidating action changes ... Done (0.011s)
1342024-02-17T06:11:07.281ZPlanning: Evaluating mediators ... Done (3.773s)
1352024-02-17T06:11:07.293ZPlanning: Planning completed in 6.88 seconds
1362024-02-17T06:11:07.308Z Packages to install: 4
1372024-02-17T06:11:07.308Z Mediators to change: 2
1382024-02-17T06:11:07.312Z Services to change: 1
1392024-02-17T06:11:07.312Z Estimated space available: 148.87 GB
1402024-02-17T06:11:07.312ZEstimated space to be consumed: 1.41 GB
1412024-02-17T06:11:07.312Z Create boot environment: No
1422024-02-17T06:11:07.312ZCreate backup boot environment: No
1432024-02-17T06:11:07.312Z Rebuild boot archive: No
1442024-02-17T06:11:07.312Z
1452024-02-17T06:11:07.312ZChanged mediators:
1462024-02-17T06:11:07.312Z mediator clang:
1472024-02-17T06:11:07.312Z version: None -> 15 (system default)
1482024-02-17T06:11:07.312Z
1492024-02-17T06:11:07.312Z mediator llvm:
1502024-02-17T06:11:07.312Z version: 14 (system default) -> 15 (system default)
1512024-02-17T06:11:07.312Z
1522024-02-17T06:11:07.312ZChanged packages:
1532024-02-17T06:11:07.312Zhelios-dev
1542024-02-17T06:11:07.312Z developer/build-essential
1552024-02-17T06:11:07.313Z None -> 11-2.0
1562024-02-17T06:11:07.313Z library/libxmlsec1
1572024-02-17T06:11:07.313Z None -> 1.2.35-2.0
1582024-02-17T06:11:07.313Z ooce/developer/clang-15
1592024-02-17T06:11:07.313Z None -> 15.0.7-2.0
1602024-02-17T06:11:07.313Z ooce/developer/llvm-15
1612024-02-17T06:11:07.313Z None -> 15.0.7-2.0
1622024-02-17T06:11:07.313Z
1632024-02-17T06:11:07.313ZServices:
1642024-02-17T06:11:07.313Z restart_fmri:
1652024-02-17T06:11:07.313Z svc:/system/update-man-index:default
1662024-02-17T06:11:07.616Z
1672024-02-17T06:11:07.616ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1682024-02-17T06:11:12.613ZDownload: 589/3290 items 17.6/212.6MB 8% complete (3.6M/s)
1692024-02-17T06:11:17.816ZDownload: 1196/3290 items 83.5/212.6MB 39% complete (8.6M/s)
1702024-02-17T06:11:22.823ZDownload: 2008/3290 items 118.7/212.6MB 55% complete (10.1M/s)
1712024-02-17T06:11:28.346ZDownload: 2222/3290 items 119.2/212.6MB 56% complete (9.4M/s)
1722024-02-17T06:11:33.355ZDownload: 3239/3290 items 186.3/212.6MB 87% complete (6.7M/s)
1732024-02-17T06:11:39.258ZDownload: 3285/3290 items 211.1/212.6MB 99% complete (9.7M/s)
1742024-02-17T06:11:39.334ZDownload: Completed 212.60 MB in 31.73 seconds (6.7M/s)
1752024-02-17T06:11:39.515Z Actions: 1/3689 actions (Installing new actions)
1762024-02-17T06:11:44.538Z Actions: 3622/3689 actions (Installing new actions)
1772024-02-17T06:11:44.778Z Actions: Completed 3689 actions in 5.26 seconds.
1782024-02-17T06:11:44.949Z Done (0.166s)
1792024-02-17T06:11:44.949Z Done (0.000s)
1802024-02-17T06:11:45.166Z Done (0.216s)
1812024-02-17T06:11:50.656Z Done (5.367s)
1822024-02-17T06:11:50.828Z Done (0.099s)
1832024-02-17T06:11:50.832Z Done (0.000s)
1842024-02-17T06:11:50.982Z Done (0.000s)
1852024-02-17T06:11:51.483ZPlanning: Evaluating mediator changes ... Done
1862024-02-17T06:11:51.644ZPlanning: Checking for conflicting actions ... Done
1872024-02-17T06:11:51.646ZPlanning: Consolidating action changes ... Done
1882024-02-17T06:11:51.916ZPlanning: Evaluating mediators ... Done
1892024-02-17T06:11:51.920ZPlanning: Planning completed in 0.43 seconds
1902024-02-17T06:11:51.949Z Mediators to change: 2
1912024-02-17T06:11:51.949Z Create boot environment: No
1922024-02-17T06:11:51.953ZCreate backup boot environment: No
1932024-02-17T06:11:52.019Z Done
1942024-02-17T06:11:52.019Z Done
1952024-02-17T06:11:52.144Z Done
1962024-02-17T06:11:55.833Z Done
1972024-02-17T06:11:55.923Z Done
1982024-02-17T06:11:55.926Z Done
1992024-02-17T06:11:56.024Z Done
2002024-02-17T06:11:56.670ZPlanning: Evaluating mediator changes ... Done
2012024-02-17T06:11:56.672ZPlanning: Merging actions ... Done
2022024-02-17T06:11:56.870ZPlanning: Checking for conflicting actions ... Done
2032024-02-17T06:11:56.873ZPlanning: Consolidating action changes ... Done
2042024-02-17T06:11:57.143ZPlanning: Evaluating mediators ... Done
2052024-02-17T06:11:57.203ZPlanning: Planning completed in 0.81 seconds
2062024-02-17T06:11:57.234Z Packages to change: 1
2072024-02-17T06:11:57.234Z Mediators to change: 1
2082024-02-17T06:11:57.237Z Services to change: 1
2092024-02-17T06:11:57.237Z Create boot environment: No
2102024-02-17T06:11:57.237ZCreate backup boot environment: Yes
2112024-02-17T06:11:59.016Z Actions: 1/6 actions (Updating modified actions)
2122024-02-17T06:11:59.070Z Actions: Completed 6 actions in 0.05 seconds.
2132024-02-17T06:11:59.073Z Done
2142024-02-17T06:11:59.073Z Done
2152024-02-17T06:11:59.114Z Done
2162024-02-17T06:12:02.844Z Done
2172024-02-17T06:12:02.928Z Done
2182024-02-17T06:12:02.931Z Done
2192024-02-17T06:12:03.035Z Done
2202024-02-17T06:12:03.478ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2212024-02-17T06:12:03.478Zclang system 15 system
2222024-02-17T06:12:03.478Zcsh system system illumos
2232024-02-17T06:12:03.478Zctags system system illumos
2242024-02-17T06:12:03.478Zgcc vendor 12 vendor
2252024-02-17T06:12:03.478Zgcc system 10 system
2262024-02-17T06:12:03.478Zgcc system 7 system
2272024-02-17T06:12:03.479Zgo system 1.20 system
2282024-02-17T06:12:03.479Zgo system 1.19 system
2292024-02-17T06:12:03.479Zllvm system 15 system
2302024-02-17T06:12:03.479Zllvm system 14 system
2312024-02-17T06:12:03.479Zmariadb system 10.6 system
2322024-02-17T06:12:03.479Zmta vendor vendor dma
2332024-02-17T06:12:03.479Zopenjdk system 17 system
2342024-02-17T06:12:03.479Zopenjdk system 11 system
2352024-02-17T06:12:03.479Zopenjdk system 1.8 system
2362024-02-17T06:12:03.479Zopenssl vendor 3 vendor
2372024-02-17T06:12:03.480Zperl system 5.36 system
2382024-02-17T06:12:03.480Zpostgresql system 15 system
2392024-02-17T06:12:03.480Zpostgresql system 13 system
2402024-02-17T06:12:03.480Zpython vendor 3 vendor
2412024-02-17T06:12:03.480Zpython system 2 system
2422024-02-17T06:12:03.480Zpython3 system 3.11 system
2432024-02-17T06:12:03.480Zruby system 3.0 system
2442024-02-17T06:12:03.480Zwords vendor vendor american-english
2452024-02-17T06:12:03.480Zwords system system australian-english
2462024-02-17T06:12:03.480Zwords system system british-english
2472024-02-17T06:12:03.480Zwords system system canadian-english
2482024-02-17T06:12:03.480Zwords system system french
2492024-02-17T06:12:03.480Zwords system system italian
2502024-02-17T06:12:03.481Zwords system system ngerman
2512024-02-17T06:12:03.481Zwords system system ogerman
2522024-02-17T06:12:03.481Zwords system system spanish
2532024-02-17T06:12:03.807ZFMRI IFO
2542024-02-17T06:12:03.807Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2552024-02-17T06:12:03.807Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2562024-02-17T06:12:03.807Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2572024-02-17T06:12:03.807Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2582024-02-17T06:12:03.807Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2592024-02-17T06:12:03.807Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i--
2602024-02-17T06:12:03.807Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i--
2612024-02-17T06:12:03.807Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i--
2622024-02-17T06:12:03.858Z+ set -o errexit
2632024-02-17T06:12:03.861Z+++ dirname ./tools/ci_download_cockroachdb
2642024-02-17T06:12:03.861Z++ cd ./tools
2652024-02-17T06:12:03.861Z++ pwd
2662024-02-17T06:12:03.866Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
2672024-02-17T06:12:03.866Z++ basename ./tools/ci_download_cockroachdb
2682024-02-17T06:12:03.866Z+ ARG0=ci_download_cockroachdb
2692024-02-17T06:12:03.870Z++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version
2702024-02-17T06:12:03.870Z+ CIDL_VERSION=v22.1.9
2712024-02-17T06:12:03.870Z+ source /work/oxidecomputer/omicron/tools/cockroachdb_checksums
2722024-02-17T06:12:03.870Z++ CIDL_SHA256_DARWIN=1ca69e0911af11a73305c3c6f4650b912d70754900b5bf7b80a1d361efe36561
2732024-02-17T06:12:03.870Z++ CIDL_SHA256_LINUX=24c321820e7ee45fa07fe91ac138befe13ad860e41c6ed595ce58823205ff4a9
2742024-02-17T06:12:03.870Z++ CIDL_SHA256_ILLUMOS=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088
2752024-02-17T06:12:03.871Z+ TARGET_DIR=out
2762024-02-17T06:12:03.871Z+ DOWNLOAD_DIR=out/downloads
2772024-02-17T06:12:03.871Z+ DEST_DIR=./out/cockroachdb
2782024-02-17T06:12:03.871Z+ CIDL_URL_COCKROACH=https://binaries.cockroachdb.com
2792024-02-17T06:12:03.871Z+ CIDL_URL_ILLUMOS=https://illumos.org/downloads
2802024-02-17T06:12:03.871Z+ main
2812024-02-17T06:12:03.871Z+ [[ 0 != 0 ]]
2822024-02-17T06:12:03.871Z+ CIDL_OS=solaris2.11
2832024-02-17T06:12:03.871Z+ [[ 0 != 0 ]]
2842024-02-17T06:12:03.871Z+ configure_os solaris2.11
2852024-02-17T06:12:03.871Z+ echo 'current directory: /work/oxidecomputer/omicron'
2862024-02-17T06:12:03.871Zcurrent directory: /work/oxidecomputer/omicron
2872024-02-17T06:12:03.871Z+ echo 'configuring based on OS: "solaris2.11"'
2882024-02-17T06:12:03.871Z+ case "$1" in
2892024-02-17T06:12:03.871Z+ CIDL_BUILD=illumos
2902024-02-17T06:12:03.871Z+ CIDL_SUFFIX=tar.gz
2912024-02-17T06:12:03.871Zconfiguring based on OS: "solaris2.11"
2922024-02-17T06:12:03.871Z+ CIDL_SHA256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088
2932024-02-17T06:12:03.871Z+ CIDL_URL_BASE=https://illumos.org/downloads
2942024-02-17T06:12:03.871Z+ CIDL_ASSEMBLE=do_assemble_illumos
2952024-02-17T06:12:03.871Z+ TARBALL_DIRNAME=cockroach-v22.1.9.illumos
2962024-02-17T06:12:03.871Z+ TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz
2972024-02-17T06:12:03.871Z+ TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz
2982024-02-17T06:12:03.871Z+ TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos
2992024-02-17T06:12:03.871Z+ CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz
3002024-02-17T06:12:03.872Z+ CIDL_SHA256FUNC=do_sha256sum
3012024-02-17T06:12:03.872Z+ echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz'
3022024-02-17T06:12:03.872Z+ echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz'
3032024-02-17T06:12:03.872ZURL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz
3042024-02-17T06:12:03.872ZLocal file: out/downloads/cockroach-v22.1.9.illumos.tar.gz
3052024-02-17T06:12:03.872Z+ mkdir -p out/downloads
3062024-02-17T06:12:03.872Z+ mkdir -p ./out/cockroachdb
3072024-02-17T06:12:03.877Z+ local DO_DOWNLOAD=true
3082024-02-17T06:12:03.877Z+ [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]]
3092024-02-17T06:12:03.877Z+ '[' true == true ']'
3102024-02-17T06:12:03.878Z+ echo Downloading...
3112024-02-17T06:12:03.878ZDownloading...
3122024-02-17T06:12:03.878Z+ do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz
3132024-02-17T06:12:03.878Z+ 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
3142024-02-17T06:12:14.127Z++ do_sha256sum out/downloads/cockroach-v22.1.9.illumos.tar.gz
3152024-02-17T06:12:14.130Z++ sha256sum
3162024-02-17T06:12:14.130Z++ awk '{print $1}'
3172024-02-17T06:12:14.233Z+ calculated_sha256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088
3182024-02-17T06:12:14.233Z+ [[ 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 ]]
3192024-02-17T06:12:14.237Z+ do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz
3202024-02-17T06:12:14.237Z+ tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads
3212024-02-17T06:12:16.393Z+ do_assemble_illumos
3222024-02-17T06:12:16.393Z+ rm -r ./out/cockroachdb
3232024-02-17T06:12:16.398Z+ cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb
3242024-02-17T06:12:16.829Z+ ./out/cockroachdb/bin/cockroach version
3252024-02-17T06:12:17.042ZBuild Tag: v22.1.9-dirty
3262024-02-17T06:12:17.042ZBuild Time: 2022/10/26 21:17:46
3272024-02-17T06:12:17.042ZDistribution: OSS
3282024-02-17T06:12:17.042ZPlatform: illumos amd64 (x86_64-pc-solaris2.11)
3292024-02-17T06:12:17.042ZGo Version: go1.17.13
3302024-02-17T06:12:17.042ZC Compiler: gcc 10.3.0
3312024-02-17T06:12:17.042ZBuild Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493
3322024-02-17T06:12:17.042ZBuild Type: release
3332024-02-17T06:12:17.061Z+ set -o errexit
3342024-02-17T06:12:17.064Z+++ dirname ./tools/ci_download_clickhouse
3352024-02-17T06:12:17.068Z++ cd ./tools
3362024-02-17T06:12:17.068Z++ pwd
3372024-02-17T06:12:17.068Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
3382024-02-17T06:12:17.068Z++ basename ./tools/ci_download_clickhouse
3392024-02-17T06:12:17.073Z+ ARG0=ci_download_clickhouse
3402024-02-17T06:12:17.073Z+ TARGET_DIR=out
3412024-02-17T06:12:17.073Z+ DOWNLOAD_DIR=out/downloads
3422024-02-17T06:12:17.073Z+ DEST_DIR=./out/clickhouse
3432024-02-17T06:12:17.073Z++ cat /work/oxidecomputer/omicron/tools/clickhouse_version
3442024-02-17T06:12:17.073Z+ CIDL_VERSION=v22.8.9.24
3452024-02-17T06:12:17.073Z+ source /work/oxidecomputer/omicron/tools/clickhouse_checksums
3462024-02-17T06:12:17.073Z++ CIDL_MD5_DARWIN=20603974a929926591fca70ff1df0e45
3472024-02-17T06:12:17.074Z++ CIDL_MD5_LINUX=ea909519bd9d989fd5d090fd9bdd42f1
3482024-02-17T06:12:17.074Z++ CIDL_MD5_ILLUMOS=7702939ce5b4b51846a1ba39f1392306
3492024-02-17T06:12:17.074Z+ CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com
3502024-02-17T06:12:17.074Z+ main
3512024-02-17T06:12:17.074Z+ [[ 0 != 0 ]]
3522024-02-17T06:12:17.074Z+ CIDL_OS=solaris2.11
3532024-02-17T06:12:17.074Z+ [[ 0 != 0 ]]
3542024-02-17T06:12:17.074Z+ configure_os solaris2.11
3552024-02-17T06:12:17.074Z+ echo 'current directory: /work/oxidecomputer/omicron'
3562024-02-17T06:12:17.074Zcurrent directory: /work/oxidecomputer/omicron
3572024-02-17T06:12:17.074Z+ echo 'configuring based on OS: "solaris2.11"'
3582024-02-17T06:12:17.074Z+ CIDL_DASHREV=
3592024-02-17T06:12:17.074Z+ case "$1" in
3602024-02-17T06:12:17.074Zconfiguring based on OS: "solaris2.11"
3612024-02-17T06:12:17.074Z+ CIDL_PLATFORM=illumos
3622024-02-17T06:12:17.074Z+ CIDL_MD5=7702939ce5b4b51846a1ba39f1392306
3632024-02-17T06:12:17.074Z+ CIDL_MD5FUNC=do_md5sum
3642024-02-17T06:12:17.074Z+ CIDL_DASHREV=-1
3652024-02-17T06:12:17.074Z+ TARBALL_DIRNAME=clickhouse-v22.8.9.24
3662024-02-17T06:12:17.074Z+ TARBALL_FILENAME=clickhouse-v22.8.9.24-1.illumos.tar.gz
3672024-02-17T06:12:17.074Z+ TARBALL_FILE=out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz
3682024-02-17T06:12:17.079ZURL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz
3692024-02-17T06:12:17.079ZLocal file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz
3702024-02-17T06:12:17.079Z+ CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz
3712024-02-17T06:12:17.080Z+ echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz'
3722024-02-17T06:12:17.080Z+ echo 'Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz'
3732024-02-17T06:12:17.080Z+ mkdir -p out/downloads
3742024-02-17T06:12:17.080Z+ mkdir -p ./out/clickhouse
3752024-02-17T06:12:17.080Z+ local DO_DOWNLOAD=true
3762024-02-17T06:12:17.080Z+ [[ -f out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ]]
3772024-02-17T06:12:17.080Z+ '[' true == true ']'
3782024-02-17T06:12:17.080Z+ echo Downloading...
3792024-02-17T06:12:17.080ZDownloading...
3802024-02-17T06:12:17.080Z+ 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
3812024-02-17T06:12:17.080Z+ 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
3822024-02-17T06:12:18.635Z++ do_md5sum out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz
3832024-02-17T06:12:18.642Z++ md5sum
3842024-02-17T06:12:18.642Z++ awk '{print $1}'
3852024-02-17T06:12:18.816Z+ calculated_md5=7702939ce5b4b51846a1ba39f1392306
3862024-02-17T06:12:18.816Z+ [[ 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 ]]
3872024-02-17T06:12:18.820Z+ do_untar out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ./out/clickhouse
3882024-02-17T06:12:18.820Z+ mkdir -p ./out/clickhouse
3892024-02-17T06:12:18.820Z+ tar xzf out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz -C ./out/clickhouse
3902024-02-17T06:12:21.951Z+ ./out/clickhouse/clickhouse server --version
3912024-02-17T06:12:21.986ZClickHouse server version 22.8.9.1.
3922024-02-17T06:12:22.005Z+ set -o errexit
3932024-02-17T06:12:22.005Z+++ dirname ./tools/ci_download_console
3942024-02-17T06:12:22.021Z++ cd ./tools
3952024-02-17T06:12:22.021Z++ pwd
3962024-02-17T06:12:22.021Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
3972024-02-17T06:12:22.021Z++ basename ./tools/ci_download_console
3982024-02-17T06:12:22.021Z+ ARG0=ci_download_console
3992024-02-17T06:12:22.021Z+ TARGET_DIR=out
4002024-02-17T06:12:22.021Z+ DOWNLOAD_DIR=out/downloads
4012024-02-17T06:12:22.022Z+ DEST_DIR=./out/console-assets
4022024-02-17T06:12:22.022Z+ source /work/oxidecomputer/omicron/tools/console_version
4032024-02-17T06:12:22.022Z++ COMMIT=e5a1f804faa913de3be5b4cddac2011247a99774
4042024-02-17T06:12:22.022Z++ SHA2=54ff1026062fc1a3f0de86aa558d051b8ad6248d458c1767b9e926f2606e75f5
4052024-02-17T06:12:22.022Z+ URL=https://dl.oxide.computer/releases/console/e5a1f804faa913de3be5b4cddac2011247a99774.tar.gz
4062024-02-17T06:12:22.022Z+ TARBALL_FILE=out/downloads/console.tar.gz
4072024-02-17T06:12:22.022Z+ main
4082024-02-17T06:12:22.022Z+ [[ 0 != 0 ]]
4092024-02-17T06:12:22.023Z+ echo 'URL: https://dl.oxide.computer/releases/console/e5a1f804faa913de3be5b4cddac2011247a99774.tar.gz'
4102024-02-17T06:12:22.023ZURL: https://dl.oxide.computer/releases/console/e5a1f804faa913de3be5b4cddac2011247a99774.tar.gz
4112024-02-17T06:12:22.023Z+ echo 'Local file: out/downloads/console.tar.gz'
4122024-02-17T06:12:22.023ZLocal file: out/downloads/console.tar.gz
4132024-02-17T06:12:22.023Z+ local DO_DOWNLOAD=true
4142024-02-17T06:12:22.023Z+ [[ -f out/downloads/console.tar.gz ]]
4152024-02-17T06:12:22.023Z+ mkdir -p out/downloads
4162024-02-17T06:12:22.023Z+ '[' true == true ']'
4172024-02-17T06:12:22.023Z+ echo Downloading...
4182024-02-17T06:12:22.023ZDownloading...
4192024-02-17T06:12:22.023Z+ do_download_curl https://dl.oxide.computer/releases/console/e5a1f804faa913de3be5b4cddac2011247a99774.tar.gz out/downloads/console.tar.gz
4202024-02-17T06:12:22.023Z+ curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/e5a1f804faa913de3be5b4cddac2011247a99774.tar.gz
4212024-02-17T06:12:22.586Z++ do_sha256sum out/downloads/console.tar.gz
4222024-02-17T06:12:22.589Z++ case "$OSTYPE" in
4232024-02-17T06:12:22.589Z++ SHA=sha256sum
4242024-02-17T06:12:22.589Z++ sha256sum
4252024-02-17T06:12:22.589Z++ awk '{print $1}'
4262024-02-17T06:12:22.593Z+ calculated_sha2=54ff1026062fc1a3f0de86aa558d051b8ad6248d458c1767b9e926f2606e75f5
4272024-02-17T06:12:22.593Z+ [[ 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 ]]
4282024-02-17T06:12:22.593Z+ rm -rf ./out/console-assets
4292024-02-17T06:12:22.596Z+ mkdir -p ./out/console-assets
4302024-02-17T06:12:22.604Z+ do_untar out/downloads/console.tar.gz ./out/console-assets
4312024-02-17T06:12:22.604Z+ mkdir -p ./out/console-assets
4322024-02-17T06:12:22.605Z+ tar xzf out/downloads/console.tar.gz -C ./out/console-assets
4332024-02-17T06:12:22.691Z+ set -o errexit
4342024-02-17T06:12:22.694Z+++ dirname ./tools/ci_download_maghemite_openapi
4352024-02-17T06:12:22.697Z++ cd ./tools
4362024-02-17T06:12:22.697Z++ pwd
4372024-02-17T06:12:22.697Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
4382024-02-17T06:12:22.697Z++ basename ./tools/ci_download_maghemite_openapi
4392024-02-17T06:12:22.701Z+ ARG0=ci_download_maghemite_openapi
4402024-02-17T06:12:22.701Z+ TARGET_DIR=out
4412024-02-17T06:12:22.701Z+ DOWNLOAD_DIR=out/downloads
4422024-02-17T06:12:22.701Z+ source /work/oxidecomputer/omicron/tools/maghemite_ddm_openapi_version
4432024-02-17T06:12:22.701Z++ COMMIT=41a69a11db6cfa8fc0c8686dc2d725708e0586ce
4442024-02-17T06:12:22.701Z++ SHA2=0b0dbc2f8bbc5d2d9be92d64c4865f8f9335355aae62f7de9f67f81dfb3f1803
4452024-02-17T06:12:22.702Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/ddm-admin.json
4462024-02-17T06:12:22.702Z+ LOCAL_FILE=out/downloads/ddm-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json
4472024-02-17T06:12:22.702Z+ main
4482024-02-17T06:12:22.702Z+ [[ 0 != 0 ]]
4492024-02-17T06:12:22.702Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/ddm-admin.json'
4502024-02-17T06:12:22.702ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/ddm-admin.json
4512024-02-17T06:12:22.702Z+ echo 'Local file: out/downloads/ddm-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json'
4522024-02-17T06:12:22.702Z+ local DO_DOWNLOAD=true
4532024-02-17T06:12:22.702ZLocal file: out/downloads/ddm-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json
4542024-02-17T06:12:22.702Z+ [[ -f out/downloads/ddm-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json ]]
4552024-02-17T06:12:22.702Z+ mkdir -p out/downloads
4562024-02-17T06:12:22.702Z+ '[' true == true ']'
4572024-02-17T06:12:22.702Z+ echo Downloading...
4582024-02-17T06:12:22.702ZDownloading...
4592024-02-17T06:12:22.702Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/ddm-admin.json out/downloads/ddm-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json
4602024-02-17T06:12:22.702Z+ curl --silent --show-error --fail --location --output out/downloads/ddm-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/ddm-admin.json
4612024-02-17T06:12:23.365Z++ do_sha256sum out/downloads/ddm-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json
4622024-02-17T06:12:23.365Z++ case "$OSTYPE" in
4632024-02-17T06:12:23.378Z++ SHA=sha256sum
4642024-02-17T06:12:23.379Z++ sha256sum
4652024-02-17T06:12:23.379Z++ awk '{print $1}'
4662024-02-17T06:12:23.379Z+ calculated_sha2=0b0dbc2f8bbc5d2d9be92d64c4865f8f9335355aae62f7de9f67f81dfb3f1803
4672024-02-17T06:12:23.379Z+ [[ 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 ]]
4682024-02-17T06:12:23.379Z+ source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version
4692024-02-17T06:12:23.379Z++ COMMIT=41a69a11db6cfa8fc0c8686dc2d725708e0586ce
4702024-02-17T06:12:23.379Z++ SHA2=0ac038bbaa54d0ae0ac5ccaeff48f03070618372cca26c9d09b716b909bf9355
4712024-02-17T06:12:23.379Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/mg-admin.json
4722024-02-17T06:12:23.380Z+ LOCAL_FILE=out/downloads/mg-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json
4732024-02-17T06:12:23.380Z+ main
4742024-02-17T06:12:23.380Z+ [[ 0 != 0 ]]
4752024-02-17T06:12:23.380Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/mg-admin.json'
4762024-02-17T06:12:23.380ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/mg-admin.json
4772024-02-17T06:12:23.380Z+ echo 'Local file: out/downloads/mg-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json'
4782024-02-17T06:12:23.380ZLocal file: out/downloads/mg-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json
4792024-02-17T06:12:23.380Z+ local DO_DOWNLOAD=true
4802024-02-17T06:12:23.380Z+ [[ -f out/downloads/mg-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json ]]
4812024-02-17T06:12:23.380Z+ mkdir -p out/downloads
4822024-02-17T06:12:23.380Z+ '[' true == true ']'
4832024-02-17T06:12:23.380Z+ echo Downloading...
4842024-02-17T06:12:23.380ZDownloading...
4852024-02-17T06:12:23.380Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/mg-admin.json out/downloads/mg-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json
4862024-02-17T06:12:23.380Z+ curl --silent --show-error --fail --location --output out/downloads/mg-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/mg-admin.json
4872024-02-17T06:12:23.533Z++ do_sha256sum out/downloads/mg-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json
4882024-02-17T06:12:23.536Z++ case "$OSTYPE" in
4892024-02-17T06:12:23.536Z++ SHA=sha256sum
4902024-02-17T06:12:23.536Z++ sha256sum
4912024-02-17T06:12:23.536Z++ awk '{print $1}'
4922024-02-17T06:12:23.539Z+ calculated_sha2=0ac038bbaa54d0ae0ac5ccaeff48f03070618372cca26c9d09b716b909bf9355
4932024-02-17T06:12:23.539Z+ [[ 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 ]]
4942024-02-17T06:12:23.546Z+ set -o errexit
4952024-02-17T06:12:23.549Z+++ dirname ./tools/ci_download_dendrite_openapi
4962024-02-17T06:12:23.551Z++ cd ./tools
4972024-02-17T06:12:23.551Z++ pwd
4982024-02-17T06:12:23.551Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
4992024-02-17T06:12:23.552Z++ basename ./tools/ci_download_dendrite_openapi
5002024-02-17T06:12:23.555Z+ ARG0=ci_download_dendrite_openapi
5012024-02-17T06:12:23.555Z+ TARGET_DIR=out
5022024-02-17T06:12:23.555Z+ DOWNLOAD_DIR=out/downloads
5032024-02-17T06:12:23.555Z+ source /work/oxidecomputer/omicron/tools/dendrite_openapi_version
5042024-02-17T06:12:23.555Z++ COMMIT=3618dd6017b363c5d34399273453cf50b9c9a43e
5052024-02-17T06:12:23.555Z++ SHA2=aa670165e5b459fab4caba36ae4d382a09264ff5cf6a2dac0dae0a0db39a378e
5062024-02-17T06:12:23.555Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3618dd6017b363c5d34399273453cf50b9c9a43e/dpd.json
5072024-02-17T06:12:23.555Z+ LOCAL_FILE=out/downloads/dpd-3618dd6017b363c5d34399273453cf50b9c9a43e.json
5082024-02-17T06:12:23.555Z+ main
5092024-02-17T06:12:23.555Z+ [[ 0 != 0 ]]
5102024-02-17T06:12:23.555Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3618dd6017b363c5d34399273453cf50b9c9a43e/dpd.json'
5112024-02-17T06:12:23.555ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3618dd6017b363c5d34399273453cf50b9c9a43e/dpd.json
5122024-02-17T06:12:23.555Z+ echo 'Local file: out/downloads/dpd-3618dd6017b363c5d34399273453cf50b9c9a43e.json'
5132024-02-17T06:12:23.555ZLocal file: out/downloads/dpd-3618dd6017b363c5d34399273453cf50b9c9a43e.json
5142024-02-17T06:12:23.555Z+ local DO_DOWNLOAD=true
5152024-02-17T06:12:23.555Z+ [[ -f out/downloads/dpd-3618dd6017b363c5d34399273453cf50b9c9a43e.json ]]
5162024-02-17T06:12:23.555Z+ mkdir -p out/downloads
5172024-02-17T06:12:23.555Z+ '[' true == true ']'
5182024-02-17T06:12:23.556Z+ echo Downloading...
5192024-02-17T06:12:23.556ZDownloading...
5202024-02-17T06:12:23.559Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3618dd6017b363c5d34399273453cf50b9c9a43e/dpd.json out/downloads/dpd-3618dd6017b363c5d34399273453cf50b9c9a43e.json
5212024-02-17T06:12:23.559Z+ 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
5222024-02-17T06:12:23.677Z++ do_sha256sum out/downloads/dpd-3618dd6017b363c5d34399273453cf50b9c9a43e.json
5232024-02-17T06:12:23.677Z++ case "$OSTYPE" in
5242024-02-17T06:12:23.683Z++ SHA=sha256sum
5252024-02-17T06:12:23.683Z++ sha256sum
5262024-02-17T06:12:23.683Z++ awk '{print $1}'
5272024-02-17T06:12:23.683Z+ calculated_sha2=aa670165e5b459fab4caba36ae4d382a09264ff5cf6a2dac0dae0a0db39a378e
5282024-02-17T06:12:23.683Z+ [[ 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 ]]
5292024-02-17T06:12:23.691Z+ set -o errexit
5302024-02-17T06:12:23.691Z+++ dirname ./tools/ci_download_dendrite_stub
5312024-02-17T06:12:23.692Z++ cd ./tools
5322024-02-17T06:12:23.692Z++ pwd
5332024-02-17T06:12:23.692Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
5342024-02-17T06:12:23.692Z++ basename ./tools/ci_download_dendrite_stub
5352024-02-17T06:12:23.692Z+ ARG0=ci_download_dendrite_stub
5362024-02-17T06:12:23.692Z+ source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums
5372024-02-17T06:12:23.692Z++ CIDL_SHA256_ILLUMOS=eb98985871f321411f7875ef7751dba85ae0dd3034877b63ccb78cedcb96e6e7
5382024-02-17T06:12:23.692Z++ CIDL_SHA256_LINUX_DPD=cb9a1978d1fe3a3f2391757f80436d8cc87c0041161652ad2234e7cf83e9ae36
5392024-02-17T06:12:23.692Z++ CIDL_SHA256_LINUX_SWADM=b7e737be56a8a815a95624f0b5c42ce1e339b07feeae7b3d7b9b4bc17c204245
5402024-02-17T06:12:23.692Z+ source /work/oxidecomputer/omicron/tools/dendrite_openapi_version
5412024-02-17T06:12:23.692Z++ COMMIT=3618dd6017b363c5d34399273453cf50b9c9a43e
5422024-02-17T06:12:23.692Z++ SHA2=aa670165e5b459fab4caba36ae4d382a09264ff5cf6a2dac0dae0a0db39a378e
5432024-02-17T06:12:23.692Z+ TARGET_DIR=out
5442024-02-17T06:12:23.692Z+ DOWNLOAD_DIR=out/downloads
5452024-02-17T06:12:23.692Z+ DEST_DIR=./out/dendrite-stub
5462024-02-17T06:12:23.692Z+ BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin
5472024-02-17T06:12:23.692Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
5482024-02-17T06:12:23.692Z+ REPO=oxidecomputer/dendrite
5492024-02-17T06:12:23.693Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3618dd6017b363c5d34399273453cf50b9c9a43e
5502024-02-17T06:12:23.693Z+ main
5512024-02-17T06:12:23.693Z+ [[ 0 != 0 ]]
5522024-02-17T06:12:23.693Z+ CIDL_OS=solaris2.11
5532024-02-17T06:12:23.693Z+ [[ 0 != 0 ]]
5542024-02-17T06:12:23.693Z+ configure_os solaris2.11
5552024-02-17T06:12:23.693Z+ echo 'current directory: /work/oxidecomputer/omicron'
5562024-02-17T06:12:23.693Zcurrent directory: /work/oxidecomputer/omicron
5572024-02-17T06:12:23.693Z+ echo 'configuring based on OS: "solaris2.11"'
5582024-02-17T06:12:23.693Z+ case "$1" in
5592024-02-17T06:12:23.693Zconfiguring based on OS: "solaris2.11"
5602024-02-17T06:12:23.693Z+ SET_BINARIES=
5612024-02-17T06:12:23.693Z+ CIDL_SHA256=eb98985871f321411f7875ef7751dba85ae0dd3034877b63ccb78cedcb96e6e7
5622024-02-17T06:12:23.693Z+ CIDL_SHA256FUNC=do_sha256sum
5632024-02-17T06:12:23.693Z+ TARBALL_FILENAME=dendrite-stub.tar.gz
5642024-02-17T06:12:23.693Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3618dd6017b363c5d34399273453cf50b9c9a43e/dendrite-stub.tar.gz
5652024-02-17T06:12:23.693Z+ TARBALL_FILE=out/downloads/dendrite-stub.tar.gz
5662024-02-17T06:12:23.693Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3618dd6017b363c5d34399273453cf50b9c9a43e/dendrite-stub.tar.gz'
5672024-02-17T06:12:23.693ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3618dd6017b363c5d34399273453cf50b9c9a43e/dendrite-stub.tar.gz
5682024-02-17T06:12:23.693ZLocal file: out/downloads/dendrite-stub.tar.gz
5692024-02-17T06:12:23.693Z+ echo 'Local file: out/downloads/dendrite-stub.tar.gz'
5702024-02-17T06:12:23.693Z+ mkdir -p out/downloads
5712024-02-17T06:12:23.697Z+ mkdir -p ./out/dendrite-stub
5722024-02-17T06:12:23.697Z+ fetch_and_verify
5732024-02-17T06:12:23.697Z+ local DO_DOWNLOAD=true
5742024-02-17T06:12:23.697Z+ [[ -f out/downloads/dendrite-stub.tar.gz ]]
5752024-02-17T06:12:23.697Z+ '[' true == true ']'
5762024-02-17T06:12:23.697Z+ echo Downloading...
5772024-02-17T06:12:23.697ZDownloading...
5782024-02-17T06:12:23.698Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3618dd6017b363c5d34399273453cf50b9c9a43e/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz
5792024-02-17T06:12:23.698Z+ 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
5802024-02-17T06:12:30.143Z++ do_sha256sum out/downloads/dendrite-stub.tar.gz
5812024-02-17T06:12:30.146Z++ sha256sum
5822024-02-17T06:12:30.147Z++ awk '{print $1}'
5832024-02-17T06:12:30.167Z+ calculated_sha256=eb98985871f321411f7875ef7751dba85ae0dd3034877b63ccb78cedcb96e6e7
5842024-02-17T06:12:30.171Z+ [[ 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 ]]
5852024-02-17T06:12:30.171Z+ do_untar out/downloads/dendrite-stub.tar.gz
5862024-02-17T06:12:30.171Z+ tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads
5872024-02-17T06:12:30.866Z+ do_assemble
5882024-02-17T06:12:30.866Z+ rm -r ./out/dendrite-stub
5892024-02-17T06:12:30.872Z+ mkdir ./out/dendrite-stub
5902024-02-17T06:12:30.872Z+ cp -r out/downloads/root ./out/dendrite-stub/root
5912024-02-17T06:12:30.961Z+ ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin
5922024-02-17T06:12:30.974Z+ set -o errexit
5932024-02-17T06:12:30.974Z+++ dirname ./tools/ci_download_maghemite_mgd
5942024-02-17T06:12:30.990Z++ cd ./tools
5952024-02-17T06:12:30.990Z++ pwd
5962024-02-17T06:12:30.990Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
5972024-02-17T06:12:30.990Z++ basename ./tools/ci_download_maghemite_mgd
5982024-02-17T06:12:30.990Z+ ARG0=ci_download_maghemite_mgd
5992024-02-17T06:12:30.990Z+ source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums
6002024-02-17T06:12:30.990Z++ CIDL_SHA256=26d34f61589f63be64eaa77a6e9e2db4c95d6675798386a1d61721c1ccc59d4d
6012024-02-17T06:12:30.990Z++ MGD_LINUX_SHA256=b2c823dd714fad67546a0e0c0d4ae56f2fe2e7c43434469b38e13b78de9f6968
6022024-02-17T06:12:30.990Z+ source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version
6032024-02-17T06:12:30.990Z++ COMMIT=41a69a11db6cfa8fc0c8686dc2d725708e0586ce
6042024-02-17T06:12:30.990Z++ SHA2=0ac038bbaa54d0ae0ac5ccaeff48f03070618372cca26c9d09b716b909bf9355
6052024-02-17T06:12:30.990Z+ TARGET_DIR=out
6062024-02-17T06:12:30.990Z+ DOWNLOAD_DIR=out/downloads
6072024-02-17T06:12:30.990Z+ DEST_DIR=./out/mgd
6082024-02-17T06:12:30.990Z+ BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin
6092024-02-17T06:12:30.990Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
6102024-02-17T06:12:30.990Z+ REPO=oxidecomputer/maghemite
6112024-02-17T06:12:30.990Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/41a69a11db6cfa8fc0c8686dc2d725708e0586ce
6122024-02-17T06:12:30.990Z+ main
6132024-02-17T06:12:30.990Z+ [[ 0 != 0 ]]
6142024-02-17T06:12:30.990Z+ CIDL_OS=solaris2.11
6152024-02-17T06:12:30.990Z+ [[ 0 != 0 ]]
6162024-02-17T06:12:30.990Z+ configure_os solaris2.11
6172024-02-17T06:12:30.991Z+ echo 'current directory: /work/oxidecomputer/omicron'
6182024-02-17T06:12:30.991Zcurrent directory: /work/oxidecomputer/omicron
6192024-02-17T06:12:30.991Zconfiguring based on OS: "solaris2.11"
6202024-02-17T06:12:30.991Z+ echo 'configuring based on OS: "solaris2.11"'
6212024-02-17T06:12:30.991Z+ case "$1" in
6222024-02-17T06:12:30.991Z+ SET_BINARIES=
6232024-02-17T06:12:30.991Z+ CIDL_SHA256FUNC=do_sha256sum
6242024-02-17T06:12:30.991Z+ TARBALL_FILENAME=mgd.tar.gz
6252024-02-17T06:12:30.991Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/mgd.tar.gz
6262024-02-17T06:12:30.991Z+ TARBALL_FILE=out/downloads/mgd.tar.gz
6272024-02-17T06:12:30.991Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/mgd.tar.gz'
6282024-02-17T06:12:30.991ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/mgd.tar.gz
6292024-02-17T06:12:30.991Z+ echo 'Local file: out/downloads/mgd.tar.gz'
6302024-02-17T06:12:30.991ZLocal file: out/downloads/mgd.tar.gz
6312024-02-17T06:12:30.991Z+ mkdir -p out/downloads
6322024-02-17T06:12:30.991Z+ mkdir -p ./out/mgd
6332024-02-17T06:12:30.991Z+ fetch_and_verify
6342024-02-17T06:12:30.991Z+ local DO_DOWNLOAD=true
6352024-02-17T06:12:30.991Z+ [[ -f out/downloads/mgd.tar.gz ]]
6362024-02-17T06:12:30.991Z+ '[' true == true ']'
6372024-02-17T06:12:30.991Z+ echo Downloading...
6382024-02-17T06:12:30.991ZDownloading...
6392024-02-17T06:12:30.991Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/mgd.tar.gz out/downloads/mgd.tar.gz
6402024-02-17T06:12:30.991Z+ curl --silent --show-error --fail --location --output out/downloads/mgd.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/mgd.tar.gz
6412024-02-17T06:12:37.724Z++ do_sha256sum out/downloads/mgd.tar.gz
6422024-02-17T06:12:37.736Z++ sha256sum
6432024-02-17T06:12:37.736Z++ awk '{print $1}'
6442024-02-17T06:12:37.741Z+ calculated_sha256=26d34f61589f63be64eaa77a6e9e2db4c95d6675798386a1d61721c1ccc59d4d
6452024-02-17T06:12:37.742Z+ [[ 26d34f61589f63be64eaa77a6e9e2db4c95d6675798386a1d61721c1ccc59d4d != \2\6\d\3\4\f\6\1\5\8\9\f\6\3\b\e\6\4\e\a\a\7\7\a\6\e\9\e\2\d\b\4\c\9\5\d\6\6\7\5\7\9\8\3\8\6\a\1\d\6\1\7\2\1\c\1\c\c\c\5\9\d\4\d ]]
6462024-02-17T06:12:37.742Z+ do_untar out/downloads/mgd.tar.gz
6472024-02-17T06:12:37.742Z+ tar xzf out/downloads/mgd.tar.gz -C out/downloads
6482024-02-17T06:12:38.200Z+ do_assemble
6492024-02-17T06:12:38.200Z+ rm -r ./out/mgd
6502024-02-17T06:12:38.205Z+ mkdir ./out/mgd
6512024-02-17T06:12:38.205Z+ cp -r out/downloads/root ./out/mgd/root
6522024-02-17T06:12:38.339Z+ set -o errexit
6532024-02-17T06:12:38.342Z+++ dirname ./tools/ci_download_transceiver_control
6542024-02-17T06:12:38.343Z++ cd ./tools
6552024-02-17T06:12:38.343Z++ pwd
6562024-02-17T06:12:38.353Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
6572024-02-17T06:12:38.353Z++ basename ./tools/ci_download_transceiver_control
6582024-02-17T06:12:38.354Z+ ARG0=ci_download_transceiver_control
6592024-02-17T06:12:38.354Z+ source /work/oxidecomputer/omicron/tools/transceiver_control_version
6602024-02-17T06:12:38.354Z++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a
6612024-02-17T06:12:38.354Z++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
6622024-02-17T06:12:38.354Z+ TARGET_DIR=out
6632024-02-17T06:12:38.354Z+ DOWNLOAD_DIR=out/downloads
6642024-02-17T06:12:38.355Z+ DEST_DIR=./out/transceiver-control
6652024-02-17T06:12:38.355Z+ BIN_DIR=/opt/oxide/bin
6662024-02-17T06:12:38.355Z+ BINARY=xcvradm
6672024-02-17T06:12:38.355Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
6682024-02-17T06:12:38.355Z+ REPO=oxidecomputer/transceiver-control
6692024-02-17T06:12:38.355Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a
6702024-02-17T06:12:38.355Z+ main
6712024-02-17T06:12:38.355Z+ [[ 0 != 0 ]]
6722024-02-17T06:12:38.355Z+ CIDL_OS=solaris2.11
6732024-02-17T06:12:38.355Z+ [[ 0 != 0 ]]
6742024-02-17T06:12:38.356Z+ configure_os solaris2.11
6752024-02-17T06:12:38.356Z+ echo 'current directory: /work/oxidecomputer/omicron'
6762024-02-17T06:12:38.356Z+ echo 'configuring based on OS: "solaris2.11"'
6772024-02-17T06:12:38.357Z+ case "$1" in
6782024-02-17T06:12:38.357Zcurrent directory: /work/oxidecomputer/omicron
6792024-02-17T06:12:38.358Zconfiguring based on OS: "solaris2.11"
6802024-02-17T06:12:38.358Z+ SET_BINARIES=
6812024-02-17T06:12:38.358Z+ CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
6822024-02-17T06:12:38.358Z+ CIDL_SHA256FUNC=do_sha256sum
6832024-02-17T06:12:38.358Z+ ARCHIVE_FILENAME=xcvradm.gz
6842024-02-17T06:12:38.358Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz
6852024-02-17T06:12:38.358Z+ ARCHIVE_FILE=out/downloads/xcvradm.gz
6862024-02-17T06:12:38.358Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz'
6872024-02-17T06:12:38.358Z+ echo 'Local file: out/downloads/xcvradm.gz'
6882024-02-17T06:12:38.358ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz
6892024-02-17T06:12:38.359ZLocal file: out/downloads/xcvradm.gz
6902024-02-17T06:12:38.359Z+ mkdir -p out/downloads
6912024-02-17T06:12:38.375Z+ mkdir -p ./out/transceiver-control
6922024-02-17T06:12:38.375Z+ fetch_and_verify
6932024-02-17T06:12:38.375Z+ local DO_DOWNLOAD=true
6942024-02-17T06:12:38.375Z+ [[ -f out/downloads/xcvradm.gz ]]
6952024-02-17T06:12:38.375Z+ '[' true == true ']'
6962024-02-17T06:12:38.375Z+ echo Downloading...
6972024-02-17T06:12:38.376ZDownloading...
6982024-02-17T06:12:38.376Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz
6992024-02-17T06:12:38.376Z+ 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
7002024-02-17T06:12:39.999Z++ do_sha256sum out/downloads/xcvradm.gz
7012024-02-17T06:12:40.005Z++ sha256sum
7022024-02-17T06:12:40.005Z++ awk '{print $1}'
7032024-02-17T06:12:40.011Z+ calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
7042024-02-17T06:12:40.011Z+ [[ 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 ]]
7052024-02-17T06:12:40.011Z+ do_unpack out/downloads/xcvradm.gz
7062024-02-17T06:12:40.011Z+ mkdir -p out/downloads/root//opt/oxide/bin
7072024-02-17T06:12:40.027Z+ gzip -dc out/downloads/xcvradm.gz
7082024-02-17T06:12:40.156Z+ chmod +x out/downloads/root//opt/oxide/bin/xcvradm
7092024-02-17T06:12:40.167Z+ do_assemble
7102024-02-17T06:12:40.167Z+ rm -r ./out/transceiver-control
7112024-02-17T06:12:40.167Z+ mkdir ./out/transceiver-control
7122024-02-17T06:12:40.167Z+ cp -r out/downloads/root ./out/transceiver-control/root
7132024-02-17T06:12:40.443ZAll builder prerequisites installed successfully, and PATH looks valid
7142024-02-17T06:12:40.460Z
7152024-02-17T06:12:40.460Zreal 1:51.025741808
7162024-02-17T06:12:40.460Zuser 34.236109133
7172024-02-17T06:12:40.460Zsys 6.540779088
7182024-02-17T06:12:40.460Ztrap 0.007844422
7192024-02-17T06:12:40.460Ztflt 0.215604056
7202024-02-17T06:12:40.460Zdflt 0.527708437
7212024-02-17T06:12:40.460Zkflt 0.234790675
7222024-02-17T06:12:40.460Zlock 1.611609553
7232024-02-17T06:12:40.460Zslp 3:43.024435914
7242024-02-17T06:12:40.461Zlat 1.747504727
7252024-02-17T06:12:40.461Zstop 0.141262272
7262024-02-17T06:12:40.461Z
7272024-02-17T06:12:40.461Z #### # # ##### ##### # #
7282024-02-17T06:12:40.461Z # # # # # # # # # #
7292024-02-17T06:12:40.461Z # # # # # # # #
7302024-02-17T06:12:40.461Z # # # ##### ##### #
7312024-02-17T06:12:40.461Z # # # # # # #
7322024-02-17T06:12:40.461Z #### ###### # # # #
7332024-02-17T06:12:40.461Z
7342024-02-17T06:12:40.919Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
7352024-02-17T06:12:40.956Z Updating git repository `https://github.com/oxidecomputer/samael`
7362024-02-17T06:12:41.308Z Updating crates.io index
7372024-02-17T06:12:41.313Z Updating git repository `https://github.com/oxidecomputer/dropshot`
7382024-02-17T06:12:42.207Z Updating git repository `https://github.com/oxidecomputer/progenitor`
7392024-02-17T06:12:43.896Z Updating git repository `http://github.com/oxidecomputer/serde_human_bytes`
7402024-02-17T06:12:44.477Z Updating git repository `http://github.com/oxidecomputer/tofino`
7412024-02-17T06:12:44.759Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
7422024-02-17T06:12:45.590Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
7432024-02-17T06:12:46.011Z Updating git repository `https://github.com/oxidecomputer/propolis`
7442024-02-17T06:12:46.384Z Updating git repository `https://github.com/oxidecomputer/crucible`
7452024-02-17T06:12:48.236Z Updating git repository `https://github.com/oxidecomputer/opte`
7462024-02-17T06:12:49.169Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
7472024-02-17T06:12:49.593Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
7482024-02-17T06:12:50.350Z Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel`
7492024-02-17T06:12:50.847Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
7502024-02-17T06:12:51.227Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
7512024-02-17T06:12:51.613Z Updating git repository `http://github.com/oxidecomputer/sprockets`
7522024-02-17T06:12:52.591Z Updating git repository `https://github.com/oxidecomputer/diesel-dtrace`
7532024-02-17T06:12:52.595Z Updating git repository `https://github.com/oxidecomputer/poptrie`
7542024-02-17T06:12:53.069Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
7552024-02-17T06:12:53.535Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
7562024-02-17T06:12:54.023Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
7572024-02-17T06:12:54.536Z Updating git repository `https://github.com/jgallagher/nix`
7582024-02-17T06:12:55.417Z Updating git repository `https://github.com/cbiffle/hubpack`
7592024-02-17T06:12:55.949Z Updating git repository `https://github.com/oxidecomputer/typify`
7602024-02-17T06:12:57.583Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
7612024-02-17T06:12:58.034Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
7622024-02-17T06:12:58.370Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
7632024-02-17T06:12:59.607Z Downloading crates ...
7642024-02-17T06:12:59.799Z Downloaded equivalent v1.0.1
7652024-02-17T06:12:59.813Z Downloaded serde_derive v1.0.196
7662024-02-17T06:12:59.826Z Downloaded terminal_size v0.3.0
7672024-02-17T06:12:59.826Z Downloaded anstyle v1.0.2
7682024-02-17T06:12:59.834Z Downloaded thiserror-impl v1.0.57
7692024-02-17T06:12:59.834Z Downloaded clap_lex v0.7.0
7702024-02-17T06:12:59.834Z Downloaded itoa v1.0.9
7712024-02-17T06:12:59.835Z Downloaded heck v0.4.1
7722024-02-17T06:13:00.323Z Downloaded colorchoice v1.0.0
7732024-02-17T06:13:00.323Z Downloaded semver v1.0.21
7742024-02-17T06:13:00.323Z Downloaded utf8parse v0.2.1
7752024-02-17T06:13:00.323Z Downloaded anstyle-parse v0.2.1
7762024-02-17T06:13:00.323Z Downloaded camino v1.1.6
7772024-02-17T06:13:00.324Z Downloaded errno v0.3.8
7782024-02-17T06:13:00.324Z Downloaded toml_datetime v0.6.5
7792024-02-17T06:13:00.324Z Downloaded thiserror v1.0.57
7802024-02-17T06:13:00.324Z Downloaded strsim v0.11.0
7812024-02-17T06:13:00.324Z Downloaded serde_spanned v0.6.5
7822024-02-17T06:13:00.324Z Downloaded proc-macro2 v1.0.78
7832024-02-17T06:13:00.324Z Downloaded anstyle-query v1.0.0
7842024-02-17T06:13:00.324Z Downloaded cargo-platform v0.1.3
7852024-02-17T06:13:00.324Z Downloaded ryu v1.0.15
7862024-02-17T06:13:00.324Z Downloaded clap v4.5.0
7872024-02-17T06:13:00.324Z Downloaded quote v1.0.35
7882024-02-17T06:13:00.324Z Downloaded cargo_toml v0.19.0
7892024-02-17T06:13:00.324Z Downloaded anstream v0.6.11
7902024-02-17T06:13:00.325Z Downloaded clap_derive v4.5.0
7912024-02-17T06:13:00.325Z Downloaded toml v0.8.10
7922024-02-17T06:13:00.325Z Downloaded anyhow v1.0.75
7932024-02-17T06:13:00.325Z Downloaded bitflags v2.4.0
7942024-02-17T06:13:00.325Z Downloaded cargo_metadata v0.18.1
7952024-02-17T06:13:00.325Z Downloaded unicode-ident v1.0.12
7962024-02-17T06:13:00.325Z Downloaded serde v1.0.196
7972024-02-17T06:13:00.325Z Downloaded indexmap v2.2.3
7982024-02-17T06:13:00.325Z Downloaded memchr v2.6.3
7992024-02-17T06:13:00.325Z Downloaded toml_edit v0.22.6
8002024-02-17T06:13:00.325Z Downloaded hashbrown v0.14.3
8012024-02-17T06:13:00.325Z Downloaded serde_json v1.0.113
8022024-02-17T06:13:00.325Z Downloaded clap_builder v4.5.0
8032024-02-17T06:13:00.325Z Downloaded winnow v0.6.1
8042024-02-17T06:13:00.326Z Downloaded syn v2.0.48
8052024-02-17T06:13:00.326Z Downloaded rustix v0.38.31
8062024-02-17T06:13:00.326Z Downloaded libc v0.2.153
8072024-02-17T06:13:00.326Z Compiling proc-macro2 v1.0.78
8082024-02-17T06:13:00.326Z Compiling unicode-ident v1.0.12
8092024-02-17T06:13:00.326Z Compiling serde v1.0.196
8102024-02-17T06:13:00.326Z Compiling libc v0.2.153
8112024-02-17T06:13:00.326Z Compiling rustix v0.38.31
8122024-02-17T06:13:00.326Z Compiling bitflags v2.4.0
8132024-02-17T06:13:00.326Z Compiling equivalent v1.0.1
8142024-02-17T06:13:00.326Z Compiling hashbrown v0.14.3
8152024-02-17T06:13:00.435Z Compiling utf8parse v0.2.1
8162024-02-17T06:13:00.924Z Compiling winnow v0.6.1
8172024-02-17T06:13:00.924Z Compiling anstyle-parse v0.2.1
8182024-02-17T06:13:00.924Z Compiling anstyle v1.0.2
8192024-02-17T06:13:00.924Z Compiling anstyle-query v1.0.0
8202024-02-17T06:13:01.021Z Compiling semver v1.0.21
8212024-02-17T06:13:01.470Z Compiling colorchoice v1.0.0
8222024-02-17T06:13:01.474Z Compiling thiserror v1.0.57
8232024-02-17T06:13:01.474Z Compiling indexmap v2.2.3
8242024-02-17T06:13:01.825Z Compiling camino v1.1.6
8252024-02-17T06:13:01.825Z Compiling serde_json v1.0.113
8262024-02-17T06:13:02.150Z Compiling anstream v0.6.11
8272024-02-17T06:13:02.166Z Compiling ryu v1.0.15
8282024-02-17T06:13:02.181Z Compiling heck v0.4.1
8292024-02-17T06:13:02.517Z Compiling itoa v1.0.9
8302024-02-17T06:13:02.528Z Compiling clap_lex v0.7.0
8312024-02-17T06:13:02.532Z Compiling anyhow v1.0.75
8322024-02-17T06:13:02.650Z Compiling strsim v0.11.0
8332024-02-17T06:13:02.870Z Compiling quote v1.0.35
8342024-02-17T06:13:03.224Z Compiling errno v0.3.8
8352024-02-17T06:13:03.265Z Compiling syn v2.0.48
8362024-02-17T06:13:04.163Z Compiling terminal_size v0.3.0
8372024-02-17T06:13:04.265Z Compiling clap_builder v4.5.0
8382024-02-17T06:13:08.035Z Compiling serde_derive v1.0.196
8392024-02-17T06:13:08.036Z Compiling thiserror-impl v1.0.57
8402024-02-17T06:13:08.040Z Compiling clap_derive v4.5.0
8412024-02-17T06:13:10.756Z Compiling clap v4.5.0
8422024-02-17T06:13:16.129Z Compiling serde_spanned v0.6.5
8432024-02-17T06:13:16.141Z Compiling toml_datetime v0.6.5
8442024-02-17T06:13:16.141Z Compiling cargo-platform v0.1.3
8452024-02-17T06:13:16.395Z Compiling toml_edit v0.22.6
8462024-02-17T06:13:17.453Z Compiling cargo_metadata v0.18.1
8472024-02-17T06:13:18.849Z Compiling toml v0.8.10
8482024-02-17T06:13:19.544Z Compiling cargo_toml v0.19.0
8492024-02-17T06:13:23.319Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
8502024-02-17T06:13:23.858Z Finished dev [unoptimized + debuginfo] target(s) in 43.36s
8512024-02-17T06:13:24.021Z Running `target/debug/xtask clippy`
8522024-02-17T06:13:24.057Zrunning: "/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"
8532024-02-17T06:13:24.984Z Downloading crates ...
8542024-02-17T06:13:25.013Z Downloaded adler v1.0.2
8552024-02-17T06:13:25.013Z Downloaded ciborium v0.2.2
8562024-02-17T06:13:25.013Z Downloaded cipher v0.4.4
8572024-02-17T06:13:25.013Z Downloaded instant v0.1.12
8582024-02-17T06:13:25.013Z Downloaded http-body v1.0.0
8592024-02-17T06:13:25.013Z Downloaded castaway v0.2.2
8602024-02-17T06:13:25.013Z Downloaded http-body v0.4.5
8612024-02-17T06:13:25.013Z Downloaded hyper-staticfile v0.9.5
8622024-02-17T06:13:25.014Z Downloaded httptest v0.15.5
8632024-02-17T06:13:25.014Z Downloaded cast v0.3.0
8642024-02-17T06:13:25.014Z Downloaded indoc v1.0.9
8652024-02-17T06:13:25.014Z Downloaded cassowary v0.3.0
8662024-02-17T06:13:25.014Z Downloaded cexpr v0.6.0
8672024-02-17T06:13:25.014Z Downloaded block-padding v0.3.3
8682024-02-17T06:13:25.014Z Downloaded blake2 v0.10.6
8692024-02-17T06:13:25.014Z Downloaded humantime v2.1.0
8702024-02-17T06:13:25.015Z Downloaded compact_str v0.7.1
8712024-02-17T06:13:25.015Z Downloaded cancel-safe-futures v0.1.5
8722024-02-17T06:13:25.015Z Downloaded bytes v1.5.0
8732024-02-17T06:13:25.015Z Downloaded inout v0.1.3
8742024-02-17T06:13:25.015Z Downloaded indexmap v1.9.3
8752024-02-17T06:13:25.015Z Downloaded rustversion v1.0.14
8762024-02-17T06:13:25.016Z Downloaded indoc v2.0.3
8772024-02-17T06:13:25.016Z Downloaded serde-big-array v0.5.1
8782024-02-17T06:13:25.016Z Downloaded indicatif v0.17.8
8792024-02-17T06:13:25.016Z Downloaded rtoolbox v0.0.1
8802024-02-17T06:13:25.016Z Downloaded scopeguard v1.2.0
8812024-02-17T06:13:25.016Z Downloaded criterion-plot v0.5.0
8822024-02-17T06:13:25.016Z Downloaded crossbeam-deque v0.8.3
8832024-02-17T06:13:25.016Z Downloaded rustls-native-certs v0.7.0
8842024-02-17T06:13:25.016Z Downloaded constant_time_eq v0.3.0
8852024-02-17T06:13:25.017Z Downloaded crc v3.0.1
8862024-02-17T06:13:25.017Z Downloaded ciborium-ll v0.2.2
8872024-02-17T06:13:25.017Z Downloaded kstat-rs v0.2.3
8882024-02-17T06:13:25.017Z Downloaded ipnetwork v0.20.0
8892024-02-17T06:13:25.017Z Downloaded cc v1.0.83
8902024-02-17T06:13:25.017Z Downloaded atomicwrites v0.4.3
8912024-02-17T06:13:25.017Z Downloaded atty v0.2.14
8922024-02-17T06:13:25.017Z Downloaded crossbeam-channel v0.5.8
8932024-02-17T06:13:25.017Z Downloaded scroll_derive v0.12.0
8942024-02-17T06:13:25.018Z Downloaded nodrop v0.1.14
8952024-02-17T06:13:25.018Z Downloaded keccak v0.1.4
8962024-02-17T06:13:25.018Z Downloaded match_cfg v0.1.0
8972024-02-17T06:13:25.018Z Downloaded hostname v0.3.1
8982024-02-17T06:13:25.018Z Downloaded criterion v0.5.1
8992024-02-17T06:13:25.018Z Downloaded matches v0.1.10
9002024-02-17T06:13:25.018Z Downloaded bitflags v1.3.2
9012024-02-17T06:13:25.018Z Downloaded crucible-workspace-hack v0.1.0
9022024-02-17T06:13:25.019Z Downloaded block-buffer v0.10.4
9032024-02-17T06:13:25.019Z Downloaded http-range v0.1.5
9042024-02-17T06:13:25.019Z Downloaded arrayref v0.3.7
9052024-02-17T06:13:25.019Z Downloaded hubpack_derive v0.1.1
9062024-02-17T06:13:25.019Z Downloaded is_ci v1.2.0
9072024-02-17T06:13:25.019Z Downloaded maybe-uninit v2.0.0
9082024-02-17T06:13:25.019Z Downloaded assert_cmd v2.0.13
9092024-02-17T06:13:25.020Z Downloaded libsw v3.3.1
9102024-02-17T06:13:25.020Z Downloaded curve25519-dalek-derive v0.1.0
9112024-02-17T06:13:25.020Z Downloaded atomic-waker v1.1.1
9122024-02-17T06:13:25.020Z Downloaded strum v0.25.0
9132024-02-17T06:13:25.020Z Downloaded strum v0.26.1
9142024-02-17T06:13:25.020Z Downloaded convert_case v0.4.0
9152024-02-17T06:13:25.020Z Downloaded aead v0.5.2
9162024-02-17T06:13:25.021Z Downloaded crunchy v0.2.2
9172024-02-17T06:13:25.021Z Downloaded base16ct v0.2.0
9182024-02-17T06:13:25.021Z Downloaded newtype_derive v0.1.6
9192024-02-17T06:13:25.021Z Downloaded autocfg v1.1.0
9202024-02-17T06:13:25.021Z Downloaded cobs v0.2.3
9212024-02-17T06:13:25.021Z Downloaded normalize-line-endings v0.3.0
9222024-02-17T06:13:25.021Z Downloaded num-integer v0.1.46
9232024-02-17T06:13:25.021Z Downloaded lru v0.12.1
9242024-02-17T06:13:25.022Z Downloaded termtree v0.4.1
9252024-02-17T06:13:25.022Z Downloaded usdt-attr-macro v0.3.5
9262024-02-17T06:13:25.022Z Downloaded home v0.5.5
9272024-02-17T06:13:25.022Z Downloaded libefi-sys v0.1.0
9282024-02-17T06:13:25.022Z Downloaded nested v0.1.1
9292024-02-17T06:13:25.022Z Downloaded new_debug_unreachable v1.0.4
9302024-02-17T06:13:25.022Z Downloaded multimap v0.10.0
9312024-02-17T06:13:25.023Z Downloaded bit-set v0.5.3
9322024-02-17T06:13:25.023Z Downloaded async-trait v0.1.77
9332024-02-17T06:13:25.023Z Downloaded openssl-macros v0.1.1
9342024-02-17T06:13:25.023Z Downloaded argon2 v0.5.3
9352024-02-17T06:13:25.041Z Downloaded md-5 v0.10.5
9362024-02-17T06:13:25.041Z Downloaded httparse v1.8.0
9372024-02-17T06:13:25.041Z Downloaded maplit v1.0.2
9382024-02-17T06:13:25.041Z Downloaded bitfield v0.14.0
9392024-02-17T06:13:25.041Z Downloaded nanorand v0.7.0
9402024-02-17T06:13:25.041Z Downloaded backoff v0.4.0
9412024-02-17T06:13:25.042Z Downloaded iana-time-zone v0.1.57
9422024-02-17T06:13:25.042Z Downloaded foreign-types-shared v0.1.1
9432024-02-17T06:13:25.042Z Downloaded byteorder v1.5.0
9442024-02-17T06:13:25.042Z Downloaded foreign-types-shared v0.3.1
9452024-02-17T06:13:25.042Z Downloaded bytecount v0.6.3
9462024-02-17T06:13:25.043Z Downloaded mockall v0.12.0
9472024-02-17T06:13:25.043Z Downloaded bcs v0.1.6
9482024-02-17T06:13:25.043Z Downloaded crypto-common v0.1.6
9492024-02-17T06:13:25.043Z Downloaded managed v0.8.0
9502024-02-17T06:13:25.043Z Downloaded blake2b_simd v1.0.1
9512024-02-17T06:13:25.066Z Downloaded num-iter v0.1.43
9522024-02-17T06:13:25.067Z Downloaded threadpool v1.8.1
9532024-02-17T06:13:25.067Z Downloaded num-derive v0.4.0
9542024-02-17T06:13:25.067Z Downloaded csv-core v0.1.11
9552024-02-17T06:13:25.067Z Downloaded peeking_take_while v0.1.2
9562024-02-17T06:13:25.068Z Downloaded pathdiff v0.2.1
9572024-02-17T06:13:25.068Z Downloaded path-slash v0.1.5
9582024-02-17T06:13:25.068Z Downloaded time-core v0.1.1
9592024-02-17T06:13:25.068Z Downloaded darling_macro v0.14.4
9602024-02-17T06:13:25.069Z Downloaded dtrace-parser v0.1.14
9612024-02-17T06:13:25.069Z Downloaded const-oid v0.9.5
9622024-02-17T06:13:25.069Z Downloaded cstr-argument v0.1.2
9632024-02-17T06:13:25.069Z Downloaded usdt v0.3.5
9642024-02-17T06:13:25.069Z Downloaded thiserror-impl-no-std v2.0.2
9652024-02-17T06:13:25.070Z Downloaded usdt-macro v0.3.5
9662024-02-17T06:13:25.070Z Downloaded nibble_vec v0.1.0
9672024-02-17T06:13:25.084Z Downloaded ahash v0.8.7
9682024-02-17T06:13:25.084Z Downloaded getopts v0.2.21
9692024-02-17T06:13:25.084Z Downloaded clang-sys v1.6.1
9702024-02-17T06:13:25.084Z Downloaded parse-display v0.9.0
9712024-02-17T06:13:25.085Z Downloaded slab v0.4.9
9722024-02-17T06:13:25.085Z Downloaded basic-toml v0.1.8
9732024-02-17T06:13:25.085Z Downloaded data-encoding v2.4.0
9742024-02-17T06:13:25.085Z Downloaded log v0.4.20
9752024-02-17T06:13:25.105Z Downloaded newtype-uuid v1.0.1
9762024-02-17T06:13:25.105Z Downloaded lru-cache v0.1.2
9772024-02-17T06:13:25.105Z Downloaded num-rational v0.4.1
9782024-02-17T06:13:25.106Z Downloaded libtest-mimic v0.6.1
9792024-02-17T06:13:25.106Z Downloaded fallible-iterator v0.2.0
9802024-02-17T06:13:25.106Z Downloaded olpc-cjson v0.1.3
9812024-02-17T06:13:25.107Z Downloaded num_enum v0.5.11
9822024-02-17T06:13:25.107Z Downloaded zone_cfg_derive v0.3.0
9832024-02-17T06:13:25.107Z Downloaded derive_builder_macro v0.12.0
9842024-02-17T06:13:25.120Z Downloaded headers-core v0.2.0
9852024-02-17T06:13:25.120Z Downloaded num-complex v0.4.4
9862024-02-17T06:13:25.120Z Downloaded crc-any v2.4.3
9872024-02-17T06:13:25.120Z Downloaded embedded-io v0.4.0
9882024-02-17T06:13:25.121Z Downloaded precomputed-hash v0.1.1
9892024-02-17T06:13:25.121Z Downloaded unicode-xid v0.2.4
9902024-02-17T06:13:25.121Z Downloaded rustls-pemfile v1.0.3
9912024-02-17T06:13:25.121Z Downloaded xattr v1.0.1
9922024-02-17T06:13:25.121Z Downloaded multer v3.0.0
9932024-02-17T06:13:25.130Z Downloaded tokio-tungstenite v0.20.1
9942024-02-17T06:13:25.130Z Downloaded rusty-fork v0.3.0
9952024-02-17T06:13:25.130Z Downloaded yansi v0.5.1
9962024-02-17T06:13:25.131Z Downloaded paste v1.0.14
9972024-02-17T06:13:25.131Z Downloaded spki v0.7.2
9982024-02-17T06:13:25.131Z Downloaded diesel_table_macro_syntax v0.1.0
9992024-02-17T06:13:25.131Z Downloaded openssl-probe v0.1.5
10002024-02-17T06:13:25.131Z Downloaded allocator-api2 v0.2.16
10012024-02-17T06:13:25.131Z Downloaded crossbeam-utils v0.8.16
10022024-02-17T06:13:25.148Z Downloaded shell-words v1.1.0
10032024-02-17T06:13:25.148Z Downloaded packed_struct v0.10.1
10042024-02-17T06:13:25.148Z Downloaded smallvec v0.6.14
10052024-02-17T06:13:25.149Z Downloaded miniz_oxide v0.7.1
10062024-02-17T06:13:25.162Z Downloaded cfg-expr v0.15.6
10072024-02-17T06:13:25.162Z Downloaded crossbeam-epoch v0.9.15
10082024-02-17T06:13:25.162Z Downloaded dyn-clone v1.0.16
10092024-02-17T06:13:25.162Z Downloaded flagset v0.4.3
10102024-02-17T06:13:25.163Z Downloaded hyper-rustls v0.26.0
10112024-02-17T06:13:25.163Z Downloaded semver v0.11.0
10122024-02-17T06:13:25.163Z Downloaded sec1 v0.7.3
10132024-02-17T06:13:25.163Z Downloaded poly1305 v0.8.0
10142024-02-17T06:13:25.173Z Downloaded bindgen v0.69.2
10152024-02-17T06:13:25.173Z Downloaded display-error-chain v0.2.0
10162024-02-17T06:13:25.173Z Downloaded pretty-hex v0.2.1
10172024-02-17T06:13:25.207Z Downloaded predicates-core v1.0.6
10182024-02-17T06:13:25.207Z Downloaded hex-literal v0.4.1
10192024-02-17T06:13:25.207Z Downloaded hash32 v0.3.1
10202024-02-17T06:13:25.207Z Downloaded yasna v0.5.2
10212024-02-17T06:13:25.207Z Downloaded toml v0.5.11
10222024-02-17T06:13:25.248Z Downloaded string_cache v0.8.7
10232024-02-17T06:13:25.248Z Downloaded thiserror-no-std v2.0.2
10242024-02-17T06:13:25.248Z Downloaded waitgroup v0.1.2
10252024-02-17T06:13:25.248Z Downloaded rand_chacha v0.3.1
10262024-02-17T06:13:25.248Z Downloaded backtrace v0.3.69
10272024-02-17T06:13:25.248Z Downloaded tower-service v0.3.2
10282024-02-17T06:13:25.248Z Downloaded futures-io v0.3.30
10292024-02-17T06:13:25.248Z Downloaded glob v0.3.1
10302024-02-17T06:13:25.248Z Downloaded dirs-next v2.0.0
10312024-02-17T06:13:25.248Z Downloaded difflib v0.4.0
10322024-02-17T06:13:25.248Z Downloaded serde_with_macros v3.6.1
10332024-02-17T06:13:25.248Z Downloaded usdt-macro v0.5.0
10342024-02-17T06:13:25.248Z Downloaded plotters-svg v0.3.5
10352024-02-17T06:13:25.249Z Downloaded sqlparser_derive v0.2.2
10362024-02-17T06:13:25.249Z Downloaded guppy-workspace-hack v0.1.0
10372024-02-17T06:13:25.249Z Downloaded arc-swap v1.6.0
10382024-02-17T06:13:25.255Z Downloaded strum_macros v0.24.3
10392024-02-17T06:13:25.255Z Downloaded serde_yaml v0.9.25
10402024-02-17T06:13:25.256Z Downloaded thread_local v1.1.7
10412024-02-17T06:13:25.256Z Downloaded defmt v0.3.5
10422024-02-17T06:13:25.256Z Downloaded rustfmt-wrapper v0.2.0
10432024-02-17T06:13:25.256Z Downloaded sha2 v0.10.8
10442024-02-17T06:13:25.256Z Downloaded quick-error v1.2.3
10452024-02-17T06:13:25.256Z Downloaded slog-stdlog v4.1.1
10462024-02-17T06:13:25.256Z Downloaded serde_urlencoded v0.7.1
10472024-02-17T06:13:25.256Z Downloaded pkg-config v0.3.27
10482024-02-17T06:13:25.256Z Downloaded crypto-bigint v0.5.2
10492024-02-17T06:13:25.256Z Downloaded tokio-stream v0.1.14
10502024-02-17T06:13:25.257Z Downloaded try-lock v0.2.4
10512024-02-17T06:13:25.257Z Downloaded unicode-width v0.1.11
10522024-02-17T06:13:25.261Z Downloaded funty v2.0.0
10532024-02-17T06:13:25.261Z Downloaded once_cell v1.19.0
10542024-02-17T06:13:25.261Z Downloaded structmeta v0.2.0
10552024-02-17T06:13:25.261Z Downloaded radium v0.7.0
10562024-02-17T06:13:25.269Z Downloaded futures-executor v0.3.30
10572024-02-17T06:13:25.269Z Downloaded toml v0.7.8
10582024-02-17T06:13:25.276Z Downloaded dof v0.1.5
10592024-02-17T06:13:25.276Z Downloaded base64 v0.21.7
10602024-02-17T06:13:25.276Z Downloaded debug-ignore v1.0.5
10612024-02-17T06:13:25.276Z Downloaded darling v0.20.3
10622024-02-17T06:13:25.282Z Downloaded darling v0.14.4
10632024-02-17T06:13:25.292Z Downloaded wyz v0.5.1
10642024-02-17T06:13:25.292Z Downloaded ppv-lite86 v0.2.17
10652024-02-17T06:13:25.292Z Downloaded utf-8 v0.7.6
10662024-02-17T06:13:25.292Z Downloaded rust-argon2 v1.0.1
10672024-02-17T06:13:25.299Z Downloaded phf_shared v0.10.0
10682024-02-17T06:13:25.299Z Downloaded plain v0.2.3
10692024-02-17T06:13:25.299Z Downloaded hash32 v0.2.1
10702024-02-17T06:13:25.299Z Downloaded enum-as-inner v0.5.1
10712024-02-17T06:13:25.300Z Downloaded parking_lot_core v0.9.8
10722024-02-17T06:13:25.300Z Downloaded downcast v0.11.0
10732024-02-17T06:13:25.305Z Downloaded rayon-core v1.12.0
10742024-02-17T06:13:25.305Z Downloaded prettyplease v0.2.16
10752024-02-17T06:13:25.310Z Downloaded stable_deref_trait v1.2.0
10762024-02-17T06:13:25.310Z Downloaded universal-hash v0.5.1
10772024-02-17T06:13:25.310Z Downloaded want v0.3.1
10782024-02-17T06:13:25.314Z Downloaded pkcs8 v0.10.2
10792024-02-17T06:13:25.314Z Downloaded getrandom v0.2.10
10802024-02-17T06:13:25.318Z Downloaded tokio-rustls v0.24.1
10812024-02-17T06:13:25.324Z Downloaded fxhash v0.2.1
10822024-02-17T06:13:25.324Z Downloaded untrusted v0.9.0
10832024-02-17T06:13:25.324Z Downloaded num-traits v0.2.16
10842024-02-17T06:13:25.329Z Downloaded slog-scope v4.4.0
10852024-02-17T06:13:25.329Z Downloaded fastrand v2.0.1
10862024-02-17T06:13:25.334Z Downloaded predicates v3.1.0
10872024-02-17T06:13:25.334Z Downloaded serde_path_to_error v0.1.15
10882024-02-17T06:13:25.345Z Downloaded unicode-bidi v0.3.13
10892024-02-17T06:13:25.345Z Downloaded sqlformat v0.2.3
10902024-02-17T06:13:25.355Z Downloaded trust-dns-client v0.22.0
10912024-02-17T06:13:25.355Z Downloaded proc-macro-error v1.0.4
10922024-02-17T06:13:25.355Z Downloaded group v0.13.0
10932024-02-17T06:13:25.356Z Downloaded tracing-core v0.1.31
10942024-02-17T06:13:25.361Z Downloaded form_urlencoded v1.2.1
10952024-02-17T06:13:25.361Z Downloaded rustls-pemfile v2.0.0
10962024-02-17T06:13:25.361Z Downloaded socket2 v0.5.5
10972024-02-17T06:13:25.364Z Downloaded env_logger v0.10.0
10982024-02-17T06:13:25.364Z Downloaded diesel_derives v2.1.2
10992024-02-17T06:13:25.366Z Downloaded mio v0.8.9
11002024-02-17T06:13:25.376Z Downloaded shlex v1.3.0
11012024-02-17T06:13:25.383Z Downloaded futures-sink v0.3.30
11022024-02-17T06:13:25.383Z Downloaded dof v0.3.0
11032024-02-17T06:13:25.383Z Downloaded secrecy v0.8.0
11042024-02-17T06:13:25.383Z Downloaded flume v0.11.0
11052024-02-17T06:13:25.387Z Downloaded papergrid v0.11.0
11062024-02-17T06:13:25.390Z Downloaded unicode-linebreak v0.1.5
11072024-02-17T06:13:25.390Z Downloaded schemars_derive v0.8.16
11082024-02-17T06:13:25.392Z Downloaded dirs-sys-next v0.1.2
11092024-02-17T06:13:25.392Z Downloaded pkcs1 v0.7.5
11102024-02-17T06:13:25.395Z Downloaded strum_macros v0.25.2
11112024-02-17T06:13:25.398Z Downloaded swrite v0.1.0
11122024-02-17T06:13:25.401Z Downloaded version_check v0.9.4
11132024-02-17T06:13:25.401Z Downloaded signature v2.1.0
11142024-02-17T06:13:25.404Z Downloaded percent-encoding v2.3.1
11152024-02-17T06:13:25.404Z Downloaded parking_lot v0.11.2
11162024-02-17T06:13:25.407Z Downloaded darling_core v0.14.4
11172024-02-17T06:13:25.410Z Downloaded foreign-types v0.3.2
11182024-02-17T06:13:25.412Z Downloaded chrono v0.4.31
11192024-02-17T06:13:25.421Z Downloaded doc-comment v0.3.3
11202024-02-17T06:13:25.430Z Downloaded crossterm v0.27.0
11212024-02-17T06:13:25.442Z Downloaded tap v1.0.1
11222024-02-17T06:13:25.443Z Downloaded unicode_categories v0.1.1
11232024-02-17T06:13:25.443Z Downloaded remove_dir_all v0.5.3
11242024-02-17T06:13:25.443Z Downloaded deranged v0.3.8
11252024-02-17T06:13:25.443Z Downloaded endian-type v0.1.2
11262024-02-17T06:13:25.443Z Downloaded futures-channel v0.3.30
11272024-02-17T06:13:25.450Z Downloaded zeroize v1.7.0
11282024-02-17T06:13:25.450Z Downloaded float-cmp v0.9.0
11292024-02-17T06:13:25.450Z Downloaded diff v0.1.13
11302024-02-17T06:13:25.450Z Downloaded time-macros v0.2.13
11312024-02-17T06:13:25.450Z Downloaded pem-rfc7468 v0.7.0
11322024-02-17T06:13:25.450Z Downloaded oso-derive v0.27.0
11332024-02-17T06:13:25.453Z Downloaded foreign-types-macros v0.2.3
11342024-02-17T06:13:25.453Z Downloaded semver v0.1.20
11352024-02-17T06:13:25.453Z Downloaded topological-sort v0.2.2
11362024-02-17T06:13:25.453Z Downloaded zerocopy-derive v0.7.32
11372024-02-17T06:13:25.457Z Downloaded same-file v1.0.6
11382024-02-17T06:13:25.459Z Downloaded slog-term v2.9.0
11392024-02-17T06:13:25.462Z Downloaded slog-dtrace v0.3.0
11402024-02-17T06:13:25.465Z Downloaded vte_generate_state_changes v0.1.1
11412024-02-17T06:13:25.465Z Downloaded slog-bunyan v2.5.0
11422024-02-17T06:13:25.465Z Downloaded parking_lot_core v0.8.6
11432024-02-17T06:13:25.468Z Downloaded hex v0.4.3
11442024-02-17T06:13:25.470Z Downloaded signature v1.6.4
11452024-02-17T06:13:25.475Z Downloaded tiny-keccak v2.0.2
11462024-02-17T06:13:25.478Z Downloaded slog-envlogger v2.2.0
11472024-02-17T06:13:25.478Z Downloaded heapless v0.7.16
11482024-02-17T06:13:25.482Z Downloaded snafu-derive v0.7.5
11492024-02-17T06:13:25.485Z Downloaded parse-size v1.0.0
11502024-02-17T06:13:25.485Z Downloaded openssl-sys v0.9.96
11512024-02-17T06:13:25.500Z Downloaded rustc_version v0.1.7
11522024-02-17T06:13:25.511Z Downloaded target-lexicon v0.12.13
11532024-02-17T06:13:25.511Z Downloaded http v1.0.0
11542024-02-17T06:13:25.511Z Downloaded futures v0.3.30
11552024-02-17T06:13:25.511Z Downloaded either v1.10.0
11562024-02-17T06:13:25.511Z Downloaded ena v0.14.2
11572024-02-17T06:13:25.532Z Downloaded platforms v3.0.2
11582024-02-17T06:13:25.532Z Downloaded fd-lock v4.0.2
11592024-02-17T06:13:25.532Z Downloaded fd-lock v3.0.13
11602024-02-17T06:13:25.532Z Downloaded opaque-debug v0.3.0
11612024-02-17T06:13:25.532Z Downloaded darling_macro v0.20.3
11622024-02-17T06:13:25.532Z Downloaded number_prefix v0.4.0
11632024-02-17T06:13:25.532Z Downloaded phf_shared v0.11.2
11642024-02-17T06:13:25.533Z Downloaded rustc-demangle v0.1.23
11652024-02-17T06:13:25.533Z Downloaded textwrap v0.16.0
11662024-02-17T06:13:25.548Z Downloaded defmt-parser v0.3.3
11672024-02-17T06:13:25.548Z Downloaded tokio-postgres v0.7.10
11682024-02-17T06:13:25.548Z Downloaded textwrap v0.11.0
11692024-02-17T06:13:25.548Z Downloaded socket2 v0.4.9
11702024-02-17T06:13:25.548Z Downloaded vec_map v0.8.2
11712024-02-17T06:13:25.548Z Downloaded darling_core v0.20.3
11722024-02-17T06:13:25.549Z Downloaded predicates-tree v1.0.9
11732024-02-17T06:13:25.549Z Downloaded tinyvec_macros v0.1.1
11742024-02-17T06:13:25.549Z Downloaded zerocopy v0.3.0
11752024-02-17T06:13:25.549Z Downloaded serde-hex v0.1.0
11762024-02-17T06:13:25.549Z Downloaded tracing v0.1.37
11772024-02-17T06:13:25.561Z Downloaded rustc-hash v1.1.0
11782024-02-17T06:13:25.561Z Downloaded proc-macro-crate v1.3.1
11792024-02-17T06:13:25.561Z Downloaded phf v0.11.2
11802024-02-17T06:13:25.561Z Downloaded rand_xorshift v0.3.0
11812024-02-17T06:13:25.561Z Downloaded libxml v0.3.3
11822024-02-17T06:13:25.983Z Downloaded datatest-stable v0.2.3
11832024-02-17T06:13:25.983Z Downloaded itertools v0.12.1
11842024-02-17T06:13:26.003Z Downloaded serde_tokenstream v0.2.0
11852024-02-17T06:13:26.003Z Downloaded usdt-attr-macro v0.5.0
11862024-02-17T06:13:26.003Z Downloaded pin-project-internal v1.1.3
11872024-02-17T06:13:26.003Z Downloaded toolchain_find v0.2.0
11882024-02-17T06:13:26.003Z Downloaded strum_macros v0.26.1
11892024-02-17T06:13:26.003Z Downloaded ref-cast-impl v1.0.20
11902024-02-17T06:13:26.003Z Downloaded fixedbitset v0.4.2
11912024-02-17T06:13:26.003Z Downloaded snafu v0.7.5
11922024-02-17T06:13:26.003Z Downloaded foreign-types v0.5.0
11932024-02-17T06:13:26.003Z Downloaded pretty_assertions v1.4.0
11942024-02-17T06:13:26.003Z Downloaded untrusted v0.7.1
11952024-02-17T06:13:26.003Z Downloaded fragile v2.0.0
11962024-02-17T06:13:26.004Z Downloaded synstructure v0.12.6
11972024-02-17T06:13:26.004Z Downloaded zeroize_derive v1.4.2
11982024-02-17T06:13:26.004Z Downloaded schemars v0.8.16
11992024-02-17T06:13:26.004Z Downloaded take_mut v0.2.2
12002024-02-17T06:13:26.004Z Downloaded usdt-impl v0.5.0
12012024-02-17T06:13:26.004Z Downloaded slog-json v2.6.1
12022024-02-17T06:13:26.004Z Downloaded spin v0.5.2
12032024-02-17T06:13:26.004Z Downloaded generic-array v0.14.7
12042024-02-17T06:13:26.004Z Downloaded smawk v0.3.1
12052024-02-17T06:13:26.004Z Downloaded packed_struct_codegen v0.10.1
12062024-02-17T06:13:26.004Z Downloaded usdt-impl v0.3.5
12072024-02-17T06:13:26.004Z Downloaded der v0.7.8
12082024-02-17T06:13:26.005Z Downloaded siphasher v0.3.11
12092024-02-17T06:13:26.005Z Downloaded unarray v0.1.4
12102024-02-17T06:13:26.005Z Downloaded sct v0.7.0
12112024-02-17T06:13:26.005Z Downloaded libm v0.2.7
12122024-02-17T06:13:26.005Z Downloaded resolv-conf v0.7.0
12132024-02-17T06:13:26.005Z Downloaded typenum v1.16.0
12142024-02-17T06:13:26.005Z Downloaded toml_edit v0.19.15
12152024-02-17T06:13:26.005Z Downloaded signal-hook-tokio v0.3.1
12162024-02-17T06:13:26.005Z Downloaded wait-timeout v0.2.0
12172024-02-17T06:13:26.005Z Downloaded blake3 v1.5.0
12182024-02-17T06:13:26.005Z Downloaded tower-layer v0.3.2
12192024-02-17T06:13:26.005Z Downloaded unicase v2.7.0
12202024-02-17T06:13:26.005Z Downloaded vte v0.11.1
12212024-02-17T06:13:26.005Z Downloaded aho-corasick v1.0.4
12222024-02-17T06:13:26.005Z Downloaded supports-color v3.0.0
12232024-02-17T06:13:26.006Z Downloaded whoami v1.4.1
12242024-02-17T06:13:26.006Z Downloaded pin-utils v0.1.0
12252024-02-17T06:13:26.006Z Downloaded fs-err v2.11.0
12262024-02-17T06:13:26.006Z Downloaded static_assertions v1.1.0
12272024-02-17T06:13:26.006Z Downloaded trybuild v1.0.89
12282024-02-17T06:13:26.006Z Downloaded tempfile v3.10.0
12292024-02-17T06:13:26.006Z Downloaded termcolor v1.2.0
12302024-02-17T06:13:26.006Z Downloaded omicron-zone-package v0.11.0
12312024-02-17T06:13:26.006Z Downloaded derive-where v1.2.7
12322024-02-17T06:13:26.007Z Downloaded relative-path v1.9.0
12332024-02-17T06:13:26.007Z Downloaded pest v2.7.6
12342024-02-17T06:13:26.007Z Downloaded hkdf v0.12.4
12352024-02-17T06:13:26.007Z Downloaded walkdir v2.4.0
12362024-02-17T06:13:26.007Z Downloaded tabled_derive v0.7.0
12372024-02-17T06:13:26.007Z Downloaded globset v0.4.13
12382024-02-17T06:13:26.007Z Downloaded digest v0.10.7
12392024-02-17T06:13:26.007Z Downloaded tinyvec v1.6.0
12402024-02-17T06:13:26.007Z Downloaded structmeta v0.3.0
12412024-02-17T06:13:26.007Z Downloaded num_cpus v1.16.0
12422024-02-17T06:13:26.007Z Downloaded smf v0.2.2
12432024-02-17T06:13:26.007Z Downloaded native-tls v0.2.11
12442024-02-17T06:13:26.007Z Downloaded postgres-types v0.2.6
12452024-02-17T06:13:26.007Z Downloaded tinytemplate v1.2.1
12462024-02-17T06:13:26.007Z Downloaded fatfs v0.3.6
12472024-02-17T06:13:26.007Z Downloaded vsss-rs v3.3.4
12482024-02-17T06:13:26.007Z Downloaded ff v0.13.0
12492024-02-17T06:13:26.007Z Downloaded idna v0.5.0
12502024-02-17T06:13:26.007Z Downloaded tracing-attributes v0.1.26
12512024-02-17T06:13:26.007Z Downloaded clap v2.34.0
12522024-02-17T06:13:26.008Z Downloaded salty v0.2.0
12532024-02-17T06:13:26.008Z Downloaded owo-colors v4.0.0
12542024-02-17T06:13:26.008Z Downloaded hyper v0.14.27
12552024-02-17T06:13:26.008Z Downloaded ref-cast v1.0.20
12562024-02-17T06:13:26.008Z Downloaded tokio-util v0.7.10
12572024-02-17T06:13:26.008Z Downloaded rstest v0.18.2
12582024-02-17T06:13:26.008Z Downloaded heapless v0.8.0
12592024-02-17T06:13:26.008Z Downloaded unicode-segmentation v1.10.1
12602024-02-17T06:13:26.008Z Downloaded petgraph v0.6.4
12612024-02-17T06:13:26.008Z Downloaded derive_more v0.99.17
12622024-02-17T06:13:26.008Z Downloaded reedline v0.29.0
12632024-02-17T06:13:26.008Z Downloaded unsafe-libyaml v0.2.10
12642024-02-17T06:13:26.009Z Downloaded typed-path v0.7.0
12652024-02-17T06:13:26.009Z Downloaded rsa v0.9.2
12662024-02-17T06:13:26.009Z Downloaded rcgen v0.12.1
12672024-02-17T06:13:26.009Z Downloaded tungstenite v0.20.1
12682024-02-17T06:13:26.009Z Downloaded zerocopy v0.7.32
12692024-02-17T06:13:26.009Z Downloaded zip v0.6.6
12702024-02-17T06:13:26.009Z Downloaded tower v0.4.13
12712024-02-17T06:13:26.009Z Downloaded num-bigint-dig v0.8.4
12722024-02-17T06:13:26.009Z Downloaded goblin v0.8.0
12732024-02-17T06:13:26.009Z Downloaded lalrpop v0.19.12
12742024-02-17T06:13:26.009Z Downloaded x509-cert v0.2.4
12752024-02-17T06:13:26.009Z Downloaded proptest v1.4.0
12762024-02-17T06:13:26.009Z Downloaded rand v0.8.5
12772024-02-17T06:13:26.009Z Downloaded regex-automata v0.1.10
12782024-02-17T06:13:26.009Z Downloaded reqwest v0.11.22
12792024-02-17T06:13:26.009Z Downloaded idna v0.2.3
12802024-02-17T06:13:26.010Z Downloaded sqlparser v0.43.1
12812024-02-17T06:13:26.010Z Downloaded futures-util v0.3.30
12822024-02-17T06:13:26.010Z Downloaded time v0.3.27
12832024-02-17T06:13:26.010Z Downloaded h2 v0.3.24
12842024-02-17T06:13:26.037Z Downloaded nix v0.27.1
12852024-02-17T06:13:26.037Z Downloaded rustls-webpki v0.101.7
12862024-02-17T06:13:26.037Z Downloaded rustls v0.21.9
12872024-02-17T06:13:26.037Z Downloaded tabled v0.15.0
12882024-02-17T06:13:26.047Z Downloaded bstr v0.2.17
12892024-02-17T06:13:26.471Z Downloaded quick-xml v0.30.0
12902024-02-17T06:13:26.471Z Downloaded webpki-roots v0.25.2
12912024-02-17T06:13:26.471Z Downloaded openssl v0.10.60
12922024-02-17T06:13:26.471Z Downloaded vcpkg v0.2.15
12932024-02-17T06:13:26.472Z Downloaded radix_trie v0.2.1
12942024-02-17T06:13:26.472Z Downloaded smoltcp v0.11.0
12952024-02-17T06:13:26.472Z Downloaded syn v1.0.109
12962024-02-17T06:13:26.472Z Downloaded regex v1.10.3
12972024-02-17T06:13:26.472Z Downloaded regex-syntax v0.8.2
12982024-02-17T06:13:26.472Z Downloaded ratatui v0.26.1
12992024-02-17T06:13:26.472Z Downloaded polar-core v0.27.0
13002024-02-17T06:13:26.472Z Downloaded diesel v2.1.4
13012024-02-17T06:13:26.472Z Downloaded zerocopy-derive v0.2.0
13022024-02-17T06:13:26.472Z Downloaded bzip2-sys v0.1.11+1.0.8
13032024-02-17T06:13:26.472Z Downloaded regress v0.8.0
13042024-02-17T06:13:26.472Z Downloaded openapiv3 v2.0.0
13052024-02-17T06:13:26.472Z Downloaded gimli v0.28.0
13062024-02-17T06:13:26.473Z Downloaded regex-syntax v0.6.29
13072024-02-17T06:13:26.473Z Downloaded bstr v1.6.0
13082024-02-17T06:13:26.473Z Downloaded sled v0.34.7
13092024-02-17T06:13:26.473Z Downloaded zerocopy-derive v0.6.4
13102024-02-17T06:13:26.473Z Downloaded regex-automata v0.4.4
13112024-02-17T06:13:26.473Z Downloaded regex-automata v0.3.8
13122024-02-17T06:13:26.473Z Downloaded csv v1.3.0
13132024-02-17T06:13:26.473Z Downloaded tokio v1.36.0
13142024-02-17T06:13:26.473Z Downloaded sha3 v0.10.8
13152024-02-17T06:13:26.473Z Downloaded trust-dns-proto v0.22.0
13162024-02-17T06:13:26.473Z Downloaded encoding_rs v0.8.33
13172024-02-17T06:13:26.473Z Downloaded object v0.32.1
13182024-02-17T06:13:26.473Z Downloaded rayon v1.8.0
13192024-02-17T06:13:26.474Z Downloaded smoltcp v0.9.1
13202024-02-17T06:13:26.491Z Downloaded object v0.30.4
13212024-02-17T06:13:26.491Z Downloaded curve25519-dalek v4.1.1
13222024-02-17T06:13:26.491Z Downloaded winnow v0.5.15
13232024-02-17T06:13:26.506Z Downloaded plotters v0.3.5
13242024-02-17T06:13:26.930Z Downloaded bitvec v1.0.1
13252024-02-17T06:13:27.353Z Downloaded hashbrown v0.12.3
13262024-02-17T06:13:27.353Z Downloaded guppy v0.17.5
13272024-02-17T06:13:27.353Z Downloaded rustls-webpki v0.102.1
13282024-02-17T06:13:27.353Z Downloaded portable-atomic v1.4.3
13292024-02-17T06:13:27.353Z Downloaded serde_with v3.6.1
13302024-02-17T06:13:27.353Z Downloaded headers v0.3.9
13312024-02-17T06:13:27.353Z Downloaded expectorate v1.1.0
13322024-02-17T06:13:27.354Z Downloaded nom v7.1.3
13332024-02-17T06:13:27.354Z Downloaded slog v2.7.0
13342024-02-17T06:13:27.354Z Downloaded rand v0.4.6
13352024-02-17T06:13:27.354Z Downloaded pretty-hex v0.4.1
13362024-02-17T06:13:27.354Z Downloaded num v0.4.1
13372024-02-17T06:13:27.354Z Downloaded dtrace-parser v0.2.0
13382024-02-17T06:13:27.354Z Downloaded subtle v2.5.0
13392024-02-17T06:13:27.354Z Downloaded signal-hook-registry v1.4.1
13402024-02-17T06:13:27.354Z Downloaded usdt v0.5.0
13412024-02-17T06:13:27.354Z Downloaded serde_plain v1.0.2
13422024-02-17T06:13:27.354Z Downloaded proc-macro-error-attr v1.0.4
13432024-02-17T06:13:27.355Z Downloaded futures-core v0.3.30
13442024-02-17T06:13:27.355Z Downloaded derive_builder v0.12.0
13452024-02-17T06:13:27.355Z Downloaded ring v0.17.7
13462024-02-17T06:13:27.355Z Downloaded pest_derive v2.7.6
13472024-02-17T06:13:27.355Z Downloaded stringprep v0.1.3
13482024-02-17T06:13:27.355Z Downloaded test-strategy v0.3.1
13492024-02-17T06:13:27.355Z Downloaded unicode-normalization v0.1.22
13502024-02-17T06:13:27.355Z Downloaded termios v0.3.3
13512024-02-17T06:13:27.355Z Downloaded serde_derive_internals v0.26.0
13522024-02-17T06:13:27.355Z Downloaded partial-io v0.5.4
13532024-02-17T06:13:27.355Z Downloaded url v2.5.0
13542024-02-17T06:13:27.355Z Downloaded rustyline v13.0.0
13552024-02-17T06:13:27.355Z Downloaded rustls v0.22.2
13562024-02-17T06:13:27.355Z Downloaded fnv v1.0.7
13572024-02-17T06:13:27.355Z Downloaded smallvec v1.13.1
13582024-02-17T06:13:27.356Z Downloaded trust-dns-resolver v0.22.0
13592024-02-17T06:13:27.356Z Downloaded target-spec v3.1.0
13602024-02-17T06:13:27.356Z Downloaded oorandom v11.1.3
13612024-02-17T06:13:27.356Z Downloaded der_derive v0.7.2
13622024-02-17T06:13:27.356Z Downloaded trust-dns-server v0.22.1
13632024-02-17T06:13:27.356Z Downloaded hyper v1.1.0
13642024-02-17T06:13:27.356Z Downloaded structopt v0.3.26
13652024-02-17T06:13:27.356Z Downloaded hashbrown v0.13.2
13662024-02-17T06:13:27.356Z Downloaded r2d2 v0.8.10
13672024-02-17T06:13:27.356Z Downloaded futures-task v0.3.30
13682024-02-17T06:13:27.356Z Downloaded subprocess v0.2.9
13692024-02-17T06:13:27.356Z Downloaded postcard v1.0.8
13702024-02-17T06:13:27.357Z Downloaded signal-hook v0.3.17
13712024-02-17T06:13:27.357Z Downloaded tough v0.16.0
13722024-02-17T06:13:27.357Z Downloaded spin v0.9.8
13732024-02-17T06:13:27.357Z Downloaded zerocopy v0.6.4
13742024-02-17T06:13:27.357Z Downloaded ed25519 v1.5.3
13752024-02-17T06:13:27.357Z Downloaded thread-id v4.2.0
13762024-02-17T06:13:27.357Z Downloaded semver-parser v0.10.2
13772024-02-17T06:13:27.357Z Downloaded flate2 v1.0.28
13782024-02-17T06:13:27.357Z Downloaded steno v0.4.0
13792024-02-17T06:13:27.357Z Downloaded filetime v0.2.23
13802024-02-17T06:13:27.357Z Downloaded gethostname v0.4.3
13812024-02-17T06:13:27.357Z Downloaded futures-timer v3.0.2
13822024-02-17T06:13:27.358Z Downloaded half v2.3.1
13832024-02-17T06:13:27.358Z Downloaded ring v0.16.20
13842024-02-17T06:13:27.358Z Downloaded ron v0.8.1
13852024-02-17T06:13:27.358Z Downloaded parking_lot v0.12.1
13862024-02-17T06:13:27.358Z Downloaded zone v0.3.0
13872024-02-17T06:13:27.358Z Downloaded num-bigint v0.4.4
13882024-02-17T06:13:27.358Z Downloaded http v0.2.11
13892024-02-17T06:13:27.358Z Downloaded rand_core v0.6.4
13902024-02-17T06:13:27.358Z Downloaded pin-project v1.1.3
13912024-02-17T06:13:27.358Z Downloaded minimal-lexical v0.2.1
13922024-02-17T06:13:27.359Z Downloaded tar v0.4.40
13932024-02-17T06:13:27.359Z Downloaded elliptic-curve v0.13.8
13942024-02-17T06:13:27.359Z Downloaded strip-ansi-escapes v0.2.0
13952024-02-17T06:13:27.359Z Downloaded postgres-protocol v0.6.6
13962024-02-17T06:13:27.359Z Downloaded derive_builder_core v0.12.0
13972024-02-17T06:13:27.359Z Downloaded strsim v0.8.0
13982024-02-17T06:13:27.359Z Downloaded slog-async v2.8.0
13992024-02-17T06:13:27.359Z Downloaded heck v0.3.3
14002024-02-17T06:13:27.359Z Downloaded pest_generator v2.7.6
14012024-02-17T06:13:27.359Z Downloaded oso v0.27.0
14022024-02-17T06:13:27.359Z Downloaded term v0.7.0
14032024-02-17T06:13:27.359Z Downloaded ucd-trie v0.1.6
14042024-02-17T06:13:27.360Z Downloaded password-hash v0.5.0
14052024-02-17T06:13:27.360Z Downloaded parse-display-derive v0.9.0
14062024-02-17T06:13:27.360Z Downloaded structopt-derive v0.4.18
14072024-02-17T06:13:27.360Z Downloaded structmeta-derive v0.3.0
14082024-02-17T06:13:27.360Z Downloaded rustls-pki-types v1.1.0
14092024-02-17T06:13:27.360Z Downloaded pem v3.0.2
14102024-02-17T06:13:27.360Z Downloaded chacha20poly1305 v0.10.1
14112024-02-17T06:13:27.360Z Downloaded plotters-backend v0.3.5
14122024-02-17T06:13:27.360Z Downloaded pin-project-lite v0.2.13
14132024-02-17T06:13:27.361Z Downloaded pest_meta v2.7.6
14142024-02-17T06:13:27.361Z Downloaded which v4.4.0
14152024-02-17T06:13:27.361Z Downloaded uuid v1.7.0
14162024-02-17T06:13:27.361Z Downloaded similar v2.3.0
14172024-02-17T06:13:27.361Z Downloaded tokio-rustls v0.25.0
14182024-02-17T06:13:27.361Z Downloaded hmac v0.12.1
14192024-02-17T06:13:27.361Z Downloaded nu-ansi-term v0.50.0
14202024-02-17T06:13:27.361Z Downloaded scroll v0.12.0
14212024-02-17T06:13:27.361Z Downloaded mime_guess v2.0.4
14222024-02-17T06:13:27.361Z Downloaded crc32fast v1.3.2
14232024-02-17T06:13:27.361Z Downloaded libloading v0.7.4
14242024-02-17T06:13:27.361Z Downloaded futures-macro v0.3.30
14252024-02-17T06:13:27.367Z Downloaded defmt-macros v0.3.6
14262024-02-17T06:13:27.367Z Downloaded structmeta-derive v0.2.0
14272024-02-17T06:13:27.367Z Downloaded itertools v0.10.5
14282024-02-17T06:13:27.367Z Downloaded addr2line v0.21.0
14292024-02-17T06:13:27.368Z Downloaded cookie v0.18.0
14302024-02-17T06:13:27.368Z Downloaded similar-asserts v1.5.0
14312024-02-17T06:13:27.368Z Downloaded num_enum_derive v0.5.11
14322024-02-17T06:13:27.368Z Downloaded tokio-native-tls v0.3.1
14332024-02-17T06:13:27.368Z Downloaded tokio-macros v2.2.0
14342024-02-17T06:13:27.368Z Downloaded rpassword v7.3.1
14352024-02-17T06:13:27.368Z Downloaded hubpack v0.1.2
14362024-02-17T06:13:27.368Z Downloaded lock_api v0.4.10
14372024-02-17T06:13:27.368Z Downloaded serde_repr v0.1.16
14382024-02-17T06:13:27.368Z Downloaded scheduled-thread-pool v0.2.7
14392024-02-17T06:13:27.368Z Downloaded mockall_derive v0.12.0
14402024-02-17T06:13:27.368Z Downloaded memmap2 v0.7.1
14412024-02-17T06:13:27.368Z Downloaded bit-vec v0.6.3
14422024-02-17T06:13:27.368Z Downloaded memmap v0.7.0
14432024-02-17T06:13:27.368Z Downloaded impl-trait-for-tuples v0.2.2
14442024-02-17T06:13:27.368Z Downloaded signal-hook-mio v0.2.3
14452024-02-17T06:13:27.368Z Downloaded tempdir v0.3.7
14462024-02-17T06:13:27.368Z Downloaded strsim v0.10.0
14472024-02-17T06:13:27.368Z Downloaded ansi_term v0.12.1
14482024-02-17T06:13:27.368Z Downloaded memoffset v0.9.0
14492024-02-17T06:13:27.368Z Downloaded lazycell v1.3.0
14502024-02-17T06:13:27.369Z Downloaded base64ct v1.6.0
14512024-02-17T06:13:27.369Z Downloaded serde_tokenstream v0.1.7
14522024-02-17T06:13:27.369Z Downloaded ipnet v2.9.0
14532024-02-17T06:13:27.369Z Downloaded num_threads v0.1.6
14542024-02-17T06:13:27.369Z Downloaded tui-tree-widget v0.17.0
14552024-02-17T06:13:27.369Z Downloaded bzip2 v0.4.4
14562024-02-17T06:13:27.369Z Downloaded mime v0.3.17
14572024-02-17T06:13:27.369Z Downloaded corncobs v0.1.3
14582024-02-17T06:13:27.369Z Downloaded stability v0.1.1
14592024-02-17T06:13:27.369Z Downloaded console v0.15.8
14602024-02-17T06:13:27.369Z Downloaded memoffset v0.7.1
14612024-02-17T06:13:27.369Z Downloaded linear-map v1.2.0
14622024-02-17T06:13:27.369Z Downloaded macaddr v1.0.1
14632024-02-17T06:13:27.369Z Downloaded bb8 v0.8.3
14642024-02-17T06:13:27.369Z Downloaded httpdate v1.0.3
14652024-02-17T06:13:27.369Z Downloaded lazy_static v1.4.0
14662024-02-17T06:13:27.369Z Downloaded lalrpop-util v0.19.12
14672024-02-17T06:13:27.369Z Downloaded arrayvec v0.7.4
14682024-02-17T06:13:27.369Z Downloaded serde-big-array v0.4.1
14692024-02-17T06:13:27.369Z Downloaded async-stream v0.3.5
14702024-02-17T06:13:27.369Z Downloaded ascii-canvas v3.0.0
14712024-02-17T06:13:27.369Z Downloaded async-recursion v1.0.5
14722024-02-17T06:13:27.369Z Downloaded approx v0.5.1
14732024-02-17T06:13:27.369Z Downloaded linked-hash-map v0.5.6
14742024-02-17T06:13:27.369Z Downloaded highway v1.1.0
14752024-02-17T06:13:27.369Z Downloaded anes v0.1.6
14762024-02-17T06:13:27.370Z Downloaded constant_time_eq v0.2.6
14772024-02-17T06:13:27.370Z Downloaded array-init v0.0.4
14782024-02-17T06:13:27.370Z Downloaded is-terminal v0.4.9
14792024-02-17T06:13:27.370Z Downloaded cpufeatures v0.2.12
14802024-02-17T06:13:27.370Z Downloaded colored v2.0.4
14812024-02-17T06:13:27.370Z Downloaded newline-converter v0.3.0
14822024-02-17T06:13:27.370Z Downloaded camino-tempfile v1.1.1
14832024-02-17T06:13:27.370Z Downloaded hyper-tls v0.5.0
14842024-02-17T06:13:27.370Z Downloaded ciborium-io v0.2.2
14852024-02-17T06:13:27.370Z Downloaded chacha20 v0.9.1
14862024-02-17T06:13:27.370Z Downloaded cfg-if v1.0.0
14872024-02-17T06:13:27.370Z Downloaded assert_matches v1.5.0
14882024-02-17T06:13:27.370Z Downloaded buf-list v1.0.3
14892024-02-17T06:13:27.370Z Downloaded async-stream-impl v0.3.5
14902024-02-17T06:13:27.370Z Downloaded sha1 v0.10.6
14912024-02-17T06:13:27.370Z Downloaded rstest_macros v0.18.2
14922024-02-17T06:13:27.370Z Downloaded crc-catalog v2.2.0
14932024-02-17T06:13:27.370Z Downloaded rustc_version v0.4.0
14942024-02-17T06:13:27.370Z Downloaded ident_case v1.0.1
14952024-02-17T06:13:27.370Z Downloaded hyper-util v0.1.2
14962024-02-17T06:13:27.370Z Downloaded hyper-rustls v0.24.2
14972024-02-17T06:13:27.618Z Compiling libc v0.2.153
14982024-02-17T06:13:27.618Z Compiling serde v1.0.196
14992024-02-17T06:13:27.618Z Compiling autocfg v1.1.0
15002024-02-17T06:13:27.622Z Compiling version_check v0.9.4
15012024-02-17T06:13:27.622Z Checking cfg-if v1.0.0
15022024-02-17T06:13:27.664Z Compiling syn v1.0.109
15032024-02-17T06:13:27.716Z Compiling syn v2.0.48
15042024-02-17T06:13:28.174Z Compiling parking_lot_core v0.9.8
15052024-02-17T06:13:28.184Z Compiling libm v0.2.7
15062024-02-17T06:13:28.184Z Compiling memchr v2.6.3
15072024-02-17T06:13:28.296Z Compiling once_cell v1.19.0
15082024-02-17T06:13:28.317Z Compiling serde_json v1.0.113
15092024-02-17T06:13:28.547Z Compiling lock_api v0.4.10
15102024-02-17T06:13:28.645Z Compiling ahash v0.8.7
15112024-02-17T06:13:29.102Z Compiling num-traits v0.2.16
15122024-02-17T06:13:29.110Z Compiling byteorder v1.5.0
15132024-02-17T06:13:29.449Z Compiling log v0.4.20
15142024-02-17T06:13:29.715Z Checking getrandom v0.2.10
15152024-02-17T06:13:29.753Z Compiling cc v1.0.83
15162024-02-17T06:13:29.939Z Compiling slab v0.4.9
15172024-02-17T06:13:30.054Z Compiling typenum v1.16.0
15182024-02-17T06:13:30.101Z Checking itoa v1.0.9
15192024-02-17T06:13:30.244Z Compiling generic-array v0.14.7
15202024-02-17T06:13:30.346Z Checking scopeguard v1.2.0
15212024-02-17T06:13:30.388Z Compiling allocator-api2 v0.2.16
15222024-02-17T06:13:30.453Z Compiling pkg-config v0.3.27
15232024-02-17T06:13:31.050Z Compiling rustix v0.38.31
15242024-02-17T06:13:31.081Z Checking smallvec v1.13.1
15252024-02-17T06:13:31.431Z Compiling schemars v0.8.16
15262024-02-17T06:13:31.503Z Compiling httparse v1.8.0
15272024-02-17T06:13:31.516Z Compiling fnv v1.0.7
15282024-02-17T06:13:31.915Z Compiling vcpkg v0.2.15
15292024-02-17T06:13:31.976Z Compiling aho-corasick v1.0.4
15302024-02-17T06:13:32.256Z Compiling regex-syntax v0.8.2
15312024-02-17T06:13:32.956Z Compiling ring v0.17.7
15322024-02-17T06:13:34.261Z Compiling openssl-sys v0.9.96
15332024-02-17T06:13:34.900Z Checking parking_lot v0.12.1
15342024-02-17T06:13:35.104Z Compiling ucd-trie v0.1.6
15352024-02-17T06:13:35.230Z Checking pin-project-lite v0.2.13
15362024-02-17T06:13:36.068Z Compiling serde_derive_internals v0.26.0
15372024-02-17T06:13:36.072Z Compiling regex-automata v0.4.4
15382024-02-17T06:13:36.640Z Compiling ring v0.16.20
15392024-02-17T06:13:37.256Z Checking ryu v1.0.15
15402024-02-17T06:13:38.351Z Checking signal-hook-registry v1.4.1
15412024-02-17T06:13:38.426Z Compiling openssl v0.10.60
15422024-02-17T06:13:38.573Z Compiling crossbeam-utils v0.8.16
15432024-02-17T06:13:38.877Z Checking mio v0.8.9
15442024-02-17T06:13:38.935Z Checking rand_core v0.6.4
15452024-02-17T06:13:39.101Z Compiling iana-time-zone v0.1.57
15462024-02-17T06:13:39.174Z Checking num_cpus v1.16.0
15472024-02-17T06:13:39.273Z Checking futures-core v0.3.30
15482024-02-17T06:13:39.442Z Compiling regex v1.10.3
15492024-02-17T06:13:39.455Z Compiling native-tls v0.2.11
15502024-02-17T06:13:39.485Z Compiling rustls v0.21.9
15512024-02-17T06:13:39.753Z Compiling spin v0.5.2
15522024-02-17T06:13:39.839Z Compiling dyn-clone v1.0.16
15532024-02-17T06:13:39.938Z Checking socket2 v0.5.5
15542024-02-17T06:13:39.954Z Compiling async-trait v0.1.77
15552024-02-17T06:13:40.448Z Compiling slog v2.7.0
15562024-02-17T06:13:40.520Z Compiling memoffset v0.9.0
15572024-02-17T06:13:40.980Z Compiling crossbeam-epoch v0.9.15
15582024-02-17T06:13:40.996Z Compiling backtrace v0.3.69
15592024-02-17T06:13:41.383Z Compiling futures-sink v0.3.30
15602024-02-17T06:13:41.466Z Compiling errno v0.3.8
15612024-02-17T06:13:41.529Z Compiling rustversion v1.0.14
15622024-02-17T06:13:41.679Z Compiling either v1.10.0
15632024-02-17T06:13:41.731Z Compiling tinyvec_macros v0.1.1
15642024-02-17T06:13:41.819Z Compiling crc32fast v1.3.2
15652024-02-17T06:13:41.957Z Compiling unicode-xid v0.2.4
15662024-02-17T06:13:42.041Z Compiling tinyvec v1.6.0
15672024-02-17T06:13:42.119Z Compiling futures-channel v0.3.30
15682024-02-17T06:13:42.727Z Compiling serde_derive v1.0.196
15692024-02-17T06:13:42.730Z Compiling zerocopy-derive v0.7.32
15702024-02-17T06:13:42.730Z Compiling thiserror-impl v1.0.57
15712024-02-17T06:13:42.730Z Compiling zeroize_derive v1.4.2
15722024-02-17T06:13:42.730Z Compiling tokio-macros v2.2.0
15732024-02-17T06:13:43.058Z Compiling futures-macro v0.3.30
15742024-02-17T06:13:43.549Z Compiling tracing-attributes v0.1.26
15752024-02-17T06:13:44.228Z Compiling schemars_derive v0.8.16
15762024-02-17T06:13:44.314Z Compiling openssl-macros v0.1.1
15772024-02-17T06:13:44.806Z Compiling zerocopy v0.7.32
15782024-02-17T06:13:45.058Z Checking zeroize v1.7.0
15792024-02-17T06:13:45.760Z Compiling thiserror v1.0.57
15802024-02-17T06:13:45.896Z Compiling pest v2.7.6
15812024-02-17T06:13:46.454Z Compiling anyhow v1.0.75
15822024-02-17T06:13:46.602Z Compiling futures-io v0.3.30
15832024-02-17T06:13:46.942Z Compiling pin-utils v0.1.0
15842024-02-17T06:13:47.035Z Compiling hashbrown v0.14.3
15852024-02-17T06:13:47.077Z Compiling unicode-width v0.1.11
15862024-02-17T06:13:47.100Z Compiling futures-task v0.3.30
15872024-02-17T06:13:47.370Z Compiling futures-util v0.3.30
15882024-02-17T06:13:47.551Z Compiling unicode-normalization v0.1.22
15892024-02-17T06:13:48.352Z Compiling spin v0.9.8
15902024-02-17T06:13:48.848Z Compiling pest_meta v2.7.6
15912024-02-17T06:13:48.848Z Compiling tracing-core v0.1.31
15922024-02-17T06:13:48.848Z Compiling unicode-bidi v0.3.13
15932024-02-17T06:13:48.848Z Compiling der_derive v0.7.2
15942024-02-17T06:13:49.220Z Compiling tracing v0.1.37
15952024-02-17T06:13:49.741Z Compiling pest_generator v2.7.6
15962024-02-17T06:13:49.880Z Compiling winnow v0.5.15
15972024-02-17T06:13:50.347Z Compiling lazy_static v1.4.0
15982024-02-17T06:13:51.088Z Checking subtle v2.5.0
15992024-02-17T06:13:52.463Z Compiling percent-encoding v2.3.1
16002024-02-17T06:13:52.832Z Compiling untrusted v0.9.0
16012024-02-17T06:13:53.008Z Compiling time-core v0.1.1
16022024-02-17T06:13:53.186Z Compiling foreign-types-shared v0.1.1
16032024-02-17T06:13:53.287Z Compiling untrusted v0.7.1
16042024-02-17T06:13:53.428Z Compiling pest_derive v2.7.6
16052024-02-17T06:13:53.890Z Compiling foreign-types v0.3.2
16062024-02-17T06:13:53.984Z Compiling time-macros v0.2.13
16072024-02-17T06:13:54.937Z Compiling scroll_derive v0.12.0
16082024-02-17T06:13:55.586Z Compiling synstructure v0.12.6
16092024-02-17T06:13:56.519Z Checking bytes v1.5.0
16102024-02-17T06:13:56.575Z Checking bitflags v2.4.0
16112024-02-17T06:13:57.082Z Compiling thread-id v4.2.0
16122024-02-17T06:13:57.182Z Compiling try-lock v0.2.4
16132024-02-17T06:13:57.347Z Compiling indexmap v2.2.3
16142024-02-17T06:13:57.700Z Compiling uuid v1.7.0
16152024-02-17T06:13:57.891Z Compiling chrono v0.4.31
16162024-02-17T06:13:58.220Z Compiling http v0.2.11
16172024-02-17T06:13:58.305Z Compiling semver v1.0.21
16182024-02-17T06:13:58.466Z Checking tokio v1.36.0
16192024-02-17T06:13:59.090Z Compiling toml_datetime v0.6.5
16202024-02-17T06:13:59.322Z Compiling serde_spanned v0.6.5
16212024-02-17T06:13:59.549Z Compiling openapiv3 v2.0.0
16222024-02-17T06:13:59.568Z Compiling rustc_version v0.4.0
16232024-02-17T06:14:00.436Z Compiling toml_edit v0.19.15
16242024-02-17T06:14:00.795Z Compiling base64 v0.21.7
16252024-02-17T06:14:01.698Z Compiling http-body v0.4.5
16262024-02-17T06:14:01.982Z Compiling want v0.3.1
16272024-02-17T06:14:02.102Z Compiling zerocopy-derive v0.2.0
16282024-02-17T06:14:02.264Z Compiling rustls-webpki v0.101.7
16292024-02-17T06:14:04.276Z Compiling sct v0.7.0
16302024-02-17T06:14:04.296Z Compiling form_urlencoded v1.2.1
16312024-02-17T06:14:04.991Z Compiling socket2 v0.4.9
16322024-02-17T06:14:05.014Z Compiling const-oid v0.9.5
16332024-02-17T06:14:05.014Z Compiling openssl-probe v0.1.5
16342024-02-17T06:14:05.031Z Compiling httpdate v1.0.3
16352024-02-17T06:14:05.311Z Compiling tower-service v0.3.2
16362024-02-17T06:14:05.425Z Compiling idna v0.5.0
16372024-02-17T06:14:05.571Z Compiling adler v1.0.2
16382024-02-17T06:14:05.788Z Compiling miniz_oxide v0.7.1
16392024-02-17T06:14:06.494Z Compiling url v2.5.0
16402024-02-17T06:14:06.719Z Compiling tokio-util v0.7.10
16412024-02-17T06:14:07.430Z Compiling ipnet v2.9.0
16422024-02-17T06:14:07.944Z Compiling h2 v0.3.24
16432024-02-17T06:14:08.652Z Compiling tokio-native-tls v0.3.1
16442024-02-17T06:14:08.669Z Compiling signal-hook v0.3.17
16452024-02-17T06:14:08.901Z Compiling serde_urlencoded v0.7.1
16462024-02-17T06:14:08.906Z Compiling rustls-pemfile v1.0.3
16472024-02-17T06:14:08.991Z Compiling crypto-common v0.1.6
16482024-02-17T06:14:09.217Z Compiling clap_derive v4.5.0
16492024-02-17T06:14:09.301Z Compiling zerocopy-derive v0.6.4
16502024-02-17T06:14:09.406Z Compiling tokio-rustls v0.24.1
16512024-02-17T06:14:09.825Z Compiling usdt-impl v0.3.5
16522024-02-17T06:14:10.191Z Compiling encoding_rs v0.8.33
16532024-02-17T06:14:10.755Z Compiling webpki-roots v0.25.2
16542024-02-17T06:14:10.794Z Compiling gimli v0.28.0
16552024-02-17T06:14:10.899Z Compiling siphasher v0.3.11
16562024-02-17T06:14:12.148Z Compiling mime v0.3.17
16572024-02-17T06:14:12.259Z Compiling zerocopy v0.3.0
16582024-02-17T06:14:12.260Z Compiling scroll v0.12.0
16592024-02-17T06:14:12.522Z Compiling block-buffer v0.10.4
16602024-02-17T06:14:12.796Z Compiling bzip2-sys v0.1.11+1.0.8
16612024-02-17T06:14:12.898Z Compiling object v0.32.1
16622024-02-17T06:14:13.278Z Compiling usdt-impl v0.5.0
16632024-02-17T06:14:13.649Z Compiling num-iter v0.1.43
16642024-02-17T06:14:14.115Z Compiling plain v0.2.3
16652024-02-17T06:14:14.119Z Compiling rustc-demangle v0.1.23
16662024-02-17T06:14:14.512Z Compiling goblin v0.8.0
16672024-02-17T06:14:14.803Z Compiling flate2 v1.0.28
16682024-02-17T06:14:14.905Z Compiling digest v0.10.7
16692024-02-17T06:14:15.088Z Compiling hyper v0.14.27
16702024-02-17T06:14:15.369Z Compiling addr2line v0.21.0
16712024-02-17T06:14:15.478Z Compiling dof v0.1.5
16722024-02-17T06:14:15.765Z Compiling heapless v0.7.16
16732024-02-17T06:14:16.008Z Compiling dtrace-parser v0.1.14
16742024-02-17T06:14:16.186Z Compiling futures-executor v0.3.30
16752024-02-17T06:14:16.240Z Compiling strum_macros v0.25.2
16762024-02-17T06:14:16.465Z Compiling ppv-lite86 v0.2.17
16772024-02-17T06:14:16.812Z Checking equivalent v1.0.1
16782024-02-17T06:14:17.300Z Compiling pretty-hex v0.4.1
16792024-02-17T06:14:17.511Z Compiling rand_chacha v0.3.1
16802024-02-17T06:14:18.691Z Compiling toml_edit v0.22.6
16812024-02-17T06:14:19.874Z Compiling futures v0.3.30
16822024-02-17T06:14:19.879Z Compiling toml v0.7.8
16832024-02-17T06:14:19.894Z Compiling serde_tokenstream v0.1.7
16842024-02-17T06:14:20.431Z Compiling dof v0.3.0
16852024-02-17T06:14:21.124Z Compiling hex v0.4.3
16862024-02-17T06:14:21.712Z Compiling dtrace-parser v0.2.0
16872024-02-17T06:14:22.641Z Compiling hyper-rustls v0.24.2
16882024-02-17T06:14:22.672Z Compiling hyper-tls v0.5.0
16892024-02-17T06:14:23.191Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
16902024-02-17T06:14:23.195Z Compiling bit-vec v0.6.3
16912024-02-17T06:14:23.195Z Compiling reqwest v0.11.22
16922024-02-17T06:14:23.345Z Compiling rand v0.8.5
16932024-02-17T06:14:23.761Z Compiling phf_shared v0.10.0
16942024-02-17T06:14:23.776Z Compiling num-bigint v0.4.4
16952024-02-17T06:14:24.154Z Compiling smoltcp v0.9.1
16962024-02-17T06:14:24.651Z Compiling fixedbitset v0.4.2
16972024-02-17T06:14:24.966Z Compiling base64ct v1.6.0
16982024-02-17T06:14:25.026Z Compiling minimal-lexical v0.2.1
16992024-02-17T06:14:25.101Z Compiling precomputed-hash v0.1.1
17002024-02-17T06:14:25.216Z Compiling new_debug_unreachable v1.0.4
17012024-02-17T06:14:25.300Z Compiling string_cache v0.8.7
17022024-02-17T06:14:25.438Z Compiling pem-rfc7468 v0.7.0
17032024-02-17T06:14:25.518Z Compiling nom v7.1.3
17042024-02-17T06:14:25.600Z Compiling petgraph v0.6.4
17052024-02-17T06:14:25.756Z Compiling bit-set v0.5.3
17062024-02-17T06:14:25.974Z Compiling usdt-macro v0.3.5
17072024-02-17T06:14:26.027Z Compiling usdt-attr-macro v0.3.5
17082024-02-17T06:14:26.219Z Compiling hmac v0.12.1
17092024-02-17T06:14:26.454Z Compiling enum-as-inner v0.5.1
17102024-02-17T06:14:26.534Z Compiling hubpack_derive v0.1.1
17112024-02-17T06:14:27.121Z Compiling itertools v0.10.5
17122024-02-17T06:14:27.446Z Compiling diesel_table_macro_syntax v0.1.0
17132024-02-17T06:14:27.593Z Compiling lalrpop-util v0.19.12
17142024-02-17T06:14:27.605Z Compiling flagset v0.4.3
17152024-02-17T06:14:27.654Z Compiling unicode-segmentation v1.10.1
17162024-02-17T06:14:27.807Z Compiling der v0.7.8
17172024-02-17T06:14:27.846Z Compiling diesel_derives v2.1.2
17182024-02-17T06:14:29.647Z Compiling cpufeatures v0.2.12
17192024-02-17T06:14:29.746Z Compiling sha2 v0.10.8
17202024-02-17T06:14:29.986Z Compiling spki v0.7.2
17212024-02-17T06:14:30.010Z Compiling md-5 v0.10.5
17222024-02-17T06:14:30.114Z Compiling stringprep v0.1.3
17232024-02-17T06:14:31.205Z Compiling serde_repr v0.1.16
17242024-02-17T06:14:31.226Z Compiling num-integer v0.1.46
17252024-02-17T06:14:31.227Z Compiling hash32 v0.2.1
17262024-02-17T06:14:31.227Z Compiling stable_deref_trait v1.2.0
17272024-02-17T06:14:31.227Z Compiling fallible-iterator v0.2.0
17282024-02-17T06:14:31.227Z Compiling pkcs8 v0.10.2
17292024-02-17T06:14:31.663Z Compiling phf_shared v0.11.2
17302024-02-17T06:14:31.793Z Compiling postgres-protocol v0.6.6
17312024-02-17T06:14:32.041Z Compiling ff v0.13.0
17322024-02-17T06:14:32.271Z Compiling terminal_size v0.3.0
17332024-02-17T06:14:32.456Z Compiling block-padding v0.3.3
17342024-02-17T06:14:32.483Z Compiling scheduled-thread-pool v0.2.7
17352024-02-17T06:14:32.516Z Compiling deranged v0.3.8
17362024-02-17T06:14:33.113Z Compiling bitflags v1.3.2
17372024-02-17T06:14:33.152Z Compiling managed v0.8.0
17382024-02-17T06:14:33.152Z Compiling num_threads v0.1.6
17392024-02-17T06:14:33.152Z Compiling base16ct v0.2.0
17402024-02-17T06:14:33.152Z Compiling matches v0.1.10
17412024-02-17T06:14:36.210Z Compiling regex-automata v0.1.10
17422024-02-17T06:14:36.638Z Checking unicode-ident v1.0.12
17432024-02-17T06:14:36.638Z Compiling clap_builder v4.5.0
17442024-02-17T06:14:36.638Z Compiling sec1 v0.7.3
17452024-02-17T06:14:36.638Z Compiling idna v0.2.3
17462024-02-17T06:14:36.638Z Compiling bstr v0.2.17
17472024-02-17T06:14:36.638Z Compiling r2d2 v0.8.10
17482024-02-17T06:14:36.638Z Compiling time v0.3.27
17492024-02-17T06:14:36.638Z Compiling inout v0.1.3
17502024-02-17T06:14:36.638Z Compiling postgres-types v0.2.6
17512024-02-17T06:14:36.638Z Compiling group v0.13.0
17522024-02-17T06:14:36.639Z Compiling signal-hook-mio v0.2.3
17532024-02-17T06:14:36.639Z Compiling phf v0.11.2
17542024-02-17T06:14:36.639Z Compiling bzip2 v0.4.4
17552024-02-17T06:14:36.639Z Compiling hubpack v0.1.2
17562024-02-17T06:14:36.639Z Compiling hkdf v0.12.4
17572024-02-17T06:14:37.047Z Compiling zerocopy v0.6.4
17582024-02-17T06:14:37.047Z Compiling crypto-bigint v0.5.2
17592024-02-17T06:14:37.048Z Compiling ipnetwork v0.20.0
17602024-02-17T06:14:37.745Z Compiling float-cmp v0.9.0
17612024-02-17T06:14:38.096Z Compiling whoami v1.4.1
17622024-02-17T06:14:38.504Z Compiling difflib v0.4.0
17632024-02-17T06:14:38.741Z Compiling predicates-core v1.0.6
17642024-02-17T06:14:38.773Z Compiling regex-automata v0.3.8
17652024-02-17T06:14:39.118Z Compiling normalize-line-endings v0.3.0
17662024-02-17T06:14:39.312Z Compiling static_assertions v1.1.0
17672024-02-17T06:14:39.312Z Compiling data-encoding v2.4.0
17682024-02-17T06:14:39.996Z Compiling trust-dns-proto v0.22.0
17692024-02-17T06:14:40.047Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
17702024-02-17T06:14:40.047Z Compiling predicates v3.1.0
17712024-02-17T06:14:41.170Z Compiling bstr v1.6.0
17722024-02-17T06:14:41.763Z Compiling yasna v0.5.2
17732024-02-17T06:14:42.454Z Compiling elliptic-curve v0.13.8
17742024-02-17T06:14:43.880Z Compiling tokio-postgres v0.7.10
17752024-02-17T06:14:56.979Z Compiling clap v4.5.0
17762024-02-17T06:14:56.979Z Compiling zip v0.6.6
17772024-02-17T06:14:56.979Z Compiling crossterm v0.27.0
17782024-02-17T06:14:56.979Z Compiling similar v2.3.0
17792024-02-17T06:14:57.214Z Compiling cipher v0.4.4
17802024-02-17T06:14:57.214Z Compiling diesel v2.1.4
17812024-02-17T06:14:57.214Z Compiling usdt v0.3.5
17822024-02-17T06:14:57.214Z Compiling strum v0.25.0
17832024-02-17T06:14:57.214Z Compiling tokio-stream v0.1.14
17842024-02-17T06:14:57.214Z Compiling console v0.15.8
17852024-02-17T06:14:57.333Z Checking proc-macro2 v1.0.78
17862024-02-17T06:14:57.334Z Checking quote v1.0.35
17872024-02-17T06:14:57.334Z Checking utf8parse v0.2.1
17882024-02-17T06:14:57.334Z Checking anstyle v1.0.2
17892024-02-17T06:14:57.334Z Checking anstyle-parse v0.2.1
17902024-02-17T06:14:57.334Z Checking colorchoice v1.0.0
17912024-02-17T06:14:57.334Z Checking anstyle-query v1.0.0
17922024-02-17T06:14:57.334Z Checking anstream v0.6.11
17932024-02-17T06:14:57.334Z Compiling serde_tokenstream v0.2.0
17942024-02-17T06:14:57.396Z Checking clap_lex v0.7.0
17952024-02-17T06:14:57.538Z Checking strsim v0.11.0
17962024-02-17T06:15:02.914Z Checking winnow v0.6.1
17972024-02-17T06:15:09.830Z Compiling regress v0.8.0
17982024-02-17T06:15:12.366Z Compiling getopts v0.2.21
17992024-02-17T06:15:12.596Z Compiling unsafe-libyaml v0.2.10
18002024-02-17T06:15:12.865Z Checking heck v0.4.1
18012024-02-17T06:15:13.038Z Compiling typify-impl v0.0.15 (https://github.com/oxidecomputer/typify#ce009d6f)
18022024-02-17T06:15:14.617Z Compiling serde_yaml v0.9.25
18032024-02-17T06:15:15.104Z Checking camino v1.1.6
18042024-02-17T06:15:15.248Z Checking progenitor-client v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#bc0bb4b0)
18052024-02-17T06:15:15.572Z Compiling ident_case v1.0.1
18062024-02-17T06:15:15.659Z Compiling strsim v0.10.0
18072024-02-17T06:15:15.753Z Checking fastrand v2.0.1
18082024-02-17T06:15:15.782Z Checking rustls-pki-types v1.1.0
18092024-02-17T06:15:16.072Z Checking match_cfg v0.1.0
18102024-02-17T06:15:16.145Z Checking hostname v0.3.1
18112024-02-17T06:15:16.164Z Checking tempfile v3.10.0
18122024-02-17T06:15:16.270Z Checking http v1.0.0
18132024-02-17T06:15:16.890Z Checking atty v0.2.14
18142024-02-17T06:15:16.894Z Checking quick-error v1.2.3
18152024-02-17T06:15:16.894Z Compiling paste v1.0.14
18162024-02-17T06:15:16.894Z Checking sha1 v0.10.6
18172024-02-17T06:15:16.908Z Checking dirs-sys-next v0.1.2
18182024-02-17T06:15:17.500Z Compiling rustls v0.22.2
18192024-02-17T06:15:17.505Z Checking dirs-next v2.0.0
18202024-02-17T06:15:17.537Z Checking rustls-webpki v0.102.1
18212024-02-17T06:15:17.631Z Checking crossbeam-channel v0.5.8
18222024-02-17T06:15:18.348Z Checking thread_local v1.1.7
18232024-02-17T06:15:18.355Z Checking instant v0.1.12
18242024-02-17T06:15:18.567Z Compiling slog-async v2.8.0
18252024-02-17T06:15:18.586Z Checking term v0.7.0
18262024-02-17T06:15:20.957Z Checking rustls-pemfile v2.0.0
18272024-02-17T06:15:21.119Z Compiling multer v3.0.0
18282024-02-17T06:15:21.119Z Checking debug-ignore v1.0.5
18292024-02-17T06:15:21.119Z Checking take_mut v0.2.2
18302024-02-17T06:15:21.119Z Checking slog-term v2.9.0
18312024-02-17T06:15:21.119Z Compiling darling_core v0.20.3
18322024-02-17T06:15:21.119Z Checking slog-json v2.6.1
18332024-02-17T06:15:21.119Z Compiling async-stream-impl v0.3.5
18342024-02-17T06:15:21.119Z Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#711a7490)
18352024-02-17T06:15:21.119Z Checking atomic-waker v1.1.1
18362024-02-17T06:15:21.119Z Checking waitgroup v0.1.2
18372024-02-17T06:15:21.119Z Checking slog-bunyan v2.5.0
18382024-02-17T06:15:21.119Z Checking toml v0.8.10
18392024-02-17T06:15:21.119Z Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#711a7490)
18402024-02-17T06:15:21.119Z Checking serde_path_to_error v0.1.15
18412024-02-17T06:15:21.120Z Checking async-stream v0.3.5
18422024-02-17T06:15:21.411Z Checking wait-timeout v0.2.0
18432024-02-17T06:15:21.513Z Compiling strum_macros v0.26.1
18442024-02-17T06:15:21.513Z Compiling structmeta-derive v0.3.0
18452024-02-17T06:15:22.209Z Checking tokio-rustls v0.25.0
18462024-02-17T06:15:22.572Z Checking rusty-fork v0.3.0
18472024-02-17T06:15:22.855Z Checking newtype-uuid v1.0.1
18482024-02-17T06:15:23.108Z Compiling structmeta-derive v0.2.0
18492024-02-17T06:15:24.712Z Compiling structmeta v0.3.0
18502024-02-17T06:15:25.590Z Checking rand_xorshift v0.3.0
18512024-02-17T06:15:26.009Z Checking unarray v0.1.4
18522024-02-17T06:15:26.009Z Compiling darling_macro v0.20.3
18532024-02-17T06:15:26.010Z Checking proptest v1.4.0
18542024-02-17T06:15:26.264Z Compiling structmeta v0.2.0
18552024-02-17T06:15:26.403Z Compiling darling v0.20.3
18562024-02-17T06:15:26.500Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
18572024-02-17T06:15:26.517Z Compiling serde_with_macros v3.6.1
18582024-02-17T06:15:29.072Z Checking strum v0.26.1
18592024-02-17T06:15:29.247Z Compiling parse-display-derive v0.9.0
18602024-02-17T06:15:29.247Z Checking backoff v0.4.0
18612024-02-17T06:15:29.247Z Compiling test-strategy v0.3.1
18622024-02-17T06:15:29.247Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
18632024-02-17T06:15:29.247Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
18642024-02-17T06:15:29.248Z Checking serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
18652024-02-17T06:15:29.248Z Checking macaddr v1.0.1
18662024-02-17T06:15:29.248Z Checking camino-tempfile v1.1.1
18672024-02-17T06:15:29.248Z Checking is-terminal v0.4.9
18682024-02-17T06:15:29.248Z Compiling proc-macro-error-attr v1.0.4
18692024-02-17T06:15:29.248Z Compiling proc-macro-error v1.0.4
18702024-02-17T06:15:29.248Z Compiling proc-macro-crate v1.3.1
18712024-02-17T06:15:29.635Z Checking termtree v0.4.1
18722024-02-17T06:15:29.825Z Compiling heapless v0.8.0
18732024-02-17T06:15:29.847Z Checking serde_with v3.6.1
18742024-02-17T06:15:29.987Z Checking predicates-tree v1.0.9
18752024-02-17T06:15:30.002Z Compiling num_enum_derive v0.5.11
18762024-02-17T06:15:30.146Z Checking hash32 v0.3.1
18772024-02-17T06:15:30.316Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
18782024-02-17T06:15:30.691Z Compiling smoltcp v0.11.0
18792024-02-17T06:15:31.125Z Compiling usdt-attr-macro v0.5.0
18802024-02-17T06:15:31.501Z Compiling usdt-macro v0.5.0
18812024-02-17T06:15:31.700Z Compiling typify-macro v0.0.15 (https://github.com/oxidecomputer/typify#ce009d6f)
18822024-02-17T06:15:31.720Z Checking memmap v0.7.0
18832024-02-17T06:15:31.777Z Checking parse-display v0.9.0
18842024-02-17T06:15:31.923Z Compiling crucible-workspace-hack v0.1.0
18852024-02-17T06:15:31.990Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
18862024-02-17T06:15:32.235Z Checking embedded-io v0.4.0
18872024-02-17T06:15:32.309Z Checking cobs v0.2.3
18882024-02-17T06:15:32.480Z Checking postcard v1.0.8
18892024-02-17T06:15:32.918Z Compiling foreign-types-macros v0.2.3
18902024-02-17T06:15:32.977Z Checking num_enum v0.5.11
18912024-02-17T06:15:33.117Z Checking usdt v0.5.0
18922024-02-17T06:15:33.133Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60)
18932024-02-17T06:15:33.208Z Checking foreign-types-shared v0.3.1
18942024-02-17T06:15:33.317Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
18952024-02-17T06:15:33.333Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60)
18962024-02-17T06:15:33.520Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
18972024-02-17T06:15:33.596Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60)
18982024-02-17T06:15:33.629Z Checking cstr-argument v0.1.2
18992024-02-17T06:15:33.646Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d)
19002024-02-17T06:15:33.792Z Checking pretty-hex v0.2.1
19012024-02-17T06:15:33.943Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
19022024-02-17T06:15:33.982Z Checking colored v2.0.4
19032024-02-17T06:15:34.201Z Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
19042024-02-17T06:15:34.265Z Compiling zone_cfg_derive v0.3.0
19052024-02-17T06:15:34.281Z Checking foreign-types v0.5.0
19062024-02-17T06:15:34.393Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
19072024-02-17T06:15:34.402Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=c7cdaf1875d259e29ca50a14b77b0bfd9dfe443d#c7cdaf18)
19082024-02-17T06:15:34.544Z Compiling num-derive v0.4.0
19092024-02-17T06:15:34.558Z Compiling mockall_derive v0.12.0
19102024-02-17T06:15:34.736Z Checking downcast v0.11.0
19112024-02-17T06:15:34.936Z Checking fragile v2.0.0
19122024-02-17T06:15:35.197Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=c7cdaf1875d259e29ca50a14b77b0bfd9dfe443d#c7cdaf18)
19132024-02-17T06:15:35.468Z Checking smf v0.2.2
19142024-02-17T06:15:35.539Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60)
19152024-02-17T06:15:35.822Z Checking zone v0.3.0
19162024-02-17T06:15:35.886Z Checking filetime v0.2.23
19172024-02-17T06:15:36.087Z Checking xattr v1.0.1
19182024-02-17T06:15:36.272Z Checking same-file v1.0.6
19192024-02-17T06:15:36.427Z Checking walkdir v2.4.0
19202024-02-17T06:15:36.467Z Checking tar v0.4.40
19212024-02-17T06:15:36.592Z Checking pem v3.0.2
19222024-02-17T06:15:36.738Z Compiling rayon-core v1.12.0
19232024-02-17T06:15:36.877Z Checking linked-hash-map v0.5.6
19242024-02-17T06:15:36.934Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60)
19252024-02-17T06:15:36.987Z Compiling typify v0.0.15 (https://github.com/oxidecomputer/typify#ce009d6f)
19262024-02-17T06:15:37.051Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=796dce526dd7ed7b52a0429a486ccba4a9da1ce5#796dce52)
19272024-02-17T06:15:37.126Z Compiling progenitor-impl v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#bc0bb4b0)
19282024-02-17T06:15:37.224Z Checking lru-cache v0.1.2
19292024-02-17T06:15:37.250Z Checking itertools v0.12.1
19302024-02-17T06:15:37.406Z Checking headers-core v0.2.0
19312024-02-17T06:15:37.465Z Checking password-hash v0.5.0
19322024-02-17T06:15:37.540Z Checking headers v0.3.9
19332024-02-17T06:15:37.909Z Checking blake2 v0.10.6
19342024-02-17T06:15:38.322Z Checking swrite v0.1.0
19352024-02-17T06:15:38.380Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60)
19362024-02-17T06:15:38.433Z Checking argon2 v0.5.3
19372024-02-17T06:15:38.683Z Compiling derive-where v1.2.7
19382024-02-17T06:15:38.690Z Checking rcgen v0.12.1
19392024-02-17T06:15:39.020Z Checking atomicwrites v0.4.3
19402024-02-17T06:15:39.036Z Checking subprocess v0.2.9
19412024-02-17T06:15:39.201Z Checking arc-swap v1.6.0
19422024-02-17T06:15:39.325Z Compiling cancel-safe-futures v0.1.5
19432024-02-17T06:15:39.548Z Checking half v2.3.1
19442024-02-17T06:15:39.609Z Checking slog-scope v4.4.0
19452024-02-17T06:15:39.720Z Checking ciborium-io v0.2.2
19462024-02-17T06:15:39.803Z Checking slog-stdlog v4.1.1
19472024-02-17T06:15:39.955Z Checking slog-envlogger v2.2.0
19482024-02-17T06:15:39.998Z Checking ciborium-ll v0.2.2
19492024-02-17T06:15:40.014Z Checking resolv-conf v0.7.0
19502024-02-17T06:15:40.173Z Checking libsw v3.3.1
19512024-02-17T06:15:40.265Z Checking linear-map v1.2.0
19522024-02-17T06:15:40.300Z Checking ciborium v0.2.2
19532024-02-17T06:15:40.342Z Checking trust-dns-resolver v0.22.0
19542024-02-17T06:15:40.435Z Checking owo-colors v4.0.0
19552024-02-17T06:15:40.576Z Compiling slog-dtrace v0.3.0
19562024-02-17T06:15:40.967Z Checking textwrap v0.11.0
19572024-02-17T06:15:41.182Z Compiling heck v0.3.3
19582024-02-17T06:15:41.358Z Compiling blake3 v1.5.0
19592024-02-17T06:15:41.589Z Checking strsim v0.8.0
19602024-02-17T06:15:41.823Z Compiling libefi-sys v0.1.0
19612024-02-17T06:15:41.896Z Checking ansi_term v0.12.1
19622024-02-17T06:15:42.037Z Checking vec_map v0.8.2
19632024-02-17T06:15:42.139Z Checking termcolor v1.2.0
19642024-02-17T06:15:42.299Z Checking clap v2.34.0
19652024-02-17T06:15:42.455Z Compiling structopt-derive v0.4.18
19662024-02-17T06:15:42.510Z Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802)
19672024-02-17T06:15:42.525Z Checking nibble_vec v0.1.0
19682024-02-17T06:15:42.708Z Checking endian-type v0.1.2
19692024-02-17T06:15:42.864Z Compiling radium v0.7.0
19702024-02-17T06:15:42.916Z Checking radix_trie v0.2.1
19712024-02-17T06:15:43.151Z Checking mockall v0.12.0
19722024-02-17T06:15:43.296Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
19732024-02-17T06:15:43.364Z Compiling maybe-uninit v2.0.0
19742024-02-17T06:15:43.387Z Checking tap v1.0.1
19752024-02-17T06:15:43.466Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
19762024-02-17T06:15:43.539Z Checking wyz v0.5.1
19772024-02-17T06:15:43.695Z Checking fxhash v0.2.1
19782024-02-17T06:15:43.867Z Checking gethostname v0.4.3
19792024-02-17T06:15:43.907Z Compiling packed_struct v0.10.1
19802024-02-17T06:15:43.942Z Checking crc-catalog v2.2.0
19812024-02-17T06:15:44.001Z Checking funty v2.0.0
19822024-02-17T06:15:44.014Z Compiling semver v0.1.20
19832024-02-17T06:15:44.075Z Compiling num-bigint-dig v0.8.4
19842024-02-17T06:15:44.384Z Compiling rustc_version v0.1.7
19852024-02-17T06:15:44.442Z Checking crc v3.0.1
19862024-02-17T06:15:44.692Z Compiling packed_struct_codegen v0.10.1
19872024-02-17T06:15:44.708Z Compiling indexmap v1.9.3
19882024-02-17T06:15:44.830Z Checking nodrop v0.1.14
19892024-02-17T06:15:44.946Z Checking array-init v0.0.4
19902024-02-17T06:15:45.038Z Compiling newtype_derive v0.1.6
19912024-02-17T06:15:45.054Z Checking smallvec v0.6.14
19922024-02-17T06:15:45.133Z Checking bitvec v1.0.1
19932024-02-17T06:15:45.288Z Compiling progenitor-macro v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#bc0bb4b0)
19942024-02-17T06:15:45.401Z Checking pkcs1 v0.7.5
19952024-02-17T06:15:45.594Z Checking structopt v0.3.26
19962024-02-17T06:15:45.713Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
19972024-02-17T06:15:45.728Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
19982024-02-17T06:15:45.788Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
19992024-02-17T06:15:45.993Z Checking signature v2.1.0
20002024-02-17T06:15:46.061Z Compiling crossbeam-deque v0.8.3
20012024-02-17T06:15:46.167Z Checking bitfield v0.14.0
20022024-02-17T06:15:46.416Z Checking hashbrown v0.12.3
20032024-02-17T06:15:47.359Z Checking rsa v0.9.2
20042024-02-17T06:15:47.910Z Checking serde-hex v0.1.0
20052024-02-17T06:15:48.309Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
20062024-02-17T06:15:48.314Z Checking env_logger v0.10.0
20072024-02-17T06:15:48.337Z Checking x509-cert v0.2.4
20082024-02-17T06:15:48.562Z Checking ron v0.8.1
20092024-02-17T06:15:48.670Z Checking hashbrown v0.13.2
20102024-02-17T06:15:48.730Z Compiling semver-parser v0.10.2
20112024-02-17T06:15:49.753Z Compiling num-rational v0.4.1
20122024-02-17T06:15:49.848Z Checking crc-any v2.4.3
20132024-02-17T06:15:50.005Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
20142024-02-17T06:15:50.233Z Checking object v0.30.4
20152024-02-17T06:15:50.260Z Compiling semver v0.11.0
20162024-02-17T06:15:50.463Z Compiling rayon v1.8.0
20172024-02-17T06:15:50.979Z Compiling memmap2 v0.7.1
20182024-02-17T06:15:51.395Z Compiling arrayref v0.3.7
20192024-02-17T06:15:51.495Z Checking path-slash v0.1.5
20202024-02-17T06:15:51.634Z Compiling constant_time_eq v0.3.0
20212024-02-17T06:15:51.650Z Compiling arrayvec v0.7.4
20222024-02-17T06:15:51.681Z Compiling home v0.5.5
20232024-02-17T06:15:51.899Z Checking lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
20242024-02-17T06:15:51.932Z Compiling toolchain_find v0.2.0
20252024-02-17T06:15:52.302Z Checking steno v0.4.0
20262024-02-17T06:15:52.505Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
20272024-02-17T06:15:53.176Z Compiling toml v0.5.11
20282024-02-17T06:15:53.324Z Checking num-complex v0.4.4
20292024-02-17T06:15:53.996Z Compiling convert_case v0.4.0
20302024-02-17T06:15:54.275Z Compiling topological-sort v0.2.2
20312024-02-17T06:15:54.492Z Checking num v0.4.1
20322024-02-17T06:15:54.593Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
20332024-02-17T06:15:54.733Z Checking newline-converter v0.3.0
20342024-02-17T06:15:54.972Z Compiling derive_more v0.99.17
20352024-02-17T06:15:55.296Z Compiling rustfmt-wrapper v0.2.0
20362024-02-17T06:15:55.922Z Compiling omicron-zone-package v0.11.0
20372024-02-17T06:15:56.591Z Checking expectorate v1.1.0
20382024-02-17T06:15:56.767Z Checking utf-8 v0.7.6
20392024-02-17T06:15:56.815Z Compiling buf-list v1.0.3
20402024-02-17T06:15:56.973Z Checking tungstenite v0.20.1
20412024-02-17T06:15:57.102Z Checking display-error-chain v0.2.0
20422024-02-17T06:15:57.247Z Compiling parking_lot_core v0.8.6
20432024-02-17T06:15:57.751Z Checking keccak v0.1.4
20442024-02-17T06:15:57.843Z Checking trust-dns-client v0.22.0
20452024-02-17T06:15:57.860Z Checking tokio-tungstenite v0.20.1
20462024-02-17T06:15:58.052Z Checking sha3 v0.10.8
20472024-02-17T06:15:58.108Z Checking parking_lot v0.11.2
20482024-02-17T06:15:58.426Z Checking secrecy v0.8.0
20492024-02-17T06:15:58.450Z Compiling pin-project-internal v1.1.3
20502024-02-17T06:15:58.640Z Compiling doc-comment v0.3.3
20512024-02-17T06:15:59.157Z Checking sled v0.34.7
20522024-02-17T06:15:59.503Z Checking glob v0.3.1
20532024-02-17T06:15:59.846Z Compiling vte_generate_state_changes v0.1.1
20542024-02-17T06:15:59.850Z Checking trust-dns-server v0.22.1
20552024-02-17T06:16:00.533Z Checking vte v0.11.1
20562024-02-17T06:16:01.795Z Checking pin-project v1.1.3
20572024-02-17T06:16:01.923Z Compiling unicase v2.7.0
20582024-02-17T06:16:01.946Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
20592024-02-17T06:16:02.053Z Compiling platforms v3.0.2
20602024-02-17T06:16:02.299Z Checking strip-ansi-escapes v0.2.0
20612024-02-17T06:16:02.424Z Checking fd-lock v3.0.13
20622024-02-17T06:16:02.467Z Compiling snafu-derive v0.7.5
20632024-02-17T06:16:02.473Z Compiling fs-err v2.11.0
20642024-02-17T06:16:02.596Z Checking nu-ansi-term v0.50.0
20652024-02-17T06:16:02.672Z Checking globset v0.4.13
20662024-02-17T06:16:02.896Z Checking olpc-cjson v0.1.3
20672024-02-17T06:16:02.986Z Checking reedline v0.29.0
20682024-02-17T06:16:03.108Z Checking serde_plain v1.0.2
20692024-02-17T06:16:03.149Z Compiling async-recursion v1.0.5
20702024-02-17T06:16:03.226Z Checking typed-path v0.7.0
20712024-02-17T06:16:03.230Z Checking lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
20722024-02-17T06:16:03.339Z Compiling curve25519-dalek v4.1.1
20732024-02-17T06:16:04.082Z Checking hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84)
20742024-02-17T06:16:04.247Z Compiling progenitor-impl v0.5.0 (https://github.com/oxidecomputer/progenitor#bc0bb4b0)
20752024-02-17T06:16:04.567Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
20762024-02-17T06:16:04.681Z Compiling memoffset v0.7.1
20772024-02-17T06:16:04.694Z Checking parse-size v1.0.0
20782024-02-17T06:16:04.824Z Checking progenitor v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#bc0bb4b0)
20792024-02-17T06:16:05.032Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
20802024-02-17T06:16:05.061Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
20812024-02-17T06:16:05.152Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
20822024-02-17T06:16:05.156Z Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
20832024-02-17T06:16:05.387Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
20842024-02-17T06:16:05.685Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
20852024-02-17T06:16:05.832Z Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client)
20862024-02-17T06:16:06.233Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
20872024-02-17T06:16:08.617Z Checking snafu v0.7.5
20882024-02-17T06:16:09.004Z Compiling mime_guess v2.0.4
20892024-02-17T06:16:09.061Z Checking tough v0.16.0
20902024-02-17T06:16:11.483Z Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4)
20912024-02-17T06:16:11.931Z Checking progenitor-client v0.5.0 (https://github.com/oxidecomputer/progenitor#bc0bb4b0)
20922024-02-17T06:16:12.268Z Checking universal-hash v0.5.1
20932024-02-17T06:16:12.462Z Compiling thiserror-impl-no-std v2.0.2
20942024-02-17T06:16:12.543Z Compiling curve25519-dalek-derive v0.1.0
20952024-02-17T06:16:12.620Z Compiling progenitor-macro v0.5.0 (https://github.com/oxidecomputer/progenitor#bc0bb4b0)
20962024-02-17T06:16:13.881Z Checking opaque-debug v0.3.0
20972024-02-17T06:16:13.976Z Checking poly1305 v0.8.0
20982024-02-17T06:16:15.935Z Checking thiserror-no-std v2.0.2
20992024-02-17T06:16:16.049Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
21002024-02-17T06:16:16.252Z Checking chacha20 v0.9.1
21012024-02-17T06:16:16.388Z Checking aead v0.5.2
21022024-02-17T06:16:16.598Z Checking kstat-rs v0.2.3
21032024-02-17T06:16:16.612Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
21042024-02-17T06:16:16.959Z Compiling salty v0.2.0
21052024-02-17T06:16:17.549Z Checking signature v1.6.4
21062024-02-17T06:16:17.687Z Checking ed25519 v1.5.3
21072024-02-17T06:16:17.955Z Checking chacha20poly1305 v0.10.1
21082024-02-17T06:16:18.145Z Checking vsss-rs v3.3.4
21092024-02-17T06:16:18.448Z Checking nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d)
21102024-02-17T06:16:18.761Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
21112024-02-17T06:16:18.860Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
21122024-02-17T06:16:19.024Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
21132024-02-17T06:16:20.947Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
21142024-02-17T06:16:21.733Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
21152024-02-17T06:16:21.819Z Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
21162024-02-17T06:16:22.209Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
21172024-02-17T06:16:22.897Z Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
21182024-02-17T06:16:23.134Z Checking serde-big-array v0.5.1
21192024-02-17T06:16:23.162Z Compiling hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a)
21202024-02-17T06:16:23.357Z Checking bytecount v0.6.3
21212024-02-17T06:16:23.518Z Checking papergrid v0.11.0
21222024-02-17T06:16:24.125Z Checking hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a)
21232024-02-17T06:16:25.317Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=796dce526dd7ed7b52a0429a486ccba4a9da1ce5#796dce52)
21242024-02-17T06:16:25.557Z Compiling tabled_derive v0.7.0
21252024-02-17T06:16:26.341Z Checking signal-hook-tokio v0.3.1
21262024-02-17T06:16:26.437Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
21272024-02-17T06:16:26.494Z Checking fd-lock v4.0.2
21282024-02-17T06:16:26.522Z Checking nix v0.27.1
21292024-02-17T06:16:26.679Z Checking serde-big-array v0.4.1
21302024-02-17T06:16:26.860Z Compiling sqlparser_derive v0.2.2
21312024-02-17T06:16:28.046Z Checking unicode_categories v0.1.1
21322024-02-17T06:16:28.124Z Compiling prettyplease v0.2.16
21332024-02-17T06:16:28.328Z Checking humantime v2.1.0
21342024-02-17T06:16:28.463Z Checking tabled v0.15.0
21352024-02-17T06:16:28.480Z Checking sqlformat v0.2.3
21362024-02-17T06:16:28.623Z Checking sqlparser v0.43.1
21372024-02-17T06:16:29.151Z Checking rustyline v13.0.0
21382024-02-17T06:16:29.872Z Checking sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef)
21392024-02-17T06:16:30.844Z Checking bcs v0.1.6
21402024-02-17T06:16:30.895Z Checking highway v1.1.0
21412024-02-17T06:16:31.299Z Checking corncobs v0.1.3
21422024-02-17T06:16:31.325Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=c7cdaf1875d259e29ca50a14b77b0bfd9dfe443d#c7cdaf18)
21432024-02-17T06:16:31.498Z Checking sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef)
21442024-02-17T06:16:31.592Z Checking http-range v0.1.5
21452024-02-17T06:16:31.677Z Compiling crunchy v0.2.2
21462024-02-17T06:16:31.779Z Checking hyper-staticfile v0.9.5
21472024-02-17T06:16:32.189Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
21482024-02-17T06:16:32.218Z Compiling clang-sys v1.6.1
21492024-02-17T06:16:32.359Z Compiling tiny-keccak v2.0.2
21502024-02-17T06:16:32.368Z Checking progenitor v0.5.0 (https://github.com/oxidecomputer/progenitor#bc0bb4b0)
21512024-02-17T06:16:32.583Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=c7cdaf1875d259e29ca50a14b77b0bfd9dfe443d#c7cdaf18)
21522024-02-17T06:16:32.691Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=c7cdaf1875d259e29ca50a14b77b0bfd9dfe443d#c7cdaf18)
21532024-02-17T06:16:33.076Z Compiling darling_core v0.14.4
21542024-02-17T06:16:34.284Z Checking assert_matches v1.5.0
21552024-02-17T06:16:34.383Z Compiling ascii-canvas v3.0.0
21562024-02-17T06:16:35.429Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
21572024-02-17T06:16:35.543Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
21582024-02-17T06:16:36.671Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
21592024-02-17T06:16:36.815Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
21602024-02-17T06:16:37.310Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
21612024-02-17T06:16:37.326Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
21622024-02-17T06:16:39.037Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
21632024-02-17T06:16:39.093Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
21642024-02-17T06:16:39.109Z Compiling darling_macro v0.14.4
21652024-02-17T06:16:39.238Z Compiling ena v0.14.2
21662024-02-17T06:16:39.681Z Compiling libloading v0.7.4
21672024-02-17T06:16:40.077Z Compiling bindgen v0.69.2
21682024-02-17T06:16:40.219Z Compiling regex-syntax v0.6.29
21692024-02-17T06:16:40.494Z Compiling diff v0.1.13
21702024-02-17T06:16:40.594Z Compiling darling v0.14.4
21712024-02-17T06:16:41.189Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
21722024-02-17T06:16:41.362Z Compiling cexpr v0.6.0
21732024-02-17T06:16:41.453Z Compiling which v4.4.0
21742024-02-17T06:16:42.150Z Compiling portable-atomic v1.4.3
21752024-02-17T06:16:43.160Z Compiling peeking_take_while v0.1.2
21762024-02-17T06:16:43.233Z Compiling rustc-hash v1.1.0
21772024-02-17T06:16:43.297Z Checking maplit v1.0.2
21782024-02-17T06:16:43.384Z Compiling lalrpop v0.19.12
21792024-02-17T06:16:43.415Z Compiling shlex v1.3.0
21802024-02-17T06:16:43.830Z Compiling lazycell v1.3.0
21812024-02-17T06:16:44.250Z Compiling ref-cast v1.0.20
21822024-02-17T06:16:44.250Z Compiling derive_builder_core v0.12.0
21832024-02-17T06:16:44.434Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
21842024-02-17T06:16:46.404Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
21852024-02-17T06:16:46.604Z Compiling ref-cast-impl v1.0.20
21862024-02-17T06:16:46.753Z Compiling libxml v0.3.3
21872024-02-17T06:16:47.000Z Compiling derive_builder_macro v0.12.0
21882024-02-17T06:16:47.417Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
21892024-02-17T06:16:47.940Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
21902024-02-17T06:16:48.025Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
21912024-02-17T06:16:48.206Z Compiling strum_macros v0.24.3
21922024-02-17T06:16:48.285Z Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#62ef5ca0)
21932024-02-17T06:16:48.450Z Compiling cookie v0.18.0
21942024-02-17T06:16:48.635Z Checking number_prefix v0.4.0
21952024-02-17T06:16:48.791Z Compiling indoc v1.0.9
21962024-02-17T06:16:48.816Z Checking indicatif v0.17.8
21972024-02-17T06:16:49.726Z Checking derive_builder v0.12.0
21982024-02-17T06:16:49.920Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
21992024-02-17T06:16:50.232Z Checking bb8 v0.8.3
22002024-02-17T06:16:50.670Z Checking quick-xml v0.30.0
22012024-02-17T06:16:51.676Z Checking castaway v0.2.2
22022024-02-17T06:16:51.841Z Compiling oso-derive v0.27.0
22032024-02-17T06:16:52.335Z Compiling impl-trait-for-tuples v0.2.2
22042024-02-17T06:16:52.445Z Checking compact_str v0.7.1
22052024-02-17T06:16:52.745Z Checking async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef)
22062024-02-17T06:16:53.356Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
22072024-02-17T06:16:53.434Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
22082024-02-17T06:16:53.632Z Checking lru v0.12.1
22092024-02-17T06:16:53.901Z Compiling stability v0.1.1
22102024-02-17T06:16:54.232Z Checking cassowary v0.3.0
22112024-02-17T06:16:54.640Z Compiling indoc v2.0.3
22122024-02-17T06:16:54.826Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
22132024-02-17T06:16:54.978Z Checking unicode-linebreak v0.1.5
22142024-02-17T06:16:55.282Z Checking smawk v0.3.1
22152024-02-17T06:16:55.393Z Checking is_ci v1.2.0
22162024-02-17T06:16:55.477Z Checking textwrap v0.16.0
22172024-02-17T06:16:55.518Z Checking supports-color v3.0.0
22182024-02-17T06:16:55.760Z Compiling nexus-blueprint-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/blueprint-execution)
22192024-02-17T06:16:55.797Z Checking ratatui v0.26.1
22202024-02-17T06:16:55.852Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
22212024-02-17T06:16:56.051Z Checking rtoolbox v0.0.1
22222024-02-17T06:16:56.193Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=796dce526dd7ed7b52a0429a486ccba4a9da1ce5#796dce52)
22232024-02-17T06:16:56.233Z Checking rpassword v7.3.1
22242024-02-17T06:16:56.783Z Checking fatfs v0.3.6
22252024-02-17T06:16:56.792Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
22262024-02-17T06:16:57.476Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
22272024-02-17T06:16:57.655Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
22282024-02-17T06:16:58.094Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
22292024-02-17T06:16:58.514Z Checking nexus-deployment v0.1.0 (/work/oxidecomputer/omicron/nexus/deployment)
22302024-02-17T06:16:58.865Z Checking tui-tree-widget v0.17.0
22312024-02-17T06:16:59.214Z Checking shell-words v1.1.0
22322024-02-17T06:16:59.377Z Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
22332024-02-17T06:16:59.465Z Checking yansi v0.5.1
22342024-02-17T06:16:59.956Z Checking pretty_assertions v1.4.0
22352024-02-17T06:17:00.157Z Compiling target-lexicon v0.12.13
22362024-02-17T06:17:00.849Z Compiling guppy-workspace-hack v0.1.0
22372024-02-17T06:17:01.168Z Checking plotters-backend v0.3.5
22382024-02-17T06:17:01.551Z Checking plotters-svg v0.3.5
22392024-02-17T06:17:01.818Z Checking http-body v1.0.0
22402024-02-17T06:17:01.885Z Checking rand v0.4.6
22412024-02-17T06:17:02.037Z Checking tower-layer v0.3.2
22422024-02-17T06:17:02.324Z Compiling target-spec v3.1.0
22432024-02-17T06:17:02.886Z Checking remove_dir_all v0.5.3
22442024-02-17T06:17:02.992Z Checking cast v0.3.0
22452024-02-17T06:17:03.044Z Checking tempdir v0.3.7
22462024-02-17T06:17:03.233Z Checking tower v0.4.13
22472024-02-17T06:17:03.323Z Checking criterion-plot v0.5.0
22482024-02-17T06:17:03.787Z Checking hyper v1.1.0
22492024-02-17T06:17:04.062Z Checking cfg-expr v0.15.6
22502024-02-17T06:17:04.444Z Checking plotters v0.3.5
22512024-02-17T06:17:04.885Z Checking installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd)
22522024-02-17T06:17:05.004Z Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
22532024-02-17T06:17:05.848Z Checking tinytemplate v1.2.1
22542024-02-17T06:17:06.234Z Checking cargo-platform v0.1.3
22552024-02-17T06:17:06.260Z Checking oorandom v11.1.3
22562024-02-17T06:17:06.410Z Checking anes v0.1.6
22572024-02-17T06:17:06.509Z Checking cargo_metadata v0.18.1
22582024-02-17T06:17:06.603Z Checking hyper-util v0.1.2
22592024-02-17T06:17:06.795Z Checking criterion v0.5.1
22602024-02-17T06:17:08.197Z Checking installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client)
22612024-02-17T06:17:08.460Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
22622024-02-17T06:17:09.660Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
22632024-02-17T06:17:09.734Z Checking assert_cmd v2.0.13
22642024-02-17T06:17:10.140Z Checking rustls-native-certs v0.7.0
22652024-02-17T06:17:10.313Z Checking pathdiff v0.2.1
22662024-02-17T06:17:10.470Z Checking nested v0.1.1
22672024-02-17T06:17:10.671Z Checking guppy v0.17.5
22682024-02-17T06:17:12.830Z Checking hyper-rustls v0.26.0
22692024-02-17T06:17:13.188Z Checking httptest v0.15.5
22702024-02-17T06:17:13.377Z Checking threadpool v1.8.1
22712024-02-17T06:17:13.528Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
22722024-02-17T06:17:13.577Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
22732024-02-17T06:17:13.969Z Checking nanorand v0.7.0
22742024-02-17T06:17:14.497Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
22752024-02-17T06:17:15.190Z Checking flume v0.11.0
22762024-02-17T06:17:15.708Z Checking libtest-mimic v0.6.1
22772024-02-17T06:17:15.856Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
22782024-02-17T06:17:16.144Z Checking similar-asserts v1.5.0
22792024-02-17T06:17:16.199Z Compiling rstest_macros v0.18.2
22802024-02-17T06:17:16.862Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
22812024-02-17T06:17:18.083Z Checking datatest-stable v0.2.3
22822024-02-17T06:17:18.309Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
22832024-02-17T06:17:18.374Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
22842024-02-17T06:17:18.823Z Checking csv-core v0.1.11
22852024-02-17T06:17:18.939Z Checking constant_time_eq v0.2.6
22862024-02-17T06:17:19.058Z Compiling relative-path v1.9.0
22872024-02-17T06:17:19.088Z Compiling trybuild v1.0.89
22882024-02-17T06:17:19.163Z Checking csv v1.3.0
22892024-02-17T06:17:19.563Z Checking blake2b_simd v1.0.1
22902024-02-17T06:17:20.154Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
22912024-02-17T06:17:20.408Z Checking multimap v0.10.0
22922024-02-17T06:17:20.717Z Checking basic-toml v0.1.8
22932024-02-17T06:17:21.639Z Checking futures-timer v3.0.2
22942024-02-17T06:17:23.380Z Checking rust-argon2 v1.0.1
22952024-02-17T06:17:23.773Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
22962024-02-17T06:17:25.737Z Checking partial-io v0.5.4
22972024-02-17T06:17:26.130Z Checking approx v0.5.1
22982024-02-17T06:17:26.348Z Checking termios v0.3.3
22992024-02-17T06:17:26.561Z Checking hex-literal v0.4.1
23002024-02-17T06:17:29.811Z Checking rstest v0.18.2
23012024-02-17T06:17:31.877Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
23022024-02-17T06:18:18.806Z Checking zone-network-setup v0.1.0 (/work/oxidecomputer/omicron/zone-network-setup)
23032024-02-17T06:18:21.857Z Compiling samael v0.0.14 (https://github.com/oxidecomputer/samael?branch=oxide/omicron#9e609a8f)
23042024-02-17T06:18:22.580Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli)
23052024-02-17T06:18:23.414Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
23062024-02-17T06:18:35.922Z Checking caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util)
23072024-02-17T06:18:46.062Z Compiling polar-core v0.27.0
23082024-02-17T06:18:52.969Z Checking oso v0.27.0
23092024-02-17T06:19:18.597Z Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
23102024-02-17T06:20:18.633Z Finished dev [unoptimized + debuginfo] target(s) in 6m 54s
23112024-02-17T06:20:18.797Z
23122024-02-17T06:20:18.800Zreal 7:38.345024149
23132024-02-17T06:20:18.800Zuser 39:48.967923391
23142024-02-17T06:20:18.800Zsys 6:38.666767043
23152024-02-17T06:20:18.800Ztrap 1.035879798
23162024-02-17T06:20:18.800Ztflt 4.351300052
23172024-02-17T06:20:18.800Zdflt 3.743290514
23182024-02-17T06:20:18.800Zkflt 0.049413507
23192024-02-17T06:20:18.800Zlock 1:01:15.934066800
23202024-02-17T06:20:18.800Zslp 2:01:41.231915506
23212024-02-17T06:20:18.800Zlat 1:40.571945645
23222024-02-17T06:20:18.800Zstop 3:57.919058854
23232024-02-17T06:20:19.604Zwarning: output filename collision.
23242024-02-17T06:20:19.605ZThe 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)`.
23252024-02-17T06:20:19.605ZColliding filename is: /work/oxidecomputer/omicron/target/doc/hubpack/index.html
23262024-02-17T06:20:19.605ZThe targets should have unique names.
23272024-02-17T06:20:19.605ZThis is a known bug where multiple crates with the same name use
23282024-02-17T06:20:19.605Zthe same path; see <https://github.com/rust-lang/cargo/issues/6313>.
23292024-02-17T06:20:19.611Zwarning: output filename collision.
23302024-02-17T06:20:19.611ZThe 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)`.
23312024-02-17T06:20:19.612ZColliding filename is: /work/oxidecomputer/omicron/target/doc/nix/index.html
23322024-02-17T06:20:19.612ZThe targets should have unique names.
23332024-02-17T06:20:19.612ZThis is a known bug where multiple crates with the same name use
23342024-02-17T06:20:19.612Zthe same path; see <https://github.com/rust-lang/cargo/issues/6313>.
23352024-02-17T06:20:19.612Zwarning: output filename collision.
23362024-02-17T06:20:19.612ZThe 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)`.
23372024-02-17T06:20:19.612ZColliding filename is: /work/oxidecomputer/omicron/target/doc/oximeter/index.html
23382024-02-17T06:20:19.612ZThe targets should have unique names.
23392024-02-17T06:20:19.612ZThis is a known bug where multiple crates with the same name use
23402024-02-17T06:20:19.612Zthe same path; see <https://github.com/rust-lang/cargo/issues/6313>.
23412024-02-17T06:20:19.612Zwarning: output filename collision.
23422024-02-17T06:20:19.612ZThe 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)`.
23432024-02-17T06:20:19.612ZColliding filename is: /work/oxidecomputer/omicron/target/doc/progenitor/index.html
23442024-02-17T06:20:19.612ZThe targets should have unique names.
23452024-02-17T06:20:19.612ZThis is a known bug where multiple crates with the same name use
23462024-02-17T06:20:19.612Zthe same path; see <https://github.com/rust-lang/cargo/issues/6313>.
23472024-02-17T06:20:19.612Zwarning: output filename collision.
23482024-02-17T06:20:19.612ZThe 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)`.
23492024-02-17T06:20:19.612ZColliding filename is: /work/oxidecomputer/omicron/target/doc/progenitor_client/index.html
23502024-02-17T06:20:19.612ZThe targets should have unique names.
23512024-02-17T06:20:19.612ZThis is a known bug where multiple crates with the same name use
23522024-02-17T06:20:19.612Zthe same path; see <https://github.com/rust-lang/cargo/issues/6313>.
23532024-02-17T06:20:19.613Zwarning: output filename collision.
23542024-02-17T06:20:19.613ZThe 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)`.
23552024-02-17T06:20:19.613ZColliding filename is: /work/oxidecomputer/omicron/target/doc/progenitor_impl/index.html
23562024-02-17T06:20:19.613ZThe targets should have unique names.
23572024-02-17T06:20:19.613ZThis is a known bug where multiple crates with the same name use
23582024-02-17T06:20:19.613Zthe same path; see <https://github.com/rust-lang/cargo/issues/6313>.
23592024-02-17T06:20:19.613Zwarning: output filename collision.
23602024-02-17T06:20:19.613ZThe 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)`.
23612024-02-17T06:20:19.613ZColliding filename is: /work/oxidecomputer/omicron/target/doc/tlvc/index.html
23622024-02-17T06:20:19.613ZThe targets should have unique names.
23632024-02-17T06:20:19.613ZThis is a known bug where multiple crates with the same name use
23642024-02-17T06:20:19.613Zthe same path; see <https://github.com/rust-lang/cargo/issues/6313>.
23652024-02-17T06:20:20.032Z Documenting libc v0.2.153
23662024-02-17T06:20:20.035Z Documenting cfg-if v1.0.0
23672024-02-17T06:20:20.097Z Documenting serde_derive v1.0.196
23682024-02-17T06:20:20.113Z Documenting log v0.4.20
23692024-02-17T06:20:20.113Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
23702024-02-17T06:20:20.154Z Documenting memchr v2.6.3
23712024-02-17T06:20:20.160Z Documenting scopeguard v1.2.0
23722024-02-17T06:20:20.161Z Documenting byteorder v1.5.0
23732024-02-17T06:20:20.438Z Documenting smallvec v1.13.1
23742024-02-17T06:20:22.737Z Documenting itoa v1.0.9
23752024-02-17T06:20:23.583Z Documenting once_cell v1.19.0
23762024-02-17T06:20:24.042Z Documenting getrandom v0.2.10
23772024-02-17T06:20:24.339Z Documenting zeroize_derive v1.4.2
23782024-02-17T06:20:24.366Z Documenting lock_api v0.4.10
23792024-02-17T06:20:24.404Z Documenting parking_lot_core v0.9.8
23802024-02-17T06:20:24.453Z Documenting libm v0.2.7
23812024-02-17T06:20:25.477Z Documenting pin-project-lite v0.2.13
23822024-02-17T06:20:26.256Z Documenting serde v1.0.196
23832024-02-17T06:20:27.308Z Documenting signal-hook-registry v1.4.1
23842024-02-17T06:20:28.105Z Documenting num-traits v0.2.16
23852024-02-17T06:20:28.112Z Documenting rand_core v0.6.4
23862024-02-17T06:20:28.135Z Documenting mio v0.8.9
23872024-02-17T06:20:28.293Z Documenting parking_lot v0.12.1
23882024-02-17T06:20:28.305Z Documenting futures-core v0.3.30
23892024-02-17T06:20:29.671Z Documenting zeroize v1.7.0
23902024-02-17T06:20:31.229Z Documenting ryu v1.0.15
23912024-02-17T06:20:31.376Z Documenting thiserror-impl v1.0.57
23922024-02-17T06:20:32.004Z Documenting num_cpus v1.16.0
23932024-02-17T06:20:32.147Z Documenting socket2 v0.5.5
23942024-02-17T06:20:32.244Z Documenting tokio-macros v2.2.0
23952024-02-17T06:20:32.416Z Documenting zerocopy v0.7.32
23962024-02-17T06:20:33.588Z Documenting typenum v1.16.0
23972024-02-17T06:20:34.020Z Documenting subtle v2.5.0
23982024-02-17T06:20:35.910Z Documenting futures-sink v0.3.30
23992024-02-17T06:20:36.090Z Documenting pin-utils v0.1.0
24002024-02-17T06:20:36.123Z Documenting thiserror v1.0.57
24012024-02-17T06:20:36.767Z Documenting iana-time-zone v0.1.57
24022024-02-17T06:20:37.891Z Documenting slab v0.4.9
24032024-02-17T06:20:39.576Z Documenting futures-channel v0.3.30
24042024-02-17T06:20:39.754Z Documenting ahash v0.8.7
24052024-02-17T06:20:39.811Z Documenting futures-macro v0.3.30
24062024-02-17T06:20:40.388Z Documenting futures-task v0.3.30
24072024-02-17T06:20:41.146Z Documenting futures-io v0.3.30
24082024-02-17T06:20:42.615Z Documenting allocator-api2 v0.2.16
24092024-02-17T06:20:43.641Z Documenting const-oid v0.9.5
24102024-02-17T06:20:44.485Z Documenting tinyvec_macros v0.1.1
24112024-02-17T06:20:44.681Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24122024-02-17T06:20:44.825Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
24132024-02-17T06:20:44.835Z Documenting tracing-core v0.1.31
24142024-02-17T06:20:44.961Z Documenting futures-util v0.3.30
24152024-02-17T06:20:45.656Z Documenting tracing-attributes v0.1.26
24162024-02-17T06:20:46.666Z Documenting hashbrown v0.14.3
24172024-02-17T06:20:47.395Z Documenting tinyvec v1.6.0
24182024-02-17T06:20:47.635Z Documenting bytes v1.5.0
24192024-02-17T06:20:49.612Z Documenting bitflags v2.4.0
24202024-02-17T06:20:51.180Z Documenting serde_json v1.0.113
24212024-02-17T06:20:52.040Z Documenting chrono v0.4.31
24222024-02-17T06:20:52.727Z Documenting tokio v1.36.0
24232024-02-17T06:20:52.809Z Documenting uuid v1.7.0
24242024-02-17T06:20:53.745Z Documenting unicode-normalization v0.1.22
24252024-02-17T06:20:55.530Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
24262024-02-17T06:20:56.537Z Documenting ppv-lite86 v0.2.17
24272024-02-17T06:20:57.560Z Documenting equivalent v1.0.1
24282024-02-17T06:20:58.086Z Documenting unicode-bidi v0.3.13
24292024-02-17T06:20:58.823Z Documenting serde_derive_internals v0.26.0
24302024-02-17T06:20:59.234Z Documenting generic-array v0.14.7
24312024-02-17T06:21:00.230Z Documenting rand_chacha v0.3.1
24322024-02-17T06:21:00.408Z Documenting indexmap v2.2.3
24332024-02-17T06:21:02.169Z Checking serde_derive_internals v0.26.0
24342024-02-17T06:21:02.807Z Documenting percent-encoding v2.3.1
24352024-02-17T06:21:03.280Z Documenting tracing v0.1.37
24362024-02-17T06:21:03.805Z Documenting base64 v0.21.7
24372024-02-17T06:21:03.870Z Documenting dyn-clone v1.0.16
24382024-02-17T06:21:04.507Z Documenting crypto-common v0.1.6
24392024-02-17T06:21:04.526Z Documenting block-buffer v0.10.4
24402024-02-17T06:21:05.035Z Documenting rand v0.8.5
24412024-02-17T06:21:05.768Z Documenting schemars_derive v0.8.16
24422024-02-17T06:21:07.125Z Documenting lazy_static v1.4.0
24432024-02-17T06:21:07.151Z Documenting form_urlencoded v1.2.1
24442024-02-17T06:21:07.569Z Documenting fnv v1.0.7
24452024-02-17T06:21:08.367Z Documenting errno v0.3.8
24462024-02-17T06:21:09.158Z Documenting digest v0.10.7
24472024-02-17T06:21:09.913Z Documenting cpufeatures v0.2.12
24482024-02-17T06:21:10.023Z Documenting idna v0.5.0
24492024-02-17T06:21:10.893Z Documenting httparse v1.8.0
24502024-02-17T06:21:11.133Z Documenting unicode-ident v1.0.12
24512024-02-17T06:21:12.516Z Documenting schemars v0.8.16
24522024-02-17T06:21:12.531Z Documenting rustix v0.38.31
24532024-02-17T06:21:12.531Z Documenting unicode-width v0.1.11
24542024-02-17T06:21:14.045Z Documenting proc-macro2 v1.0.78
24552024-02-17T06:21:14.058Z Documenting url v2.5.0
24562024-02-17T06:21:14.819Z Documenting adler v1.0.2
24572024-02-17T06:21:15.138Z Documenting try-lock v0.2.4
24582024-02-17T06:21:15.419Z Documenting httpdate v1.0.3
24592024-02-17T06:21:17.723Z Documenting miniz_oxide v0.7.1
24602024-02-17T06:21:18.309Z Documenting want v0.3.1
24612024-02-17T06:21:18.735Z Documenting http-body v0.4.5
24622024-02-17T06:21:18.751Z Documenting openssl-sys v0.9.96
24632024-02-17T06:21:19.041Z Documenting openssl-macros v0.1.1
24642024-02-17T06:21:19.215Z Documenting mime v0.3.17
24652024-02-17T06:21:19.786Z Documenting tower-service v0.3.2
24662024-02-17T06:21:21.193Z Documenting base64ct v1.6.0
24672024-02-17T06:21:22.016Z Documenting quote v1.0.35
24682024-02-17T06:21:22.543Z Documenting aho-corasick v1.0.4
24692024-02-17T06:21:23.076Z Documenting slog v2.7.0
24702024-02-17T06:21:23.286Z Documenting tokio-util v0.7.10
24712024-02-17T06:21:23.864Z Documenting openssl-probe v0.1.5
24722024-02-17T06:21:23.876Z Documenting ipnet v2.9.0
24732024-02-17T06:21:24.311Z Documenting openssl v0.10.60
24742024-02-17T06:21:25.492Z Documenting regex-syntax v0.8.2
24752024-02-17T06:21:25.862Z Documenting syn v2.0.48
24762024-02-17T06:21:27.188Z Documenting async-trait v0.1.77
24772024-02-17T06:21:27.352Z Documenting pem-rfc7468 v0.7.0
24782024-02-17T06:21:27.385Z Documenting crossbeam-utils v0.8.16
24792024-02-17T06:21:28.122Z Documenting encoding_rs v0.8.33
24802024-02-17T06:21:29.215Z Documenting h2 v0.3.24
24812024-02-17T06:21:31.489Z Documenting der_derive v0.7.2
24822024-02-17T06:21:31.683Z Documenting flagset v0.4.3
24832024-02-17T06:21:31.832Z Documenting utf8parse v0.2.1
24842024-02-17T06:21:32.073Z Documenting regex-automata v0.4.4
24852024-02-17T06:21:32.392Z Documenting native-tls v0.2.11
24862024-02-17T06:21:32.624Z Documenting serde_urlencoded v0.7.1
24872024-02-17T06:21:34.510Z Documenting num-integer v0.1.46
24882024-02-17T06:21:35.034Z Documenting time-macros v0.2.13
24892024-02-17T06:21:36.664Z Documenting der v0.7.8
24902024-02-17T06:21:36.779Z Documenting num_threads v0.1.6
24912024-02-17T06:21:37.363Z Documenting tokio-native-tls v0.3.1
24922024-02-17T06:21:39.429Z Documenting gimli v0.28.0
24932024-02-17T06:21:39.711Z Documenting deranged v0.3.8
24942024-02-17T06:21:40.424Z Documenting hyper v0.14.27
24952024-02-17T06:21:40.459Z Documenting time-core v0.1.1
24962024-02-17T06:21:41.079Z Documenting regex v1.10.3
24972024-02-17T06:21:41.544Z Documenting spki v0.7.2
24982024-02-17T06:21:43.018Z Documenting object v0.32.1
24992024-02-17T06:21:43.364Z Documenting webpki-roots v0.25.2
25002024-02-17T06:21:44.129Z Documenting time v0.3.27
25012024-02-17T06:21:44.947Z Documenting rustc-demangle v0.1.23
25022024-02-17T06:21:45.596Z Documenting addr2line v0.21.0
25032024-02-17T06:21:46.098Z Documenting spin v0.9.8
25042024-02-17T06:21:46.701Z Documenting either v1.10.0
25052024-02-17T06:21:47.177Z Documenting pkcs8 v0.10.2
25062024-02-17T06:21:47.891Z Documenting openapiv3 v2.0.0
25072024-02-17T06:21:49.776Z Documenting futures-executor v0.3.30
25082024-02-17T06:21:49.796Z Checking pest_meta v2.7.6
25092024-02-17T06:21:49.796Z Documenting memoffset v0.9.0
25102024-02-17T06:21:50.408Z Documenting anstyle v1.0.2
25112024-02-17T06:21:50.761Z Documenting data-encoding v2.4.0
25122024-02-17T06:21:51.836Z Documenting anstyle-parse v0.2.1
25132024-02-17T06:21:52.278Z Documenting crossbeam-epoch v0.9.15
25142024-02-17T06:21:52.662Z Documenting hyper-rustls v0.24.2
25152024-02-17T06:21:54.234Z Documenting hyper-tls v0.5.0
25162024-02-17T06:21:54.291Z Documenting ipnetwork v0.20.0
25172024-02-17T06:21:54.796Z Documenting sha2 v0.10.8
25182024-02-17T06:21:55.038Z Documenting hex v0.4.3
25192024-02-17T06:21:55.175Z Documenting crc32fast v1.3.2
25202024-02-17T06:21:55.209Z Documenting backtrace v0.3.69
25212024-02-17T06:21:56.420Z Documenting pest_meta v2.7.6
25222024-02-17T06:21:59.258Z Documenting scroll_derive v0.12.0
25232024-02-17T06:21:59.269Z Documenting anstyle-query v1.0.0
25242024-02-17T06:21:59.342Z Documenting colorchoice v1.0.0
25252024-02-17T06:21:59.712Z Documenting untrusted v0.9.0
25262024-02-17T06:22:06.982Z Documenting pest_generator v2.7.6
25272024-02-17T06:22:06.982Z Documenting futures v0.3.30
25282024-02-17T06:22:06.982Z Documenting anyhow v1.0.75
25292024-02-17T06:22:06.983Z Documenting reqwest v0.11.22
25302024-02-17T06:22:07.247Z Checking pest_generator v2.7.6
25312024-02-17T06:22:07.247Z Documenting ring v0.17.7
25322024-02-17T06:22:07.247Z Documenting anstream v0.6.11
25332024-02-17T06:22:07.247Z Documenting num-iter v0.1.43
25342024-02-17T06:22:07.247Z Documenting scroll v0.12.0
25352024-02-17T06:22:07.247Z Documenting terminal_size v0.3.0
25362024-02-17T06:22:07.247Z Documenting hmac v0.12.1
25372024-02-17T06:22:07.248Z Documenting signal-hook v0.3.17
25382024-02-17T06:22:07.248Z Documenting static_assertions v1.1.0
25392024-02-17T06:22:07.549Z Documenting clap_lex v0.7.0
25402024-02-17T06:22:07.817Z Documenting ucd-trie v0.1.6
25412024-02-17T06:22:09.461Z Documenting strsim v0.11.0
25422024-02-17T06:22:09.564Z Documenting plain v0.2.3
25432024-02-17T06:22:10.016Z Documenting pest_derive v2.7.6
25442024-02-17T06:22:11.079Z Documenting flate2 v1.0.28
25452024-02-17T06:22:11.153Z Documenting clap_derive v4.5.0
25462024-02-17T06:22:12.037Z Documenting managed v0.8.0
25472024-02-17T06:22:12.157Z Documenting pest v2.7.6
25482024-02-17T06:22:12.209Z Documenting pretty-hex v0.4.1
25492024-02-17T06:22:12.367Z Documenting goblin v0.8.0
25502024-02-17T06:22:13.818Z Documenting clap_builder v4.5.0
25512024-02-17T06:22:14.529Z Documenting unicode-segmentation v1.10.1
25522024-02-17T06:22:15.268Z Documenting signal-hook-mio v0.2.3
25532024-02-17T06:22:15.477Z Documenting block-padding v0.3.3
25542024-02-17T06:22:15.875Z Documenting scheduled-thread-pool v0.2.7
25552024-02-17T06:22:16.323Z Documenting bzip2-sys v0.1.11+1.0.8
25562024-02-17T06:22:17.036Z Documenting dtrace-parser v0.2.0
25572024-02-17T06:22:17.872Z Documenting thread-id v4.2.0
25582024-02-17T06:22:19.284Z Documenting enum-as-inner v0.5.1
25592024-02-17T06:22:19.563Z Documenting diesel_table_macro_syntax v0.1.0
25602024-02-17T06:22:19.618Z Documenting dof v0.3.0
25612024-02-17T06:22:19.802Z Checking diesel_table_macro_syntax v0.1.0
25622024-02-17T06:22:19.965Z Documenting clap v4.5.0
25632024-02-17T06:22:19.972Z Documenting r2d2 v0.8.10
25642024-02-17T06:22:20.256Z Documenting bzip2 v0.4.4
25652024-02-17T06:22:21.009Z Documenting inout v0.1.3
25662024-02-17T06:22:21.780Z Documenting crossterm v0.27.0
25672024-02-17T06:22:23.603Z Documenting trust-dns-proto v0.22.0
25682024-02-17T06:22:23.986Z Documenting diesel_derives v2.1.2
25692024-02-17T06:22:24.123Z Documenting md-5 v0.10.5
25702024-02-17T06:22:24.240Z Documenting stringprep v0.1.3
25712024-02-17T06:22:25.117Z Documenting serde_spanned v0.6.5
25722024-02-17T06:22:25.194Z Documenting toml_datetime v0.6.5
25732024-02-17T06:22:25.207Z Documenting usdt-impl v0.5.0
25742024-02-17T06:22:27.007Z Documenting ff v0.13.0
25752024-02-17T06:22:28.129Z Documenting pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
25762024-02-17T06:22:28.937Z Documenting bit-vec v0.6.3
25772024-02-17T06:22:29.060Z Documenting base16ct v0.2.0
25782024-02-17T06:22:29.174Z Documenting winnow v0.6.1
25792024-02-17T06:22:30.798Z Documenting fallible-iterator v0.2.0
25802024-02-17T06:22:30.871Z Documenting siphasher v0.3.11
25812024-02-17T06:22:31.854Z Documenting diesel v2.1.4
25822024-02-17T06:22:32.126Z Documenting sec1 v0.7.3
25832024-02-17T06:22:32.587Z Documenting group v0.13.0
25842024-02-17T06:22:32.786Z Documenting cipher v0.4.4
25852024-02-17T06:22:32.909Z Documenting zip v0.6.6
25862024-02-17T06:22:34.235Z Documenting phf_shared v0.11.2
25872024-02-17T06:22:34.327Z Documenting toml_edit v0.22.6
25882024-02-17T06:22:35.778Z Documenting postgres-protocol v0.6.6
25892024-02-17T06:22:36.503Z Documenting hkdf v0.12.4
25902024-02-17T06:22:37.624Z Documenting num-bigint v0.4.4
25912024-02-17T06:22:37.628Z Documenting crypto-bigint v0.5.2
25922024-02-17T06:22:38.239Z Documenting regress v0.8.0
25932024-02-17T06:22:39.099Z Documenting hubpack v0.1.2
25942024-02-17T06:22:41.916Z Documenting bstr v1.6.0
25952024-02-17T06:22:42.054Z Documenting serde_repr v0.1.16
25962024-02-17T06:22:42.782Z Documenting new_debug_unreachable v1.0.4
25972024-02-17T06:22:43.594Z Documenting fixedbitset v0.4.2
25982024-02-17T06:22:44.410Z Documenting lalrpop-util v0.19.12
25992024-02-17T06:22:44.552Z Documenting precomputed-hash v0.1.1
26002024-02-17T06:22:44.851Z Documenting minimal-lexical v0.2.1
26012024-02-17T06:22:48.268Z Documenting yasna v0.5.2
26022024-02-17T06:22:48.268Z Documenting elliptic-curve v0.13.8
26032024-02-17T06:22:48.268Z Documenting gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
26042024-02-17T06:22:48.775Z Documenting petgraph v0.6.4
26052024-02-17T06:22:48.776Z Documenting string_cache v0.8.7
26062024-02-17T06:22:48.780Z Documenting nom v7.1.3
26072024-02-17T06:22:48.854Z Documenting postgres-types v0.2.6
26082024-02-17T06:22:52.146Z Documenting phf v0.11.2
26092024-02-17T06:22:52.571Z Documenting console v0.15.8
26102024-02-17T06:22:52.621Z Documenting semver v1.0.21
26112024-02-17T06:22:52.991Z Documenting float-cmp v0.9.0
26122024-02-17T06:22:54.084Z Documenting whoami v1.4.1
26132024-02-17T06:22:54.550Z Documenting heck v0.4.1
26142024-02-17T06:22:56.045Z Documenting normalize-line-endings v0.3.0
26152024-02-17T06:22:56.143Z Documenting predicates-core v1.0.6
26162024-02-17T06:22:56.442Z Documenting difflib v0.4.0
26172024-02-17T06:22:56.848Z Documenting bit-set v0.5.3
26182024-02-17T06:22:57.015Z Documenting similar v2.3.0
26192024-02-17T06:22:57.909Z Documenting tokio-postgres v0.7.10
26202024-02-17T06:22:58.120Z Documenting typify-macro v0.0.15 (https://github.com/oxidecomputer/typify#ce009d6f)
26212024-02-17T06:22:59.096Z Documenting typify-impl v0.0.15 (https://github.com/oxidecomputer/typify#ce009d6f)
26222024-02-17T06:22:59.767Z Documenting tokio-stream v0.1.14
26232024-02-17T06:22:59.925Z Documenting getopts v0.2.21
26242024-02-17T06:23:00.281Z Documenting predicates v3.1.0
26252024-02-17T06:23:01.180Z Checking strsim v0.10.0
26262024-02-17T06:23:01.830Z Checking ident_case v1.0.1
26272024-02-17T06:23:01.842Z Documenting progenitor-client v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#bc0bb4b0)
26282024-02-17T06:23:01.842Z Documenting match_cfg v0.1.0
26292024-02-17T06:23:04.352Z Documenting sha1 v0.10.6
26302024-02-17T06:23:04.376Z Documenting hostname v0.3.1
26312024-02-17T06:23:04.924Z Documenting dirs-sys-next v0.1.2
26322024-02-17T06:23:05.426Z Documenting rustls-pki-types v1.1.0
26332024-02-17T06:23:05.426Z Documenting camino v1.1.6
26342024-02-17T06:23:06.636Z Documenting typify v0.0.15 (https://github.com/oxidecomputer/typify#ce009d6f)
26352024-02-17T06:23:07.354Z Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
26362024-02-17T06:23:08.167Z Documenting paste v1.0.14
26372024-02-17T06:23:08.756Z Documenting thread_local v1.1.7
26382024-02-17T06:23:08.776Z Documenting dirs-next v2.0.0
26392024-02-17T06:23:09.118Z Documenting rustls-webpki v0.102.1
26402024-02-17T06:23:09.899Z Documenting crossbeam-channel v0.5.8
26412024-02-17T06:23:10.188Z Documenting atty v0.2.14
26422024-02-17T06:23:11.030Z Documenting take_mut v0.2.2
26432024-02-17T06:23:12.653Z Documenting slog-json v2.6.1
26442024-02-17T06:23:12.745Z Documenting term v0.7.0
26452024-02-17T06:23:13.290Z Documenting http v1.0.0
26462024-02-17T06:23:13.604Z Documenting rustls v0.22.2
26472024-02-17T06:23:13.617Z Documenting async-stream-impl v0.3.5
26482024-02-17T06:23:14.003Z Documenting debug-ignore v1.0.5
26492024-02-17T06:23:14.348Z Documenting progenitor-impl v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#bc0bb4b0)
26502024-02-17T06:23:14.695Z Documenting slog-async v2.8.0
26512024-02-17T06:23:16.751Z Documenting slog-term v2.9.0
26522024-02-17T06:23:16.838Z Documenting atomic-waker v1.1.1
26532024-02-17T06:23:17.189Z Documenting slog-bunyan v2.5.0
26542024-02-17T06:23:18.462Z Documenting async-stream v0.3.5
26552024-02-17T06:23:18.562Z Documenting rustls-pemfile v2.0.0
26562024-02-17T06:23:19.330Z Documenting multer v3.0.0
26572024-02-17T06:23:19.742Z Documenting waitgroup v0.1.2
26582024-02-17T06:23:21.126Z Checking darling_core v0.20.3
26592024-02-17T06:23:21.760Z Documenting toml v0.8.10
26602024-02-17T06:23:22.219Z Documenting dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#711a7490)
26612024-02-17T06:23:22.566Z Documenting progenitor v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#bc0bb4b0)
26622024-02-17T06:23:22.700Z Documenting tokio-rustls v0.25.0
26632024-02-17T06:23:22.800Z Documenting serde_path_to_error v0.1.15
26642024-02-17T06:23:22.986Z Checking darling v0.20.3
26652024-02-17T06:23:23.092Z Documenting serde_with_macros v3.6.1
26662024-02-17T06:23:23.541Z Documenting structmeta-derive v0.3.0
26672024-02-17T06:23:24.036Z Documenting strum v0.26.1
26682024-02-17T06:23:26.997Z Checking structmeta v0.3.0
26692024-02-17T06:23:27.228Z Documenting instant v0.1.12
26702024-02-17T06:23:27.690Z Documenting newtype-uuid v1.0.1
26712024-02-17T06:23:27.707Z Documenting serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
26722024-02-17T06:23:28.421Z Documenting macaddr v1.0.1
26732024-02-17T06:23:28.424Z Documenting serde_with v3.6.1
26742024-02-17T06:23:28.424Z Documenting dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#711a7490)
26752024-02-17T06:23:28.576Z Documenting structmeta v0.3.0
26762024-02-17T06:23:30.887Z Documenting backoff v0.4.0
26772024-02-17T06:23:31.730Z Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
26782024-02-17T06:23:31.934Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
26792024-02-17T06:23:32.093Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
26802024-02-17T06:23:32.161Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
26812024-02-17T06:23:32.637Z Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
26822024-02-17T06:23:32.945Z Documenting parse-display-derive v0.9.0
26832024-02-17T06:23:34.899Z Documenting fastrand v2.0.1
26842024-02-17T06:23:35.489Z Documenting proc-macro-error-attr v1.0.4
26852024-02-17T06:23:36.118Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
26862024-02-17T06:23:36.640Z Checking proc-macro-error v1.0.4
26872024-02-17T06:23:36.644Z Documenting is-terminal v0.4.9
26882024-02-17T06:23:36.930Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
26892024-02-17T06:23:37.050Z Documenting proc-macro-crate v1.3.1
26902024-02-17T06:23:37.287Z Checking proc-macro-crate v1.3.1
26912024-02-17T06:23:37.488Z Documenting hash32 v0.3.1
26922024-02-17T06:23:37.597Z Documenting stable_deref_trait v1.2.0
26932024-02-17T06:23:38.739Z Documenting parse-display v0.9.0
26942024-02-17T06:23:39.351Z Documenting proc-macro-error v1.0.4
26952024-02-17T06:23:39.464Z Documenting tempfile v3.10.0
26962024-02-17T06:23:40.416Z Documenting cobs v0.2.3
26972024-02-17T06:23:41.446Z Documenting heapless v0.8.0
26982024-02-17T06:23:41.608Z Documenting embedded-io v0.4.0
26992024-02-17T06:23:42.268Z Documenting num_enum_derive v0.5.11
27002024-02-17T06:23:42.863Z Documenting foreign-types-macros v0.2.3
27012024-02-17T06:23:43.439Z Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
27022024-02-17T06:23:43.442Z Documenting foreign-types-shared v0.3.1
27032024-02-17T06:23:43.814Z Documenting camino-tempfile v1.1.1
27042024-02-17T06:23:43.938Z Documenting illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60)
27052024-02-17T06:23:44.737Z Documenting postcard v1.0.8
27062024-02-17T06:23:46.207Z Documenting crucible-workspace-hack v0.1.0
27072024-02-17T06:23:46.295Z Documenting smoltcp v0.11.0
27082024-02-17T06:23:46.892Z Documenting libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
27092024-02-17T06:23:47.468Z Documenting foreign-types v0.5.0
27102024-02-17T06:23:48.271Z Documenting nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
27112024-02-17T06:23:48.417Z Documenting num_enum v0.5.11
27122024-02-17T06:23:49.423Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
27132024-02-17T06:23:49.875Z Documenting cstr-argument v0.1.2
27142024-02-17T06:23:51.571Z Documenting rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
27152024-02-17T06:23:51.653Z Documenting kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60)
27162024-02-17T06:23:51.978Z Documenting colored v2.0.4
27172024-02-17T06:23:52.111Z Documenting dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
27182024-02-17T06:23:52.405Z Documenting opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60)
27192024-02-17T06:23:54.527Z Documenting nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
27202024-02-17T06:23:55.964Z Documenting poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
27212024-02-17T06:23:56.288Z Documenting zone_cfg_derive v0.3.0
27222024-02-17T06:23:56.369Z Documenting rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
27232024-02-17T06:23:56.830Z Documenting bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=c7cdaf1875d259e29ca50a14b77b0bfd9dfe443d#c7cdaf18)
27242024-02-17T06:23:58.693Z Documenting opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60)
27252024-02-17T06:23:59.135Z Documenting num-derive v0.4.0
27262024-02-17T06:23:59.259Z Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
27272024-02-17T06:24:00.507Z Documenting libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d)
27282024-02-17T06:24:01.012Z Documenting bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=c7cdaf1875d259e29ca50a14b77b0bfd9dfe443d#c7cdaf18)
27292024-02-17T06:24:01.221Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
27302024-02-17T06:24:02.111Z Documenting zone v0.3.0
27312024-02-17T06:24:03.921Z Documenting crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=796dce526dd7ed7b52a0429a486ccba4a9da1ce5#796dce52)
27322024-02-17T06:24:04.636Z Documenting smf v0.2.2
27332024-02-17T06:24:04.841Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
27342024-02-17T06:24:05.133Z Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
27352024-02-17T06:24:05.147Z Documenting oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60)
27362024-02-17T06:24:05.564Z Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
27372024-02-17T06:24:07.292Z Documenting password-hash v0.5.0
27382024-02-17T06:24:08.542Z Documenting blake2 v0.10.6
27392024-02-17T06:24:08.676Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
27402024-02-17T06:24:08.804Z Documenting linked-hash-map v0.5.6
27412024-02-17T06:24:09.848Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
27422024-02-17T06:24:11.464Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
27432024-02-17T06:24:12.291Z Documenting opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60)
27442024-02-17T06:24:12.466Z Documenting itertools v0.12.1
27452024-02-17T06:24:12.826Z Documenting memmap v0.7.0
27462024-02-17T06:24:13.670Z Documenting lru-cache v0.1.2
27472024-02-17T06:24:13.795Z Documenting argon2 v0.5.3
27482024-02-17T06:24:14.504Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
27492024-02-17T06:24:15.066Z Documenting derive-where v1.2.7
27502024-02-17T06:24:15.726Z Documenting swrite v0.1.0
27512024-02-17T06:24:16.697Z Documenting usdt v0.5.0
27522024-02-17T06:24:17.685Z Documenting quick-error v1.2.3
27532024-02-17T06:24:18.803Z Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
27542024-02-17T06:24:19.391Z Documenting newtype_derive v0.1.6
27552024-02-17T06:24:19.441Z Documenting tap v1.0.1
27562024-02-17T06:24:20.139Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
27572024-02-17T06:24:20.406Z Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
27582024-02-17T06:24:21.471Z Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
27592024-02-17T06:24:21.911Z Documenting resolv-conf v0.7.0
27602024-02-17T06:24:21.995Z Documenting radium v0.7.0
27612024-02-17T06:24:22.426Z Documenting wyz v0.5.1
27622024-02-17T06:24:23.091Z Documenting steno v0.4.0
27632024-02-17T06:24:24.117Z Documenting nibble_vec v0.1.0
27642024-02-17T06:24:25.038Z Checking heck v0.3.3
27652024-02-17T06:24:25.213Z Documenting funty v2.0.0
27662024-02-17T06:24:25.472Z Documenting endian-type v0.1.2
27672024-02-17T06:24:25.638Z Documenting crc-catalog v2.2.0
27682024-02-17T06:24:25.790Z Documenting trust-dns-resolver v0.22.0
27692024-02-17T06:24:28.380Z Documenting bitvec v1.0.1
27702024-02-17T06:24:28.517Z Documenting structopt-derive v0.4.18
27712024-02-17T06:24:28.675Z Documenting crc v3.0.1
27722024-02-17T06:24:29.201Z Documenting radix_trie v0.2.1
27732024-02-17T06:24:31.591Z Documenting cancel-safe-futures v0.1.5
27742024-02-17T06:24:33.163Z Documenting filetime v0.2.23
27752024-02-17T06:24:33.539Z Documenting xattr v1.0.1
27762024-02-17T06:24:33.595Z Documenting packed_struct_codegen v0.10.1
27772024-02-17T06:24:33.644Z Documenting nodrop v0.1.14
27782024-02-17T06:24:34.615Z Documenting structopt v0.3.26
27792024-02-17T06:24:36.486Z Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
27802024-02-17T06:24:36.516Z Documenting array-init v0.0.4
27812024-02-17T06:24:36.998Z Documenting num-bigint-dig v0.8.4
27822024-02-17T06:24:37.318Z Documenting libefi-sys v0.1.0
27832024-02-17T06:24:37.432Z Documenting tar v0.4.40
27842024-02-17T06:24:38.255Z Documenting num-rational v0.4.1
27852024-02-17T06:24:38.914Z Documenting illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
27862024-02-17T06:24:39.630Z Documenting packed_struct v0.10.1
27872024-02-17T06:24:39.792Z Documenting pkcs1 v0.7.5
27882024-02-17T06:24:41.357Z Documenting signature v2.1.0
27892024-02-17T06:24:41.554Z Documenting num-complex v0.4.4
27902024-02-17T06:24:43.321Z Documenting arc-swap v1.6.0
27912024-02-17T06:24:43.371Z Documenting bitfield v0.14.0
27922024-02-17T06:24:43.882Z Documenting termcolor v1.2.0
27932024-02-17T06:24:44.412Z Documenting tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802)
27942024-02-17T06:24:44.484Z Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
27952024-02-17T06:24:46.241Z Documenting rsa v0.9.2
27962024-02-17T06:24:46.279Z Documenting libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
27972024-02-17T06:24:47.214Z Documenting num v0.4.1
27982024-02-17T06:24:47.444Z Documenting slog-scope v4.4.0
27992024-02-17T06:24:48.613Z Documenting lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
28002024-02-17T06:24:49.075Z Documenting env_logger v0.10.0
28012024-02-17T06:24:49.355Z Documenting serde-hex v0.1.0
28022024-02-17T06:24:50.755Z Documenting tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
28032024-02-17T06:24:51.332Z Documenting x509-cert v0.2.4
28042024-02-17T06:24:53.035Z Documenting ron v0.8.1
28052024-02-17T06:24:53.301Z Documenting libsw v3.3.1
28062024-02-17T06:24:54.691Z Documenting gethostname v0.4.3
28072024-02-17T06:24:54.775Z Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
28082024-02-17T06:24:55.846Z Documenting half v2.3.1
28092024-02-17T06:24:56.534Z Documenting linear-map v1.2.0
28102024-02-17T06:24:56.969Z Documenting owo-colors v4.0.0
28112024-02-17T06:24:57.452Z Documenting same-file v1.0.6
28122024-02-17T06:25:00.847Z Documenting ciborium-io v0.2.2
28132024-02-17T06:25:01.113Z Documenting crc-any v2.4.3
28142024-02-17T06:25:01.113Z Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
28152024-02-17T06:25:01.113Z Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
28162024-02-17T06:25:01.242Z Documenting tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
28172024-02-17T06:25:01.639Z Documenting lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
28182024-02-17T06:25:01.767Z Documenting ciborium-ll v0.2.2
28192024-02-17T06:25:01.884Z Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
28202024-02-17T06:25:01.967Z Documenting walkdir v2.4.0
28212024-02-17T06:25:12.837Z Documenting slog-stdlog v4.1.1
28222024-02-17T06:25:12.920Z Documenting slog-dtrace v0.3.0
28232024-02-17T06:25:12.920Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
28242024-02-17T06:25:12.970Z Documenting path-slash v0.1.5
28252024-02-17T06:25:12.971Z Documenting slog-envlogger v2.2.0
28262024-02-17T06:25:12.971Z Documenting ciborium v0.2.2
28272024-02-17T06:25:12.996Z Documenting pem v3.0.2
28282024-02-17T06:25:13.478Z Documenting fxhash v0.2.1
28292024-02-17T06:25:14.303Z Documenting hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84)
28302024-02-17T06:25:16.280Z Documenting utf-8 v0.7.6
28312024-02-17T06:25:16.770Z Documenting display-error-chain v0.2.0
28322024-02-17T06:25:17.294Z Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
28332024-02-17T06:25:17.452Z Documenting internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
28342024-02-17T06:25:17.924Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
28352024-02-17T06:25:19.172Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
28362024-02-17T06:25:19.355Z Documenting vte_generate_state_changes v0.1.1
28372024-02-17T06:25:19.386Z Documenting convert_case v0.4.0
28382024-02-17T06:25:19.987Z Documenting tungstenite v0.20.1
28392024-02-17T06:25:20.485Z Checking convert_case v0.4.0
28402024-02-17T06:25:20.699Z Documenting buf-list v1.0.3
28412024-02-17T06:25:23.078Z Documenting vte v0.11.1
28422024-02-17T06:25:23.256Z Documenting derive_more v0.99.17
28432024-02-17T06:25:25.581Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
28442024-02-17T06:25:26.060Z Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client)
28452024-02-17T06:25:27.122Z Documenting tokio-tungstenite v0.20.1
28462024-02-17T06:25:27.890Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
28472024-02-17T06:25:27.918Z Checking darling_core v0.14.4
28482024-02-17T06:25:28.203Z Documenting pin-project-internal v1.1.3
28492024-02-17T06:25:29.089Z Documenting strip-ansi-escapes v0.2.0
28502024-02-17T06:25:29.761Z Checking darling v0.14.4
28512024-02-17T06:25:30.290Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
28522024-02-17T06:25:32.908Z Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
28532024-02-17T06:25:33.218Z Documenting pin-project v1.1.3
28542024-02-17T06:25:33.656Z Documenting doc-comment v0.3.3
28552024-02-17T06:25:34.235Z Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
28562024-02-17T06:25:35.431Z Documenting crossbeam-deque v0.8.3
28572024-02-17T06:25:36.119Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
28582024-02-17T06:25:36.471Z Documenting snafu-derive v0.7.5
28592024-02-17T06:25:36.512Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
28602024-02-17T06:25:36.539Z Documenting nu-ansi-term v0.50.0
28612024-02-17T06:25:39.133Z Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
28622024-02-17T06:25:39.420Z Documenting rayon-core v1.12.0
28632024-02-17T06:25:40.616Z Documenting reedline v0.29.0
28642024-02-17T06:25:41.022Z Documenting trust-dns-client v0.22.0
28652024-02-17T06:25:42.268Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
28662024-02-17T06:25:43.526Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
28672024-02-17T06:25:43.845Z Documenting globset v0.4.13
28682024-02-17T06:25:44.008Z Documenting olpc-cjson v0.1.3
28692024-02-17T06:25:45.467Z Documenting snafu v0.7.5
28702024-02-17T06:25:46.270Z Documenting serde_plain v1.0.2
28712024-02-17T06:25:48.422Z Documenting headers-core v0.2.0
28722024-02-17T06:25:48.507Z Documenting async-recursion v1.0.5
28732024-02-17T06:25:48.640Z Documenting keccak v0.1.4
28742024-02-17T06:25:50.286Z Documenting bytecount v0.6.3
28752024-02-17T06:25:50.309Z Documenting typed-path v0.7.0
28762024-02-17T06:25:50.605Z Documenting rayon v1.8.0
28772024-02-17T06:25:50.666Z Documenting trust-dns-server v0.22.1
28782024-02-17T06:25:51.563Z Documenting sha3 v0.10.8
28792024-02-17T06:25:53.190Z Documenting headers v0.3.9
28802024-02-17T06:25:53.308Z Documenting papergrid v0.11.0
28812024-02-17T06:25:55.833Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28822024-02-17T06:25:55.847Z Documenting tough v0.16.0
28832024-02-17T06:25:57.016Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
28842024-02-17T06:25:58.017Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
28852024-02-17T06:25:58.307Z Documenting derive_builder_core v0.12.0
28862024-02-17T06:25:59.509Z Checking derive_builder_core v0.12.0
28872024-02-17T06:25:59.564Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
28882024-02-17T06:25:59.655Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
28892024-02-17T06:26:00.103Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
28902024-02-17T06:26:00.275Z Documenting sled v0.34.7
28912024-02-17T06:26:00.321Z Documenting fs-err v2.11.0
28922024-02-17T06:26:00.670Z Documenting unicase v2.7.0
28932024-02-17T06:26:00.903Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
28942024-02-17T06:26:01.236Z Documenting tabled_derive v0.7.0
28952024-02-17T06:26:01.250Z Documenting progenitor-impl v0.5.0 (https://github.com/oxidecomputer/progenitor#bc0bb4b0)
28962024-02-17T06:26:03.953Z Documenting progenitor-client v0.5.0 (https://github.com/oxidecomputer/progenitor#bc0bb4b0)
28972024-02-17T06:26:04.248Z Documenting fd-lock v4.0.2
28982024-02-17T06:26:05.906Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
28992024-02-17T06:26:06.061Z Documenting nix v0.27.1
29002024-02-17T06:26:06.904Z Documenting secrecy v0.8.0
29012024-02-17T06:26:07.184Z Documenting rustversion v1.0.14
29022024-02-17T06:26:08.703Z Documenting sqlparser_derive v0.2.2
29032024-02-17T06:26:09.512Z Documenting parse-size v1.0.0
29042024-02-17T06:26:09.703Z Documenting home v0.5.5
29052024-02-17T06:26:11.047Z Documenting unicode_categories v0.1.1
29062024-02-17T06:26:11.210Z Documenting castaway v0.2.2
29072024-02-17T06:26:12.808Z Documenting tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
29082024-02-17T06:26:12.812Z Documenting tabled v0.15.0
29092024-02-17T06:26:12.812Z Documenting progenitor v0.5.0 (https://github.com/oxidecomputer/progenitor#bc0bb4b0)
29102024-02-17T06:26:13.773Z Documenting rustyline v13.0.0
29112024-02-17T06:26:14.172Z Documenting sqlparser v0.43.1
29122024-02-17T06:26:14.789Z Documenting sqlformat v0.2.3
29132024-02-17T06:26:14.972Z Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
29142024-02-17T06:26:19.221Z Documenting derive_builder_macro v0.12.0
29152024-02-17T06:26:19.992Z Documenting mime_guess v2.0.4
29162024-02-17T06:26:22.307Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
29172024-02-17T06:26:23.232Z Documenting dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
29182024-02-17T06:26:23.767Z Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
29192024-02-17T06:26:24.955Z Compiling nexus-blueprint-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/blueprint-execution)
29202024-02-17T06:26:25.259Z Documenting universal-hash v0.5.1
29212024-02-17T06:26:27.074Z Documenting bcs v0.1.6
29222024-02-17T06:26:29.585Z Documenting kstat-rs v0.2.3
29232024-02-17T06:26:31.331Z Documenting thiserror-impl-no-std v2.0.2
29242024-02-17T06:26:31.397Z Documenting ref-cast-impl v1.0.20
29252024-02-17T06:26:33.526Z Documenting slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
29262024-02-17T06:26:34.021Z Documenting curve25519-dalek-derive v0.1.0
29272024-02-17T06:26:36.293Z Documenting highway v1.1.0
29282024-02-17T06:26:36.480Z Documenting opaque-debug v0.3.0
29292024-02-17T06:26:36.912Z Documenting ref-cast v1.0.20
29302024-02-17T06:26:38.066Z Documenting slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
29312024-02-17T06:26:38.081Z Documenting thiserror-no-std v2.0.2
29322024-02-17T06:26:38.437Z Documenting curve25519-dalek v4.1.1
29332024-02-17T06:26:39.354Z Documenting poly1305 v0.8.0
29342024-02-17T06:26:39.810Z Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
29352024-02-17T06:26:40.237Z Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29362024-02-17T06:26:40.964Z Documenting derive_builder v0.12.0
29372024-02-17T06:26:41.482Z Documenting propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=c7cdaf1875d259e29ca50a14b77b0bfd9dfe443d#c7cdaf18)
29382024-02-17T06:26:42.645Z Documenting compact_str v0.7.1
29392024-02-17T06:26:44.351Z Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
29402024-02-17T06:26:44.835Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
29412024-02-17T06:26:46.260Z Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
29422024-02-17T06:26:47.148Z Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
29432024-02-17T06:26:48.433Z Documenting ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
29442024-02-17T06:26:52.896Z Documenting mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client)
29452024-02-17T06:26:56.754Z Documenting portable-atomic v1.4.3
29462024-02-17T06:26:57.103Z Documenting polar-core v0.27.0
29472024-02-17T06:26:58.624Z Documenting ed25519 v1.5.3
29482024-02-17T06:27:00.559Z Documenting libxml v0.3.3
29492024-02-17T06:27:01.755Z Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
29502024-02-17T06:27:02.992Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
29512024-02-17T06:27:03.367Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
29522024-02-17T06:27:04.199Z Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
29532024-02-17T06:27:05.033Z Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
29542024-02-17T06:27:05.537Z Documenting crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=796dce526dd7ed7b52a0429a486ccba4a9da1ce5#796dce52)
29552024-02-17T06:27:07.004Z Documenting chacha20 v0.9.1
29562024-02-17T06:27:07.493Z Documenting bb8 v0.8.3
29572024-02-17T06:27:09.906Z Documenting aead v0.5.2
29582024-02-17T06:27:12.058Z Documenting lru v0.12.1
29592024-02-17T06:27:13.929Z Documenting quick-xml v0.30.0
29602024-02-17T06:27:15.290Z Documenting stability v0.1.1
29612024-02-17T06:27:16.446Z Documenting oso-derive v0.27.0
29622024-02-17T06:27:17.581Z Documenting impl-trait-for-tuples v0.2.2
29632024-02-17T06:27:19.015Z Documenting glob v0.3.1
29642024-02-17T06:27:20.162Z Documenting cassowary v0.3.0
29652024-02-17T06:27:20.256Z Documenting number_prefix v0.4.0
29662024-02-17T06:27:20.705Z Documenting maplit v1.0.2
29672024-02-17T06:27:21.878Z Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
29682024-02-17T06:27:22.407Z Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
29692024-02-17T06:27:23.803Z Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
29702024-02-17T06:27:24.067Z Documenting ratatui v0.26.1
29712024-02-17T06:27:24.233Z Documenting indicatif v0.17.8
29722024-02-17T06:27:24.967Z Documenting samael v0.0.14 (https://github.com/oxidecomputer/samael?branch=oxide/omicron#9e609a8f)
29732024-02-17T06:27:24.985Z Documenting oso v0.27.0
29742024-02-17T06:27:27.712Z Documenting chacha20poly1305 v0.10.1
29752024-02-17T06:27:29.229Z Documenting async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef)
29762024-02-17T06:27:29.965Z Documenting salty v0.2.0
29772024-02-17T06:27:32.918Z Documenting vsss-rs v3.3.4
29782024-02-17T06:27:34.250Z Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
29792024-02-17T06:27:36.317Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
29802024-02-17T06:27:36.566Z Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
29812024-02-17T06:27:36.589Z Documenting hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a)
29822024-02-17T06:27:37.374Z Documenting nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d)
29832024-02-17T06:27:39.963Z Documenting diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#62ef5ca0)
29842024-02-17T06:27:40.751Z Documenting cookie v0.18.0
29852024-02-17T06:27:41.199Z Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
29862024-02-17T06:27:44.853Z Documenting tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
29872024-02-17T06:27:45.313Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
29882024-02-17T06:27:45.801Z Documenting serde-big-array v0.5.1
29892024-02-17T06:27:45.801Z Documenting rtoolbox v0.0.1
29902024-02-17T06:27:45.801Z Documenting http-range v0.1.5
29912024-02-17T06:27:48.633Z Documenting unicode-linebreak v0.1.5
29922024-02-17T06:27:48.818Z Documenting is_ci v1.2.0
29932024-02-17T06:27:49.369Z Documenting smawk v0.3.1
29942024-02-17T06:27:49.640Z Documenting humantime v2.1.0
29952024-02-17T06:27:49.851Z Documenting gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
29962024-02-17T06:27:51.668Z Documenting rpassword v7.3.1
29972024-02-17T06:27:53.142Z Documenting supports-color v3.0.0
29982024-02-17T06:27:53.460Z Documenting hyper-staticfile v0.9.5
29992024-02-17T06:27:53.893Z Documenting textwrap v0.16.0
30002024-02-17T06:27:53.995Z Documenting sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef)
30012024-02-17T06:27:55.796Z Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
30022024-02-17T06:27:57.123Z Documenting tui-tree-widget v0.17.0
30032024-02-17T06:27:58.820Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
30042024-02-17T06:27:59.213Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
30052024-02-17T06:28:01.192Z Checking nexus-deployment v0.1.0 (/work/oxidecomputer/omicron/nexus/deployment)
30062024-02-17T06:28:01.968Z Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
30072024-02-17T06:28:02.969Z Documenting rcgen v0.12.1
30082024-02-17T06:28:03.489Z Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
30092024-02-17T06:28:03.489Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
30102024-02-17T06:28:03.856Z Documenting atomicwrites v0.4.3
30112024-02-17T06:28:04.585Z Documenting signal-hook-tokio v0.3.1
30122024-02-17T06:28:06.376Z Documenting subprocess v0.2.9
30132024-02-17T06:28:08.310Z Documenting memmap2 v0.7.1
30142024-02-17T06:28:09.617Z Documenting shell-words v1.1.0
30152024-02-17T06:28:17.990Z Documenting constant_time_eq v0.3.0
30162024-02-17T06:28:18.093Z Documenting arrayvec v0.7.4
30172024-02-17T06:28:18.111Z Documenting arrayref v0.3.7
30182024-02-17T06:28:18.533Z Documenting corncobs v0.1.3
30192024-02-17T06:28:18.534Z Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
30202024-02-17T06:28:18.534Z Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
30212024-02-17T06:28:18.534Z Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
30222024-02-17T06:28:18.534Z Documenting blake3 v1.5.0
30232024-02-17T06:28:18.534Z Documenting sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef)
30242024-02-17T06:28:20.092Z Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
30252024-02-17T06:28:20.919Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
30262024-02-17T06:28:22.242Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
30272024-02-17T06:28:24.182Z Documenting nexus-deployment v0.1.0 (/work/oxidecomputer/omicron/nexus/deployment)
30282024-02-17T06:28:30.024Z Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
30292024-02-17T06:28:35.735Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
30302024-02-17T06:28:37.968Z Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
30312024-02-17T06:28:39.924Z Documenting crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=796dce526dd7ed7b52a0429a486ccba4a9da1ce5#796dce52)
30322024-02-17T06:28:39.984Zwarning: unclosed HTML tag `usize`
30332024-02-17T06:28:39.984Z --> wicket/src/ui/panes/update.rs:153:19
30342024-02-17T06:28:39.985Z |
30352024-02-17T06:28:39.985Z153 | /// TODO: The <usize> generic parameter is carried over from earlier versions
30362024-02-17T06:28:39.985Z | ^^^^^^^
30372024-02-17T06:28:39.985Z |
30382024-02-17T06:28:39.985Z = note: `#[warn(rustdoc::invalid_html_tags)]` on by default
30392024-02-17T06:28:39.986Z
30402024-02-17T06:28:41.264Zwarning: `wicket` (lib doc) generated 1 warning
30412024-02-17T06:28:41.268Z Documenting fatfs v0.3.6
30422024-02-17T06:28:43.220Z Documenting nanorand v0.7.0
30432024-02-17T06:28:45.903Z Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
30442024-02-17T06:28:46.422Z Documenting assert_matches v1.5.0
30452024-02-17T06:28:47.301Z Documenting topological-sort v0.2.2
30462024-02-17T06:28:49.363Z Documenting flume v0.11.0
30472024-02-17T06:28:49.788Z Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
30482024-02-17T06:28:51.277Z Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
30492024-02-17T06:28:51.908Z Documenting omicron-zone-package v0.11.0
30502024-02-17T06:28:54.845Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
30512024-02-17T06:28:57.055Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
30522024-02-17T06:28:58.053Z Documenting installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd)
30532024-02-17T06:28:58.592Z Documenting installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client)
30542024-02-17T06:29:02.886Zwarning: unresolved link to `propolis_client::api::InstanceStateMonitorResponse`
30552024-02-17T06:29:02.886Z --> sled-agent/src/sim/instance.rs:46:7
30562024-02-17T06:29:02.886Z |
30572024-02-17T06:29:02.886Z46 | /// [`propolis_client::api::InstanceStateMonitorResponse`]. Transition requests
30582024-02-17T06:29:02.886Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `api` in module `propolis_client`
30592024-02-17T06:29:02.886Z |
30602024-02-17T06:29:02.887Z = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default
30612024-02-17T06:29:02.887Z
30622024-02-17T06:29:04.492Z Checking installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd)
30632024-02-17T06:29:05.341Z Checking installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client)
30642024-02-17T06:29:06.034Zwarning: `omicron-sled-agent` (lib doc) generated 1 warning
30652024-02-17T06:29:06.549Z Documenting termios v0.3.3
30662024-02-17T06:29:10.138Z Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
30672024-02-17T06:29:19.554Z Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
30682024-02-17T06:29:21.170Z Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
30692024-02-17T06:29:21.570Z Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
30702024-02-17T06:29:38.818Z Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
30712024-02-17T06:29:44.891Z Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
30722024-02-17T06:29:51.932Z Documenting tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
30732024-02-17T06:29:56.182Zwarning: unresolved link to `DataStore::update_tuf_repo_description_insert`
30742024-02-17T06:29:56.182Z --> nexus/db-queries/src/db/datastore/update.rs:28:27
30752024-02-17T06:29:56.182Z |
30762024-02-17T06:29:56.182Z28 | /// The return value of [`DataStore::update_tuf_repo_description_insert`].
30772024-02-17T06:29:56.182Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the struct `DataStore` has no field or associated item named `update_tuf_repo_description_insert`
30782024-02-17T06:29:56.182Z |
30792024-02-17T06:29:56.182Z = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default
30802024-02-17T06:29:56.182Z
30812024-02-17T06:29:59.170Z Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli)
30822024-02-17T06:29:59.571Z Documenting caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util)
30832024-02-17T06:30:05.759Z Documenting zone-network-setup v0.1.0 (/work/oxidecomputer/omicron/zone-network-setup)
30842024-02-17T06:30:09.099Z Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
30852024-02-17T06:30:12.514Zwarning: `nexus-db-queries` (lib doc) generated 1 warning
30862024-02-17T06:30:12.521Z Documenting nexus-blueprint-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/blueprint-execution)
30872024-02-17T06:30:12.521Z Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
30882024-02-17T06:30:12.521Z Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
30892024-02-17T06:30:45.085Z Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
30902024-02-17T06:31:24.246Zwarning: unresolved link to `VolumeConstructionRequest`
30912024-02-17T06:31:24.246Z --> nexus/src/app/sagas/volume_delete.rs:338:7
30922024-02-17T06:31:24.246Z |
30932024-02-17T06:31:24.246Z338 | /// [`VolumeConstructionRequest`] is shown here):
30942024-02-17T06:31:24.246Z | ^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `VolumeConstructionRequest` in scope
30952024-02-17T06:31:24.246Z |
30962024-02-17T06:31:24.246Z = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
30972024-02-17T06:31:24.246Z = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default
30982024-02-17T06:31:24.247Z
30992024-02-17T06:31:24.268Zwarning: unresolved link to `fd00:1122:3344:101::5`
31002024-02-17T06:31:24.268Z --> nexus/src/app/sagas/volume_delete.rs:348:17
31012024-02-17T06:31:24.268Z |
31022024-02-17T06:31:24.269Z348 | /// "[fd00:1122:3344:101::5]:1000",
31032024-02-17T06:31:24.269Z | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:101` in scope
31042024-02-17T06:31:24.269Z
31052024-02-17T06:31:24.269Zwarning: unresolved link to `fd00:1122:3344:102::9`
31062024-02-17T06:31:24.269Z --> nexus/src/app/sagas/volume_delete.rs:349:17
31072024-02-17T06:31:24.269Z |
31082024-02-17T06:31:24.269Z349 | /// "[fd00:1122:3344:102::9]:1000",
31092024-02-17T06:31:24.270Z | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:102` in scope
31102024-02-17T06:31:24.270Z
31112024-02-17T06:31:24.270Zwarning: unresolved link to `fd00:1122:3344:103::2`
31122024-02-17T06:31:24.270Z --> nexus/src/app/sagas/volume_delete.rs:350:17
31132024-02-17T06:31:24.270Z |
31142024-02-17T06:31:24.270Z350 | /// "[fd00:1122:3344:103::2]:1000"
31152024-02-17T06:31:24.270Z | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:103` in scope
31162024-02-17T06:31:24.270Z
31172024-02-17T06:31:24.270Zwarning: unresolved link to `fd00:1122:3344:101::5`
31182024-02-17T06:31:24.270Z --> nexus/src/app/sagas/volume_delete.rs:369:17
31192024-02-17T06:31:24.270Z |
31202024-02-17T06:31:24.270Z369 | /// "[fd00:1122:3344:101::5]:1001", <-- port changed
31212024-02-17T06:31:24.270Z | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:101` in scope
31222024-02-17T06:31:24.270Z
31232024-02-17T06:31:24.270Zwarning: unresolved link to `fd00:1122:3344:102::9`
31242024-02-17T06:31:24.270Z --> nexus/src/app/sagas/volume_delete.rs:370:17
31252024-02-17T06:31:24.271Z |
31262024-02-17T06:31:24.271Z370 | /// "[fd00:1122:3344:102::9]:1001", <-- port changed
31272024-02-17T06:31:24.271Z | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:102` in scope
31282024-02-17T06:31:24.271Z
31292024-02-17T06:31:24.271Zwarning: unresolved link to `fd00:1122:3344:103::2`
31302024-02-17T06:31:24.271Z --> nexus/src/app/sagas/volume_delete.rs:371:17
31312024-02-17T06:31:24.271Z |
31322024-02-17T06:31:24.271Z371 | /// "[fd00:1122:3344:103::2]:1001" <-- port changed
31332024-02-17T06:31:24.271Z | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:103` in scope
31342024-02-17T06:31:24.271Z
31352024-02-17T06:31:27.155Zwarning: `omicron-nexus` (lib doc) generated 7 warnings
31362024-02-17T06:31:42.875Z Finished dev [unoptimized + debuginfo] target(s) in 11m 24s
31372024-02-17T06:31:42.970Z
31382024-02-17T06:31:42.970Zreal 11:24.138047518
31392024-02-17T06:31:42.970Zuser 30:34.312208573
31402024-02-17T06:31:42.970Zsys 49:14.337947234
31412024-02-17T06:31:42.976Ztrap 0.932690152
31422024-02-17T06:31:42.976Ztflt 0.078882583
31432024-02-17T06:31:42.976Zdflt 0.599517655
31442024-02-17T06:31:42.976Zkflt 0.000090069
31452024-02-17T06:31:42.976Zlock 2:06:36.604522205
31462024-02-17T06:31:42.976Zslp 2:52:00.249662465
31472024-02-17T06:31:42.976Zlat 4:39.810017043
31482024-02-17T06:31:42.976Zstop 1:26.280678888
31492024-02-17T06:31:42.977Zprocess exited: duration 1270003 ms, exit code 0
 
31502024-02-17T06:31:42.985Zfound 0 output files