01HYPHAW3Q4TZNDZAVJS4ZKNSV: clippy (helios)

BasicConfig {
    output_rules: [],
    rust_toolchain: Some(
        String(
            "1.78.0",
        ),
    ),
    target: Some(
        "helios-2.0",
    ),
    access_repos: [],
    publish: [],
    skip_clone: false,
}

Buildomat Job: 01HYPHB3QYVHHFVQ4RS8XWB09T

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12024-05-25T00:10:59.866Zjob assigned to worker 01HYPHB70M3DRE3GBPDZD6K2Q5 (queued for 37 s)
 
22024-05-25T00:11:00.436Zstarting task 0: "setup"
32024-05-25T00:11:00.462Z++ uname -s
42024-05-25T00:11:00.463Z+ kern=SunOS
52024-05-25T00:11:00.463Z+ case "$kern" in
62024-05-25T00:11:00.463Z+ groupadd -g 12345 build
72024-05-25T00:11:00.463Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-05-25T00:11:02.469Z+ zfs create -o mountpoint=/work rpool/work
92024-05-25T00:11:02.517Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-05-25T00:11:02.543Z+ home_fs=zfs
112024-05-25T00:11:02.543Z+ [[ zfs == autofs ]]
122024-05-25T00:11:02.543Z+ mkdir -p /home/build
132024-05-25T00:11:02.543Z+ chown build:build /home/build /work
142024-05-25T00:11:04.528Z+ chmod 0700 /home/build /work
152024-05-25T00:11:04.556Zprocess exited: duration 4092 ms, exit code 0
 
