01HNKJEM75Z3V32K4MH9TX30F1: 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: 01HNKJF92TCFNG3B259D1JN124

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12024-02-02T00:17:29.103Zjob assigned to worker 01HNKJQF18RY55K12ZY9FYREWF (queued for 6 m 21 s)
 
22024-02-02T00:17:29.839Zstarting task 0: "setup"
32024-02-02T00:17:29.852Z++ uname -s
42024-02-02T00:17:29.857Z+ kern=SunOS
52024-02-02T00:17:29.857Z+ case "$kern" in
62024-02-02T00:17:29.857Z+ groupadd -g 12345 build
72024-02-02T00:17:29.857Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-02-02T00:17:32.130Z+ zfs create -o mountpoint=/work rpool/work
92024-02-02T00:17:32.352Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-02-02T00:17:32.374Z+ home_fs=zfs
112024-02-02T00:17:32.374Z+ [[ zfs == autofs ]]
122024-02-02T00:17:32.374Z+ mkdir -p /home/build
132024-02-02T00:17:32.374Z+ chown build:build /home/build /work
142024-02-02T00:17:34.356Z+ chmod 0700 /home/build /work
152024-02-02T00:17:34.362Zprocess exited: duration 4523 ms, exit code 0
 
162024-02-02T00:17:34.371Zstarting task 1: "rust-toolchain"
172024-02-02T00:17:34.379Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
182024-02-02T00:17:34.383Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default
192024-02-02T00:17:34.554Zinfo: downloading installer
202024-02-02T00:17:37.498Zwarning: it looks like you have an existing installation of Rust at:
212024-02-02T00:17:37.498Zwarning: /opt/ooce/bin
222024-02-02T00:17:37.498Zwarning: It is recommended that rustup be the primary Rust installation.
232024-02-02T00:17:37.498Zwarning: Otherwise you may have confusion unless you are careful with your PATH
242024-02-02T00:17:37.498Zwarning: If you are sure that you want both rustup and your already installed Rust
252024-02-02T00:17:37.499Zwarning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
262024-02-02T00:17:37.499Zwarning: or pass `-y' to ignore all ignorable checks.
272024-02-02T00:17:37.499Zerror: cannot install while Rust is installed
282024-02-02T00:17:37.499Zwarning: continuing (because the -y flag is set and the error is ignorable)
292024-02-02T00:17:37.938Zinfo: profile set to 'default'
302024-02-02T00:17:37.938Zinfo: default host triple is x86_64-unknown-illumos
312024-02-02T00:17:37.941Zinfo: syncing channel updates for '1.72.1-x86_64-unknown-illumos'
322024-02-02T00:17:38.131Zinfo: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13)
332024-02-02T00:17:38.131Zinfo: downloading component 'cargo'
342024-02-02T00:17:38.927Zinfo: downloading component 'clippy'
352024-02-02T00:17:39.200Zinfo: downloading component 'rust-docs'
362024-02-02T00:17:40.188Zinfo: downloading component 'rust-std'
372024-02-02T00:17:41.973Zinfo: downloading component 'rustc'
382024-02-02T00:17:46.310Zinfo: downloading component 'rustfmt'
392024-02-02T00:17:46.562Zinfo: installing component 'cargo'
402024-02-02T00:17:48.573Zinfo: installing component 'clippy'
412024-02-02T00:17:49.505Zinfo: installing component 'rust-docs'
422024-02-02T00:17:52.234Zinfo: installing component 'rust-std'
432024-02-02T00:17:56.176Zinfo: installing component 'rustc'
442024-02-02T00:18:04.397Zinfo: installing component 'rustfmt'
452024-02-02T00:18:04.864Zinfo: default toolchain set to '1.72.1-x86_64-unknown-illumos'
462024-02-02T00:18:04.865Z
472024-02-02T00:18:04.980Z 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13)
482024-02-02T00:18:04.980Z
492024-02-02T00:18:04.990Z
502024-02-02T00:18:04.990ZRust is installed now. Great!
512024-02-02T00:18:04.990Z
522024-02-02T00:18:04.990ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
532024-02-02T00:18:04.990Zenvironment variable. This has not been done automatically.
542024-02-02T00:18:04.990Z
552024-02-02T00:18:04.990ZTo configure your current shell, run:
562024-02-02T00:18:04.990Zsource "$HOME/.cargo/env"
572024-02-02T00:18:05.070Z+ rustc --version
582024-02-02T00:18:05.187Zrustc 1.72.1 (d5c2e9c34 2023-09-13)
592024-02-02T00:18:05.194Zprocess exited: duration 30825 ms, exit code 0
 
602024-02-02T00:18:05.201Zstarting task 2: "authentication"
612024-02-02T00:18:05.238Zprocess exited: duration 33 ms, exit code 0
 
622024-02-02T00:18:05.252Zstarting task 3: "clone repository"
632024-02-02T00:18:05.260Z+ mkdir -p /work/oxidecomputer/omicron
642024-02-02T00:18:05.266Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
652024-02-02T00:18:05.529ZCloning into '/work/oxidecomputer/omicron'...
662024-02-02T00:18:13.333Z+ cd /work/oxidecomputer/omicron
672024-02-02T00:18:13.336Z+ git fetch origin 3be0d62d8d5f2438ef6e76eb0c4938c65bf0d418
682024-02-02T00:18:13.694ZFrom https://github.com/oxidecomputer/omicron
692024-02-02T00:18:13.694Z * branch 3be0d62d8d5f2438ef6e76eb0c4938c65bf0d418 -> FETCH_HEAD
702024-02-02T00:18:13.703Z+ [[ -n track-timing ]]
712024-02-02T00:18:13.706Z++ git branch --show-current
722024-02-02T00:18:13.709Z+ current=main
732024-02-02T00:18:13.709Z+ [[ main != track-timing ]]
742024-02-02T00:18:13.709Z+ git branch -f track-timing 3be0d62d8d5f2438ef6e76eb0c4938c65bf0d418
752024-02-02T00:18:13.714Z+ git checkout -f track-timing
762024-02-02T00:18:13.902ZSwitched to branch 'track-timing'
772024-02-02T00:18:13.908Z+ git reset --hard 3be0d62d8d5f2438ef6e76eb0c4938c65bf0d418
782024-02-02T00:18:13.938ZHEAD is now at 3be0d62d8 -p
792024-02-02T00:18:13.948Zprocess exited: duration 8686 ms, exit code 0
 
802024-02-02T00:18:13.974Zstarting task 4: "build"
812024-02-02T00:18:13.986Z+ cargo --version
822024-02-02T00:18:13.995Zinfo: syncing channel updates for '1.74.1-x86_64-unknown-illumos'
832024-02-02T00:18:14.406Zinfo: latest update on 2023-12-07, rust version 1.74.1 (a28077b28 2023-12-04)
842024-02-02T00:18:14.406Zinfo: downloading component 'cargo'
852024-02-02T00:18:15.068Zinfo: downloading component 'clippy'
862024-02-02T00:18:15.339Zinfo: downloading component 'rust-docs'
872024-02-02T00:18:16.422Zinfo: downloading component 'rust-std'
882024-02-02T00:18:17.974Zinfo: downloading component 'rustc'
892024-02-02T00:18:22.454Zinfo: downloading component 'rustfmt'
902024-02-02T00:18:22.758Zinfo: installing component 'cargo'
912024-02-02T00:18:24.154Zinfo: installing component 'clippy'
922024-02-02T00:18:24.742Zinfo: installing component 'rust-docs'
932024-02-02T00:18:27.449Zinfo: installing component 'rust-std'
942024-02-02T00:18:29.864Zinfo: installing component 'rustc'
952024-02-02T00:18:36.320Zinfo: installing component 'rustfmt'
962024-02-02T00:18:36.843Zcargo 1.74.1 (ecb9851af 2023-10-18)
972024-02-02T00:18:36.851Z+ rustc --version
982024-02-02T00:18:36.981Zrustc 1.74.1 (a28077b28 2023-12-04)
992024-02-02T00:18:37.486Z+ source ./env.sh
1002024-02-02T00:18:37.486Z++ set -o xtrace
1012024-02-02T00:18:37.486Z++++ dirname ./env.sh
1022024-02-02T00:18:37.486Z+++ cd .
1032024-02-02T00:18:37.486Z+++ echo /work/oxidecomputer/omicron
1042024-02-02T00:18:37.486Z++ OMICRON_WS=/work/oxidecomputer/omicron
1052024-02-02T00:18:37.486Z++ 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-02T00:18:37.486Z++ 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-02T00:18:37.487Z++ 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-02T00:18:37.487Z++ 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-02T00:18:37.487Z++ 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-02T00:18:37.487Z++ 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-02T00:18:37.487Z++ 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-02T00:18:37.487Z++ 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-02T00:18:37.487Z++ unset OMICRON_WS
1142024-02-02T00:18:37.487Z++ set +o xtrace
1152024-02-02T00:18:37.487Z
1162024-02-02T00:18:37.487Z ##### ##### ###### ##### ###### #### # # # #### #
1172024-02-02T00:18:37.487Z # # # # # # # # # # # # # # #
1182024-02-02T00:18:37.487Z # # # # ##### # # ##### # # # # # #### #
1192024-02-02T00:18:37.487Z ##### ##### # ##### # # # # # # # # #
1202024-02-02T00:18:37.487Z # # # # # # # # # # # # # # #
1212024-02-02T00:18:37.487Z # # # ###### # # ###### ### # #### # #### #
1222024-02-02T00:18:37.488Z
1232024-02-02T00:18:50.172Z Startup: Refreshing catalog 'helios-dev' ... Done
1242024-02-02T00:18:52.008Z Startup: Caching catalogs ... Done
1252024-02-02T00:18:55.059ZPlanning: Solver setup ... Done (2.541s)
1262024-02-02T00:18:55.128ZPlanning: Running solver ... Done (0.069s)
1272024-02-02T00:18:55.163ZPlanning: Finding local manifests ... Done (0.003s)
1282024-02-02T00:18:55.178ZPlanning: Fetching manifests: 0/4 0% complete
1292024-02-02T00:18:55.499ZPlanning: Fetching manifests: 4/4 100% complete
1302024-02-02T00:18:55.581ZPlanning: Package planning ... Done (0.082s)
1312024-02-02T00:18:55.671ZPlanning: Merging actions ... Done (0.085s)
1322024-02-02T00:18:56.698ZPlanning: Checking for conflicting actions ... Done (1.009s)
1332024-02-02T00:18:56.707ZPlanning: Consolidating action changes ... Done (0.018s)
1342024-02-02T00:19:08.803ZPlanning: Evaluating mediators ... Done (6.786s)
1352024-02-02T00:19:08.962ZPlanning: Planning completed in 11.43 seconds
1362024-02-02T00:19:08.962Z Packages to install: 4
1372024-02-02T00:19:08.962Z Mediators to change: 2
1382024-02-02T00:19:08.962Z Services to change: 1
1392024-02-02T00:19:08.962Z Estimated space available: 148.87 GB
1402024-02-02T00:19:08.962ZEstimated space to be consumed: 1.40 GB
1412024-02-02T00:19:08.962Z Create boot environment: No
1422024-02-02T00:19:08.963ZCreate backup boot environment: No
1432024-02-02T00:19:08.963Z Rebuild boot archive: No
1442024-02-02T00:19:08.963Z
1452024-02-02T00:19:08.963ZChanged mediators:
1462024-02-02T00:19:08.963Z mediator clang:
1472024-02-02T00:19:08.963Z version: None -> 15 (system default)
1482024-02-02T00:19:08.963Z
1492024-02-02T00:19:08.963Z mediator llvm:
1502024-02-02T00:19:08.963Z version: 14 (system default) -> 15 (system default)
1512024-02-02T00:19:08.963Z
1522024-02-02T00:19:08.963ZChanged packages:
1532024-02-02T00:19:08.963Zhelios-dev
1542024-02-02T00:19:08.963Z developer/build-essential
1552024-02-02T00:19:08.963Z None -> 11-2.0
1562024-02-02T00:19:08.964Z library/libxmlsec1
1572024-02-02T00:19:08.964Z None -> 1.2.35-2.0
1582024-02-02T00:19:08.964Z ooce/developer/clang-15
1592024-02-02T00:19:08.964Z None -> 15.0.7-2.0
1602024-02-02T00:19:08.964Z ooce/developer/llvm-15
1612024-02-02T00:19:08.964Z None -> 15.0.7-2.0
1622024-02-02T00:19:08.964Z
1632024-02-02T00:19:08.964ZServices:
1642024-02-02T00:19:08.964Z restart_fmri:
1652024-02-02T00:19:08.964Z svc:/system/update-man-index:default
1662024-02-02T00:19:08.964Z
1672024-02-02T00:19:08.964ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1682024-02-02T00:19:13.183ZDownload: 1247/3290 items 93.2/212.6MB 43% complete (18.6M/s)
1692024-02-02T00:19:18.188ZDownload: 3045/3290 items 121.2/212.6MB 56% complete (12.2M/s)
1702024-02-02T00:19:21.497ZDownload: Completed 212.60 MB in 13.31 seconds (16.0M/s)
1712024-02-02T00:19:23.093Z Actions: 1/3689 actions (Installing new actions)
1722024-02-02T00:19:28.103Z Actions: 2122/3689 actions (Installing new actions)
1732024-02-02T00:19:30.834Z Actions: Completed 3689 actions in 7.74 seconds.
1742024-02-02T00:19:30.976Z Done (0.138s)
1752024-02-02T00:19:30.976Z Done (0.000s)
1762024-02-02T00:19:31.316Z Done (0.339s)
1772024-02-02T00:19:39.716Z Done (8.252s)
1782024-02-02T00:19:39.986Z Done (0.160s)
1792024-02-02T00:19:39.999Z Done (0.000s)
1802024-02-02T00:19:40.276Z Done (0.000s)
1812024-02-02T00:19:41.018ZPlanning: Evaluating mediator changes ... Done
1822024-02-02T00:19:41.304ZPlanning: Checking for conflicting actions ... Done
1832024-02-02T00:19:41.307ZPlanning: Consolidating action changes ... Done
1842024-02-02T00:19:41.746ZPlanning: Evaluating mediators ... Done
1852024-02-02T00:19:41.750ZPlanning: Planning completed in 0.73 seconds
1862024-02-02T00:19:41.802Z Mediators to change: 2
1872024-02-02T00:19:41.802Z Create boot environment: No
1882024-02-02T00:19:41.805ZCreate backup boot environment: No
1892024-02-02T00:19:41.899Z Done
1902024-02-02T00:19:41.899Z Done
1912024-02-02T00:19:42.103Z Done
1922024-02-02T00:19:48.017Z Done
1932024-02-02T00:19:48.153Z Done
1942024-02-02T00:19:48.603Z Done
1952024-02-02T00:19:48.603Z Done
1962024-02-02T00:19:49.270ZPlanning: Evaluating mediator changes ... Done
1972024-02-02T00:19:49.274ZPlanning: Merging actions ... Done
1982024-02-02T00:19:49.605ZPlanning: Checking for conflicting actions ... Done
1992024-02-02T00:19:49.608ZPlanning: Consolidating action changes ... Done
2002024-02-02T00:19:50.456ZPlanning: Evaluating mediators ... Done
2012024-02-02T00:19:50.465ZPlanning: Planning completed in 1.30 seconds
2022024-02-02T00:19:50.465Z Packages to change: 1
2032024-02-02T00:19:50.465Z Mediators to change: 1
2042024-02-02T00:19:50.465Z Services to change: 1
2052024-02-02T00:19:50.465Z Create boot environment: No
2062024-02-02T00:19:50.465ZCreate backup boot environment: Yes
2072024-02-02T00:19:52.199Z Actions: 1/6 actions (Updating modified actions)
2082024-02-02T00:19:52.204Z Actions: Completed 6 actions in 0.00 seconds.
2092024-02-02T00:19:52.204Z Done
2102024-02-02T00:19:52.204Z Done
2112024-02-02T00:19:52.282Z Done
2122024-02-02T00:19:58.345Z Done
2132024-02-02T00:19:58.473Z Done
2142024-02-02T00:19:58.484Z Done
2152024-02-02T00:19:58.558Z Done
2162024-02-02T00:19:59.307ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2172024-02-02T00:19:59.307Zclang system 15 system
2182024-02-02T00:19:59.307Zcsh system system illumos
2192024-02-02T00:19:59.307Zctags system system illumos
2202024-02-02T00:19:59.307Zgcc vendor 12 vendor
2212024-02-02T00:19:59.307Zgcc system 10 system
2222024-02-02T00:19:59.307Zgcc system 7 system
2232024-02-02T00:19:59.307Zgo system 1.20 system
2242024-02-02T00:19:59.307Zgo system 1.19 system
2252024-02-02T00:19:59.307Zllvm system 15 system
2262024-02-02T00:19:59.307Zllvm system 14 system
2272024-02-02T00:19:59.307Zmariadb system 10.6 system
2282024-02-02T00:19:59.307Zmta vendor vendor dma
2292024-02-02T00:19:59.307Zopenjdk system 17 system
2302024-02-02T00:19:59.307Zopenjdk system 11 system
2312024-02-02T00:19:59.308Zopenjdk system 1.8 system
2322024-02-02T00:19:59.308Zopenssl vendor 3 vendor
2332024-02-02T00:19:59.308Zperl system 5.36 system
2342024-02-02T00:19:59.308Zpostgresql system 15 system
2352024-02-02T00:19:59.308Zpostgresql system 13 system
2362024-02-02T00:19:59.308Zpython vendor 3 vendor
2372024-02-02T00:19:59.308Zpython system 2 system
2382024-02-02T00:19:59.308Zpython3 system 3.11 system
2392024-02-02T00:19:59.308Zruby system 3.0 system
2402024-02-02T00:19:59.308Zwords vendor vendor american-english
2412024-02-02T00:19:59.308Zwords system system australian-english
2422024-02-02T00:19:59.308Zwords system system british-english
2432024-02-02T00:19:59.308Zwords system system canadian-english
2442024-02-02T00:19:59.308Zwords system system french
2452024-02-02T00:19:59.308Zwords system system italian
2462024-02-02T00:19:59.309Zwords system system ngerman
2472024-02-02T00:19:59.309Zwords system system ogerman
2482024-02-02T00:19:59.309Zwords system system spanish
2492024-02-02T00:19:59.780ZFMRI IFO
2502024-02-02T00:19:59.781Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2512024-02-02T00:19:59.781Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2522024-02-02T00:19:59.781Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2532024-02-02T00:19:59.781Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2542024-02-02T00:19:59.781Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2552024-02-02T00:19:59.781Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i--
2562024-02-02T00:19:59.781Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i--
2572024-02-02T00:19:59.782Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i--
2582024-02-02T00:19:59.849Z+ set -o errexit
2592024-02-02T00:19:59.852Z+++ dirname ./tools/ci_download_cockroachdb
2602024-02-02T00:19:59.855Z++ cd ./tools
2612024-02-02T00:19:59.855Z++ pwd
2622024-02-02T00:19:59.855Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
2632024-02-02T00:19:59.855Z++ basename ./tools/ci_download_cockroachdb
2642024-02-02T00:19:59.859Z+ ARG0=ci_download_cockroachdb
2652024-02-02T00:19:59.859Z++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version
2662024-02-02T00:19:59.864Z+ CIDL_VERSION=v22.1.9
2672024-02-02T00:19:59.864Z+ source /work/oxidecomputer/omicron/tools/cockroachdb_checksums
2682024-02-02T00:19:59.864Z++ CIDL_MD5_DARWIN=2db972c254b4e3b599e12110520178b5
2692024-02-02T00:19:59.864Z++ CIDL_MD5_LINUX=8c3170883e0a0be1a34b44090c067a8c
2702024-02-02T00:19:59.864Z++ CIDL_MD5_ILLUMOS=d8999aff364e5d70f226e139fda724a3
2712024-02-02T00:19:59.864Z+ TARGET_DIR=out
2722024-02-02T00:19:59.864Z+ DOWNLOAD_DIR=out/downloads
2732024-02-02T00:19:59.864Z+ DEST_DIR=./out/cockroachdb
2742024-02-02T00:19:59.864Z+ CIDL_URL_COCKROACH=https://binaries.cockroachdb.com
2752024-02-02T00:19:59.864Z+ CIDL_URL_ILLUMOS=https://illumos.org/downloads
2762024-02-02T00:19:59.864Z+ main
2772024-02-02T00:19:59.864Z+ [[ 0 != 0 ]]
2782024-02-02T00:19:59.864Z+ CIDL_OS=solaris2.11
2792024-02-02T00:19:59.864Z+ [[ 0 != 0 ]]
2802024-02-02T00:19:59.864Z+ configure_os solaris2.11
2812024-02-02T00:19:59.864Z+ echo 'current directory: /work/oxidecomputer/omicron'
2822024-02-02T00:19:59.864Zcurrent directory: /work/oxidecomputer/omicron
2832024-02-02T00:19:59.864Zconfiguring based on OS: "solaris2.11"
2842024-02-02T00:19:59.864Z+ echo 'configuring based on OS: "solaris2.11"'
2852024-02-02T00:19:59.865Z+ case "$1" in
2862024-02-02T00:19:59.865Z+ CIDL_BUILD=illumos
2872024-02-02T00:19:59.865Z+ CIDL_SUFFIX=tar.gz
2882024-02-02T00:19:59.865Z+ CIDL_MD5=d8999aff364e5d70f226e139fda724a3
2892024-02-02T00:19:59.865Z+ CIDL_MD5FUNC=do_md5sum
2902024-02-02T00:19:59.865Z+ CIDL_URL_BASE=https://illumos.org/downloads
2912024-02-02T00:19:59.865Z+ CIDL_ASSEMBLE=do_assemble_illumos
2922024-02-02T00:19:59.865Z+ TARBALL_DIRNAME=cockroach-v22.1.9.illumos
2932024-02-02T00:19:59.865Z+ TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz
2942024-02-02T00:19:59.865Z+ TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz
2952024-02-02T00:19:59.865Z+ TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos
2962024-02-02T00:19:59.865Z+ CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz
2972024-02-02T00:19:59.865Z+ echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz'
2982024-02-02T00:19:59.865ZURL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz
2992024-02-02T00:19:59.865Z+ echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz'
3002024-02-02T00:19:59.865Z+ mkdir -p out/downloads
3012024-02-02T00:19:59.865ZLocal file: out/downloads/cockroach-v22.1.9.illumos.tar.gz
3022024-02-02T00:19:59.865Z+ mkdir -p ./out/cockroachdb
3032024-02-02T00:19:59.869Z+ local DO_DOWNLOAD=true
3042024-02-02T00:19:59.869Z+ [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]]
3052024-02-02T00:19:59.869Z+ '[' true == true ']'
3062024-02-02T00:19:59.869Z+ echo Downloading...
3072024-02-02T00:19:59.869ZDownloading...
3082024-02-02T00:19:59.869Z+ do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz
3092024-02-02T00:19:59.869Z+ 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
3102024-02-02T00:20:02.873Z++ do_md5sum out/downloads/cockroach-v22.1.9.illumos.tar.gz
3112024-02-02T00:20:02.883Z++ md5sum
3122024-02-02T00:20:02.883Z++ awk '{print $1}'
3132024-02-02T00:20:03.177Z+ calculated_md5=d8999aff364e5d70f226e139fda724a3
3142024-02-02T00:20:03.177Z+ [[ d8999aff364e5d70f226e139fda724a3 != \d\8\9\9\9\a\f\f\3\6\4\e\5\d\7\0\f\2\2\6\e\1\3\9\f\d\a\7\2\4\a\3 ]]
3152024-02-02T00:20:03.177Z+ do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz
3162024-02-02T00:20:03.194Z+ tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads
3172024-02-02T00:20:06.570Z+ do_assemble_illumos
3182024-02-02T00:20:06.570Z+ rm -r ./out/cockroachdb
3192024-02-02T00:20:06.573Z+ cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb
3202024-02-02T00:20:07.231Z+ ./out/cockroachdb/bin/cockroach version
3212024-02-02T00:20:07.629ZBuild Tag: v22.1.9-dirty
3222024-02-02T00:20:07.629ZBuild Time: 2022/10/26 21:17:46
3232024-02-02T00:20:07.629ZDistribution: OSS
3242024-02-02T00:20:07.629ZPlatform: illumos amd64 (x86_64-pc-solaris2.11)
3252024-02-02T00:20:07.629ZGo Version: go1.17.13
3262024-02-02T00:20:07.629ZC Compiler: gcc 10.3.0
3272024-02-02T00:20:07.629ZBuild Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493
3282024-02-02T00:20:07.629ZBuild Type: release
3292024-02-02T00:20:07.657Z+ set -o errexit
3302024-02-02T00:20:07.661Z+++ dirname ./tools/ci_download_clickhouse
3312024-02-02T00:20:07.664Z++ cd ./tools
3322024-02-02T00:20:07.664Z++ pwd
3332024-02-02T00:20:07.664Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
3342024-02-02T00:20:07.668Z++ basename ./tools/ci_download_clickhouse
3352024-02-02T00:20:07.668Z+ ARG0=ci_download_clickhouse
3362024-02-02T00:20:07.668Z+ TARGET_DIR=out
3372024-02-02T00:20:07.668Z+ DOWNLOAD_DIR=out/downloads
3382024-02-02T00:20:07.668Z+ DEST_DIR=./out/clickhouse
3392024-02-02T00:20:07.668Z+ CIDL_VERSION=v22.8.9.24
3402024-02-02T00:20:07.668Z+ source /work/oxidecomputer/omicron/tools/clickhouse_checksums
3412024-02-02T00:20:07.668Z++ CIDL_MD5_DARWIN=20603974a929926591fca70ff1df0e45
3422024-02-02T00:20:07.668Z++ CIDL_MD5_LINUX=ea909519bd9d989fd5d090fd9bdd42f1
3432024-02-02T00:20:07.668Z++ CIDL_MD5_ILLUMOS=7702939ce5b4b51846a1ba39f1392306
3442024-02-02T00:20:07.668Z+ CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com
3452024-02-02T00:20:07.668Z+ main
3462024-02-02T00:20:07.668Z+ [[ 0 != 0 ]]
3472024-02-02T00:20:07.668Z+ CIDL_OS=solaris2.11
3482024-02-02T00:20:07.668Z+ [[ 0 != 0 ]]
3492024-02-02T00:20:07.668Z+ configure_os solaris2.11
3502024-02-02T00:20:07.668Z+ echo 'current directory: /work/oxidecomputer/omicron'
3512024-02-02T00:20:07.668Zcurrent directory: /work/oxidecomputer/omicron
3522024-02-02T00:20:07.669Z+ echo 'configuring based on OS: "solaris2.11"'
3532024-02-02T00:20:07.669Z+ CIDL_DASHREV=
3542024-02-02T00:20:07.669Z+ case "$1" in
3552024-02-02T00:20:07.669Zconfiguring based on OS: "solaris2.11"
3562024-02-02T00:20:07.669Z+ CIDL_PLATFORM=illumos
3572024-02-02T00:20:07.669Z+ CIDL_MD5=7702939ce5b4b51846a1ba39f1392306
3582024-02-02T00:20:07.669Z+ CIDL_MD5FUNC=do_md5sum
3592024-02-02T00:20:07.669Z+ CIDL_DASHREV=-1
3602024-02-02T00:20:07.669Z+ TARBALL_DIRNAME=clickhouse-v22.8.9.24
3612024-02-02T00:20:07.669Z+ TARBALL_FILENAME=clickhouse-v22.8.9.24-1.illumos.tar.gz
3622024-02-02T00:20:07.669Z+ TARBALL_FILE=out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz
3632024-02-02T00:20:07.669Z+ CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz
3642024-02-02T00:20:07.669Z+ echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz'
3652024-02-02T00:20:07.669ZURL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz
3662024-02-02T00:20:07.669Z+ echo 'Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz'
3672024-02-02T00:20:07.669ZLocal file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz
3682024-02-02T00:20:07.669Z+ mkdir -p out/downloads
3692024-02-02T00:20:07.673Z+ mkdir -p ./out/clickhouse
3702024-02-02T00:20:07.673Z+ local DO_DOWNLOAD=true
3712024-02-02T00:20:07.673Z+ [[ -f out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ]]
3722024-02-02T00:20:07.673Z+ '[' true == true ']'
3732024-02-02T00:20:07.673Z+ echo Downloading...
3742024-02-02T00:20:07.673ZDownloading...
3752024-02-02T00:20:07.673Z+ 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
3762024-02-02T00:20:07.673Z+ 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
3772024-02-02T00:20:09.191Z++ do_md5sum out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz
3782024-02-02T00:20:09.207Z++ md5sum
3792024-02-02T00:20:09.207Z++ awk '{print $1}'
3802024-02-02T00:20:09.278Z+ calculated_md5=7702939ce5b4b51846a1ba39f1392306
3812024-02-02T00:20:09.278Z+ [[ 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 ]]
3822024-02-02T00:20:09.278Z+ do_untar out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ./out/clickhouse
3832024-02-02T00:20:09.286Z+ mkdir -p ./out/clickhouse
3842024-02-02T00:20:09.286Z+ tar xzf out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz -C ./out/clickhouse
3852024-02-02T00:20:14.064Z+ ./out/clickhouse/clickhouse server --version
3862024-02-02T00:20:14.117ZClickHouse server version 22.8.9.1.
3872024-02-02T00:20:14.142Z+ set -o errexit
3882024-02-02T00:20:14.145Z+++ dirname ./tools/ci_download_console
3892024-02-02T00:20:14.148Z++ cd ./tools
3902024-02-02T00:20:14.148Z++ pwd
3912024-02-02T00:20:14.148Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
3922024-02-02T00:20:14.148Z++ basename ./tools/ci_download_console
3932024-02-02T00:20:14.151Z+ ARG0=ci_download_console
3942024-02-02T00:20:14.151Z+ TARGET_DIR=out
3952024-02-02T00:20:14.151Z+ DOWNLOAD_DIR=out/downloads
3962024-02-02T00:20:14.151Z+ DEST_DIR=./out/console-assets
3972024-02-02T00:20:14.151Z+ source /work/oxidecomputer/omicron/tools/console_version
3982024-02-02T00:20:14.152Z++ COMMIT=1a4f5d81af09f238dc094e56ad24dd0aa4fd46a0
3992024-02-02T00:20:14.152Z++ SHA2=97e1ea69a7f2a798c05f1d8e12f7de9bf32d11f70d99a7cbc05dabda1c5b7ce4
4002024-02-02T00:20:14.152Z+ URL=https://dl.oxide.computer/releases/console/1a4f5d81af09f238dc094e56ad24dd0aa4fd46a0.tar.gz
4012024-02-02T00:20:14.152Z+ TARBALL_FILE=out/downloads/console.tar.gz
4022024-02-02T00:20:14.152Z+ main
4032024-02-02T00:20:14.152Z+ [[ 0 != 0 ]]
4042024-02-02T00:20:14.152Z+ echo 'URL: https://dl.oxide.computer/releases/console/1a4f5d81af09f238dc094e56ad24dd0aa4fd46a0.tar.gz'
4052024-02-02T00:20:14.152ZURL: https://dl.oxide.computer/releases/console/1a4f5d81af09f238dc094e56ad24dd0aa4fd46a0.tar.gz
4062024-02-02T00:20:14.152Z+ echo 'Local file: out/downloads/console.tar.gz'
4072024-02-02T00:20:14.152ZLocal file: out/downloads/console.tar.gz
4082024-02-02T00:20:14.152Z+ local DO_DOWNLOAD=true
4092024-02-02T00:20:14.152Z+ [[ -f out/downloads/console.tar.gz ]]
4102024-02-02T00:20:14.152Z+ mkdir -p out/downloads
4112024-02-02T00:20:14.157Z+ '[' true == true ']'
4122024-02-02T00:20:14.157Z+ echo Downloading...
4132024-02-02T00:20:14.157ZDownloading...
4142024-02-02T00:20:14.157Z+ do_download_curl https://dl.oxide.computer/releases/console/1a4f5d81af09f238dc094e56ad24dd0aa4fd46a0.tar.gz out/downloads/console.tar.gz
4152024-02-02T00:20:14.157Z+ curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/1a4f5d81af09f238dc094e56ad24dd0aa4fd46a0.tar.gz
4162024-02-02T00:20:14.817Z++ do_sha256sum out/downloads/console.tar.gz
4172024-02-02T00:20:14.823Z++ case "$OSTYPE" in
4182024-02-02T00:20:14.823Z++ SHA=sha256sum
4192024-02-02T00:20:14.824Z++ sha256sum
4202024-02-02T00:20:14.824Z++ awk '{print $1}'
4212024-02-02T00:20:14.894Z+ calculated_sha2=97e1ea69a7f2a798c05f1d8e12f7de9bf32d11f70d99a7cbc05dabda1c5b7ce4
4222024-02-02T00:20:14.894Z+ [[ 97e1ea69a7f2a798c05f1d8e12f7de9bf32d11f70d99a7cbc05dabda1c5b7ce4 != \9\7\e\1\e\a\6\9\a\7\f\2\a\7\9\8\c\0\5\f\1\d\8\e\1\2\f\7\d\e\9\b\f\3\2\d\1\1\f\7\0\d\9\9\a\7\c\b\c\0\5\d\a\b\d\a\1\c\5\b\7\c\e\4 ]]
4232024-02-02T00:20:14.894Z+ rm -rf ./out/console-assets
4242024-02-02T00:20:14.898Z+ mkdir -p ./out/console-assets
4252024-02-02T00:20:14.901Z+ do_untar out/downloads/console.tar.gz ./out/console-assets
4262024-02-02T00:20:14.901Z+ mkdir -p ./out/console-assets
4272024-02-02T00:20:14.904Z+ tar xzf out/downloads/console.tar.gz -C ./out/console-assets
4282024-02-02T00:20:15.042Z+ set -o errexit
4292024-02-02T00:20:15.048Z+++ dirname ./tools/ci_download_maghemite_openapi
4302024-02-02T00:20:15.048Z++ cd ./tools
4312024-02-02T00:20:15.048Z++ pwd
4322024-02-02T00:20:15.048Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
4332024-02-02T00:20:15.052Z++ basename ./tools/ci_download_maghemite_openapi
4342024-02-02T00:20:15.052Z+ ARG0=ci_download_maghemite_openapi
4352024-02-02T00:20:15.052Z+ TARGET_DIR=out
4362024-02-02T00:20:15.052Z+ DOWNLOAD_DIR=out/downloads
4372024-02-02T00:20:15.052Z+ source /work/oxidecomputer/omicron/tools/maghemite_ddm_openapi_version
4382024-02-02T00:20:15.052Z++ COMMIT=712b2487d9b141234af98b6578bc5f77420bdb03
4392024-02-02T00:20:15.052Z++ SHA2=0b0dbc2f8bbc5d2d9be92d64c4865f8f9335355aae62f7de9f67f81dfb3f1803
4402024-02-02T00:20:15.052Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/712b2487d9b141234af98b6578bc5f77420bdb03/ddm-admin.json
4412024-02-02T00:20:15.052Z+ LOCAL_FILE=out/downloads/ddm-admin-712b2487d9b141234af98b6578bc5f77420bdb03.json
4422024-02-02T00:20:15.052Z+ main
4432024-02-02T00:20:15.052Z+ [[ 0 != 0 ]]
4442024-02-02T00:20:15.052Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/712b2487d9b141234af98b6578bc5f77420bdb03/ddm-admin.json'
4452024-02-02T00:20:15.052ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/712b2487d9b141234af98b6578bc5f77420bdb03/ddm-admin.json
4462024-02-02T00:20:15.052Z+ echo 'Local file: out/downloads/ddm-admin-712b2487d9b141234af98b6578bc5f77420bdb03.json'
4472024-02-02T00:20:15.052ZLocal file: out/downloads/ddm-admin-712b2487d9b141234af98b6578bc5f77420bdb03.json
4482024-02-02T00:20:15.052Z+ local DO_DOWNLOAD=true
4492024-02-02T00:20:15.052Z+ [[ -f out/downloads/ddm-admin-712b2487d9b141234af98b6578bc5f77420bdb03.json ]]
4502024-02-02T00:20:15.052Z+ mkdir -p out/downloads
4512024-02-02T00:20:15.056Z+ '[' true == true ']'
4522024-02-02T00:20:15.056Z+ echo Downloading...
4532024-02-02T00:20:15.056ZDownloading...
4542024-02-02T00:20:15.056Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/712b2487d9b141234af98b6578bc5f77420bdb03/ddm-admin.json out/downloads/ddm-admin-712b2487d9b141234af98b6578bc5f77420bdb03.json
4552024-02-02T00:20:15.056Z+ curl --silent --show-error --fail --location --output out/downloads/ddm-admin-712b2487d9b141234af98b6578bc5f77420bdb03.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/712b2487d9b141234af98b6578bc5f77420bdb03/ddm-admin.json
4562024-02-02T00:20:15.907Z++ do_sha256sum out/downloads/ddm-admin-712b2487d9b141234af98b6578bc5f77420bdb03.json
4572024-02-02T00:20:15.907Z++ case "$OSTYPE" in
4582024-02-02T00:20:15.912Z++ SHA=sha256sum
4592024-02-02T00:20:15.913Z++ sha256sum
4602024-02-02T00:20:15.913Z++ awk '{print $1}'
4612024-02-02T00:20:15.916Z+ calculated_sha2=0b0dbc2f8bbc5d2d9be92d64c4865f8f9335355aae62f7de9f67f81dfb3f1803
4622024-02-02T00:20:15.916Z+ [[ 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 ]]
4632024-02-02T00:20:15.917Z+ source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version
4642024-02-02T00:20:15.917Z++ COMMIT=712b2487d9b141234af98b6578bc5f77420bdb03
4652024-02-02T00:20:15.917Z++ SHA2=0ac038bbaa54d0ae0ac5ccaeff48f03070618372cca26c9d09b716b909bf9355
4662024-02-02T00:20:15.917Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/712b2487d9b141234af98b6578bc5f77420bdb03/mg-admin.json
4672024-02-02T00:20:15.917Z+ LOCAL_FILE=out/downloads/mg-admin-712b2487d9b141234af98b6578bc5f77420bdb03.json
4682024-02-02T00:20:15.917Z+ main
4692024-02-02T00:20:15.917Z+ [[ 0 != 0 ]]
4702024-02-02T00:20:15.917Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/712b2487d9b141234af98b6578bc5f77420bdb03/mg-admin.json'
4712024-02-02T00:20:15.917ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/712b2487d9b141234af98b6578bc5f77420bdb03/mg-admin.json
4722024-02-02T00:20:15.917Z+ echo 'Local file: out/downloads/mg-admin-712b2487d9b141234af98b6578bc5f77420bdb03.json'
4732024-02-02T00:20:15.917ZLocal file: out/downloads/mg-admin-712b2487d9b141234af98b6578bc5f77420bdb03.json
4742024-02-02T00:20:15.917Z+ local DO_DOWNLOAD=true
4752024-02-02T00:20:15.917Z+ [[ -f out/downloads/mg-admin-712b2487d9b141234af98b6578bc5f77420bdb03.json ]]
4762024-02-02T00:20:15.917Z+ mkdir -p out/downloads
4772024-02-02T00:20:15.917Z+ '[' true == true ']'
4782024-02-02T00:20:15.917Z+ echo Downloading...
4792024-02-02T00:20:15.917ZDownloading...
4802024-02-02T00:20:15.917Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/712b2487d9b141234af98b6578bc5f77420bdb03/mg-admin.json out/downloads/mg-admin-712b2487d9b141234af98b6578bc5f77420bdb03.json
4812024-02-02T00:20:15.917Z+ curl --silent --show-error --fail --location --output out/downloads/mg-admin-712b2487d9b141234af98b6578bc5f77420bdb03.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/712b2487d9b141234af98b6578bc5f77420bdb03/mg-admin.json
4822024-02-02T00:20:16.074Z++ do_sha256sum out/downloads/mg-admin-712b2487d9b141234af98b6578bc5f77420bdb03.json
4832024-02-02T00:20:16.078Z++ case "$OSTYPE" in
4842024-02-02T00:20:16.078Z++ SHA=sha256sum
4852024-02-02T00:20:16.078Z++ sha256sum
4862024-02-02T00:20:16.078Z++ awk '{print $1}'
4872024-02-02T00:20:16.084Z+ calculated_sha2=0ac038bbaa54d0ae0ac5ccaeff48f03070618372cca26c9d09b716b909bf9355
4882024-02-02T00:20:16.084Z+ [[ 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 ]]
4892024-02-02T00:20:16.092Z+ set -o errexit
4902024-02-02T00:20:16.098Z+++ dirname ./tools/ci_download_dendrite_openapi
4912024-02-02T00:20:16.098Z++ cd ./tools
4922024-02-02T00:20:16.098Z++ pwd
4932024-02-02T00:20:16.098Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
4942024-02-02T00:20:16.102Z++ basename ./tools/ci_download_dendrite_openapi
4952024-02-02T00:20:16.102Z+ ARG0=ci_download_dendrite_openapi
4962024-02-02T00:20:16.102Z+ TARGET_DIR=out
4972024-02-02T00:20:16.102Z+ DOWNLOAD_DIR=out/downloads
4982024-02-02T00:20:16.102Z+ source /work/oxidecomputer/omicron/tools/dendrite_openapi_version
4992024-02-02T00:20:16.102Z++ COMMIT=fd159136c552d8b4ec4d49dd9bae7e38f6a636e6
5002024-02-02T00:20:16.102Z++ SHA2=e8f73a83d5c62f7efce998f821acc80a91b7995c95bd9ec2c228372829310099
5012024-02-02T00:20:16.102Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/fd159136c552d8b4ec4d49dd9bae7e38f6a636e6/dpd.json
5022024-02-02T00:20:16.102Z+ LOCAL_FILE=out/downloads/dpd-fd159136c552d8b4ec4d49dd9bae7e38f6a636e6.json
5032024-02-02T00:20:16.102Z+ main
5042024-02-02T00:20:16.102Z+ [[ 0 != 0 ]]
5052024-02-02T00:20:16.102Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/fd159136c552d8b4ec4d49dd9bae7e38f6a636e6/dpd.json'
5062024-02-02T00:20:16.102ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/fd159136c552d8b4ec4d49dd9bae7e38f6a636e6/dpd.json
5072024-02-02T00:20:16.102ZLocal file: out/downloads/dpd-fd159136c552d8b4ec4d49dd9bae7e38f6a636e6.json
5082024-02-02T00:20:16.102Z+ echo 'Local file: out/downloads/dpd-fd159136c552d8b4ec4d49dd9bae7e38f6a636e6.json'
5092024-02-02T00:20:16.103Z+ local DO_DOWNLOAD=true
5102024-02-02T00:20:16.103Z+ [[ -f out/downloads/dpd-fd159136c552d8b4ec4d49dd9bae7e38f6a636e6.json ]]
5112024-02-02T00:20:16.103Z+ mkdir -p out/downloads
5122024-02-02T00:20:16.109Z+ '[' true == true ']'
5132024-02-02T00:20:16.109Z+ echo Downloading...
5142024-02-02T00:20:16.109ZDownloading...
5152024-02-02T00:20:16.109Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/fd159136c552d8b4ec4d49dd9bae7e38f6a636e6/dpd.json out/downloads/dpd-fd159136c552d8b4ec4d49dd9bae7e38f6a636e6.json
5162024-02-02T00:20:16.109Z+ curl --silent --show-error --fail --location --output out/downloads/dpd-fd159136c552d8b4ec4d49dd9bae7e38f6a636e6.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/fd159136c552d8b4ec4d49dd9bae7e38f6a636e6/dpd.json
5172024-02-02T00:20:16.295Z++ do_sha256sum out/downloads/dpd-fd159136c552d8b4ec4d49dd9bae7e38f6a636e6.json
5182024-02-02T00:20:16.295Z++ case "$OSTYPE" in
5192024-02-02T00:20:16.298Z++ SHA=sha256sum
5202024-02-02T00:20:16.298Z++ sha256sum
5212024-02-02T00:20:16.298Z++ awk '{print $1}'
5222024-02-02T00:20:16.302Z+ calculated_sha2=e8f73a83d5c62f7efce998f821acc80a91b7995c95bd9ec2c228372829310099
5232024-02-02T00:20:16.302Z+ [[ e8f73a83d5c62f7efce998f821acc80a91b7995c95bd9ec2c228372829310099 != \e\8\f\7\3\a\8\3\d\5\c\6\2\f\7\e\f\c\e\9\9\8\f\8\2\1\a\c\c\8\0\a\9\1\b\7\9\9\5\c\9\5\b\d\9\e\c\2\c\2\2\8\3\7\2\8\2\9\3\1\0\0\9\9 ]]
5242024-02-02T00:20:16.317Z+ set -o errexit
5252024-02-02T00:20:16.326Z+++ dirname ./tools/ci_download_dendrite_stub
5262024-02-02T00:20:16.326Z++ cd ./tools
5272024-02-02T00:20:16.326Z++ pwd
5282024-02-02T00:20:16.326Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
5292024-02-02T00:20:16.326Z++ basename ./tools/ci_download_dendrite_stub
5302024-02-02T00:20:16.327Z+ ARG0=ci_download_dendrite_stub
5312024-02-02T00:20:16.327Z+ source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums
5322024-02-02T00:20:16.327Z++ CIDL_SHA256_ILLUMOS=1e24598ba77dc00682cdf54fc370696ef5aa49ed510ab7f72fcc91d61d679e7b
5332024-02-02T00:20:16.327Z++ CIDL_SHA256_LINUX_DPD=4fc43b53a048264664ede64805d4d179ec32d50cf9ab1aaa0fa4e17190e511a2
5342024-02-02T00:20:16.327Z++ CIDL_SHA256_LINUX_SWADM=0ab34a2063e68568aa064f7b71825a603d47b3e399f3e7f45976edb5d5283f0f
5352024-02-02T00:20:16.327Z+ source /work/oxidecomputer/omicron/tools/dendrite_openapi_version
5362024-02-02T00:20:16.327Z++ COMMIT=fd159136c552d8b4ec4d49dd9bae7e38f6a636e6
5372024-02-02T00:20:16.327Z++ SHA2=e8f73a83d5c62f7efce998f821acc80a91b7995c95bd9ec2c228372829310099
5382024-02-02T00:20:16.327Z+ TARGET_DIR=out
5392024-02-02T00:20:16.327Z+ DOWNLOAD_DIR=out/downloads
5402024-02-02T00:20:16.327Z+ DEST_DIR=./out/dendrite-stub
5412024-02-02T00:20:16.327Z+ BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin
5422024-02-02T00:20:16.327Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
5432024-02-02T00:20:16.327Z+ REPO=oxidecomputer/dendrite
5442024-02-02T00:20:16.328Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/fd159136c552d8b4ec4d49dd9bae7e38f6a636e6
5452024-02-02T00:20:16.328Z+ main
5462024-02-02T00:20:16.345Z+ [[ 0 != 0 ]]
5472024-02-02T00:20:16.345Z+ CIDL_OS=solaris2.11
5482024-02-02T00:20:16.345Z+ [[ 0 != 0 ]]
5492024-02-02T00:20:16.345Z+ configure_os solaris2.11
5502024-02-02T00:20:16.345Z+ echo 'current directory: /work/oxidecomputer/omicron'
5512024-02-02T00:20:16.346Zcurrent directory: /work/oxidecomputer/omicron
5522024-02-02T00:20:16.346Z+ echo 'configuring based on OS: "solaris2.11"'
5532024-02-02T00:20:16.346Zconfiguring based on OS: "solaris2.11"
5542024-02-02T00:20:16.346Z+ case "$1" in
5552024-02-02T00:20:16.346Z+ SET_BINARIES=
5562024-02-02T00:20:16.346Z+ CIDL_SHA256=1e24598ba77dc00682cdf54fc370696ef5aa49ed510ab7f72fcc91d61d679e7b
5572024-02-02T00:20:16.346Z+ CIDL_SHA256FUNC=do_sha256sum
5582024-02-02T00:20:16.346Z+ TARBALL_FILENAME=dendrite-stub.tar.gz
5592024-02-02T00:20:16.347Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/fd159136c552d8b4ec4d49dd9bae7e38f6a636e6/dendrite-stub.tar.gz
5602024-02-02T00:20:16.347Z+ TARBALL_FILE=out/downloads/dendrite-stub.tar.gz
5612024-02-02T00:20:16.347Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/fd159136c552d8b4ec4d49dd9bae7e38f6a636e6/dendrite-stub.tar.gz'
5622024-02-02T00:20:16.347ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/fd159136c552d8b4ec4d49dd9bae7e38f6a636e6/dendrite-stub.tar.gz
5632024-02-02T00:20:16.347ZLocal file: out/downloads/dendrite-stub.tar.gz
5642024-02-02T00:20:16.347Z+ echo 'Local file: out/downloads/dendrite-stub.tar.gz'
5652024-02-02T00:20:16.347Z+ mkdir -p out/downloads
5662024-02-02T00:20:16.347Z+ mkdir -p ./out/dendrite-stub
5672024-02-02T00:20:16.348Z+ fetch_and_verify
5682024-02-02T00:20:16.348Z+ local DO_DOWNLOAD=true
5692024-02-02T00:20:16.348Z+ [[ -f out/downloads/dendrite-stub.tar.gz ]]
5702024-02-02T00:20:16.348Z+ '[' true == true ']'
5712024-02-02T00:20:16.348Z+ echo Downloading...
5722024-02-02T00:20:16.348ZDownloading...
5732024-02-02T00:20:16.348Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/fd159136c552d8b4ec4d49dd9bae7e38f6a636e6/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz
5742024-02-02T00:20:16.348Z+ curl --silent --show-error --fail --location --output out/downloads/dendrite-stub.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/fd159136c552d8b4ec4d49dd9bae7e38f6a636e6/dendrite-stub.tar.gz
5752024-02-02T00:20:33.297Z++ do_sha256sum out/downloads/dendrite-stub.tar.gz
5762024-02-02T00:20:33.434Z++ sha256sum
5772024-02-02T00:20:33.435Z++ awk '{print $1}'
5782024-02-02T00:20:33.467Z+ calculated_sha256=1e24598ba77dc00682cdf54fc370696ef5aa49ed510ab7f72fcc91d61d679e7b
5792024-02-02T00:20:33.467Z+ [[ 1e24598ba77dc00682cdf54fc370696ef5aa49ed510ab7f72fcc91d61d679e7b != \1\e\2\4\5\9\8\b\a\7\7\d\c\0\0\6\8\2\c\d\f\5\4\f\c\3\7\0\6\9\6\e\f\5\a\a\4\9\e\d\5\1\0\a\b\7\f\7\2\f\c\c\9\1\d\6\1\d\6\7\9\e\7\b ]]
5802024-02-02T00:20:33.467Z+ do_untar out/downloads/dendrite-stub.tar.gz
5812024-02-02T00:20:33.467Z+ tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads
5822024-02-02T00:20:34.484Z+ do_assemble
5832024-02-02T00:20:34.485Z+ rm -r ./out/dendrite-stub
5842024-02-02T00:20:34.495Z+ mkdir ./out/dendrite-stub
5852024-02-02T00:20:34.495Z+ cp -r out/downloads/root ./out/dendrite-stub/root
5862024-02-02T00:20:34.654Z+ ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin
5872024-02-02T00:20:34.669Z+ set -o errexit
5882024-02-02T00:20:34.697Z+++ dirname ./tools/ci_download_maghemite_mgd
5892024-02-02T00:20:34.698Z++ cd ./tools
5902024-02-02T00:20:34.698Z++ pwd
5912024-02-02T00:20:34.698Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
5922024-02-02T00:20:34.698Z++ basename ./tools/ci_download_maghemite_mgd
5932024-02-02T00:20:34.698Z+ ARG0=ci_download_maghemite_mgd
5942024-02-02T00:20:34.698Z+ source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums
5952024-02-02T00:20:34.698Z++ CIDL_SHA256=2c54146a133b5f12587d9fb89f85ef0a0ca6278efc8c6fe4859782e886e6c774
5962024-02-02T00:20:34.698Z++ MGD_LINUX_SHA256=248732202f5102bf0947f5f91871379b6c6945fe387d4272cebe6e08f1b58184
5972024-02-02T00:20:34.699Z+ source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version
5982024-02-02T00:20:34.699Z++ COMMIT=712b2487d9b141234af98b6578bc5f77420bdb03
5992024-02-02T00:20:34.699Z++ SHA2=0ac038bbaa54d0ae0ac5ccaeff48f03070618372cca26c9d09b716b909bf9355
6002024-02-02T00:20:34.699Z+ TARGET_DIR=out
6012024-02-02T00:20:34.699Z+ DOWNLOAD_DIR=out/downloads
6022024-02-02T00:20:34.699Z+ DEST_DIR=./out/mgd
6032024-02-02T00:20:34.700Z+ BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin
6042024-02-02T00:20:34.700Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
6052024-02-02T00:20:34.700Z+ REPO=oxidecomputer/maghemite
6062024-02-02T00:20:34.700Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/712b2487d9b141234af98b6578bc5f77420bdb03
6072024-02-02T00:20:34.717Z+ main
6082024-02-02T00:20:34.717Z+ [[ 0 != 0 ]]
6092024-02-02T00:20:34.717Z+ CIDL_OS=solaris2.11
6102024-02-02T00:20:34.717Z+ [[ 0 != 0 ]]
6112024-02-02T00:20:34.717Z+ configure_os solaris2.11
6122024-02-02T00:20:34.717Z+ echo 'current directory: /work/oxidecomputer/omicron'
6132024-02-02T00:20:34.718Zcurrent directory: /work/oxidecomputer/omicron
6142024-02-02T00:20:34.718Z+ echo 'configuring based on OS: "solaris2.11"'
6152024-02-02T00:20:34.718Z+ case "$1" in
6162024-02-02T00:20:34.718Z+ SET_BINARIES=
6172024-02-02T00:20:34.718Zconfiguring based on OS: "solaris2.11"
6182024-02-02T00:20:34.718Z+ CIDL_SHA256FUNC=do_sha256sum
6192024-02-02T00:20:34.718Z+ TARBALL_FILENAME=mgd.tar.gz
6202024-02-02T00:20:34.718Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/712b2487d9b141234af98b6578bc5f77420bdb03/mgd.tar.gz
6212024-02-02T00:20:34.719Z+ TARBALL_FILE=out/downloads/mgd.tar.gz
6222024-02-02T00:20:34.719Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/712b2487d9b141234af98b6578bc5f77420bdb03/mgd.tar.gz'
6232024-02-02T00:20:34.719ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/712b2487d9b141234af98b6578bc5f77420bdb03/mgd.tar.gz
6242024-02-02T00:20:34.719Z+ echo 'Local file: out/downloads/mgd.tar.gz'
6252024-02-02T00:20:34.720ZLocal file: out/downloads/mgd.tar.gz
6262024-02-02T00:20:34.720Z+ mkdir -p out/downloads
6272024-02-02T00:20:34.720Z+ mkdir -p ./out/mgd
6282024-02-02T00:20:34.720Z+ fetch_and_verify
6292024-02-02T00:20:34.720Z+ local DO_DOWNLOAD=true
6302024-02-02T00:20:34.720Z+ [[ -f out/downloads/mgd.tar.gz ]]
6312024-02-02T00:20:34.720Z+ '[' true == true ']'
6322024-02-02T00:20:34.720Z+ echo Downloading...
6332024-02-02T00:20:34.720ZDownloading...
6342024-02-02T00:20:34.720Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/712b2487d9b141234af98b6578bc5f77420bdb03/mgd.tar.gz out/downloads/mgd.tar.gz
6352024-02-02T00:20:34.720Z+ curl --silent --show-error --fail --location --output out/downloads/mgd.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/712b2487d9b141234af98b6578bc5f77420bdb03/mgd.tar.gz
6362024-02-02T00:20:40.231Z++ do_sha256sum out/downloads/mgd.tar.gz
6372024-02-02T00:20:40.235Z++ sha256sum
6382024-02-02T00:20:40.235Z++ awk '{print $1}'
6392024-02-02T00:20:40.311Z+ calculated_sha256=2c54146a133b5f12587d9fb89f85ef0a0ca6278efc8c6fe4859782e886e6c774
6402024-02-02T00:20:40.312Z+ [[ 2c54146a133b5f12587d9fb89f85ef0a0ca6278efc8c6fe4859782e886e6c774 != \2\c\5\4\1\4\6\a\1\3\3\b\5\f\1\2\5\8\7\d\9\f\b\8\9\f\8\5\e\f\0\a\0\c\a\6\2\7\8\e\f\c\8\c\6\f\e\4\8\5\9\7\8\2\e\8\8\6\e\6\c\7\7\4 ]]
6412024-02-02T00:20:40.334Z+ do_untar out/downloads/mgd.tar.gz
6422024-02-02T00:20:40.334Z+ tar xzf out/downloads/mgd.tar.gz -C out/downloads
6432024-02-02T00:20:40.980Z+ do_assemble
6442024-02-02T00:20:40.980Z+ rm -r ./out/mgd
6452024-02-02T00:20:40.985Z+ mkdir ./out/mgd
6462024-02-02T00:20:40.989Z+ cp -r out/downloads/root ./out/mgd/root
6472024-02-02T00:20:41.206Z+ set -o errexit
6482024-02-02T00:20:41.217Z+++ dirname ./tools/ci_download_transceiver_control
6492024-02-02T00:20:41.217Z++ cd ./tools
6502024-02-02T00:20:41.217Z++ pwd
6512024-02-02T00:20:41.217Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
6522024-02-02T00:20:41.217Z++ basename ./tools/ci_download_transceiver_control
6532024-02-02T00:20:41.218Z+ ARG0=ci_download_transceiver_control
6542024-02-02T00:20:41.218Z+ source /work/oxidecomputer/omicron/tools/transceiver_control_version
6552024-02-02T00:20:41.218Z++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a
6562024-02-02T00:20:41.218Z++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
6572024-02-02T00:20:41.218Z+ TARGET_DIR=out
6582024-02-02T00:20:41.218Z+ DOWNLOAD_DIR=out/downloads
6592024-02-02T00:20:41.218Z+ DEST_DIR=./out/transceiver-control
6602024-02-02T00:20:41.218Z+ BIN_DIR=/opt/oxide/bin
6612024-02-02T00:20:41.218Z+ BINARY=xcvradm
6622024-02-02T00:20:41.218Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
6632024-02-02T00:20:41.219Z+ REPO=oxidecomputer/transceiver-control
6642024-02-02T00:20:41.219Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a
6652024-02-02T00:20:41.229Z+ main
6662024-02-02T00:20:41.229Z+ [[ 0 != 0 ]]
6672024-02-02T00:20:41.229Z+ CIDL_OS=solaris2.11
6682024-02-02T00:20:41.229Z+ [[ 0 != 0 ]]
6692024-02-02T00:20:41.229Z+ configure_os solaris2.11
6702024-02-02T00:20:41.229Z+ echo 'current directory: /work/oxidecomputer/omicron'
6712024-02-02T00:20:41.229Zcurrent directory: /work/oxidecomputer/omicron
6722024-02-02T00:20:41.229Z+ echo 'configuring based on OS: "solaris2.11"'
6732024-02-02T00:20:41.230Zconfiguring based on OS: "solaris2.11"
6742024-02-02T00:20:41.230Z+ case "$1" in
6752024-02-02T00:20:41.230Z+ SET_BINARIES=
6762024-02-02T00:20:41.230Z+ CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
6772024-02-02T00:20:41.231Z+ CIDL_SHA256FUNC=do_sha256sum
6782024-02-02T00:20:41.231Z+ ARCHIVE_FILENAME=xcvradm.gz
6792024-02-02T00:20:41.231Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz
6802024-02-02T00:20:41.231Z+ ARCHIVE_FILE=out/downloads/xcvradm.gz
6812024-02-02T00:20:41.231Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz'
6822024-02-02T00:20:41.231ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz
6832024-02-02T00:20:41.231ZLocal file: out/downloads/xcvradm.gz
6842024-02-02T00:20:41.231Z+ echo 'Local file: out/downloads/xcvradm.gz'
6852024-02-02T00:20:41.231Z+ mkdir -p out/downloads
6862024-02-02T00:20:41.231Z+ mkdir -p ./out/transceiver-control
6872024-02-02T00:20:41.231Z+ fetch_and_verify
6882024-02-02T00:20:41.231Z+ local DO_DOWNLOAD=true
6892024-02-02T00:20:41.232Z+ [[ -f out/downloads/xcvradm.gz ]]
6902024-02-02T00:20:41.232Z+ '[' true == true ']'
6912024-02-02T00:20:41.232Z+ echo Downloading...
6922024-02-02T00:20:41.232ZDownloading...
6932024-02-02T00:20:41.232Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz
6942024-02-02T00:20:41.232Z+ 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
6952024-02-02T00:20:44.553Z++ do_sha256sum out/downloads/xcvradm.gz
6962024-02-02T00:20:44.573Z++ sha256sum
6972024-02-02T00:20:44.573Z++ awk '{print $1}'
6982024-02-02T00:20:44.573Z+ calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
6992024-02-02T00:20:44.573Z+ [[ 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 ]]
7002024-02-02T00:20:44.574Z+ do_unpack out/downloads/xcvradm.gz
7012024-02-02T00:20:44.574Z+ mkdir -p out/downloads/root//opt/oxide/bin
7022024-02-02T00:20:44.574Z+ gzip -dc out/downloads/xcvradm.gz
7032024-02-02T00:20:44.731Z+ chmod +x out/downloads/root//opt/oxide/bin/xcvradm
7042024-02-02T00:20:44.736Z+ do_assemble
7052024-02-02T00:20:44.736Z+ rm -r ./out/transceiver-control
7062024-02-02T00:20:44.739Z+ mkdir ./out/transceiver-control
7072024-02-02T00:20:44.739Z+ cp -r out/downloads/root ./out/transceiver-control/root
7082024-02-02T00:20:45.094ZAll builder prerequisites installed successfully, and PATH looks valid
7092024-02-02T00:20:45.098Z
7102024-02-02T00:20:45.098Zreal 2:07.885879132
7112024-02-02T00:20:45.099Zuser 52.818723556
7122024-02-02T00:20:45.099Zsys 10.125616833
7132024-02-02T00:20:45.099Ztrap 0.025441830
7142024-02-02T00:20:45.099Ztflt 0.301226733
7152024-02-02T00:20:45.099Zdflt 0.450955968
7162024-02-02T00:20:45.099Zkflt 0.289500000
7172024-02-02T00:20:45.099Zlock 2.492257518
7182024-02-02T00:20:45.100Zslp 4:06.542034244
7192024-02-02T00:20:45.100Zlat 3.283696993
7202024-02-02T00:20:45.100Zstop 0.069819160
7212024-02-02T00:20:45.100Z
7222024-02-02T00:20:45.100Z #### # # ##### ##### # #
7232024-02-02T00:20:45.100Z # # # # # # # # # #
7242024-02-02T00:20:45.100Z # # # # # # # #
7252024-02-02T00:20:45.100Z # # # ##### ##### #
7262024-02-02T00:20:45.100Z # # # # # # #
7272024-02-02T00:20:45.101Z #### ###### # # # #
7282024-02-02T00:20:45.101Z
7292024-02-02T00:20:45.454Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
7302024-02-02T00:20:45.858Z Updating crates.io index
7312024-02-02T00:20:45.867Z Updating git repository `https://github.com/oxidecomputer/dropshot`
7322024-02-02T00:20:47.386Z Updating git repository `https://github.com/oxidecomputer/progenitor`
7332024-02-02T00:20:50.235Z Updating git repository `http://github.com/oxidecomputer/serde_human_bytes`
7342024-02-02T00:20:50.619Z Updating git repository `http://github.com/oxidecomputer/tofino`
7352024-02-02T00:20:51.015Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
7362024-02-02T00:20:51.289Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
7372024-02-02T00:20:51.582Z Updating git repository `https://github.com/oxidecomputer/propolis`
7382024-02-02T00:20:52.586Z Updating git repository `https://github.com/oxidecomputer/crucible`
7392024-02-02T00:20:55.181Z Updating git repository `https://github.com/oxidecomputer/opte`
7402024-02-02T00:20:56.149Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
7412024-02-02T00:20:56.523Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
7422024-02-02T00:20:57.108Z Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel`
7432024-02-02T00:20:57.879Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
7442024-02-02T00:20:57.883Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
7452024-02-02T00:20:58.109Z Updating git repository `http://github.com/oxidecomputer/sprockets`
7462024-02-02T00:20:58.558Z Updating git repository `https://github.com/oxidecomputer/diesel-dtrace`
7472024-02-02T00:20:59.057Z Updating git repository `https://github.com/oxidecomputer/poptrie`
7482024-02-02T00:20:59.518Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
7492024-02-02T00:21:00.024Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
7502024-02-02T00:21:00.449Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
7512024-02-02T00:21:00.801Z Updating git repository `https://github.com/jgallagher/nix`
7522024-02-02T00:21:02.614Z Updating git repository `https://github.com/cbiffle/hubpack`
7532024-02-02T00:21:03.015Z Updating git repository `https://github.com/oxidecomputer/typify`
7542024-02-02T00:21:04.730Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
7552024-02-02T00:21:05.095Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
7562024-02-02T00:21:05.419Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
7572024-02-02T00:21:07.067Z Downloading crates ...
7582024-02-02T00:21:07.280Z Downloaded unicode-ident v1.0.12
7592024-02-02T00:21:07.286Z Downloaded itoa v1.0.9
7602024-02-02T00:21:07.303Z Downloaded colorchoice v1.0.0
7612024-02-02T00:21:07.318Z Downloaded equivalent v1.0.1
7622024-02-02T00:21:07.318Z Downloaded serde_spanned v0.6.4
7632024-02-02T00:21:07.318Z Downloaded proc-macro2 v1.0.78
7642024-02-02T00:21:07.318Z Downloaded heck v0.4.1
7652024-02-02T00:21:07.318Z Downloaded anstyle-query v1.0.0
7662024-02-02T00:21:07.318Z Downloaded bitflags v1.3.2
7672024-02-02T00:21:07.817Z Downloaded strsim v0.10.0
7682024-02-02T00:21:07.817Z Downloaded clap_lex v0.5.1
7692024-02-02T00:21:07.817Z Downloaded anstream v0.5.0
7702024-02-02T00:21:07.817Z Downloaded utf8parse v0.2.1
7712024-02-02T00:21:07.817Z Downloaded toml_datetime v0.6.5
7722024-02-02T00:21:07.818Z Downloaded terminal_size v0.2.6
7732024-02-02T00:21:07.818Z Downloaded thiserror-impl v1.0.56
7742024-02-02T00:21:07.818Z Downloaded cargo_metadata v0.18.1
7752024-02-02T00:21:07.818Z Downloaded cargo-platform v0.1.3
7762024-02-02T00:21:07.818Z Downloaded cargo_toml v0.19.0
7772024-02-02T00:21:07.819Z Downloaded io-lifetimes v1.0.11
7782024-02-02T00:21:07.819Z Downloaded semver v1.0.21
7792024-02-02T00:21:07.819Z Downloaded camino v1.1.6
7802024-02-02T00:21:07.819Z Downloaded clap_derive v4.4.2
7812024-02-02T00:21:07.819Z Downloaded quote v1.0.35
7822024-02-02T00:21:07.819Z Downloaded serde_derive v1.0.195
7832024-02-02T00:21:07.819Z Downloaded anyhow v1.0.75
7842024-02-02T00:21:07.819Z Downloaded anstyle v1.0.2
7852024-02-02T00:21:07.820Z Downloaded ryu v1.0.15
7862024-02-02T00:21:07.820Z Downloaded indexmap v2.2.2
7872024-02-02T00:21:07.820Z Downloaded toml_edit v0.21.0
7882024-02-02T00:21:07.820Z Downloaded memchr v2.6.3
7892024-02-02T00:21:07.820Z Downloaded hashbrown v0.14.2
7902024-02-02T00:21:07.820Z Downloaded clap_builder v4.4.2
7912024-02-02T00:21:07.820Z Downloaded winnow v0.5.15
7922024-02-02T00:21:07.821Z Downloaded syn v2.0.48
7932024-02-02T00:21:07.821Z Downloaded rustix v0.37.23
7942024-02-02T00:21:07.821Z Downloaded libc v0.2.153
7952024-02-02T00:21:07.821Z Downloaded serde_json v1.0.113
7962024-02-02T00:21:07.822Z Downloaded toml v0.8.8
7972024-02-02T00:21:07.822Z Downloaded serde v1.0.195
7982024-02-02T00:21:07.822Z Downloaded clap v4.4.3
7992024-02-02T00:21:07.822Z Downloaded thiserror v1.0.56
8002024-02-02T00:21:07.822Z Downloaded errno v0.3.8
8012024-02-02T00:21:07.823Z Downloaded anstyle-parse v0.2.1
8022024-02-02T00:21:07.823Z Compiling proc-macro2 v1.0.78
8032024-02-02T00:21:07.823Z Compiling unicode-ident v1.0.12
8042024-02-02T00:21:07.824Z Compiling serde v1.0.195
8052024-02-02T00:21:07.824Z Compiling libc v0.2.153
8062024-02-02T00:21:07.824Z Compiling io-lifetimes v1.0.11
8072024-02-02T00:21:07.824Z Compiling rustix v0.37.23
8082024-02-02T00:21:07.824Z Compiling bitflags v1.3.2
8092024-02-02T00:21:07.825Z Compiling equivalent v1.0.1
8102024-02-02T00:21:07.975Z Compiling utf8parse v0.2.1
8112024-02-02T00:21:07.988Z Compiling hashbrown v0.14.2
8122024-02-02T00:21:08.087Z Compiling colorchoice v1.0.0
8132024-02-02T00:21:08.250Z Compiling anstyle-parse v0.2.1
8142024-02-02T00:21:08.422Z Compiling anstyle v1.0.2
8152024-02-02T00:21:08.715Z Compiling serde_json v1.0.113
8162024-02-02T00:21:08.816Z Compiling semver v1.0.21
8172024-02-02T00:21:09.555Z Compiling indexmap v2.2.2
8182024-02-02T00:21:09.788Z Compiling camino v1.1.6
8192024-02-02T00:21:09.808Z Compiling thiserror v1.0.56
8202024-02-02T00:21:09.915Z Compiling winnow v0.5.15
8212024-02-02T00:21:09.992Z Compiling anstyle-query v1.0.0
8222024-02-02T00:21:10.156Z Compiling anstream v0.5.0
8232024-02-02T00:21:10.300Z Compiling clap_lex v0.5.1
8242024-02-02T00:21:10.819Z Compiling itoa v1.0.9
8252024-02-02T00:21:10.833Z Compiling heck v0.4.1
8262024-02-02T00:21:11.081Z Compiling strsim v0.10.0
8272024-02-02T00:21:11.106Z Compiling anyhow v1.0.75
8282024-02-02T00:21:11.232Z Compiling ryu v1.0.15
8292024-02-02T00:21:11.484Z Compiling quote v1.0.35
8302024-02-02T00:21:11.855Z Compiling errno v0.3.8
8312024-02-02T00:21:12.098Z Compiling syn v2.0.48
8322024-02-02T00:21:13.527Z Compiling terminal_size v0.2.6
8332024-02-02T00:21:13.655Z Compiling clap_builder v4.4.2
8342024-02-02T00:21:20.703Z Compiling serde_derive v1.0.195
8352024-02-02T00:21:20.703Z Compiling thiserror-impl v1.0.56
8362024-02-02T00:21:20.708Z Compiling clap_derive v4.4.2
8372024-02-02T00:21:24.897Z Compiling clap v4.4.3
8382024-02-02T00:21:33.650Z Compiling serde_spanned v0.6.4
8392024-02-02T00:21:33.650Z Compiling toml_datetime v0.6.5
8402024-02-02T00:21:33.911Z Compiling cargo-platform v0.1.3
8412024-02-02T00:21:34.030Z Compiling toml_edit v0.21.0
8422024-02-02T00:21:35.548Z Compiling cargo_metadata v0.18.1
8432024-02-02T00:21:37.518Z Compiling toml v0.8.8
8442024-02-02T00:21:38.601Z Compiling cargo_toml v0.19.0
8452024-02-02T00:21:51.017Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
8462024-02-02T00:21:55.413Z Finished dev [unoptimized + debuginfo] target(s) in 1m 00s
8472024-02-02T00:21:55.413Z Running `target/debug/xtask clippy`
8482024-02-02T00:21:55.413Zrunning: "/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/cargo" "clippy" "--all-targets" "--" "--deny" "warnings" "--allow" "clippy::style"
8492024-02-02T00:21:55.414Z Downloading crates ...
8502024-02-02T00:21:55.414Z Downloaded adler v1.0.2
8512024-02-02T00:21:55.414Z Downloaded hostname v0.3.1
8522024-02-02T00:21:55.414Z Downloaded bytecount v0.6.3
8532024-02-02T00:21:55.414Z Downloaded humantime v2.1.0
8542024-02-02T00:21:55.415Z Downloaded http v1.0.0
8552024-02-02T00:21:55.415Z Downloaded hubpack_derive v0.1.1
8562024-02-02T00:21:55.415Z Downloaded hyper-rustls v0.24.2
8572024-02-02T00:21:55.415Z Downloaded keccak v0.1.4
8582024-02-02T00:21:55.416Z Downloaded new_debug_unreachable v1.0.4
8592024-02-02T00:21:55.416Z Downloaded normalize-line-endings v0.3.0
8602024-02-02T00:21:55.416Z Downloaded instant v0.1.12
8612024-02-02T00:21:55.416Z Downloaded nodrop v0.1.14
8622024-02-02T00:21:55.416Z Downloaded hubpack v0.1.2
8632024-02-02T00:21:55.416Z Downloaded num-integer v0.1.45
8642024-02-02T00:21:55.417Z Downloaded bb8 v0.8.1
8652024-02-02T00:21:55.417Z Downloaded async-trait v0.1.77
8662024-02-02T00:21:55.417Z Downloaded atty v0.2.14
8672024-02-02T00:21:55.417Z Downloaded nom v7.1.3
8682024-02-02T00:21:55.417Z Downloaded bitfield v0.14.0
8692024-02-02T00:21:55.418Z Downloaded newtype_derive v0.1.6
8702024-02-02T00:21:55.418Z Downloaded matches v0.1.10
8712024-02-02T00:21:55.418Z Downloaded lazy_static v1.4.0
8722024-02-02T00:21:55.418Z Downloaded num_threads v0.1.6
8732024-02-02T00:21:55.419Z Downloaded number_prefix v0.4.0
8742024-02-02T00:21:55.419Z Downloaded nested v0.1.1
8752024-02-02T00:21:55.419Z Downloaded memmap v0.7.0
8762024-02-02T00:21:55.419Z Downloaded cstr-argument v0.1.2
8772024-02-02T00:21:55.419Z Downloaded atomic-waker v1.1.1
8782024-02-02T00:21:55.419Z Downloaded curve25519-dalek-derive v0.1.0
8792024-02-02T00:21:55.419Z Downloaded serde-big-array v0.4.1
8802024-02-02T00:21:55.419Z Downloaded mime v0.3.17
8812024-02-02T00:21:55.419Z Downloaded num_enum v0.5.11
8822024-02-02T00:21:55.419Z Downloaded num_enum_derive v0.5.11
8832024-02-02T00:21:55.419Z Downloaded endian-type v0.1.2
8842024-02-02T00:21:55.419Z Downloaded crossbeam-queue v0.3.8
8852024-02-02T00:21:55.419Z Downloaded precomputed-hash v0.1.1
8862024-02-02T00:21:55.419Z Downloaded sct v0.7.0
8872024-02-02T00:21:55.419Z Downloaded predicates-core v1.0.6
8882024-02-02T00:21:55.420Z Downloaded num-rational v0.4.1
8892024-02-02T00:21:55.420Z Downloaded darling v0.20.3
8902024-02-02T00:21:55.420Z Downloaded waitgroup v0.1.2
8912024-02-02T00:21:55.420Z Downloaded basic-toml v0.1.8
8922024-02-02T00:21:55.420Z Downloaded ff v0.13.0
8932024-02-02T00:21:55.420Z Downloaded paste v1.0.14
8942024-02-02T00:21:55.420Z Downloaded structmeta-derive v0.2.0
8952024-02-02T00:21:55.420Z Downloaded futures-executor v0.3.30
8962024-02-02T00:21:55.420Z Downloaded schemars_derive v0.8.16
8972024-02-02T00:21:55.420Z Downloaded tokio-stream v0.1.14
8982024-02-02T00:21:55.420Z Downloaded secrecy v0.8.0
8992024-02-02T00:21:55.420Z Downloaded oso-derive v0.27.0
9002024-02-02T00:21:55.420Z Downloaded http v0.2.11
9012024-02-02T00:21:55.420Z Downloaded toolchain_find v0.2.0
9022024-02-02T00:21:55.420Z Downloaded derive_builder v0.12.0
9032024-02-02T00:21:55.420Z Downloaded peeking_take_while v0.1.2
9042024-02-02T00:21:55.420Z Downloaded smallvec v1.11.2
9052024-02-02T00:21:55.420Z Downloaded rustversion v1.0.14
9062024-02-02T00:21:55.420Z Downloaded phf_shared v0.10.0
9072024-02-02T00:21:55.420Z Downloaded topological-sort v0.2.2
9082024-02-02T00:21:55.420Z Downloaded tokio-tungstenite v0.20.1
9092024-02-02T00:21:55.420Z Downloaded thiserror-no-std v2.0.2
9102024-02-02T00:21:55.420Z Downloaded phf v0.11.2
9112024-02-02T00:21:55.421Z Downloaded signal-hook-tokio v0.3.1
9122024-02-02T00:21:55.421Z Downloaded getopts v0.2.21
9132024-02-02T00:21:55.421Z Downloaded hash32 v0.2.1
9142024-02-02T00:21:55.421Z Downloaded slab v0.4.9
9152024-02-02T00:21:55.421Z Downloaded hex v0.4.3
9162024-02-02T00:21:55.421Z Downloaded phf_shared v0.11.2
9172024-02-02T00:21:55.421Z Downloaded slog-term v2.9.0
9182024-02-02T00:21:55.421Z Downloaded try-lock v0.2.4
9192024-02-02T00:21:55.421Z Downloaded tower-service v0.3.2
9202024-02-02T00:21:55.421Z Downloaded mio v0.8.9
9212024-02-02T00:21:55.421Z Downloaded darling_macro v0.20.3
9222024-02-02T00:21:55.421Z Downloaded darling_macro v0.14.4
9232024-02-02T00:21:55.421Z Downloaded tiny-keccak v2.0.2
9242024-02-02T00:21:55.421Z Downloaded oso v0.27.0
9252024-02-02T00:21:55.421Z Downloaded once_cell v1.19.0
9262024-02-02T00:21:55.421Z Downloaded doc-comment v0.3.3
9272024-02-02T00:21:55.421Z Downloaded pin-project-internal v1.1.3
9282024-02-02T00:21:55.421Z Downloaded shell-words v1.1.0
9292024-02-02T00:21:55.421Z Downloaded zeroize_derive v1.4.2
9302024-02-02T00:21:55.421Z Downloaded want v0.3.1
9312024-02-02T00:21:55.421Z Downloaded pin-project-lite v0.2.13
9322024-02-02T00:21:55.421Z Downloaded radium v0.7.0
9332024-02-02T00:21:55.422Z Downloaded serde_plain v1.0.2
9342024-02-02T00:21:55.422Z Downloaded tinyvec v1.6.0
9352024-02-02T00:21:55.422Z Downloaded serde-hex v0.1.0
9362024-02-02T00:21:55.422Z Downloaded zone_cfg_derive v0.3.0
9372024-02-02T00:21:55.422Z Downloaded signature v1.6.4
9382024-02-02T00:21:55.422Z Downloaded smallvec v0.6.14
9392024-02-02T00:21:55.422Z Downloaded ref-cast v1.0.20
9402024-02-02T00:21:55.422Z Downloaded foreign-types v0.3.2
9412024-02-02T00:21:55.422Z Downloaded scroll_derive v0.12.0
9422024-02-02T00:21:55.422Z Downloaded foreign-types-shared v0.3.1
9432024-02-02T00:21:55.422Z Downloaded foreign-types-shared v0.1.1
9442024-02-02T00:21:55.422Z Downloaded r2d2 v0.8.10
9452024-02-02T00:21:55.422Z Downloaded tokio-native-tls v0.3.1
9462024-02-02T00:21:55.717Z Downloaded walkdir v2.4.0
9472024-02-02T00:21:55.717Z Downloaded heapless v0.7.16
9482024-02-02T00:21:55.717Z Downloaded take_mut v0.2.2
9492024-02-02T00:21:55.717Z Downloaded data-encoding v2.4.0
9502024-02-02T00:21:55.717Z Downloaded unicode-segmentation v1.10.1
9512024-02-02T00:21:55.717Z Downloaded debug-ignore v1.0.5
9522024-02-02T00:21:55.717Z Downloaded usdt-attr-macro v0.3.5
9532024-02-02T00:21:55.717Z Downloaded derive_builder_macro v0.12.0
9542024-02-02T00:21:55.717Z Downloaded serde_derive_internals v0.26.0
9552024-02-02T00:21:55.717Z Downloaded plotters-backend v0.3.5
9562024-02-02T00:21:55.717Z Downloaded unicase v2.7.0
9572024-02-02T00:21:55.717Z Downloaded zone v0.3.0
9582024-02-02T00:21:55.717Z Downloaded pin-utils v0.1.0
9592024-02-02T00:21:55.717Z Downloaded subprocess v0.2.9
9602024-02-02T00:21:55.718Z Downloaded trust-dns-client v0.22.0
9612024-02-02T00:21:55.718Z Downloaded stability v0.1.1
9622024-02-02T00:21:55.718Z Downloaded pretty-hex v0.2.1
9632024-02-02T00:21:55.718Z Downloaded termcolor v1.2.0
9642024-02-02T00:21:55.718Z Downloaded embedded-io v0.4.0
9652024-02-02T00:21:55.718Z Downloaded half v2.3.1
9662024-02-02T00:21:55.718Z Downloaded rustc_version v0.1.7
9672024-02-02T00:21:55.718Z Downloaded synstructure v0.12.6
9682024-02-02T00:21:55.718Z Downloaded steno v0.4.0
9692024-02-02T00:21:55.718Z Downloaded rustc_version v0.4.0
9702024-02-02T00:21:55.718Z Downloaded foreign-types-macros v0.2.3
9712024-02-02T00:21:55.718Z Downloaded universal-hash v0.5.1
9722024-02-02T00:21:55.718Z Downloaded proc-macro-error-attr v1.0.4
9732024-02-02T00:21:55.719Z Downloaded pest_generator v2.7.6
9742024-02-02T00:21:55.719Z Downloaded libxml v0.3.3
9752024-02-02T00:21:55.719Z Downloaded remove_dir_all v0.5.3
9762024-02-02T00:21:55.719Z Downloaded yansi v0.5.1
9772024-02-02T00:21:55.719Z Downloaded rand_xorshift v0.3.0
9782024-02-02T00:21:55.719Z Downloaded usdt-impl v0.3.5
9792024-02-02T00:21:55.719Z Downloaded dirs-next v2.0.0
9802024-02-02T00:21:55.719Z Downloaded time-core v0.1.1
9812024-02-02T00:21:55.719Z Downloaded untrusted v0.9.0
9822024-02-02T00:21:55.719Z Downloaded openssl-probe v0.1.5
9832024-02-02T00:21:55.719Z Downloaded termtree v0.4.1
9842024-02-02T00:21:55.719Z Downloaded display-error-chain v0.2.0
9852024-02-02T00:21:55.719Z Downloaded trybuild v1.0.89
9862024-02-02T00:21:55.719Z Downloaded funty v2.0.0
9872024-02-02T00:21:55.719Z Downloaded scopeguard v1.2.0
9882024-02-02T00:21:55.719Z Downloaded relative-path v1.9.0
9892024-02-02T00:21:55.719Z Downloaded zerocopy v0.6.4
9902024-02-02T00:21:55.719Z Downloaded toml v0.7.8
9912024-02-02T00:21:55.720Z Downloaded form_urlencoded v1.2.1
9922024-02-02T00:21:55.720Z Downloaded signal-hook-mio v0.2.3
9932024-02-02T00:21:55.720Z Downloaded hex-literal v0.4.1
9942024-02-02T00:21:55.720Z Downloaded rand_core v0.6.4
9952024-02-02T00:21:55.720Z Downloaded time-macros v0.2.13
9962024-02-02T00:21:55.720Z Downloaded ena v0.14.2
9972024-02-02T00:21:55.720Z Downloaded foreign-types v0.5.0
9982024-02-02T00:21:55.720Z Downloaded snafu v0.7.5
9992024-02-02T00:21:55.720Z Downloaded tap v1.0.1
10002024-02-02T00:21:55.720Z Downloaded toml v0.5.11
10012024-02-02T00:21:55.720Z Downloaded glob v0.3.1
10022024-02-02T00:21:55.720Z Downloaded version_check v0.9.4
10032024-02-02T00:21:55.720Z Downloaded defmt v0.3.5
10042024-02-02T00:21:55.720Z Downloaded futures v0.3.30
10052024-02-02T00:21:55.720Z Downloaded rustfmt-wrapper v0.2.0
10062024-02-02T00:21:55.720Z Downloaded url v2.5.0
10072024-02-02T00:21:55.720Z Downloaded typed-path v0.7.0
10082024-02-02T00:21:55.720Z Downloaded der v0.7.8
10092024-02-02T00:21:55.720Z Downloaded vte v0.11.1
10102024-02-02T00:21:55.720Z Downloaded lalrpop v0.19.12
10112024-02-02T00:21:55.721Z Downloaded slog v2.7.0
10122024-02-02T00:21:55.721Z Downloaded ron v0.8.1
10132024-02-02T00:21:55.721Z Downloaded ucd-trie v0.1.6
10142024-02-02T00:21:55.721Z Downloaded rayon-core v1.12.0
10152024-02-02T00:21:55.721Z Downloaded test-strategy v0.3.1
10162024-02-02T00:21:55.721Z Downloaded bitvec v1.0.1
10172024-02-02T00:21:55.721Z Downloaded prettyplease v0.2.16
10182024-02-02T00:21:55.721Z Downloaded tungstenite v0.20.1
10192024-02-02T00:21:55.721Z Downloaded rustls-webpki v0.102.1
10202024-02-02T00:21:55.721Z Downloaded rustyline v13.0.0
10212024-02-02T00:21:55.721Z Downloaded reedline v0.28.0
10222024-02-02T00:21:55.721Z Downloaded h2 v0.3.24
10232024-02-02T00:21:55.721Z Downloaded regex-automata v0.1.10
10242024-02-02T00:21:55.721Z Downloaded petgraph v0.6.4
10252024-02-02T00:21:55.721Z Downloaded goblin v0.8.0
10262024-02-02T00:21:55.721Z Downloaded reqwest v0.11.22
10272024-02-02T00:21:55.721Z Downloaded hkdf v0.12.4
10282024-02-02T00:21:55.721Z Downloaded vcpkg v0.2.15
10292024-02-02T00:21:55.721Z Downloaded rayon v1.8.0
10302024-02-02T00:21:55.722Z Downloaded object v0.30.4
10312024-02-02T00:21:55.722Z Downloaded trust-dns-proto v0.22.0
10322024-02-02T00:21:55.722Z Downloaded radix_trie v0.2.1
10332024-02-02T00:21:55.722Z Downloaded gimli v0.28.0
10342024-02-02T00:21:55.722Z Downloaded object v0.32.1
10352024-02-02T00:21:55.722Z Downloaded openssl v0.10.60
10362024-02-02T00:21:55.722Z Downloaded regex-syntax v0.6.29
10372024-02-02T00:21:55.722Z Downloaded polar-core v0.27.0
10382024-02-02T00:21:55.722Z Downloaded ratatui v0.25.0
10392024-02-02T00:21:55.722Z Downloaded sled v0.34.7
10402024-02-02T00:21:55.722Z Downloaded zerocopy-derive v0.2.0
10412024-02-02T00:21:55.722Z Downloaded regex-automata v0.3.8
10422024-02-02T00:21:55.722Z Downloaded regex-automata v0.4.4
10432024-02-02T00:21:55.722Z Downloaded tokio v1.35.1
10442024-02-02T00:21:55.722Z Downloaded sha3 v0.10.8
10452024-02-02T00:21:55.722Z Downloaded bzip2-sys v0.1.11+1.0.8
10462024-02-02T00:21:57.200Z Downloaded zerocopy-derive v0.6.4
10472024-02-02T00:21:57.200Z Downloaded regex-syntax v0.8.2
10482024-02-02T00:21:57.200Z Downloaded rustls v0.22.2
10492024-02-02T00:21:57.200Z Downloaded diesel v2.1.4
10502024-02-02T00:21:57.200Z Downloaded encoding_rs v0.8.33
10512024-02-02T00:21:57.200Z Downloaded regex-syntax v0.7.5
10522024-02-02T00:21:57.200Z Downloaded regex v1.10.3
10532024-02-02T00:21:57.200Z Downloaded regress v0.7.1
10542024-02-02T00:21:57.200Z Downloaded ring v0.17.7
10552024-02-02T00:21:57.200Z Downloaded openapiv3 v2.0.0
10562024-02-02T00:21:57.201Z Downloaded smoltcp v0.11.0
10572024-02-02T00:21:57.201Z Downloaded syn v1.0.109
10582024-02-02T00:21:57.201Z Downloaded webpki-roots v0.25.2
10592024-02-02T00:21:57.201Z Downloaded bstr v1.6.0
10602024-02-02T00:21:57.201Z Downloaded rustix v0.38.30
10612024-02-02T00:21:57.201Z Downloaded tabled v0.15.0
10622024-02-02T00:21:57.201Z Downloaded curve25519-dalek v4.1.1
10632024-02-02T00:21:57.201Z Downloaded idna v0.2.3
10642024-02-02T00:21:57.201Z Downloaded proptest v1.4.0
10652024-02-02T00:21:57.201Z Downloaded bstr v0.2.17
10662024-02-02T00:21:57.201Z Downloaded smoltcp v0.9.1
10672024-02-02T00:21:57.201Z Downloaded ring v0.16.20
10682024-02-02T00:21:57.201Z Downloaded idna v0.5.0
10692024-02-02T00:21:57.201Z Downloaded rustls v0.21.9
10702024-02-02T00:21:57.202Z Downloaded chrono v0.4.31
10712024-02-02T00:21:57.202Z Downloaded itertools v0.12.1
10722024-02-02T00:21:57.202Z Downloaded quick-xml v0.30.0
10732024-02-02T00:21:57.202Z Downloaded sqlparser v0.43.1
10742024-02-02T00:21:57.202Z Downloaded tracing v0.1.37
10752024-02-02T00:21:57.202Z Downloaded rsa v0.9.2
10762024-02-02T00:21:57.202Z Downloaded rand v0.8.5
10772024-02-02T00:21:57.202Z Downloaded rand v0.4.6
10782024-02-02T00:21:57.202Z Downloaded rcgen v0.12.1
10792024-02-02T00:21:57.202Z Downloaded guppy v0.17.4
10802024-02-02T00:21:57.202Z Downloaded plotters v0.3.5
10812024-02-02T00:21:57.202Z Downloaded zerocopy v0.7.32
10822024-02-02T00:21:57.202Z Downloaded rustls-webpki v0.101.7
10832024-02-02T00:21:57.202Z Downloaded hyper v0.14.27
10842024-02-02T00:21:57.203Z Downloaded pest v2.7.6
10852024-02-02T00:21:57.203Z Downloaded aho-corasick v1.0.4
10862024-02-02T00:21:57.203Z Downloaded clap v2.34.0
10872024-02-02T00:21:57.203Z Downloaded tower v0.4.13
10882024-02-02T00:21:57.203Z Downloaded futures-util v0.3.30
10892024-02-02T00:21:57.203Z Downloaded tough v0.16.0
10902024-02-02T00:21:57.203Z Downloaded textwrap v0.16.0
10912024-02-02T00:21:57.203Z Downloaded derive_more v0.99.17
10922024-02-02T00:21:57.203Z Downloaded portable-atomic v1.4.3
10932024-02-02T00:21:57.203Z Downloaded expectorate v1.1.0
10942024-02-02T00:21:57.203Z Downloaded x509-cert v0.2.4
10952024-02-02T00:21:57.203Z Downloaded tracing-attributes v0.1.26
10962024-02-02T00:21:57.203Z Downloaded zip v0.6.6
10972024-02-02T00:21:57.203Z Downloaded darling_core v0.20.3
10982024-02-02T00:21:57.204Z Downloaded salty v0.2.0
10992024-02-02T00:21:57.204Z Downloaded trust-dns-server v0.22.1
11002024-02-02T00:21:57.204Z Downloaded time v0.3.27
11012024-02-02T00:21:57.204Z Downloaded multer v3.0.0
11022024-02-02T00:21:57.204Z Downloaded toml_edit v0.19.15
11032024-02-02T00:21:57.204Z Downloaded tracing-core v0.1.31
11042024-02-02T00:21:57.204Z Downloaded fragile v2.0.0
11052024-02-02T00:21:57.204Z Downloaded digest v0.10.7
11062024-02-02T00:21:57.204Z Downloaded thiserror-impl-no-std v2.0.2
11072024-02-02T00:21:57.204Z Downloaded textwrap v0.11.0
11082024-02-02T00:21:57.204Z Downloaded rustls-pemfile v2.0.0
11092024-02-02T00:21:57.204Z Downloaded slog-async v2.8.0
11102024-02-02T00:21:57.204Z Downloaded diff v0.1.13
11112024-02-02T00:21:57.205Z Downloaded hashbrown v0.13.2
11122024-02-02T00:21:57.205Z Downloaded bindgen v0.69.2
11132024-02-02T00:21:57.205Z Downloaded futures-sink v0.3.30
11142024-02-02T00:21:57.205Z Downloaded tui-tree-widget v0.16.0
11152024-02-02T00:21:57.205Z Downloaded generic-array v0.14.7
11162024-02-02T00:21:57.205Z Downloaded socket2 v0.5.5
11172024-02-02T00:21:57.205Z Downloaded parking_lot_core v0.8.6
11182024-02-02T00:21:57.205Z Downloaded pkcs1 v0.7.5
11192024-02-02T00:21:57.205Z Downloaded pretty_assertions v1.4.0
11202024-02-02T00:21:57.205Z Downloaded rstest_macros v0.18.2
11212024-02-02T00:21:57.205Z Downloaded papergrid v0.11.0
11222024-02-02T00:21:57.205Z Downloaded thread-id v4.2.0
11232024-02-02T00:21:57.205Z Downloaded rustls-native-certs v0.7.0
11242024-02-02T00:21:57.205Z Downloaded openssl-sys v0.9.96
11252024-02-02T00:21:57.206Z Downloaded vte_generate_state_changes v0.1.1
11262024-02-02T00:21:57.206Z Downloaded ref-cast-impl v1.0.20
11272024-02-02T00:21:57.206Z Downloaded group v0.13.0
11282024-02-02T00:21:57.206Z Downloaded rusty-fork v0.3.0
11292024-02-02T00:21:57.206Z Downloaded tokio-postgres v0.7.10
11302024-02-02T00:21:57.206Z Downloaded serde_with v3.5.1
11312024-02-02T00:21:57.206Z Downloaded fixedbitset v0.4.2
11322024-02-02T00:21:57.206Z Downloaded percent-encoding v2.3.1
11332024-02-02T00:21:57.206Z Downloaded fastrand v2.0.0
11342024-02-02T00:21:57.206Z Downloaded predicates v3.1.0
11352024-02-02T00:21:57.206Z Downloaded dof v0.3.0
11362024-02-02T00:21:57.207Z Downloaded futures-task v0.3.30
11372024-02-02T00:21:57.207Z Downloaded yasna v0.5.2
11382024-02-02T00:21:57.207Z Downloaded unicode-linebreak v0.1.5
11392024-02-02T00:21:57.207Z Downloaded proc-macro-crate v1.3.1
11402024-02-02T00:21:57.207Z Downloaded difflib v0.4.0
11412024-02-02T00:21:57.207Z Downloaded unarray v0.1.4
11422024-02-02T00:21:57.207Z Downloaded unicode-normalization v0.1.22
11432024-02-02T00:21:57.207Z Downloaded typenum v1.16.0
11442024-02-02T00:21:57.207Z Downloaded trust-dns-resolver v0.22.0
11452024-02-02T00:21:57.207Z Downloaded unicode-xid v0.2.4
11462024-02-02T00:21:58.371Z Downloaded resolv-conf v0.7.0
11472024-02-02T00:21:58.371Z Downloaded der_derive v0.7.2
11482024-02-02T00:21:58.371Z Downloaded partial-io v0.5.4
11492024-02-02T00:21:58.371Z Downloaded pem-rfc7468 v0.7.0
11502024-02-02T00:21:58.371Z Downloaded unicode-bidi v0.3.13
11512024-02-02T00:21:58.371Z Downloaded owo-colors v4.0.0
11522024-02-02T00:21:58.371Z Downloaded pin-project v1.1.3
11532024-02-02T00:21:58.371Z Downloaded highway v1.1.0
11542024-02-02T00:21:58.371Z Downloaded same-file v1.0.6
11552024-02-02T00:21:58.372Z Downloaded zerocopy v0.3.0
11562024-02-02T00:21:58.372Z Downloaded enum-as-inner v0.5.1
11572024-02-02T00:21:58.372Z Downloaded which v4.4.0
11582024-02-02T00:21:58.372Z Downloaded wait-timeout v0.2.0
11592024-02-02T00:21:58.372Z Downloaded olpc-cjson v0.1.3
11602024-02-02T00:21:58.372Z Downloaded similar v2.3.0
11612024-02-02T00:21:58.372Z Downloaded crossterm v0.27.0
11622024-02-02T00:21:58.372Z Downloaded elliptic-curve v0.13.8
11632024-02-02T00:21:58.372Z Downloaded tokio-util v0.7.10
11642024-02-02T00:21:58.372Z Downloaded either v1.9.0
11652024-02-02T00:21:58.372Z Downloaded zeroize v1.7.0
11662024-02-02T00:21:58.372Z Downloaded oorandom v11.1.3
11672024-02-02T00:21:58.372Z Downloaded indoc v2.0.3
11682024-02-02T00:21:58.372Z Downloaded untrusted v0.7.1
11692024-02-02T00:21:58.372Z Downloaded serde_path_to_error v0.1.15
11702024-02-02T00:21:58.372Z Downloaded fnv v1.0.7
11712024-02-02T00:21:58.372Z Downloaded usdt-attr-macro v0.5.0
11722024-02-02T00:21:58.372Z Downloaded dirs-sys-next v0.1.2
11732024-02-02T00:21:58.372Z Downloaded thread_local v1.1.7
11742024-02-02T00:21:58.373Z Downloaded semver-parser v0.10.2
11752024-02-02T00:21:58.373Z Downloaded semver v0.11.0
11762024-02-02T00:21:58.373Z Downloaded signal-hook v0.3.17
11772024-02-02T00:21:58.373Z Downloaded unicode_categories v0.1.1
11782024-02-02T00:21:58.373Z Downloaded hmac v0.12.1
11792024-02-02T00:21:58.373Z Downloaded flume v0.11.0
11802024-02-02T00:21:58.373Z Downloaded hashbrown v0.12.3
11812024-02-02T00:21:58.373Z Downloaded nix v0.27.1
11822024-02-02T00:21:58.373Z Downloaded tabled_derive v0.7.0
11832024-02-02T00:21:58.373Z Downloaded swrite v0.1.0
11842024-02-02T00:21:58.373Z Downloaded vec_map v0.8.2
11852024-02-02T00:21:58.373Z Downloaded postcard v1.0.8
11862024-02-02T00:21:58.373Z Downloaded proc-macro-error v1.0.4
11872024-02-02T00:21:58.373Z Downloaded parking_lot v0.11.2
11882024-02-02T00:21:58.373Z Downloaded opaque-debug v0.3.0
11892024-02-02T00:21:58.373Z Downloaded criterion v0.5.1
11902024-02-02T00:21:58.373Z Downloaded unsafe-libyaml v0.2.10
11912024-02-02T00:21:58.373Z Downloaded diesel_derives v2.1.2
11922024-02-02T00:21:58.373Z Downloaded flate2 v1.0.28
11932024-02-02T00:21:58.373Z Downloaded env_logger v0.10.0
11942024-02-02T00:21:58.373Z Downloaded structmeta v0.2.0
11952024-02-02T00:21:58.373Z Downloaded strsim v0.8.0
11962024-02-02T00:21:58.374Z Downloaded datatest-stable v0.2.3
11972024-02-02T00:21:58.374Z Downloaded float-cmp v0.9.0
11982024-02-02T00:21:58.374Z Downloaded globset v0.4.13
11992024-02-02T00:21:58.374Z Downloaded rtoolbox v0.0.1
12002024-02-02T00:21:58.374Z Downloaded tinytemplate v1.2.1
12012024-02-02T00:21:58.374Z Downloaded termios v0.3.3
12022024-02-02T00:21:58.374Z Downloaded wyz v0.5.1
12032024-02-02T00:21:58.374Z Downloaded omicron-zone-package v0.10.1
12042024-02-02T00:21:58.374Z Downloaded hash32 v0.3.1
12052024-02-02T00:21:58.374Z Downloaded samael v0.0.14
12062024-02-02T00:21:58.374Z Downloaded platforms v3.0.2
12072024-02-02T00:21:58.374Z Downloaded fatfs v0.3.6
12082024-02-02T00:21:58.374Z Downloaded xattr v1.0.1
12092024-02-02T00:21:58.374Z Downloaded structopt v0.3.26
12102024-02-02T00:21:58.374Z Downloaded quick-error v1.2.3
12112024-02-02T00:21:58.374Z Downloaded heapless v0.8.0
12122024-02-02T00:21:58.374Z Downloaded itertools v0.10.5
12132024-02-02T00:21:58.374Z Downloaded defmt-parser v0.3.3
12142024-02-02T00:21:58.374Z Downloaded signature v2.1.0
12152024-02-02T00:21:58.374Z Downloaded signal-hook-registry v1.4.1
12162024-02-02T00:21:58.374Z Downloaded tokio-rustls v0.24.1
12172024-02-02T00:21:58.374Z Downloaded semver v0.1.20
12182024-02-02T00:21:58.375Z Downloaded pest_meta v2.7.6
12192024-02-02T00:21:58.375Z Downloaded futures-channel v0.3.30
12202024-02-02T00:21:58.375Z Downloaded fs-err v2.11.0
12212024-02-02T00:21:58.375Z Downloaded shlex v1.3.0
12222024-02-02T00:21:58.375Z Downloaded headers v0.3.9
12232024-02-02T00:21:58.375Z Downloaded snafu-derive v0.7.5
12242024-02-02T00:21:58.375Z Downloaded tar v0.4.40
12252024-02-02T00:21:58.375Z Downloaded socket2 v0.4.9
12262024-02-02T00:21:58.375Z Downloaded password-hash v0.5.0
12272024-02-02T00:21:58.375Z Downloaded siphasher v0.3.11
12282024-02-02T00:21:58.375Z Downloaded similar-asserts v1.5.0
12292024-02-02T00:21:58.375Z Downloaded libm v0.2.7
12302024-02-02T00:21:58.375Z Downloaded rpassword v7.3.1
12312024-02-02T00:21:58.375Z Downloaded tokio-macros v2.2.0
12322024-02-02T00:21:58.375Z Downloaded pest_derive v2.7.6
12332024-02-02T00:21:58.375Z Downloaded vsss-rs v3.3.4
12342024-02-02T00:21:58.375Z Downloaded plotters-svg v0.3.5
12352024-02-02T00:21:58.375Z Downloaded strum_macros v0.24.3
12362024-02-02T00:21:58.375Z Downloaded parking_lot_core v0.9.8
12372024-02-02T00:21:58.375Z Downloaded tower-layer v0.3.2
12382024-02-02T00:21:58.375Z Downloaded subtle v2.5.0
12392024-02-02T00:21:58.375Z Downloaded tinyvec_macros v0.1.1
12402024-02-02T00:21:58.376Z Downloaded parking_lot v0.12.1
12412024-02-02T00:21:58.376Z Downloaded tokio-rustls v0.25.0
12422024-02-02T00:21:58.376Z Downloaded slog-scope v4.4.0
12432024-02-02T00:21:58.376Z Downloaded hyper v1.1.0
12442024-02-02T00:21:58.376Z Downloaded crossbeam-channel v0.5.8
12452024-02-02T00:21:58.376Z Downloaded defmt-macros v0.3.6
12462024-02-02T00:21:59.780Z Downloaded strum_macros v0.25.2
12472024-02-02T00:21:59.780Z Downloaded getrandom v0.2.10
12482024-02-02T00:21:59.780Z Downloaded gethostname v0.4.3
12492024-02-02T00:21:59.780Z Downloaded usdt v0.3.5
12502024-02-02T00:21:59.780Z Downloaded poly1305 v0.8.0
12512024-02-02T00:21:59.780Z Downloaded parse-display-derive v0.8.2
12522024-02-02T00:21:59.780Z Downloaded supports-color v2.1.0
12532024-02-02T00:21:59.780Z Downloaded rustls-pemfile v1.0.3
12542024-02-02T00:21:59.781Z Downloaded usdt v0.5.0
12552024-02-02T00:21:59.781Z Downloaded crypto-bigint v0.5.2
12562024-02-02T00:21:59.781Z Downloaded pkcs8 v0.10.2
12572024-02-02T00:21:59.781Z Downloaded packed_struct_codegen v0.10.1
12582024-02-02T00:21:59.781Z Downloaded guppy-workspace-hack v0.1.0
12592024-02-02T00:21:59.781Z Downloaded packed_struct v0.10.1
12602024-02-02T00:21:59.781Z Downloaded rustc-hash v1.1.0
12612024-02-02T00:21:59.781Z Downloaded rand_chacha v0.3.1
12622024-02-02T00:21:59.781Z Downloaded scroll v0.12.0
12632024-02-02T00:21:59.781Z Downloaded plain v0.2.3
12642024-02-02T00:21:59.781Z Downloaded pkg-config v0.3.27
12652024-02-02T00:21:59.782Z Downloaded flagset v0.4.3
12662024-02-02T00:21:59.782Z Downloaded backtrace v0.3.69
12672024-02-02T00:21:59.782Z Downloaded indicatif v0.17.7
12682024-02-02T00:21:59.782Z Downloaded fallible-iterator v0.2.0
12692024-02-02T00:21:59.782Z Downloaded fd-lock v3.0.13
12702024-02-02T00:21:59.782Z Downloaded bytes v1.5.0
12712024-02-02T00:21:59.782Z Downloaded strum v0.25.0
12722024-02-02T00:21:59.782Z Downloaded threadpool v1.8.1
12732024-02-02T00:21:59.782Z Downloaded whoami v1.4.1
12742024-02-02T00:21:59.782Z Downloaded ppv-lite86 v0.2.17
12752024-02-02T00:21:59.782Z Downloaded postgres-types v0.2.6
12762024-02-02T00:21:59.782Z Downloaded spin v0.5.2
12772024-02-02T00:21:59.782Z Downloaded futures-timer v3.0.2
12782024-02-02T00:21:59.782Z Downloaded serde_yaml v0.9.25
12792024-02-02T00:21:59.782Z Downloaded schemars v0.8.16
12802024-02-02T00:21:59.782Z Downloaded pem v3.0.2
12812024-02-02T00:21:59.782Z Downloaded dof v0.1.5
12822024-02-02T00:21:59.782Z Downloaded postgres-protocol v0.6.6
12832024-02-02T00:21:59.783Z Downloaded usdt-impl v0.5.0
12842024-02-02T00:21:59.783Z Downloaded strip-ansi-escapes v0.2.0
12852024-02-02T00:21:59.783Z Downloaded slog-dtrace v0.3.0
12862024-02-02T00:21:59.783Z Downloaded crossbeam-epoch v0.9.15
12872024-02-02T00:21:59.783Z Downloaded pathdiff v0.2.1
12882024-02-02T00:21:59.783Z Downloaded stringprep v0.1.3
12892024-02-02T00:21:59.783Z Downloaded static_assertions v1.1.0
12902024-02-02T00:21:59.783Z Downloaded stable_deref_trait v1.2.0
12912024-02-02T00:21:59.783Z Downloaded slog-json v2.6.1
12922024-02-02T00:21:59.783Z Downloaded slog-envlogger v2.2.0
12932024-02-02T00:21:59.783Z Downloaded allocator-api2 v0.2.16
12942024-02-02T00:21:59.783Z Downloaded arc-swap v1.6.0
12952024-02-02T00:21:59.783Z Downloaded fd-lock v4.0.2
12962024-02-02T00:21:59.783Z Downloaded uuid v1.7.0
12972024-02-02T00:21:59.783Z Downloaded target-lexicon v0.12.12
12982024-02-02T00:21:59.783Z Downloaded mockall_derive v0.12.0
12992024-02-02T00:21:59.783Z Downloaded crossbeam-utils v0.8.16
13002024-02-02T00:21:59.783Z Downloaded parse-display v0.8.2
13012024-02-02T00:21:59.784Z Downloaded pretty-hex v0.4.1
13022024-02-02T00:21:59.784Z Downloaded serde_with_macros v3.5.1
13032024-02-02T00:21:59.784Z Downloaded clang-sys v1.6.1
13042024-02-02T00:21:59.784Z Downloaded serde_tokenstream v0.2.0
13052024-02-02T00:21:59.784Z Downloaded bzip2 v0.4.4
13062024-02-02T00:21:59.784Z Downloaded futures-core v0.3.30
13072024-02-02T00:21:59.784Z Downloaded spin v0.9.8
13082024-02-02T00:21:59.784Z Downloaded serde_urlencoded v0.7.1
13092024-02-02T00:21:59.784Z Downloaded fxhash v0.2.1
13102024-02-02T00:21:59.784Z Downloaded downcast v0.11.0
13112024-02-02T00:21:59.784Z Downloaded sqlformat v0.2.3
13122024-02-02T00:21:59.784Z Downloaded dyn-clone v1.0.13
13132024-02-02T00:21:59.784Z Downloaded deranged v0.3.8
13142024-02-02T00:21:59.784Z Downloaded filetime v0.2.23
13152024-02-02T00:21:59.784Z Downloaded num-traits v0.2.16
13162024-02-02T00:21:59.784Z Downloaded minimal-lexical v0.2.1
13172024-02-02T00:21:59.784Z Downloaded derive-where v1.2.7
13182024-02-02T00:21:59.784Z Downloaded tempfile v3.9.0
13192024-02-02T00:21:59.784Z Downloaded target-spec v3.0.1
13202024-02-02T00:21:59.785Z Downloaded miniz_oxide v0.7.1
13212024-02-02T00:21:59.785Z Downloaded sqlparser_derive v0.2.2
13222024-02-02T00:21:59.785Z Downloaded headers-core v0.2.0
13232024-02-02T00:21:59.785Z Downloaded dtrace-parser v0.2.0
13242024-02-02T00:21:59.785Z Downloaded term v0.7.0
13252024-02-02T00:21:59.785Z Downloaded scheduled-thread-pool v0.2.7
13262024-02-02T00:21:59.785Z Downloaded crc-any v2.4.3
13272024-02-02T00:21:59.785Z Downloaded diesel_table_macro_syntax v0.1.0
13282024-02-02T00:21:59.785Z Downloaded darling v0.14.4
13292024-02-02T00:21:59.785Z Downloaded openssl-macros v0.1.1
13302024-02-02T00:21:59.785Z Downloaded slog-bunyan v2.5.0
13312024-02-02T00:21:59.785Z Downloaded ahash v0.8.6
13322024-02-02T00:21:59.785Z Downloaded addr2line v0.21.0
13332024-02-02T00:21:59.785Z Downloaded derive_builder_core v0.12.0
13342024-02-02T00:21:59.785Z Downloaded zerocopy-derive v0.7.32
13352024-02-02T00:21:59.785Z Downloaded tempdir v0.3.7
13362024-02-02T00:21:59.785Z Downloaded crc32fast v1.3.2
13372024-02-02T00:21:59.786Z Downloaded cookie v0.18.0
13382024-02-02T00:21:59.786Z Downloaded slog-stdlog v4.1.1
13392024-02-02T00:21:59.786Z Downloaded sha2 v0.10.8
13402024-02-02T00:21:59.786Z Downloaded serde_tokenstream v0.1.7
13412024-02-02T00:21:59.786Z Downloaded base64 v0.21.7
13422024-02-02T00:21:59.786Z Downloaded usdt-macro v0.3.5
13432024-02-02T00:21:59.786Z Downloaded rust-argon2 v1.0.1
13442024-02-02T00:21:59.786Z Downloaded num-bigint-dig v0.8.4
13452024-02-02T00:21:59.786Z Downloaded hyper-util v0.1.2
13462024-02-02T00:22:00.734Z Downloaded path-slash v0.1.5
13472024-02-02T00:22:00.734Z Downloaded dtrace-parser v0.1.14
13482024-02-02T00:22:00.734Z Downloaded predicates-tree v1.0.9
13492024-02-02T00:22:00.734Z Downloaded crypto-common v0.1.6
13502024-02-02T00:22:00.734Z Downloaded native-tls v0.2.11
13512024-02-02T00:22:00.734Z Downloaded mime_guess v2.0.4
13522024-02-02T00:22:00.735Z Downloaded lock_api v0.4.10
13532024-02-02T00:22:00.735Z Downloaded utf-8 v0.7.6
13542024-02-02T00:22:00.735Z Downloaded structopt-derive v0.4.18
13552024-02-02T00:22:00.735Z Downloaded chacha20poly1305 v0.10.1
13562024-02-02T00:22:00.735Z Downloaded cc v1.0.83
13572024-02-02T00:22:00.735Z Downloaded unicode-width v0.1.11
13582024-02-02T00:22:00.735Z Downloaded const-oid v0.9.5
13592024-02-02T00:22:00.735Z Downloaded console v0.15.8
13602024-02-02T00:22:00.735Z Downloaded base64ct v1.6.0
13612024-02-02T00:22:00.735Z Downloaded backoff v0.4.0
13622024-02-02T00:22:00.735Z Downloaded async-recursion v1.0.5
13632024-02-02T00:22:00.735Z Downloaded argon2 v0.5.3
13642024-02-02T00:22:00.735Z Downloaded parse-size v1.0.0
13652024-02-02T00:22:00.735Z Downloaded heck v0.3.3
13662024-02-02T00:22:00.735Z Downloaded futures-macro v0.3.30
13672024-02-02T00:22:00.735Z Downloaded futures-io v0.3.30
13682024-02-02T00:22:00.735Z Downloaded ed25519 v1.5.3
13692024-02-02T00:22:00.735Z Downloaded string_cache v0.8.7
13702024-02-02T00:22:00.736Z Downloaded smf v0.2.2
13712024-02-02T00:22:00.736Z Downloaded smawk v0.3.1
13722024-02-02T00:22:00.736Z Downloaded sha1 v0.10.6
13732024-02-02T00:22:00.736Z Downloaded serde_repr v0.1.16
13742024-02-02T00:22:00.736Z Downloaded libefi-sys v0.1.0
13752024-02-02T00:22:00.736Z Downloaded crossbeam-deque v0.8.3
13762024-02-02T00:22:00.736Z Downloaded num_cpus v1.16.0
13772024-02-02T00:22:00.736Z Downloaded num v0.4.1
13782024-02-02T00:22:00.736Z Downloaded nanorand v0.7.0
13792024-02-02T00:22:00.736Z Downloaded mockall v0.12.0
13802024-02-02T00:22:00.736Z Downloaded arrayvec v0.7.4
13812024-02-02T00:22:00.736Z Downloaded array-init v0.0.4
13822024-02-02T00:22:00.736Z Downloaded ansi_term v0.12.1
13832024-02-02T00:22:00.736Z Downloaded spki v0.7.2
13842024-02-02T00:22:00.736Z Downloaded rstest v0.18.2
13852024-02-02T00:22:00.736Z Downloaded maplit v1.0.2
13862024-02-02T00:22:00.736Z Downloaded lru-cache v0.1.2
13872024-02-02T00:22:00.736Z Downloaded libloading v0.7.4
13882024-02-02T00:22:00.736Z Downloaded lalrpop-util v0.19.12
13892024-02-02T00:22:00.736Z Downloaded ipnet v2.9.0
13902024-02-02T00:22:00.736Z Downloaded hyper-rustls v0.26.0
13912024-02-02T00:22:00.736Z Downloaded crc-catalog v2.2.0
13922024-02-02T00:22:00.736Z Downloaded constant_time_eq v0.3.0
13932024-02-02T00:22:00.737Z Downloaded cobs v0.2.3
13942024-02-02T00:22:00.737Z Downloaded num-iter v0.1.43
13952024-02-02T00:22:00.737Z Downloaded memoffset v0.9.0
13962024-02-02T00:22:00.737Z Downloaded macaddr v1.0.1
13972024-02-02T00:22:00.737Z Downloaded sec1 v0.7.3
13982024-02-02T00:22:00.737Z Downloaded nibble_vec v0.1.0
13992024-02-02T00:22:00.737Z Downloaded memoffset v0.7.1
14002024-02-02T00:22:00.737Z Downloaded md-5 v0.10.5
14012024-02-02T00:22:00.737Z Downloaded managed v0.8.0
14022024-02-02T00:22:00.737Z Downloaded lru v0.12.1
14032024-02-02T00:22:00.737Z Downloaded linked-hash-map v0.5.6
14042024-02-02T00:22:00.737Z Downloaded ciborium v0.2.2
14052024-02-02T00:22:00.737Z Downloaded cfg-expr v0.15.5
14062024-02-02T00:22:00.737Z Downloaded crunchy v0.2.2
14072024-02-02T00:22:00.737Z Downloaded crucible-workspace-hack v0.1.0
14082024-02-02T00:22:00.737Z Downloaded usdt-macro v0.5.0
14092024-02-02T00:22:00.737Z Downloaded serde-big-array v0.5.1
14102024-02-02T00:22:00.737Z Downloaded linear-map v1.2.0
14112024-02-02T00:22:00.737Z Downloaded inout v0.1.3
14122024-02-02T00:22:00.737Z Downloaded indoc v1.0.9
14132024-02-02T00:22:00.737Z Downloaded impl-trait-for-tuples v0.2.2
14142024-02-02T00:22:00.737Z Downloaded crossbeam v0.8.2
14152024-02-02T00:22:00.737Z Downloaded crc v3.0.1
14162024-02-02T00:22:00.737Z Downloaded corncobs v0.1.3
14172024-02-02T00:22:00.738Z Downloaded maybe-uninit v2.0.0
14182024-02-02T00:22:00.738Z Downloaded rustls-pki-types v1.1.0
14192024-02-02T00:22:00.738Z Downloaded log v0.4.20
14202024-02-02T00:22:00.738Z Downloaded ascii-canvas v3.0.0
14212024-02-02T00:22:00.738Z Downloaded rustc-demangle v0.1.23
14222024-02-02T00:22:00.738Z Downloaded cpufeatures v0.2.12
14232024-02-02T00:22:00.738Z Downloaded cipher v0.4.4
14242024-02-02T00:22:00.738Z Downloaded async-stream v0.3.5
14252024-02-02T00:22:00.738Z Downloaded assert_cmd v2.0.13
14262024-02-02T00:22:00.738Z Downloaded anes v0.1.6
14272024-02-02T00:22:00.738Z Downloaded approx v0.5.1
14282024-02-02T00:22:00.738Z Downloaded aead v0.5.2
14292024-02-02T00:22:00.738Z Downloaded arrayref v0.3.7
14302024-02-02T00:22:00.738Z Downloaded ipnetwork v0.20.0
14312024-02-02T00:22:00.738Z Downloaded hyper-tls v0.5.0
14322024-02-02T00:22:00.738Z Downloaded criterion-plot v0.5.0
14332024-02-02T00:22:00.738Z Downloaded colored v2.0.4
14342024-02-02T00:22:00.738Z Downloaded libtest-mimic v0.6.1
14352024-02-02T00:22:00.738Z Downloaded newline-converter v0.3.0
14362024-02-02T00:22:00.738Z Downloaded base16ct v0.2.0
14372024-02-02T00:22:00.738Z Downloaded bcs v0.1.6
14382024-02-02T00:22:00.738Z Downloaded autocfg v1.1.0
14392024-02-02T00:22:00.738Z Downloaded libsw v3.3.1
14402024-02-02T00:22:00.739Z Downloaded num-bigint v0.4.4
14412024-02-02T00:22:00.739Z Downloaded indexmap v1.9.3
14422024-02-02T00:22:00.739Z Downloaded hyper-staticfile v0.9.5
14432024-02-02T00:22:00.739Z Downloaded convert_case v0.4.0
14442024-02-02T00:22:00.739Z Downloaded constant_time_eq v0.2.6
14452024-02-02T00:22:00.739Z Downloaded cexpr v0.6.0
14462024-02-02T00:22:01.644Z Downloaded num-derive v0.4.0
14472024-02-02T00:22:01.644Z Downloaded num-complex v0.4.4
14482024-02-02T00:22:01.644Z Downloaded is-terminal v0.4.9
14492024-02-02T00:22:01.644Z Downloaded ident_case v1.0.1
14502024-02-02T00:22:01.644Z Downloaded ciborium-ll v0.2.2
14512024-02-02T00:22:01.644Z Downloaded chacha20 v0.9.1
14522024-02-02T00:22:01.644Z Downloaded match_cfg v0.1.0
14532024-02-02T00:22:01.644Z Downloaded lazycell v1.3.0
14542024-02-02T00:22:01.644Z Downloaded kstat-rs v0.2.3
14552024-02-02T00:22:01.644Z Downloaded async-stream-impl v0.3.5
14562024-02-02T00:22:01.644Z Downloaded assert_matches v1.5.0
14572024-02-02T00:22:01.644Z Downloaded nu-ansi-term v0.49.0
14582024-02-02T00:22:01.644Z Downloaded httptest v0.15.5
14592024-02-02T00:22:01.644Z Downloaded httpdate v1.0.3
14602024-02-02T00:22:01.644Z Downloaded httparse v1.8.0
14612024-02-02T00:22:01.644Z Downloaded blake2 v0.10.6
14622024-02-02T00:22:01.645Z Downloaded iana-time-zone v0.1.57
14632024-02-02T00:22:01.645Z Downloaded cast v0.3.0
14642024-02-02T00:22:01.645Z Downloaded byteorder v1.5.0
14652024-02-02T00:22:01.645Z Downloaded is_ci v1.1.1
14662024-02-02T00:22:01.645Z Downloaded http-body v1.0.0
14672024-02-02T00:22:01.645Z Downloaded ciborium-io v0.2.2
14682024-02-02T00:22:01.645Z Downloaded cancel-safe-futures v0.1.5
14692024-02-02T00:22:01.645Z Downloaded http-range v0.1.5
14702024-02-02T00:22:01.645Z Downloaded darling_core v0.14.4
14712024-02-02T00:22:01.645Z Downloaded bitflags v2.4.0
14722024-02-02T00:22:01.645Z Downloaded http-body v0.4.5
14732024-02-02T00:22:01.645Z Downloaded home v0.5.5
14742024-02-02T00:22:01.645Z Downloaded cfg-if v1.0.0
14752024-02-02T00:22:01.645Z Downloaded cassowary v0.3.0
14762024-02-02T00:22:01.645Z Downloaded camino-tempfile v1.1.1
14772024-02-02T00:22:01.645Z Downloaded bit-vec v0.6.3
14782024-02-02T00:22:01.645Z Downloaded atomicwrites v0.4.3
14792024-02-02T00:22:01.645Z Downloaded blake2b_simd v1.0.1
14802024-02-02T00:22:01.645Z Downloaded buf-list v1.0.3
14812024-02-02T00:22:01.645Z Downloaded block-padding v0.3.3
14822024-02-02T00:22:01.645Z Downloaded bit-set v0.5.3
14832024-02-02T00:22:01.645Z Downloaded block-buffer v0.10.4
14842024-02-02T00:22:01.646Z Compiling serde v1.0.195
14852024-02-02T00:22:01.646Z Compiling autocfg v1.1.0
14862024-02-02T00:22:01.646Z Compiling version_check v0.9.4
14872024-02-02T00:22:01.646Z Checking cfg-if v1.0.0
14882024-02-02T00:22:01.646Z Compiling syn v1.0.109
14892024-02-02T00:22:01.646Z Checking libc v0.2.153
14902024-02-02T00:22:01.646Z Compiling syn v2.0.48
14912024-02-02T00:22:01.646Z Compiling parking_lot_core v0.9.8
14922024-02-02T00:22:01.646Z Compiling once_cell v1.19.0
14932024-02-02T00:22:01.646Z Compiling memchr v2.6.3
14942024-02-02T00:22:01.646Z Compiling libm v0.2.7
14952024-02-02T00:22:01.646Z Compiling cc v1.0.83
14962024-02-02T00:22:01.646Z Compiling ahash v0.8.6
14972024-02-02T00:22:01.646Z Compiling lock_api v0.4.10
14982024-02-02T00:22:01.646Z Compiling num-traits v0.2.16
14992024-02-02T00:22:01.646Z Compiling getrandom v0.2.10
15002024-02-02T00:22:01.646Z Compiling byteorder v1.5.0
15012024-02-02T00:22:01.646Z Compiling serde_json v1.0.113
15022024-02-02T00:22:01.646Z Checking log v0.4.20
15032024-02-02T00:22:01.646Z Compiling slab v0.4.9
15042024-02-02T00:22:01.646Z Checking scopeguard v1.2.0
15052024-02-02T00:22:01.647Z Compiling typenum v1.16.0
15062024-02-02T00:22:01.647Z Compiling generic-array v0.14.7
15072024-02-02T00:22:01.647Z Checking itoa v1.0.9
15082024-02-02T00:22:01.647Z Checking smallvec v1.11.2
15092024-02-02T00:22:01.647Z Compiling pkg-config v0.3.27
15102024-02-02T00:22:01.647Z Compiling allocator-api2 v0.2.16
15112024-02-02T00:22:01.647Z Compiling schemars v0.8.16
15122024-02-02T00:22:01.647Z Compiling rustix v0.38.30
15132024-02-02T00:22:01.647Z Compiling httparse v1.8.0
15142024-02-02T00:22:01.647Z Compiling ring v0.17.7
15152024-02-02T00:22:01.647Z Compiling fnv v1.0.7
15162024-02-02T00:22:01.647Z Checking pin-project-lite v0.2.13
15172024-02-02T00:22:01.647Z Compiling vcpkg v0.2.15
15182024-02-02T00:22:01.647Z Compiling aho-corasick v1.0.4
15192024-02-02T00:22:01.647Z Checking parking_lot v0.12.1
15202024-02-02T00:22:01.799Z Compiling regex-syntax v0.8.2
15212024-02-02T00:22:19.702Z Compiling openssl-sys v0.9.96
15222024-02-02T00:22:20.479Z Checking signal-hook-registry v1.4.1
15232024-02-02T00:22:20.480Z Compiling ucd-trie v0.1.6
15242024-02-02T00:22:20.480Z Checking mio v0.8.9
15252024-02-02T00:22:20.480Z Checking rand_core v0.6.4
15262024-02-02T00:22:20.480Z Compiling ring v0.16.20
15272024-02-02T00:22:20.480Z Checking num_cpus v1.16.0
15282024-02-02T00:22:20.480Z Checking futures-core v0.3.30
15292024-02-02T00:22:20.480Z Compiling serde_derive_internals v0.26.0
15302024-02-02T00:22:20.480Z Compiling regex-automata v0.4.4
15312024-02-02T00:22:20.480Z Compiling openssl v0.10.60
15322024-02-02T00:22:20.480Z Compiling iana-time-zone v0.1.57
15332024-02-02T00:22:20.480Z Checking socket2 v0.5.5
15342024-02-02T00:22:20.480Z Checking ryu v1.0.15
15352024-02-02T00:22:20.480Z Compiling native-tls v0.2.11
15362024-02-02T00:22:20.481Z Compiling rustls v0.21.9
15372024-02-02T00:22:20.481Z Checking spin v0.5.2
15382024-02-02T00:22:20.481Z Compiling dyn-clone v1.0.13
15392024-02-02T00:22:20.481Z Compiling async-trait v0.1.77
15402024-02-02T00:22:20.481Z Checking futures-sink v0.3.30
15412024-02-02T00:22:20.481Z Compiling backtrace v0.3.69
15422024-02-02T00:22:20.481Z Compiling errno v0.3.8
15432024-02-02T00:22:20.481Z Compiling tinyvec_macros v0.1.1
15442024-02-02T00:22:20.481Z Compiling crossbeam-utils v0.8.16
15452024-02-02T00:22:20.482Z Compiling crc32fast v1.3.2
15462024-02-02T00:22:20.482Z Checking pin-utils v0.1.0
15472024-02-02T00:22:20.484Z Compiling unicode-xid v0.2.4
15482024-02-02T00:22:20.485Z Compiling tinyvec v1.6.0
15492024-02-02T00:22:20.485Z Compiling futures-channel v0.3.30
15502024-02-02T00:22:20.485Z Compiling regex v1.10.3
15512024-02-02T00:22:20.485Z Compiling unicode-width v0.1.11
15522024-02-02T00:22:20.485Z Checking futures-task v0.3.30
15532024-02-02T00:22:20.485Z Compiling futures-io v0.3.30
15542024-02-02T00:22:20.485Z Compiling anyhow v1.0.75
15552024-02-02T00:22:20.485Z Checking subtle v2.5.0
15562024-02-02T00:22:20.485Z Compiling spin v0.9.8
15572024-02-02T00:22:20.485Z Compiling unicode-normalization v0.1.22
15582024-02-02T00:22:20.485Z Compiling tracing-core v0.1.31
15592024-02-02T00:22:20.485Z Compiling unicode-bidi v0.3.13
15602024-02-02T00:22:20.486Z Compiling num-integer v0.1.45
15612024-02-02T00:22:20.486Z Compiling slog v2.7.0
15622024-02-02T00:22:20.486Z Compiling lazy_static v1.4.0
15632024-02-02T00:22:20.486Z Compiling serde_derive v1.0.195
15642024-02-02T00:22:20.486Z Compiling zerocopy-derive v0.7.32
15652024-02-02T00:22:20.486Z Compiling thiserror-impl v1.0.56
15662024-02-02T00:22:20.486Z Compiling zeroize_derive v1.4.2
15672024-02-02T00:22:20.486Z Compiling tokio-macros v2.2.0
15682024-02-02T00:22:20.486Z Compiling futures-macro v0.3.30
15692024-02-02T00:22:20.486Z Compiling tracing-attributes v0.1.26
15702024-02-02T00:22:21.735Z Compiling schemars_derive v0.8.16
15712024-02-02T00:22:21.916Z Checking zeroize v1.7.0
15722024-02-02T00:22:22.285Z Compiling openssl-macros v0.1.1
15732024-02-02T00:22:22.854Z Compiling zerocopy v0.7.32
15742024-02-02T00:22:24.444Z Compiling thiserror v1.0.56
15752024-02-02T00:22:24.630Z Compiling pest v2.7.6
15762024-02-02T00:22:24.725Z Compiling futures-util v0.3.30
15772024-02-02T00:22:26.449Z Compiling hashbrown v0.14.2
15782024-02-02T00:22:26.763Z Compiling hashbrown v0.13.2
15792024-02-02T00:22:27.723Z Compiling tracing v0.1.37
15802024-02-02T00:22:28.524Z Compiling der_derive v0.7.2
15812024-02-02T00:22:28.720Z Compiling pest_meta v2.7.6
15822024-02-02T00:22:29.522Z Compiling percent-encoding v2.3.1
15832024-02-02T00:22:30.107Z Compiling untrusted v0.9.0
15842024-02-02T00:22:30.333Z Compiling foreign-types-shared v0.1.1
15852024-02-02T00:22:30.487Z Compiling untrusted v0.7.1
15862024-02-02T00:22:30.922Z Compiling pest_generator v2.7.6
15872024-02-02T00:22:31.110Z Compiling time-core v0.1.1
15882024-02-02T00:22:31.429Z Compiling rustversion v1.0.14
15892024-02-02T00:22:33.083Z Compiling time-macros v0.2.13
15902024-02-02T00:22:33.430Z Compiling foreign-types v0.3.2
15912024-02-02T00:22:34.930Z Compiling scroll_derive v0.12.0
15922024-02-02T00:22:35.177Z Compiling synstructure v0.12.6
15932024-02-02T00:22:37.629Z Compiling pest_derive v2.7.6
15942024-02-02T00:22:38.208Z Compiling thread-id v4.2.0
15952024-02-02T00:22:38.231Z Compiling base64 v0.21.7
15962024-02-02T00:22:38.417Z Compiling try-lock v0.2.4
15972024-02-02T00:22:38.661Z Compiling want v0.3.1
15982024-02-02T00:22:38.979Z Compiling zerocopy-derive v0.2.0
15992024-02-02T00:22:39.114Z Compiling rustls-webpki v0.101.7
16002024-02-02T00:22:39.277Z Compiling sct v0.7.0
16012024-02-02T00:22:39.747Z Compiling form_urlencoded v1.2.1
16022024-02-02T00:22:39.916Z Compiling socket2 v0.4.9
16032024-02-02T00:22:40.294Z Compiling httpdate v1.0.3
16042024-02-02T00:22:40.911Z Compiling const-oid v0.9.5
16052024-02-02T00:22:41.303Z Compiling openssl-probe v0.1.5
16062024-02-02T00:22:41.387Z Compiling tower-service v0.3.2
16072024-02-02T00:22:41.797Z Compiling idna v0.5.0
16082024-02-02T00:22:41.984Z Compiling memoffset v0.9.0
16092024-02-02T00:22:42.199Z Compiling adler v1.0.2
16102024-02-02T00:22:42.271Z Checking crypto-common v0.1.6
16112024-02-02T00:22:42.636Z Compiling miniz_oxide v0.7.1
16122024-02-02T00:22:42.641Z Compiling ipnet v2.9.0
16132024-02-02T00:22:42.641Z Checking bytes v1.5.0
16142024-02-02T00:22:43.822Z Checking tokio v1.35.1
16152024-02-02T00:22:44.067Z Checking bitflags v2.4.0
16162024-02-02T00:22:44.546Z Compiling indexmap v2.2.2
16172024-02-02T00:22:45.111Z Compiling chrono v0.4.31
16182024-02-02T00:22:45.506Z Compiling uuid v1.7.0
16192024-02-02T00:22:45.526Z Compiling semver v1.0.21
16202024-02-02T00:22:46.721Z Compiling http v0.2.11
16212024-02-02T00:22:46.820Z Compiling toml_datetime v0.6.5
16222024-02-02T00:22:47.533Z Compiling serde_spanned v0.6.4
16232024-02-02T00:22:47.883Z Compiling openapiv3 v2.0.0
16242024-02-02T00:22:48.143Z Compiling rustc_version v0.4.0
16252024-02-02T00:22:49.672Z Compiling toml_edit v0.19.15
16262024-02-02T00:22:51.794Z Compiling http-body v0.4.5
16272024-02-02T00:22:55.073Z Compiling url v2.5.0
16282024-02-02T00:22:56.143Z Checking equivalent v1.0.1
16292024-02-02T00:22:56.163Z Compiling either v1.9.0
16302024-02-02T00:22:56.730Z Compiling signal-hook v0.3.17
16312024-02-02T00:22:56.959Z Compiling serde_urlencoded v0.7.1
16322024-02-02T00:22:58.108Z Compiling rustls-pemfile v1.0.3
16332024-02-02T00:22:58.342Z Compiling clap_derive v4.4.2
16342024-02-02T00:22:58.423Z Compiling zerocopy-derive v0.6.4
16352024-02-02T00:22:59.399Z Compiling tokio-util v0.7.10
16362024-02-02T00:23:00.129Z Compiling tokio-rustls v0.24.1
16372024-02-02T00:23:00.140Z Compiling crossbeam-epoch v0.9.15
16382024-02-02T00:23:00.757Z Compiling usdt-impl v0.3.5
16392024-02-02T00:23:01.247Z Compiling encoding_rs v0.8.33
16402024-02-02T00:23:01.371Z Compiling h2 v0.3.24
16412024-02-02T00:23:01.907Z Compiling siphasher v0.3.11
16422024-02-02T00:23:02.152Z Compiling mime v0.3.17
16432024-02-02T00:23:03.110Z Compiling webpki-roots v0.25.2
16442024-02-02T00:23:03.152Z Compiling tokio-native-tls v0.3.1
16452024-02-02T00:23:03.342Z Compiling gimli v0.28.0
16462024-02-02T00:23:03.769Z Compiling zerocopy v0.3.0
16472024-02-02T00:23:04.261Z Compiling strum_macros v0.25.2
16482024-02-02T00:23:05.067Z Compiling scroll v0.12.0
16492024-02-02T00:23:05.954Z Compiling block-buffer v0.10.4
16502024-02-02T00:23:06.889Z Compiling bzip2-sys v0.1.11+1.0.8
16512024-02-02T00:23:06.962Z Compiling object v0.32.1
16522024-02-02T00:23:07.164Z Compiling num-iter v0.1.43
16532024-02-02T00:23:07.628Z Compiling usdt-impl v0.5.0
16542024-02-02T00:23:07.751Z Compiling rustc-demangle v0.1.23
16552024-02-02T00:23:15.533Z Compiling plain v0.2.3
16562024-02-02T00:23:15.879Z Compiling goblin v0.8.0
16572024-02-02T00:23:15.976Z Compiling addr2line v0.21.0
16582024-02-02T00:23:15.976Z Compiling flate2 v1.0.28
16592024-02-02T00:23:15.976Z Compiling digest v0.10.7
16602024-02-02T00:23:15.977Z Compiling dof v0.1.5
16612024-02-02T00:23:15.977Z Compiling heapless v0.7.16
16622024-02-02T00:23:15.977Z Compiling dtrace-parser v0.1.14
16632024-02-02T00:23:15.977Z Compiling ppv-lite86 v0.2.17
16642024-02-02T00:23:15.977Z Compiling pretty-hex v0.4.1
16652024-02-02T00:23:15.977Z Compiling hyper v0.14.27
16662024-02-02T00:23:15.977Z Compiling toml v0.7.8
16672024-02-02T00:23:15.977Z Compiling rand_chacha v0.3.1
16682024-02-02T00:23:15.977Z Compiling toml_edit v0.21.0
16692024-02-02T00:23:16.141Z Compiling serde_tokenstream v0.1.7
16702024-02-02T00:23:16.203Z Compiling hex v0.4.3
16712024-02-02T00:23:17.194Z Compiling dtrace-parser v0.2.0
16722024-02-02T00:23:17.982Z Compiling dof v0.3.0
16732024-02-02T00:23:20.403Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
16742024-02-02T00:23:20.721Z Compiling bit-vec v0.6.3
16752024-02-02T00:23:21.624Z Compiling rand v0.8.5
16762024-02-02T00:23:22.099Z Compiling phf_shared v0.10.0
16772024-02-02T00:23:22.728Z Compiling num-bigint v0.4.4
16782024-02-02T00:23:23.187Z Compiling new_debug_unreachable v1.0.4
16792024-02-02T00:23:23.307Z Compiling fixedbitset v0.4.2
16802024-02-02T00:23:23.330Z Compiling minimal-lexical v0.2.1
16812024-02-02T00:23:24.038Z Compiling smoltcp v0.9.1
16822024-02-02T00:23:24.056Z Compiling precomputed-hash v0.1.1
16832024-02-02T00:23:24.160Z Compiling base64ct v1.6.0
16842024-02-02T00:23:24.194Z Compiling string_cache v0.8.7
16852024-02-02T00:23:24.785Z Compiling hyper-rustls v0.24.2
16862024-02-02T00:23:24.890Z Compiling hyper-tls v0.5.0
16872024-02-02T00:23:25.577Z Compiling pem-rfc7468 v0.7.0
16882024-02-02T00:23:25.580Z Compiling nom v7.1.3
16892024-02-02T00:23:25.580Z Compiling petgraph v0.6.4
16902024-02-02T00:23:25.580Z Compiling reqwest v0.11.22
16912024-02-02T00:23:26.808Z Compiling bit-set v0.5.3
16922024-02-02T00:23:26.816Z Compiling usdt-macro v0.3.5
16932024-02-02T00:23:26.824Z Compiling usdt-attr-macro v0.3.5
16942024-02-02T00:23:27.414Z Compiling hmac v0.12.1
16952024-02-02T00:23:27.778Z Compiling itertools v0.10.5
16962024-02-02T00:23:28.933Z Compiling enum-as-inner v0.5.1
16972024-02-02T00:23:29.268Z Compiling hubpack_derive v0.1.1
16982024-02-02T00:23:29.316Z Compiling diesel_table_macro_syntax v0.1.0
16992024-02-02T00:23:29.787Z Compiling lalrpop-util v0.19.12
17002024-02-02T00:23:29.952Z Compiling flagset v0.4.3
17012024-02-02T00:23:30.253Z Compiling unicode-segmentation v1.10.1
17022024-02-02T00:23:30.601Z Checking unicode-ident v1.0.12
17032024-02-02T00:23:30.697Z Compiling der v0.7.8
17042024-02-02T00:23:30.839Z Compiling diesel_derives v2.1.2
17052024-02-02T00:23:31.699Z Compiling cpufeatures v0.2.12
17062024-02-02T00:23:31.841Z Compiling sha2 v0.10.8
17072024-02-02T00:23:31.964Z Compiling rustix v0.37.23
17082024-02-02T00:23:31.986Z Compiling md-5 v0.10.5
17092024-02-02T00:23:32.397Z Compiling serde_repr v0.1.16
17102024-02-02T00:23:33.656Z Compiling stringprep v0.1.3
17112024-02-02T00:23:33.964Z Compiling hash32 v0.2.1
17122024-02-02T00:23:34.321Z Compiling spki v0.7.2
17132024-02-02T00:23:34.350Z Checking bitflags v1.3.2
17142024-02-02T00:23:34.483Z Compiling fallible-iterator v0.2.0
17152024-02-02T00:23:34.785Z Compiling stable_deref_trait v1.2.0
17162024-02-02T00:23:34.873Z Compiling pkcs8 v0.10.2
17172024-02-02T00:23:35.299Z Compiling terminal_size v0.2.6
17182024-02-02T00:23:35.646Z Compiling postgres-protocol v0.6.6
17192024-02-02T00:23:35.826Z Checking proc-macro2 v1.0.78
17202024-02-02T00:23:36.054Z Compiling phf_shared v0.11.2
17212024-02-02T00:23:36.643Z Compiling ff v0.13.0
17222024-02-02T00:23:36.892Z Compiling block-padding v0.3.3
17232024-02-02T00:23:36.913Z Compiling scheduled-thread-pool v0.2.7
17242024-02-02T00:23:37.322Z Compiling regex-automata v0.1.10
17252024-02-02T00:23:37.646Z Compiling base16ct v0.2.0
17262024-02-02T00:23:37.853Z Compiling matches v0.1.10
17272024-02-02T00:23:37.907Z Compiling deranged v0.3.8
17282024-02-02T00:23:37.978Z Compiling managed v0.8.0
17292024-02-02T00:23:38.055Z Compiling num_threads v0.1.6
17302024-02-02T00:23:38.226Z Compiling clap_builder v4.4.2
17312024-02-02T00:23:38.317Z Compiling idna v0.2.3
17322024-02-02T00:23:38.333Z Compiling bstr v0.2.17
17332024-02-02T00:23:40.794Z Compiling sec1 v0.7.3
17342024-02-02T00:23:40.973Z Compiling time v0.3.27
17352024-02-02T00:23:41.011Z Compiling r2d2 v0.8.10
17362024-02-02T00:23:41.620Z Compiling inout v0.1.3
17372024-02-02T00:23:42.125Z Compiling signal-hook-mio v0.2.3
17382024-02-02T00:23:42.131Z Compiling group v0.13.0
17392024-02-02T00:23:42.131Z Checking quote v1.0.35
17402024-02-02T00:23:42.353Z Compiling postgres-types v0.2.6
17412024-02-02T00:23:42.447Z Compiling phf v0.11.2
17422024-02-02T00:23:42.585Z Compiling bzip2 v0.4.4
17432024-02-02T00:23:43.214Z Compiling hubpack v0.1.2
17442024-02-02T00:23:43.529Z Compiling hkdf v0.12.4
17452024-02-02T00:23:43.943Z Compiling zerocopy v0.6.4
17462024-02-02T00:23:44.846Z Compiling ipnetwork v0.20.0
17472024-02-02T00:23:45.574Z Compiling crypto-bigint v0.5.2
17482024-02-02T00:23:46.285Z Compiling futures-executor v0.3.30
17492024-02-02T00:23:47.863Z Compiling float-cmp v0.9.0
17502024-02-02T00:23:48.188Z Compiling data-encoding v2.4.0
17512024-02-02T00:23:49.244Z Compiling whoami v1.4.1
17522024-02-02T00:23:50.133Z Compiling difflib v0.4.0
17532024-02-02T00:23:50.231Z Compiling normalize-line-endings v0.3.0
17542024-02-02T00:23:50.402Z Compiling predicates-core v1.0.6
17552024-02-02T00:23:50.420Z Compiling static_assertions v1.1.0
17562024-02-02T00:23:50.791Z Compiling regex-automata v0.3.8
17572024-02-02T00:23:51.333Z Compiling predicates v3.1.0
17582024-02-02T00:23:52.206Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
17592024-02-02T00:23:52.885Z Compiling tokio-postgres v0.7.10
17602024-02-02T00:23:54.007Z Compiling bstr v1.6.0
17612024-02-02T00:23:54.143Z Compiling trust-dns-proto v0.22.0
17622024-02-02T00:23:54.936Z Compiling elliptic-curve v0.13.8
17632024-02-02T00:23:56.195Z Compiling yasna v0.5.2
17642024-02-02T00:23:56.253Z Compiling futures v0.3.30
17652024-02-02T00:23:56.421Z Compiling clap v4.4.3
17662024-02-02T00:23:56.575Z Compiling zip v0.6.6
17672024-02-02T00:23:56.596Z Compiling cipher v0.4.4
17682024-02-02T00:23:57.421Z Compiling crossterm v0.27.0
17692024-02-02T00:23:58.675Z Compiling diesel v2.1.4
17702024-02-02T00:23:58.890Z Compiling similar v2.3.0
17712024-02-02T00:24:01.296Z Compiling usdt v0.3.5
17722024-02-02T00:24:01.493Z Compiling camino v1.1.6
17732024-02-02T00:24:01.700Z Compiling tokio-stream v0.1.14
17742024-02-02T00:24:02.338Z Compiling console v0.15.8
17752024-02-02T00:24:06.404Z Checking utf8parse v0.2.1
17762024-02-02T00:24:09.309Z Checking anstyle v1.0.2
17772024-02-02T00:24:11.254Z Compiling serde_tokenstream v0.2.0
17782024-02-02T00:24:12.443Z Checking io-lifetimes v1.0.11
17792024-02-02T00:24:17.251Z Checking anstyle-parse v0.2.1
17802024-02-02T00:24:17.988Z Checking colorchoice v1.0.0
17812024-02-02T00:24:18.841Z Checking anstyle-query v1.0.0
17822024-02-02T00:24:19.011Z Checking anstream v0.5.0
17832024-02-02T00:24:19.516Z Checking strsim v0.10.0
17842024-02-02T00:24:19.534Z Checking clap_lex v0.5.1
17852024-02-02T00:24:20.348Z Checking winnow v0.5.15
17862024-02-02T00:24:28.742Z Compiling regress v0.7.1
17872024-02-02T00:24:34.899Z Compiling typify-impl v0.0.15 (https://github.com/oxidecomputer/typify#1f97f167)
17882024-02-02T00:24:45.146Z Compiling getopts v0.2.21
17892024-02-02T00:24:45.403Z Compiling unsafe-libyaml v0.2.10
17902024-02-02T00:24:45.787Z Checking heck v0.4.1
17912024-02-02T00:24:47.335Z Checking progenitor-client v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220)
17922024-02-02T00:24:47.808Z Compiling serde_yaml v0.9.25
17932024-02-02T00:24:48.683Z Compiling ident_case v1.0.1
17942024-02-02T00:24:48.722Z Checking rustls-pki-types v1.1.0
17952024-02-02T00:24:48.806Z Checking match_cfg v0.1.0
17962024-02-02T00:24:48.928Z Checking fastrand v2.0.0
17972024-02-02T00:24:48.931Z Checking hostname v0.3.1
17982024-02-02T00:24:49.117Z Checking http v1.0.0
17992024-02-02T00:24:49.292Z Checking atty v0.2.14
18002024-02-02T00:24:49.421Z Checking tempfile v3.9.0
18012024-02-02T00:24:49.447Z Compiling paste v1.0.14
18022024-02-02T00:24:49.958Z Checking quick-error v1.2.3
18032024-02-02T00:24:50.309Z Checking crossbeam-channel v0.5.8
18042024-02-02T00:24:50.330Z Checking sha1 v0.10.6
18052024-02-02T00:24:50.713Z Checking dirs-sys-next v0.1.2
18062024-02-02T00:24:50.949Z Compiling rustls v0.22.2
18072024-02-02T00:24:51.251Z Checking dirs-next v2.0.0
18082024-02-02T00:24:51.383Z Checking rustls-webpki v0.102.1
18092024-02-02T00:24:51.429Z Checking thread_local v1.1.7
18102024-02-02T00:24:51.874Z Checking instant v0.1.12
18112024-02-02T00:24:52.017Z Compiling slog-async v2.8.0
18122024-02-02T00:24:52.880Z Checking term v0.7.0
18132024-02-02T00:24:53.256Z Checking rustls-pemfile v2.0.0
18142024-02-02T00:24:53.533Z Compiling multer v3.0.0
18152024-02-02T00:24:53.593Z Checking debug-ignore v1.0.5
18162024-02-02T00:24:53.781Z Checking take_mut v0.2.2
18172024-02-02T00:24:54.045Z Checking slog-term v2.9.0
18182024-02-02T00:24:54.409Z Compiling darling_core v0.20.3
18192024-02-02T00:24:54.721Z Checking slog-json v2.6.1
18202024-02-02T00:24:54.827Z Compiling async-stream-impl v0.3.5
18212024-02-02T00:24:54.908Z Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#711a7490)
18222024-02-02T00:24:55.083Z Checking atomic-waker v1.1.1
18232024-02-02T00:24:55.263Z Checking waitgroup v0.1.2
18242024-02-02T00:24:55.431Z Checking slog-bunyan v2.5.0
18252024-02-02T00:24:55.662Z Checking toml v0.8.8
18262024-02-02T00:24:56.050Z Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#711a7490)
18272024-02-02T00:24:56.930Z Checking serde_path_to_error v0.1.15
18282024-02-02T00:24:58.172Z Checking async-stream v0.3.5
18292024-02-02T00:24:58.175Z Checking strum v0.25.0
18302024-02-02T00:24:58.175Z Compiling structmeta-derive v0.2.0
18312024-02-02T00:24:58.175Z Checking wait-timeout v0.2.0
18322024-02-02T00:24:58.240Z Checking rusty-fork v0.3.0
18332024-02-02T00:24:58.706Z Checking rand_xorshift v0.3.0
18342024-02-02T00:24:58.741Z Checking tokio-rustls v0.25.0
18352024-02-02T00:24:58.941Z Compiling regex-syntax v0.7.5
18362024-02-02T00:24:59.330Z Checking unarray v0.1.4
18372024-02-02T00:24:59.558Z Checking proptest v1.4.0
18382024-02-02T00:25:02.882Z Compiling structmeta v0.2.0
18392024-02-02T00:25:03.589Z Checking backoff v0.4.0
18402024-02-02T00:25:04.059Z Compiling test-strategy v0.3.1
18412024-02-02T00:25:04.786Z Compiling darling_macro v0.20.3
18422024-02-02T00:25:05.760Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
18432024-02-02T00:25:06.315Z Checking serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
18442024-02-02T00:25:06.405Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
18452024-02-02T00:25:06.457Z Compiling darling v0.20.3
18462024-02-02T00:25:06.527Z Checking macaddr v1.0.1
18472024-02-02T00:25:06.613Z Compiling serde_with_macros v3.5.1
18482024-02-02T00:25:06.791Z Compiling typify-macro v0.0.15 (https://github.com/oxidecomputer/typify#1f97f167)
18492024-02-02T00:25:07.056Z Checking camino-tempfile v1.1.1
18502024-02-02T00:25:07.060Z Checking is-terminal v0.4.9
18512024-02-02T00:25:07.280Z Compiling proc-macro-error-attr v1.0.4
18522024-02-02T00:25:07.597Z Compiling proc-macro-error v1.0.4
18532024-02-02T00:25:07.698Z Compiling proc-macro-crate v1.3.1
18542024-02-02T00:25:08.260Z Checking termtree v0.4.1
18552024-02-02T00:25:08.566Z Compiling heapless v0.8.0
18562024-02-02T00:25:09.521Z Compiling num_enum_derive v0.5.11
18572024-02-02T00:25:09.896Z Checking predicates-tree v1.0.9
18582024-02-02T00:25:10.118Z Checking hash32 v0.3.1
18592024-02-02T00:25:10.342Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
18602024-02-02T00:25:10.381Z Compiling smoltcp v0.11.0
18612024-02-02T00:25:10.837Z Compiling parse-display-derive v0.8.2
18622024-02-02T00:25:10.999Z Checking cobs v0.2.3
18632024-02-02T00:25:11.256Z Compiling crucible-workspace-hack v0.1.0
18642024-02-02T00:25:11.515Z Checking embedded-io v0.4.0
18652024-02-02T00:25:11.683Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
18662024-02-02T00:25:11.826Z Checking postcard v1.0.8
18672024-02-02T00:25:11.994Z Checking serde_with v3.5.1
18682024-02-02T00:25:12.270Z Compiling foreign-types-macros v0.2.3
18692024-02-02T00:25:13.222Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60)
18702024-02-02T00:25:13.542Z Checking foreign-types-shared v0.3.1
18712024-02-02T00:25:13.700Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60)
18722024-02-02T00:25:13.910Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
18732024-02-02T00:25:14.280Z Checking num_enum v0.5.11
18742024-02-02T00:25:14.413Z Checking foreign-types v0.5.0
18752024-02-02T00:25:15.015Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
18762024-02-02T00:25:15.045Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60)
18772024-02-02T00:25:15.047Z Checking cstr-argument v0.1.2
18782024-02-02T00:25:15.087Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d)
18792024-02-02T00:25:15.516Z Checking pretty-hex v0.2.1
18802024-02-02T00:25:15.600Z Compiling typify v0.0.15 (https://github.com/oxidecomputer/typify#1f97f167)
18812024-02-02T00:25:15.794Z Compiling progenitor-impl v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220)
18822024-02-02T00:25:16.150Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
18832024-02-02T00:25:16.407Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
18842024-02-02T00:25:16.530Z Checking colored v2.0.4
18852024-02-02T00:25:16.683Z Compiling usdt-attr-macro v0.5.0
18862024-02-02T00:25:16.968Z Compiling usdt-macro v0.5.0
18872024-02-02T00:25:17.615Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60)
18882024-02-02T00:25:18.011Z Checking memmap v0.7.0
18892024-02-02T00:25:18.301Z Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
18902024-02-02T00:25:18.438Z Checking parse-display v0.8.2
18912024-02-02T00:25:18.667Z Compiling zone_cfg_derive v0.3.0
18922024-02-02T00:25:19.009Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=ff6c4df2e816eee6e7b2b0488777d30ef35ee217#ff6c4df2)
18932024-02-02T00:25:19.419Z Compiling mockall_derive v0.12.0
18942024-02-02T00:25:19.508Z Compiling num-derive v0.4.0
18952024-02-02T00:25:19.537Z Checking usdt v0.5.0
18962024-02-02T00:25:19.726Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60)
18972024-02-02T00:25:19.944Z Checking fragile v2.0.0
18982024-02-02T00:25:20.289Z Checking downcast v0.11.0
18992024-02-02T00:25:20.627Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=ff6c4df2e816eee6e7b2b0488777d30ef35ee217#ff6c4df2)
19002024-02-02T00:25:20.948Z Checking smf v0.2.2
19012024-02-02T00:25:21.106Z Checking zone v0.3.0
19022024-02-02T00:25:21.564Z Checking filetime v0.2.23
19032024-02-02T00:25:21.667Z Checking xattr v1.0.1
19042024-02-02T00:25:21.865Z Checking same-file v1.0.6
19052024-02-02T00:25:21.937Z Checking tar v0.4.40
19062024-02-02T00:25:22.116Z Checking walkdir v2.4.0
19072024-02-02T00:25:22.125Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60)
19082024-02-02T00:25:22.455Z Checking pem v3.0.2
19092024-02-02T00:25:22.586Z Checking linked-hash-map v0.5.6
19102024-02-02T00:25:22.615Z Checking itertools v0.12.1
19112024-02-02T00:25:22.827Z Checking headers-core v0.2.0
19122024-02-02T00:25:23.018Z Checking headers v0.3.9
19132024-02-02T00:25:23.089Z Checking lru-cache v0.1.2
19142024-02-02T00:25:23.203Z Checking swrite v0.1.0
19152024-02-02T00:25:23.349Z Checking password-hash v0.5.0
19162024-02-02T00:25:23.366Z Checking blake2 v0.10.6
19172024-02-02T00:25:23.529Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2d4bc11232d53f177c286383926fa5f8c1b2a938#2d4bc112)
19182024-02-02T00:25:24.041Z Checking rcgen v0.12.1
19192024-02-02T00:25:24.052Z Checking argon2 v0.5.3
19202024-02-02T00:25:24.237Z Checking atomicwrites v0.4.3
19212024-02-02T00:25:24.508Z Checking subprocess v0.2.9
19222024-02-02T00:25:24.786Z Checking arc-swap v1.6.0
19232024-02-02T00:25:25.009Z Compiling cancel-safe-futures v0.1.5
19242024-02-02T00:25:25.110Z Checking half v2.3.1
19252024-02-02T00:25:25.376Z Checking ciborium-io v0.2.2
19262024-02-02T00:25:25.474Z Checking slog-scope v4.4.0
19272024-02-02T00:25:25.543Z Checking resolv-conf v0.7.0
19282024-02-02T00:25:25.749Z Checking slog-stdlog v4.1.1
19292024-02-02T00:25:25.865Z Checking ciborium-ll v0.2.2
19302024-02-02T00:25:25.988Z Checking slog-envlogger v2.2.0
19312024-02-02T00:25:26.070Z Checking trust-dns-resolver v0.22.0
19322024-02-02T00:25:35.667Z Checking libsw v3.3.1
19332024-02-02T00:25:35.867Z Compiling derive-where v1.2.7
19342024-02-02T00:25:35.867Z Checking ciborium v0.2.2
19352024-02-02T00:25:35.867Z Checking owo-colors v4.0.0
19362024-02-02T00:25:35.868Z Checking linear-map v1.2.0
19372024-02-02T00:25:35.868Z Checking textwrap v0.11.0
19382024-02-02T00:25:35.868Z Compiling heck v0.3.3
19392024-02-02T00:25:35.868Z Checking ansi_term v0.12.1
19402024-02-02T00:25:35.868Z Checking strsim v0.8.0
19412024-02-02T00:25:35.868Z Checking vec_map v0.8.2
19422024-02-02T00:25:35.868Z Compiling libefi-sys v0.1.0
19432024-02-02T00:25:35.868Z Compiling structopt-derive v0.4.18
19442024-02-02T00:25:35.868Z Checking clap v2.34.0
19452024-02-02T00:25:35.868Z Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802)
19462024-02-02T00:25:35.868Z Compiling progenitor-macro v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220)
19472024-02-02T00:25:35.868Z Compiling slog-dtrace v0.3.0
19482024-02-02T00:25:36.015Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
19492024-02-02T00:25:36.015Z Checking termcolor v1.2.0
19502024-02-02T00:25:36.015Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
19512024-02-02T00:25:36.016Z Checking nibble_vec v0.1.0
19522024-02-02T00:25:36.016Z Checking gethostname v0.4.3
19532024-02-02T00:25:36.016Z Compiling radium v0.7.0
19542024-02-02T00:25:36.016Z Checking endian-type v0.1.2
19552024-02-02T00:25:36.016Z Checking radix_trie v0.2.1
19562024-02-02T00:25:36.016Z Compiling maybe-uninit v2.0.0
19572024-02-02T00:25:36.016Z Checking tap v1.0.1
19582024-02-02T00:25:36.016Z Checking wyz v0.5.1
19592024-02-02T00:25:36.016Z Checking fxhash v0.2.1
19602024-02-02T00:25:36.016Z Checking crc-catalog v2.2.0
19612024-02-02T00:25:36.016Z Compiling num-bigint-dig v0.8.4
19622024-02-02T00:25:36.016Z Checking funty v2.0.0
19632024-02-02T00:25:36.016Z Compiling packed_struct v0.10.1
19642024-02-02T00:25:36.016Z Checking mockall v0.12.0
19652024-02-02T00:25:36.016Z Checking crc v3.0.1
19662024-02-02T00:25:36.016Z Checking structopt v0.3.26
19672024-02-02T00:25:36.441Z Compiling packed_struct_codegen v0.10.1
19682024-02-02T00:25:36.441Z Compiling indexmap v1.9.3
19692024-02-02T00:25:36.441Z Checking nodrop v0.1.14
19702024-02-02T00:25:36.442Z Compiling semver v0.1.20
19712024-02-02T00:25:36.442Z Checking array-init v0.0.4
19722024-02-02T00:25:36.442Z Checking smallvec v0.6.14
19732024-02-02T00:25:36.442Z Compiling rustc_version v0.1.7
19742024-02-02T00:25:36.442Z Checking pkcs1 v0.7.5
19752024-02-02T00:25:36.443Z Checking bitvec v1.0.1
19762024-02-02T00:25:36.443Z Checking signature v2.1.0
19772024-02-02T00:25:36.443Z Checking bitfield v0.14.0
19782024-02-02T00:25:36.461Z Checking hashbrown v0.12.3
19792024-02-02T00:25:36.461Z Checking serde-hex v0.1.0
19802024-02-02T00:25:37.616Z Compiling newtype_derive v0.1.6
19812024-02-02T00:25:37.757Z Checking rsa v0.9.2
19822024-02-02T00:25:37.977Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
19832024-02-02T00:25:38.051Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
19842024-02-02T00:25:38.421Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
19852024-02-02T00:25:38.552Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
19862024-02-02T00:25:38.936Z Checking env_logger v0.10.0
19872024-02-02T00:25:38.954Z Checking x509-cert v0.2.4
19882024-02-02T00:25:38.982Z Checking ron v0.8.1
19892024-02-02T00:25:39.226Z Compiling semver-parser v0.10.2
19902024-02-02T00:25:39.575Z Checking crc-any v2.4.3
19912024-02-02T00:25:41.116Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
19922024-02-02T00:25:41.502Z Compiling semver v0.11.0
19932024-02-02T00:25:41.693Z Checking object v0.30.4
19942024-02-02T00:25:42.491Z Compiling num-rational v0.4.1
19952024-02-02T00:25:43.102Z Checking path-slash v0.1.5
19962024-02-02T00:25:43.293Z Compiling home v0.5.5
19972024-02-02T00:25:43.566Z Compiling toolchain_find v0.2.0
19982024-02-02T00:25:43.822Z Compiling toml v0.5.11
19992024-02-02T00:25:44.386Z Compiling convert_case v0.4.0
20002024-02-02T00:25:44.497Z Compiling topological-sort v0.2.2
20012024-02-02T00:25:44.811Z Compiling omicron-zone-package v0.10.1
20022024-02-02T00:25:45.949Z Compiling derive_more v0.99.17
20032024-02-02T00:25:46.382Z Checking steno v0.4.0
20042024-02-02T00:25:46.591Z Checking lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
20052024-02-02T00:25:46.824Z Compiling rustfmt-wrapper v0.2.0
20062024-02-02T00:25:50.113Z Checking num-complex v0.4.4
20072024-02-02T00:25:50.244Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
20082024-02-02T00:25:51.610Z Checking num v0.4.1
20092024-02-02T00:25:51.770Z Checking newline-converter v0.3.0
20102024-02-02T00:25:51.797Z Checking utf-8 v0.7.6
20112024-02-02T00:25:51.971Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
20122024-02-02T00:25:51.989Z Checking expectorate v1.1.0
20132024-02-02T00:25:52.152Z Checking tungstenite v0.20.1
20142024-02-02T00:25:52.218Z Compiling buf-list v1.0.3
20152024-02-02T00:25:52.235Z Checking display-error-chain v0.2.0
20162024-02-02T00:25:52.441Z Compiling parking_lot_core v0.8.6
20172024-02-02T00:25:52.546Z Checking keccak v0.1.4
20182024-02-02T00:25:52.837Z Checking trust-dns-client v0.22.0
20192024-02-02T00:25:52.963Z Checking sha3 v0.10.8
20202024-02-02T00:25:53.532Z Checking tokio-tungstenite v0.20.1
20212024-02-02T00:25:53.686Z Checking parking_lot v0.11.2
20222024-02-02T00:25:53.726Z Checking secrecy v0.8.0
20232024-02-02T00:25:54.038Z Compiling pin-project-internal v1.1.3
20242024-02-02T00:25:54.209Z Compiling doc-comment v0.3.3
20252024-02-02T00:25:54.226Z Checking sled v0.34.7
20262024-02-02T00:25:54.917Z Checking glob v0.3.1
20272024-02-02T00:25:55.372Z Compiling vte_generate_state_changes v0.1.1
20282024-02-02T00:25:55.423Z Compiling unicase v2.7.0
20292024-02-02T00:25:55.876Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
20302024-02-02T00:25:55.953Z Checking trust-dns-server v0.22.1
20312024-02-02T00:25:56.322Z Compiling platforms v3.0.2
20322024-02-02T00:25:56.400Z Checking vte v0.11.1
20332024-02-02T00:25:57.146Z Checking crossbeam-deque v0.8.3
20342024-02-02T00:25:57.674Z Checking fd-lock v3.0.13
20352024-02-02T00:25:57.939Z Compiling snafu-derive v0.7.5
20362024-02-02T00:25:58.918Z Compiling fs-err v2.11.0
20372024-02-02T00:25:58.963Z Checking strip-ansi-escapes v0.2.0
20382024-02-02T00:25:59.185Z Checking nu-ansi-term v0.49.0
20392024-02-02T00:25:59.373Z Compiling rayon-core v1.12.0
20402024-02-02T00:25:59.488Z Checking pin-project v1.1.3
20412024-02-02T00:25:59.847Z Checking globset v0.4.13
20422024-02-02T00:25:59.871Z Checking reedline v0.28.0
20432024-02-02T00:26:00.465Z Checking olpc-cjson v0.1.3
20442024-02-02T00:26:00.555Z Checking serde_plain v1.0.2
20452024-02-02T00:26:00.632Z Compiling async-recursion v1.0.5
20462024-02-02T00:26:00.709Z Checking typed-path v0.7.0
20472024-02-02T00:26:00.788Z Compiling curve25519-dalek v4.1.1
20482024-02-02T00:26:01.246Z Checking progenitor v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220)
20492024-02-02T00:26:01.553Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
20502024-02-02T00:26:01.720Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
20512024-02-02T00:26:01.779Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
20522024-02-02T00:26:02.479Z Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
20532024-02-02T00:26:03.364Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
20542024-02-02T00:26:03.684Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
20552024-02-02T00:26:05.708Z Compiling progenitor-impl v0.5.0 (https://github.com/oxidecomputer/progenitor#86b60220)
20562024-02-02T00:26:06.742Z Checking lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
20572024-02-02T00:26:06.847Z Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4)
20582024-02-02T00:26:07.463Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
20592024-02-02T00:26:08.114Z Checking snafu v0.7.5
20602024-02-02T00:26:08.161Z Checking hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84)
20612024-02-02T00:26:08.677Z Compiling memoffset v0.7.1
20622024-02-02T00:26:08.829Z Checking tough v0.16.0
20632024-02-02T00:26:09.017Z Checking parse-size v1.0.0
20642024-02-02T00:26:09.269Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
20652024-02-02T00:26:09.333Z Compiling mime_guess v2.0.4
20662024-02-02T00:26:09.467Z Checking rayon v1.8.0
20672024-02-02T00:26:16.594Z Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client)
20682024-02-02T00:26:16.784Z Checking progenitor-client v0.5.0 (https://github.com/oxidecomputer/progenitor#86b60220)
20692024-02-02T00:26:16.784Z Checking universal-hash v0.5.1
20702024-02-02T00:26:16.784Z Compiling thiserror-impl-no-std v2.0.2
20712024-02-02T00:26:16.785Z Compiling curve25519-dalek-derive v0.1.0
20722024-02-02T00:26:16.785Z Checking opaque-debug v0.3.0
20732024-02-02T00:26:16.785Z Checking poly1305 v0.8.0
20742024-02-02T00:26:18.007Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
20752024-02-02T00:26:18.471Z Checking chacha20 v0.9.1
20762024-02-02T00:26:19.016Z Checking aead v0.5.2
20772024-02-02T00:26:19.322Z Checking kstat-rs v0.2.3
20782024-02-02T00:26:19.483Z Compiling progenitor-macro v0.5.0 (https://github.com/oxidecomputer/progenitor#86b60220)
20792024-02-02T00:26:19.841Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
20802024-02-02T00:26:20.284Z Checking signature v1.6.4
20812024-02-02T00:26:20.469Z Compiling salty v0.2.0
20822024-02-02T00:26:21.261Z Checking ed25519 v1.5.3
20832024-02-02T00:26:21.488Z Checking thiserror-no-std v2.0.2
20842024-02-02T00:26:21.575Z Checking chacha20poly1305 v0.10.1
20852024-02-02T00:26:21.698Z Checking vsss-rs v3.3.4
20862024-02-02T00:26:21.843Z Checking nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d)
20872024-02-02T00:26:22.878Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
20882024-02-02T00:26:23.585Z Checking serde-big-array v0.5.1
20892024-02-02T00:26:23.605Z Compiling hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a)
20902024-02-02T00:26:24.212Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
20912024-02-02T00:26:25.032Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
20922024-02-02T00:26:27.658Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
20932024-02-02T00:26:28.005Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
20942024-02-02T00:26:28.183Z Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
20952024-02-02T00:26:33.309Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
20962024-02-02T00:26:33.401Z Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
20972024-02-02T00:26:33.401Z Checking humantime v2.1.0
20982024-02-02T00:26:33.401Z Checking bytecount v0.6.3
20992024-02-02T00:26:33.438Z Checking papergrid v0.11.0
21002024-02-02T00:26:35.450Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
21012024-02-02T00:26:35.813Z Checking hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a)
21022024-02-02T00:26:37.315Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2d4bc11232d53f177c286383926fa5f8c1b2a938#2d4bc112)
21032024-02-02T00:26:37.396Z Compiling tabled_derive v0.7.0
21042024-02-02T00:26:37.603Z Checking signal-hook-tokio v0.3.1
21052024-02-02T00:26:37.855Z Checking fd-lock v4.0.2
21062024-02-02T00:26:37.926Z Checking nix v0.27.1
21072024-02-02T00:26:38.134Z Checking serde-big-array v0.4.1
21082024-02-02T00:26:38.368Z Compiling sqlparser_derive v0.2.2
21092024-02-02T00:26:38.875Z Checking unicode_categories v0.1.1
21102024-02-02T00:26:39.554Z Checking sqlformat v0.2.3
21112024-02-02T00:26:40.188Z Checking sqlparser v0.43.1
21122024-02-02T00:26:41.483Z Checking tabled v0.15.0
21132024-02-02T00:26:42.247Z Checking sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef)
21142024-02-02T00:26:42.253Z Checking rustyline v13.0.0
21152024-02-02T00:26:43.518Z Checking bcs v0.1.6
21162024-02-02T00:26:44.292Z Checking corncobs v0.1.3
21172024-02-02T00:26:44.566Z Checking highway v1.1.0
21182024-02-02T00:26:44.762Z Compiling prettyplease v0.2.16
21192024-02-02T00:26:45.223Z Checking sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef)
21202024-02-02T00:26:45.242Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=ff6c4df2e816eee6e7b2b0488777d30ef35ee217#ff6c4df2)
21212024-02-02T00:26:45.490Z Checking http-range v0.1.5
21222024-02-02T00:26:45.739Z Checking hyper-staticfile v0.9.5
21232024-02-02T00:26:46.355Z Compiling crunchy v0.2.2
21242024-02-02T00:26:46.484Z Compiling portable-atomic v1.4.3
21252024-02-02T00:26:46.894Z Compiling clang-sys v1.6.1
21262024-02-02T00:26:47.111Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
21272024-02-02T00:26:47.997Z Checking assert_matches v1.5.0
21282024-02-02T00:26:48.045Z Compiling tiny-keccak v2.0.2
21292024-02-02T00:26:48.910Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
21302024-02-02T00:26:50.122Z Compiling darling_core v0.14.4
21312024-02-02T00:26:50.850Z Checking number_prefix v0.4.0
21322024-02-02T00:26:50.857Z Checking indicatif v0.17.7
21332024-02-02T00:26:51.003Z Compiling ascii-canvas v3.0.0
21342024-02-02T00:26:51.457Z Checking progenitor v0.5.0 (https://github.com/oxidecomputer/progenitor#86b60220)
21352024-02-02T00:26:51.765Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=ff6c4df2e816eee6e7b2b0488777d30ef35ee217#ff6c4df2)
21362024-02-02T00:26:51.890Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=ff6c4df2e816eee6e7b2b0488777d30ef35ee217#ff6c4df2)
21372024-02-02T00:26:51.988Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
21382024-02-02T00:26:52.983Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
21392024-02-02T00:26:54.003Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
21402024-02-02T00:26:54.476Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
21412024-02-02T00:26:55.711Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
21422024-02-02T00:26:55.841Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
21432024-02-02T00:26:57.769Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
21442024-02-02T00:26:59.065Z Compiling ena v0.14.2
21452024-02-02T00:26:59.706Z Compiling libloading v0.7.4
21462024-02-02T00:27:00.010Z Compiling darling_macro v0.14.4
21472024-02-02T00:27:00.325Z Compiling bindgen v0.69.2
21482024-02-02T00:27:01.406Z Compiling regex-syntax v0.6.29
21492024-02-02T00:27:01.711Z Compiling diff v0.1.13
21502024-02-02T00:27:04.242Z Compiling darling v0.14.4
21512024-02-02T00:27:04.258Z Compiling cexpr v0.6.0
21522024-02-02T00:27:04.258Z Compiling which v4.4.0
21532024-02-02T00:27:05.165Z Compiling shlex v1.3.0
21542024-02-02T00:27:05.866Z Compiling lazycell v1.3.0
21552024-02-02T00:27:06.116Z Checking maplit v1.0.2
21562024-02-02T00:27:06.670Z Compiling peeking_take_while v0.1.2
21572024-02-02T00:27:06.677Z Compiling rustc-hash v1.1.0
21582024-02-02T00:27:06.677Z Compiling ref-cast v1.0.20
21592024-02-02T00:27:06.677Z Compiling derive_builder_core v0.12.0
21602024-02-02T00:27:06.917Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
21612024-02-02T00:27:07.027Z Compiling lalrpop v0.19.12
21622024-02-02T00:27:07.349Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
21632024-02-02T00:27:07.765Z Compiling ref-cast-impl v1.0.20
21642024-02-02T00:27:08.898Z Compiling libxml v0.3.3
21652024-02-02T00:27:09.075Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
21662024-02-02T00:27:09.979Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
21672024-02-02T00:27:10.686Z Compiling derive_builder_macro v0.12.0
21682024-02-02T00:27:11.702Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
21692024-02-02T00:27:12.017Z Compiling strum_macros v0.24.3
21702024-02-02T00:27:12.189Z Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#62ef5ca0)
21712024-02-02T00:27:12.583Z Compiling cookie v0.18.0
21722024-02-02T00:27:13.021Z Compiling indoc v1.0.9
21732024-02-02T00:27:13.349Z Checking derive_builder v0.12.0
21742024-02-02T00:27:14.656Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
21752024-02-02T00:27:17.207Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
21762024-02-02T00:27:17.728Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
21772024-02-02T00:27:17.729Z Checking bb8 v0.8.1
21782024-02-02T00:27:17.729Z Checking quick-xml v0.30.0
21792024-02-02T00:27:17.729Z Compiling oso-derive v0.27.0
21802024-02-02T00:27:18.632Z Compiling impl-trait-for-tuples v0.2.2
21812024-02-02T00:27:18.802Z Checking unicode-linebreak v0.1.5
21822024-02-02T00:27:19.288Z Checking smawk v0.3.1
21832024-02-02T00:27:19.468Z Checking async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef)
21842024-02-02T00:27:19.591Z Checking textwrap v0.16.0
21852024-02-02T00:27:20.435Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
21862024-02-02T00:27:20.766Z Checking is_ci v1.1.1
21872024-02-02T00:27:20.936Z Checking supports-color v2.1.0
21882024-02-02T00:27:21.052Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
21892024-02-02T00:27:21.222Z Checking lru v0.12.1
21902024-02-02T00:27:21.631Z Compiling stability v0.1.1
21912024-02-02T00:27:23.078Z Checking cassowary v0.3.0
21922024-02-02T00:27:23.249Z Compiling indoc v2.0.3
21932024-02-02T00:27:23.725Z Checking rtoolbox v0.0.1
21942024-02-02T00:27:24.010Z Checking rpassword v7.3.1
21952024-02-02T00:27:24.223Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
21962024-02-02T00:27:24.337Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
21972024-02-02T00:27:25.001Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
21982024-02-02T00:27:25.482Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
21992024-02-02T00:27:26.136Z Checking ratatui v0.25.0
22002024-02-02T00:27:26.570Z Checking nexus-deployment v0.1.0 (/work/oxidecomputer/omicron/nexus/deployment)
22012024-02-02T00:27:27.726Z Checking shell-words v1.1.0
22022024-02-02T00:27:27.990Z Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
22032024-02-02T00:27:29.760Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2d4bc11232d53f177c286383926fa5f8c1b2a938#2d4bc112)
22042024-02-02T00:27:30.357Z Checking tui-tree-widget v0.16.0
22052024-02-02T00:27:30.809Z Checking fatfs v0.3.6
22062024-02-02T00:27:32.509Z Checking yansi v0.5.1
22072024-02-02T00:27:32.543Z Compiling target-lexicon v0.12.12
22082024-02-02T00:27:32.928Z Checking pretty_assertions v1.4.0
22092024-02-02T00:27:33.438Z Compiling guppy-workspace-hack v0.1.0
22102024-02-02T00:27:33.734Z Checking plotters-backend v0.3.5
22112024-02-02T00:27:34.245Z Checking plotters-svg v0.3.5
22122024-02-02T00:27:34.564Z Checking http-body v1.0.0
22132024-02-02T00:27:34.865Z Checking rand v0.4.6
22142024-02-02T00:27:34.995Z Checking remove_dir_all v0.5.3
22152024-02-02T00:27:35.136Z Compiling target-spec v3.0.1
22162024-02-02T00:27:35.965Z Checking cast v0.3.0
22172024-02-02T00:27:36.413Z Checking tower-layer v0.3.2
22182024-02-02T00:27:36.458Z Checking criterion-plot v0.5.0
22192024-02-02T00:27:36.824Z Checking tower v0.4.13
22202024-02-02T00:27:37.268Z Checking tempdir v0.3.7
22212024-02-02T00:27:37.548Z Checking cfg-expr v0.15.5
22222024-02-02T00:27:38.053Z Checking hyper v1.1.0
22232024-02-02T00:27:38.451Z Checking plotters v0.3.5
22242024-02-02T00:27:38.839Z Checking installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd)
22252024-02-02T00:27:40.085Z Checking tinytemplate v1.2.1
22262024-02-02T00:27:40.255Z Checking cargo-platform v0.1.3
22272024-02-02T00:27:40.446Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
22282024-02-02T00:27:40.663Z Checking oorandom v11.1.3
22292024-02-02T00:27:40.691Z Checking anes v0.1.6
22302024-02-02T00:27:40.875Z Checking cargo_metadata v0.18.1
22312024-02-02T00:27:41.220Z Checking hyper-util v0.1.2
22322024-02-02T00:27:41.283Z Checking criterion v0.5.1
22332024-02-02T00:27:43.689Z Checking installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client)
22342024-02-02T00:27:44.198Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
22352024-02-02T00:27:46.209Z Checking assert_cmd v2.0.13
22362024-02-02T00:27:46.912Z Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
22372024-02-02T00:27:49.386Z Checking rustls-native-certs v0.7.0
22382024-02-02T00:27:49.593Z Checking pathdiff v0.2.1
22392024-02-02T00:27:50.097Z Checking nested v0.1.1
22402024-02-02T00:27:50.389Z Checking guppy v0.17.4
22412024-02-02T00:27:50.755Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
22422024-02-02T00:27:50.798Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
22432024-02-02T00:27:52.228Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
22442024-02-02T00:27:53.792Z Checking hyper-rustls v0.26.0
22452024-02-02T00:27:54.222Z Checking threadpool v1.8.1
22462024-02-02T00:27:54.336Z Checking nanorand v0.7.0
22472024-02-02T00:27:54.856Z Checking libtest-mimic v0.6.1
22482024-02-02T00:27:54.856Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
22492024-02-02T00:27:54.918Z Checking flume v0.11.0
22502024-02-02T00:27:55.153Z Checking httptest v0.15.5
22512024-02-02T00:27:55.681Z Checking similar-asserts v1.5.0
22522024-02-02T00:27:56.021Z Compiling rstest_macros v0.18.2
22532024-02-02T00:27:56.318Z Compiling crossbeam-queue v0.3.8
22542024-02-02T00:27:56.985Z Checking datatest-stable v0.2.3
22552024-02-02T00:27:57.166Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
22562024-02-02T00:27:57.327Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
22572024-02-02T00:27:58.533Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
22582024-02-02T00:27:58.999Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
22592024-02-02T00:27:59.382Z Checking arrayref v0.3.7
22602024-02-02T00:27:59.473Z Compiling relative-path v1.9.0
22612024-02-02T00:27:59.586Z Compiling trybuild v1.0.89
22622024-02-02T00:27:59.935Z Checking arrayvec v0.7.4
22632024-02-02T00:28:00.178Z Checking constant_time_eq v0.2.6
22642024-02-02T00:28:00.508Z Checking blake2b_simd v1.0.1
22652024-02-02T00:28:00.799Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
22662024-02-02T00:28:01.804Z Checking basic-toml v0.1.8
22672024-02-02T00:28:03.233Z Checking futures-timer v3.0.2
22682024-02-02T00:28:07.182Z Checking constant_time_eq v0.3.0
22692024-02-02T00:28:07.281Z Checking rust-argon2 v1.0.1
22702024-02-02T00:28:07.407Z Checking crossbeam v0.8.2
22712024-02-02T00:28:08.704Z Checking partial-io v0.5.4
22722024-02-02T00:28:09.276Z Checking approx v0.5.1
22732024-02-02T00:28:09.598Z Checking termios v0.3.3
22742024-02-02T00:28:09.914Z Checking hex-literal v0.4.1
22752024-02-02T00:28:16.719Z Checking rstest v0.18.2
22762024-02-02T00:28:18.706Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
22772024-02-02T00:28:22.664Z Checking omicron-deploy v0.1.0 (/work/oxidecomputer/omicron/dev-tools/thing-flinger)
22782024-02-02T00:29:35.526Z Checking zone-network-setup v0.1.0 (/work/oxidecomputer/omicron/zone-network-setup)
22792024-02-02T00:29:39.825Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli)
22802024-02-02T00:29:40.790Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
22812024-02-02T00:29:49.414Z Compiling samael v0.0.14
22822024-02-02T00:29:53.373Z Checking caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util)
22832024-02-02T00:30:20.945Z Compiling polar-core v0.27.0
22842024-02-02T00:30:31.958Z Checking oso v0.27.0
22852024-02-02T00:31:13.011Z Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
22862024-02-02T00:32:47.386Z Finished dev [unoptimized + debuginfo] target(s) in 11m 00s
22872024-02-02T00:32:47.617Z
22882024-02-02T00:32:47.618Zreal 12:02.559157136
22892024-02-02T00:32:47.618Zuser 1:05:33.439135258
22902024-02-02T00:32:47.618Zsys 8:26.823259236
22912024-02-02T00:32:47.618Ztrap 2.291509279
22922024-02-02T00:32:47.622Ztflt 3.412348912
22932024-02-02T00:32:47.622Zdflt 6.099123908
22942024-02-02T00:32:47.623Zkflt 0.026016782
22952024-02-02T00:32:47.623Zlock 1:44:22.858171540
22962024-02-02T00:32:47.623Zslp 3:14:49.854078068
22972024-02-02T00:32:47.623Zlat 2:12.849960083
22982024-02-02T00:32:47.623Zstop 4:57.080024598
22992024-02-02T00:32:48.878Zwarning: output filename collision.
23002024-02-02T00:32:48.878ZThe 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)`.
23012024-02-02T00:32:48.878ZColliding filename is: /work/oxidecomputer/omicron/target/doc/hubpack/index.html
23022024-02-02T00:32:48.879ZThe targets should have unique names.
23032024-02-02T00:32:48.879ZThis is a known bug where multiple crates with the same name use
23042024-02-02T00:32:48.879Zthe same path; see <https://github.com/rust-lang/cargo/issues/6313>.
23052024-02-02T00:32:48.886Zwarning: output filename collision.
23062024-02-02T00:32:48.886ZThe 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)`.
23072024-02-02T00:32:48.886ZColliding filename is: /work/oxidecomputer/omicron/target/doc/nix/index.html
23082024-02-02T00:32:48.886ZThe targets should have unique names.
23092024-02-02T00:32:48.887ZThis is a known bug where multiple crates with the same name use
23102024-02-02T00:32:48.887Zthe same path; see <https://github.com/rust-lang/cargo/issues/6313>.
23112024-02-02T00:32:48.888Zwarning: output filename collision.
23122024-02-02T00:32:48.888ZThe 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)`.
23132024-02-02T00:32:48.888ZColliding filename is: /work/oxidecomputer/omicron/target/doc/oximeter/index.html
23142024-02-02T00:32:48.888ZThe targets should have unique names.
23152024-02-02T00:32:48.889ZThis is a known bug where multiple crates with the same name use
23162024-02-02T00:32:48.890Zthe same path; see <https://github.com/rust-lang/cargo/issues/6313>.
23172024-02-02T00:32:48.890Zwarning: output filename collision.
23182024-02-02T00:32:48.890ZThe lib target `progenitor` in package `progenitor v0.5.0 (https://github.com/oxidecomputer/progenitor#86b60220)` has the same output filename as the lib target `progenitor` in package `progenitor v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220)`.
23192024-02-02T00:32:48.890ZColliding filename is: /work/oxidecomputer/omicron/target/doc/progenitor/index.html
23202024-02-02T00:32:48.891ZThe targets should have unique names.
23212024-02-02T00:32:48.891ZThis is a known bug where multiple crates with the same name use
23222024-02-02T00:32:48.891Zthe same path; see <https://github.com/rust-lang/cargo/issues/6313>.
23232024-02-02T00:32:48.891Zwarning: output filename collision.
23242024-02-02T00:32:48.892ZThe lib target `progenitor-client` in package `progenitor-client v0.5.0 (https://github.com/oxidecomputer/progenitor#86b60220)` 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#86b60220)`.
23252024-02-02T00:32:48.892ZColliding filename is: /work/oxidecomputer/omicron/target/doc/progenitor_client/index.html
23262024-02-02T00:32:48.892ZThe targets should have unique names.
23272024-02-02T00:32:48.893ZThis is a known bug where multiple crates with the same name use
23282024-02-02T00:32:48.893Zthe same path; see <https://github.com/rust-lang/cargo/issues/6313>.
23292024-02-02T00:32:48.893Zwarning: output filename collision.
23302024-02-02T00:32:48.894ZThe lib target `progenitor-impl` in package `progenitor-impl v0.5.0 (https://github.com/oxidecomputer/progenitor#86b60220)` 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#86b60220)`.
23312024-02-02T00:32:48.894ZColliding filename is: /work/oxidecomputer/omicron/target/doc/progenitor_impl/index.html
23322024-02-02T00:32:48.894ZThe targets should have unique names.
23332024-02-02T00:32:48.894ZThis is a known bug where multiple crates with the same name use
23342024-02-02T00:32:48.894Zthe same path; see <https://github.com/rust-lang/cargo/issues/6313>.
23352024-02-02T00:32:48.895Zwarning: output filename collision.
23362024-02-02T00:32:48.895ZThe 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)`.
23372024-02-02T00:32:48.895ZColliding filename is: /work/oxidecomputer/omicron/target/doc/tlvc/index.html
23382024-02-02T00:32:48.895ZThe targets should have unique names.
23392024-02-02T00:32:48.895ZThis is a known bug where multiple crates with the same name use
23402024-02-02T00:32:48.896Zthe same path; see <https://github.com/rust-lang/cargo/issues/6313>.
23412024-02-02T00:32:49.538Z Documenting libc v0.2.153
23422024-02-02T00:32:49.553Z Documenting cfg-if v1.0.0
23432024-02-02T00:32:49.570Z Documenting serde_derive v1.0.195
23442024-02-02T00:32:49.603Z Documenting log v0.4.20
23452024-02-02T00:32:49.618Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
23462024-02-02T00:32:49.643Z Documenting memchr v2.6.3
23472024-02-02T00:32:49.651Z Documenting scopeguard v1.2.0
23482024-02-02T00:32:49.669Z Documenting byteorder v1.5.0
23492024-02-02T00:32:50.068Z Documenting smallvec v1.11.2
23502024-02-02T00:32:53.461Z Documenting itoa v1.0.9
23512024-02-02T00:32:53.537Z Documenting lock_api v0.4.10
23522024-02-02T00:32:54.629Z Documenting zeroize_derive v1.4.2
23532024-02-02T00:32:55.406Z Documenting once_cell v1.19.0
23542024-02-02T00:32:55.549Z Documenting pin-project-lite v0.2.13
23552024-02-02T00:32:55.972Z Documenting getrandom v0.2.10
23562024-02-02T00:32:56.423Z Documenting parking_lot_core v0.9.8
23572024-02-02T00:32:57.510Z Documenting libm v0.2.7
23582024-02-02T00:32:58.021Z Documenting signal-hook-registry v1.4.1
23592024-02-02T00:32:59.739Z Documenting mio v0.8.9
23602024-02-02T00:33:00.226Z Documenting serde v1.0.195
23612024-02-02T00:33:01.322Z Documenting futures-core v0.3.30
23622024-02-02T00:33:01.540Z Documenting rand_core v0.6.4
23632024-02-02T00:33:02.028Z Documenting zeroize v1.7.0
23642024-02-02T00:33:02.145Z Documenting parking_lot v0.12.1
23652024-02-02T00:33:02.415Z Documenting num-traits v0.2.16
23662024-02-02T00:33:03.646Z Documenting thiserror-impl v1.0.56
23672024-02-02T00:33:06.025Z Documenting socket2 v0.5.5
23682024-02-02T00:33:06.992Z Documenting num_cpus v1.16.0
23692024-02-02T00:33:07.202Z Documenting tokio-macros v2.2.0
23702024-02-02T00:33:07.891Z Documenting typenum v1.16.0
23712024-02-02T00:33:07.911Z Documenting subtle v2.5.0
23722024-02-02T00:33:09.790Z Documenting ryu v1.0.15
23732024-02-02T00:33:11.425Z Documenting thiserror v1.0.56
23742024-02-02T00:33:12.486Z Documenting zerocopy v0.7.32
23752024-02-02T00:33:12.587Z Documenting futures-sink v0.3.30
23762024-02-02T00:33:13.354Z Documenting pin-utils v0.1.0
23772024-02-02T00:33:13.551Z Documenting slab v0.4.9
23782024-02-02T00:33:14.521Z Documenting futures-macro v0.3.30
23792024-02-02T00:33:17.452Z Documenting const-oid v0.9.5
23802024-02-02T00:33:18.625Z Documenting futures-channel v0.3.30
23812024-02-02T00:33:19.620Z Documenting futures-task v0.3.30
23822024-02-02T00:33:21.106Z Documenting futures-io v0.3.30
23832024-02-02T00:33:22.177Z Documenting iana-time-zone v0.1.57
23842024-02-02T00:33:24.196Z Documenting ahash v0.8.6
23852024-02-02T00:33:25.176Z Documenting allocator-api2 v0.2.16
23862024-02-02T00:33:32.283Z Documenting tinyvec_macros v0.1.1
23872024-02-02T00:33:32.588Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23882024-02-02T00:33:32.588Z Documenting futures-util v0.3.30
23892024-02-02T00:33:32.588Z Documenting tracing-core v0.1.31
23902024-02-02T00:33:32.588Z Documenting tracing-attributes v0.1.26
23912024-02-02T00:33:32.588Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23922024-02-02T00:33:32.588Z Documenting tinyvec v1.6.0
23932024-02-02T00:33:32.588Z Documenting hashbrown v0.14.2
23942024-02-02T00:33:36.593Z Documenting unicode-normalization v0.1.22
23952024-02-02T00:33:37.524Z Documenting bytes v1.5.0
23962024-02-02T00:33:38.399Z Documenting bitflags v2.4.0
23972024-02-02T00:33:40.720Z Documenting serde_json v1.0.113
23982024-02-02T00:33:42.747Z Documenting chrono v0.4.31
23992024-02-02T00:33:44.527Z Documenting uuid v1.7.0
24002024-02-02T00:33:44.615Z Documenting tokio v1.35.1
24012024-02-02T00:33:45.025Z Documenting ppv-lite86 v0.2.17
24022024-02-02T00:33:45.456Z Documenting unicode-bidi v0.3.13
24032024-02-02T00:33:49.768Z Documenting equivalent v1.0.1
24042024-02-02T00:33:49.911Z Documenting rand_chacha v0.3.1
24052024-02-02T00:33:51.294Z Documenting percent-encoding v2.3.1
24062024-02-02T00:33:51.584Z Documenting base64 v0.21.7
24072024-02-02T00:33:52.735Z Documenting lazy_static v1.4.0
24082024-02-02T00:33:53.463Z Documenting generic-array v0.14.7
24092024-02-02T00:33:54.097Z Documenting indexmap v2.2.2
24102024-02-02T00:33:56.029Z Documenting rand v0.8.5
24112024-02-02T00:33:56.426Z Documenting serde_derive_internals v0.26.0
24122024-02-02T00:33:57.296Z Documenting form_urlencoded v1.2.1
24132024-02-02T00:33:58.094Z Checking serde_derive_internals v0.26.0
24142024-02-02T00:33:59.063Z Documenting fnv v1.0.7
24152024-02-02T00:34:00.182Z Documenting tracing v0.1.37
24162024-02-02T00:34:00.384Z Documenting crypto-common v0.1.6
24172024-02-02T00:34:01.156Z Documenting block-buffer v0.10.4
24182024-02-02T00:34:02.969Z Documenting dyn-clone v1.0.13
24192024-02-02T00:34:02.993Z Documenting cpufeatures v0.2.12
24202024-02-02T00:34:03.292Z Documenting idna v0.5.0
24212024-02-02T00:34:05.095Z Documenting httparse v1.8.0
24222024-02-02T00:34:05.112Z Documenting schemars_derive v0.8.16
24232024-02-02T00:34:08.140Z Documenting errno v0.3.8
24242024-02-02T00:34:08.283Z Documenting unicode-ident v1.0.12
24252024-02-02T00:34:08.283Z Documenting digest v0.10.7
24262024-02-02T00:34:08.283Z Documenting unicode-width v0.1.11
24272024-02-02T00:34:09.853Z Documenting url v2.5.0
24282024-02-02T00:34:11.011Z Documenting proc-macro2 v1.0.78
24292024-02-02T00:34:11.198Z Documenting adler v1.0.2
24302024-02-02T00:34:11.240Z Documenting httpdate v1.0.3
24312024-02-02T00:34:12.195Z Documenting rustix v0.38.30
24322024-02-02T00:34:13.890Z Documenting schemars v0.8.16
24332024-02-02T00:34:15.252Z Documenting try-lock v0.2.4
24342024-02-02T00:34:15.599Z Documenting miniz_oxide v0.7.1
24352024-02-02T00:34:16.595Z Documenting http-body v0.4.5
24362024-02-02T00:34:17.335Z Documenting openssl-sys v0.9.96
24372024-02-02T00:34:17.899Z Documenting openssl-macros v0.1.1
24382024-02-02T00:34:19.923Z Documenting want v0.3.1
24392024-02-02T00:34:20.836Z Documenting base64ct v1.6.0
24402024-02-02T00:34:22.563Z Documenting tower-service v0.3.2
24412024-02-02T00:34:24.281Z Documenting mime v0.3.17
24422024-02-02T00:34:24.346Z Documenting quote v1.0.35
24432024-02-02T00:34:25.406Z Documenting aho-corasick v1.0.4
24442024-02-02T00:34:26.309Z Documenting regex-syntax v0.8.2
24452024-02-02T00:34:27.591Z Documenting openssl-probe v0.1.5
24462024-02-02T00:34:28.003Z Documenting openssl v0.10.60
24472024-02-02T00:34:28.828Z Documenting ipnet v2.9.0
24482024-02-02T00:34:30.480Z Documenting slog v2.7.0
24492024-02-02T00:34:30.794Z Documenting syn v2.0.48
24502024-02-02T00:34:31.361Z Documenting tokio-util v0.7.10
24512024-02-02T00:34:33.135Z Documenting async-trait v0.1.77
24522024-02-02T00:34:33.760Z Documenting pem-rfc7468 v0.7.0
24532024-02-02T00:34:35.107Z Documenting encoding_rs v0.8.33
24542024-02-02T00:34:36.929Z Documenting regex-automata v0.4.4
24552024-02-02T00:34:36.945Z Documenting der_derive v0.7.2
24562024-02-02T00:34:49.380Z Documenting utf8parse v0.2.1
24572024-02-02T00:34:49.848Z Documenting flagset v0.4.3
24582024-02-02T00:34:49.848Z Documenting h2 v0.3.24
24592024-02-02T00:34:49.848Z Documenting native-tls v0.2.11
24602024-02-02T00:34:49.848Z Documenting serde_urlencoded v0.7.1
24612024-02-02T00:34:49.848Z Documenting num-integer v0.1.45
24622024-02-02T00:34:49.848Z Documenting time-macros v0.2.13
24632024-02-02T00:34:49.848Z Documenting der v0.7.8
24642024-02-02T00:34:49.849Z Documenting gimli v0.28.0
24652024-02-02T00:34:49.978Z Documenting tokio-native-tls v0.3.1
24662024-02-02T00:34:50.046Z Documenting regex v1.10.3
24672024-02-02T00:34:50.148Z Documenting num_threads v0.1.6
24682024-02-02T00:34:51.931Z Documenting time-core v0.1.1
24692024-02-02T00:34:53.202Z Documenting deranged v0.3.8
24702024-02-02T00:34:56.094Z Documenting spki v0.7.2
24712024-02-02T00:34:56.179Z Documenting object v0.32.1
24722024-02-02T00:34:57.389Z Documenting crossbeam-utils v0.8.16
24732024-02-02T00:34:57.525Z Documenting hyper v0.14.27
24742024-02-02T00:34:58.342Z Documenting webpki-roots v0.25.2
24752024-02-02T00:34:58.672Z Documenting addr2line v0.21.0
24762024-02-02T00:35:00.593Z Documenting time v0.3.27
24772024-02-02T00:35:03.011Z Documenting rustc-demangle v0.1.23
24782024-02-02T00:35:03.161Z Documenting spin v0.9.8
24792024-02-02T00:35:04.886Z Documenting pkcs8 v0.10.2
24802024-02-02T00:35:04.900Z Documenting openapiv3 v2.0.0
24812024-02-02T00:35:04.900Z Checking pest_meta v2.7.6
24822024-02-02T00:35:06.224Z Documenting data-encoding v2.4.0
24832024-02-02T00:35:07.259Z Documenting anstyle v1.0.2
24842024-02-02T00:35:07.688Z Documenting anstyle-parse v0.2.1
24852024-02-02T00:35:09.500Z Documenting ipnetwork v0.20.0
24862024-02-02T00:35:11.079Z Documenting sha2 v0.10.8
24872024-02-02T00:35:12.494Z Documenting futures-executor v0.3.30
24882024-02-02T00:35:12.629Z Documenting hex v0.4.3
24892024-02-02T00:35:13.558Z Documenting crc32fast v1.3.2
24902024-02-02T00:35:15.004Z Documenting backtrace v0.3.69
24912024-02-02T00:35:16.304Z Documenting pest_meta v2.7.6
24922024-02-02T00:35:17.112Z Documenting hyper-tls v0.5.0
24932024-02-02T00:35:18.475Z Documenting hyper-rustls v0.24.2
24942024-02-02T00:35:18.530Z Documenting scroll_derive v0.12.0
24952024-02-02T00:35:18.687Z Documenting colorchoice v1.0.0
24962024-02-02T00:35:19.318Z Documenting anstyle-query v1.0.0
24972024-02-02T00:35:19.635Z Documenting either v1.9.0
24982024-02-02T00:35:22.118Z Documenting untrusted v0.9.0
24992024-02-02T00:35:23.643Z Documenting pest_generator v2.7.6
25002024-02-02T00:35:23.680Z Documenting anyhow v1.0.75
25012024-02-02T00:35:25.246Z Documenting anstream v0.5.0
25022024-02-02T00:35:25.496Z Checking pest_generator v2.7.6
25032024-02-02T00:35:25.562Z Documenting scroll v0.12.0
25042024-02-02T00:35:26.239Z Documenting ring v0.17.7
25052024-02-02T00:35:26.743Z Documenting num-iter v0.1.43
25062024-02-02T00:35:27.843Z Documenting hmac v0.12.1
25072024-02-02T00:35:29.277Z Documenting reqwest v0.11.22
25082024-02-02T00:35:29.613Z Documenting signal-hook v0.3.17
25092024-02-02T00:35:30.668Z Documenting terminal_size v0.2.6
25102024-02-02T00:35:31.528Z Documenting memoffset v0.9.0
25112024-02-02T00:35:31.795Z Documenting ucd-trie v0.1.6
25122024-02-02T00:35:32.886Z Documenting plain v0.2.3
25132024-02-02T00:35:34.033Z Documenting strsim v0.10.0
25142024-02-02T00:35:35.137Z Documenting clap_lex v0.5.1
25152024-02-02T00:35:35.607Z Documenting crossbeam-epoch v0.9.15
25162024-02-02T00:35:35.611Z Documenting pest_derive v2.7.6
25172024-02-02T00:35:36.800Z Documenting flate2 v1.0.28
25182024-02-02T00:35:36.967Z Documenting goblin v0.8.0
25192024-02-02T00:35:37.761Z Documenting pest v2.7.6
25202024-02-02T00:35:39.921Z Documenting futures v0.3.30
25212024-02-02T00:35:41.232Z Documenting clap_builder v4.4.2
25222024-02-02T00:35:42.097Z Documenting clap_derive v4.4.2
25232024-02-02T00:35:42.135Z Documenting unicode-segmentation v1.10.1
25242024-02-02T00:35:43.999Z Documenting managed v0.8.0
25252024-02-02T00:35:45.376Z Documenting pretty-hex v0.4.1
25262024-02-02T00:35:45.390Z Documenting dtrace-parser v0.2.0
25272024-02-02T00:35:47.090Z Documenting signal-hook-mio v0.2.3
25282024-02-02T00:35:49.067Z Documenting block-padding v0.3.3
25292024-02-02T00:35:49.228Z Documenting scheduled-thread-pool v0.2.7
25302024-02-02T00:35:49.971Z Documenting dof v0.3.0
25312024-02-02T00:35:50.983Z Documenting thread-id v4.2.0
25322024-02-02T00:35:51.185Z Documenting clap v4.4.3
25332024-02-02T00:35:51.701Z Documenting bzip2-sys v0.1.11+1.0.8
25342024-02-02T00:35:51.842Z Documenting enum-as-inner v0.5.1
25352024-02-02T00:35:53.226Z Checking diesel_table_macro_syntax v0.1.0
25362024-02-02T00:35:53.472Z Documenting diesel_table_macro_syntax v0.1.0
25372024-02-02T00:35:55.169Z Documenting r2d2 v0.8.10
25382024-02-02T00:35:55.366Z Documenting inout v0.1.3
25392024-02-02T00:35:56.651Z Documenting crossterm v0.27.0
25402024-02-02T00:35:57.640Z Documenting usdt-impl v0.5.0
25412024-02-02T00:35:58.033Z Documenting bzip2 v0.4.4
25422024-02-02T00:35:58.401Z Documenting md-5 v0.10.5
25432024-02-02T00:35:58.982Z Documenting trust-dns-proto v0.22.0
25442024-02-02T00:36:00.705Z Documenting diesel_derives v2.1.2
25452024-02-02T00:36:01.396Z Documenting stringprep v0.1.3
25462024-02-02T00:36:02.059Z Documenting toml_datetime v0.6.5
25472024-02-02T00:36:04.548Z Documenting serde_spanned v0.6.4
25482024-02-02T00:36:04.750Z Documenting ff v0.13.0
25492024-02-02T00:36:05.706Z Documenting regress v0.7.1
25502024-02-02T00:36:07.146Z Documenting pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
25512024-02-02T00:36:07.578Z Documenting winnow v0.5.15
25522024-02-02T00:36:08.652Z Documenting static_assertions v1.1.0
25532024-02-02T00:36:10.366Z Documenting bit-vec v0.6.3
25542024-02-02T00:36:10.977Z Documenting base16ct v0.2.0
25552024-02-02T00:36:12.364Z Documenting siphasher v0.3.11
25562024-02-02T00:36:19.270Z Documenting fallible-iterator v0.2.0
25572024-02-02T00:36:19.602Z Documenting diesel v2.1.4
25582024-02-02T00:36:19.602Z Documenting group v0.13.0
25592024-02-02T00:36:19.713Z Documenting zip v0.6.6
25602024-02-02T00:36:19.713Z Documenting sec1 v0.7.3
25612024-02-02T00:36:19.713Z Documenting toml_edit v0.21.0
25622024-02-02T00:36:19.713Z Documenting cipher v0.4.4
25632024-02-02T00:36:19.713Z Documenting phf_shared v0.11.2
25642024-02-02T00:36:19.713Z Documenting hkdf v0.12.4
25652024-02-02T00:36:20.451Z Documenting postgres-protocol v0.6.6
25662024-02-02T00:36:21.847Z Documenting num-bigint v0.4.4
25672024-02-02T00:36:22.905Z Documenting crypto-bigint v0.5.2
25682024-02-02T00:36:24.552Z Documenting hubpack v0.1.2
25692024-02-02T00:36:24.877Z Documenting camino v1.1.6
25702024-02-02T00:36:26.524Z Documenting bstr v1.6.0
25712024-02-02T00:36:26.821Z Documenting serde_repr v0.1.16
25722024-02-02T00:36:30.209Z Documenting lalrpop-util v0.19.12
25732024-02-02T00:36:31.273Z Documenting new_debug_unreachable v1.0.4
25742024-02-02T00:36:32.269Z Documenting minimal-lexical v0.2.1
25752024-02-02T00:36:32.330Z Documenting precomputed-hash v0.1.1
25762024-02-02T00:36:34.438Z Documenting fixedbitset v0.4.2
25772024-02-02T00:36:34.675Z Documenting heck v0.4.1
25782024-02-02T00:36:34.776Z Documenting elliptic-curve v0.13.8
25792024-02-02T00:36:35.621Z Documenting gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
25802024-02-02T00:36:36.470Z Documenting yasna v0.5.2
25812024-02-02T00:36:38.627Z Documenting string_cache v0.8.7
25822024-02-02T00:36:38.785Z Documenting nom v7.1.3
25832024-02-02T00:36:39.154Z Documenting petgraph v0.6.4
25842024-02-02T00:36:41.027Z Documenting typify-impl v0.0.15 (https://github.com/oxidecomputer/typify#1f97f167)
25852024-02-02T00:36:44.954Z Documenting postgres-types v0.2.6
25862024-02-02T00:36:45.115Z Documenting phf v0.11.2
25872024-02-02T00:36:45.693Z Documenting typify-macro v0.0.15 (https://github.com/oxidecomputer/typify#1f97f167)
25882024-02-02T00:36:46.247Z Documenting console v0.15.8
25892024-02-02T00:36:46.300Z Documenting semver v1.0.21
25902024-02-02T00:36:50.451Z Documenting float-cmp v0.9.0
25912024-02-02T00:36:51.437Z Documenting whoami v1.4.1
25922024-02-02T00:36:51.778Z Documenting difflib v0.4.0
25932024-02-02T00:36:52.863Z Documenting predicates-core v1.0.6
25942024-02-02T00:36:53.132Z Documenting normalize-line-endings v0.3.0
25952024-02-02T00:36:53.409Z Documenting bit-set v0.5.3
25962024-02-02T00:36:56.833Z Documenting similar v2.3.0
25972024-02-02T00:36:56.869Z Documenting typify v0.0.15 (https://github.com/oxidecomputer/typify#1f97f167)
25982024-02-02T00:36:57.122Z Documenting getopts v0.2.21
25992024-02-02T00:36:57.638Z Documenting tokio-postgres v0.7.10
26002024-02-02T00:36:58.047Z Documenting tokio-stream v0.1.14
26012024-02-02T00:36:58.930Z Checking ident_case v1.0.1
26022024-02-02T00:36:59.101Z Documenting progenitor-client v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220)
26032024-02-02T00:36:59.258Z Documenting predicates v3.1.0
26042024-02-02T00:36:59.546Z Documenting match_cfg v0.1.0
26052024-02-02T00:37:02.090Z Documenting sha1 v0.10.6
26062024-02-02T00:37:03.248Z Documenting dirs-sys-next v0.1.2
26072024-02-02T00:37:03.541Z Documenting hostname v0.3.1
26082024-02-02T00:37:05.474Z Documenting rustls-pki-types v1.1.0
26092024-02-02T00:37:06.197Z Documenting progenitor-impl v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220)
26102024-02-02T00:37:06.680Z Documenting paste v1.0.14
26112024-02-02T00:37:09.241Z Documenting thread_local v1.1.7
26122024-02-02T00:37:09.327Z Documenting crossbeam-channel v0.5.8
26132024-02-02T00:37:09.674Z Documenting atty v0.2.14
26142024-02-02T00:37:09.686Z Documenting dirs-next v2.0.0
26152024-02-02T00:37:11.807Z Documenting rustls-webpki v0.102.1
26162024-02-02T00:37:12.119Z Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
26172024-02-02T00:37:12.796Z Documenting take_mut v0.2.2
26182024-02-02T00:37:14.127Z Documenting slog-json v2.6.1
26192024-02-02T00:37:15.373Z Documenting http v1.0.0
26202024-02-02T00:37:15.415Z Documenting term v0.7.0
26212024-02-02T00:37:16.108Z Documenting async-stream-impl v0.3.5
26222024-02-02T00:37:18.108Z Documenting debug-ignore v1.0.5
26232024-02-02T00:37:18.728Z Documenting progenitor v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220)
26242024-02-02T00:37:19.003Z Documenting slog-async v2.8.0
26252024-02-02T00:37:19.026Z Documenting rustls v0.22.2
26262024-02-02T00:37:21.464Z Documenting atomic-waker v1.1.1
26272024-02-02T00:37:21.970Z Documenting slog-term v2.9.0
26282024-02-02T00:37:22.161Z Documenting slog-bunyan v2.5.0
26292024-02-02T00:37:23.360Z Documenting async-stream v0.3.5
26302024-02-02T00:37:23.775Z Documenting multer v3.0.0
26312024-02-02T00:37:25.458Z Documenting rustls-pemfile v2.0.0
26322024-02-02T00:37:25.654Z Documenting waitgroup v0.1.2
26332024-02-02T00:37:28.439Z Checking darling_core v0.20.3
26342024-02-02T00:37:28.949Z Documenting toml v0.8.8
26352024-02-02T00:37:29.408Z Documenting dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#711a7490)
26362024-02-02T00:37:30.835Z Documenting serde_path_to_error v0.1.15
26372024-02-02T00:37:31.437Z Documenting strum v0.25.0
26382024-02-02T00:37:31.610Z Checking darling v0.20.3
26392024-02-02T00:37:32.038Z Documenting serde_with_macros v3.5.1
26402024-02-02T00:37:32.038Z Documenting structmeta-derive v0.2.0
26412024-02-02T00:37:33.265Z Documenting tokio-rustls v0.25.0
26422024-02-02T00:37:35.070Z Checking structmeta v0.2.0
26432024-02-02T00:37:35.398Z Documenting instant v0.1.12
26442024-02-02T00:37:37.417Z Checking regex-syntax v0.7.5
26452024-02-02T00:37:37.857Z Documenting serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
26462024-02-02T00:37:37.961Z Documenting macaddr v1.0.1
26472024-02-02T00:37:38.183Z Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
26482024-02-02T00:37:39.230Z Documenting serde_with v3.5.1
26492024-02-02T00:37:40.094Z Documenting structmeta v0.2.0
26502024-02-02T00:37:41.067Z Documenting dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#711a7490)
26512024-02-02T00:37:41.427Z Documenting backoff v0.4.0
26522024-02-02T00:37:42.722Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
26532024-02-02T00:37:43.054Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
26542024-02-02T00:37:44.344Z Documenting fastrand v2.0.0
26552024-02-02T00:37:44.666Z Documenting proc-macro-error-attr v1.0.4
26562024-02-02T00:37:45.032Z Documenting is-terminal v0.4.9
26572024-02-02T00:37:47.298Z Documenting parse-display-derive v0.8.2
26582024-02-02T00:37:47.522Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
26592024-02-02T00:37:49.742Z Checking proc-macro-error v1.0.4
26602024-02-02T00:37:50.174Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
26612024-02-02T00:37:50.596Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
26622024-02-02T00:37:50.629Z Documenting tempfile v3.9.0
26632024-02-02T00:37:50.871Z Documenting proc-macro-error v1.0.4
26642024-02-02T00:37:51.015Z Documenting proc-macro-crate v1.3.1
26652024-02-02T00:37:51.449Z Checking proc-macro-crate v1.3.1
26662024-02-02T00:37:51.806Z Documenting hash32 v0.3.1
26672024-02-02T00:37:52.036Z Documenting stable_deref_trait v1.2.0
26682024-02-02T00:37:54.152Z Documenting embedded-io v0.4.0
26692024-02-02T00:37:55.997Z Documenting parse-display v0.8.2
26702024-02-02T00:37:56.170Z Documenting cobs v0.2.3
26712024-02-02T00:37:57.761Z Documenting camino-tempfile v1.1.1
26722024-02-02T00:37:57.957Z Documenting heapless v0.8.0
26732024-02-02T00:37:58.157Z Documenting foreign-types-macros v0.2.3
26742024-02-02T00:37:58.671Z Documenting foreign-types-shared v0.3.1
26752024-02-02T00:37:58.952Z Documenting num_enum_derive v0.5.11
26762024-02-02T00:38:00.311Z Documenting postcard v1.0.8
26772024-02-02T00:38:02.002Z Documenting illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60)
26782024-02-02T00:38:02.823Z Documenting libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
26792024-02-02T00:38:04.402Z Documenting crucible-workspace-hack v0.1.0
26802024-02-02T00:38:04.622Z Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
26812024-02-02T00:38:05.233Z Documenting smoltcp v0.11.0
26822024-02-02T00:38:05.616Z Documenting foreign-types v0.5.0
26832024-02-02T00:38:06.461Z Documenting nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
26842024-02-02T00:38:07.317Z Documenting cstr-argument v0.1.2
26852024-02-02T00:38:07.988Z Documenting num_enum v0.5.11
26862024-02-02T00:38:08.831Z Documenting rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
26872024-02-02T00:38:10.508Z Documenting kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60)
26882024-02-02T00:38:11.683Z Documenting colored v2.0.4
26892024-02-02T00:38:12.710Z Documenting poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
26902024-02-02T00:38:13.352Z Documenting nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
26912024-02-02T00:38:14.106Z Documenting dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
26922024-02-02T00:38:14.668Z Documenting opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60)
26932024-02-02T00:38:15.818Z Documenting rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
26942024-02-02T00:38:17.286Z Documenting zone_cfg_derive v0.3.0
26952024-02-02T00:38:17.565Z Documenting bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=ff6c4df2e816eee6e7b2b0488777d30ef35ee217#ff6c4df2)
26962024-02-02T00:38:18.371Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
26972024-02-02T00:38:18.941Z Documenting num-derive v0.4.0
26982024-02-02T00:38:20.990Z Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
26992024-02-02T00:38:22.143Z Documenting libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d)
27002024-02-02T00:38:23.865Z Documenting zone v0.3.0
27012024-02-02T00:38:24.356Z Documenting opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60)
27022024-02-02T00:38:24.599Z Documenting bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=ff6c4df2e816eee6e7b2b0488777d30ef35ee217#ff6c4df2)
27032024-02-02T00:38:26.390Z Documenting crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2d4bc11232d53f177c286383926fa5f8c1b2a938#2d4bc112)
27042024-02-02T00:38:29.247Z Documenting smf v0.2.2
27052024-02-02T00:38:30.120Z Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
27062024-02-02T00:38:30.980Z Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
27072024-02-02T00:38:32.441Z Documenting linked-hash-map v0.5.6
27082024-02-02T00:38:32.577Z Documenting password-hash v0.5.0
27092024-02-02T00:38:34.190Z Documenting oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60)
27102024-02-02T00:38:34.268Z Documenting blake2 v0.10.6
27112024-02-02T00:38:35.833Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
27122024-02-02T00:38:37.650Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
27132024-02-02T00:38:38.597Z Documenting itertools v0.12.1
27142024-02-02T00:38:38.977Z Documenting lru-cache v0.1.2
27152024-02-02T00:38:40.821Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
27162024-02-02T00:38:41.842Z Documenting argon2 v0.5.3
27172024-02-02T00:38:42.620Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
27182024-02-02T00:38:43.117Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
27192024-02-02T00:38:43.815Z Documenting opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60)
27202024-02-02T00:38:45.047Z Documenting memmap v0.7.0
27212024-02-02T00:38:45.451Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
27222024-02-02T00:38:47.712Z Documenting quick-error v1.2.3
27232024-02-02T00:38:49.773Z Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
27242024-02-02T00:38:50.363Z Documenting swrite v0.1.0
27252024-02-02T00:38:50.875Z Documenting tap v1.0.1
27262024-02-02T00:38:52.042Z Documenting usdt v0.5.0
27272024-02-02T00:38:52.452Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
27282024-02-02T00:38:53.836Z Documenting resolv-conf v0.7.0
27292024-02-02T00:38:54.272Z Documenting radium v0.7.0
27302024-02-02T00:38:55.224Z Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
27312024-02-02T00:38:55.289Z Documenting wyz v0.5.1
27322024-02-02T00:38:56.440Z Documenting newtype_derive v0.1.6
27332024-02-02T00:38:56.455Z Documenting nibble_vec v0.1.0
27342024-02-02T00:38:58.527Z Checking heck v0.3.3
27352024-02-02T00:38:58.768Z Documenting crc-catalog v2.2.0
27362024-02-02T00:38:59.669Z Documenting funty v2.0.0
27372024-02-02T00:38:59.991Z Documenting endian-type v0.1.2
27382024-02-02T00:39:00.200Z Documenting trust-dns-resolver v0.22.0
27392024-02-02T00:39:01.928Z Documenting structopt-derive v0.4.18
27402024-02-02T00:39:02.349Z Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
27412024-02-02T00:39:02.519Z Documenting steno v0.4.0
27422024-02-02T00:39:03.162Z Documenting crc v3.0.1
27432024-02-02T00:39:04.455Z Documenting bitvec v1.0.1
27442024-02-02T00:39:06.272Z Documenting radix_trie v0.2.1
27452024-02-02T00:39:07.756Z Documenting cancel-safe-futures v0.1.5
27462024-02-02T00:39:09.741Z Documenting filetime v0.2.23
27472024-02-02T00:39:13.312Z Documenting xattr v1.0.1
27482024-02-02T00:39:13.364Z Documenting packed_struct_codegen v0.10.1
27492024-02-02T00:39:14.058Z Documenting nodrop v0.1.14
27502024-02-02T00:39:15.652Z Documenting structopt v0.3.26
27512024-02-02T00:39:17.040Z Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
27522024-02-02T00:39:18.382Z Documenting array-init v0.0.4
27532024-02-02T00:39:18.400Z Documenting num-bigint-dig v0.8.4
27542024-02-02T00:39:18.974Z Documenting tar v0.4.40
27552024-02-02T00:39:19.090Z Documenting libefi-sys v0.1.0
27562024-02-02T00:39:21.355Z Documenting packed_struct v0.10.1
27572024-02-02T00:39:21.464Z Documenting illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
27582024-02-02T00:39:23.092Z Documenting pkcs1 v0.7.5
27592024-02-02T00:39:25.302Z Documenting signature v2.1.0
27602024-02-02T00:39:25.745Z Documenting termcolor v1.2.0
27612024-02-02T00:39:28.113Z Documenting arc-swap v1.6.0
27622024-02-02T00:39:28.681Z Documenting bitfield v0.14.0
27632024-02-02T00:39:30.004Z Documenting tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802)
27642024-02-02T00:39:30.107Z Documenting libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
27652024-02-02T00:39:32.153Z Documenting env_logger v0.10.0
27662024-02-02T00:39:32.737Z Documenting rsa v0.9.2
27672024-02-02T00:39:32.999Z Documenting serde-hex v0.1.0
27682024-02-02T00:39:35.191Z Documenting slog-scope v4.4.0
27692024-02-02T00:39:35.191Z Documenting lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
27702024-02-02T00:39:36.489Z Documenting tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
27712024-02-02T00:39:37.246Z Documenting num-rational v0.4.1
27722024-02-02T00:39:39.042Z Documenting x509-cert v0.2.4
27732024-02-02T00:39:40.600Z Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
27742024-02-02T00:39:41.004Z Documenting libsw v3.3.1
27752024-02-02T00:39:42.065Z Documenting ron v0.8.1
27762024-02-02T00:39:42.320Z Documenting num-complex v0.4.4
27772024-02-02T00:39:43.601Z Documenting gethostname v0.4.3
27782024-02-02T00:39:44.166Z Documenting half v2.3.1
27792024-02-02T00:39:47.092Z Documenting derive-where v1.2.7
27802024-02-02T00:39:47.965Z Documenting crc-any v2.4.3
27812024-02-02T00:39:47.979Z Documenting same-file v1.0.6
27822024-02-02T00:39:48.695Z Documenting linear-map v1.2.0
27832024-02-02T00:39:49.432Z Documenting owo-colors v4.0.0
27842024-02-02T00:39:49.699Z Documenting ciborium-io v0.2.2
27852024-02-02T00:39:49.750Z Documenting num v0.4.1
27862024-02-02T00:39:52.346Z Documenting lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
27872024-02-02T00:39:54.124Z Documenting walkdir v2.4.0
27882024-02-02T00:39:55.158Z Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
27892024-02-02T00:39:55.715Z Documenting ciborium-ll v0.2.2
27902024-02-02T00:39:56.639Z Documenting tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
27912024-02-02T00:39:56.927Z Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
27922024-02-02T00:39:58.352Z Documenting slog-stdlog v4.1.1
27932024-02-02T00:40:00.500Z Documenting slog-dtrace v0.3.0
27942024-02-02T00:40:01.996Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
27952024-02-02T00:40:03.872Z Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
27962024-02-02T00:40:04.625Z Documenting path-slash v0.1.5
27972024-02-02T00:40:08.422Z Documenting slog-envlogger v2.2.0
27982024-02-02T00:40:10.529Z Documenting hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84)
27992024-02-02T00:40:11.024Z Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
28002024-02-02T00:40:11.380Z Documenting ciborium v0.2.2
28012024-02-02T00:40:13.273Z Documenting pem v3.0.2
28022024-02-02T00:40:16.776Z Documenting fxhash v0.2.1
28032024-02-02T00:40:19.036Z Documenting utf-8 v0.7.6
28042024-02-02T00:40:19.204Z Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
28052024-02-02T00:40:20.376Z Documenting internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
28062024-02-02T00:40:23.052Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
28072024-02-02T00:40:24.276Z Documenting vte_generate_state_changes v0.1.1
28082024-02-02T00:40:25.170Z Documenting convert_case v0.4.0
28092024-02-02T00:40:25.238Z Documenting tungstenite v0.20.1
28102024-02-02T00:40:27.592Z Checking convert_case v0.4.0
28112024-02-02T00:40:27.906Z Documenting display-error-chain v0.2.0
28122024-02-02T00:40:30.480Z Documenting vte v0.11.1
28132024-02-02T00:40:31.310Z Documenting derive_more v0.99.17
28142024-02-02T00:40:34.596Z Documenting buf-list v1.0.3
28152024-02-02T00:40:35.356Z Documenting tokio-tungstenite v0.20.1
28162024-02-02T00:40:36.946Z Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client)
28172024-02-02T00:40:40.876Z Documenting pin-project-internal v1.1.3
28182024-02-02T00:40:40.940Z Documenting strip-ansi-escapes v0.2.0
28192024-02-02T00:40:41.955Z Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
28202024-02-02T00:40:41.973Z Documenting doc-comment v0.3.3
28212024-02-02T00:40:42.147Z Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
28222024-02-02T00:40:46.394Z Checking darling_core v0.14.4
28232024-02-02T00:40:46.907Z Documenting snafu-derive v0.7.5
28242024-02-02T00:40:47.365Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
28252024-02-02T00:40:47.802Z Documenting nu-ansi-term v0.49.0
28262024-02-02T00:40:49.140Z Documenting pin-project v1.1.3
28272024-02-02T00:40:49.446Z Checking darling v0.14.4
28282024-02-02T00:40:49.871Z Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
28292024-02-02T00:40:52.591Z Documenting trust-dns-client v0.22.0
28302024-02-02T00:40:53.395Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
28312024-02-02T00:40:54.174Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
28322024-02-02T00:40:54.709Z Documenting reedline v0.28.0
28332024-02-02T00:40:54.710Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
28342024-02-02T00:40:56.836Z Documenting globset v0.4.13
28352024-02-02T00:40:59.008Z Documenting snafu v0.7.5
28362024-02-02T00:41:02.719Z Documenting olpc-cjson v0.1.3
28372024-02-02T00:41:04.514Z Documenting serde_plain v1.0.2
28382024-02-02T00:41:05.005Z Documenting async-recursion v1.0.5
28392024-02-02T00:41:06.131Z Documenting bytecount v0.6.3
28402024-02-02T00:41:06.329Z Documenting keccak v0.1.4
28412024-02-02T00:41:07.014Z Documenting typed-path v0.7.0
28422024-02-02T00:41:07.925Z Documenting trust-dns-server v0.22.1
28432024-02-02T00:41:10.335Z Documenting papergrid v0.11.0
28442024-02-02T00:41:10.609Z Documenting sha3 v0.10.8
28452024-02-02T00:41:11.413Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28462024-02-02T00:41:12.565Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
28472024-02-02T00:41:12.628Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
28482024-02-02T00:41:14.541Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
28492024-02-02T00:41:15.020Z Documenting sled v0.34.7
28502024-02-02T00:41:15.480Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
28512024-02-02T00:41:16.232Z Documenting tough v0.16.0
28522024-02-02T00:41:16.716Z Documenting fs-err v2.11.0
28532024-02-02T00:41:17.927Z Documenting unicase v2.7.0
28542024-02-02T00:41:18.413Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
28552024-02-02T00:41:18.852Z Documenting tabled_derive v0.7.0
28562024-02-02T00:41:20.245Z Documenting progenitor-impl v0.5.0 (https://github.com/oxidecomputer/progenitor#86b60220)
28572024-02-02T00:41:21.384Z Documenting progenitor-client v0.5.0 (https://github.com/oxidecomputer/progenitor#86b60220)
28582024-02-02T00:41:22.747Z Documenting crossbeam-deque v0.8.3
28592024-02-02T00:41:23.373Z Documenting fd-lock v4.0.2
28602024-02-02T00:41:23.791Z Documenting nix v0.27.1
28612024-02-02T00:41:25.155Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
28622024-02-02T00:41:25.898Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
28632024-02-02T00:41:26.418Z Documenting secrecy v0.8.0
28642024-02-02T00:41:27.372Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
28652024-02-02T00:41:29.229Z Documenting headers-core v0.2.0
28662024-02-02T00:41:30.585Z Documenting sqlparser_derive v0.2.2
28672024-02-02T00:41:32.003Z Documenting unicode_categories v0.1.1
28682024-02-02T00:41:32.713Z Documenting home v0.5.5
28692024-02-02T00:41:32.794Z Documenting parse-size v1.0.0
28702024-02-02T00:41:33.066Z Documenting rayon-core v1.12.0
28712024-02-02T00:41:33.137Z Documenting progenitor v0.5.0 (https://github.com/oxidecomputer/progenitor#86b60220)
28722024-02-02T00:41:36.680Z Documenting headers v0.3.9
28732024-02-02T00:41:37.359Z Documenting tabled v0.15.0
28742024-02-02T00:41:37.798Z Documenting sqlparser v0.43.1
28752024-02-02T00:41:38.050Z Documenting tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
28762024-02-02T00:41:38.320Z Documenting sqlformat v0.2.3
28772024-02-02T00:41:39.006Z Documenting rustyline v13.0.0
28782024-02-02T00:41:40.185Z Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
28792024-02-02T00:41:44.550Z Documenting mime_guess v2.0.4
28802024-02-02T00:41:47.301Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
28812024-02-02T00:41:48.442Z Checking derive_builder_core v0.12.0
28822024-02-02T00:41:48.805Z Documenting derive_builder_core v0.12.0
28832024-02-02T00:41:49.878Z Documenting dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
28842024-02-02T00:41:50.391Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
28852024-02-02T00:41:50.808Z Documenting universal-hash v0.5.1
28862024-02-02T00:41:51.320Z Documenting bcs v0.1.6
28872024-02-02T00:41:58.137Z Documenting kstat-rs v0.2.3
28882024-02-02T00:41:58.500Z Documenting thiserror-impl-no-std v2.0.2
28892024-02-02T00:41:59.277Z Documenting curve25519-dalek-derive v0.1.0
28902024-02-02T00:41:59.969Z Documenting slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
28912024-02-02T00:42:00.659Z Documenting opaque-debug v0.3.0
28922024-02-02T00:42:05.046Z Documenting highway v1.1.0
28932024-02-02T00:42:05.140Z Documenting poly1305 v0.8.0
28942024-02-02T00:42:06.593Z Documenting curve25519-dalek v4.1.1
28952024-02-02T00:42:06.975Z Documenting thiserror-no-std v2.0.2
28962024-02-02T00:42:07.134Z Documenting slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
28972024-02-02T00:42:09.455Z Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
28982024-02-02T00:42:10.744Z Documenting derive_builder_macro v0.12.0
28992024-02-02T00:42:11.154Z Documenting propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=ff6c4df2e816eee6e7b2b0488777d30ef35ee217#ff6c4df2)
29002024-02-02T00:42:11.565Z Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29012024-02-02T00:42:12.723Z Documenting rayon v1.8.0
29022024-02-02T00:42:13.447Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
29032024-02-02T00:42:15.726Z Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
29042024-02-02T00:42:17.366Z Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
29052024-02-02T00:42:23.374Z Documenting ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
29062024-02-02T00:42:25.675Z Documenting mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client)
29072024-02-02T00:42:36.000Z Documenting portable-atomic v1.4.3
29082024-02-02T00:42:40.296Z Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
29092024-02-02T00:42:41.635Z Documenting ed25519 v1.5.3
29102024-02-02T00:42:41.872Z Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
29112024-02-02T00:42:45.115Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
29122024-02-02T00:42:46.139Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
29132024-02-02T00:42:46.328Z Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
29142024-02-02T00:42:49.516Z Documenting crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2d4bc11232d53f177c286383926fa5f8c1b2a938#2d4bc112)
29152024-02-02T00:42:49.935Z Documenting chacha20 v0.9.1
29162024-02-02T00:42:56.396Z Documenting aead v0.5.2
29172024-02-02T00:42:57.176Z Documenting lru v0.12.1
29182024-02-02T00:42:57.784Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
29192024-02-02T00:43:00.364Z Documenting stability v0.1.1
29202024-02-02T00:43:03.157Z Documenting ref-cast-impl v1.0.20
29212024-02-02T00:43:04.860Z Documenting cassowary v0.3.0
29222024-02-02T00:43:05.772Z Documenting number_prefix v0.4.0
29232024-02-02T00:43:07.029Z Documenting glob v0.3.1
29242024-02-02T00:43:07.640Z Documenting chacha20poly1305 v0.10.1
29252024-02-02T00:43:09.804Z Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
29262024-02-02T00:43:11.040Z Documenting ref-cast v1.0.20
29272024-02-02T00:43:11.453Z Documenting ratatui v0.25.0
29282024-02-02T00:43:11.952Z Documenting indicatif v0.17.7
29292024-02-02T00:43:13.422Z Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
29302024-02-02T00:43:15.296Z Documenting salty v0.2.0
29312024-02-02T00:43:15.758Z Documenting derive_builder v0.12.0
29322024-02-02T00:43:17.539Z Documenting vsss-rs v3.3.4
29332024-02-02T00:43:21.984Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
29342024-02-02T00:43:23.718Z Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
29352024-02-02T00:43:23.748Z Documenting polar-core v0.27.0
29362024-02-02T00:43:23.954Z Documenting hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a)
29372024-02-02T00:43:28.710Z Documenting nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d)
29382024-02-02T00:43:29.440Z Documenting libxml v0.3.3
29392024-02-02T00:43:30.634Z Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
29402024-02-02T00:43:38.306Z Documenting tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
29412024-02-02T00:43:39.326Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
29422024-02-02T00:43:39.433Z Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
29432024-02-02T00:43:39.773Z Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
29442024-02-02T00:43:43.625Z Documenting bb8 v0.8.1
29452024-02-02T00:43:44.265Z Documenting serde-big-array v0.5.1
29462024-02-02T00:43:47.762Z Documenting quick-xml v0.30.0
29472024-02-02T00:43:47.801Z Documenting rtoolbox v0.0.1
29482024-02-02T00:43:48.938Z Documenting impl-trait-for-tuples v0.2.2
29492024-02-02T00:43:50.728Z Documenting oso-derive v0.27.0
29502024-02-02T00:43:51.924Z Documenting humantime v2.1.0
29512024-02-02T00:43:52.666Z Documenting unicode-linebreak v0.1.5
29522024-02-02T00:43:53.696Z Documenting http-range v0.1.5
29532024-02-02T00:43:55.346Z Documenting smawk v0.3.1
29542024-02-02T00:43:57.036Z Documenting maplit v1.0.2
29552024-02-02T00:43:57.576Z Documenting is_ci v1.1.1
29562024-02-02T00:43:57.999Z Documenting samael v0.0.14
29572024-02-02T00:43:58.427Z Documenting rpassword v7.3.1
29582024-02-02T00:43:59.835Z Documenting hyper-staticfile v0.9.5
29592024-02-02T00:44:01.563Z Documenting textwrap v0.16.0
29602024-02-02T00:44:03.208Z Documenting oso v0.27.0
29612024-02-02T00:44:03.806Z Documenting supports-color v2.1.0
29622024-02-02T00:44:04.390Z Documenting async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef)
29632024-02-02T00:44:07.768Z Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
29642024-02-02T00:44:08.007Z Documenting gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
29652024-02-02T00:44:10.287Z Documenting sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef)
29662024-02-02T00:44:10.745Z Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
29672024-02-02T00:44:11.277Z Documenting tui-tree-widget v0.16.0
29682024-02-02T00:44:15.136Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
29692024-02-02T00:44:16.411Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
29702024-02-02T00:44:18.325Z Checking nexus-deployment v0.1.0 (/work/oxidecomputer/omicron/nexus/deployment)
29712024-02-02T00:44:19.318Z Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
29722024-02-02T00:44:21.341Z Documenting cookie v0.18.0
29732024-02-02T00:44:21.872Z Documenting diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#62ef5ca0)
29742024-02-02T00:44:25.498Z Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
29752024-02-02T00:44:28.099Z Documenting rcgen v0.12.1
29762024-02-02T00:44:35.633Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
29772024-02-02T00:44:35.979Z Documenting atomicwrites v0.4.3
29782024-02-02T00:44:36.241Z Documenting signal-hook-tokio v0.3.1
29792024-02-02T00:44:39.833Z Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
29802024-02-02T00:44:42.905Z Documenting subprocess v0.2.9
29812024-02-02T00:44:43.376Z Documenting shell-words v1.1.0
29822024-02-02T00:44:47.982Z Documenting corncobs v0.1.3
29832024-02-02T00:44:49.840Z Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
29842024-02-02T00:44:50.014Z Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
29852024-02-02T00:44:51.850Z Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
29862024-02-02T00:44:52.611Z Documenting sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef)
29872024-02-02T00:44:54.296Z Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
29882024-02-02T00:44:58.973Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
29892024-02-02T00:45:00.848Z Documenting nexus-deployment v0.1.0 (/work/oxidecomputer/omicron/nexus/deployment)
29902024-02-02T00:45:01.094Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
29912024-02-02T00:45:03.527Z Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
29922024-02-02T00:45:16.535Zwarning: unclosed HTML tag `usize`
29932024-02-02T00:45:16.536Z --> wicket/src/ui/panes/update.rs:153:19
29942024-02-02T00:45:16.536Z |
29952024-02-02T00:45:16.536Z153 | /// TODO: The <usize> generic parameter is carried over from earlier versions
29962024-02-02T00:45:16.536Z | ^^^^^^^
29972024-02-02T00:45:16.536Z |
29982024-02-02T00:45:16.536Z = note: `#[warn(rustdoc::invalid_html_tags)]` on by default
29992024-02-02T00:45:16.536Z
30002024-02-02T00:45:18.515Zwarning: `wicket` (lib doc) generated 1 warning
30012024-02-02T00:45:18.534Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
30022024-02-02T00:45:21.322Z Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
30032024-02-02T00:45:24.677Z Documenting crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2d4bc11232d53f177c286383926fa5f8c1b2a938#2d4bc112)
30042024-02-02T00:45:29.819Z Documenting fatfs v0.3.6
30052024-02-02T00:45:35.346Z Documenting nanorand v0.7.0
30062024-02-02T00:45:35.920Z Documenting assert_matches v1.5.0
30072024-02-02T00:45:38.122Z Documenting topological-sort v0.2.2
30082024-02-02T00:45:40.143Z Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
30092024-02-02T00:45:41.925Z Documenting flume v0.11.0
30102024-02-02T00:45:44.446Z Documenting omicron-zone-package v0.10.1
30112024-02-02T00:45:45.341Z Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
30122024-02-02T00:45:49.117Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
30132024-02-02T00:45:52.885Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
30142024-02-02T00:45:54.515Z Documenting installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd)
30152024-02-02T00:45:55.934Z Documenting installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client)
30162024-02-02T00:46:03.583Z Checking installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd)
30172024-02-02T00:46:03.973Z Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
30182024-02-02T00:46:04.816Z Checking installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client)
30192024-02-02T00:46:10.722Z Documenting termios v0.3.3
30202024-02-02T00:46:17.587Z Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
30212024-02-02T00:46:18.246Zwarning: unresolved link to `propolis_client::api::InstanceStateMonitorResponse`
30222024-02-02T00:46:18.246Z --> sled-agent/src/sim/instance.rs:46:7
30232024-02-02T00:46:18.246Z |
30242024-02-02T00:46:18.246Z46 | /// [`propolis_client::api::InstanceStateMonitorResponse`]. Transition requests
30252024-02-02T00:46:18.246Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `api` in module `propolis_client`
30262024-02-02T00:46:18.246Z |
30272024-02-02T00:46:18.246Z = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default
30282024-02-02T00:46:18.246Z
30292024-02-02T00:46:23.531Zwarning: `omicron-sled-agent` (lib doc) generated 1 warning
30302024-02-02T00:46:29.398Z Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
30312024-02-02T00:46:33.723Z Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
30322024-02-02T00:46:36.282Z Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
30332024-02-02T00:46:59.234Z Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
30342024-02-02T00:47:08.911Z Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
30352024-02-02T00:47:18.595Z Documenting tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
30362024-02-02T00:47:29.868Zwarning: unresolved link to `DataStore::update_tuf_repo_description_insert`
30372024-02-02T00:47:29.868Z --> nexus/db-queries/src/db/datastore/update.rs:27:27
30382024-02-02T00:47:29.868Z |
30392024-02-02T00:47:29.868Z27 | /// The return value of [`DataStore::update_tuf_repo_description_insert`].
30402024-02-02T00:47:29.868Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the struct `DataStore` has no field or associated item named `update_tuf_repo_description_insert`
30412024-02-02T00:47:29.868Z |
30422024-02-02T00:47:29.868Z = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default
30432024-02-02T00:47:29.868Z
30442024-02-02T00:47:33.240Z Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli)
30452024-02-02T00:47:35.897Z Documenting caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util)
30462024-02-02T00:47:36.409Z Documenting zone-network-setup v0.1.0 (/work/oxidecomputer/omicron/zone-network-setup)
30472024-02-02T00:47:46.021Z Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
30482024-02-02T00:47:46.408Z Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
30492024-02-02T00:47:55.407Zwarning: `nexus-db-queries` (lib doc) generated 1 warning
30502024-02-02T00:47:55.411Z Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
30512024-02-02T00:49:15.071Zwarning: unresolved link to `VolumeConstructionRequest`
30522024-02-02T00:49:15.071Z --> nexus/src/app/sagas/volume_delete.rs:338:7
30532024-02-02T00:49:15.071Z |
30542024-02-02T00:49:15.071Z338 | /// [`VolumeConstructionRequest`] is shown here):
30552024-02-02T00:49:15.072Z | ^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `VolumeConstructionRequest` in scope
30562024-02-02T00:49:15.072Z |
30572024-02-02T00:49:15.072Z = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
30582024-02-02T00:49:15.072Z = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default
30592024-02-02T00:49:15.072Z
30602024-02-02T00:49:15.076Zwarning: unresolved link to `fd00:1122:3344:101::5`
30612024-02-02T00:49:15.077Z --> nexus/src/app/sagas/volume_delete.rs:348:17
30622024-02-02T00:49:15.077Z |
30632024-02-02T00:49:15.077Z348 | /// "[fd00:1122:3344:101::5]:1000",
30642024-02-02T00:49:15.077Z | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:101` in scope
30652024-02-02T00:49:15.077Z
30662024-02-02T00:49:15.077Zwarning: unresolved link to `fd00:1122:3344:102::9`
30672024-02-02T00:49:15.077Z --> nexus/src/app/sagas/volume_delete.rs:349:17
30682024-02-02T00:49:15.077Z |
30692024-02-02T00:49:15.077Z349 | /// "[fd00:1122:3344:102::9]:1000",
30702024-02-02T00:49:15.077Z | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:102` in scope
30712024-02-02T00:49:15.077Z
30722024-02-02T00:49:15.077Zwarning: unresolved link to `fd00:1122:3344:103::2`
30732024-02-02T00:49:15.077Z --> nexus/src/app/sagas/volume_delete.rs:350:17
30742024-02-02T00:49:15.077Z |
30752024-02-02T00:49:15.078Z350 | /// "[fd00:1122:3344:103::2]:1000"
30762024-02-02T00:49:15.078Z | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:103` in scope
30772024-02-02T00:49:15.078Z
30782024-02-02T00:49:15.078Zwarning: unresolved link to `fd00:1122:3344:101::5`
30792024-02-02T00:49:15.078Z --> nexus/src/app/sagas/volume_delete.rs:369:17
30802024-02-02T00:49:15.078Z |
30812024-02-02T00:49:15.078Z369 | /// "[fd00:1122:3344:101::5]:1001", <-- port changed
30822024-02-02T00:49:15.078Z | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:101` in scope
30832024-02-02T00:49:15.078Z
30842024-02-02T00:49:15.078Zwarning: unresolved link to `fd00:1122:3344:102::9`
30852024-02-02T00:49:15.078Z --> nexus/src/app/sagas/volume_delete.rs:370:17
30862024-02-02T00:49:15.078Z |
30872024-02-02T00:49:15.078Z370 | /// "[fd00:1122:3344:102::9]:1001", <-- port changed
30882024-02-02T00:49:15.079Z | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:102` in scope
30892024-02-02T00:49:15.079Z
30902024-02-02T00:49:15.079Zwarning: unresolved link to `fd00:1122:3344:103::2`
30912024-02-02T00:49:15.079Z --> nexus/src/app/sagas/volume_delete.rs:371:17
30922024-02-02T00:49:15.079Z |
30932024-02-02T00:49:15.079Z371 | /// "[fd00:1122:3344:103::2]:1001" <-- port changed
30942024-02-02T00:49:15.079Z | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:103` in scope
30952024-02-02T00:49:15.079Z
30962024-02-02T00:49:19.969Zwarning: `omicron-nexus` (lib doc) generated 7 warnings
30972024-02-02T00:49:54.701Z Finished dev [unoptimized + debuginfo] target(s) in 17m 07s
30982024-02-02T00:49:54.818Z
30992024-02-02T00:49:54.818Zreal 17:07.224439466
31002024-02-02T00:49:54.818Zuser 56:12.516158391
31012024-02-02T00:49:54.818Zsys 1:04:47.195955149
31022024-02-02T00:49:54.818Ztrap 1.930765956
31032024-02-02T00:49:54.818Ztflt 0.227983662
31042024-02-02T00:49:54.821Zdflt 0.504501353
31052024-02-02T00:49:54.821Zkflt 0.000241292
31062024-02-02T00:49:54.821Zlock 3:24:45.787038241
31072024-02-02T00:49:54.821Zslp 4:21:59.451044001
31082024-02-02T00:49:54.821Zlat 5:42.812698574
31092024-02-02T00:49:54.821Zstop 1:32.155854948
31102024-02-02T00:49:54.821Zprocess exited: duration 1900963 ms, exit code 0
 
31112024-02-02T00:49:54.828Zfound 0 output files