162024-05-25T00:11:04.609Zstarting task 1: "rust-toolchain"
172024-05-25T00:11:04.635Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
182024-05-25T00:11:04.635Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.78.0 --profile default
192024-05-25T00:11:04.753Zinfo: downloading installer
202024-05-25T00:11:05.425Zwarning: it looks like you have an existing installation of Rust at:
212024-05-25T00:11:05.426Zwarning: /opt/ooce/bin
222024-05-25T00:11:05.426Zwarning: It is recommended that rustup be the primary Rust installation.
232024-05-25T00:11:05.426Zwarning: Otherwise you may have confusion unless you are careful with your PATH
242024-05-25T00:11:05.426Zwarning: If you are sure that you want both rustup and your already installed Rust
252024-05-25T00:11:05.426Zwarning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
262024-05-25T00:11:05.426Zwarning: or pass `-y' to ignore all ignorable checks.
272024-05-25T00:11:05.426Zerror: cannot install while Rust is installed
282024-05-25T00:11:05.426Zwarning: continuing (because the -y flag is set and the error is ignorable)
292024-05-25T00:11:05.493Zinfo: profile set to 'default'
302024-05-25T00:11:05.493Zinfo: default host triple is x86_64-unknown-illumos
312024-05-25T00:11:05.493Zinfo: syncing channel updates for '1.78.0-x86_64-unknown-illumos'
322024-05-25T00:11:05.556Zinfo: latest update on 2024-05-02, rust version 1.78.0 (9b00956e5 2024-04-29)
332024-05-25T00:11:05.556Zinfo: downloading component 'cargo'
342024-05-25T00:11:05.711Zinfo: downloading component 'clippy'
352024-05-25T00:11:05.757Zinfo: downloading component 'rust-docs'
362024-05-25T00:11:05.973Zinfo: downloading component 'rust-std'
372024-05-25T00:11:06.318Zinfo: downloading component 'rustc'
382024-05-25T00:11:09.330Zinfo: downloading component 'rustfmt'
392024-05-25T00:11:09.410Zinfo: installing component 'cargo'
402024-05-25T00:11:10.533Zinfo: installing component 'clippy'
412024-05-25T00:11:10.976Zinfo: installing component 'rust-docs'
422024-05-25T00:11:13.441Zinfo: installing component 'rust-std'
432024-05-25T00:11:15.546Zinfo: installing component 'rustc'
442024-05-25T00:11:20.506Zinfo: installing component 'rustfmt'
452024-05-25T00:11:20.877Zinfo: default toolchain set to '1.78.0-x86_64-unknown-illumos'
462024-05-25T00:11:20.877Z
472024-05-25T00:11:21.002Z 1.78.0-x86_64-unknown-illumos installed - rustc 1.78.0 (9b00956e5 2024-04-29)
482024-05-25T00:11:21.002Z
492024-05-25T00:11:21.040Z
502024-05-25T00:11:21.041ZRust is installed now. Great!
512024-05-25T00:11:21.041Z
522024-05-25T00:11:21.041ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
532024-05-25T00:11:21.042Zenvironment variable. This has not been done automatically.
542024-05-25T00:11:21.042Z
552024-05-25T00:11:21.042ZTo configure your current shell, you need to source
562024-05-25T00:11:21.042Zthe corresponding env file under $HOME/.cargo.
572024-05-25T00:11:21.042Z
582024-05-25T00:11:21.043ZThis is usually done by running one of the following (note the leading DOT):
592024-05-25T00:11:21.043Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
602024-05-25T00:11:21.043Zsource "$HOME/.cargo/env.fish" # For fish
612024-05-25T00:11:21.073Z+ rustc --version
622024-05-25T00:11:21.184Zrustc 1.78.0 (9b00956e5 2024-04-29)
632024-05-25T00:11:21.228Zprocess exited: duration 16574 ms, exit code 0
 
642024-05-25T00:11:21.310Zstarting task 2: "authentication"
652024-05-25T00:11:21.753Zprocess exited: duration 68 ms, exit code 0
 
662024-05-25T00:11:21.819Zstarting task 3: "clone repository"
672024-05-25T00:11:22.260Z+ mkdir -p /work/oxidecomputer/omicron
682024-05-25T00:11:22.260Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
692024-05-25T00:11:22.293ZCloning into '/work/oxidecomputer/omicron'...
702024-05-25T00:11:27.357Z+ cd /work/oxidecomputer/omicron
712024-05-25T00:11:27.357Z+ git fetch origin 0871b51a150bc5d867c19211de9da297ce9a32d2
722024-05-25T00:11:27.777ZFrom https://github.com/oxidecomputer/omicron
732024-05-25T00:11:27.777Z * branch 0871b51a150bc5d867c19211de9da297ce9a32d2 -> FETCH_HEAD
742024-05-25T00:11:27.804Z+ [[ -n iliana/crdb-cluster-version-v2 ]]
752024-05-25T00:11:27.804Z++ git branch --show-current
762024-05-25T00:11:27.804Z+ current=main
772024-05-25T00:11:27.804Z+ [[ main != iliana/crdb-cluster-version-v2 ]]
782024-05-25T00:11:27.804Z+ git branch -f iliana/crdb-cluster-version-v2 0871b51a150bc5d867c19211de9da297ce9a32d2
792024-05-25T00:11:27.830Z+ git checkout -f iliana/crdb-cluster-version-v2
802024-05-25T00:11:27.988ZSwitched to branch 'iliana/crdb-cluster-version-v2'
812024-05-25T00:11:28.015Z+ git reset --hard 0871b51a150bc5d867c19211de9da297ce9a32d2
822024-05-25T00:11:28.040ZHEAD is now at 0871b51a1 Merge remote-tracking branch 'origin/main' into iliana/crdb-cluster-version-v2
832024-05-25T00:11:28.040Zprocess exited: duration 6211 ms, exit code 0
 
842024-05-25T00:11:28.100Zstarting task 4: "build"
852024-05-25T00:11:28.126Z+ cargo --version
862024-05-25T00:11:28.211Zcargo 1.78.0 (54d8815d0 2024-03-26)
872024-05-25T00:11:28.237Z+ rustc --version
882024-05-25T00:11:28.332Zrustc 1.78.0 (9b00956e5 2024-04-29)
892024-05-25T00:11:28.359Z+ source ./env.sh
902024-05-25T00:11:28.359Z++ set -o xtrace
912024-05-25T00:11:28.359Z++++ dirname ./env.sh
922024-05-25T00:11:28.359Z+++ readlink -f .
932024-05-25T00:11:28.359Z++ OMICRON_WS=/work/oxidecomputer/omicron
942024-05-25T00:11:28.359Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
952024-05-25T00:11:28.359Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
962024-05-25T00:11:28.360Z++ export PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
972024-05-25T00:11:28.360Z++ PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
982024-05-25T00:11:28.360Z++ export PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
992024-05-25T00:11:28.360Z++ PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1002024-05-25T00:11:28.360Z++ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1012024-05-25T00:11:28.360Z++ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1022024-05-25T00:11:28.360Z++ unset OMICRON_WS
1032024-05-25T00:11:28.360Z++ set +o xtrace
1042024-05-25T00:11:28.360Z
1052024-05-25T00:11:28.360Z ##### ##### ###### ##### ###### #### # # # #### #
1062024-05-25T00:11:28.360Z # # # # # # # # # # # # # # #
1072024-05-25T00:11:28.360Z # # # # ##### # # ##### # # # # # #### #
1082024-05-25T00:11:28.360Z ##### ##### # ##### # # # # # # # # #
1092024-05-25T00:11:28.360Z # # # # # # # # # # # # # # #
1102024-05-25T00:11:28.360Z # # # ###### # # ###### ### # #### # #### #
1112024-05-25T00:11:28.361Z
1122024-05-25T00:11:33.268Z Startup: Refreshing catalog 'helios-dev' ... Done
1132024-05-25T00:11:35.481Z Startup: Caching catalogs ... Done
1142024-05-25T00:11:38.037ZPlanning: Solver setup ... Done (1.918s)
1152024-05-25T00:11:38.070ZPlanning: Running solver ... Done (0.033s)
1162024-05-25T00:11:38.114ZPlanning: Finding local manifests ... Done (0.002s)
1172024-05-25T00:11:38.205ZPlanning: Fetching manifests: 0/4 0% complete
1182024-05-25T00:11:38.578ZPlanning: Fetching manifests: 4/4 100% complete
1192024-05-25T00:11:38.636ZPlanning: Package planning ... Done (0.060s)
1202024-05-25T00:11:38.704ZPlanning: Merging actions ... Done (0.059s)
1212024-05-25T00:11:39.077ZPlanning: Checking for conflicting actions ... Done (0.382s)
1222024-05-25T00:11:39.112ZPlanning: Consolidating action changes ... Done (0.013s)
1232024-05-25T00:11:39.742ZPlanning: Evaluating mediators ... Done (0.651s)
1242024-05-25T00:11:39.768ZPlanning: Planning completed in 4.25 seconds
1252024-05-25T00:11:39.794Z Packages to install: 4
1262024-05-25T00:11:39.794Z Mediators to change: 2
1272024-05-25T00:11:39.794Z Services to change: 1
1282024-05-25T00:11:39.794Z Estimated space available: 148.90 GB
1292024-05-25T00:11:39.795ZEstimated space to be consumed: 1.45 GB
1302024-05-25T00:11:39.795Z Create boot environment: No
1312024-05-25T00:11:39.795ZCreate backup boot environment: No
1322024-05-25T00:11:39.795Z Rebuild boot archive: No
1332024-05-25T00:11:39.795Z
1342024-05-25T00:11:39.795ZChanged mediators:
1352024-05-25T00:11:39.795Z mediator clang:
1362024-05-25T00:11:39.795Z version: None -> 15 (system default)
1372024-05-25T00:11:39.795Z
1382024-05-25T00:11:39.795Z mediator llvm:
1392024-05-25T00:11:39.795Z version: 14 (system default) -> 15 (system default)
1402024-05-25T00:11:39.795Z
1412024-05-25T00:11:39.795ZChanged packages:
1422024-05-25T00:11:39.795Zhelios-dev
1432024-05-25T00:11:39.795Z developer/build-essential
1442024-05-25T00:11:39.795Z None -> 11-2.0
1452024-05-25T00:11:39.796Z library/libxmlsec1
1462024-05-25T00:11:39.796Z None -> 1.2.35-2.0
1472024-05-25T00:11:39.796Z ooce/developer/clang-15
1482024-05-25T00:11:39.796Z None -> 15.0.7-2.0
1492024-05-25T00:11:39.796Z ooce/developer/llvm-15
1502024-05-25T00:11:39.796Z None -> 15.0.7-2.0
1512024-05-25T00:11:39.796Z
1522024-05-25T00:11:39.796ZServices:
1532024-05-25T00:11:39.796Z restart_fmri:
1542024-05-25T00:11:39.796Z svc:/system/update-man-index:default
1552024-05-25T00:11:39.822Z
1562024-05-25T00:11:39.822ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1572024-05-25T00:11:44.826ZDownload: 1190/3290 items 59.9/212.6MB 28% complete (11.8M/s)
1582024-05-25T00:11:49.832ZDownload: 1405/3290 items 114.5/212.6MB 53% complete (11.7M/s)
1592024-05-25T00:11:55.766ZDownload: 2224/3290 items 119.2/212.6MB 56% complete (8.1M/s)
1602024-05-25T00:12:00.768ZDownload: 3248/3290 items 173.3/212.6MB 81% complete (5.6M/s)
1612024-05-25T00:12:06.191ZDownload: 3281/3290 items 209.0/212.6MB 98% complete (8.9M/s)
1622024-05-25T00:12:06.456ZDownload: Completed 212.60 MB in 26.62 seconds (8.0M/s)
1632024-05-25T00:12:06.623Z Actions: 1/3689 actions (Installing new actions)
1642024-05-25T00:12:11.731Z Actions: 2043/3689 actions (Installing new actions)
1652024-05-25T00:12:12.279Z Actions: Completed 3689 actions in 5.66 seconds.
1662024-05-25T00:12:12.602Z Done (0.309s)
1672024-05-25T00:12:12.602Z Done (0.000s)
1682024-05-25T00:12:12.961Z Done (0.364s)
1692024-05-25T00:12:18.092Z Done (4.989s)
1702024-05-25T00:12:18.198Z Done (0.022s)
1712024-05-25T00:12:18.224Z Done (0.000s)
1722024-05-25T00:12:18.363Z Done (0.000s)
1732024-05-25T00:12:18.975ZPlanning: Evaluating mediator changes ... Done
1742024-05-25T00:12:19.583ZPlanning: Checking for conflicting actions ... Done
1752024-05-25T00:12:19.620ZPlanning: Consolidating action changes ... Done
1762024-05-25T00:12:19.620ZPlanning: Evaluating mediators ... Done
1772024-05-25T00:12:19.620ZPlanning: Planning completed in 0.55 seconds
1782024-05-25T00:12:19.620Z Mediators to change: 2
1792024-05-25T00:12:19.620Z Create boot environment: No
1802024-05-25T00:12:19.621ZCreate backup boot environment: No
1812024-05-25T00:12:19.652Z Done
1822024-05-25T00:12:19.652Z Done
1832024-05-25T00:12:19.862Z Done
1842024-05-25T00:12:24.109Z Done
1852024-05-25T00:12:24.193Z Done
1862024-05-25T00:12:24.220Z Done
1872024-05-25T00:12:24.266Z Done
1882024-05-25T00:12:24.999ZPlanning: Evaluating mediator changes ... Done
1892024-05-25T00:12:25.031ZPlanning: Merging actions ... Done
1902024-05-25T00:12:25.231ZPlanning: Checking for conflicting actions ... Done
1912024-05-25T00:12:25.258ZPlanning: Consolidating action changes ... Done
1922024-05-25T00:12:25.554ZPlanning: Evaluating mediators ... Done
1932024-05-25T00:12:25.630ZPlanning: Planning completed in 0.93 seconds
1942024-05-25T00:12:25.674Z Packages to change: 1
1952024-05-25T00:12:25.674Z Mediators to change: 1
1962024-05-25T00:12:25.675Z Services to change: 1
1972024-05-25T00:12:25.675Z Create boot environment: No
1982024-05-25T00:12:25.675ZCreate backup boot environment: Yes
1992024-05-25T00:12:27.228Z Actions: 1/6 actions (Updating modified actions)
2002024-05-25T00:12:27.266Z Actions: Completed 6 actions in 0.00 seconds.
2012024-05-25T00:12:27.266Z Done
2022024-05-25T00:12:27.266Z Done
2032024-05-25T00:12:27.313Z Done
2042024-05-25T00:12:31.776Z Done
2052024-05-25T00:12:31.883Z Done
2062024-05-25T00:12:31.912Z Done
2072024-05-25T00:12:31.959Z Done
2082024-05-25T00:12:32.487ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2092024-05-25T00:12:32.487Zclang system 15 system
2102024-05-25T00:12:32.487Zcsh system system illumos
2112024-05-25T00:12:32.488Zctags system system illumos
2122024-05-25T00:12:32.488Zgcc vendor 12 vendor
2132024-05-25T00:12:32.488Zgcc system 10 system
2142024-05-25T00:12:32.488Zgcc system 7 system
2152024-05-25T00:12:32.488Zgo system 1.20 system
2162024-05-25T00:12:32.488Zgo system 1.19 system
2172024-05-25T00:12:32.488Zllvm system 15 system
2182024-05-25T00:12:32.488Zllvm system 14 system
2192024-05-25T00:12:32.488Zmariadb system 10.6 system
2202024-05-25T00:12:32.488Zmta vendor vendor dma
2212024-05-25T00:12:32.488Zopenjdk system 17 system
2222024-05-25T00:12:32.488Zopenjdk system 11 system
2232024-05-25T00:12:32.488Zopenjdk system 1.8 system
2242024-05-25T00:12:32.488Zopenssl vendor 3 vendor
2252024-05-25T00:12:32.488Zperl system 5.36 system
2262024-05-25T00:12:32.488Zpostgresql system 15 system
2272024-05-25T00:12:32.489Zpostgresql system 13 system
2282024-05-25T00:12:32.489Zpython vendor 3 vendor
2292024-05-25T00:12:32.516Zpython system 2 system
2302024-05-25T00:12:32.516Zpython3 system 3.11 system
2312024-05-25T00:12:32.516Zruby system 3.0 system
2322024-05-25T00:12:32.516Zwords vendor vendor american-english
2332024-05-25T00:12:32.516Zwords system system australian-english
2342024-05-25T00:12:32.517Zwords system system british-english
2352024-05-25T00:12:32.517Zwords system system canadian-english
2362024-05-25T00:12:32.517Zwords system system french
2372024-05-25T00:12:32.517Zwords system system italian
2382024-05-25T00:12:32.517Zwords system system ngerman
2392024-05-25T00:12:32.517Zwords system system ogerman
2402024-05-25T00:12:32.517Zwords system system spanish
2412024-05-25T00:12:32.902ZPUBLISHER TYPE STATUS P LOCATION
2422024-05-25T00:12:32.902Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2432024-05-25T00:12:34.725ZFMRI IFO
2442024-05-25T00:12:34.725Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2452024-05-25T00:12:34.725Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2462024-05-25T00:12:34.725Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2472024-05-25T00:12:34.725Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2482024-05-25T00:12:34.725Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2492024-05-25T00:12:34.725Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2502024-05-25T00:12:34.725Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i--
2512024-05-25T00:12:34.725Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2522024-05-25T00:12:34.725Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i--
2532024-05-25T00:12:34.725Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2542024-05-25T00:12:34.726Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i--
2552024-05-25T00:12:34.726Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2562024-05-25T00:12:34.992Z+ set -o errexit
2572024-05-25T00:12:35.019Z+++ dirname ./tools/ci_download_cockroachdb
2582024-05-25T00:12:35.019Z++ cd ./tools
2592024-05-25T00:12:35.019Z++ pwd
2602024-05-25T00:12:35.019Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
2612024-05-25T00:12:35.019Z++ basename ./tools/ci_download_cockroachdb
2622024-05-25T00:12:35.019Z+ ARG0=ci_download_cockroachdb
2632024-05-25T00:12:35.019Z++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version
2642024-05-25T00:12:35.019Z+ CIDL_VERSION=v22.1.9
2652024-05-25T00:12:35.019Z+ source /work/oxidecomputer/omicron/tools/cockroachdb_checksums
2662024-05-25T00:12:35.019Z++ CIDL_SHA256_DARWIN=1ca69e0911af11a73305c3c6f4650b912d70754900b5bf7b80a1d361efe36561
2672024-05-25T00:12:35.020Z++ CIDL_SHA256_LINUX=24c321820e7ee45fa07fe91ac138befe13ad860e41c6ed595ce58823205ff4a9
2682024-05-25T00:12:35.020Z++ CIDL_SHA256_ILLUMOS=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088
2692024-05-25T00:12:35.020Z+ TARGET_DIR=out
2702024-05-25T00:12:35.020Z+ DOWNLOAD_DIR=out/downloads
2712024-05-25T00:12:35.020Z+ DEST_DIR=./out/cockroachdb
2722024-05-25T00:12:35.020Z+ CIDL_URL_COCKROACH=https://binaries.cockroachdb.com
2732024-05-25T00:12:35.020Z+ CIDL_URL_ILLUMOS=https://illumos.org/downloads
2742024-05-25T00:12:35.020Z+ main
2752024-05-25T00:12:35.020Z+ [[ 0 != 0 ]]
2762024-05-25T00:12:35.020Z+ CIDL_OS=solaris2.11
2772024-05-25T00:12:35.020Z+ [[ 0 != 0 ]]
2782024-05-25T00:12:35.020Z+ configure_os solaris2.11
2792024-05-25T00:12:35.020Z+ echo 'current directory: /work/oxidecomputer/omicron'
2802024-05-25T00:12:35.020Z+ echo 'configuring based on OS: "solaris2.11"'
2812024-05-25T00:12:35.020Zcurrent directory: /work/oxidecomputer/omicron
2822024-05-25T00:12:35.021Z+ case "$1" in
2832024-05-25T00:12:35.021Z+ CIDL_BUILD=illumos
2842024-05-25T00:12:35.021Z+ CIDL_SUFFIX=tar.gz
2852024-05-25T00:12:35.021Zconfiguring based on OS: "solaris2.11"
2862024-05-25T00:12:35.021Z+ CIDL_SHA256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088
2872024-05-25T00:12:35.021Z+ CIDL_URL_BASE=https://illumos.org/downloads
2882024-05-25T00:12:35.021Z+ CIDL_ASSEMBLE=do_assemble_illumos
2892024-05-25T00:12:35.021Z+ TARBALL_DIRNAME=cockroach-v22.1.9.illumos
2902024-05-25T00:12:35.021Z+ TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz
2912024-05-25T00:12:35.021Z+ TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz
2922024-05-25T00:12:35.021Z+ TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos
2932024-05-25T00:12:35.021Z+ CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz
2942024-05-25T00:12:35.021Z+ CIDL_SHA256FUNC=do_sha256sum
2952024-05-25T00:12:35.021Z+ echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz'
2962024-05-25T00:12:35.021Z+ echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz'
2972024-05-25T00:12:35.021ZURL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz
2982024-05-25T00:12:35.022ZLocal file: out/downloads/cockroach-v22.1.9.illumos.tar.gz
2992024-05-25T00:12:35.022Z+ mkdir -p out/downloads
3002024-05-25T00:12:35.022Z+ mkdir -p ./out/cockroachdb
3012024-05-25T00:12:35.022Z+ local DO_DOWNLOAD=true
3022024-05-25T00:12:35.022Z+ [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]]
3032024-05-25T00:12:35.022Z+ '[' true == true ']'
3042024-05-25T00:12:35.022Z+ echo Downloading...
3052024-05-25T00:12:35.022ZDownloading...
3062024-05-25T00:12:35.022Z+ do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz
3072024-05-25T00:12:35.022Z+ 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
3082024-05-25T00:12:41.684Z++ do_sha256sum out/downloads/cockroach-v22.1.9.illumos.tar.gz
3092024-05-25T00:12:41.710Z++ sha256sum
3102024-05-25T00:12:41.710Z++ awk '{print $1}'
3112024-05-25T00:12:41.764Z+ calculated_sha256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088
3122024-05-25T00:12:41.764Z+ [[ f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 != \f\1\5\1\7\1\4\b\a\3\a\6\e\0\2\c\a\a\a\a\5\9\7\2\7\4\8\2\c\3\6\0\8\5\e\6\0\d\6\b\d\2\f\a\9\6\3\9\3\8\e\9\a\3\d\8\c\8\a\7\7\0\8\8 ]]
3132024-05-25T00:12:41.764Z+ do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz
3142024-05-25T00:12:41.764Z+ tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads
3152024-05-25T00:12:44.771Z+ do_assemble_illumos
3162024-05-25T00:12:44.771Z+ rm -r ./out/cockroachdb
3172024-05-25T00:12:44.797Z+ cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb
3182024-05-25T00:12:45.333Z+ ./out/cockroachdb/bin/cockroach version
3192024-05-25T00:12:45.622ZBuild Tag: v22.1.9-dirty
3202024-05-25T00:12:45.622ZBuild Time: 2022/10/26 21:17:46
3212024-05-25T00:12:45.622ZDistribution: OSS
3222024-05-25T00:12:45.622ZPlatform: illumos amd64 (x86_64-pc-solaris2.11)
3232024-05-25T00:12:45.622ZGo Version: go1.17.13
3242024-05-25T00:12:45.622ZC Compiler: gcc 10.3.0
3252024-05-25T00:12:45.622ZBuild Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493
3262024-05-25T00:12:45.622ZBuild Type: release
3272024-05-25T00:12:45.649Z+ set -o errexit
3282024-05-25T00:12:45.676Z+++ dirname ./tools/ci_download_clickhouse
3292024-05-25T00:12:45.676Z++ cd ./tools
3302024-05-25T00:12:45.676Z++ pwd
3312024-05-25T00:12:45.676Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
3322024-05-25T00:12:45.676Z++ basename ./tools/ci_download_clickhouse
3332024-05-25T00:12:45.676Z+ ARG0=ci_download_clickhouse
3342024-05-25T00:12:45.676Z+ TARGET_DIR=out
3352024-05-25T00:12:45.676Z+ DOWNLOAD_DIR=out/downloads
3362024-05-25T00:12:45.676Z+ DEST_DIR=./out/clickhouse
3372024-05-25T00:12:45.676Z++ cat /work/oxidecomputer/omicron/tools/clickhouse_version
3382024-05-25T00:12:45.676Z+ CIDL_VERSION=v23.8.7.24
3392024-05-25T00:12:45.676Z+ source /work/oxidecomputer/omicron/tools/clickhouse_checksums
3402024-05-25T00:12:45.676Z++ CIDL_MD5_DARWIN=3e20c3284b7e6b0cfcfedf622ecf547a
3412024-05-25T00:12:45.677Z++ CIDL_MD5_LINUX=f6c30a25a86deac3bad6c50dcf758fd5
3422024-05-25T00:12:45.677Z++ CIDL_MD5_ILLUMOS=409222de8ecb59e5dd97dcc942ccdffe
3432024-05-25T00:12:45.677Z+ CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com
3442024-05-25T00:12:45.677Z+ main
3452024-05-25T00:12:45.677Z+ [[ 0 != 0 ]]
3462024-05-25T00:12:45.677Z+ CIDL_OS=solaris2.11
3472024-05-25T00:12:45.677Z+ [[ 0 != 0 ]]
3482024-05-25T00:12:45.677Z+ configure_os solaris2.11
3492024-05-25T00:12:45.677Z+ echo 'current directory: /work/oxidecomputer/omicron'
3502024-05-25T00:12:45.677Z+ echo 'configuring based on OS: "solaris2.11"'
3512024-05-25T00:12:45.677Z+ CIDL_DASHREV=
3522024-05-25T00:12:45.677Z+ case "$1" in
3532024-05-25T00:12:45.677Zcurrent directory: /work/oxidecomputer/omicron
3542024-05-25T00:12:45.678Z+ CIDL_PLATFORM=illumos
3552024-05-25T00:12:45.678Zconfiguring based on OS: "solaris2.11"
3562024-05-25T00:12:45.678Z+ CIDL_MD5=409222de8ecb59e5dd97dcc942ccdffe
3572024-05-25T00:12:45.678Z+ CIDL_MD5FUNC=do_md5sum
3582024-05-25T00:12:45.678Z+ TARBALL_DIRNAME=clickhouse-v23.8.7.24
3592024-05-25T00:12:45.678Z+ TARBALL_FILENAME=clickhouse-v23.8.7.24.illumos.tar.gz
3602024-05-25T00:12:45.678Z+ TARBALL_FILE=out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz
3612024-05-25T00:12:45.678Z+ CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz
3622024-05-25T00:12:45.678Z+ echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz'
3632024-05-25T00:12:45.678ZURL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz
3642024-05-25T00:12:45.678ZLocal file: out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz
3652024-05-25T00:12:45.678Z+ echo 'Local file: out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz'
3662024-05-25T00:12:45.678Z+ mkdir -p out/downloads
3672024-05-25T00:12:45.678Z+ mkdir -p ./out/clickhouse
3682024-05-25T00:12:45.678Z+ local DO_DOWNLOAD=true
3692024-05-25T00:12:45.678Z+ [[ -f out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz ]]
3702024-05-25T00:12:45.679Z+ '[' true == true ']'
3712024-05-25T00:12:45.679Z+ echo Downloading...
3722024-05-25T00:12:45.679ZDownloading...
3732024-05-25T00:12:45.679Z+ do_download_curl https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz
3742024-05-25T00:12:45.679Z+ curl --silent --show-error --fail --location --output out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz
3752024-05-25T00:12:58.598Z++ do_md5sum out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz
3762024-05-25T00:12:58.624Z++ md5sum
3772024-05-25T00:12:58.624Z++ awk '{print $1}'
3782024-05-25T00:12:58.869Z+ calculated_md5=409222de8ecb59e5dd97dcc942ccdffe
3792024-05-25T00:12:58.869Z+ [[ 409222de8ecb59e5dd97dcc942ccdffe != \4\0\9\2\2\2\d\e\8\e\c\b\5\9\e\5\d\d\9\7\d\c\c\9\4\2\c\c\d\f\f\e ]]
3802024-05-25T00:12:58.869Z+ do_untar out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz ./out/clickhouse
3812024-05-25T00:12:58.903Z+ mkdir -p ./out/clickhouse
3822024-05-25T00:12:58.903Z+ tar xzf out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz -C ./out/clickhouse
3832024-05-25T00:13:04.199Z+ [[ solaris2.11 == darwin* ]]
3842024-05-25T00:13:04.200Z+ ./out/clickhouse/clickhouse server --version
3852024-05-25T00:13:04.358ZClickHouse server version 23.8.7.1.
3862024-05-25T00:13:04.390Z+ set -o errexit
3872024-05-25T00:13:04.416Z+++ dirname ./tools/ci_download_console
3882024-05-25T00:13:04.416Z++ cd ./tools
3892024-05-25T00:13:04.417Z++ pwd
3902024-05-25T00:13:04.417Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
3912024-05-25T00:13:04.417Z++ basename ./tools/ci_download_console
3922024-05-25T00:13:04.417Z+ ARG0=ci_download_console
3932024-05-25T00:13:04.417Z+ TARGET_DIR=out
3942024-05-25T00:13:04.417Z+ DOWNLOAD_DIR=out/downloads
3952024-05-25T00:13:04.417Z+ DEST_DIR=./out/console-assets
3962024-05-25T00:13:04.417Z+ source /work/oxidecomputer/omicron/tools/console_version
3972024-05-25T00:13:04.417Z++ COMMIT=a228b75ba35952b68c0b8b0892c452d4fc29467a
3982024-05-25T00:13:04.417Z++ SHA2=8d5b06680e5986b633b3f97e46d7823ea2dddf2b98930d8c6a4f7dc1eb382048
3992024-05-25T00:13:04.417Z+ URL=https://dl.oxide.computer/releases/console/a228b75ba35952b68c0b8b0892c452d4fc29467a.tar.gz
4002024-05-25T00:13:04.417Z+ TARBALL_FILE=out/downloads/console.tar.gz
4012024-05-25T00:13:04.417Z+ main
4022024-05-25T00:13:04.417Z+ [[ 0 != 0 ]]
4032024-05-25T00:13:04.417Z+ echo 'URL: https://dl.oxide.computer/releases/console/a228b75ba35952b68c0b8b0892c452d4fc29467a.tar.gz'
4042024-05-25T00:13:04.417ZURL: https://dl.oxide.computer/releases/console/a228b75ba35952b68c0b8b0892c452d4fc29467a.tar.gz
4052024-05-25T00:13:04.418Z+ echo 'Local file: out/downloads/console.tar.gz'
4062024-05-25T00:13:04.418ZLocal file: out/downloads/console.tar.gz
4072024-05-25T00:13:04.418Z+ local DO_DOWNLOAD=true
4082024-05-25T00:13:04.418Z+ [[ -f out/downloads/console.tar.gz ]]
4092024-05-25T00:13:04.418Z+ mkdir -p out/downloads
4102024-05-25T00:13:04.418Z+ '[' true == true ']'
4112024-05-25T00:13:04.418Z+ echo Downloading...
4122024-05-25T00:13:04.418ZDownloading...
4132024-05-25T00:13:04.418Z+ do_download_curl https://dl.oxide.computer/releases/console/a228b75ba35952b68c0b8b0892c452d4fc29467a.tar.gz out/downloads/console.tar.gz
4142024-05-25T00:13:04.418Z+ curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/a228b75ba35952b68c0b8b0892c452d4fc29467a.tar.gz
4152024-05-25T00:13:04.605Z++ do_sha256sum out/downloads/console.tar.gz
4162024-05-25T00:13:04.605Z++ case "$OSTYPE" in
4172024-05-25T00:13:04.605Z++ SHA=sha256sum
4182024-05-25T00:13:04.633Z++ sha256sum
4192024-05-25T00:13:04.633Z++ awk '{print $1}'
4202024-05-25T00:13:04.633Z+ calculated_sha2=8d5b06680e5986b633b3f97e46d7823ea2dddf2b98930d8c6a4f7dc1eb382048
4212024-05-25T00:13:04.633Z+ [[ 8d5b06680e5986b633b3f97e46d7823ea2dddf2b98930d8c6a4f7dc1eb382048 != \8\d\5\b\0\6\6\8\0\e\5\9\8\6\b\6\3\3\b\3\f\9\7\e\4\6\d\7\8\2\3\e\a\2\d\d\d\f\2\b\9\8\9\3\0\d\8\c\6\a\4\f\7\d\c\1\e\b\3\8\2\0\4\8 ]]
4222024-05-25T00:13:04.633Z+ rm -rf ./out/console-assets
4232024-05-25T00:13:04.633Z+ mkdir -p ./out/console-assets
4242024-05-25T00:13:04.633Z+ do_untar out/downloads/console.tar.gz ./out/console-assets
4252024-05-25T00:13:04.633Z+ mkdir -p ./out/console-assets
4262024-05-25T00:13:04.633Z+ tar xzf out/downloads/console.tar.gz -C ./out/console-assets
4272024-05-25T00:13:04.764Z+ set -o errexit
4282024-05-25T00:13:04.797Z+++ dirname ./tools/ci_download_dendrite_openapi
4292024-05-25T00:13:04.797Z++ cd ./tools
4302024-05-25T00:13:04.797Z++ pwd
4312024-05-25T00:13:04.797Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
4322024-05-25T00:13:04.797Z++ basename ./tools/ci_download_dendrite_openapi
4332024-05-25T00:13:04.797Z+ ARG0=ci_download_dendrite_openapi
4342024-05-25T00:13:04.798Z+ TARGET_DIR=out
4352024-05-25T00:13:04.798Z+ DOWNLOAD_DIR=out/downloads
4362024-05-25T00:13:04.798Z+ source /work/oxidecomputer/omicron/tools/dendrite_openapi_version
4372024-05-25T00:13:04.798Z++ COMMIT=6334bf74fa21790c15f1c4e494ea2ec0edd1c83c
4382024-05-25T00:13:04.798Z++ SHA2=213031aa058f0aa355964e4a5ca350db30110454bad5c77cbc94ab77fdcbe013
4392024-05-25T00:13:04.798Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/6334bf74fa21790c15f1c4e494ea2ec0edd1c83c/dpd.json
4402024-05-25T00:13:04.798Z+ LOCAL_FILE=out/downloads/dpd-6334bf74fa21790c15f1c4e494ea2ec0edd1c83c.json
4412024-05-25T00:13:04.798Z+ main
4422024-05-25T00:13:04.799Z+ [[ 0 != 0 ]]
4432024-05-25T00:13:04.799Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/6334bf74fa21790c15f1c4e494ea2ec0edd1c83c/dpd.json'
4442024-05-25T00:13:04.799ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/6334bf74fa21790c15f1c4e494ea2ec0edd1c83c/dpd.json
4452024-05-25T00:13:04.799ZLocal file: out/downloads/dpd-6334bf74fa21790c15f1c4e494ea2ec0edd1c83c.json
4462024-05-25T00:13:04.799Z+ echo 'Local file: out/downloads/dpd-6334bf74fa21790c15f1c4e494ea2ec0edd1c83c.json'
4472024-05-25T00:13:04.799Z+ local DO_DOWNLOAD=true
4482024-05-25T00:13:04.800Z+ [[ -f out/downloads/dpd-6334bf74fa21790c15f1c4e494ea2ec0edd1c83c.json ]]
4492024-05-25T00:13:04.800Z+ mkdir -p out/downloads
4502024-05-25T00:13:04.800Z+ '[' true == true ']'
4512024-05-25T00:13:04.800Z+ echo Downloading...
4522024-05-25T00:13:04.800Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/6334bf74fa21790c15f1c4e494ea2ec0edd1c83c/dpd.json out/downloads/dpd-6334bf74fa21790c15f1c4e494ea2ec0edd1c83c.json
4532024-05-25T00:13:04.800ZDownloading...
4542024-05-25T00:13:04.801Z+ curl --silent --show-error --fail --location --output out/downloads/dpd-6334bf74fa21790c15f1c4e494ea2ec0edd1c83c.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/6334bf74fa21790c15f1c4e494ea2ec0edd1c83c/dpd.json
4552024-05-25T00:13:05.218Z++ do_sha256sum out/downloads/dpd-6334bf74fa21790c15f1c4e494ea2ec0edd1c83c.json
4562024-05-25T00:13:05.218Z++ case "$OSTYPE" in
4572024-05-25T00:13:05.218Z++ SHA=sha256sum
4582024-05-25T00:13:05.261Z++ sha256sum
4592024-05-25T00:13:05.262Z++ awk '{print $1}'
4602024-05-25T00:13:05.262Z+ calculated_sha2=213031aa058f0aa355964e4a5ca350db30110454bad5c77cbc94ab77fdcbe013
4612024-05-25T00:13:05.262Z+ [[ 213031aa058f0aa355964e4a5ca350db30110454bad5c77cbc94ab77fdcbe013 != \2\1\3\0\3\1\a\a\0\5\8\f\0\a\a\3\5\5\9\6\4\e\4\a\5\c\a\3\5\0\d\b\3\0\1\1\0\4\5\4\b\a\d\5\c\7\7\c\b\c\9\4\a\b\7\7\f\d\c\b\e\0\1\3 ]]
4622024-05-25T00:13:05.262Z+ set -o errexit
4632024-05-25T00:13:05.262Z+++ dirname ./tools/ci_download_dendrite_stub
4642024-05-25T00:13:05.263Z++ cd ./tools
4652024-05-25T00:13:05.263Z++ pwd
4662024-05-25T00:13:05.263Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
4672024-05-25T00:13:05.263Z++ basename ./tools/ci_download_dendrite_stub
4682024-05-25T00:13:05.263Z+ ARG0=ci_download_dendrite_stub
4692024-05-25T00:13:05.263Z+ source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums
4702024-05-25T00:13:05.264Z++ CIDL_SHA256_ILLUMOS=5929f9abf0daf4bbf17d835e5d69fc842b9617b312fb5644fa99daf785203700
4712024-05-25T00:13:05.264Z++ CIDL_SHA256_LINUX_DPD=fa38138db9ce1c2cababd11dd9ef1289295e4a8185c78372f6ff1a090c75a05b
4722024-05-25T00:13:05.264Z++ CIDL_SHA256_LINUX_SWADM=ebda6c0a8e29f40c389337fe2e37c1191eeeb34d729de7724b6d707bb6c9a882
4732024-05-25T00:13:05.264Z+ source /work/oxidecomputer/omicron/tools/dendrite_openapi_version
4742024-05-25T00:13:05.264Z++ COMMIT=6334bf74fa21790c15f1c4e494ea2ec0edd1c83c
4752024-05-25T00:13:05.264Z++ SHA2=213031aa058f0aa355964e4a5ca350db30110454bad5c77cbc94ab77fdcbe013
4762024-05-25T00:13:05.264Z+ TARGET_DIR=out
4772024-05-25T00:13:05.264Z+ DOWNLOAD_DIR=out/downloads
4782024-05-25T00:13:05.265Z+ DEST_DIR=./out/dendrite-stub
4792024-05-25T00:13:05.265Z+ BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin
4802024-05-25T00:13:05.265Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
4812024-05-25T00:13:05.265Z+ REPO=oxidecomputer/dendrite
4822024-05-25T00:13:05.265Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/6334bf74fa21790c15f1c4e494ea2ec0edd1c83c
4832024-05-25T00:13:05.266Z+ main
4842024-05-25T00:13:05.266Z+ [[ 0 != 0 ]]
4852024-05-25T00:13:05.266Z+ CIDL_OS=solaris2.11
4862024-05-25T00:13:05.266Z+ [[ 0 != 0 ]]
4872024-05-25T00:13:05.266Z+ configure_os solaris2.11
4882024-05-25T00:13:05.266Z+ echo 'current directory: /work/oxidecomputer/omicron'
4892024-05-25T00:13:05.267Z+ echo 'configuring based on OS: "solaris2.11"'
4902024-05-25T00:13:05.267Z+ case "$1" in
4912024-05-25T00:13:05.267Z+ SET_BINARIES=
4922024-05-25T00:13:05.267Z+ CIDL_SHA256=5929f9abf0daf4bbf17d835e5d69fc842b9617b312fb5644fa99daf785203700
4932024-05-25T00:13:05.267Z+ CIDL_SHA256FUNC=do_sha256sum
4942024-05-25T00:13:05.267Z+ TARBALL_FILENAME=dendrite-stub.tar.gz
4952024-05-25T00:13:05.267Zcurrent directory: /work/oxidecomputer/omicron
4962024-05-25T00:13:05.268Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/6334bf74fa21790c15f1c4e494ea2ec0edd1c83c/dendrite-stub.tar.gz
4972024-05-25T00:13:05.268Zconfiguring based on OS: "solaris2.11"
4982024-05-25T00:13:05.268Z+ TARBALL_FILE=out/downloads/dendrite-stub.tar.gz
4992024-05-25T00:13:05.268Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/6334bf74fa21790c15f1c4e494ea2ec0edd1c83c/dendrite-stub.tar.gz'
5002024-05-25T00:13:05.269ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/6334bf74fa21790c15f1c4e494ea2ec0edd1c83c/dendrite-stub.tar.gz
5012024-05-25T00:13:05.269Z+ echo 'Local file: out/downloads/dendrite-stub.tar.gz'
5022024-05-25T00:13:05.269ZLocal file: out/downloads/dendrite-stub.tar.gz
5032024-05-25T00:13:05.269Z+ mkdir -p out/downloads
5042024-05-25T00:13:05.302Z+ mkdir -p ./out/dendrite-stub
5052024-05-25T00:13:05.302Z+ fetch_and_verify
5062024-05-25T00:13:05.302Z+ local DO_DOWNLOAD=true
5072024-05-25T00:13:05.302Z+ [[ -f out/downloads/dendrite-stub.tar.gz ]]
5082024-05-25T00:13:05.302Z+ '[' true == true ']'
5092024-05-25T00:13:05.303Z+ echo Downloading...
5102024-05-25T00:13:05.303ZDownloading...
5112024-05-25T00:13:05.303Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/6334bf74fa21790c15f1c4e494ea2ec0edd1c83c/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz
5122024-05-25T00:13:05.303Z+ curl --silent --show-error --fail --location --output out/downloads/dendrite-stub.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/6334bf74fa21790c15f1c4e494ea2ec0edd1c83c/dendrite-stub.tar.gz
5132024-05-25T00:13:16.379Z++ do_sha256sum out/downloads/dendrite-stub.tar.gz
5142024-05-25T00:13:16.405Z++ sha256sum
5152024-05-25T00:13:16.405Z++ awk '{print $1}'
5162024-05-25T00:13:16.431Z+ calculated_sha256=5929f9abf0daf4bbf17d835e5d69fc842b9617b312fb5644fa99daf785203700
5172024-05-25T00:13:16.431Z+ [[ 5929f9abf0daf4bbf17d835e5d69fc842b9617b312fb5644fa99daf785203700 != \5\9\2\9\f\9\a\b\f\0\d\a\f\4\b\b\f\1\7\d\8\3\5\e\5\d\6\9\f\c\8\4\2\b\9\6\1\7\b\3\1\2\f\b\5\6\4\4\f\a\9\9\d\a\f\7\8\5\2\0\3\7\0\0 ]]
5182024-05-25T00:13:16.431Z+ do_untar out/downloads/dendrite-stub.tar.gz
5192024-05-25T00:13:16.431Z+ tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads
5202024-05-25T00:13:17.275Z+ do_assemble
5212024-05-25T00:13:17.275Z+ rm -r ./out/dendrite-stub
5222024-05-25T00:13:17.301Z+ mkdir ./out/dendrite-stub
5232024-05-25T00:13:17.301Z+ cp -r out/downloads/root ./out/dendrite-stub/root
5242024-05-25T00:13:17.454Z+ ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin
5252024-05-25T00:13:17.480Z+ set -o errexit
5262024-05-25T00:13:17.480Z+++ dirname ./tools/ci_download_maghemite_mgd
5272024-05-25T00:13:17.480Z++ cd ./tools
5282024-05-25T00:13:17.480Z++ pwd
5292024-05-25T00:13:17.480Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
5302024-05-25T00:13:17.512Z++ basename ./tools/ci_download_maghemite_mgd
5312024-05-25T00:13:17.512Z+ ARG0=ci_download_maghemite_mgd
5322024-05-25T00:13:17.512Z+ source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums
5332024-05-25T00:13:17.512Z++ CIDL_SHA256=e0907de39ca9f8ab45d40d361a1dbeed4bd8e9b157f8d3d8fe0a4bc259d933bd
5342024-05-25T00:13:17.512Z++ MGD_LINUX_SHA256=903413ddaab89594ed7518cb8f2f27793e96cd17ed2d6b3fe11657ec4375cb19
5352024-05-25T00:13:17.512Z+ source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version
5362024-05-25T00:13:17.513Z++ COMMIT=23b0cf439f9f62b9a4933e55cc72bcaddc9596cd
5372024-05-25T00:13:17.513Z++ SHA2=fdb33ee7425923560534672264008ef8948d227afce948ab704de092ad72157c
5382024-05-25T00:13:17.513Z+ TARGET_DIR=out
5392024-05-25T00:13:17.513Z+ DOWNLOAD_DIR=out/downloads
5402024-05-25T00:13:17.513Z+ DEST_DIR=./out/mgd
5412024-05-25T00:13:17.513Z+ BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin
5422024-05-25T00:13:17.513Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
5432024-05-25T00:13:17.513Z+ REPO=oxidecomputer/maghemite
5442024-05-25T00:13:17.513Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/23b0cf439f9f62b9a4933e55cc72bcaddc9596cd
5452024-05-25T00:13:17.514Z+ main
5462024-05-25T00:13:17.514Z+ rm -rf out/downloads/root
5472024-05-25T00:13:17.514Z+ [[ 0 != 0 ]]
5482024-05-25T00:13:17.514Z+ CIDL_OS=solaris2.11
5492024-05-25T00:13:17.514Z+ [[ 0 != 0 ]]
5502024-05-25T00:13:17.514Z+ configure_os solaris2.11
5512024-05-25T00:13:17.515Z+ echo 'current directory: /work/oxidecomputer/omicron'
5522024-05-25T00:13:17.515Zcurrent directory: /work/oxidecomputer/omicron
5532024-05-25T00:13:17.515Z+ echo 'configuring based on OS: "solaris2.11"'
5542024-05-25T00:13:17.515Z+ case "$1" in
5552024-05-25T00:13:17.515Zconfiguring based on OS: "solaris2.11"
5562024-05-25T00:13:17.515Z+ SET_BINARIES=
5572024-05-25T00:13:17.515Z+ CIDL_SHA256FUNC=do_sha256sum
5582024-05-25T00:13:17.515Z+ TARBALL_FILENAME=mgd.tar.gz
5592024-05-25T00:13:17.515Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/23b0cf439f9f62b9a4933e55cc72bcaddc9596cd/mgd.tar.gz
5602024-05-25T00:13:17.516Z+ TARBALL_FILE=out/downloads/mgd.tar.gz
5612024-05-25T00:13:17.516Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/23b0cf439f9f62b9a4933e55cc72bcaddc9596cd/mgd.tar.gz'
5622024-05-25T00:13:17.516ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/23b0cf439f9f62b9a4933e55cc72bcaddc9596cd/mgd.tar.gz
5632024-05-25T00:13:17.516ZLocal file: out/downloads/mgd.tar.gz
5642024-05-25T00:13:17.516Z+ echo 'Local file: out/downloads/mgd.tar.gz'
5652024-05-25T00:13:17.516Z+ mkdir -p out/downloads
5662024-05-25T00:13:17.516Z+ mkdir -p ./out/mgd
5672024-05-25T00:13:17.516Z+ fetch_and_verify
5682024-05-25T00:13:17.516Z+ local DO_DOWNLOAD=true
5692024-05-25T00:13:17.516Z+ [[ -f out/downloads/mgd.tar.gz ]]
5702024-05-25T00:13:17.516Z+ '[' true == true ']'
5712024-05-25T00:13:17.517Z+ echo Downloading...
5722024-05-25T00:13:17.517ZDownloading...
5732024-05-25T00:13:17.517Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/23b0cf439f9f62b9a4933e55cc72bcaddc9596cd/mgd.tar.gz out/downloads/mgd.tar.gz
5742024-05-25T00:13:17.517Z+ curl --silent --show-error --fail --location --output out/downloads/mgd.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/23b0cf439f9f62b9a4933e55cc72bcaddc9596cd/mgd.tar.gz
5752024-05-25T00:13:24.327Z++ do_sha256sum out/downloads/mgd.tar.gz
5762024-05-25T00:13:24.353Z++ sha256sum
5772024-05-25T00:13:24.353Z++ awk '{print $1}'
5782024-05-25T00:13:24.378Z+ calculated_sha256=e0907de39ca9f8ab45d40d361a1dbeed4bd8e9b157f8d3d8fe0a4bc259d933bd
5792024-05-25T00:13:24.378Z+ [[ e0907de39ca9f8ab45d40d361a1dbeed4bd8e9b157f8d3d8fe0a4bc259d933bd != \e\0\9\0\7\d\e\3\9\c\a\9\f\8\a\b\4\5\d\4\0\d\3\6\1\a\1\d\b\e\e\d\4\b\d\8\e\9\b\1\5\7\f\8\d\3\d\8\f\e\0\a\4\b\c\2\5\9\d\9\3\3\b\d ]]
5802024-05-25T00:13:24.378Z+ do_untar out/downloads/mgd.tar.gz
5812024-05-25T00:13:24.378Z+ tar xzf out/downloads/mgd.tar.gz -C out/downloads
5822024-05-25T00:13:25.129Z+ do_assemble
5832024-05-25T00:13:25.129Z+ rm -r ./out/mgd
5842024-05-25T00:13:25.158Z+ mkdir ./out/mgd
5852024-05-25T00:13:25.159Z+ cp -r out/downloads/root ./out/mgd/root
5862024-05-25T00:13:25.222Z+ set -o errexit
5872024-05-25T00:13:25.281Z+++ dirname ./tools/ci_download_transceiver_control
5882024-05-25T00:13:25.281Z++ cd ./tools
5892024-05-25T00:13:25.281Z++ pwd
5902024-05-25T00:13:25.281Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
5912024-05-25T00:13:25.281Z++ basename ./tools/ci_download_transceiver_control
5922024-05-25T00:13:25.281Z+ ARG0=ci_download_transceiver_control
5932024-05-25T00:13:25.282Z+ source /work/oxidecomputer/omicron/tools/transceiver_control_version
5942024-05-25T00:13:25.282Z++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a
5952024-05-25T00:13:25.282Z++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
5962024-05-25T00:13:25.282Z+ TARGET_DIR=out
5972024-05-25T00:13:25.282Z+ DOWNLOAD_DIR=out/downloads
5982024-05-25T00:13:25.282Z+ DEST_DIR=./out/transceiver-control
5992024-05-25T00:13:25.282Z+ BIN_DIR=/opt/oxide/bin
6002024-05-25T00:13:25.282Z+ BINARY=xcvradm
6012024-05-25T00:13:25.282Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
6022024-05-25T00:13:25.282Z+ REPO=oxidecomputer/transceiver-control
6032024-05-25T00:13:25.282Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a
6042024-05-25T00:13:25.283Z+ main
6052024-05-25T00:13:25.283Z+ [[ 0 != 0 ]]
6062024-05-25T00:13:25.284Z+ CIDL_OS=solaris2.11
6072024-05-25T00:13:25.284Z+ [[ 0 != 0 ]]
6082024-05-25T00:13:25.284Z+ configure_os solaris2.11
6092024-05-25T00:13:25.284Z+ echo 'current directory: /work/oxidecomputer/omicron'
6102024-05-25T00:13:25.284Zcurrent directory: /work/oxidecomputer/omicron
6112024-05-25T00:13:25.285Zconfiguring based on OS: "solaris2.11"
6122024-05-25T00:13:25.285Z+ echo 'configuring based on OS: "solaris2.11"'
6132024-05-25T00:13:25.285Z+ case "$1" in
6142024-05-25T00:13:25.285Z+ SET_BINARIES=
6152024-05-25T00:13:25.285Z+ CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
6162024-05-25T00:13:25.285Z+ CIDL_SHA256FUNC=do_sha256sum
6172024-05-25T00:13:25.285Z+ ARCHIVE_FILENAME=xcvradm.gz
6182024-05-25T00:13:25.285Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz
6192024-05-25T00:13:25.285Z+ ARCHIVE_FILE=out/downloads/xcvradm.gz
6202024-05-25T00:13:25.286Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz'
6212024-05-25T00:13:25.286Z+ echo 'Local file: out/downloads/xcvradm.gz'
6222024-05-25T00:13:25.286ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz
6232024-05-25T00:13:25.286ZLocal file: out/downloads/xcvradm.gz
6242024-05-25T00:13:25.286Z+ mkdir -p out/downloads
6252024-05-25T00:13:25.286Z+ mkdir -p ./out/transceiver-control
6262024-05-25T00:13:25.286Z+ fetch_and_verify
6272024-05-25T00:13:25.286Z+ local DO_DOWNLOAD=true
6282024-05-25T00:13:25.286Z+ [[ -f out/downloads/xcvradm.gz ]]
6292024-05-25T00:13:25.286Z+ '[' true == true ']'
6302024-05-25T00:13:25.286Z+ echo Downloading...
6312024-05-25T00:13:25.286ZDownloading...
6322024-05-25T00:13:25.287Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz
6332024-05-25T00:13:25.287Z+ 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
6342024-05-25T00:13:27.544Z++ do_sha256sum out/downloads/xcvradm.gz
6352024-05-25T00:13:27.570Z++ sha256sum
6362024-05-25T00:13:27.570Z++ awk '{print $1}'
6372024-05-25T00:13:27.570Z+ calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
6382024-05-25T00:13:27.570Z+ [[ 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 ]]
6392024-05-25T00:13:27.570Z+ do_unpack out/downloads/xcvradm.gz
6402024-05-25T00:13:27.570Z+ mkdir -p out/downloads/root//opt/oxide/bin
6412024-05-25T00:13:27.570Z+ gzip -dc out/downloads/xcvradm.gz
6422024-05-25T00:13:27.703Z+ chmod +x out/downloads/root//opt/oxide/bin/xcvradm
6432024-05-25T00:13:27.728Z+ do_assemble
6442024-05-25T00:13:27.728Z+ rm -r ./out/transceiver-control
6452024-05-25T00:13:27.728Z+ mkdir ./out/transceiver-control
6462024-05-25T00:13:27.729Z+ cp -r out/downloads/root ./out/transceiver-control/root
6472024-05-25T00:13:27.792Z+ set -o errexit
6482024-05-25T00:13:27.818Z+++ dirname ./tools/ci_download_thundermuffin
6492024-05-25T00:13:27.818Z++ cd ./tools
6502024-05-25T00:13:27.819Z++ pwd
6512024-05-25T00:13:27.819Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
6522024-05-25T00:13:27.819Z++ basename ./tools/ci_download_thundermuffin
6532024-05-25T00:13:27.819Z+ ARG0=ci_download_thundermuffin
6542024-05-25T00:13:27.819Z+ source /work/oxidecomputer/omicron/tools/thundermuffin_checksums
6552024-05-25T00:13:27.819Z++ CIDL_SHA256=dc55a2accd33a347df4cbdc0026cbaccea2c004940c3fec8cadcdd633d440dfa
6562024-05-25T00:13:27.819Z+ source /work/oxidecomputer/omicron/tools/thundermuffin_version
6572024-05-25T00:13:27.819Z++ COMMIT=a4a6108d7c9aac2464a0b6898e88132a8f701a13
6582024-05-25T00:13:27.819Z+ TARGET_DIR=out
6592024-05-25T00:13:27.819Z+ DOWNLOAD_DIR=out/downloads
6602024-05-25T00:13:27.819Z+ DEST_DIR=./out/thundermuffin
6612024-05-25T00:13:27.819Z+ BIN_DIR=./out/thundermuffin/root/opt/oxide/thundermuffin/bin
6622024-05-25T00:13:27.819Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
6632024-05-25T00:13:27.819Z+ REPO=oxidecomputer/thundermuffin
6642024-05-25T00:13:27.820Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13
6652024-05-25T00:13:27.820Z+ main
6662024-05-25T00:13:27.820Z+ rm -rf out/downloads/root
6672024-05-25T00:13:27.820Z+ [[ 0 != 0 ]]
6682024-05-25T00:13:27.820Z+ CIDL_OS=solaris2.11
6692024-05-25T00:13:27.820Z+ [[ 0 != 0 ]]
6702024-05-25T00:13:27.820Z+ configure_os solaris2.11
6712024-05-25T00:13:27.820Z+ echo 'current directory: /work/oxidecomputer/omicron'
6722024-05-25T00:13:27.820Zcurrent directory: /work/oxidecomputer/omicron
6732024-05-25T00:13:27.820Z+ echo 'configuring based on OS: "solaris2.11"'
6742024-05-25T00:13:27.820Z+ case "$1" in
6752024-05-25T00:13:27.820Z+ SET_BINARIES=
6762024-05-25T00:13:27.820Zconfiguring based on OS: "solaris2.11"
6772024-05-25T00:13:27.820Z+ CIDL_SHA256FUNC=do_sha256sum
6782024-05-25T00:13:27.820Z+ TARBALL_FILENAME=thundermuffin.tar.gz
6792024-05-25T00:13:27.821Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz
6802024-05-25T00:13:27.821Z+ TARBALL_FILE=out/downloads/thundermuffin.tar.gz
6812024-05-25T00:13:27.821Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz'
6822024-05-25T00:13:27.821ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz
6832024-05-25T00:13:27.821Z+ echo 'Local file: out/downloads/thundermuffin.tar.gz'
6842024-05-25T00:13:27.821Z+ mkdir -p out/downloads
6852024-05-25T00:13:27.821ZLocal file: out/downloads/thundermuffin.tar.gz
6862024-05-25T00:13:27.821Z+ mkdir -p ./out/thundermuffin
6872024-05-25T00:13:27.821Z+ fetch_and_verify
6882024-05-25T00:13:27.821Z+ local DO_DOWNLOAD=true
6892024-05-25T00:13:27.821Z+ [[ -f out/downloads/thundermuffin.tar.gz ]]
6902024-05-25T00:13:27.821Z+ '[' true == true ']'
6912024-05-25T00:13:27.821Z+ echo Downloading...
6922024-05-25T00:13:27.821Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz out/downloads/thundermuffin.tar.gz
6932024-05-25T00:13:27.821ZDownloading...
6942024-05-25T00:13:27.821Z+ curl --silent --show-error --fail --location --output out/downloads/thundermuffin.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz
6952024-05-25T00:13:30.054Z++ do_sha256sum out/downloads/thundermuffin.tar.gz
6962024-05-25T00:13:30.080Z++ sha256sum
6972024-05-25T00:13:30.080Z++ awk '{print $1}'
6982024-05-25T00:13:30.080Z+ calculated_sha256=dc55a2accd33a347df4cbdc0026cbaccea2c004940c3fec8cadcdd633d440dfa
6992024-05-25T00:13:30.080Z+ [[ dc55a2accd33a347df4cbdc0026cbaccea2c004940c3fec8cadcdd633d440dfa != \d\c\5\5\a\2\a\c\c\d\3\3\a\3\4\7\d\f\4\c\b\d\c\0\0\2\6\c\b\a\c\c\e\a\2\c\0\0\4\9\4\0\c\3\f\e\c\8\c\a\d\c\d\d\6\3\3\d\4\4\0\d\f\a ]]
7002024-05-25T00:13:30.080Z+ do_untar out/downloads/thundermuffin.tar.gz
7012024-05-25T00:13:30.080Z+ tar xzf out/downloads/thundermuffin.tar.gz -C out/downloads
7022024-05-25T00:13:30.152Z+ do_assemble
7032024-05-25T00:13:30.152Z+ rm -r ./out/thundermuffin
7042024-05-25T00:13:30.178Z+ mkdir ./out/thundermuffin
7052024-05-25T00:13:30.178Z+ cp -r out/downloads/root ./out/thundermuffin/root
7062024-05-25T00:13:30.203ZAll builder prerequisites installed successfully, and PATH looks valid
7072024-05-25T00:13:30.204Z
7082024-05-25T00:13:30.204Zreal 2:01.836302179
7092024-05-25T00:13:30.204Zuser 45.900625862
7102024-05-25T00:13:30.204Zsys 12.502429878
7112024-05-25T00:13:30.204Ztrap 0.015237290
7122024-05-25T00:13:30.204Ztflt 0.009006255
7132024-05-25T00:13:30.204Zdflt 0.017511747
7142024-05-25T00:13:30.204Zkflt 0.005474411
7152024-05-25T00:13:30.204Zlock 2.002147169
7162024-05-25T00:13:30.204Zslp 4:07.390623652
7172024-05-25T00:13:30.204Zlat 5.124606454
7182024-05-25T00:13:30.204Zstop 0.065334187
7192024-05-25T00:13:30.204Z
7202024-05-25T00:13:30.204Z #### # # ##### ##### # #
7212024-05-25T00:13:30.205Z # # # # # # # # # #
7222024-05-25T00:13:30.205Z # # # # # # # #
7232024-05-25T00:13:30.205Z # # # ##### ##### #
7242024-05-25T00:13:30.205Z # # # # # # #
7252024-05-25T00:13:30.205Z #### ###### # # # #
7262024-05-25T00:13:30.205Z
7272024-05-25T00:13:30.478Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
7282024-05-25T00:13:30.947Z Updating git repository `https://github.com/oxidecomputer/zone`
7292024-05-25T00:13:31.329Z Updating crates.io index
7302024-05-25T00:13:31.796Z Updating git repository `https://github.com/oxidecomputer/dropshot`
7312024-05-25T00:13:32.097Z Updating git repository `https://github.com/oxidecomputer/maghemite`
7322024-05-25T00:13:32.862Z Updating git repository `https://github.com/oxidecomputer/oxnet`
7332024-05-25T00:13:33.202Z Updating git repository `https://github.com/oxidecomputer/progenitor`
7342024-05-25T00:13:35.263Z Updating git repository `http://github.com/oxidecomputer/serde_human_bytes`
7352024-05-25T00:13:35.654Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
7362024-05-25T00:13:35.992Z Updating git repository `https://github.com/oxidecomputer/propolis`
7372024-05-25T00:13:37.141Z Updating git repository `https://github.com/oxidecomputer/crucible`
7382024-05-25T00:13:38.942Z Updating git repository `https://github.com/oxidecomputer/opte`
7392024-05-25T00:13:40.011Z Updating git repository `https://github.com/oxidecomputer/falcon`
7402024-05-25T00:13:40.774Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
7412024-05-25T00:13:41.543Z Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel`
7422024-05-25T00:13:42.085Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
7432024-05-25T00:13:42.453Z Updating git repository `http://github.com/oxidecomputer/sprockets`
7442024-05-25T00:13:42.997Z Updating git repository `https://github.com/oxidecomputer/diesel-dtrace`
7452024-05-25T00:13:43.401Z Updating git repository `http://github.com/oxidecomputer/tofino`
7462024-05-25T00:13:43.833Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
7472024-05-25T00:13:44.171Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
7482024-05-25T00:13:44.525Z Updating git repository `https://github.com/oxidecomputer/libnvme`
7492024-05-25T00:13:44.946Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
7502024-05-25T00:13:45.371Z Updating git repository `https://github.com/oxidecomputer/ispf`
7512024-05-25T00:13:46.206Z Updating git repository `https://github.com/oxidecomputer/poptrie`
7522024-05-25T00:13:46.728Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
7532024-05-25T00:13:47.109Z Updating git repository `https://github.com/jgallagher/nix`
7542024-05-25T00:13:48.332Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
7552024-05-25T00:13:48.693Z Updating git repository `https://github.com/cbiffle/hubpack.git`
7562024-05-25T00:13:49.122Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
7572024-05-25T00:13:49.663Z Updating git repository `https://github.com/oxidecomputer/typify`
7582024-05-25T00:13:51.801Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
7592024-05-25T00:13:52.275Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
7602024-05-25T00:13:52.660Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
7612024-05-25T00:13:53.374Z Updating git repository `https://github.com/oxidecomputer/rfb`
7622024-05-25T00:13:54.841Z Downloading crates ...
7632024-05-25T00:13:54.902Z Downloaded anstream v0.6.14
7642024-05-25T00:13:54.928Z Downloaded autocfg v1.3.0
7652024-05-25T00:13:54.928Z Downloaded anyhow v1.0.83
7662024-05-25T00:13:54.928Z Downloaded fs-err v2.11.0
7672024-05-25T00:13:54.928Z Downloaded utf8parse v0.2.1
7682024-05-25T00:13:54.928Z Downloaded toml_datetime v0.6.6
7692024-05-25T00:13:54.928Z Downloaded memchr v2.7.2
7702024-05-25T00:13:54.954Z Downloaded thiserror-impl v1.0.60
7712024-05-25T00:13:54.954Z Downloaded terminal_size v0.3.0
7722024-05-25T00:13:54.954Z Downloaded winnow v0.6.8
7732024-05-25T00:13:54.980Z Downloaded unicode-ident v1.0.12
7742024-05-25T00:13:54.980Z Downloaded syn v2.0.64
7752024-05-25T00:13:54.980Z Downloaded libc v0.2.153
7762024-05-25T00:13:55.006Z Downloaded rustix v0.38.34
7772024-05-25T00:13:55.036Z Downloaded toml_edit v0.22.13
7782024-05-25T00:13:55.065Z Downloaded toml v0.8.13
7792024-05-25T00:13:55.091Z Downloaded serde_json v1.0.117
7802024-05-25T00:13:55.091Z Downloaded hashbrown v0.14.5
7812024-05-25T00:13:55.091Z Downloaded serde v1.0.202
7822024-05-25T00:13:55.091Z Downloaded thiserror v1.0.60
7832024-05-25T00:13:55.117Z Downloaded swrite v0.1.0
7842024-05-25T00:13:55.118Z Downloaded strsim v0.11.1
7852024-05-25T00:13:55.118Z Downloaded serde_spanned v0.6.6
7862024-05-25T00:13:55.118Z Downloaded serde_derive v1.0.202
7872024-05-25T00:13:55.118Z Downloaded quote v1.0.36
7882024-05-25T00:13:55.118Z Downloaded macaddr v1.0.1
7892024-05-25T00:13:55.118Z Downloaded semver v1.0.23
7902024-05-25T00:13:55.118Z Downloaded ryu v1.0.18
7912024-05-25T00:13:55.118Z Downloaded proc-macro2 v1.0.82
7922024-05-25T00:13:55.144Z Downloaded itoa v1.0.11
7932024-05-25T00:13:55.144Z Downloaded is_terminal_polyfill v1.70.0
7942024-05-25T00:13:55.144Z Downloaded indexmap v2.2.6
7952024-05-25T00:13:55.145Z Downloaded heck v0.5.0
7962024-05-25T00:13:55.145Z Downloaded clap_builder v4.5.2
7972024-05-25T00:13:55.145Z Downloaded errno v0.3.9
7982024-05-25T00:13:55.145Z Downloaded equivalent v1.0.1
7992024-05-25T00:13:55.145Z Downloaded colorchoice v1.0.1
8002024-05-25T00:13:55.145Z Downloaded clap_lex v0.7.0
8012024-05-25T00:13:55.145Z Downloaded clap_derive v4.5.4
8022024-05-25T00:13:55.171Z Downloaded clap v4.5.4
8032024-05-25T00:13:55.171Z Downloaded cargo_toml v0.20.2
8042024-05-25T00:13:55.171Z Downloaded cargo_metadata v0.18.1
8052024-05-25T00:13:55.171Z Downloaded cargo-platform v0.1.8
8062024-05-25T00:13:55.171Z Downloaded camino v1.1.7
8072024-05-25T00:13:55.171Z Downloaded bitflags v2.5.0
8082024-05-25T00:13:55.171Z Downloaded anstyle-query v1.0.3
8092024-05-25T00:13:55.197Z Downloaded anstyle-parse v0.2.4
8102024-05-25T00:13:55.197Z Downloaded anstyle v1.0.7
8112024-05-25T00:13:55.313Z Compiling proc-macro2 v1.0.82
8122024-05-25T00:13:55.339Z Compiling unicode-ident v1.0.12
8132024-05-25T00:13:55.339Z Compiling serde v1.0.202
8142024-05-25T00:13:55.339Z Compiling libc v0.2.153
8152024-05-25T00:13:55.339Z Compiling rustix v0.38.34
8162024-05-25T00:13:55.339Z Compiling equivalent v1.0.1
8172024-05-25T00:13:55.339Z Compiling utf8parse v0.2.1
8182024-05-25T00:13:55.339Z Compiling bitflags v2.5.0
8192024-05-25T00:13:55.529Z Compiling hashbrown v0.14.5
8202024-05-25T00:13:55.595Z Compiling anstyle-parse v0.2.4
8212024-05-25T00:13:55.622Z Compiling thiserror v1.0.60
8222024-05-25T00:13:55.897Z Compiling autocfg v1.3.0
8232024-05-25T00:13:55.974Z Compiling is_terminal_polyfill v1.70.0
8242024-05-25T00:13:56.089Z Compiling camino v1.1.7
8252024-05-25T00:13:56.138Z Compiling colorchoice v1.0.1
8262024-05-25T00:13:56.184Z Compiling serde_json v1.0.117
8272024-05-25T00:13:56.285Z Compiling winnow v0.6.8
8282024-05-25T00:13:56.310Z Compiling anstyle-query v1.0.3
8292024-05-25T00:13:56.434Z Compiling semver v1.0.23
8302024-05-25T00:13:56.464Z Compiling anstyle v1.0.7
8312024-05-25T00:13:56.680Z Compiling indexmap v2.2.6
8322024-05-25T00:13:56.762Z Compiling fs-err v2.11.0
8332024-05-25T00:13:56.788Z Compiling anstream v0.6.14
8342024-05-25T00:13:56.892Z Compiling quote v1.0.36
8352024-05-25T00:13:57.002Z Compiling clap_lex v0.7.0
8362024-05-25T00:13:57.066Z Compiling ryu v1.0.18
8372024-05-25T00:13:57.397Z Compiling syn v2.0.64
8382024-05-25T00:13:57.481Z Compiling errno v0.3.9
8392024-05-25T00:13:57.507Z Compiling anyhow v1.0.83
8402024-05-25T00:13:57.560Z Compiling itoa v1.0.11
8412024-05-25T00:13:57.622Z Compiling heck v0.5.0
8422024-05-25T00:13:57.769Z Compiling strsim v0.11.1
8432024-05-25T00:13:57.868Z Compiling swrite v0.1.0
8442024-05-25T00:13:58.694Z Compiling terminal_size v0.3.0
8452024-05-25T00:13:58.814Z Compiling clap_builder v4.5.2
8462024-05-25T00:14:03.947Z Compiling serde_derive v1.0.202
8472024-05-25T00:14:03.947Z Compiling thiserror-impl v1.0.60
8482024-05-25T00:14:03.947Z Compiling clap_derive v4.5.4
8492024-05-25T00:14:07.056Z Compiling clap v4.5.4
8502024-05-25T00:14:13.738Z Compiling toml_datetime v0.6.6
8512024-05-25T00:14:13.738Z Compiling serde_spanned v0.6.6
8522024-05-25T00:14:13.764Z Compiling cargo-platform v0.1.8
8532024-05-25T00:14:13.764Z Compiling macaddr v1.0.1
8542024-05-25T00:14:14.065Z Compiling toml_edit v0.22.13
8552024-05-25T00:14:15.121Z Compiling cargo_metadata v0.18.1
8562024-05-25T00:14:16.449Z Compiling toml v0.8.13
8572024-05-25T00:14:17.201Z Compiling cargo_toml v0.20.2
8582024-05-25T00:14:21.830Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
8592024-05-25T00:14:25.281Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 55.02s
8602024-05-25T00:14:25.485Z Running `target/debug/xtask clippy`
8612024-05-25T00:14:25.544Zrunning: "/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/cargo" "clippy" "--all-targets" "--" "--deny" "warnings"
8622024-05-25T00:14:26.390Z Downloading crates ...
8632024-05-25T00:14:26.508Z Downloaded addr2line v0.21.0
8642024-05-25T00:14:26.536Z Downloaded approx v0.5.1
8652024-05-25T00:14:26.536Z Downloaded ascii v1.1.0
8662024-05-25T00:14:26.536Z Downloaded bit-set v0.5.3
8672024-05-25T00:14:26.537Z Downloaded async-stream v0.3.5
8682024-05-25T00:14:26.537Z Downloaded heck v0.4.1
8692024-05-25T00:14:26.537Z Downloaded bzip2 v0.4.4
8702024-05-25T00:14:26.537Z Downloaded hex v0.4.3
8712024-05-25T00:14:26.566Z Downloaded heapless v0.8.0
8722024-05-25T00:14:26.566Z Downloaded hubpack v0.1.2
8732024-05-25T00:14:26.567Z Downloaded httptest v0.15.5
8742024-05-25T00:14:26.567Z Downloaded http v0.2.12
8752024-05-25T00:14:26.593Z Downloaded crunchy v0.2.2
8762024-05-25T00:14:26.593Z Downloaded maplit v1.0.2
8772024-05-25T00:14:26.593Z Downloaded rand_xorshift v0.3.0
8782024-05-25T00:14:26.593Z Downloaded serde-big-array v0.4.1
8792024-05-25T00:14:26.593Z Downloaded serde_plain v1.0.2
8802024-05-25T00:14:26.620Z Downloaded toolchain_find v0.4.0
8812024-05-25T00:14:26.620Z Downloaded topological-sort v0.2.2
8822024-05-25T00:14:26.620Z Downloaded smf v0.2.3
8832024-05-25T00:14:26.620Z Downloaded time-core v0.1.2
8842024-05-25T00:14:26.620Z Downloaded diesel_table_macro_syntax v0.1.0
8852024-05-25T00:14:26.620Z Downloaded usdt-attr-macro v0.3.5
8862024-05-25T00:14:26.647Z Downloaded pathdiff v0.2.1
8872024-05-25T00:14:26.647Z Downloaded derive_builder_core v0.20.0
8882024-05-25T00:14:26.648Z Downloaded openssl-probe v0.1.5
8892024-05-25T00:14:26.648Z Downloaded slog-json v2.6.1
8902024-05-25T00:14:26.675Z Downloaded dtrace-parser v0.2.0
8912024-05-25T00:14:26.702Z Downloaded number_prefix v0.4.0
8922024-05-25T00:14:26.702Z Downloaded cstr-argument v0.1.2
8932024-05-25T00:14:26.702Z Downloaded precomputed-hash v0.1.1
8942024-05-25T00:14:26.729Z Downloaded pretty-hex v0.4.1
8952024-05-25T00:14:26.729Z Downloaded postgres-types v0.2.6
8962024-05-25T00:14:26.729Z Downloaded postcard v1.0.8
8972024-05-25T00:14:26.729Z Downloaded uzers v0.11.3
8982024-05-25T00:14:26.756Z Downloaded want v0.3.1
8992024-05-25T00:14:26.756Z Downloaded foreign-types-shared v0.1.1
9002024-05-25T00:14:26.756Z Downloaded foreign-types v0.3.2
9012024-05-25T00:14:26.756Z Downloaded termtree v0.4.1
9022024-05-25T00:14:26.756Z Downloaded thiserror-impl-no-std v2.0.2
9032024-05-25T00:14:26.756Z Downloaded futures-task v0.3.30
9042024-05-25T00:14:26.756Z Downloaded ff v0.13.0
9052024-05-25T00:14:26.756Z Downloaded futures-sink v0.3.30
9062024-05-25T00:14:26.756Z Downloaded filetime v0.2.23
9072024-05-25T00:14:26.783Z Downloaded rustc-hash v1.1.0
9082024-05-25T00:14:26.784Z Downloaded generic-array v0.14.7
9092024-05-25T00:14:26.784Z Downloaded signal-hook-registry v1.4.2
9102024-05-25T00:14:26.784Z Downloaded sigpipe v0.1.3
9112024-05-25T00:14:26.784Z Downloaded percent-encoding v2.3.1
9122024-05-25T00:14:26.784Z Downloaded rand_seeder v0.2.3
9132024-05-25T00:14:26.784Z Downloaded rustc_version v0.4.0
9142024-05-25T00:14:26.784Z Downloaded rpassword v7.3.1
9152024-05-25T00:14:26.784Z Downloaded r2d2 v0.8.10
9162024-05-25T00:14:26.811Z Downloaded siphasher v0.3.11
9172024-05-25T00:14:26.811Z Downloaded peg-runtime v0.8.3
9182024-05-25T00:14:26.811Z Downloaded slog-stdlog v4.1.1
9192024-05-25T00:14:26.811Z Downloaded slog-scope v4.4.0
9202024-05-25T00:14:26.811Z Downloaded oorandom v11.1.3
9212024-05-25T00:14:26.811Z Downloaded once_cell v1.19.0
9222024-05-25T00:14:26.811Z Downloaded signal-hook v0.3.17
9232024-05-25T00:14:26.838Z Downloaded pem v3.0.4
9242024-05-25T00:14:26.838Z Downloaded omicron-zone-package v0.11.0
9252024-05-25T00:14:26.838Z Downloaded reedline v0.31.0
9262024-05-25T00:14:26.838Z Downloaded rand v0.8.5
9272024-05-25T00:14:26.865Z Downloaded quick-xml v0.31.0
9282024-05-25T00:14:26.865Z Downloaded regex v1.10.4
9292024-05-25T00:14:26.891Z Downloaded rustls v0.21.12
9302024-05-25T00:14:26.917Z Downloaded tokio v1.37.0
9312024-05-25T00:14:26.952Z Downloaded rustls v0.22.4
9322024-05-25T00:14:26.978Z Downloaded ratatui v0.26.2
9332024-05-25T00:14:27.003Z Downloaded sha3 v0.10.8
9342024-05-25T00:14:27.003Z Downloaded zerocopy-derive v0.6.6
9352024-05-25T00:14:27.029Z Downloaded zerocopy-derive v0.2.0
9362024-05-25T00:14:27.056Z Downloaded encoding_rs v0.8.34
9372024-05-25T00:14:27.081Z Downloaded csv v1.3.0
9382024-05-25T00:14:27.107Z Downloaded polar-core v0.27.3
9392024-05-25T00:14:27.133Z Downloaded object v0.32.2
9402024-05-25T00:14:27.133Z Downloaded trust-dns-proto v0.22.0
9412024-05-25T00:14:27.159Z Downloaded smoltcp v0.11.0
9422024-05-25T00:14:27.184Z Downloaded rayon v1.10.0
9432024-05-25T00:14:27.185Z Downloaded radix_trie v0.2.1
9442024-05-25T00:14:27.210Z Downloaded goblin v0.8.2
9452024-05-25T00:14:27.210Z Downloaded gimli v0.28.1
9462024-05-25T00:14:27.245Z Downloaded finl_unicode v1.2.0
9472024-05-25T00:14:27.271Z Downloaded ring v0.17.8
9482024-05-25T00:14:27.325Z Downloaded petgraph v0.6.5
9492024-05-25T00:14:27.351Z Downloaded object v0.30.4
9502024-05-25T00:14:27.376Z Downloaded nix v0.28.0
9512024-05-25T00:14:27.376Z Downloaded proptest v1.4.0
9522024-05-25T00:14:27.402Z Downloaded idna v0.3.0
9532024-05-25T00:14:27.402Z Downloaded num-bigint-dig v0.8.4
9542024-05-25T00:14:27.403Z Downloaded ring v0.16.20
9552024-05-25T00:14:27.498Z Downloaded num-bigint v0.4.5
9562024-05-25T00:14:27.523Z Downloaded hashbrown v0.13.2
9572024-05-25T00:14:27.523Z Downloaded zerocopy v0.7.34
9582024-05-25T00:14:27.550Z Downloaded winnow v0.5.40
9592024-05-25T00:14:27.550Z Downloaded sled v0.34.7
9602024-05-25T00:14:27.550Z Downloaded regex-automata v0.4.6
9612024-05-25T00:14:27.577Z Downloaded idna v0.2.3
9622024-05-25T00:14:27.602Z Downloaded sqlparser v0.45.0
9632024-05-25T00:14:27.602Z Downloaded portable-atomic v1.6.0
9642024-05-25T00:14:27.602Z Downloaded idna v0.5.0
9652024-05-25T00:14:27.602Z Downloaded futures-util v0.3.30
9662024-05-25T00:14:27.628Z Downloaded webpki-roots v0.25.4
9672024-05-25T00:14:27.628Z Downloaded unicode-normalization v0.1.23
9682024-05-25T00:14:27.628Z Downloaded plotters v0.3.5
9692024-05-25T00:14:27.654Z Downloaded socket2 v0.5.7
9702024-05-25T00:14:27.654Z Downloaded similar v2.5.0
9712024-05-25T00:14:27.654Z Downloaded pest v2.7.10
9722024-05-25T00:14:27.654Z Downloaded x509-cert v0.2.5
9732024-05-25T00:14:27.680Z Downloaded serde_with v3.8.1
9742024-05-25T00:14:27.680Z Downloaded hyper v0.14.28
9752024-05-25T00:14:27.680Z Downloaded socket2 v0.4.10
9762024-05-25T00:14:27.711Z Downloaded slog-term v2.9.1
9772024-05-25T00:14:27.711Z Downloaded serde_yaml v0.9.34+deprecated
9782024-05-25T00:14:27.711Z Downloaded schemars v0.8.20
9792024-05-25T00:14:27.711Z Downloaded rstest_macros v0.19.0
9802024-05-25T00:14:27.712Z Downloaded rsa v0.9.6
9812024-05-25T00:14:27.737Z Downloaded rayon-core v1.12.1
9822024-05-25T00:14:27.738Z Downloaded num-traits v0.2.19
9832024-05-25T00:14:27.738Z Downloaded headers v0.3.9
9842024-05-25T00:14:27.738Z Downloaded flume v0.11.0
9852024-05-25T00:14:27.738Z Downloaded vcpkg v0.2.15
9862024-05-25T00:14:27.778Z Downloaded signature v1.6.4
9872024-05-25T00:14:27.804Z Downloaded sha2 v0.10.8
9882024-05-25T00:14:27.804Z Downloaded serde_with_macros v3.8.1
9892024-05-25T00:14:27.804Z Downloaded ron v0.8.1
9902024-05-25T00:14:27.804Z Downloaded slab v0.4.9
9912024-05-25T00:14:27.804Z Downloaded rstest v0.19.0
9922024-05-25T00:14:27.804Z Downloaded signature v2.2.0
9932024-05-25T00:14:27.804Z Downloaded signal-hook-tokio v0.3.1
9942024-05-25T00:14:27.804Z Downloaded rustc-demangle v0.1.24
9952024-05-25T00:14:27.832Z Downloaded rust-argon2 v2.1.0
9962024-05-25T00:14:27.832Z Downloaded publicsuffix v2.2.3
9972024-05-25T00:14:27.832Z Downloaded spin v0.5.2
9982024-05-25T00:14:27.832Z Downloaded sha1 v0.10.6
9992024-05-25T00:14:27.832Z Downloaded schemars_derive v0.8.20
10002024-05-25T00:14:27.832Z Downloaded scheduled-thread-pool v0.2.7
10012024-05-25T00:14:27.832Z Downloaded rustls-pemfile v1.0.4
10022024-05-25T00:14:27.832Z Downloaded ref-cast v1.0.23
10032024-05-25T00:14:27.832Z Downloaded similar-asserts v1.5.0
10042024-05-25T00:14:27.832Z Downloaded rtoolbox v0.0.2
10052024-05-25T00:14:27.832Z Downloaded ref-cast-impl v1.0.23
10062024-05-25T00:14:27.832Z Downloaded rand_core v0.6.4
10072024-05-25T00:14:27.833Z Downloaded pem-rfc7468 v0.7.0
10082024-05-25T00:14:27.833Z Downloaded pest_derive v2.7.10
10092024-05-25T00:14:27.858Z Downloaded num_cpus v1.16.0
10102024-05-25T00:14:27.859Z Downloaded num-rational v0.4.2
10112024-05-25T00:14:27.859Z Downloaded tar v0.4.40
10122024-05-25T00:14:27.859Z Downloaded globset v0.4.14
10132024-05-25T00:14:27.859Z Downloaded getrandom v0.2.14
10142024-05-25T00:14:27.859Z Downloaded curve25519-dalek v4.1.2
10152024-05-25T00:14:27.859Z Downloaded openapiv3 v2.0.0
10162024-05-25T00:14:27.885Z Downloaded rustc_version v0.1.7
10172024-05-25T00:14:27.885Z Downloaded num-complex v0.4.6
10182024-05-25T00:14:27.885Z Downloaded sqlformat v0.2.3
10192024-05-25T00:14:27.885Z Downloaded expectorate v1.1.0
10202024-05-25T00:14:27.885Z Downloaded prettyplease v0.2.20
10212024-05-25T00:14:27.885Z Downloaded shell-words v1.1.0
10222024-05-25T00:14:27.885Z Downloaded flate2 v1.0.30
10232024-05-25T00:14:27.911Z Downloaded zerocopy v0.6.6
10242024-05-25T00:14:27.911Z Downloaded unicode-segmentation v1.11.0
10252024-05-25T00:14:27.911Z Downloaded rustyline v14.0.0
10262024-05-25T00:14:27.911Z Downloaded signal-hook-mio v0.2.3
10272024-05-25T00:14:27.911Z Downloaded shlex v1.3.0
10282024-05-25T00:14:27.911Z Downloaded num-integer v0.1.46
10292024-05-25T00:14:27.911Z Downloaded spin v0.9.8
10302024-05-25T00:14:27.911Z Downloaded tempfile v3.10.1
10312024-05-25T00:14:27.937Z Downloaded yasna v0.5.2
10322024-05-25T00:14:27.937Z Downloaded rustfmt-wrapper v0.2.1
10332024-05-25T00:14:27.937Z Downloaded rand_chacha v0.3.1
10342024-05-25T00:14:27.937Z Downloaded radium v0.7.0
10352024-05-25T00:14:27.937Z Downloaded num_enum v0.5.11
10362024-05-25T00:14:27.937Z Downloaded num-iter v0.1.45
10372024-05-25T00:14:27.937Z Downloaded num-derive v0.4.2
10382024-05-25T00:14:27.938Z Downloaded sqlparser_derive v0.2.2
10392024-05-25T00:14:27.938Z Downloaded term v0.7.0
10402024-05-25T00:14:27.938Z Downloaded fancy-regex v0.13.0
10412024-05-25T00:14:27.938Z Downloaded olpc-cjson v0.1.3
10422024-05-25T00:14:27.963Z Downloaded num-conv v0.1.0
10432024-05-25T00:14:27.963Z Downloaded spki v0.7.3
10442024-05-25T00:14:27.964Z Downloaded glob v0.3.1
10452024-05-25T00:14:27.964Z Downloaded target-lexicon v0.12.14
10462024-05-25T00:14:27.964Z Downloaded pretty_assertions v1.4.0
10472024-05-25T00:14:27.964Z Downloaded futures-timer v3.0.3
10482024-05-25T00:14:27.964Z Downloaded target-spec v3.1.0
10492024-05-25T00:14:27.964Z Downloaded tap v1.0.1
10502024-05-25T00:14:27.964Z Downloaded take_mut v0.2.2
10512024-05-25T00:14:27.964Z Downloaded zip v0.6.6
10522024-05-25T00:14:27.964Z Downloaded group v0.13.0
10532024-05-25T00:14:27.964Z Downloaded getopts v0.2.21
10542024-05-25T00:14:27.964Z Downloaded gethostname v0.4.3
10552024-05-25T00:14:27.990Z Downloaded fxhash v0.2.1
10562024-05-25T00:14:27.990Z Downloaded stable_deref_trait v1.2.0
10572024-05-25T00:14:27.990Z Downloaded stability v0.2.0
10582024-05-25T00:14:27.990Z Downloaded fatfs v0.3.6
10592024-05-25T00:14:27.990Z Downloaded zerocopy-derive v0.7.34
10602024-05-25T00:14:27.990Z Downloaded zeroize_derive v1.4.2
10612024-05-25T00:14:27.991Z Downloaded xattr v1.3.1
10622024-05-25T00:14:27.991Z Downloaded time v0.3.36
10632024-05-25T00:14:27.991Z Downloaded fnv v1.0.7
10642024-05-25T00:14:27.991Z Downloaded flagset v0.4.5
10652024-05-25T00:14:28.017Z Downloaded fixedbitset v0.4.2
10662024-05-25T00:14:28.017Z Downloaded thiserror-no-std v2.0.2
10672024-05-25T00:14:28.017Z Downloaded textwrap v0.16.1
10682024-05-25T00:14:28.017Z Downloaded test-strategy v0.3.1
10692024-05-25T00:14:28.017Z Downloaded whoami v1.5.1
10702024-05-25T00:14:28.017Z Downloaded elliptic-curve v0.13.8
10712024-05-25T00:14:28.017Z Downloaded trust-dns-server v0.22.1
10722024-05-25T00:14:28.043Z Downloaded diesel v2.1.6
10732024-05-25T00:14:28.078Z Downloaded fd-lock v4.0.2
10742024-05-25T00:14:28.078Z Downloaded unicode_categories v0.1.1
10752024-05-25T00:14:28.078Z Downloaded futures-macro v0.3.30
10762024-05-25T00:14:28.078Z Downloaded foreign-types-macros v0.2.3
10772024-05-25T00:14:28.078Z Downloaded foreign-types v0.5.0
10782024-05-25T00:14:28.078Z Downloaded float-cmp v0.9.0
10792024-05-25T00:14:28.078Z Downloaded fastrand v2.1.0
10802024-05-25T00:14:28.078Z Downloaded fallible-iterator v0.2.0
10812024-05-25T00:14:28.078Z Downloaded escape8259 v0.5.2
10822024-05-25T00:14:28.078Z Downloaded tiny-keccak v2.0.2
10832024-05-25T00:14:28.078Z Downloaded termios v0.3.3
10842024-05-25T00:14:28.079Z Downloaded tokio-postgres v0.7.10
10852024-05-25T00:14:28.104Z Downloaded openssl v0.10.64
10862024-05-25T00:14:28.105Z Downloaded libxml v0.3.3
10872024-05-25T00:14:28.105Z Downloaded termcolor v1.4.1
10882024-05-25T00:14:28.105Z Downloaded zeroize v1.7.0
10892024-05-25T00:14:28.105Z Downloaded zerocopy v0.3.2
10902024-05-25T00:14:28.105Z Downloaded wyz v0.5.1
10912024-05-25T00:14:28.105Z Downloaded vte v0.11.1
10922024-05-25T00:14:28.105Z Downloaded erased-serde v0.3.31
10932024-05-25T00:14:28.105Z Downloaded env_logger v0.9.3
10942024-05-25T00:14:28.105Z Downloaded trust-dns-client v0.22.0
10952024-05-25T00:14:28.131Z Downloaded salty v0.2.0
10962024-05-25T00:14:28.131Z Downloaded tower v0.4.13
10972024-05-25T00:14:28.157Z Downloaded yansi v0.5.1
10982024-05-25T00:14:28.157Z Downloaded which v4.4.2
10992024-05-25T00:14:28.157Z Downloaded walkdir v2.5.0
11002024-05-25T00:14:28.157Z Downloaded vsss-rs v3.3.4
11012024-05-25T00:14:28.157Z Downloaded uuid v1.8.0
11022024-05-25T00:14:28.157Z Downloaded trust-dns-resolver v0.22.0
11032024-05-25T00:14:28.157Z Downloaded nom v7.1.3
11042024-05-25T00:14:28.157Z Downloaded wait-timeout v0.2.0
11052024-05-25T00:14:28.158Z Downloaded version_check v0.9.4
11062024-05-25T00:14:28.183Z Downloaded unicode-width v0.1.12
11072024-05-25T00:14:28.183Z Downloaded tokio-rustls v0.24.1
11082024-05-25T00:14:28.183Z Downloaded unicode-bidi v0.3.15
11092024-05-25T00:14:28.183Z Downloaded regex-syntax v0.8.3
11102024-05-25T00:14:28.183Z Downloaded itertools v0.12.1
11112024-05-25T00:14:28.210Z Downloaded waitgroup v0.1.2
11122024-05-25T00:14:28.210Z Downloaded vte_generate_state_changes v0.1.1
11132024-05-25T00:14:28.210Z Downloaded usdt-macro v0.5.0
11142024-05-25T00:14:28.211Z Downloaded tokio-native-tls v0.3.1
11152024-05-25T00:14:28.211Z Downloaded tokio-macros v2.2.0
11162024-05-25T00:14:28.211Z Downloaded tls_codec_derive v0.4.1
11172024-05-25T00:14:28.211Z Downloaded tls_codec v0.4.1
11182024-05-25T00:14:28.211Z Downloaded proc-macro-error v1.0.4
11192024-05-25T00:14:28.211Z Downloaded env_logger v0.10.2
11202024-05-25T00:14:28.211Z Downloaded rustls-webpki v0.102.4
11212024-05-25T00:14:28.237Z Downloaded typed-path v0.7.1
11222024-05-25T00:14:28.237Z Downloaded regress v0.9.1
11232024-05-25T00:14:28.262Z Downloaded regex-syntax v0.6.29
11242024-05-25T00:14:28.263Z Downloaded minimal-lexical v0.2.1
11252024-05-25T00:14:28.263Z Downloaded utf-8 v0.7.6
11262024-05-25T00:14:28.263Z Downloaded unicode-xid v0.2.4
11272024-05-25T00:14:28.263Z Downloaded tinyvec_macros v0.1.1
11282024-05-25T00:14:28.263Z Downloaded tinyvec v1.6.0
11292024-05-25T00:14:28.288Z Downloaded tinytemplate v1.2.1
11302024-05-25T00:14:28.289Z Downloaded quick-error v1.2.3
11312024-05-25T00:14:28.289Z Downloaded psl-types v2.0.11
11322024-05-25T00:14:28.289Z Downloaded proc-macro-error-attr v1.0.4
11332024-05-25T00:14:28.289Z Downloaded proc-macro-crate v1.3.1
11342024-05-25T00:14:28.289Z Downloaded enum-as-inner v0.5.1
11352024-05-25T00:14:28.289Z Downloaded unicode-linebreak v0.1.5
11362024-05-25T00:14:28.289Z Downloaded h2 v0.3.26
11372024-05-25T00:14:28.289Z Downloaded unsafe-libyaml v0.2.11
11382024-05-25T00:14:28.289Z Downloaded syn v1.0.109
11392024-05-25T00:14:28.315Z Downloaded smoltcp v0.9.1
11402024-05-25T00:14:28.315Z Downloaded libm v0.2.8
11412024-05-25T00:14:28.341Z Downloaded bstr v1.9.1
11422024-05-25T00:14:28.341Z Downloaded pest_meta v2.7.10
11432024-05-25T00:14:28.341Z Downloaded ena v0.14.3
11442024-05-25T00:14:28.341Z Downloaded embedded-io v0.4.0
11452024-05-25T00:14:28.341Z Downloaded either v1.12.0
11462024-05-25T00:14:28.341Z Downloaded ed25519 v1.5.3
11472024-05-25T00:14:28.367Z Downloaded digest v0.10.7
11482024-05-25T00:14:28.367Z Downloaded steno v0.4.0
11492024-05-25T00:14:28.367Z Downloaded futures v0.3.30
11502024-05-25T00:14:28.367Z Downloaded tracing-core v0.1.32
11512024-05-25T00:14:28.367Z Downloaded tokio-util v0.7.11
11522024-05-25T00:14:28.367Z Downloaded rustls-webpki v0.101.7
11532024-05-25T00:14:28.392Z Downloaded url v2.5.0
11542024-05-25T00:14:28.393Z Downloaded mio v0.8.11
11552024-05-25T00:14:28.418Z Downloaded bstr v0.2.17
11562024-05-25T00:14:28.418Z Downloaded postgres-protocol v0.6.6
11572024-05-25T00:14:28.418Z Downloaded tungstenite v0.20.1
11582024-05-25T00:14:28.418Z Downloaded samael v0.0.15
11592024-05-25T00:14:28.418Z Downloaded guppy v0.17.5
11602024-05-25T00:14:28.444Z Downloaded tabled v0.15.0
11612024-05-25T00:14:28.470Z Downloaded pretty-hex v0.2.1
11622024-05-25T00:14:28.470Z Downloaded predicates-tree v1.0.9
11632024-05-25T00:14:28.470Z Downloaded predicates-core v1.0.6
11642024-05-25T00:14:28.470Z Downloaded predicates v3.1.0
11652024-05-25T00:14:28.470Z Downloaded powerfmt v0.2.0
11662024-05-25T00:14:28.470Z Downloaded phf_shared v0.11.2
11672024-05-25T00:14:28.470Z Downloaded phf v0.11.2
11682024-05-25T00:14:28.470Z Downloaded csv-core v0.1.11
11692024-05-25T00:14:28.470Z Downloaded tabwriter v1.4.0
11702024-05-25T00:14:28.470Z Downloaded tabled_derive v0.7.0
11712024-05-25T00:14:28.470Z Downloaded poly1305 v0.8.0
11722024-05-25T00:14:28.470Z Downloaded platforms v3.4.0
11732024-05-25T00:14:28.470Z Downloaded futures-channel v0.3.30
11742024-05-25T00:14:28.470Z Downloaded subprocess v0.2.9
11752024-05-25T00:14:28.471Z Downloaded ppv-lite86 v0.2.17
11762024-05-25T00:14:28.497Z Downloaded phf_shared v0.10.0
11772024-05-25T00:14:28.497Z Downloaded pest_generator v2.7.10
11782024-05-25T00:14:28.498Z Downloaded endian-type v0.1.2
11792024-05-25T00:14:28.498Z Downloaded difflib v0.4.0
11802024-05-25T00:14:28.498Z Downloaded unicase v2.7.0
11812024-05-25T00:14:28.498Z Downloaded unarray v0.1.4
11822024-05-25T00:14:28.498Z Downloaded ucd-trie v0.1.6
11832024-05-25T00:14:28.498Z Downloaded tui-tree-widget v0.19.0
11842024-05-25T00:14:28.498Z Downloaded trybuild v1.0.96
11852024-05-25T00:14:28.498Z Downloaded serde_urlencoded v0.7.1
11862024-05-25T00:14:28.498Z Downloaded serde_tokenstream v0.2.0
11872024-05-25T00:14:28.498Z Downloaded serde_tokenstream v0.1.7
11882024-05-25T00:14:28.498Z Downloaded serde_repr v0.1.19
11892024-05-25T00:14:28.532Z Downloaded sec1 v0.7.3
11902024-05-25T00:14:28.532Z Downloaded rustls-native-certs v0.7.0
11912024-05-25T00:14:28.532Z Downloaded tracing-attributes v0.1.27
11922024-05-25T00:14:28.532Z Downloaded tracing v0.1.40
11932024-05-25T00:14:28.532Z Downloaded toml_edit v0.19.15
11942024-05-25T00:14:28.558Z Downloaded diff v0.1.13
11952024-05-25T00:14:28.558Z Downloaded typenum v1.17.0
11962024-05-25T00:14:28.558Z Downloaded tungstenite v0.21.0
11972024-05-25T00:14:28.558Z Downloaded snafu v0.8.2
11982024-05-25T00:14:28.558Z Downloaded chrono v0.4.38
11992024-05-25T00:14:28.558Z Downloaded zone_cfg_derive v0.1.2
12002024-05-25T00:14:28.558Z Downloaded zone v0.1.8
12012024-05-25T00:14:28.558Z Downloaded tokio-rustls v0.25.0
12022024-05-25T00:14:28.584Z Downloaded structmeta v0.2.0
12032024-05-25T00:14:28.584Z Downloaded strip-ansi-escapes v0.2.0
12042024-05-25T00:14:28.584Z Downloaded stringprep v0.1.4
12052024-05-25T00:14:28.584Z Downloaded string_cache v0.8.7
12062024-05-25T00:14:28.584Z Downloaded static_assertions v1.1.0
12072024-05-25T00:14:28.584Z Downloaded sct v0.7.1
12082024-05-25T00:14:28.584Z Downloaded scroll_derive v0.12.0
12092024-05-25T00:14:28.585Z Downloaded scroll v0.12.0
12102024-05-25T00:14:28.585Z Downloaded scopeguard v1.2.0
12112024-05-25T00:14:28.585Z Downloaded portpicker v0.1.1
12122024-05-25T00:14:28.585Z Downloaded plotters-svg v0.3.5
12132024-05-25T00:14:28.585Z Downloaded plotters-backend v0.3.5
12142024-05-25T00:14:28.585Z Downloaded plain v0.2.3
12152024-05-25T00:14:28.585Z Downloaded pkg-config v0.3.30
12162024-05-25T00:14:28.585Z Downloaded pkcs8 v0.10.2
12172024-05-25T00:14:28.585Z Downloaded pkcs1 v0.7.5
12182024-05-25T00:14:28.611Z Downloaded pin-utils v0.1.0
12192024-05-25T00:14:28.611Z Downloaded pin-project-lite v0.2.14
12202024-05-25T00:14:28.611Z Downloaded pin-project-internal v1.1.5
12212024-05-25T00:14:28.611Z Downloaded pin-project v1.1.5
12222024-05-25T00:14:28.611Z Downloaded dyn-clone v1.0.17
12232024-05-25T00:14:28.611Z Downloaded subtle v2.5.0
12242024-05-25T00:14:28.637Z Downloaded usdt-impl v0.5.0
12252024-05-25T00:14:28.637Z Downloaded reqwest v0.11.27
12262024-05-25T00:14:28.637Z Downloaded memmap2 v0.9.4
12272024-05-25T00:14:28.637Z Downloaded hyper-util v0.1.3
12282024-05-25T00:14:28.637Z Downloaded bzip2-sys v0.1.11+1.0.8
12292024-05-25T00:14:28.663Z Downloaded bitvec v1.0.1
12302024-05-25T00:14:28.663Z Downloaded num_threads v0.1.7
12312024-05-25T00:14:28.693Z Downloaded num_enum_derive v0.5.11
12322024-05-25T00:14:28.693Z Downloaded futures-io v0.3.30
12332024-05-25T00:14:28.694Z Downloaded futures-executor v0.3.30
12342024-05-25T00:14:28.694Z Downloaded futures-core v0.3.30
12352024-05-25T00:14:28.694Z Downloaded funty v2.0.0
12362024-05-25T00:14:28.694Z Downloaded fragile v2.0.0
12372024-05-25T00:14:28.694Z Downloaded form_urlencoded v1.2.1
12382024-05-25T00:14:28.694Z Downloaded foreign-types-shared v0.3.1
12392024-05-25T00:14:28.694Z Downloaded dtrace-parser v0.1.14
12402024-05-25T00:14:28.694Z Downloaded downcast v0.11.0
12412024-05-25T00:14:28.694Z Downloaded dof v0.3.0
12422024-05-25T00:14:28.694Z Downloaded dof v0.1.5
12432024-05-25T00:14:28.694Z Downloaded display-error-chain v0.2.0
12442024-05-25T00:14:28.694Z Downloaded dirs-sys-next v0.1.2
12452024-05-25T00:14:28.694Z Downloaded dirs-next v2.0.0
12462024-05-25T00:14:28.694Z Downloaded toml v0.7.8
12472024-05-25T00:14:28.694Z Downloaded toml v0.5.11
12482024-05-25T00:14:28.695Z Downloaded tokio-tungstenite v0.21.0
12492024-05-25T00:14:28.695Z Downloaded tokio-tungstenite v0.20.1
12502024-05-25T00:14:28.720Z Downloaded tokio-stream v0.1.15
12512024-05-25T00:14:28.720Z Downloaded strum_macros v0.26.2
12522024-05-25T00:14:28.720Z Downloaded slog-dtrace v0.3.0
12532024-05-25T00:14:28.721Z Downloaded slog-bunyan v2.5.0
12542024-05-25T00:14:28.721Z Downloaded slog v2.7.0
12552024-05-25T00:14:28.721Z Downloaded rustls-pki-types v1.7.0
12562024-05-25T00:14:28.721Z Downloaded peg-macros v0.8.3
12572024-05-25T00:14:28.721Z Downloaded password-hash v0.5.0
12582024-05-25T00:14:28.721Z Downloaded partial-io v0.5.4
12592024-05-25T00:14:28.721Z Downloaded parking_lot v0.12.2
12602024-05-25T00:14:28.721Z Downloaded parking_lot v0.11.2
12612024-05-25T00:14:28.747Z Downloaded papergrid v0.11.0
12622024-05-25T00:14:28.747Z Downloaded oso v0.27.3
12632024-05-25T00:14:28.747Z Downloaded openssl-sys v0.9.102
12642024-05-25T00:14:28.747Z Downloaded hashbrown v0.12.3
12652024-05-25T00:14:28.747Z Downloaded half v2.4.1
12662024-05-25T00:14:28.747Z Downloaded diesel_derives v2.1.4
12672024-05-25T00:14:28.773Z Downloaded tough v0.17.1
12682024-05-25T00:14:28.773Z Downloaded time-macros v0.2.18
12692024-05-25T00:14:28.773Z Downloaded snafu-derive v0.8.2
12702024-05-25T00:14:28.773Z Downloaded mockall v0.12.1
12712024-05-25T00:14:28.773Z Downloaded miniz_oxide v0.7.2
12722024-05-25T00:14:28.773Z Downloaded doc-comment v0.3.3
12732024-05-25T00:14:28.773Z Downloaded try-lock v0.2.5
12742024-05-25T00:14:28.773Z Downloaded tower-service v0.3.2
12752024-05-25T00:14:28.773Z Downloaded tower-layer v0.3.2
12762024-05-25T00:14:28.773Z Downloaded strum_macros v0.25.3
12772024-05-25T00:14:28.799Z Downloaded strum_macros v0.24.3
12782024-05-25T00:14:28.799Z Downloaded strum v0.26.2
12792024-05-25T00:14:28.799Z Downloaded structmeta-derive v0.3.0
12802024-05-25T00:14:28.799Z Downloaded structmeta-derive v0.2.0
12812024-05-25T00:14:28.799Z Downloaded structmeta v0.3.0
12822024-05-25T00:14:28.799Z Downloaded slog-async v2.8.0
12832024-05-25T00:14:28.799Z Downloaded same-file v1.0.6
12842024-05-25T00:14:28.799Z Downloaded rustls-pemfile v2.1.2
12852024-05-25T00:14:28.800Z Downloaded parking_lot_core v0.9.10
12862024-05-25T00:14:28.800Z Downloaded parking_lot_core v0.8.6
12872024-05-25T00:14:28.800Z Downloaded packed_struct_codegen v0.10.1
12882024-05-25T00:14:28.800Z Downloaded packed_struct v0.10.1
12892024-05-25T00:14:28.800Z Downloaded owo-colors v4.0.0
12902024-05-25T00:14:28.800Z Downloaded der v0.7.9
12912024-05-25T00:14:28.825Z Downloaded usdt-impl v0.3.5
12922024-05-25T00:14:28.825Z Downloaded regex-automata v0.1.10
12932024-05-25T00:14:28.825Z Downloaded nu-ansi-term v0.50.0
12942024-05-25T00:14:28.826Z Downloaded multer v3.1.0
12952024-05-25T00:14:28.826Z Downloaded mockall_derive v0.12.1
12962024-05-25T00:14:28.826Z Downloaded indicatif v0.17.8
12972024-05-25T00:14:28.826Z Downloaded rusty-fork v0.3.0
12982024-05-25T00:14:28.861Z Downloaded rustversion v1.0.17
12992024-05-25T00:14:28.861Z Downloaded peg v0.8.3
13002024-05-25T00:14:28.861Z Downloaded paste v1.0.15
13012024-05-25T00:14:28.861Z Downloaded parse-display-derive v0.9.0
13022024-05-25T00:14:28.861Z Downloaded parse-display v0.9.0
13032024-05-25T00:14:28.861Z Downloaded oso-derive v0.27.3
13042024-05-25T00:14:28.861Z Downloaded guppy-workspace-hack v0.1.0
13052024-05-25T00:14:28.861Z Downloaded derive_more v0.99.17
13062024-05-25T00:14:28.861Z Downloaded derive_builder v0.20.0
13072024-05-25T00:14:28.861Z Downloaded derive-where v1.2.7
13082024-05-25T00:14:28.887Z Downloaded usdt-macro v0.3.5
13092024-05-25T00:14:28.887Z Downloaded usdt v0.5.0
13102024-05-25T00:14:28.887Z Downloaded usdt v0.3.5
13112024-05-25T00:14:28.887Z Downloaded untrusted v0.7.1
13122024-05-25T00:14:28.887Z Downloaded universal-hash v0.5.1
13132024-05-25T00:14:28.887Z Downloaded log v0.4.21
13142024-05-25T00:14:28.887Z Downloaded hyper-rustls v0.26.0
13152024-05-25T00:14:28.888Z Downloaded openssl-macros v0.1.1
13162024-05-25T00:14:28.888Z Downloaded opaque-debug v0.3.1
13172024-05-25T00:14:28.888Z Downloaded hash32 v0.3.1
13182024-05-25T00:14:28.888Z Downloaded hash32 v0.2.1
13192024-05-25T00:14:28.888Z Downloaded debug-ignore v1.0.5
13202024-05-25T00:14:28.888Z Downloaded darling_core v0.20.9
13212024-05-25T00:14:28.888Z Downloaded untrusted v0.9.0
13222024-05-25T00:14:28.888Z Downloaded native-tls v0.2.11
13232024-05-25T00:14:28.888Z Downloaded mime_guess v2.0.4
13242024-05-25T00:14:28.888Z Downloaded libloading v0.8.3
13252024-05-25T00:14:28.888Z Downloaded der_derive v0.7.2
13262024-05-25T00:14:28.915Z Downloaded defmt-parser v0.3.4
13272024-05-25T00:14:28.915Z Downloaded defmt v0.3.8
13282024-05-25T00:14:28.915Z Downloaded darling v0.20.9
13292024-05-25T00:14:28.915Z Downloaded libtest-mimic v0.7.3
13302024-05-25T00:14:28.915Z Downloaded humantime v2.1.0
13312024-05-25T00:14:28.915Z Downloaded criterion v0.5.1
13322024-05-25T00:14:28.915Z Downloaded path-slash v0.1.5
13332024-05-25T00:14:28.915Z Downloaded parse-size v1.0.0
13342024-05-25T00:14:28.915Z Downloaded deranged v0.3.11
13352024-05-25T00:14:28.915Z Downloaded defmt-macros v0.3.9
13362024-05-25T00:14:28.943Z Downloaded datatest-stable v0.2.9
13372024-05-25T00:14:28.943Z Downloaded curve25519-dalek-derive v0.1.1
13382024-05-25T00:14:28.943Z Downloaded lock_api v0.4.12
13392024-05-25T00:14:28.943Z Downloaded lalrpop v0.19.12
13402024-05-25T00:14:28.943Z Downloaded indexmap v1.9.3
13412024-05-25T00:14:28.943Z Downloaded derive_builder_macro v0.20.0
13422024-05-25T00:14:28.943Z Downloaded data-encoding v2.6.0
13432024-05-25T00:14:28.969Z Downloaded darling_macro v0.20.9
13442024-05-25T00:14:28.969Z Downloaded usdt-attr-macro v0.5.0
13452024-05-25T00:14:28.970Z Downloaded semver v0.1.20
13462024-05-25T00:14:28.970Z Downloaded nodrop v0.1.14
13472024-05-25T00:14:28.970Z Downloaded nibble_vec v0.1.0
13482024-05-25T00:14:28.970Z Downloaded newtype-uuid v1.1.0
13492024-05-25T00:14:28.970Z Downloaded nanorand v0.7.0
13502024-05-25T00:14:28.970Z Downloaded mime v0.3.17
13512024-05-25T00:14:28.970Z Downloaded maybe-uninit v2.0.0
13522024-05-25T00:14:28.970Z Downloaded libsw v3.3.1
13532024-05-25T00:14:28.970Z Downloaded keccak v0.1.5
13542024-05-25T00:14:28.970Z Downloaded inout v0.1.3
13552024-05-25T00:14:28.970Z Downloaded crossterm v0.27.0
13562024-05-25T00:14:28.970Z Downloaded supports-color v3.0.0
13572024-05-25T00:14:28.970Z Downloaded num v0.4.3
13582024-05-25T00:14:28.971Z Downloaded newtype_derive v0.1.6
13592024-05-25T00:14:28.996Z Downloaded multimap v0.10.0
13602024-05-25T00:14:28.996Z Downloaded smallvec v1.13.2
13612024-05-25T00:14:28.996Z Downloaded serde_arrays v0.1.0
13622024-05-25T00:14:28.996Z Downloaded memoffset v0.7.1
13632024-05-25T00:14:28.996Z Downloaded memmap v0.7.0
13642024-05-25T00:14:28.996Z Downloaded md-5 v0.10.6
13652024-05-25T00:14:28.996Z Downloaded lazycell v1.3.0
13662024-05-25T00:14:28.997Z Downloaded hyper-staticfile v0.9.5
13672024-05-25T00:14:28.997Z Downloaded hyper v1.3.1
13682024-05-25T00:14:28.997Z Downloaded smawk v0.3.2
13692024-05-25T00:14:28.997Z Downloaded serde_derive_internals v0.29.1
13702024-05-25T00:14:28.997Z Downloaded secrecy v0.8.0
13712024-05-25T00:14:28.997Z Downloaded ron v0.7.1
13722024-05-25T00:14:29.023Z Downloaded normalize-line-endings v0.3.0
13732024-05-25T00:14:29.023Z Downloaded hyper-tls v0.5.0
13742024-05-25T00:14:29.023Z Downloaded crypto-bigint v0.5.5
13752024-05-25T00:14:29.023Z Downloaded crossbeam-channel v0.5.12
13762024-05-25T00:14:29.023Z Downloaded const_format v0.2.32
13772024-05-25T00:14:29.023Z Downloaded threadpool v1.8.1
13782024-05-25T00:14:29.023Z Downloaded thread_local v1.1.8
13792024-05-25T00:14:29.049Z Downloaded thread-id v4.2.1
13802024-05-25T00:14:29.049Z Downloaded synstructure v0.12.6
13812024-05-25T00:14:29.049Z Downloaded sync_wrapper v0.1.2
13822024-05-25T00:14:29.049Z Downloaded smallvec v0.6.14
13832024-05-25T00:14:29.050Z Downloaded slog-envlogger v2.2.0
13842024-05-25T00:14:29.050Z Downloaded serde-hex v0.1.0
13852024-05-25T00:14:29.050Z Downloaded rcgen v0.12.1
13862024-05-25T00:14:29.050Z Downloaded newline-converter v0.3.0
13872024-05-25T00:14:29.050Z Downloaded new_debug_unreachable v1.0.6
13882024-05-25T00:14:29.050Z Downloaded nested v0.1.1
13892024-05-25T00:14:29.050Z Downloaded matches v0.1.10
13902024-05-25T00:14:29.050Z Downloaded linked-hash-map v0.5.6
13912024-05-25T00:14:29.050Z Downloaded linear-map v1.2.0
13922024-05-25T00:14:29.050Z Downloaded lalrpop-util v0.19.12
13932024-05-25T00:14:29.050Z Downloaded serde_path_to_error v0.1.16
13942024-05-25T00:14:29.050Z Downloaded serde-big-array v0.5.1
13952024-05-25T00:14:29.050Z Downloaded resolv-conf v0.7.0
13962024-05-25T00:14:29.050Z Downloaded relative-path v1.9.3
13972024-05-25T00:14:29.080Z Downloaded match_cfg v0.1.0
13982024-05-25T00:14:29.080Z Downloaded libefi-sys v0.1.0
13992024-05-25T00:14:29.080Z Downloaded is-terminal v0.4.12
14002024-05-25T00:14:29.080Z Downloaded indoc v1.0.9
14012024-05-25T00:14:29.080Z Downloaded is_ci v1.2.0
14022024-05-25T00:14:29.080Z Downloaded instant v0.1.12
14032024-05-25T00:14:29.080Z Downloaded ident_case v1.0.1
14042024-05-25T00:14:29.080Z Downloaded crc-any v2.5.0
14052024-05-25T00:14:29.080Z Downloaded const-oid v0.9.6
14062024-05-25T00:14:29.081Z Downloaded lru-cache v0.1.2
14072024-05-25T00:14:29.081Z Downloaded kstat-rs v0.2.3
14082024-05-25T00:14:29.081Z Downloaded indoc v2.0.5
14092024-05-25T00:14:29.081Z Downloaded iana-time-zone v0.1.60
14102024-05-25T00:14:29.081Z Downloaded crossbeam-utils v0.8.19
14112024-05-25T00:14:29.081Z Downloaded crossbeam-epoch v0.9.18
14122024-05-25T00:14:29.081Z Downloaded crc32fast v1.4.0
14132024-05-25T00:14:29.107Z Downloaded chacha20poly1305 v0.10.1
14142024-05-25T00:14:29.108Z Downloaded chacha20 v0.9.1
14152024-05-25T00:14:29.108Z Downloaded managed v0.8.0
14162024-05-25T00:14:29.108Z Downloaded lru v0.12.3
14172024-05-25T00:14:29.108Z Downloaded lazy_static v1.4.0
14182024-05-25T00:14:29.108Z Downloaded itertools v0.10.5
14192024-05-25T00:14:29.108Z Downloaded ipnetwork v0.20.0
14202024-05-25T00:14:29.108Z Downloaded ipnet v2.9.0
14212024-05-25T00:14:29.108Z Downloaded impl-trait-for-tuples v0.2.2
14222024-05-25T00:14:29.108Z Downloaded hyper-rustls v0.24.2
14232024-05-25T00:14:29.108Z Downloaded hubpack_derive v0.1.1
14242024-05-25T00:14:29.108Z Downloaded criterion-plot v0.5.0
14252024-05-25T00:14:29.135Z Downloaded corncobs v0.1.3
14262024-05-25T00:14:29.135Z Downloaded cookie_store v0.20.0
14272024-05-25T00:14:29.135Z Downloaded cookie v0.18.1
14282024-05-25T00:14:29.135Z Downloaded convert_case v0.4.0
14292024-05-25T00:14:29.135Z Downloaded constant_time_eq v0.3.0
14302024-05-25T00:14:29.135Z Downloaded const_format_proc_macros v0.2.32
14312024-05-25T00:14:29.135Z Downloaded console v0.15.8
14322024-05-25T00:14:29.135Z Downloaded compact_str v0.7.1
14332024-05-25T00:14:29.135Z Downloaded colored v2.1.0
14342024-05-25T00:14:29.135Z Downloaded cobs v0.2.3
14352024-05-25T00:14:29.135Z Downloaded ciborium v0.2.2
14362024-05-25T00:14:29.135Z Downloaded bytes v1.6.0
14372024-05-25T00:14:29.161Z Downloaded bytecount v0.6.8
14382024-05-25T00:14:29.162Z Downloaded blake2b_simd v1.0.2
14392024-05-25T00:14:29.162Z Downloaded blake2 v0.10.6
14402024-05-25T00:14:29.162Z Downloaded crucible-workspace-hack v0.1.0
14412024-05-25T00:14:29.162Z Downloaded crossbeam-deque v0.8.5
14422024-05-25T00:14:29.162Z Downloaded crc v3.2.1
14432024-05-25T00:14:29.162Z Downloaded cpufeatures v0.2.12
14442024-05-25T00:14:29.162Z Downloaded cancel-safe-futures v0.1.5
14452024-05-25T00:14:29.162Z Downloaded bitfield v0.14.0
14462024-05-25T00:14:29.162Z Downloaded crc-catalog v2.4.0
14472024-05-25T00:14:29.162Z Downloaded cookie v0.17.0
14482024-05-25T00:14:29.162Z Downloaded clang-sys v1.7.0
14492024-05-25T00:14:29.188Z Downloaded cipher v0.4.4
14502024-05-25T00:14:29.188Z Downloaded ciborium-ll v0.2.2
14512024-05-25T00:14:29.188Z Downloaded ciborium-io v0.2.2
14522024-05-25T00:14:29.188Z Downloaded cfg_aliases v0.1.1
14532024-05-25T00:14:29.188Z Downloaded cexpr v0.6.0
14542024-05-25T00:14:29.188Z Downloaded cc v1.0.97
14552024-05-25T00:14:29.189Z Downloaded castaway v0.2.2
14562024-05-25T00:14:29.189Z Downloaded cast v0.3.0
14572024-05-25T00:14:29.189Z Downloaded cassowary v0.3.0
14582024-05-25T00:14:29.189Z Downloaded camino-tempfile v1.1.1
14592024-05-25T00:14:29.189Z Downloaded buf-list v1.0.3
14602024-05-25T00:14:29.189Z Downloaded block-padding v0.3.3
14612024-05-25T00:14:29.189Z Downloaded blake3 v1.5.1
14622024-05-25T00:14:29.215Z Downloaded bitstruct_derive v0.1.0
14632024-05-25T00:14:29.215Z Downloaded bitstruct v0.1.1
14642024-05-25T00:14:29.215Z Downloaded bitflags v1.3.2
14652024-05-25T00:14:29.215Z Downloaded bcs v0.1.6
14662024-05-25T00:14:29.215Z Downloaded base64 v0.21.7
14672024-05-25T00:14:29.215Z Downloaded httpdate v1.0.3
14682024-05-25T00:14:29.215Z Downloaded httparse v1.8.0
14692024-05-25T00:14:29.215Z Downloaded http-range v0.1.5
14702024-05-25T00:14:29.215Z Downloaded http-body v1.0.0
14712024-05-25T00:14:29.216Z Downloaded http-body v0.4.6
14722024-05-25T00:14:29.216Z Downloaded http v1.1.0
14732024-05-25T00:14:29.241Z Downloaded hostname v0.3.1
14742024-05-25T00:14:29.241Z Downloaded home v0.5.9
14752024-05-25T00:14:29.241Z Downloaded hmac v0.12.1
14762024-05-25T00:14:29.242Z Downloaded hkdf v0.12.4
14772024-05-25T00:14:29.242Z Downloaded hex-literal v0.4.1
14782024-05-25T00:14:29.242Z Downloaded hostname v0.4.0
14792024-05-25T00:14:29.242Z Downloaded highway v1.1.0
14802024-05-25T00:14:29.242Z Downloaded byteorder v1.5.0
14812024-05-25T00:14:29.242Z Downloaded bindgen v0.69.4
14822024-05-25T00:14:29.242Z Downloaded bb8 v0.8.3
14832024-05-25T00:14:29.269Z Downloaded heck v0.3.3
14842024-05-25T00:14:29.269Z Downloaded heapless v0.7.17
14852024-05-25T00:14:29.270Z Downloaded cfg-if v1.0.0
14862024-05-25T00:14:29.270Z Downloaded cfg-expr v0.15.8
14872024-05-25T00:14:29.270Z Downloaded block-buffer v0.10.4
14882024-05-25T00:14:29.270Z Downloaded base64 v0.22.1
14892024-05-25T00:14:29.270Z Downloaded base64 v0.13.1
14902024-05-25T00:14:29.270Z Downloaded backtrace v0.3.71
14912024-05-25T00:14:29.270Z Downloaded atty v0.2.14
14922024-05-25T00:14:29.296Z Downloaded headers-core v0.2.0
14932024-05-25T00:14:29.296Z Downloaded crypto-common v0.1.6
14942024-05-25T00:14:29.296Z Downloaded bit-vec v0.6.3
14952024-05-25T00:14:29.296Z Downloaded base64ct v1.6.0
14962024-05-25T00:14:29.296Z Downloaded base16ct v0.2.0
14972024-05-25T00:14:29.296Z Downloaded backoff v0.4.0
14982024-05-25T00:14:29.297Z Downloaded atomicwrites v0.4.3
14992024-05-25T00:14:29.297Z Downloaded atomic-waker v1.1.2
15002024-05-25T00:14:29.297Z Downloaded async-trait v0.1.80
15012024-05-25T00:14:29.297Z Downloaded async-stream-impl v0.3.5
15022024-05-25T00:14:29.297Z Downloaded async-recursion v1.1.1
15032024-05-25T00:14:29.297Z Downloaded assert_matches v1.5.0
15042024-05-25T00:14:29.297Z Downloaded assert_cmd v2.0.14
15052024-05-25T00:14:29.297Z Downloaded ascii-canvas v3.0.0
15062024-05-25T00:14:29.297Z Downloaded aead v0.5.2
15072024-05-25T00:14:29.297Z Downloaded arrayvec v0.7.4
15082024-05-25T00:14:29.323Z Downloaded arrayref v0.3.7
15092024-05-25T00:14:29.323Z Downloaded array-init v0.0.4
15102024-05-25T00:14:29.323Z Downloaded argon2 v0.5.3
15112024-05-25T00:14:29.323Z Downloaded arc-swap v1.7.1
15122024-05-25T00:14:29.323Z Downloaded anes v0.1.6
15132024-05-25T00:14:29.323Z Downloaded allocator-api2 v0.2.18
15142024-05-25T00:14:29.323Z Downloaded aho-corasick v1.1.3
15152024-05-25T00:14:29.324Z Downloaded ahash v0.8.11
15162024-05-25T00:14:29.324Z Downloaded adler v1.0.2
15172024-05-25T00:14:29.936Z Compiling libc v0.2.153
15182024-05-25T00:14:29.936Z Compiling serde v1.0.202
15192024-05-25T00:14:29.936Z Compiling version_check v0.9.4
15202024-05-25T00:14:29.962Z Checking cfg-if v1.0.0
15212024-05-25T00:14:29.962Z Compiling lock_api v0.4.12
15222024-05-25T00:14:29.962Z Compiling parking_lot_core v0.9.10
15232024-05-25T00:14:30.026Z Compiling syn v2.0.64
15242024-05-25T00:14:30.097Z Compiling libm v0.2.8
15252024-05-25T00:14:30.128Z Compiling cc v1.0.97
15262024-05-25T00:14:30.537Z Compiling num-traits v0.2.19
15272024-05-25T00:14:30.638Z Compiling once_cell v1.19.0
15282024-05-25T00:14:30.663Z Compiling serde_json v1.0.117
15292024-05-25T00:14:30.663Z Compiling memchr v2.7.2
15302024-05-25T00:14:31.135Z Compiling byteorder v1.5.0
15312024-05-25T00:14:31.175Z Compiling ahash v0.8.11
15322024-05-25T00:14:31.490Z Compiling syn v1.0.109
15332024-05-25T00:14:31.522Z Checking log v0.4.21
15342024-05-25T00:14:31.888Z Compiling slab v0.4.9
15352024-05-25T00:14:31.927Z Checking getrandom v0.2.14
15362024-05-25T00:14:32.169Z Checking itoa v1.0.11
15372024-05-25T00:14:32.245Z Compiling typenum v1.17.0
15382024-05-25T00:14:32.278Z Compiling generic-array v0.14.7
15392024-05-25T00:14:32.381Z Checking scopeguard v1.2.0
15402024-05-25T00:14:32.473Z Checking smallvec v1.13.2
15412024-05-25T00:14:32.601Z Compiling allocator-api2 v0.2.18
15422024-05-25T00:14:32.654Z Compiling pkg-config v0.3.30
15432024-05-25T00:14:32.748Z Compiling rustix v0.38.34
15442024-05-25T00:14:32.867Z Compiling schemars v0.8.20
15452024-05-25T00:14:33.419Z Checking pin-project-lite v0.2.14
15462024-05-25T00:14:33.544Z Compiling httparse v1.8.0
15472024-05-25T00:14:33.588Z Compiling ring v0.17.8
15482024-05-25T00:14:33.724Z Checking parking_lot v0.12.2
15492024-05-25T00:14:33.986Z Compiling num-conv v0.1.0
15502024-05-25T00:14:34.058Z Compiling time-core v0.1.2
15512024-05-25T00:14:34.160Z Checking signal-hook-registry v1.4.2
15522024-05-25T00:14:34.214Z Compiling fnv v1.0.7
15532024-05-25T00:14:34.240Z Checking mio v0.8.11
15542024-05-25T00:14:34.296Z Compiling time-macros v0.2.18
15552024-05-25T00:14:34.348Z Checking ryu v1.0.18
15562024-05-25T00:14:34.421Z Compiling vcpkg v0.2.15
15572024-05-25T00:14:34.570Z Compiling heck v0.4.1
15582024-05-25T00:14:34.810Z Checking num_cpus v1.16.0
15592024-05-25T00:14:34.910Z Compiling aho-corasick v1.1.3
15602024-05-25T00:14:35.957Z Compiling regex-syntax v0.8.3
15612024-05-25T00:14:36.365Z Compiling openssl-sys v0.9.102
15622024-05-25T00:14:37.132Z Compiling serde_derive_internals v0.29.1
15632024-05-25T00:14:37.275Z Checking rand_core v0.6.4
15642024-05-25T00:14:37.301Z Checking futures-core v0.3.30
15652024-05-25T00:14:37.455Z Checking socket2 v0.5.7
15662024-05-25T00:14:37.863Z Compiling openssl v0.10.64
15672024-05-25T00:14:37.889Z Compiling slog v2.7.0
15682024-05-25T00:14:38.312Z Compiling rustversion v1.0.17
15692024-05-25T00:14:38.428Z Compiling ucd-trie v0.1.6
15702024-05-25T00:14:38.880Z Compiling regex-automata v0.4.6
15712024-05-25T00:14:39.032Z Compiling crossbeam-utils v0.8.19
15722024-05-25T00:14:39.551Z Compiling rustls v0.21.12
15732024-05-25T00:14:39.605Z Compiling iana-time-zone v0.1.60
15742024-05-25T00:14:39.631Z Compiling native-tls v0.2.11
15752024-05-25T00:14:39.792Z Compiling cookie v0.17.0
15762024-05-25T00:14:39.913Z Compiling backtrace v0.3.71
15772024-05-25T00:14:40.111Z Checking futures-sink v0.3.30
15782024-05-25T00:14:40.137Z Compiling dyn-clone v1.0.17
15792024-05-25T00:14:40.327Z Compiling anyhow v1.0.83
15802024-05-25T00:14:40.462Z Checking pin-utils v0.1.0
15812024-05-25T00:14:40.524Z Checking futures-channel v0.3.30
15822024-05-25T00:14:40.970Z Compiling tinyvec_macros v0.1.1
15832024-05-25T00:14:41.041Z Checking futures-task v0.3.30
15842024-05-25T00:14:41.233Z Checking futures-io v0.3.30
15852024-05-25T00:14:41.284Z Compiling tinyvec v1.6.0
15862024-05-25T00:14:41.445Z Compiling thread-id v4.2.1
15872024-05-25T00:14:41.498Z Compiling errno v0.3.9
15882024-05-25T00:14:41.548Z Compiling either v1.12.0
15892024-05-25T00:14:41.711Z Compiling unicode-bidi v0.3.15
15902024-05-25T00:14:42.019Z Checking subtle v2.5.0
15912024-05-25T00:14:42.232Z Compiling unicode-width v0.1.12
15922024-05-25T00:14:42.418Z Compiling unicode-normalization v0.1.23
15932024-05-25T00:14:42.469Z Compiling spin v0.9.8
15942024-05-25T00:14:42.812Z Compiling usdt-impl v0.5.0
15952024-05-25T00:14:42.855Z Compiling serde_derive v1.0.202
15962024-05-25T00:14:42.881Z Compiling zerocopy-derive v0.7.34
15972024-05-25T00:14:43.007Z Compiling thiserror-impl v1.0.60
15982024-05-25T00:14:43.088Z Compiling zeroize_derive v1.4.2
15992024-05-25T00:14:43.306Z Compiling tokio-macros v2.2.0
16002024-05-25T00:14:43.605Z Compiling futures-macro v0.3.30
16012024-05-25T00:14:44.415Z Compiling tracing-attributes v0.1.27
16022024-05-25T00:14:44.452Z Compiling schemars_derive v0.8.20
16032024-05-25T00:14:44.676Z Compiling regex v1.10.4
16042024-05-25T00:14:44.824Z Compiling zerocopy v0.7.34
16052024-05-25T00:14:45.358Z Checking zeroize v1.7.0
16062024-05-25T00:14:45.591Z Compiling openssl-macros v0.1.1
16072024-05-25T00:14:45.769Z Compiling thiserror v1.0.60
16082024-05-25T00:14:46.010Z Compiling pest v2.7.10
16092024-05-25T00:14:46.236Z Compiling async-trait v0.1.80
16102024-05-25T00:14:46.713Z Compiling hashbrown v0.14.5
16112024-05-25T00:14:47.162Z Compiling scroll_derive v0.12.0
16122024-05-25T00:14:47.314Z Checking futures-util v0.3.30
16132024-05-25T00:14:47.878Z Compiling der_derive v0.7.2
16142024-05-25T00:14:48.216Z Compiling pest_meta v2.7.10
16152024-05-25T00:14:48.519Z Compiling scroll v0.12.0
16162024-05-25T00:14:48.637Z Compiling winnow v0.5.40
16172024-05-25T00:14:48.983Z Compiling crc32fast v1.4.0
16182024-05-25T00:14:49.378Z Compiling pest_generator v2.7.10
16192024-05-25T00:14:50.541Z Compiling plain v0.2.3
16202024-05-25T00:14:50.690Z Compiling goblin v0.8.2
16212024-05-25T00:14:51.922Z Compiling pretty-hex v0.4.1
16222024-05-25T00:14:51.949Z Compiling percent-encoding v2.3.1
16232024-05-25T00:14:52.262Z Compiling const-oid v0.9.6
16242024-05-25T00:14:52.494Z Compiling tracing-core v0.1.32
16252024-05-25T00:14:52.654Z Compiling untrusted v0.9.0
16262024-05-25T00:14:52.736Z Compiling pest_derive v2.7.10
16272024-05-25T00:14:53.377Z Compiling dtrace-parser v0.2.0
16282024-05-25T00:14:53.685Z Compiling tracing v0.1.40
16292024-05-25T00:14:53.711Z Compiling clap_derive v4.5.4
16302024-05-25T00:14:53.917Z Checking bytes v1.6.0
16312024-05-25T00:14:54.560Z Checking tokio v1.37.0
16322024-05-25T00:14:55.146Z Compiling indexmap v2.2.6
16332024-05-25T00:14:56.157Z Compiling semver v1.0.23
16342024-05-25T00:14:56.231Z Compiling serde_tokenstream v0.2.0
16352024-05-25T00:14:56.360Z Compiling bitflags v2.5.0
16362024-05-25T00:14:56.507Z Compiling uuid v1.8.0
16372024-05-25T00:14:56.686Z Compiling chrono v0.4.38
16382024-05-25T00:14:56.785Z Compiling http v0.2.12
16392024-05-25T00:14:56.971Z Compiling toml_datetime v0.6.6
16402024-05-25T00:14:57.369Z Compiling serde_spanned v0.6.6
16412024-05-25T00:14:57.532Z Compiling rustc_version v0.4.0
16422024-05-25T00:14:57.647Z Compiling toml_edit v0.19.15
16432024-05-25T00:14:58.171Z Compiling openapiv3 v2.0.0
16442024-05-25T00:14:59.314Z Compiling dof v0.3.0
16452024-05-25T00:15:00.338Z Compiling powerfmt v0.2.0
16462024-05-25T00:15:00.658Z Compiling signal-hook v0.3.17
16472024-05-25T00:15:00.871Z Compiling spin v0.5.2
16482024-05-25T00:15:01.070Z Compiling foreign-types-shared v0.1.1
16492024-05-25T00:15:01.166Z Compiling foreign-types v0.3.2
16502024-05-25T00:15:01.217Z Compiling deranged v0.3.11
16512024-05-25T00:15:01.243Z Compiling usdt-macro v0.5.0
16522024-05-25T00:15:01.268Z Compiling usdt-attr-macro v0.5.0
16532024-05-25T00:15:01.660Z Compiling form_urlencoded v1.2.1
16542024-05-25T00:15:01.827Z Compiling crypto-common v0.1.6
16552024-05-25T00:15:01.925Z Compiling zerocopy-derive v0.6.6
16562024-05-25T00:15:02.030Z Compiling try-lock v0.2.5
16572024-05-25T00:15:02.165Z Compiling siphasher v0.3.11
16582024-05-25T00:15:02.461Z Compiling num_threads v0.1.7
16592024-05-25T00:15:02.489Z Compiling base64 v0.21.7
16602024-05-25T00:15:02.583Z Compiling want v0.3.1
16612024-05-25T00:15:02.639Z Compiling http-body v0.4.6
16622024-05-25T00:15:02.742Z Compiling time v0.3.36
16632024-05-25T00:15:02.833Z Compiling sct v0.7.1
16642024-05-25T00:15:03.068Z Compiling rustls-webpki v0.101.7
16652024-05-25T00:15:03.102Z Compiling block-buffer v0.10.4
16662024-05-25T00:15:03.128Z Compiling idna v0.5.0
16672024-05-25T00:15:03.692Z Compiling httpdate v1.0.3
16682024-05-25T00:15:03.948Z Compiling tokio-util v0.7.11
16692024-05-25T00:15:04.079Z Compiling openssl-probe v0.1.5
16702024-05-25T00:15:04.337Z Compiling tower-service v0.3.2
16712024-05-25T00:15:04.382Z Compiling url v2.5.0
16722024-05-25T00:15:04.606Z Compiling digest v0.10.7
16732024-05-25T00:15:04.994Z Compiling h2 v0.3.26
16742024-05-25T00:15:05.106Z Compiling heapless v0.7.17
16752024-05-25T00:15:05.540Z Compiling idna v0.3.0
16762024-05-25T00:15:06.040Z Checking equivalent v1.0.1
16772024-05-25T00:15:06.781Z Compiling ppv-lite86 v0.2.17
16782024-05-25T00:15:06.848Z Compiling psl-types v2.0.11
16792024-05-25T00:15:07.007Z Compiling publicsuffix v2.2.3
16802024-05-25T00:15:07.214Z Compiling crossbeam-epoch v0.9.18
16812024-05-25T00:15:07.389Z Compiling rand_chacha v0.3.1
16822024-05-25T00:15:07.448Z Compiling tokio-rustls v0.24.1
16832024-05-25T00:15:08.280Z Compiling tokio-native-tls v0.3.1
16842024-05-25T00:15:08.306Z Compiling adler v1.0.2
16852024-05-25T00:15:08.504Z Compiling bit-vec v0.6.3
16862024-05-25T00:15:08.530Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
16872024-05-25T00:15:08.876Z Compiling ipnet v2.9.0
16882024-05-25T00:15:08.903Z Compiling miniz_oxide v0.7.2
16892024-05-25T00:15:09.152Z Compiling cookie_store v0.20.0
16902024-05-25T00:15:09.222Z Compiling rand v0.8.5
16912024-05-25T00:15:10.148Z Compiling rustls-pemfile v1.0.4
16922024-05-25T00:15:10.180Z Compiling phf_shared v0.10.0
16932024-05-25T00:15:10.218Z Compiling serde_urlencoded v0.7.1
16942024-05-25T00:15:10.462Z Compiling lazy_static v1.4.0
16952024-05-25T00:15:10.555Z Compiling hyper v0.14.28
16962024-05-25T00:15:10.581Z Compiling encoding_rs v0.8.34
16972024-05-25T00:15:10.607Z Compiling precomputed-hash v0.1.1
16982024-05-25T00:15:10.634Z Compiling minimal-lexical v0.2.1
16992024-05-25T00:15:10.688Z Compiling base64ct v1.6.0
17002024-05-25T00:15:10.714Z Compiling sync_wrapper v0.1.2
17012024-05-25T00:15:10.841Z Compiling smoltcp v0.9.1
17022024-05-25T00:15:10.950Z Compiling webpki-roots v0.25.4
17032024-05-25T00:15:11.112Z Compiling mime v0.3.17
17042024-05-25T00:15:11.137Z Compiling new_debug_unreachable v1.0.6
17052024-05-25T00:15:11.225Z Compiling fixedbitset v0.4.2
17062024-05-25T00:15:11.250Z Compiling gimli v0.28.1
17072024-05-25T00:15:11.492Z Compiling petgraph v0.6.5
17082024-05-25T00:15:11.615Z Compiling string_cache v0.8.7
17092024-05-25T00:15:11.642Z Compiling pem-rfc7468 v0.7.0
17102024-05-25T00:15:11.940Z Compiling nom v7.1.3
17112024-05-25T00:15:12.030Z Compiling bit-set v0.5.3
17122024-05-25T00:15:12.285Z Compiling hmac v0.12.1
17132024-05-25T00:15:12.370Z Compiling hubpack_derive v0.1.1
17142024-05-25T00:15:12.497Z Compiling enum-as-inner v0.5.1
17152024-05-25T00:15:13.068Z Compiling itertools v0.10.5
17162024-05-25T00:15:13.282Z Compiling diesel_table_macro_syntax v0.1.0
17172024-05-25T00:15:13.623Z Compiling object v0.32.2
17182024-05-25T00:15:13.785Z Compiling flagset v0.4.5
17192024-05-25T00:15:13.953Z Compiling unicode-segmentation v1.11.0
17202024-05-25T00:15:14.149Z Compiling lalrpop-util v0.19.12
17212024-05-25T00:15:14.447Z Compiling rustc-demangle v0.1.24
17222024-05-25T00:15:14.613Z Compiling addr2line v0.21.0
17232024-05-25T00:15:15.133Z Compiling toml_edit v0.22.13
17242024-05-25T00:15:15.158Z Compiling der v0.7.9
17252024-05-25T00:15:15.245Z Compiling diesel_derives v2.1.4
17262024-05-25T00:15:15.276Z Compiling futures-executor v0.3.30
17272024-05-25T00:15:15.556Z Compiling itertools v0.12.1
17282024-05-25T00:15:15.776Z Compiling finl_unicode v1.2.0
17292024-05-25T00:15:16.112Z Compiling hyper-tls v0.5.0
17302024-05-25T00:15:16.240Z Compiling hyper-rustls v0.24.2
17312024-05-25T00:15:16.401Z Compiling cpufeatures v0.2.12
17322024-05-25T00:15:16.489Z Compiling reqwest v0.11.27
17332024-05-25T00:15:17.875Z Compiling spki v0.7.3
17342024-05-25T00:15:18.049Z Compiling sha2 v0.10.8
17352024-05-25T00:15:18.193Z Compiling stringprep v0.1.4
17362024-05-25T00:15:19.188Z Compiling futures v0.3.30
17372024-05-25T00:15:19.291Z Compiling flate2 v1.0.30
17382024-05-25T00:15:20.060Z Compiling md-5 v0.10.6
17392024-05-25T00:15:20.308Z Compiling toml v0.7.8
17402024-05-25T00:15:20.492Z Compiling hex v0.4.3
17412024-05-25T00:15:20.738Z Compiling serde_repr v0.1.19
17422024-05-25T00:15:20.785Z Compiling strum_macros v0.25.3
17432024-05-25T00:15:21.690Z Compiling num-integer v0.1.46
17442024-05-25T00:15:21.769Z Compiling hash32 v0.2.1
17452024-05-25T00:15:21.919Z Compiling fs-err v2.11.0
17462024-05-25T00:15:22.042Z Compiling stable_deref_trait v1.2.0
17472024-05-25T00:15:22.100Z Checking unicode-ident v1.0.12
17482024-05-25T00:15:22.149Z Compiling fallible-iterator v0.2.0
17492024-05-25T00:15:22.327Z Compiling pkcs8 v0.10.2
17502024-05-25T00:15:22.353Z Compiling phf_shared v0.11.2
17512024-05-25T00:15:22.663Z Compiling terminal_size v0.3.0
17522024-05-25T00:15:22.758Z Compiling postgres-protocol v0.6.6
17532024-05-25T00:15:22.880Z Compiling ff v0.13.0
17542024-05-25T00:15:22.992Z Compiling block-padding v0.3.3
17552024-05-25T00:15:23.045Z Compiling scheduled-thread-pool v0.2.7
17562024-05-25T00:15:23.244Z Compiling base16ct v0.2.0
17572024-05-25T00:15:23.270Z Compiling managed v0.8.0
17582024-05-25T00:15:23.527Z Compiling matches v0.1.10
17592024-05-25T00:15:23.575Z Compiling peg-runtime v0.8.3
17602024-05-25T00:15:23.630Z Compiling bitflags v1.3.2
17612024-05-25T00:15:23.656Z Compiling idna v0.2.3
17622024-05-25T00:15:23.917Z Compiling clap_builder v4.5.2
17632024-05-25T00:15:24.148Z Compiling sec1 v0.7.3
17642024-05-25T00:15:24.279Z Compiling postgres-types v0.2.6
17652024-05-25T00:15:24.639Z Compiling r2d2 v0.8.10
17662024-05-25T00:15:24.905Z Compiling inout v0.1.3
17672024-05-25T00:15:24.938Z Compiling group v0.13.0
17682024-05-25T00:15:25.238Z Compiling signal-hook-mio v0.2.3
17692024-05-25T00:15:25.383Z Compiling phf v0.11.2
17702024-05-25T00:15:25.487Z Compiling num-bigint v0.4.5
17712024-05-25T00:15:25.513Z Compiling hubpack v0.1.2
17722024-05-25T00:15:25.564Z Compiling hkdf v0.12.4
17732024-05-25T00:15:25.784Z Compiling zerocopy v0.6.6
17742024-05-25T00:15:25.864Z Compiling ipnetwork v0.20.0
17752024-05-25T00:15:25.889Z Compiling crypto-bigint v0.5.5
17762024-05-25T00:15:26.429Z Compiling float-cmp v0.9.0
17772024-05-25T00:15:26.618Z Compiling memmap v0.7.0
17782024-05-25T00:15:26.644Z Compiling whoami v1.5.1
17792024-05-25T00:15:26.924Z Compiling difflib v0.4.0
17802024-05-25T00:15:27.180Z Compiling data-encoding v2.6.0
17812024-05-25T00:15:27.207Z Compiling predicates-core v1.0.6
17822024-05-25T00:15:27.513Z Compiling static_assertions v1.1.0
17832024-05-25T00:15:27.604Z Compiling normalize-line-endings v0.3.0
17842024-05-25T00:15:27.717Z Compiling predicates v3.1.0
17852024-05-25T00:15:28.246Z Compiling elliptic-curve v0.13.8
17862024-05-25T00:15:28.271Z Compiling yasna v0.5.2
17872024-05-25T00:15:28.912Z Compiling trust-dns-proto v0.22.0
17882024-05-25T00:15:28.938Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
17892024-05-25T00:15:29.111Z Compiling diesel v2.1.6
17902024-05-25T00:15:29.150Z Compiling tokio-postgres v0.7.10
17912024-05-25T00:15:29.795Z Compiling clap v4.5.4
17922024-05-25T00:15:29.897Z Compiling usdt v0.5.0
17932024-05-25T00:15:30.342Z Compiling crossterm v0.27.0
17942024-05-25T00:15:30.644Z Compiling cipher v0.4.4
17952024-05-25T00:15:31.657Z Checking proc-macro2 v1.0.82
17962024-05-25T00:15:31.914Z Compiling num-iter v0.1.45
17972024-05-25T00:15:32.068Z Compiling similar v2.5.0
17982024-05-25T00:15:32.197Z Compiling console v0.15.8
17992024-05-25T00:15:33.166Z Compiling tokio-stream v0.1.15
18002024-05-25T00:15:33.366Z Compiling bstr v1.9.1
18012024-05-25T00:15:33.391Z Checking quote v1.0.36
18022024-05-25T00:15:36.828Z Checking utf8parse v0.2.1
18032024-05-25T00:15:40.762Z Checking anstyle v1.0.7
18042024-05-25T00:15:42.017Z Checking anstyle-parse v0.2.4
18052024-05-25T00:15:42.130Z Checking is_terminal_polyfill v1.70.0
18062024-05-25T00:15:42.238Z Checking anstyle-query v1.0.3
18072024-05-25T00:15:42.281Z Checking colorchoice v1.0.1
18082024-05-25T00:15:42.392Z Checking anstream v0.6.14
18092024-05-25T00:15:42.545Z Checking strsim v0.11.1
18102024-05-25T00:15:42.779Z Checking clap_lex v0.7.0
18112024-05-25T00:15:45.621Z Checking winnow v0.6.8
18122024-05-25T00:15:53.547Z Compiling regress v0.9.1
18132024-05-25T00:15:53.858Z Compiling getopts v0.2.21
18142024-05-25T00:15:53.892Z Compiling unsafe-libyaml v0.2.11
18152024-05-25T00:15:53.917Z Checking heck v0.5.0
18162024-05-25T00:15:54.679Z Checking progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
18172024-05-25T00:15:54.938Z Compiling serde_yaml v0.9.34+deprecated
18182024-05-25T00:15:55.375Z Checking camino v1.1.7
18192024-05-25T00:15:55.406Z Checking base64 v0.22.1
18202024-05-25T00:15:55.462Z Checking is-terminal v0.4.12
18212024-05-25T00:15:55.535Z Compiling ident_case v1.0.1
18222024-05-25T00:15:55.683Z Compiling darling_core v0.20.9
18232024-05-25T00:15:55.803Z Checking sha1 v0.10.6
18242024-05-25T00:15:55.837Z Checking http v1.1.0
18252024-05-25T00:15:56.030Z Compiling paste v1.0.15
18262024-05-25T00:15:56.443Z Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
18272024-05-25T00:15:56.993Z Compiling strum_macros v0.26.2
18282024-05-25T00:15:57.400Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
18292024-05-25T00:15:57.446Z Checking match_cfg v0.1.0
18302024-05-25T00:15:57.532Z Checking fastrand v2.1.0
18312024-05-25T00:15:57.761Z Checking rustls-pki-types v1.7.0
18322024-05-25T00:15:57.809Z Checking tempfile v3.10.1
18332024-05-25T00:15:58.112Z Checking hostname v0.3.1
18342024-05-25T00:15:58.238Z Checking dirs-sys-next v0.1.2
18352024-05-25T00:15:58.392Z Checking quick-error v1.2.3
18362024-05-25T00:15:58.448Z Checking dirs-next v2.0.0
18372024-05-25T00:15:58.498Z Checking crossbeam-channel v0.5.12
18382024-05-25T00:15:58.524Z Checking thread_local v1.1.8
18392024-05-25T00:15:58.572Z Compiling slog-async v2.8.0
18402024-05-25T00:15:58.755Z Compiling rustls v0.22.4
18412024-05-25T00:15:59.012Z Checking term v0.7.0
18422024-05-25T00:15:59.055Z Checking rustls-webpki v0.102.4
18432024-05-25T00:15:59.105Z Checking instant v0.1.12
18442024-05-25T00:15:59.148Z Checking take_mut v0.2.2
18452024-05-25T00:15:59.214Z Checking rustls-pemfile v2.1.2
18462024-05-25T00:15:59.363Z Checking slog-term v2.9.1
18472024-05-25T00:15:59.422Z Compiling multer v3.1.0
18482024-05-25T00:15:59.532Z Checking debug-ignore v1.0.5
18492024-05-25T00:15:59.657Z Checking toml v0.8.13
18502024-05-25T00:15:59.732Z Checking slog-json v2.6.1
18512024-05-25T00:15:59.763Z Compiling async-stream-impl v0.3.5
18522024-05-25T00:15:59.945Z Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#0cd0e828)
18532024-05-25T00:16:00.158Z Checking atomic-waker v1.1.2
18542024-05-25T00:16:00.334Z Checking waitgroup v0.1.2
18552024-05-25T00:16:00.413Z Checking slog-bunyan v2.5.0
18562024-05-25T00:16:00.552Z Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#0cd0e828)
18572024-05-25T00:16:00.776Z Checking serde_path_to_error v0.1.16
18582024-05-25T00:16:00.929Z Checking async-stream v0.3.5
18592024-05-25T00:16:01.097Z Checking hostname v0.4.0
18602024-05-25T00:16:01.123Z Checking strum v0.26.2
18612024-05-25T00:16:01.214Z Checking newtype-uuid v1.1.0
18622024-05-25T00:16:01.253Z Checking wait-timeout v0.2.0
18632024-05-25T00:16:01.289Z Compiling structmeta-derive v0.3.0
18642024-05-25T00:16:01.416Z Checking rusty-fork v0.3.0
18652024-05-25T00:16:01.442Z Compiling structmeta-derive v0.2.0
18662024-05-25T00:16:01.608Z Compiling darling_macro v0.20.9
18672024-05-25T00:16:01.650Z Checking rand_xorshift v0.3.0
18682024-05-25T00:16:01.796Z Checking unarray v0.1.4
18692024-05-25T00:16:01.932Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=025389ff39d594bf2b815377e2c1dc4dd23b1f96#025389ff)
18702024-05-25T00:16:02.162Z Checking proptest v1.4.0
18712024-05-25T00:16:02.373Z Checking backoff v0.4.0
18722024-05-25T00:16:02.454Z Compiling darling v0.20.9
18732024-05-25T00:16:02.566Z Compiling serde_with_macros v3.8.1
18742024-05-25T00:16:02.631Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
18752024-05-25T00:16:02.670Z Checking tokio-rustls v0.25.0
18762024-05-25T00:16:03.263Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
18772024-05-25T00:16:03.373Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
18782024-05-25T00:16:03.587Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
18792024-05-25T00:16:03.763Z Compiling structmeta v0.3.0
18802024-05-25T00:16:03.860Z Compiling structmeta v0.2.0
18812024-05-25T00:16:04.136Z Compiling parse-display-derive v0.9.0
18822024-05-25T00:16:04.245Z Compiling test-strategy v0.3.1
18832024-05-25T00:16:04.274Z Checking serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
18842024-05-25T00:16:04.394Z Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet?branch=main#42b4d3c7)
18852024-05-25T00:16:04.668Z Checking macaddr v1.0.1
18862024-05-25T00:16:04.942Z Compiling proc-macro-error-attr v1.0.4
18872024-05-25T00:16:05.098Z Checking serde_with v3.8.1
18882024-05-25T00:16:05.252Z Compiling proc-macro-error v1.0.4
18892024-05-25T00:16:05.947Z Checking camino-tempfile v1.1.1
18902024-05-25T00:16:05.973Z Compiling proc-macro-crate v1.3.1
18912024-05-25T00:16:06.188Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
18922024-05-25T00:16:06.484Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
18932024-05-25T00:16:06.716Z Compiling foreign-types-macros v0.2.3
18942024-05-25T00:16:06.899Z Compiling num_enum_derive v0.5.11
18952024-05-25T00:16:06.928Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
18962024-05-25T00:16:07.136Z Checking foreign-types-shared v0.3.1
18972024-05-25T00:16:07.580Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
18982024-05-25T00:16:07.628Z Checking cstr-argument v0.1.2
18992024-05-25T00:16:07.803Z Checking pretty-hex v0.2.1
19002024-05-25T00:16:07.839Z Checking foreign-types v0.5.0
19012024-05-25T00:16:07.943Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
19022024-05-25T00:16:07.970Z Checking tabwriter v1.4.0
19032024-05-25T00:16:07.996Z Checking colored v2.1.0
19042024-05-25T00:16:08.209Z Checking socket2 v0.4.10
19052024-05-25T00:16:08.236Z Checking parse-display v0.9.0
19062024-05-25T00:16:08.265Z Checking smf v0.2.3
19072024-05-25T00:16:08.293Z Checking humantime v2.1.0
19082024-05-25T00:16:08.446Z Checking termcolor v1.4.1
19092024-05-25T00:16:08.531Z Checking arc-swap v1.7.1
19102024-05-25T00:16:08.559Z Checking xattr v1.3.1
19112024-05-25T00:16:08.623Z Checking filetime v0.2.23
19122024-05-25T00:16:08.671Z Checking same-file v1.0.6
19132024-05-25T00:16:08.746Z Checking utf-8 v0.7.6
19142024-05-25T00:16:08.814Z Checking newline-converter v0.3.0
19152024-05-25T00:16:08.840Z Checking tar v0.4.40
19162024-05-25T00:16:08.840Z Checking walkdir v2.5.0
19172024-05-25T00:16:08.917Z Checking slog-scope v4.4.0
19182024-05-25T00:16:08.944Z Checking tungstenite v0.20.1
19192024-05-25T00:16:08.973Z Checking expectorate v1.1.0
19202024-05-25T00:16:09.098Z Compiling heapless v0.8.0
19212024-05-25T00:16:09.124Z Checking slog-stdlog v4.1.1
19222024-05-25T00:16:09.150Z Checking termtree v0.4.1
19232024-05-25T00:16:09.269Z Checking slog-envlogger v2.2.0
19242024-05-25T00:16:09.309Z Checking predicates-tree v1.0.9
19252024-05-25T00:16:09.341Z Checking num_enum v0.5.11
19262024-05-25T00:16:09.446Z Checking hash32 v0.3.1
19272024-05-25T00:16:09.473Z Compiling smoltcp v0.11.0
19282024-05-25T00:16:09.499Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
19292024-05-25T00:16:09.525Z Compiling crucible-workspace-hack v0.1.0
19302024-05-25T00:16:09.613Z Checking cobs v0.2.3
19312024-05-25T00:16:09.677Z Checking tokio-tungstenite v0.20.1
19322024-05-25T00:16:09.714Z Checking embedded-io v0.4.0
19332024-05-25T00:16:09.762Z Checking sigpipe v0.1.3
19342024-05-25T00:16:09.788Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=194a8d1d6443f78d59702a25849607dba33db732#194a8d1d)
19352024-05-25T00:16:09.868Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=194a8d1d6443f78d59702a25849607dba33db732#194a8d1d)
19362024-05-25T00:16:09.937Z Checking postcard v1.0.8
19372024-05-25T00:16:10.092Z Compiling derror-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=194a8d1d6443f78d59702a25849607dba33db732#194a8d1d)
19382024-05-25T00:16:10.118Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=194a8d1d6443f78d59702a25849607dba33db732#194a8d1d)
19392024-05-25T00:16:10.119Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e)
19402024-05-25T00:16:10.152Z Checking pem v3.0.4
19412024-05-25T00:16:10.460Z Checking atty v0.2.14
19422024-05-25T00:16:10.486Z Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
19432024-05-25T00:16:10.575Z Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
19442024-05-25T00:16:10.661Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6d7ed9a033babc054db9eff5b59dee978d2b0d76#6d7ed9a0)
19452024-05-25T00:16:10.917Z Compiling num-derive v0.4.2
19462024-05-25T00:16:10.961Z Compiling mockall_derive v0.12.1
19472024-05-25T00:16:11.043Z Checking fragile v2.0.0
19482024-05-25T00:16:11.291Z Checking downcast v0.11.0
19492024-05-25T00:16:11.462Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6d7ed9a033babc054db9eff5b59dee978d2b0d76#6d7ed9a0)
19502024-05-25T00:16:11.669Z Compiling derive-where v1.2.7
19512024-05-25T00:16:11.764Z Checking zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
19522024-05-25T00:16:11.946Z Checking env_logger v0.9.3
19532024-05-25T00:16:12.159Z Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
19542024-05-25T00:16:12.303Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
19552024-05-25T00:16:12.373Z Compiling bitstruct_derive v0.1.0
19562024-05-25T00:16:12.583Z Checking viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
19572024-05-25T00:16:12.702Z Checking ascii v1.1.0
19582024-05-25T00:16:12.763Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=8c6d485110ecfae5409575246b986a145c386dc4#8c6d4851)
19592024-05-25T00:16:13.034Z Checking rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c)
19602024-05-25T00:16:13.133Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=194a8d1d6443f78d59702a25849607dba33db732#194a8d1d)
19612024-05-25T00:16:13.159Z Checking viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
19622024-05-25T00:16:13.292Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
19632024-05-25T00:16:13.492Z Checking dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
19642024-05-25T00:16:13.518Z Checking bitstruct v0.1.1
19652024-05-25T00:16:13.613Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
19662024-05-25T00:16:13.739Z Checking serde_arrays v0.1.0
19672024-05-25T00:16:13.775Z Checking erased-serde v0.3.31
19682024-05-25T00:16:13.843Z Compiling heck v0.3.3
19692024-05-25T00:16:13.881Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e)
19702024-05-25T00:16:14.157Z Checking tungstenite v0.21.0
19712024-05-25T00:16:14.204Z Compiling zone_cfg_derive v0.1.2
19722024-05-25T00:16:14.283Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=194a8d1d6443f78d59702a25849607dba33db732#194a8d1d)
19732024-05-25T00:16:14.553Z Checking base64 v0.13.1
19742024-05-25T00:16:14.665Z Checking propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
19752024-05-25T00:16:14.691Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
19762024-05-25T00:16:14.845Z Checking tokio-tungstenite v0.21.0
19772024-05-25T00:16:14.941Z Checking ron v0.7.1
19782024-05-25T00:16:15.310Z Checking headers-core v0.2.0
19792024-05-25T00:16:15.460Z Checking portpicker v0.1.1
19802024-05-25T00:16:15.486Z Checking zone v0.1.8
19812024-05-25T00:16:15.563Z Checking headers v0.3.9
19822024-05-25T00:16:15.649Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=194a8d1d6443f78d59702a25849607dba33db732#194a8d1d)
19832024-05-25T00:16:15.822Z Checking rcgen v0.12.1
19842024-05-25T00:16:15.891Z Checking atomicwrites v0.4.3
19852024-05-25T00:16:15.916Z Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
19862024-05-25T00:16:16.046Z Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
19872024-05-25T00:16:16.072Z Checking subprocess v0.2.9
19882024-05-25T00:16:16.369Z Compiling convert_case v0.4.0
19892024-05-25T00:16:16.426Z Checking linked-hash-map v0.5.6
19902024-05-25T00:16:16.454Z Checking password-hash v0.5.0
19912024-05-25T00:16:16.504Z Checking blake2 v0.10.6
19922024-05-25T00:16:16.706Z Checking lru-cache v0.1.2
19932024-05-25T00:16:16.824Z Checking swrite v0.1.0
19942024-05-25T00:16:16.863Z Compiling rayon-core v1.12.1
19952024-05-25T00:16:16.889Z Checking argon2 v0.5.3
19962024-05-25T00:16:16.937Z Checking resolv-conf v0.7.0
19972024-05-25T00:16:17.118Z Checking half v2.4.1
19982024-05-25T00:16:17.207Z Compiling derive_more v0.99.17
19992024-05-25T00:16:17.232Z Checking trust-dns-resolver v0.22.0
20002024-05-25T00:16:17.338Z Checking mockall v0.12.1
20012024-05-25T00:16:17.434Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
20022024-05-25T00:16:17.500Z Compiling cancel-safe-futures v0.1.5
20032024-05-25T00:16:17.541Z Checking ciborium-io v0.2.2
20042024-05-25T00:16:17.587Z Compiling slog-dtrace v0.3.0
20052024-05-25T00:16:17.655Z Checking ciborium-ll v0.2.2
20062024-05-25T00:16:17.715Z Compiling semver v0.1.20
20072024-05-25T00:16:17.885Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
20082024-05-25T00:16:17.911Z Checking ciborium v0.2.2
20092024-05-25T00:16:18.147Z Compiling rustc_version v0.1.7
20102024-05-25T00:16:18.179Z Checking libsw v3.3.1
20112024-05-25T00:16:18.284Z Checking linear-map v1.2.0
20122024-05-25T00:16:18.415Z Checking owo-colors v4.0.0
20132024-05-25T00:16:18.573Z Compiling unicode-xid v0.2.4
20142024-05-25T00:16:18.599Z Compiling newtype_derive v0.1.6
20152024-05-25T00:16:18.727Z Compiling radium v0.7.0
20162024-05-25T00:16:18.757Z Checking num-rational v0.4.2
20172024-05-25T00:16:18.818Z Checking num-complex v0.4.6
20182024-05-25T00:16:19.002Z Checking steno v0.4.0
20192024-05-25T00:16:19.128Z Checking nibble_vec v0.1.0
20202024-05-25T00:16:19.293Z Compiling maybe-uninit v2.0.0
20212024-05-25T00:16:19.319Z Checking endian-type v0.1.2
20222024-05-25T00:16:19.500Z Checking tap v1.0.1
20232024-05-25T00:16:19.530Z Checking num v0.4.3
20242024-05-25T00:16:19.627Z Checking radix_trie v0.2.1
20252024-05-25T00:16:19.653Z Checking wyz v0.5.1
20262024-05-25T00:16:19.821Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
20272024-05-25T00:16:19.974Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
20282024-05-25T00:16:19.999Z Compiling bzip2-sys v0.1.11+1.0.8
20292024-05-25T00:16:20.108Z Checking fxhash v0.2.1
20302024-05-25T00:16:20.311Z Checking funty v2.0.0
20312024-05-25T00:16:20.394Z Compiling num-bigint-dig v0.8.4
20322024-05-25T00:16:20.619Z Compiling packed_struct v0.10.1
20332024-05-25T00:16:20.889Z Checking crc-catalog v2.4.0
20342024-05-25T00:16:21.040Z Checking crc v3.2.1
20352024-05-25T00:16:21.087Z Checking bitvec v1.0.1
20362024-05-25T00:16:21.148Z Compiling packed_struct_codegen v0.10.1
20372024-05-25T00:16:21.402Z Compiling indexmap v1.9.3
20382024-05-25T00:16:21.637Z Checking nodrop v0.1.14
20392024-05-25T00:16:21.754Z Checking array-init v0.0.4
20402024-05-25T00:16:21.794Z Checking smallvec v0.6.14
20412024-05-25T00:16:21.910Z Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
20422024-05-25T00:16:22.144Z Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
20432024-05-25T00:16:22.526Z Checking pkcs1 v0.7.5
20442024-05-25T00:16:22.562Z Checking signature v2.2.0
20452024-05-25T00:16:22.726Z Checking bitfield v0.14.0
20462024-05-25T00:16:22.865Z Checking hashbrown v0.12.3
20472024-05-25T00:16:22.890Z Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
20482024-05-25T00:16:22.952Z Checking serde-hex v0.1.0
20492024-05-25T00:16:23.436Z Checking bzip2 v0.4.4
20502024-05-25T00:16:23.462Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
20512024-05-25T00:16:23.664Z Checking env_logger v0.10.2
20522024-05-25T00:16:23.689Z Checking x509-cert v0.2.5
20532024-05-25T00:16:23.894Z Checking rsa v0.9.6
20542024-05-25T00:16:24.011Z Checking ron v0.8.1
20552024-05-25T00:16:24.064Z Checking hashbrown v0.13.2
20562024-05-25T00:16:24.287Z Compiling home v0.5.9
20572024-05-25T00:16:24.505Z Checking crc-any v2.5.0
20582024-05-25T00:16:24.700Z Checking zip v0.6.6
20592024-05-25T00:16:24.791Z Checking display-error-chain v0.2.0
20602024-05-25T00:16:24.893Z Checking object v0.30.4
20612024-05-25T00:16:24.918Z Checking path-slash v0.1.5
20622024-05-25T00:16:24.952Z Compiling async-recursion v1.1.1
20632024-05-25T00:16:25.012Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
20642024-05-25T00:16:25.045Z Compiling buf-list v1.0.3
20652024-05-25T00:16:25.266Z Compiling ring v0.16.20
20662024-05-25T00:16:25.312Z Compiling blake3 v1.5.1
20672024-05-25T00:16:25.924Z Checking maplit v1.0.2
20682024-05-25T00:16:26.021Z Checking gethostname v0.4.3
20692024-05-25T00:16:26.123Z Compiling parking_lot_core v0.8.6
20702024-05-25T00:16:26.148Z Compiling libefi-sys v0.1.0
20712024-05-25T00:16:26.186Z Compiling pin-project-internal v1.1.5
20722024-05-25T00:16:26.267Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
20732024-05-25T00:16:26.402Z Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
20742024-05-25T00:16:26.745Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
20752024-05-25T00:16:26.811Z Compiling crossbeam-deque v0.8.5
20762024-05-25T00:16:26.838Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81)
20772024-05-25T00:16:27.091Z Checking keccak v0.1.5
20782024-05-25T00:16:27.349Z Checking sha3 v0.10.8
20792024-05-25T00:16:27.993Z Checking libnvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81)
20802024-05-25T00:16:28.252Z Checking parking_lot v0.11.2
20812024-05-25T00:16:28.281Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
20822024-05-25T00:16:28.401Z Checking trust-dns-client v0.22.0
20832024-05-25T00:16:28.490Z Compiling synstructure v0.12.6
20842024-05-25T00:16:28.538Z Checking toml v0.5.11
20852024-05-25T00:16:28.714Z Checking pin-project v1.1.5
20862024-05-25T00:16:28.824Z Checking secrecy v0.8.0
20872024-05-25T00:16:28.988Z Checking sled v0.34.7
20882024-05-25T00:16:29.177Z Compiling rayon v1.10.0
20892024-05-25T00:16:29.660Z Checking trust-dns-server v0.22.1
20902024-05-25T00:16:29.919Z Compiling zerocopy-derive v0.2.0
20912024-05-25T00:16:30.044Z Compiling memmap2 v0.9.4
20922024-05-25T00:16:30.466Z Compiling constant_time_eq v0.3.0
20932024-05-25T00:16:30.492Z Compiling arrayvec v0.7.4
20942024-05-25T00:16:30.622Z Compiling untrusted v0.7.1
20952024-05-25T00:16:30.776Z Compiling arrayref v0.3.7
20962024-05-25T00:16:31.548Z Compiling toolchain_find v0.4.0
20972024-05-25T00:16:31.925Z Compiling vte_generate_state_changes v0.1.1
20982024-05-25T00:16:32.088Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=025389ff39d594bf2b815377e2c1dc4dd23b1f96#025389ff)
20992024-05-25T00:16:32.304Z Compiling topological-sort v0.2.2
21002024-05-25T00:16:32.450Z Checking vte v0.11.1
21012024-05-25T00:16:32.490Z Compiling rustfmt-wrapper v0.2.1
21022024-05-25T00:16:32.968Z Checking fd-lock v4.0.2
21032024-05-25T00:16:32.994Z Checking glob v0.3.1
21042024-05-25T00:16:33.133Z Compiling omicron-zone-package v0.11.0
21052024-05-25T00:16:33.253Z Compiling snafu-derive v0.8.2
21062024-05-25T00:16:33.466Z Checking strip-ansi-escapes v0.2.0
21072024-05-25T00:16:33.598Z Compiling usdt-impl v0.3.5
21082024-05-25T00:16:34.027Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
21092024-05-25T00:16:34.027Z Checking nu-ansi-term v0.50.0
21102024-05-25T00:16:34.027Z Compiling zerocopy v0.3.2
21112024-05-25T00:16:34.106Z Checking globset v0.4.14
21122024-05-25T00:16:34.155Z Checking olpc-cjson v0.1.3
21132024-05-25T00:16:34.229Z Checking reedline v0.31.0
21142024-05-25T00:16:34.344Z Checking serde_plain v1.0.2
21152024-05-25T00:16:34.480Z Checking typed-path v0.7.1
21162024-05-25T00:16:34.521Z Compiling prettyplease v0.2.20
21172024-05-25T00:16:34.547Z Compiling dof v0.1.5
21182024-05-25T00:16:34.761Z Compiling dtrace-parser v0.1.14
21192024-05-25T00:16:35.208Z Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
21202024-05-25T00:16:35.297Z Checking parse-size v1.0.0
21212024-05-25T00:16:36.363Z Compiling serde_tokenstream v0.1.7
21222024-05-25T00:16:36.546Z Compiling memoffset v0.7.1
21232024-05-25T00:16:36.792Z Compiling platforms v3.4.0
21242024-05-25T00:16:36.818Z Compiling crunchy v0.2.2
21252024-05-25T00:16:36.843Z Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#943c4bbe)
21262024-05-25T00:16:37.195Z Compiling clang-sys v1.7.0
21272024-05-25T00:16:37.364Z Compiling curve25519-dalek v4.1.2
21282024-05-25T00:16:37.435Z Compiling unicase v2.7.0
21292024-05-25T00:16:37.528Z Compiling tiny-keccak v2.0.2
21302024-05-25T00:16:37.987Z Checking snafu v0.8.2
21312024-05-25T00:16:38.016Z Compiling usdt-macro v0.3.5
21322024-05-25T00:16:38.070Z Compiling usdt-attr-macro v0.3.5
21332024-05-25T00:16:38.167Z Checking progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
21342024-05-25T00:16:38.423Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
21352024-05-25T00:16:38.452Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
21362024-05-25T00:16:38.482Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
21372024-05-25T00:16:38.551Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
21382024-05-25T00:16:39.228Z Checking tough v0.17.1
21392024-05-25T00:16:39.313Z Checking universal-hash v0.5.1
21402024-05-25T00:16:39.465Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
21412024-05-25T00:16:39.491Z Compiling thiserror-impl-no-std v2.0.2
21422024-05-25T00:16:40.062Z Compiling curve25519-dalek-derive v0.1.1
21432024-05-25T00:16:41.003Z Checking nanorand v0.7.0
21442024-05-25T00:16:41.312Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
21452024-05-25T00:16:41.403Z Compiling salty v0.2.0
21462024-05-25T00:16:41.548Z Checking opaque-debug v0.3.1
21472024-05-25T00:16:41.633Z Checking bytecount v0.6.8
21482024-05-25T00:16:41.715Z Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1)
21492024-05-25T00:16:41.768Z Checking signature v1.6.4
21502024-05-25T00:16:41.817Z Compiling cfg_aliases v0.1.1
21512024-05-25T00:16:41.893Z Checking ed25519 v1.5.3
21522024-05-25T00:16:41.925Z Compiling nix v0.28.0
21532024-05-25T00:16:42.023Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
21542024-05-25T00:16:42.085Z Checking papergrid v0.11.0
21552024-05-25T00:16:42.153Z Checking thiserror-no-std v2.0.2
21562024-05-25T00:16:42.252Z Checking poly1305 v0.8.0
21572024-05-25T00:16:42.671Z Checking flume v0.11.0
21582024-05-25T00:16:43.066Z Checking usdt v0.3.5
21592024-05-25T00:16:43.252Z Compiling ascii-canvas v3.0.0
21602024-05-25T00:16:43.320Z Checking nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d)
21612024-05-25T00:16:43.478Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
21622024-05-25T00:16:44.098Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
21632024-05-25T00:16:44.125Z Compiling tabled_derive v0.7.0
21642024-05-25T00:16:44.125Z Checking chacha20 v0.9.1
21652024-05-25T00:16:44.125Z Checking aead v0.5.2
21662024-05-25T00:16:44.126Z Checking serde-big-array v0.5.1
21672024-05-25T00:16:44.126Z Checking kstat-rs v0.2.3
21682024-05-25T00:16:44.182Z Compiling hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack.git?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a)
21692024-05-25T00:16:44.259Z Compiling ena v0.14.3
21702024-05-25T00:16:44.484Z Compiling libloading v0.8.3
21712024-05-25T00:16:44.595Z Compiling diff v0.1.13
21722024-05-25T00:16:44.836Z Compiling bindgen v0.69.4
21732024-05-25T00:16:44.884Z Compiling regex-syntax v0.6.29
21742024-05-25T00:16:45.371Z Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4)
21752024-05-25T00:16:45.473Z Checking hubpack v0.1.0 (https://github.com/cbiffle/hubpack.git?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a)
21762024-05-25T00:16:45.734Z Checking chacha20poly1305 v0.10.1
21772024-05-25T00:16:45.849Z Checking tabled v0.15.0
21782024-05-25T00:16:45.902Z Checking vsss-rs v3.3.4
21792024-05-25T00:16:46.793Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=8c6d485110ecfae5409575246b986a145c386dc4#8c6d4851)
21802024-05-25T00:16:47.579Z Compiling lalrpop v0.19.12
21812024-05-25T00:16:48.286Z Compiling which v4.4.2
21822024-05-25T00:16:48.519Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
21832024-05-25T00:16:48.761Z Checking signal-hook-tokio v0.3.1
21842024-05-25T00:16:48.891Z Compiling cexpr v0.6.0
21852024-05-25T00:16:48.929Z Checking serde-big-array v0.4.1
21862024-05-25T00:16:49.090Z Compiling lazycell v1.3.0
21872024-05-25T00:16:49.250Z Compiling ref-cast v1.0.23
21882024-05-25T00:16:49.719Z Compiling shlex v1.3.0
21892024-05-25T00:16:49.759Z Compiling rustc-hash v1.1.0
21902024-05-25T00:16:50.083Z Checking sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef)
21912024-05-25T00:16:50.524Z Compiling mime_guess v2.0.4
21922024-05-25T00:16:50.947Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6d7ed9a033babc054db9eff5b59dee978d2b0d76#6d7ed9a0)
21932024-05-25T00:16:51.555Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
21942024-05-25T00:16:51.770Z Compiling derive_builder_core v0.20.0
21952024-05-25T00:16:51.965Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
21962024-05-25T00:16:52.709Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
21972024-05-25T00:16:53.740Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
21982024-05-25T00:16:54.150Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
21992024-05-25T00:16:54.287Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
22002024-05-25T00:16:55.766Z Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
22012024-05-25T00:16:56.230Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
22022024-05-25T00:16:56.755Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
22032024-05-25T00:16:57.143Z Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
22042024-05-25T00:16:57.179Z Compiling peg-macros v0.8.3
22052024-05-25T00:16:57.502Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
22062024-05-25T00:16:58.749Z Compiling ref-cast-impl v1.0.23
22072024-05-25T00:16:59.128Z Compiling sqlparser_derive v0.2.2
22082024-05-25T00:16:59.704Z Compiling libxml v0.3.3
22092024-05-25T00:16:59.965Z Checking corncobs v0.1.3
22102024-05-25T00:17:00.048Z Checking unicode_categories v0.1.1
22112024-05-25T00:17:00.543Z Checking sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef)
22122024-05-25T00:17:00.568Z Checking rustyline v14.0.0
22132024-05-25T00:17:00.568Z Checking sqlformat v0.2.3
22142024-05-25T00:17:00.568Z Checking peg v0.8.3
22152024-05-25T00:17:00.568Z Checking sqlparser v0.45.0
22162024-05-25T00:17:01.570Z Compiling derive_builder_macro v0.20.0
22172024-05-25T00:17:01.681Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
22182024-05-25T00:17:02.127Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
22192024-05-25T00:17:02.655Z Checking bcs v0.1.6
22202024-05-25T00:17:03.054Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
22212024-05-25T00:17:03.086Z Compiling strum_macros v0.24.3
22222024-05-25T00:17:03.898Z Compiling cookie v0.18.1
22232024-05-25T00:17:04.166Z Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#62ef5ca0)
22242024-05-25T00:17:04.426Z Checking highway v1.1.0
22252024-05-25T00:17:04.766Z Compiling indoc v1.0.9
22262024-05-25T00:17:05.727Z Checking derive_builder v0.20.0
22272024-05-25T00:17:06.125Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
22282024-05-25T00:17:06.175Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
22292024-05-25T00:17:06.238Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
22302024-05-25T00:17:06.779Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
22312024-05-25T00:17:07.201Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
22322024-05-25T00:17:07.471Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
22332024-05-25T00:17:07.865Z Compiling const_format_proc_macros v0.2.32
22342024-05-25T00:17:08.184Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
22352024-05-25T00:17:09.744Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
22362024-05-25T00:17:09.962Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6d7ed9a033babc054db9eff5b59dee978d2b0d76#6d7ed9a0)
22372024-05-25T00:17:10.190Z Checking bb8 v0.8.3
22382024-05-25T00:17:10.234Z Checking quick-xml v0.31.0
22392024-05-25T00:17:10.802Z Compiling oso-derive v0.27.3
22402024-05-25T00:17:10.833Z Compiling impl-trait-for-tuples v0.2.2
22412024-05-25T00:17:10.833Z Checking http-range v0.1.5
22422024-05-25T00:17:10.833Z Checking hyper-staticfile v0.9.5
22432024-05-25T00:17:11.137Z Checking async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef)
22442024-05-25T00:17:11.246Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6d7ed9a033babc054db9eff5b59dee978d2b0d76#6d7ed9a0)
22452024-05-25T00:17:11.626Z Checking const_format v0.2.32
22462024-05-25T00:17:11.869Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
22472024-05-25T00:17:12.062Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
22482024-05-25T00:17:12.669Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
22492024-05-25T00:17:13.656Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
22502024-05-25T00:17:14.386Z Checking assert_matches v1.5.0
22512024-05-25T00:17:14.464Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
22522024-05-25T00:17:14.494Z Checking rand_seeder v0.2.3
22532024-05-25T00:17:14.685Z Compiling portable-atomic v1.6.0
22542024-05-25T00:17:15.122Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
22552024-05-25T00:17:15.179Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
22562024-05-25T00:17:15.345Z Checking number_prefix v0.4.0
22572024-05-25T00:17:15.507Z Checking castaway v0.2.2
22582024-05-25T00:17:16.069Z Checking compact_str v0.7.1
22592024-05-25T00:17:16.244Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
22602024-05-25T00:17:16.329Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
22612024-05-25T00:17:16.413Z Checking indicatif v0.17.8
22622024-05-25T00:17:16.471Z Checking lru v0.12.3
22632024-05-25T00:17:16.564Z Compiling stability v0.2.0
22642024-05-25T00:17:16.718Z Compiling indoc v2.0.5
22652024-05-25T00:17:17.025Z Checking cassowary v0.3.0
22662024-05-25T00:17:17.402Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
22672024-05-25T00:17:17.428Z Checking smawk v0.3.2
22682024-05-25T00:17:17.595Z Checking unicode-linebreak v0.1.5
22692024-05-25T00:17:17.621Z Checking ratatui v0.26.2
22702024-05-25T00:17:17.917Z Checking textwrap v0.16.1
22712024-05-25T00:17:18.283Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
22722024-05-25T00:17:18.508Z Checking is_ci v1.2.0
22732024-05-25T00:17:18.655Z Checking supports-color v3.0.0
22742024-05-25T00:17:18.801Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=8c6d485110ecfae5409575246b986a145c386dc4#8c6d4851)
22752024-05-25T00:17:19.363Z Checking fatfs v0.3.6
22762024-05-25T00:17:19.528Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
22772024-05-25T00:17:19.568Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
22782024-05-25T00:17:20.179Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
22792024-05-25T00:17:20.209Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
22802024-05-25T00:17:20.599Z Checking shell-words v1.1.0
22812024-05-25T00:17:20.751Z Checking rtoolbox v0.0.2
22822024-05-25T00:17:20.917Z Checking rpassword v7.3.1
22832024-05-25T00:17:21.053Z Checking tui-tree-widget v0.19.0
22842024-05-25T00:17:21.080Z Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
22852024-05-25T00:17:21.116Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
22862024-05-25T00:17:21.332Z Checking yansi v0.5.1
22872024-05-25T00:17:21.735Z Checking pretty_assertions v1.4.0
22882024-05-25T00:17:22.123Z Compiling target-lexicon v0.12.14
22892024-05-25T00:17:22.300Z Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
22902024-05-25T00:17:22.331Z Checking cargo-platform v0.1.8
22912024-05-25T00:17:22.575Z Checking plotters-backend v0.3.5
22922024-05-25T00:17:22.888Z Compiling doc-comment v0.3.3
22932024-05-25T00:17:22.995Z Compiling guppy-workspace-hack v0.1.0
22942024-05-25T00:17:23.502Z Checking plotters-svg v0.3.5
22952024-05-25T00:17:23.527Z Checking cargo_metadata v0.18.1
22962024-05-25T00:17:23.654Z Checking http-body v1.0.0
22972024-05-25T00:17:23.702Z Compiling target-spec v3.1.0
22982024-05-25T00:17:23.840Z Compiling assert_cmd v2.0.14
22992024-05-25T00:17:24.171Z Checking cast v0.3.0
23002024-05-25T00:17:24.212Z Checking regex-automata v0.1.10
23012024-05-25T00:17:24.420Z Checking tower-layer v0.3.2
23022024-05-25T00:17:24.531Z Checking bstr v0.2.17
23032024-05-25T00:17:24.641Z Checking tower v0.4.13
23042024-05-25T00:17:24.787Z Checking criterion-plot v0.5.0
23052024-05-25T00:17:25.254Z Checking hyper v1.3.1
23062024-05-25T00:17:25.280Z Checking plotters v0.3.5
23072024-05-25T00:17:25.305Z Checking cfg-expr v0.15.8
23082024-05-25T00:17:26.076Z Checking installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd)
23092024-05-25T00:17:26.228Z Checking tinytemplate v1.2.1
23102024-05-25T00:17:26.671Z Checking anes v0.1.6
23112024-05-25T00:17:26.827Z Checking oorandom v11.1.3
23122024-05-25T00:17:26.990Z Checking criterion v0.5.1
23132024-05-25T00:17:27.080Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
23142024-05-25T00:17:27.420Z Checking hyper-util v0.1.3
23152024-05-25T00:17:28.694Z Checking httptest v0.15.5
23162024-05-25T00:17:28.980Z Checking installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client)
23172024-05-25T00:17:29.185Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
23182024-05-25T00:17:29.244Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
23192024-05-25T00:17:29.297Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
23202024-05-25T00:17:30.047Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
23212024-05-25T00:17:31.143Z Checking rustls-native-certs v0.7.0
23222024-05-25T00:17:31.272Z Checking pathdiff v0.2.1
23232024-05-25T00:17:31.579Z Checking nested v0.1.1
23242024-05-25T00:17:32.152Z Checking guppy v0.17.5
23252024-05-25T00:17:32.504Z Checking hyper-rustls v0.26.0
23262024-05-25T00:17:32.770Z Checking escape8259 v0.5.2
23272024-05-25T00:17:32.914Z Checking threadpool v1.8.1
23282024-05-25T00:17:33.077Z Checking libtest-mimic v0.7.3
23292024-05-25T00:17:33.427Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
23302024-05-25T00:17:33.452Z Checking similar-asserts v1.5.0
23312024-05-25T00:17:33.644Z Checking fancy-regex v0.13.0
23322024-05-25T00:17:33.887Z Compiling rstest_macros v0.19.0
23332024-05-25T00:17:34.235Z Checking datatest-stable v0.2.9
23342024-05-25T00:17:34.404Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
23352024-05-25T00:17:34.469Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
23362024-05-25T00:17:34.691Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
23372024-05-25T00:17:34.904Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
23382024-05-25T00:17:35.422Z Checking csv-core v0.1.11
23392024-05-25T00:17:35.580Z Compiling trybuild v1.0.96
23402024-05-25T00:17:35.690Z Compiling relative-path v1.9.3
23412024-05-25T00:17:35.787Z Checking csv v1.3.0
23422024-05-25T00:17:36.059Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
23432024-05-25T00:17:36.520Z Checking blake2b_simd v1.0.2
23442024-05-25T00:17:37.243Z Checking multimap v0.10.0
23452024-05-25T00:17:37.528Z Checking futures-timer v3.0.3
23462024-05-25T00:17:37.806Z Checking rust-argon2 v2.1.0
23472024-05-25T00:17:39.335Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
23482024-05-25T00:17:40.965Z Checking partial-io v0.5.4
23492024-05-25T00:17:41.279Z Checking approx v0.5.1
23502024-05-25T00:17:41.487Z Checking termios v0.3.3
23512024-05-25T00:17:41.660Z Checking uzers v0.11.3
23522024-05-25T00:17:41.947Z Checking hex-literal v0.4.1
23532024-05-25T00:17:44.106Z Checking rstest v0.19.0
23542024-05-25T00:17:45.883Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
23552024-05-25T00:17:46.370Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
23562024-05-25T00:17:53.589Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
23572024-05-25T00:18:02.677Z Compiling samael v0.0.15
23582024-05-25T00:18:21.126Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli)
23592024-05-25T00:18:22.384Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
23602024-05-25T00:18:38.194Z Compiling polar-core v0.27.3
23612024-05-25T00:18:47.136Z Checking oso v0.27.3
23622024-05-25T00:19:24.839Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
23632024-05-25T00:19:24.839Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
23642024-05-25T00:19:24.866Z Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
23652024-05-25T00:20:51.156Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6m 25s
23662024-05-25T00:20:51.426Z
23672024-05-25T00:20:51.427Zreal 7:21.238294885
23682024-05-25T00:20:51.427Zuser 33:09.616923836
23692024-05-25T00:20:51.427Zsys 6:13.650440685
23702024-05-25T00:20:51.454Ztrap 0.932404334
23712024-05-25T00:20:51.454Ztflt 0.615585804
23722024-05-25T00:20:51.454Zdflt 1.866706071
23732024-05-25T00:20:51.454Zkflt 0.003687356
23742024-05-25T00:20:51.454Zlock 56:19.151006119
23752024-05-25T00:20:51.454Zslp 1:39:49.418443367
23762024-05-25T00:20:51.454Zlat 1:49.732065861
23772024-05-25T00:20:51.454Zstop 5:33.437095432
23782024-05-25T00:20:52.703Zwarning: output filename collision.
23792024-05-25T00:20:52.704ZThe lib target `bhyve_api` in package `bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)` has the same output filename as the lib target `bhyve_api` in package `bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6d7ed9a033babc054db9eff5b59dee978d2b0d76#6d7ed9a0)`.
23802024-05-25T00:20:52.704ZColliding filename is: /work/oxidecomputer/omicron/target/doc/bhyve_api/index.html
23812024-05-25T00:20:52.704ZThe targets should have unique names.
23822024-05-25T00:20:52.704ZThis is a known bug where multiple crates with the same name use
23832024-05-25T00:20:52.704Zthe same path; see <https://github.com/rust-lang/cargo/issues/6313>.
23842024-05-25T00:20:52.704Zwarning: output filename collision.
23852024-05-25T00:20:52.704ZThe lib target `bhyve_api_sys` in package `bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)` has the same output filename as the lib target `bhyve_api_sys` in package `bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6d7ed9a033babc054db9eff5b59dee978d2b0d76#6d7ed9a0)`.
23862024-05-25T00:20:52.704ZColliding filename is: /work/oxidecomputer/omicron/target/doc/bhyve_api_sys/index.html
23872024-05-25T00:20:52.704ZThe targets should have unique names.
23882024-05-25T00:20:52.704ZThis is a known bug where multiple crates with the same name use
23892024-05-25T00:20:52.704Zthe same path; see <https://github.com/rust-lang/cargo/issues/6313>.
23902024-05-25T00:20:52.755Zwarning: output filename collision.
23912024-05-25T00:20:52.755ZThe 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.git?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a)`.
23922024-05-25T00:20:52.755ZColliding filename is: /work/oxidecomputer/omicron/target/doc/hubpack/index.html
23932024-05-25T00:20:52.755ZThe targets should have unique names.
23942024-05-25T00:20:52.755ZThis is a known bug where multiple crates with the same name use
23952024-05-25T00:20:52.755Zthe same path; see <https://github.com/rust-lang/cargo/issues/6313>.
23962024-05-25T00:20:52.755Zwarning: output filename collision.
23972024-05-25T00:20:52.755ZThe lib target `libnet` in package `libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e)` has the same output filename as the lib target `libnet` in package `libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e)`.
23982024-05-25T00:20:52.755ZColliding filename is: /work/oxidecomputer/omicron/target/doc/libnet/index.html
23992024-05-25T00:20:52.755ZThe targets should have unique names.
24002024-05-25T00:20:52.755ZThis is a known bug where multiple crates with the same name use
24012024-05-25T00:20:52.755Zthe same path; see <https://github.com/rust-lang/cargo/issues/6313>.
24022024-05-25T00:20:52.756Zwarning: output filename collision.
24032024-05-25T00:20:52.756ZThe lib target `nix` in package `nix v0.28.0` has the same output filename as the lib target `nix` in package `nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d)`.
24042024-05-25T00:20:52.756ZColliding filename is: /work/oxidecomputer/omicron/target/doc/nix/index.html
24052024-05-25T00:20:52.756ZThe targets should have unique names.
24062024-05-25T00:20:52.756ZThis is a known bug where multiple crates with the same name use
24072024-05-25T00:20:52.756Zthe same path; see <https://github.com/rust-lang/cargo/issues/6313>.
24082024-05-25T00:20:52.756Zwarning: output filename collision.
24092024-05-25T00:20:52.756ZThe 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)`.
24102024-05-25T00:20:52.756ZColliding filename is: /work/oxidecomputer/omicron/target/doc/oximeter/index.html
24112024-05-25T00:20:52.756ZThe targets should have unique names.
24122024-05-25T00:20:52.756ZThis is a known bug where multiple crates with the same name use
24132024-05-25T00:20:52.756Zthe same path; see <https://github.com/rust-lang/cargo/issues/6313>.
24142024-05-25T00:20:52.756Zwarning: output filename collision.
24152024-05-25T00:20:52.756ZThe lib target `propolis-client` in package `propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)` has the same output filename as the lib target `propolis-client` in package `propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6d7ed9a033babc054db9eff5b59dee978d2b0d76#6d7ed9a0)`.
24162024-05-25T00:20:52.756ZColliding filename is: /work/oxidecomputer/omicron/target/doc/propolis_client/index.html
24172024-05-25T00:20:52.756ZThe targets should have unique names.
24182024-05-25T00:20:52.757ZThis is a known bug where multiple crates with the same name use
24192024-05-25T00:20:52.757Zthe same path; see <https://github.com/rust-lang/cargo/issues/6313>.
24202024-05-25T00:20:52.757Zwarning: output filename collision.
24212024-05-25T00:20:52.757ZThe lib target `tlvc` in package `tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#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)`.
24222024-05-25T00:20:52.757ZColliding filename is: /work/oxidecomputer/omicron/target/doc/tlvc/index.html
24232024-05-25T00:20:52.757ZThe targets should have unique names.
24242024-05-25T00:20:52.757ZThis is a known bug where multiple crates with the same name use
24252024-05-25T00:20:52.757Zthe same path; see <https://github.com/rust-lang/cargo/issues/6313>.
24262024-05-25T00:20:52.757Zwarning: output filename collision.
24272024-05-25T00:20:52.757ZThe lib target `zone` in package `zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)` has the same output filename as the lib target `zone` in package `zone v0.1.8`.
24282024-05-25T00:20:52.757ZColliding filename is: /work/oxidecomputer/omicron/target/doc/zone/index.html
24292024-05-25T00:20:52.757ZThe targets should have unique names.
24302024-05-25T00:20:52.757ZThis is a known bug where multiple crates with the same name use
24312024-05-25T00:20:52.757Zthe same path; see <https://github.com/rust-lang/cargo/issues/6313>.
24322024-05-25T00:20:53.341Z Documenting libc v0.2.153
24332024-05-25T00:20:53.382Z Documenting cfg-if v1.0.0
24342024-05-25T00:20:53.410Z Documenting serde_derive v1.0.202
24352024-05-25T00:20:53.436Z Documenting log v0.4.21
24362024-05-25T00:20:53.436Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
24372024-05-25T00:20:53.462Z Documenting memchr v2.7.2
24382024-05-25T00:20:53.489Z Documenting byteorder v1.5.0
24392024-05-25T00:20:53.489Z Documenting itoa v1.0.11
24402024-05-25T00:20:53.693Z Documenting scopeguard v1.2.0
24412024-05-25T00:20:55.955Z Documenting smallvec v1.13.2
24422024-05-25T00:20:56.181Z Documenting pin-project-lite v0.2.14
24432024-05-25T00:20:57.275Z Documenting libm v0.2.8
24442024-05-25T00:20:57.316Z Documenting getrandom v0.2.14
24452024-05-25T00:20:57.433Z Documenting lock_api v0.4.12
24462024-05-25T00:20:57.473Z Documenting signal-hook-registry v1.4.2
24472024-05-25T00:20:57.750Z Documenting mio v0.8.11
24482024-05-25T00:20:58.757Z Documenting once_cell v1.19.0
24492024-05-25T00:20:58.785Z Documenting parking_lot_core v0.9.10
24502024-05-25T00:20:59.593Z Documenting serde v1.0.202
24512024-05-25T00:21:00.312Z Documenting num-traits v0.2.19
24522024-05-25T00:21:01.265Z Documenting rand_core v0.6.4
24532024-05-25T00:21:01.387Z Documenting thiserror-impl v1.0.60
24542024-05-25T00:21:01.584Z Documenting zeroize_derive v1.4.2
24552024-05-25T00:21:02.061Z Documenting ryu v1.0.18
24562024-05-25T00:21:02.878Z Documenting futures-core v0.3.30
24572024-05-25T00:21:02.945Z Documenting parking_lot v0.12.2
24582024-05-25T00:21:04.604Z Documenting num_cpus v1.16.0
24592024-05-25T00:21:04.943Z Documenting socket2 v0.5.7
24602024-05-25T00:21:05.065Z Documenting tokio-macros v2.2.0
24612024-05-25T00:21:06.351Z Documenting thiserror v1.0.60
24622024-05-25T00:21:06.387Z Documenting zeroize v1.7.0
24632024-05-25T00:21:06.658Z Documenting zerocopy v0.7.34
24642024-05-25T00:21:07.014Z Documenting futures-sink v0.3.30
24652024-05-25T00:21:08.551Z Documenting typenum v1.17.0
24662024-05-25T00:21:09.260Z Documenting subtle v2.5.0
24672024-05-25T00:21:11.177Z Documenting iana-time-zone v0.1.60
24682024-05-25T00:21:11.204Z Documenting pin-utils v0.1.0
24692024-05-25T00:21:11.204Z Documenting futures-channel v0.3.30
24702024-05-25T00:21:11.230Z Documenting slab v0.4.9
24712024-05-25T00:21:18.528Z Documenting bytes v1.6.0
24722024-05-25T00:21:21.978Z Documenting bitflags v2.5.0
24732024-05-25T00:21:22.050Z Documenting serde_json v1.0.117
24742024-05-25T00:21:22.078Z Documenting chrono v0.4.38
24752024-05-25T00:21:22.104Z Documenting futures-macro v0.3.30
24762024-05-25T00:21:22.249Z Documenting futures-io v0.3.30
24772024-05-25T00:21:22.341Z Documenting tokio v1.37.0
24782024-05-25T00:21:22.406Z Documenting futures-task v0.3.30
24792024-05-25T00:21:23.240Z Documenting generic-array v0.14.7
24802024-05-25T00:21:26.295Z Documenting uuid v1.8.0
24812024-05-25T00:21:26.490Z Documenting ahash v0.8.11
24822024-05-25T00:21:26.516Z Documenting allocator-api2 v0.2.18
24832024-05-25T00:21:26.955Z Documenting futures-util v0.3.30
24842024-05-25T00:21:27.407Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24852024-05-25T00:21:27.594Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
24862024-05-25T00:21:27.620Z Documenting crypto-common v0.1.6
24872024-05-25T00:21:28.017Z Documenting tinyvec_macros v0.1.1
24882024-05-25T00:21:28.247Z Documenting const-oid v0.9.6
24892024-05-25T00:21:29.468Z Checking serde_derive_internals v0.29.1
24902024-05-25T00:21:29.989Z Documenting serde_derive_internals v0.29.1
24912024-05-25T00:21:30.475Z Documenting tinyvec v1.6.0
24922024-05-25T00:21:30.677Z Documenting dyn-clone v1.0.17
24932024-05-25T00:21:30.733Z Documenting hashbrown v0.14.5
24942024-05-25T00:21:31.876Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
24952024-05-25T00:21:32.840Z Documenting ppv-lite86 v0.2.17
24962024-05-25T00:21:33.369Z Documenting tracing-core v0.1.32
24972024-05-25T00:21:33.475Z Documenting tracing-attributes v0.1.27
24982024-05-25T00:21:33.704Z Documenting unicode-normalization v0.1.23
24992024-05-25T00:21:35.504Z Documenting schemars_derive v0.8.20
25002024-05-25T00:21:35.780Z Documenting unicode-bidi v0.3.15
25012024-05-25T00:21:35.807Z Documenting rand_chacha v0.3.1
25022024-05-25T00:21:36.412Z Documenting lazy_static v1.4.0
25032024-05-25T00:21:37.970Z Documenting percent-encoding v2.3.1
25042024-05-25T00:21:38.844Z Documenting block-buffer v0.10.4
25052024-05-25T00:21:38.978Z Documenting powerfmt v0.2.0
25062024-05-25T00:21:39.016Z Documenting equivalent v1.0.1
25072024-05-25T00:21:39.698Z Documenting time-macros v0.2.18
25082024-05-25T00:21:39.778Z Documenting rand v0.8.5
25092024-05-25T00:21:40.596Z Documenting schemars v0.8.20
25102024-05-25T00:21:42.978Z Documenting deranged v0.3.11
25112024-05-25T00:21:43.006Z Documenting indexmap v2.2.6
25122024-05-25T00:21:43.099Z Documenting form_urlencoded v1.2.1
25132024-05-25T00:21:43.233Z Documenting digest v0.10.7
25142024-05-25T00:21:43.864Z Documenting unicode-width v0.1.12
25152024-05-25T00:21:44.011Z Documenting time-core v0.1.2
25162024-05-25T00:21:46.457Z Documenting num-conv v0.1.0
25172024-05-25T00:21:46.632Z Documenting num_threads v0.1.7
25182024-05-25T00:21:46.768Z Documenting fnv v1.0.7
25192024-05-25T00:21:47.098Z Documenting idna v0.5.0
25202024-05-25T00:21:47.608Z Documenting adler v1.0.2
25212024-05-25T00:21:48.577Z Documenting unicode-ident v1.0.12
25222024-05-25T00:21:49.294Z Documenting tracing v0.1.40
25232024-05-25T00:21:58.096Z Documenting slog v2.7.0
25242024-05-25T00:21:58.144Z Documenting miniz_oxide v0.7.2
25252024-05-25T00:21:58.202Z Documenting time v0.3.36
25262024-05-25T00:21:58.290Z Documenting httparse v1.8.0
25272024-05-25T00:21:58.376Z Documenting url v2.5.0
25282024-05-25T00:21:58.402Z Documenting proc-macro2 v1.0.82
25292024-05-25T00:21:59.189Z Documenting cpufeatures v0.2.12
25302024-05-25T00:22:01.463Z Documenting tokio-util v0.7.11
25312024-05-25T00:22:01.918Z Documenting errno v0.3.9
25322024-05-25T00:22:02.372Z Documenting async-trait v0.1.80
25332024-05-25T00:22:02.435Z Documenting httpdate v1.0.3
25342024-05-25T00:22:02.787Z Documenting quote v1.0.36
25352024-05-25T00:22:02.881Z Documenting try-lock v0.2.5
25362024-05-25T00:22:04.066Z Documenting http-body v0.4.6
25372024-05-25T00:22:05.629Z Documenting want v0.3.1
25382024-05-25T00:22:06.103Z Documenting rustix v0.38.34
25392024-05-25T00:22:06.449Z Documenting aho-corasick v1.1.3
25402024-05-25T00:22:06.573Z Documenting openssl-sys v0.9.102
25412024-05-25T00:22:06.891Z Documenting syn v2.0.64
25422024-05-25T00:22:07.444Z Documenting openssl-macros v0.1.1
25432024-05-25T00:22:07.480Z Documenting h2 v0.3.26
25442024-05-25T00:22:08.594Z Documenting tower-service v0.3.2
25452024-05-25T00:22:09.592Z Documenting mime v0.3.17
25462024-05-25T00:22:11.433Z Documenting gimli v0.28.1
25472024-05-25T00:22:11.900Z Documenting regex-syntax v0.8.3
25482024-05-25T00:22:12.324Z Documenting object v0.32.2
25492024-05-25T00:22:12.401Z Documenting openssl v0.10.64
25502024-05-25T00:22:12.548Z Documenting openssl-probe v0.1.5
25512024-05-25T00:22:13.477Z Documenting rustc-demangle v0.1.24
25522024-05-25T00:22:16.112Z Documenting hyper v0.14.28
25532024-05-25T00:22:16.428Z Documenting ipnet v2.9.0
25542024-05-25T00:22:16.628Z Documenting base64ct v1.6.0
25552024-05-25T00:22:17.434Z Documenting addr2line v0.21.0
25562024-05-25T00:22:18.394Z Documenting regex-automata v0.4.6
25572024-05-25T00:22:20.712Z Documenting native-tls v0.2.11
25582024-05-25T00:22:20.796Z Documenting futures-executor v0.3.30
25592024-05-25T00:22:21.051Z Documenting encoding_rs v0.8.34
25602024-05-25T00:22:21.197Z Documenting psl-types v2.0.11
25612024-05-25T00:22:24.051Z Documenting publicsuffix v2.2.3
25622024-05-25T00:22:24.764Z Documenting backtrace v0.3.71
25632024-05-25T00:22:25.174Z Documenting serde_urlencoded v0.7.1
25642024-05-25T00:22:25.241Z Documenting semver v1.0.23
25652024-05-25T00:22:25.305Z Checking pest_meta v2.7.10
25662024-05-25T00:22:25.926Z Documenting tokio-native-tls v0.3.1
25672024-05-25T00:22:26.253Z Documenting crossbeam-utils v0.8.19
25682024-05-25T00:22:27.270Z Documenting utf8parse v0.2.1
25692024-05-25T00:22:27.857Z Documenting hyper-rustls v0.24.2
25702024-05-25T00:22:28.222Z Documenting cookie_store v0.20.0
25712024-05-25T00:22:29.575Z Documenting regex v1.10.4
25722024-05-25T00:22:29.648Z Documenting futures v0.3.30
25732024-05-25T00:22:29.783Z Documenting anyhow v1.0.83
25742024-05-25T00:22:29.923Z Documenting pem-rfc7468 v0.7.0
25752024-05-25T00:22:30.708Z Documenting pest_meta v2.7.10
25762024-05-25T00:22:31.144Z Documenting hyper-tls v0.5.0
25772024-05-25T00:22:33.529Z Documenting scroll_derive v0.12.0
25782024-05-25T00:22:33.859Z Documenting der_derive v0.7.2
25792024-05-25T00:22:33.961Z Documenting webpki-roots v0.25.4
25802024-05-25T00:22:34.250Z Documenting flagset v0.4.5
25812024-05-25T00:22:34.795Z Documenting sync_wrapper v0.1.2
25822024-05-25T00:22:34.929Z Documenting pest_generator v2.7.10
25832024-05-25T00:22:36.940Z Checking pest_generator v2.7.10
25842024-05-25T00:22:36.967Z Documenting num-integer v0.1.46
25852024-05-25T00:22:37.432Z Documenting ucd-trie v0.1.6
25862024-05-25T00:22:37.590Z Documenting plain v0.2.3
25872024-05-25T00:22:38.018Z Documenting openapiv3 v2.0.0
25882024-05-25T00:22:38.054Z Documenting reqwest v0.11.27
25892024-05-25T00:22:38.114Z Documenting scroll v0.12.0
25902024-05-25T00:22:39.165Z Documenting der v0.7.9
25912024-05-25T00:22:39.796Z Documenting pest_derive v2.7.10
25922024-05-25T00:22:40.266Z Documenting pretty-hex v0.4.1
25932024-05-25T00:22:41.423Z Documenting spin v0.9.8
25942024-05-25T00:22:41.641Z Documenting pest v2.7.10
25952024-05-25T00:22:42.358Z Documenting goblin v0.8.2
25962024-05-25T00:22:43.218Z Documenting thread-id v4.2.1
25972024-05-25T00:22:44.316Z Documenting either v1.12.0
25982024-05-25T00:22:44.423Z Documenting spki v0.7.3
25992024-05-25T00:22:45.243Z Documenting anstyle v1.0.7
26002024-05-25T00:22:45.586Z Documenting anstyle-parse v0.2.4
26012024-05-25T00:22:46.815Z Documenting dtrace-parser v0.2.0
26022024-05-25T00:22:47.416Z Documenting ipnetwork v0.20.0
26032024-05-25T00:22:48.483Z Documenting memmap v0.7.0
26042024-05-25T00:22:48.836Z Documenting data-encoding v2.6.0
26052024-05-25T00:22:48.862Z Documenting pkcs8 v0.10.2
26062024-05-25T00:22:48.932Z Documenting anstyle-query v1.0.3
26072024-05-25T00:22:49.285Z Documenting is_terminal_polyfill v1.70.0
26082024-05-25T00:22:49.820Z Documenting dof v0.3.0
26092024-05-25T00:22:51.020Z Documenting colorchoice v1.0.1
26102024-05-25T00:22:52.655Z Documenting crossbeam-epoch v0.9.18
26112024-05-25T00:22:52.795Z Documenting terminal_size v0.3.0
26122024-05-25T00:22:53.046Z Documenting sha2 v0.10.8
26132024-05-25T00:22:53.072Z Documenting hex v0.4.3
26142024-05-25T00:22:53.219Z Documenting crc32fast v1.4.0
26152024-05-25T00:22:53.258Z Documenting unicode-segmentation v1.11.0
26162024-05-25T00:22:53.746Z Documenting anstream v0.6.14
26172024-05-25T00:22:55.260Z Documenting usdt-impl v0.5.0
26182024-05-25T00:22:56.247Z Documenting untrusted v0.9.0
26192024-05-25T00:22:56.679Z Documenting clap_lex v0.7.0
26202024-05-25T00:22:57.110Z Documenting strsim v0.11.1
26212024-05-25T00:22:57.285Z Documenting num-iter v0.1.45
26222024-05-25T00:22:57.439Z Documenting hmac v0.12.1
26232024-05-25T00:22:57.662Z Documenting signal-hook v0.3.17
26242024-05-25T00:22:57.921Z Documenting clap_derive v4.5.4
26252024-05-25T00:22:58.920Z Documenting ring v0.17.8
26262024-05-25T00:23:00.683Z Documenting static_assertions v1.1.0
26272024-05-25T00:23:01.041Z Documenting clap_builder v4.5.2
26282024-05-25T00:23:01.573Z Documenting usdt v0.5.0
26292024-05-25T00:23:01.830Z Documenting flate2 v1.0.30
26302024-05-25T00:23:02.020Z Documenting managed v0.8.0
26312024-05-25T00:23:02.406Z Documenting signal-hook-mio v0.2.3
26322024-05-25T00:23:03.331Z Documenting itertools v0.12.1
26332024-05-25T00:23:03.562Z Documenting enum-as-inner v0.5.1
26342024-05-25T00:23:04.308Z Documenting regress v0.9.1
26352024-05-25T00:23:05.126Z Documenting block-padding v0.3.3
26362024-05-25T00:23:06.363Z Documenting scheduled-thread-pool v0.2.7
26372024-05-25T00:23:06.687Z Checking diesel_table_macro_syntax v0.1.0
26382024-05-25T00:23:06.857Z Documenting diesel_table_macro_syntax v0.1.0
26392024-05-25T00:23:07.314Z Documenting clap v4.5.4
26402024-05-25T00:23:07.692Z Documenting finl_unicode v1.2.0
26412024-05-25T00:23:08.300Z Documenting trust-dns-proto v0.22.0
26422024-05-25T00:23:09.616Z Documenting inout v0.1.3
26432024-05-25T00:23:10.306Z Documenting crossterm v0.27.0
26442024-05-25T00:23:10.506Z Documenting md-5 v0.10.6
26452024-05-25T00:23:10.537Z Documenting r2d2 v0.8.10
26462024-05-25T00:23:11.657Z Documenting diesel_derives v2.1.4
26472024-05-25T00:23:11.943Z Documenting stringprep v0.1.4
26482024-05-25T00:23:12.725Z Documenting ff v0.13.0
26492024-05-25T00:23:14.042Z Documenting toml_datetime v0.6.6
26502024-05-25T00:23:14.860Z Documenting serde_spanned v0.6.6
26512024-05-25T00:23:15.290Z Documenting pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
26522024-05-25T00:23:15.863Z Checking unsafe-libyaml v0.2.11
26532024-05-25T00:23:16.271Z Documenting heck v0.5.0
26542024-05-25T00:23:16.572Z Documenting fallible-iterator v0.2.0
26552024-05-25T00:23:16.845Z Documenting winnow v0.6.8
26562024-05-25T00:23:16.871Z Documenting base16ct v0.2.0
26572024-05-25T00:23:18.126Z Checking ident_case v1.0.1
26582024-05-25T00:23:18.213Z Documenting bit-vec v0.6.3
26592024-05-25T00:23:18.289Z Documenting siphasher v0.3.11
26602024-05-25T00:23:18.989Z Documenting group v0.13.0
26612024-05-25T00:23:19.112Z Documenting typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
26622024-05-25T00:23:19.292Z Documenting diesel v2.1.6
26632024-05-25T00:23:19.809Z Documenting sec1 v0.7.3
26642024-05-25T00:23:21.128Z Documenting phf_shared v0.11.2
26652024-05-25T00:23:21.482Z Documenting postgres-protocol v0.6.6
26662024-05-25T00:23:21.914Z Documenting toml_edit v0.22.13
26672024-05-25T00:23:22.064Z Documenting cipher v0.4.4
26682024-05-25T00:23:23.076Z Documenting hkdf v0.12.4
26692024-05-25T00:23:25.004Z Documenting typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
26702024-05-25T00:23:35.090Z Documenting num-bigint v0.4.5
26712024-05-25T00:23:35.642Z Documenting bstr v1.9.1
26722024-05-25T00:23:45.170Z Documenting console v0.15.8
26732024-05-25T00:23:45.536Z Documenting crypto-bigint v0.5.5
26742024-05-25T00:23:45.682Z Documenting hubpack v0.1.2
26752024-05-25T00:23:45.790Z Documenting serde_repr v0.1.19
26762024-05-25T00:23:45.900Z Documenting precomputed-hash v0.1.1
26772024-05-25T00:23:46.466Z Documenting lalrpop-util v0.19.12
26782024-05-25T00:23:47.033Z Documenting fixedbitset v0.4.2
26792024-05-25T00:23:47.786Z Documenting new_debug_unreachable v1.0.6
26802024-05-25T00:23:49.608Z Documenting minimal-lexical v0.2.1
26812024-05-25T00:23:49.831Z Documenting unsafe-libyaml v0.2.11
26822024-05-25T00:23:49.903Z Documenting yasna v0.5.2
26832024-05-25T00:23:50.058Z Documenting petgraph v0.6.5
26842024-05-25T00:23:50.455Z Documenting typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
26852024-05-25T00:23:50.580Z Documenting gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
26862024-05-25T00:23:50.657Z Documenting string_cache v0.8.7
26872024-05-25T00:24:02.465Z Documenting nom v7.1.3
26882024-05-25T00:24:02.491Z Documenting serde_yaml v0.9.34+deprecated
26892024-05-25T00:24:02.613Z Documenting postgres-types v0.2.6
26902024-05-25T00:24:02.806Z Documenting phf v0.11.2
26912024-05-25T00:24:03.122Z Checking darling_core v0.20.9
26922024-05-25T00:24:03.483Z Documenting elliptic-curve v0.13.8
26932024-05-25T00:24:03.560Z Checking serde_yaml v0.9.34+deprecated
26942024-05-25T00:24:03.709Z Documenting similar v2.5.0
26952024-05-25T00:24:04.893Z Documenting progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
26962024-05-25T00:24:05.233Z Documenting getopts v0.2.21
26972024-05-25T00:24:07.119Z Documenting float-cmp v0.9.0
26982024-05-25T00:24:07.548Z Documenting predicates-core v1.0.6
26992024-05-25T00:24:08.065Z Documenting whoami v1.5.1
27002024-05-25T00:24:09.079Z Documenting peg-runtime v0.8.3
27012024-05-25T00:24:09.381Z Documenting normalize-line-endings v0.3.0
27022024-05-25T00:24:09.407Z Documenting difflib v0.4.0
27032024-05-25T00:24:20.375Z Documenting progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
27042024-05-25T00:24:20.513Z Documenting progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
27052024-05-25T00:24:20.684Z Documenting tokio-postgres v0.7.10
27062024-05-25T00:24:20.818Z Documenting bit-set v0.5.3
27072024-05-25T00:24:21.066Z Documenting fs-err v2.11.0
27082024-05-25T00:24:21.099Z Documenting tokio-stream v0.1.15
27092024-05-25T00:24:21.257Z Documenting predicates v3.1.0
27102024-05-25T00:24:21.489Z Documenting ident_case v1.0.1
27112024-05-25T00:24:24.961Z Checking darling v0.20.9
27122024-05-25T00:24:25.091Z Documenting is-terminal v0.4.12
27132024-05-25T00:24:25.456Z Documenting darling_core v0.20.9
27142024-05-25T00:24:26.173Z Documenting strum v0.26.2
27152024-05-25T00:24:26.556Z Documenting base64 v0.22.1
27162024-05-25T00:24:26.697Z Documenting camino v1.1.7
27172024-05-25T00:24:27.552Z Documenting dirs-sys-next v0.1.2
27182024-05-25T00:24:28.139Z Documenting progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
27192024-05-25T00:24:29.053Z Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
27202024-05-25T00:24:29.329Z Documenting sha1 v0.10.6
27212024-05-25T00:24:30.128Z Documenting http v1.1.0
27222024-05-25T00:24:30.721Z Documenting paste v1.0.15
27232024-05-25T00:24:31.302Z Documenting thread_local v1.1.8
27242024-05-25T00:24:31.859Z Documenting dirs-next v2.0.0
27252024-05-25T00:24:33.132Z Documenting rustls-pki-types v1.7.0
27262024-05-25T00:24:34.100Z Documenting darling_macro v0.20.9
27272024-05-25T00:24:34.291Z Documenting crossbeam-channel v0.5.12
27282024-05-25T00:24:34.768Z Documenting take_mut v0.2.2
27292024-05-25T00:24:35.591Z Documenting slog-json v2.6.1
27302024-05-25T00:24:35.617Z Documenting async-stream-impl v0.3.5
27312024-05-25T00:24:36.133Z Documenting term v0.7.0
27322024-05-25T00:24:37.411Z Documenting rustls-webpki v0.102.4
27332024-05-25T00:24:38.719Z Documenting atomic-waker v1.1.2
27342024-05-25T00:24:38.777Z Documenting slog-async v2.8.0
27352024-05-25T00:24:38.915Z Documenting darling v0.20.9
27362024-05-25T00:24:39.429Z Documenting debug-ignore v1.0.5
27372024-05-25T00:24:40.315Z Documenting slog-term v2.9.1
27382024-05-25T00:24:40.498Z Documenting slog-bunyan v2.5.0
27392024-05-25T00:24:40.628Z Documenting async-stream v0.3.5
27402024-05-25T00:24:41.464Z Documenting waitgroup v0.1.2
27412024-05-25T00:24:42.182Z Documenting rustls v0.22.4
27422024-05-25T00:24:42.242Z Documenting rustls-pemfile v2.1.2
27432024-05-25T00:24:42.919Z Documenting multer v3.1.0
27442024-05-25T00:24:44.363Z Documenting toml v0.8.13
27452024-05-25T00:24:44.773Z Documenting dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#0cd0e828)
27462024-05-25T00:24:45.078Z Documenting serde_path_to_error v0.1.16
27472024-05-25T00:24:45.211Z Documenting hostname v0.4.0
27482024-05-25T00:24:45.491Z Documenting serde_with_macros v3.8.1
27492024-05-25T00:24:46.179Z Documenting structmeta-derive v0.3.0
27502024-05-25T00:24:48.042Z Documenting newtype-uuid v1.1.0
27512024-05-25T00:24:49.318Z Checking structmeta v0.3.0
27522024-05-25T00:24:49.547Z Documenting instant v0.1.12
27532024-05-25T00:24:49.574Z Documenting slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
27542024-05-25T00:24:49.797Z Documenting mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=025389ff39d594bf2b815377e2c1dc4dd23b1f96#025389ff)
27552024-05-25T00:24:50.366Z Documenting serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
27562024-05-25T00:24:50.697Z Documenting serde_with v3.8.1
27572024-05-25T00:24:51.210Z Documenting tokio-rustls v0.25.0
27582024-05-25T00:24:51.439Z Documenting structmeta v0.3.0
27592024-05-25T00:24:53.456Z Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
27602024-05-25T00:24:53.558Z Documenting backoff v0.4.0
27612024-05-25T00:24:54.173Z Documenting slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
27622024-05-25T00:24:54.568Z Documenting oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet?branch=main#42b4d3c7)
27632024-05-25T00:24:56.098Z Documenting parse-display-derive v0.9.0
27642024-05-25T00:24:56.544Z Documenting dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#0cd0e828)
27652024-05-25T00:24:57.820Z Documenting macaddr v1.0.1
27662024-05-25T00:24:58.205Z Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
27672024-05-25T00:24:58.522Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
27682024-05-25T00:24:58.705Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
27692024-05-25T00:24:58.915Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
27702024-05-25T00:24:59.706Z Documenting fastrand v2.1.0
27712024-05-25T00:24:59.819Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
27722024-05-25T00:25:01.876Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
27732024-05-25T00:25:02.124Z Checking proc-macro-crate v1.3.1
27742024-05-25T00:25:02.150Z Documenting proc-macro-crate v1.3.1
27752024-05-25T00:25:02.176Z Documenting foreign-types-macros v0.2.3
27762024-05-25T00:25:02.352Z Documenting foreign-types-shared v0.3.1
27772024-05-25T00:25:02.378Z Documenting parse-display v0.9.0
27782024-05-25T00:25:02.771Z Documenting libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
27792024-05-25T00:25:02.835Z Documenting nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
27802024-05-25T00:25:03.587Z Documenting tempfile v3.10.1
27812024-05-25T00:25:05.111Z Documenting cstr-argument v0.1.2
27822024-05-25T00:25:06.869Z Documenting rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
27832024-05-25T00:25:07.017Z Documenting tabwriter v1.4.0
27842024-05-25T00:25:07.183Z Documenting foreign-types v0.5.0
27852024-05-25T00:25:07.330Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
27862024-05-25T00:25:07.513Z Documenting num_enum_derive v0.5.11
27872024-05-25T00:25:08.161Z Documenting camino-tempfile v1.1.1
27882024-05-25T00:25:09.124Z Documenting colored v2.1.0
27892024-05-25T00:25:09.149Z Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
27902024-05-25T00:25:10.939Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
27912024-05-25T00:25:11.128Z Documenting nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
27922024-05-25T00:25:11.249Z Documenting hash32 v0.3.1
27932024-05-25T00:25:11.361Z Documenting rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
27942024-05-25T00:25:12.951Z Documenting stable_deref_trait v1.2.0
27952024-05-25T00:25:13.087Z Documenting smf v0.2.3
27962024-05-25T00:25:13.666Z Documenting num_enum v0.5.11
27972024-05-25T00:25:13.990Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
27982024-05-25T00:25:15.036Z Documenting cobs v0.2.3
27992024-05-25T00:25:15.178Z Documenting embedded-io v0.4.0
28002024-05-25T00:25:15.496Z Documenting derive-where v1.2.7
28012024-05-25T00:25:15.653Z Documenting heapless v0.8.0
28022024-05-25T00:25:17.257Z Documenting illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=194a8d1d6443f78d59702a25849607dba33db732#194a8d1d)
28032024-05-25T00:25:17.642Z Documenting crucible-workspace-hack v0.1.0
28042024-05-25T00:25:17.808Z Documenting dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
28052024-05-25T00:25:18.002Z Documenting postcard v1.0.8
28062024-05-25T00:25:20.121Z Documenting derror-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=194a8d1d6443f78d59702a25849607dba33db732#194a8d1d)
28072024-05-25T00:25:20.249Z Documenting smoltcp v0.11.0
28082024-05-25T00:25:21.133Z Documenting kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=194a8d1d6443f78d59702a25849607dba33db732#194a8d1d)
28092024-05-25T00:25:21.649Z Documenting newline-converter v0.3.0
28102024-05-25T00:25:22.582Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
28112024-05-25T00:25:22.662Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
28122024-05-25T00:25:23.677Z Documenting poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
28132024-05-25T00:25:24.304Z Documenting libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e)
28142024-05-25T00:25:24.465Z Documenting bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6d7ed9a033babc054db9eff5b59dee978d2b0d76#6d7ed9a0)
28152024-05-25T00:25:24.768Z Documenting sigpipe v0.1.3
28162024-05-25T00:25:25.299Z Documenting num-derive v0.4.2
28172024-05-25T00:25:25.665Z Documenting expectorate v1.1.0
28182024-05-25T00:25:25.794Z Documenting convert_case v0.4.0
28192024-05-25T00:25:26.099Z Documenting opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=194a8d1d6443f78d59702a25849607dba33db732#194a8d1d)
28202024-05-25T00:25:26.699Z Checking convert_case v0.4.0
28212024-05-25T00:25:26.893Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
28222024-05-25T00:25:28.892Z Documenting bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6d7ed9a033babc054db9eff5b59dee978d2b0d76#6d7ed9a0)
28232024-05-25T00:25:28.918Z Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
28242024-05-25T00:25:29.258Z Documenting zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
28252024-05-25T00:25:29.642Z Documenting derive_more v0.99.17
28262024-05-25T00:25:29.860Z Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
28272024-05-25T00:25:30.221Z Documenting crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=8c6d485110ecfae5409575246b986a145c386dc4#8c6d4851)
28282024-05-25T00:25:30.321Z Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
28292024-05-25T00:25:32.294Z Documenting opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=194a8d1d6443f78d59702a25849607dba33db732#194a8d1d)
28302024-05-25T00:25:33.495Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
28312024-05-25T00:25:33.927Z Documenting password-hash v0.5.0
28322024-05-25T00:25:34.076Z Documenting blake2 v0.10.6
28332024-05-25T00:25:34.351Z Documenting linked-hash-map v0.5.6
28342024-05-25T00:25:35.147Z Documenting humantime v2.1.0
28352024-05-25T00:25:35.614Z Documenting swrite v0.1.0
28362024-05-25T00:25:38.345Z Documenting oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=194a8d1d6443f78d59702a25849607dba33db732#194a8d1d)
28372024-05-25T00:25:38.454Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
28382024-05-25T00:25:38.599Z Documenting lru-cache v0.1.2
28392024-05-25T00:25:38.934Z Documenting argon2 v0.5.3
28402024-05-25T00:25:39.324Z Documenting newtype_derive v0.1.6
28412024-05-25T00:25:39.521Z Documenting quick-error v1.2.3
28422024-05-25T00:25:40.898Z Documenting arc-swap v1.7.1
28432024-05-25T00:25:41.115Z Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
28442024-05-25T00:25:42.727Z Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
28452024-05-25T00:25:42.837Z Documenting xattr v1.3.1
28462024-05-25T00:25:43.340Z Documenting steno v0.4.0
28472024-05-25T00:25:43.478Z Documenting filetime v0.2.23
28482024-05-25T00:25:43.504Z Documenting resolv-conf v0.7.0
28492024-05-25T00:25:43.872Z Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
28502024-05-25T00:25:45.001Z Documenting opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=194a8d1d6443f78d59702a25849607dba33db732#194a8d1d)
28512024-05-25T00:25:45.080Z Documenting slog-scope v4.4.0
28522024-05-25T00:25:47.362Z Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
28532024-05-25T00:25:47.608Z Documenting tar v0.4.40
28542024-05-25T00:25:47.799Z Documenting trust-dns-resolver v0.22.0
28552024-05-25T00:25:49.111Z Documenting slog-stdlog v4.1.1
28562024-05-25T00:25:50.148Z Documenting num-rational v0.4.2
28572024-05-25T00:25:51.306Z Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
28582024-05-25T00:25:51.939Z Documenting num-complex v0.4.6
28592024-05-25T00:25:52.355Z Documenting tap v1.0.1
28602024-05-25T00:25:53.221Z Documenting slog-envlogger v2.2.0
28612024-05-25T00:25:54.754Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
28622024-05-25T00:25:55.100Z Documenting wyz v0.5.1
28632024-05-25T00:25:55.887Z Documenting radium v0.7.0
28642024-05-25T00:25:56.465Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
28652024-05-25T00:25:56.641Z Documenting num v0.4.3
28662024-05-25T00:25:56.705Z Documenting nibble_vec v0.1.0
28672024-05-25T00:25:56.950Z Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
28682024-05-25T00:25:58.007Z Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
28692024-05-25T00:25:58.215Z Documenting funty v2.0.0
28702024-05-25T00:25:58.810Z Documenting same-file v1.0.6
28712024-05-25T00:26:00.423Z Documenting crc-catalog v2.4.0
28722024-05-25T00:26:00.666Z Documenting endian-type v0.1.2
28732024-05-25T00:26:01.344Z Documenting bitvec v1.0.1
28742024-05-25T00:26:02.189Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
28752024-05-25T00:26:02.619Z Documenting cancel-safe-futures v0.1.5
28762024-05-25T00:26:02.689Z Documenting walkdir v2.5.0
28772024-05-25T00:26:02.815Z Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
28782024-05-25T00:26:03.208Z Documenting crc v3.2.1
28792024-05-25T00:26:04.568Z Documenting radix_trie v0.2.1
28802024-05-25T00:26:06.105Z Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
28812024-05-25T00:26:06.177Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
28822024-05-25T00:26:06.441Z Documenting packed_struct_codegen v0.10.1
28832024-05-25T00:26:06.512Z Documenting nodrop v0.1.14
28842024-05-25T00:26:06.839Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
28852024-05-25T00:26:08.164Z Documenting bzip2-sys v0.1.11+1.0.8
28862024-05-25T00:26:08.859Z Documenting num-bigint-dig v0.8.4
28872024-05-25T00:26:09.136Z Documenting array-init v0.0.4
28882024-05-25T00:26:09.887Z Documenting pem v3.0.4
28892024-05-25T00:26:11.551Z Documenting packed_struct v0.10.1
28902024-05-25T00:26:12.225Z Documenting pkcs1 v0.7.5
28912024-05-25T00:26:12.387Z Documenting signature v2.2.0
28922024-05-25T00:26:14.033Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
28932024-05-25T00:26:14.392Z Documenting bitfield v0.14.0
28942024-05-25T00:26:14.774Z Documenting display-error-chain v0.2.0
28952024-05-25T00:26:15.518Z Documenting termcolor v1.4.1
28962024-05-25T00:26:16.061Zwarning: unresolved link to `Blueprints`
28972024-05-25T00:26:16.061Z --> nexus/types/src/deployment/blueprint_diff.rs:5:33
28982024-05-25T00:26:16.061Z |
28992024-05-25T00:26:16.061Z5 | //! Types helpful for diffing [`Blueprints`].
29002024-05-25T00:26:16.061Z | ^^^^^^^^^^ no item named `Blueprints` in scope
29012024-05-25T00:26:16.061Z |
29022024-05-25T00:26:16.061Z = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
29032024-05-25T00:26:16.062Z = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default
29042024-05-25T00:26:16.062Z
29052024-05-25T00:26:16.088Zwarning: unresolved link to `Blueprints`
29062024-05-25T00:26:16.089Z --> nexus/types/src/deployment/blueprint_display.rs:5:35
29072024-05-25T00:26:16.089Z |
29082024-05-25T00:26:16.089Z5 | //! Types helpful for rendering [`Blueprints`].
29092024-05-25T00:26:16.089Z | ^^^^^^^^^^ no item named `Blueprints` in scope
29102024-05-25T00:26:16.089Z |
29112024-05-25T00:26:16.089Z = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
29122024-05-25T00:26:16.089Z
29132024-05-25T00:26:16.089Zwarning: unresolved link to `BpSledTable`
29142024-05-25T00:26:16.089Z --> nexus/types/src/deployment/blueprint_display.rs:179:49
29152024-05-25T00:26:16.089Z |
29162024-05-25T00:26:16.089Z179 | /// `BpSledSubtable`s are always nested under [`BpSledTable`]s.
29172024-05-25T00:26:16.090Z | ^^^^^^^^^^^ no item named `BpSledTable` in scope
29182024-05-25T00:26:16.090Z |
29192024-05-25T00:26:16.090Z = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
29202024-05-25T00:26:16.090Z
29212024-05-25T00:26:16.775Z Documenting bzip2 v0.4.4
29222024-05-25T00:26:17.307Z Documenting rsa v0.9.6
29232024-05-25T00:26:17.410Z Documenting serde-hex v0.1.0
29242024-05-25T00:26:18.291Zwarning: `nexus-types` (lib doc) generated 3 warnings
29252024-05-25T00:26:18.317Z Documenting tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
29262024-05-25T00:26:18.797Z Documenting slog-dtrace v0.3.0
29272024-05-25T00:26:19.428Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
29282024-05-25T00:26:19.527Z Documenting env_logger v0.10.2
29292024-05-25T00:26:19.682Z Documenting x509-cert v0.2.5
29302024-05-25T00:26:20.455Z Documenting lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
29312024-05-25T00:26:21.203Z Documenting libsw v3.3.1
29322024-05-25T00:26:22.165Z Documenting ron v0.8.1
29332024-05-25T00:26:23.071Z Documenting half v2.4.1
29342024-05-25T00:26:23.980Z Documenting owo-colors v4.0.0
29352024-05-25T00:26:24.380Z Documenting ciborium-io v0.2.2
29362024-05-25T00:26:24.813Z Documenting crc-any v2.5.0
29372024-05-25T00:26:25.453Z Documenting maplit v1.0.2
29382024-05-25T00:26:25.858Z Documenting linear-map v1.2.0
29392024-05-25T00:26:26.132Z Documenting zip v0.6.6
29402024-05-25T00:26:26.992Z Documenting tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
29412024-05-25T00:26:28.084Z Documenting lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
29422024-05-25T00:26:28.232Z Documenting ciborium-ll v0.2.2
29432024-05-25T00:26:28.326Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
29442024-05-25T00:26:29.435Z Documenting internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
29452024-05-25T00:26:29.752Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
29462024-05-25T00:26:30.014Z Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
29472024-05-25T00:26:30.693Z Documenting headers-core v0.2.0
29482024-05-25T00:26:31.077Z Documenting async-recursion v1.1.1
29492024-05-25T00:26:32.186Z Documenting path-slash v0.1.5
29502024-05-25T00:26:35.253Z Documenting headers v0.3.9
29512024-05-25T00:26:35.632Z Documenting ciborium v0.2.2
29522024-05-25T00:26:36.107Z Documenting fxhash v0.2.1
29532024-05-25T00:26:36.433Z Documenting hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#943c4bbe)
29542024-05-25T00:26:36.867Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
29552024-05-25T00:26:39.197Z Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
29562024-05-25T00:26:40.282Z Documenting buf-list v1.0.3
29572024-05-25T00:26:40.422Z Documenting pin-project-internal v1.1.5
29582024-05-25T00:26:41.093Z Documenting vte_generate_state_changes v0.1.1
29592024-05-25T00:26:41.692Z Documenting derive_builder_core v0.20.0
29602024-05-25T00:26:44.993Z Documenting vte v0.11.1
29612024-05-25T00:26:45.262Z Documenting bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
29622024-05-25T00:26:45.614Z Documenting pin-project v1.1.5
29632024-05-25T00:26:47.520Z Checking derive_builder_core v0.20.0
29642024-05-25T00:26:47.711Z Documenting crossbeam-deque v0.8.5
29652024-05-25T00:26:48.247Z Documenting snafu-derive v0.8.2
29662024-05-25T00:26:48.291Z Documenting fd-lock v4.0.2
29672024-05-25T00:26:49.136Z Documenting viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
29682024-05-25T00:26:49.694Z Documenting bitstruct_derive v0.1.0
29692024-05-25T00:26:49.720Z Documenting ascii v1.1.0
29702024-05-25T00:26:51.924Z Documenting rayon-core v1.12.1
29712024-05-25T00:26:52.705Z Documenting rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c)
29722024-05-25T00:26:53.117Z Documenting bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
29732024-05-25T00:26:53.355Z Documenting viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
29742024-05-25T00:26:54.557Z Documenting bitstruct v0.1.1
29752024-05-25T00:26:55.298Z Documenting snafu v0.8.2
29762024-05-25T00:26:56.676Z Documenting strip-ansi-escapes v0.2.0
29772024-05-25T00:26:56.714Z Documenting derive_builder_macro v0.20.0
29782024-05-25T00:26:57.362Z Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
29792024-05-25T00:26:57.617Z Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
29802024-05-25T00:26:57.927Z Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
29812024-05-25T00:26:58.345Z Documenting dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
29822024-05-25T00:26:58.963Z Documenting proc-macro-error-attr v1.0.4
29832024-05-25T00:26:59.687Z Documenting globset v0.4.14
29842024-05-25T00:27:00.760Z Documenting propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
29852024-05-25T00:27:01.436Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
29862024-05-25T00:27:02.297Z Documenting olpc-cjson v0.1.3
29872024-05-25T00:27:02.443Z Documenting serde_arrays v0.1.0
29882024-05-25T00:27:03.030Z Documenting serde_plain v1.0.2
29892024-05-25T00:27:04.559Z Documenting erased-serde v0.3.31
29902024-05-25T00:27:05.809Z Documenting ref-cast-impl v1.0.23
29912024-05-25T00:27:06.673Z Documenting nu-ansi-term v0.50.0
29922024-05-25T00:27:06.867Z Documenting unicode-xid v0.2.4
29932024-05-25T00:27:07.248Z Checking unicode-xid v0.2.4
29942024-05-25T00:27:07.393Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
29952024-05-25T00:27:07.648Z Documenting typed-path v0.7.1
29962024-05-25T00:27:09.581Z Documenting propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
29972024-05-25T00:27:09.649Z Documenting const_format_proc_macros v0.2.32
29982024-05-25T00:27:10.781Z Documenting ref-cast v1.0.23
29992024-05-25T00:27:11.062Z Documenting reedline v0.31.0
30002024-05-25T00:27:13.087Z Documenting proc-macro-error v1.0.4
30012024-05-25T00:27:13.113Z Documenting tough v0.17.1
30022024-05-25T00:27:13.616Z Documenting derive_builder v0.20.0
30032024-05-25T00:27:14.200Z Documenting rayon v1.10.0
30042024-05-25T00:27:15.916Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
30052024-05-25T00:27:17.070Z Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
30062024-05-25T00:27:18.215Z Documenting libefi-sys v0.1.0
30072024-05-25T00:27:21.620Z Documenting trust-dns-client v0.22.0
30082024-05-25T00:27:22.133Z Documenting polar-core v0.27.3
30092024-05-25T00:27:22.897Z Documenting libxml v0.3.3
30102024-05-25T00:27:23.043Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
30112024-05-25T00:27:23.815Z Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
30122024-05-25T00:27:24.796Z Documenting illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
30132024-05-25T00:27:25.799Z Checking proc-macro-error v1.0.4
30142024-05-25T00:27:26.067Z Documenting bb8 v0.8.3
30152024-05-25T00:27:26.473Z Documenting quick-xml v0.31.0
30162024-05-25T00:27:29.210Z Documenting oso-derive v0.27.3
30172024-05-25T00:27:29.643Z Documenting impl-trait-for-tuples v0.2.2
30182024-05-25T00:27:30.120Z Documenting keccak v0.1.5
30192024-05-25T00:27:30.821Z Documenting utf-8 v0.7.6
30202024-05-25T00:27:31.483Z Documenting parse-size v1.0.0
30212024-05-25T00:27:32.401Z Documenting libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81)
30222024-05-25T00:27:33.052Z Documenting bytecount v0.6.8
30232024-05-25T00:27:34.162Z Documenting sha3 v0.10.8
30242024-05-25T00:27:34.330Z Documenting tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
30252024-05-25T00:27:34.957Z Documenting tungstenite v0.21.0
30262024-05-25T00:27:35.230Z Documenting oso v0.27.3
30272024-05-25T00:27:35.894Z Documenting papergrid v0.11.0
30282024-05-25T00:27:36.440Z Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
30292024-05-25T00:27:36.579Z Documenting libnvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81)
30302024-05-25T00:27:39.127Z Documenting samael v0.0.15
30312024-05-25T00:27:40.632Z Documenting async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef)
30322024-05-25T00:27:40.878Z Documenting trust-dns-server v0.22.1
30332024-05-25T00:27:41.003Z Documenting tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
30342024-05-25T00:27:41.385Z Documenting tabled_derive v0.7.0
30352024-05-25T00:27:45.119Z Documenting cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
30362024-05-25T00:27:46.140Z Documenting libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
30372024-05-25T00:27:47.898Z Documenting const_format v0.2.32
30382024-05-25T00:27:48.961Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30392024-05-25T00:27:49.640Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
30402024-05-25T00:27:50.122Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
30412024-05-25T00:27:50.380Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
30422024-05-25T00:27:50.452Z Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
30432024-05-25T00:27:50.713Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
30442024-05-25T00:27:50.767Z Documenting sled v0.34.7
30452024-05-25T00:27:51.034Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
30462024-05-25T00:27:51.236Z Documenting nix v0.28.0
30472024-05-25T00:27:51.626Z Documenting cookie v0.18.1
30482024-05-25T00:27:51.852Z Documenting diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#62ef5ca0)
30492024-05-25T00:27:55.532Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
30502024-05-25T00:27:55.581Z Documenting secrecy v0.8.0
30512024-05-25T00:27:55.814Z Documenting gethostname v0.4.3
30522024-05-25T00:27:56.179Z Documenting peg-macros v0.8.3
30532024-05-25T00:27:56.859Z Documenting rustversion v1.0.17
30542024-05-25T00:27:57.222Z Documenting sqlparser_derive v0.2.2
30552024-05-25T00:27:58.110Z Documenting home v0.5.9
30562024-05-25T00:27:59.750Z Documenting unicode_categories v0.1.1
30572024-05-25T00:27:59.995Z Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
30582024-05-25T00:28:00.284Z Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
30592024-05-25T00:28:01.074Z Documenting peg v0.8.3
30602024-05-25T00:28:01.402Z Documenting castaway v0.2.2
30612024-05-25T00:28:02.095Z Documenting sqlparser v0.45.0
30622024-05-25T00:28:02.360Z Documenting rustyline v14.0.0
30632024-05-25T00:28:03.755Z Documenting sqlformat v0.2.3
30642024-05-25T00:28:05.233Z Documenting propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
30652024-05-25T00:28:05.369Z Documenting tabled v0.15.0
30662024-05-25T00:28:08.262Z Documenting tokio-tungstenite v0.21.0
30672024-05-25T00:28:08.292Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
30682024-05-25T00:28:10.806Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
30692024-05-25T00:28:11.973Z Documenting dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
30702024-05-25T00:28:12.052Z Documenting zone v0.1.8
30712024-05-25T00:28:13.127Z Documenting libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e)
30722024-05-25T00:28:13.665Z Documenting ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=025389ff39d594bf2b815377e2c1dc4dd23b1f96#025389ff)
30732024-05-25T00:28:13.825Z Documenting propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
30742024-05-25T00:28:15.024Z Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
30752024-05-25T00:28:15.619Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
30762024-05-25T00:28:15.869Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
30772024-05-25T00:28:16.120Z Documenting portpicker v0.1.1
30782024-05-25T00:28:16.492Z Documenting universal-hash v0.5.1
30792024-05-25T00:28:19.388Z Documenting bcs v0.1.6
30802024-05-25T00:28:20.539Z Documenting kstat-rs v0.2.3
30812024-05-25T00:28:32.629Z Documenting thiserror-impl-no-std v2.0.2
30822024-05-25T00:28:32.745Z Documenting curve25519-dalek-derive v0.1.1
30832024-05-25T00:28:32.909Z Documenting highway v1.1.0
30842024-05-25T00:28:32.978Z Documenting opaque-debug v0.3.1
30852024-05-25T00:28:33.080Z Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
30862024-05-25T00:28:33.768Z Documenting libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1)
30872024-05-25T00:28:33.812Z Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
30882024-05-25T00:28:35.887Z Documenting poly1305 v0.8.0
30892024-05-25T00:28:37.203Z Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30902024-05-25T00:28:37.604Z Documenting curve25519-dalek v4.1.2
30912024-05-25T00:28:38.030Z Documenting thiserror-no-std v2.0.2
30922024-05-25T00:28:40.573Z Documenting compact_str v0.7.1
30932024-05-25T00:28:40.825Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
30942024-05-25T00:28:42.592Z Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
30952024-05-25T00:28:43.309Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
30962024-05-25T00:28:44.135Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
30972024-05-25T00:28:44.876Z Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
30982024-05-25T00:28:44.933Z Documenting portable-atomic v1.6.0
30992024-05-25T00:28:46.104Z Documenting ed25519 v1.5.3
31002024-05-25T00:28:46.319Z Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
31012024-05-25T00:28:48.488Z Documenting memoffset v0.7.1
31022024-05-25T00:28:49.038Z Documenting unicase v2.7.0
31032024-05-25T00:28:51.306Z Documenting rcgen v0.12.1
31042024-05-25T00:28:51.402Z Documenting propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6d7ed9a033babc054db9eff5b59dee978d2b0d76#6d7ed9a0)
31052024-05-25T00:28:52.106Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
31062024-05-25T00:28:52.171Zwarning: could not parse code block as Rust code
31072024-05-25T00:28:52.171Z --> oximeter/db/src/oxql/ast/grammar.rs:246:9
31082024-05-25T00:28:52.171Z |
31092024-05-25T00:28:52.171Z246 | / /// Parse a string literal, either single- or double-quoted.
31102024-05-25T00:28:52.171Z247 | | ///
31112024-05-25T00:28:52.171Z248 | | /// Parsing string literals is pretty tricky, but we add several
31122024-05-25T00:28:52.171Z249 | | /// constraints to simplify things. First strings must be quoted, either
31132024-05-25T00:28:52.171Z... |
31142024-05-25T00:28:52.171Z277 | | ///
31152024-05-25T00:28:52.172Z278 | | /// Will be parsed as `this string has " in it`.
31162024-05-25T00:28:52.172Z | |________________________________________________________^
31172024-05-25T00:28:52.172Z |
31182024-05-25T00:28:52.172Z = help: `ignore` code blocks require valid Rust code for syntax highlighting; mark blocks that do not contain Rust code as text: ```text
31192024-05-25T00:28:52.172Z = note: error from rustc: unknown start of token: \
31202024-05-25T00:28:52.172Z = note: error from rustc: unknown start of token: \
31212024-05-25T00:28:52.172Z = note: error from rustc: unknown start of token: \
31222024-05-25T00:28:52.172Z = note: error from rustc: unknown start of token: \
31232024-05-25T00:28:52.172Z = note: error from rustc: unknown start of token: \
31242024-05-25T00:28:52.172Z = note: `#[warn(rustdoc::invalid_rust_codeblocks)]` on by default
31252024-05-25T00:28:52.172Z
31262024-05-25T00:28:53.525Zwarning: `oximeter-db` (lib doc) generated 1 warning
31272024-05-25T00:28:53.551Z Documenting crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=8c6d485110ecfae5409575246b986a145c386dc4#8c6d4851)
31282024-05-25T00:28:54.282Z Documenting atomicwrites v0.4.3
31292024-05-25T00:28:54.984Z Documenting chacha20 v0.9.1
31302024-05-25T00:28:58.105Z Documenting lru v0.12.3
31312024-05-25T00:28:59.061Z Documenting aead v0.5.2
31322024-05-25T00:28:59.637Z Documenting rand_seeder v0.2.3
31332024-05-25T00:29:00.708Z Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
31342024-05-25T00:29:00.968Z Documenting nanorand v0.7.0
31352024-05-25T00:29:02.892Z Documenting subprocess v0.2.9
31362024-05-25T00:29:13.969Z Documenting stability v0.2.0
31372024-05-25T00:29:14.386Z Documenting cassowary v0.3.0
31382024-05-25T00:29:14.607Z Documenting glob v0.3.1
31392024-05-25T00:29:14.818Z Documenting number_prefix v0.4.0
31402024-05-25T00:29:14.898Z Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
31412024-05-25T00:29:15.469Z Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
31422024-05-25T00:29:15.522Z Documenting flume v0.11.0
31432024-05-25T00:29:18.658Z Documenting chacha20poly1305 v0.10.1
31442024-05-25T00:29:18.968Z Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
31452024-05-25T00:29:19.256Z Documenting ratatui v0.26.2
31462024-05-25T00:29:19.474Z Documenting indicatif v0.17.8
31472024-05-25T00:29:20.264Z Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
31482024-05-25T00:29:34.589Z Documenting mime_guess v2.0.4
31492024-05-25T00:29:34.765Z Documenting nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d)
31502024-05-25T00:29:35.163Z Documenting salty v0.2.0
31512024-05-25T00:29:35.565Z Documenting vsss-rs v3.3.4
31522024-05-25T00:29:35.737Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
31532024-05-25T00:29:36.263Z Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
31542024-05-25T00:29:36.937Z Documenting hubpack v0.1.0 (https://github.com/cbiffle/hubpack.git?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a)
31552024-05-25T00:29:38.613Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
31562024-05-25T00:29:38.784Z Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
31572024-05-25T00:29:39.568Z Documenting tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
31582024-05-25T00:29:39.595Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
31592024-05-25T00:29:39.838Z Documenting serde-big-array v0.5.1
31602024-05-25T00:29:41.286Z Documenting rtoolbox v0.0.2
31612024-05-25T00:29:41.366Z Documenting memmap2 v0.9.4
31622024-05-25T00:29:42.853Z Documenting smawk v0.3.2
31632024-05-25T00:29:43.519Z Documenting arrayvec v0.7.4
31642024-05-25T00:29:44.059Z Documenting unicode-linebreak v0.1.5
31652024-05-25T00:29:45.698Z Documenting constant_time_eq v0.3.0
31662024-05-25T00:29:45.947Z Documenting arrayref v0.3.7
31672024-05-25T00:29:46.543Z Documenting is_ci v1.2.0
31682024-05-25T00:29:46.920Z Documenting shell-words v1.1.0
31692024-05-25T00:29:47.156Z Documenting http-range v0.1.5
31702024-05-25T00:29:48.513Z Documenting textwrap v0.16.1
31712024-05-25T00:29:48.714Z Documenting blake3 v1.5.1
31722024-05-25T00:29:50.762Z Documenting supports-color v3.0.0
31732024-05-25T00:29:51.061Z Documenting rpassword v7.3.1
31742024-05-25T00:29:51.443Z Documenting hyper-staticfile v0.9.5
31752024-05-25T00:29:51.909Z Documenting gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
31762024-05-25T00:29:52.653Z Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31772024-05-25T00:29:53.248Z Documenting sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef)
31782024-05-25T00:29:53.511Z Documenting tui-tree-widget v0.19.0
31792024-05-25T00:29:54.824Z Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
31802024-05-25T00:29:55.328Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
31812024-05-25T00:29:57.994Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
31822024-05-25T00:29:58.436Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
31832024-05-25T00:29:59.006Zwarning: unresolved link to `test_sled_transitions`
31842024-05-25T00:29:59.007Z --> nexus/db-queries/src/db/datastore/sled.rs:698:11
31852024-05-25T00:29:59.007Z |
31862024-05-25T00:29:59.007Z698 | /// [`test_sled_transitions`].
31872024-05-25T00:29:59.008Z | ^^^^^^^^^^^^^^^^^^^^^ no item named `test_sled_transitions` in scope
31882024-05-25T00:29:59.008Z |
31892024-05-25T00:29:59.008Z = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
31902024-05-25T00:29:59.008Z = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default
31912024-05-25T00:29:59.008Z
31922024-05-25T00:29:59.040Zwarning: unresolved link to `test_sled_transitions`
31932024-05-25T00:29:59.040Z --> nexus/db-queries/src/db/datastore/sled.rs:734:11
31942024-05-25T00:29:59.040Z |
31952024-05-25T00:29:59.040Z734 | /// [`test_sled_transitions`].
31962024-05-25T00:29:59.040Z | ^^^^^^^^^^^^^^^^^^^^^ no item named `test_sled_transitions` in scope
31972024-05-25T00:29:59.040Z |
31982024-05-25T00:29:59.041Z = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
31992024-05-25T00:29:59.041Z
32002024-05-25T00:29:59.041Zwarning: unresolved link to `DataStore::update_tuf_repo_description_insert`
32012024-05-25T00:29:59.041Z --> nexus/db-queries/src/db/datastore/update.rs:28:27
32022024-05-25T00:29:59.041Z |
32032024-05-25T00:29:59.041Z28 | /// The return value of [`DataStore::update_tuf_repo_description_insert`].
32042024-05-25T00:29:59.041Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the struct `DataStore` has no field or associated item named `update_tuf_repo_description_insert`
32052024-05-25T00:29:59.041Z
32062024-05-25T00:29:59.871Z Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
32072024-05-25T00:30:00.049Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
32082024-05-25T00:30:00.364Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
32092024-05-25T00:30:00.743Z Documenting signal-hook-tokio v0.3.1
32102024-05-25T00:30:00.776Z Documenting corncobs v0.1.3
32112024-05-25T00:30:01.896Z Documenting topological-sort v0.2.2
32122024-05-25T00:30:04.143Z Documenting sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef)
32132024-05-25T00:30:05.077Z Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
32142024-05-25T00:30:05.901Z Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
32152024-05-25T00:30:06.164Z Documenting omicron-zone-package v0.11.0
32162024-05-25T00:30:08.039Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
32172024-05-25T00:30:08.747Z Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
32182024-05-25T00:30:09.664Z Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
32192024-05-25T00:30:14.971Zwarning: `nexus-db-queries` (lib doc) generated 3 warnings
32202024-05-25T00:30:15.001Z Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
32212024-05-25T00:30:15.970Z Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
32222024-05-25T00:30:17.717Z Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
32232024-05-25T00:30:26.148Z Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
32242024-05-25T00:30:27.589Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
32252024-05-25T00:30:28.634Zwarning: unresolved link to `BlueprintDisksConfig`
32262024-05-25T00:30:28.634Z --> nexus/reconfigurator/planning/src/blueprint_builder/builder.rs:980:55
32272024-05-25T00:30:28.634Z |
32282024-05-25T00:30:28.635Z980 | /// blueprint. We do this by keeping a copy of any [`BlueprintDisksConfig`]
32292024-05-25T00:30:28.635Z | ^^^^^^^^^^^^^^^^^^^^ no item named `BlueprintDisksConfig` in scope
32302024-05-25T00:30:28.635Z |
32312024-05-25T00:30:28.635Z = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
32322024-05-25T00:30:28.635Z = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default
32332024-05-25T00:30:28.635Z
32342024-05-25T00:30:28.838Zwarning: unclosed HTML tag `usize`
32352024-05-25T00:30:28.838Z --> wicket/src/ui/panes/update.rs:153:19
32362024-05-25T00:30:28.838Z |
32372024-05-25T00:30:28.838Z153 | /// TODO: The <usize> generic parameter is carried over from earlier versions
32382024-05-25T00:30:28.838Z | ^^^^^^^
32392024-05-25T00:30:28.838Z |
32402024-05-25T00:30:28.838Z = note: `#[warn(rustdoc::invalid_html_tags)]` on by default
32412024-05-25T00:30:28.838Z
32422024-05-25T00:30:29.212Z Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
32432024-05-25T00:30:29.633Zwarning: `nexus-reconfigurator-planning` (lib doc) generated 1 warning
32442024-05-25T00:30:29.659Z Documenting crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=8c6d485110ecfae5409575246b986a145c386dc4#8c6d4851)
32452024-05-25T00:30:30.281Zwarning: `wicket` (lib doc) generated 1 warning
32462024-05-25T00:30:30.281Z Documenting fatfs v0.3.6
32472024-05-25T00:30:35.512Z Documenting cargo-platform v0.1.8
32482024-05-25T00:30:39.621Z Documenting assert_matches v1.5.0
32492024-05-25T00:30:40.009Z Documenting cargo_metadata v0.18.1
32502024-05-25T00:30:40.116Z Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
32512024-05-25T00:30:41.197Z Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
32522024-05-25T00:30:41.766Zwarning: unresolved link to `propolis_client::api::InstanceStateMonitorResponse`
32532024-05-25T00:30:41.766Z --> sled-agent/src/sim/instance.rs:46:7
32542024-05-25T00:30:41.767Z |
32552024-05-25T00:30:41.767Z46 | /// [`propolis_client::api::InstanceStateMonitorResponse`]. Transition requests
32562024-05-25T00:30:41.767Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `api` in module `propolis_client`
32572024-05-25T00:30:41.767Z |
32582024-05-25T00:30:41.767Z = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default
32592024-05-25T00:30:41.767Z
32602024-05-25T00:30:42.464Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
32612024-05-25T00:30:43.322Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
32622024-05-25T00:30:44.913Zwarning: `omicron-sled-agent` (lib doc) generated 1 warning
32632024-05-25T00:30:44.939Z Documenting installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client)
32642024-05-25T00:30:45.130Z Documenting installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd)
32652024-05-25T00:30:45.254Z Checking installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client)
32662024-05-25T00:30:46.905Z Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
32672024-05-25T00:30:47.659Z Checking installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd)
32682024-05-25T00:30:47.971Z Documenting uzers v0.11.3
32692024-05-25T00:30:48.407Z Documenting termios v0.3.3
32702024-05-25T00:30:52.312Z Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
32712024-05-25T00:30:52.703Z Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
32722024-05-25T00:30:58.825Z Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
32732024-05-25T00:30:59.871Z Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
32742024-05-25T00:31:03.649Z Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
32752024-05-25T00:31:09.195Z Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
32762024-05-25T00:31:19.597Z Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
32772024-05-25T00:31:22.821Z Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
32782024-05-25T00:31:26.012Z Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
32792024-05-25T00:31:38.855Z Documenting tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
32802024-05-25T00:31:39.247Z Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli)
32812024-05-25T00:31:40.845Z Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
32822024-05-25T00:31:43.613Z Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
32832024-05-25T00:31:46.120Z Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
32842024-05-25T00:32:10.745Zwarning: unresolved link to `Nexus`
32852024-05-25T00:32:10.745Z --> nexus/src/app/instance_network.rs:241:34
32862024-05-25T00:32:10.745Z |
32872024-05-25T00:32:10.745Z241 | /// called by methods on the [`Nexus`] type, this is the `OpContext` used for
32882024-05-25T00:32:10.745Z | ^^^^^ no item named `Nexus` in scope
32892024-05-25T00:32:10.745Z |
32902024-05-25T00:32:10.745Z = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
32912024-05-25T00:32:10.745Z = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default
32922024-05-25T00:32:10.745Z
32932024-05-25T00:32:10.746Zwarning: unresolved link to `Nexus`
32942024-05-25T00:32:10.746Z --> nexus/src/app/instance_network.rs:419:34
32952024-05-25T00:32:10.746Z |
32962024-05-25T00:32:10.746Z419 | /// called by methods on the [`Nexus`] type, this is the `OpContext` used for
32972024-05-25T00:32:10.746Z | ^^^^^ no item named `Nexus` in scope
32982024-05-25T00:32:10.746Z |
32992024-05-25T00:32:10.773Z = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
33002024-05-25T00:32:10.773Z
33012024-05-25T00:32:10.773Zwarning: unresolved link to `VolumeConstructionRequest`
33022024-05-25T00:32:10.773Z --> nexus/src/app/sagas/volume_delete.rs:338:7
33032024-05-25T00:32:10.773Z |
33042024-05-25T00:32:10.773Z338 | /// [`VolumeConstructionRequest`] is shown here):
33052024-05-25T00:32:10.773Z | ^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `VolumeConstructionRequest` in scope
33062024-05-25T00:32:10.773Z |
33072024-05-25T00:32:10.773Z = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
33082024-05-25T00:32:10.774Z
33092024-05-25T00:32:10.774Zwarning: unresolved link to `fd00:1122:3344:101::5`
33102024-05-25T00:32:10.774Z --> nexus/src/app/sagas/volume_delete.rs:348:17
33112024-05-25T00:32:10.774Z |
33122024-05-25T00:32:10.774Z348 | /// "[fd00:1122:3344:101::5]:1000",
33132024-05-25T00:32:10.774Z | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:101` in scope
33142024-05-25T00:32:10.774Z
33152024-05-25T00:32:10.774Zwarning: unresolved link to `fd00:1122:3344:102::9`
33162024-05-25T00:32:10.774Z --> nexus/src/app/sagas/volume_delete.rs:349:17
33172024-05-25T00:32:10.774Z |
33182024-05-25T00:32:10.774Z349 | /// "[fd00:1122:3344:102::9]:1000",
33192024-05-25T00:32:10.775Z | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:102` in scope
33202024-05-25T00:32:10.775Z
33212024-05-25T00:32:10.775Zwarning: unresolved link to `fd00:1122:3344:103::2`
33222024-05-25T00:32:10.775Z --> nexus/src/app/sagas/volume_delete.rs:350:17
33232024-05-25T00:32:10.775Z |
33242024-05-25T00:32:10.775Z350 | /// "[fd00:1122:3344:103::2]:1000"
33252024-05-25T00:32:10.775Z | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:103` in scope
33262024-05-25T00:32:10.775Z
33272024-05-25T00:32:10.775Zwarning: unresolved link to `fd00:1122:3344:101::5`
33282024-05-25T00:32:10.775Z --> nexus/src/app/sagas/volume_delete.rs:369:17
33292024-05-25T00:32:10.775Z |
33302024-05-25T00:32:10.775Z369 | /// "[fd00:1122:3344:101::5]:1001", <-- port changed
33312024-05-25T00:32:10.775Z | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:101` in scope
33322024-05-25T00:32:10.775Z
33332024-05-25T00:32:10.776Zwarning: unresolved link to `fd00:1122:3344:102::9`
33342024-05-25T00:32:10.776Z --> nexus/src/app/sagas/volume_delete.rs:370:17
33352024-05-25T00:32:10.776Z |
33362024-05-25T00:32:10.776Z370 | /// "[fd00:1122:3344:102::9]:1001", <-- port changed
33372024-05-25T00:32:10.776Z | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:102` in scope
33382024-05-25T00:32:10.776Z
33392024-05-25T00:32:10.776Zwarning: unresolved link to `fd00:1122:3344:103::2`
33402024-05-25T00:32:10.776Z --> nexus/src/app/sagas/volume_delete.rs:371:17
33412024-05-25T00:32:10.776Z |
33422024-05-25T00:32:10.776Z371 | /// "[fd00:1122:3344:103::2]:1001" <-- port changed
33432024-05-25T00:32:10.776Z | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:103` in scope
33442024-05-25T00:32:10.776Z
33452024-05-25T00:32:14.751Zwarning: `omicron-nexus` (lib doc) generated 9 warnings
33462024-05-25T00:32:35.187Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11m 43s
33472024-05-25T00:32:35.312Z Generated /work/oxidecomputer/omicron/target/doc/authz_macros/index.html and 80 other files
33482024-05-25T00:32:35.370Z
33492024-05-25T00:32:35.370Zreal 11:43.903237559
33502024-05-25T00:32:35.371Zuser 32:21.273249779
33512024-05-25T00:32:35.371Zsys 46:16.862507846
33522024-05-25T00:32:35.371Ztrap 0.868763706
33532024-05-25T00:32:35.371Ztflt 0.132518473
33542024-05-25T00:32:35.371Zdflt 1.124164402
33552024-05-25T00:32:35.371Zkflt 0.000689692
33562024-05-25T00:32:35.371Zlock 3:25:18.208097853
33572024-05-25T00:32:35.371Zslp 3:13:00.461689790
33582024-05-25T00:32:35.371Zlat 4:20.781009075
33592024-05-25T00:32:35.371Zstop 2:32.500571807
33602024-05-25T00:32:35.397Zprocess exited: duration 1267295 ms, exit code 0
 
33612024-05-25T00:32:35.477Zfound 0 output files