01HTHD6Z9B53WJ9Q9XPA5A9Q7D: clippy (helios)

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

Buildomat Job: 01HTHD868JJQDK0ZDSMQK7B7DK

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12024-04-03T07:23:32.048Zjob assigned to worker 01HTHD87RY6N2KJZ3MWEVD4MV2 (queued for 3 m 39 s)
 
22024-04-03T07:23:45.638Zstarting task 0: "setup"
32024-04-03T07:23:46.908Z++ uname -s
42024-04-03T07:23:46.908Z+ kern=SunOS
52024-04-03T07:23:46.909Z+ case "$kern" in
62024-04-03T07:23:46.909Z+ groupadd -g 12345 build
72024-04-03T07:23:46.909Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-04-03T07:23:47.538Z+ zfs create -o mountpoint=/work rpool/work
92024-04-03T07:23:47.629Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-04-03T07:23:47.648Z+ home_fs=zfs
112024-04-03T07:23:47.649Z+ [[ zfs == autofs ]]
122024-04-03T07:23:47.649Z+ mkdir -p /home/build
132024-04-03T07:23:47.649Z+ chown build:build /home/build /work
142024-04-03T07:23:49.625Z+ chmod 0700 /home/build /work
152024-04-03T07:23:49.631Zprocess exited: duration 4345 ms, exit code 0
 
162024-04-03T07:23:49.643Zstarting task 1: "rust-toolchain"
172024-04-03T07:23:49.648Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
182024-04-03T07:23:49.654Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default
192024-04-03T07:23:49.765Zinfo: downloading installer
202024-04-03T07:23:51.574Zwarning: it looks like you have an existing installation of Rust at:
212024-04-03T07:23:51.575Zwarning: /opt/ooce/bin
222024-04-03T07:23:51.575Zwarning: It is recommended that rustup be the primary Rust installation.
232024-04-03T07:23:51.575Zwarning: Otherwise you may have confusion unless you are careful with your PATH
242024-04-03T07:23:51.576Zwarning: If you are sure that you want both rustup and your already installed Rust
252024-04-03T07:23:51.576Zwarning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
262024-04-03T07:23:51.576Zwarning: or pass `-y' to ignore all ignorable checks.
272024-04-03T07:23:51.577Zerror: cannot install while Rust is installed
282024-04-03T07:23:51.577Zwarning: continuing (because the -y flag is set and the error is ignorable)
292024-04-03T07:23:51.783Zinfo: profile set to 'default'
302024-04-03T07:23:51.783Zinfo: default host triple is x86_64-unknown-illumos
312024-04-03T07:23:51.790Zinfo: syncing channel updates for '1.72.1-x86_64-unknown-illumos'
322024-04-03T07:23:51.969Zinfo: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13)
332024-04-03T07:23:51.969Zinfo: downloading component 'cargo'
342024-04-03T07:23:53.182Zinfo: downloading component 'clippy'
352024-04-03T07:23:53.606Zinfo: downloading component 'rust-docs'
362024-04-03T07:23:55.103Zinfo: downloading component 'rust-std'
372024-04-03T07:23:57.653Zinfo: downloading component 'rustc'
382024-04-03T07:24:03.919Zinfo: downloading component 'rustfmt'
392024-04-03T07:24:04.295Zinfo: installing component 'cargo'
402024-04-03T07:24:05.191Zinfo: installing component 'clippy'
412024-04-03T07:24:05.688Zinfo: installing component 'rust-docs'
422024-04-03T07:24:07.173Zinfo: installing component 'rust-std'
432024-04-03T07:24:08.941Zinfo: installing component 'rustc'
442024-04-03T07:24:13.153Zinfo: installing component 'rustfmt'
452024-04-03T07:24:13.627Zinfo: default toolchain set to '1.72.1-x86_64-unknown-illumos'
462024-04-03T07:24:13.627Z
472024-04-03T07:24:13.896Z 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13)
482024-04-03T07:24:13.897Z
492024-04-03T07:24:13.901Z
502024-04-03T07:24:13.901ZRust is installed now. Great!
512024-04-03T07:24:13.901Z
522024-04-03T07:24:13.901ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
532024-04-03T07:24:13.902Zenvironment variable. This has not been done automatically.
542024-04-03T07:24:13.902Z
552024-04-03T07:24:13.902ZTo configure your current shell, you need to source
562024-04-03T07:24:13.902Zthe corresponding env file under $HOME/.cargo.
572024-04-03T07:24:13.902Z
582024-04-03T07:24:13.902ZThis is usually done by running one of the following (note the leading DOT):
592024-04-03T07:24:13.902Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
602024-04-03T07:24:13.903Zsource "$HOME/.cargo/env.fish" # For fish
612024-04-03T07:24:14.029Z+ rustc --version
622024-04-03T07:24:14.094Zrustc 1.72.1 (d5c2e9c34 2023-09-13)
632024-04-03T07:24:14.100Zprocess exited: duration 24449 ms, exit code 0
 
642024-04-03T07:24:14.118Zstarting task 2: "authentication"
652024-04-03T07:24:14.144Zprocess exited: duration 24 ms, exit code 0
 
662024-04-03T07:24:14.155Zstarting task 3: "clone repository"
672024-04-03T07:24:14.165Z+ mkdir -p /work/oxidecomputer/omicron
682024-04-03T07:24:14.174Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
692024-04-03T07:24:14.693ZCloning into '/work/oxidecomputer/omicron'...
702024-04-03T07:24:48.947Z+ cd /work/oxidecomputer/omicron
712024-04-03T07:24:48.947Z+ git fetch origin e33f57601f40a2d5b94e4aa9ee14b85bb71baecf
722024-04-03T07:24:48.948ZFrom https://github.com/oxidecomputer/omicron
732024-04-03T07:24:48.948Z * branch e33f57601f40a2d5b94e4aa9ee14b85bb71baecf -> FETCH_HEAD
742024-04-03T07:24:48.948Z+ [[ -n sunshowers/spr/test-utils-perform-extra-redactions-at-the-beginning-not-the-end ]]
752024-04-03T07:24:48.948Z++ git branch --show-current
762024-04-03T07:24:48.948Z+ current=main
772024-04-03T07:24:48.948Z+ [[ main != sunshowers/spr/test-utils-perform-extra-redactions-at-the-beginning-not-the-end ]]
782024-04-03T07:24:48.948Z+ git branch -f sunshowers/spr/test-utils-perform-extra-redactions-at-the-beginning-not-the-end e33f57601f40a2d5b94e4aa9ee14b85bb71baecf
792024-04-03T07:24:48.948Z+ git checkout -f sunshowers/spr/test-utils-perform-extra-redactions-at-the-beginning-not-the-end
802024-04-03T07:24:48.948ZSwitched to branch 'sunshowers/spr/test-utils-perform-extra-redactions-at-the-beginning-not-the-end'
812024-04-03T07:24:48.948Z+ git reset --hard e33f57601f40a2d5b94e4aa9ee14b85bb71baecf
822024-04-03T07:24:48.948ZHEAD is now at e33f57601 [𝘀𝗽𝗿] initial version
832024-04-03T07:24:48.948Zprocess exited: duration 33271 ms, exit code 0
 
842024-04-03T07:24:49.110Zstarting task 4: "build"
852024-04-03T07:24:49.133Z+ cargo --version
862024-04-03T07:24:49.134Zinfo: syncing channel updates for '1.76.0-x86_64-unknown-illumos'
872024-04-03T07:24:49.266Zinfo: latest update on 2024-02-08, rust version 1.76.0 (07dca489a 2024-02-04)
882024-04-03T07:24:49.266Zinfo: downloading component 'cargo'
892024-04-03T07:24:50.099Zinfo: downloading component 'clippy'
902024-04-03T07:24:50.351Zinfo: downloading component 'rust-docs'
912024-04-03T07:24:51.425Zinfo: downloading component 'rust-std'
922024-04-03T07:24:53.093Zinfo: downloading component 'rustc'
932024-04-03T07:24:57.256Zinfo: downloading component 'rustfmt'
942024-04-03T07:24:57.491Zinfo: installing component 'cargo'
952024-04-03T07:24:58.346Zinfo: installing component 'clippy'
962024-04-03T07:24:58.682Zinfo: installing component 'rust-docs'
972024-04-03T07:25:00.180Zinfo: installing component 'rust-std'
982024-04-03T07:25:02.446Zinfo: installing component 'rustc'
992024-04-03T07:25:05.913Zinfo: installing component 'rustfmt'
1002024-04-03T07:25:06.315Zcargo 1.76.0 (c84b36747 2024-01-18)
1012024-04-03T07:25:06.326Z+ rustc --version
1022024-04-03T07:25:06.391Zrustc 1.76.0 (07dca489a 2024-02-04)
1032024-04-03T07:25:06.409Z+ source ./env.sh
1042024-04-03T07:25:06.410Z++ set -o xtrace
1052024-04-03T07:25:06.410Z++++ dirname ./env.sh
1062024-04-03T07:25:06.460Z+++ readlink -f .
1072024-04-03T07:25:06.517Z++ OMICRON_WS=/work/oxidecomputer/omicron
1082024-04-03T07:25:06.525Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1092024-04-03T07:25:06.525Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1102024-04-03T07:25:06.525Z++ export PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1112024-04-03T07:25:06.525Z++ PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1122024-04-03T07:25:06.526Z++ export PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1132024-04-03T07:25:06.526Z++ PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1142024-04-03T07:25:06.526Z++ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1152024-04-03T07:25:06.526Z++ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1162024-04-03T07:25:06.526Z++ unset OMICRON_WS
1172024-04-03T07:25:06.526Z++ set +o xtrace
1182024-04-03T07:25:06.526Z
1192024-04-03T07:25:06.527Z ##### ##### ###### ##### ###### #### # # # #### #
1202024-04-03T07:25:06.527Z # # # # # # # # # # # # # # #
1212024-04-03T07:25:06.527Z # # # # ##### # # ##### # # # # # #### #
1222024-04-03T07:25:06.527Z ##### ##### # ##### # # # # # # # # #
1232024-04-03T07:25:06.527Z # # # # # # # # # # # # # # #
1242024-04-03T07:25:06.527Z # # # ###### # # ###### ### # #### # #### #
1252024-04-03T07:25:06.527Z
1262024-04-03T07:25:21.505Z Startup: Refreshing catalog 'helios-dev' ... Done
1272024-04-03T07:25:23.015Z Startup: Caching catalogs ... Done
1282024-04-03T07:25:25.149ZPlanning: Solver setup ... Done (1.369s)
1292024-04-03T07:25:25.185ZPlanning: Running solver ... Done (0.026s)
1302024-04-03T07:25:25.431ZPlanning: Finding local manifests ... Done (0.229s)
1312024-04-03T07:25:25.461ZPlanning: Fetching manifests: 0/4 0% complete
1322024-04-03T07:25:26.274ZPlanning: Fetching manifests: 4/4 100% complete
1332024-04-03T07:25:26.288ZPlanning: Package planning ... Done (0.048s)
1342024-04-03T07:25:26.288ZPlanning: Merging actions ... Done (0.052s)
1352024-04-03T07:25:26.507ZPlanning: Checking for conflicting actions ... Done (0.544s)
1362024-04-03T07:25:26.522ZPlanning: Consolidating action changes ... Done (0.011s)
1372024-04-03T07:25:37.530ZPlanning: Evaluating mediators ... Done (11.011s)
1382024-04-03T07:25:37.541ZPlanning: Planning completed in 14.48 seconds
1392024-04-03T07:25:37.661Z Packages to install: 4
1402024-04-03T07:25:37.661Z Mediators to change: 2
1412024-04-03T07:25:37.665Z Services to change: 1
1422024-04-03T07:25:37.665Z Estimated space available: 155.32 GB
1432024-04-03T07:25:37.665ZEstimated space to be consumed: 1.43 GB
1442024-04-03T07:25:37.665Z Create boot environment: No
1452024-04-03T07:25:37.665ZCreate backup boot environment: No
1462024-04-03T07:25:37.665Z Rebuild boot archive: No
1472024-04-03T07:25:37.665Z
1482024-04-03T07:25:37.665ZChanged mediators:
1492024-04-03T07:25:37.665Z mediator clang:
1502024-04-03T07:25:37.665Z version: None -> 15 (system default)
1512024-04-03T07:25:37.665Z
1522024-04-03T07:25:37.665Z mediator llvm:
1532024-04-03T07:25:37.666Z version: 14 (system default) -> 15 (system default)
1542024-04-03T07:25:37.666Z
1552024-04-03T07:25:37.666ZChanged packages:
1562024-04-03T07:25:37.666Zhelios-dev
1572024-04-03T07:25:37.666Z developer/build-essential
1582024-04-03T07:25:37.666Z None -> 11-2.0
1592024-04-03T07:25:37.666Z library/libxmlsec1
1602024-04-03T07:25:37.666Z None -> 1.2.35-2.0
1612024-04-03T07:25:37.666Z ooce/developer/clang-15
1622024-04-03T07:25:37.666Z None -> 15.0.7-2.0
1632024-04-03T07:25:37.666Z ooce/developer/llvm-15
1642024-04-03T07:25:37.666Z None -> 15.0.7-2.0
1652024-04-03T07:25:37.666Z
1662024-04-03T07:25:37.666ZServices:
1672024-04-03T07:25:37.666Z restart_fmri:
1682024-04-03T07:25:37.666Z svc:/system/update-man-index:default
1692024-04-03T07:25:37.828Z
1702024-04-03T07:25:37.830ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1712024-04-03T07:25:42.787ZDownload: 1421/3290 items 113.0/212.6MB 53% complete (22.9M/s)
1722024-04-03T07:25:47.791ZDownload: 3238/3290 items 170.6/212.6MB 80% complete (17.2M/s)
1732024-04-03T07:25:53.316ZDownload: Completed 212.60 MB in 11.73 seconds (18.1M/s)
1742024-04-03T07:25:53.417Z Actions: 1/3689 actions (Installing new actions)
1752024-04-03T07:25:55.406Z Actions: 3553/3689 actions (Installing new actions)
1762024-04-03T07:25:55.694Z Actions: Completed 3689 actions in 5.74 seconds.
1772024-04-03T07:25:55.906Z Done (0.206s)
1782024-04-03T07:25:55.906Z Done (0.000s)
1792024-04-03T07:25:56.155Z Done (0.252s)
1802024-04-03T07:26:02.421Z Done (5.327s)
1812024-04-03T07:26:02.421Z Done (0.198s)
1822024-04-03T07:26:02.421Z Done (0.000s)
1832024-04-03T07:26:02.422Z Done (0.000s)
1842024-04-03T07:26:02.633ZPlanning: Evaluating mediator changes ... Done
1852024-04-03T07:26:03.053ZPlanning: Checking for conflicting actions ... Done
1862024-04-03T07:26:03.054ZPlanning: Consolidating action changes ... Done
1872024-04-03T07:26:03.054ZPlanning: Evaluating mediators ... Done
1882024-04-03T07:26:03.054ZPlanning: Planning completed in 0.43 seconds
1892024-04-03T07:26:03.054Z Mediators to change: 2
1902024-04-03T07:26:03.054Z Create boot environment: No
1912024-04-03T07:26:03.054ZCreate backup boot environment: No
1922024-04-03T07:26:03.531Z Done
1932024-04-03T07:26:03.531Z Done
1942024-04-03T07:26:03.549Z Done
1952024-04-03T07:26:06.950Z Done
1962024-04-03T07:26:07.039Z Done
1972024-04-03T07:26:07.497Z Done
1982024-04-03T07:26:07.498Z Done
1992024-04-03T07:26:07.786ZPlanning: Evaluating mediator changes ... Done
2002024-04-03T07:26:07.792ZPlanning: Merging actions ... Done
2012024-04-03T07:26:07.974ZPlanning: Checking for conflicting actions ... Done
2022024-04-03T07:26:07.978ZPlanning: Consolidating action changes ... Done
2032024-04-03T07:26:08.247ZPlanning: Evaluating mediators ... Done
2042024-04-03T07:26:08.303ZPlanning: Planning completed in 0.80 seconds
2052024-04-03T07:26:08.337Z Packages to change: 1
2062024-04-03T07:26:08.337Z Mediators to change: 1
2072024-04-03T07:26:08.341Z Services to change: 1
2082024-04-03T07:26:08.341Z Create boot environment: No
2092024-04-03T07:26:08.341ZCreate backup boot environment: Yes
2102024-04-03T07:26:10.082Z Actions: 1/6 actions (Updating modified actions)
2112024-04-03T07:26:10.108Z Actions: Completed 6 actions in 0.00 seconds.
2122024-04-03T07:26:10.108Z Done
2132024-04-03T07:26:10.109Z Done
2142024-04-03T07:26:10.141Z Done
2152024-04-03T07:26:13.748Z Done
2162024-04-03T07:26:13.842Z Done
2172024-04-03T07:26:13.857Z Done
2182024-04-03T07:26:13.934Z Done
2192024-04-03T07:26:14.373ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2202024-04-03T07:26:14.373Zclang system 15 system
2212024-04-03T07:26:14.373Zcsh system system illumos
2222024-04-03T07:26:14.373Zctags system system illumos
2232024-04-03T07:26:14.373Zgcc vendor 12 vendor
2242024-04-03T07:26:14.373Zgcc system 10 system
2252024-04-03T07:26:14.373Zgcc system 7 system
2262024-04-03T07:26:14.373Zgo system 1.20 system
2272024-04-03T07:26:14.373Zgo system 1.19 system
2282024-04-03T07:26:14.374Zllvm system 15 system
2292024-04-03T07:26:14.374Zllvm system 14 system
2302024-04-03T07:26:14.374Zmariadb system 10.6 system
2312024-04-03T07:26:14.374Zmta vendor vendor dma
2322024-04-03T07:26:14.374Zopenjdk system 17 system
2332024-04-03T07:26:14.374Zopenjdk system 11 system
2342024-04-03T07:26:14.374Zopenjdk system 1.8 system
2352024-04-03T07:26:14.374Zopenssl vendor 3 vendor
2362024-04-03T07:26:14.374Zperl system 5.36 system
2372024-04-03T07:26:14.374Zpostgresql system 15 system
2382024-04-03T07:26:14.374Zpostgresql system 13 system
2392024-04-03T07:26:14.374Zpython vendor 3 vendor
2402024-04-03T07:26:14.374Zpython system 2 system
2412024-04-03T07:26:14.374Zpython3 system 3.11 system
2422024-04-03T07:26:14.374Zruby system 3.0 system
2432024-04-03T07:26:14.374Zwords vendor vendor american-english
2442024-04-03T07:26:14.374Zwords system system australian-english
2452024-04-03T07:26:14.374Zwords system system british-english
2462024-04-03T07:26:14.374Zwords system system canadian-english
2472024-04-03T07:26:14.374Zwords system system french
2482024-04-03T07:26:14.374Zwords system system italian
2492024-04-03T07:26:14.375Zwords system system ngerman
2502024-04-03T07:26:14.375Zwords system system ogerman
2512024-04-03T07:26:14.375Zwords system system spanish
2522024-04-03T07:26:14.712ZPUBLISHER TYPE STATUS P LOCATION
2532024-04-03T07:26:14.712Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2542024-04-03T07:26:15.967ZFMRI IFO
2552024-04-03T07:26:15.967Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2562024-04-03T07:26:15.967Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2572024-04-03T07:26:15.967Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2582024-04-03T07:26:15.968Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2592024-04-03T07:26:15.968Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2602024-04-03T07:26:15.968Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2612024-04-03T07:26:15.968Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i--
2622024-04-03T07:26:15.968Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2632024-04-03T07:26:15.968Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i--
2642024-04-03T07:26:15.968Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2652024-04-03T07:26:15.969Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i--
2662024-04-03T07:26:15.969Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2672024-04-03T07:26:16.211Z+ set -o errexit
2682024-04-03T07:26:16.221Z+++ dirname ./tools/ci_download_cockroachdb
2692024-04-03T07:26:16.221Z++ cd ./tools
2702024-04-03T07:26:16.221Z++ pwd
2712024-04-03T07:26:16.221Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
2722024-04-03T07:26:16.221Z++ basename ./tools/ci_download_cockroachdb
2732024-04-03T07:26:16.221Z+ ARG0=ci_download_cockroachdb
2742024-04-03T07:26:16.221Z++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version
2752024-04-03T07:26:16.231Z+ CIDL_VERSION=v22.1.9
2762024-04-03T07:26:16.231Z+ source /work/oxidecomputer/omicron/tools/cockroachdb_checksums
2772024-04-03T07:26:16.231Z++ CIDL_SHA256_DARWIN=1ca69e0911af11a73305c3c6f4650b912d70754900b5bf7b80a1d361efe36561
2782024-04-03T07:26:16.231Z++ CIDL_SHA256_LINUX=24c321820e7ee45fa07fe91ac138befe13ad860e41c6ed595ce58823205ff4a9
2792024-04-03T07:26:16.231Z++ CIDL_SHA256_ILLUMOS=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088
2802024-04-03T07:26:16.232Z+ TARGET_DIR=out
2812024-04-03T07:26:16.232Z+ DOWNLOAD_DIR=out/downloads
2822024-04-03T07:26:16.232Z+ DEST_DIR=./out/cockroachdb
2832024-04-03T07:26:16.232Z+ CIDL_URL_COCKROACH=https://binaries.cockroachdb.com
2842024-04-03T07:26:16.232Z+ CIDL_URL_ILLUMOS=https://illumos.org/downloads
2852024-04-03T07:26:16.232Z+ main
2862024-04-03T07:26:16.232Z+ [[ 0 != 0 ]]
2872024-04-03T07:26:16.232Z+ CIDL_OS=solaris2.11
2882024-04-03T07:26:16.232Z+ [[ 0 != 0 ]]
2892024-04-03T07:26:16.233Z+ configure_os solaris2.11
2902024-04-03T07:26:16.233Z+ echo 'current directory: /work/oxidecomputer/omicron'
2912024-04-03T07:26:16.233Zcurrent directory: /work/oxidecomputer/omicron
2922024-04-03T07:26:16.233Z+ echo 'configuring based on OS: "solaris2.11"'
2932024-04-03T07:26:16.233Z+ case "$1" in
2942024-04-03T07:26:16.233Zconfiguring based on OS: "solaris2.11"
2952024-04-03T07:26:16.234Z+ CIDL_BUILD=illumos
2962024-04-03T07:26:16.234Z+ CIDL_SUFFIX=tar.gz
2972024-04-03T07:26:16.234Z+ CIDL_SHA256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088
2982024-04-03T07:26:16.234Z+ CIDL_URL_BASE=https://illumos.org/downloads
2992024-04-03T07:26:16.234Z+ CIDL_ASSEMBLE=do_assemble_illumos
3002024-04-03T07:26:16.234Z+ TARBALL_DIRNAME=cockroach-v22.1.9.illumos
3012024-04-03T07:26:16.234Z+ TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz
3022024-04-03T07:26:16.235Z+ TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz
3032024-04-03T07:26:16.235Z+ TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos
3042024-04-03T07:26:16.235Z+ CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz
3052024-04-03T07:26:16.235Z+ CIDL_SHA256FUNC=do_sha256sum
3062024-04-03T07:26:16.235Z+ echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz'
3072024-04-03T07:26:16.235ZURL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz
3082024-04-03T07:26:16.235Z+ echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz'
3092024-04-03T07:26:16.235ZLocal file: out/downloads/cockroach-v22.1.9.illumos.tar.gz
3102024-04-03T07:26:16.236Z+ mkdir -p out/downloads
3112024-04-03T07:26:16.236Z+ mkdir -p ./out/cockroachdb
3122024-04-03T07:26:16.236Z+ local DO_DOWNLOAD=true
3132024-04-03T07:26:16.236Z+ [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]]
3142024-04-03T07:26:16.236Z+ '[' true == true ']'
3152024-04-03T07:26:16.236Z+ echo Downloading...
3162024-04-03T07:26:16.236ZDownloading...
3172024-04-03T07:26:16.236Z+ do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz
3182024-04-03T07:26:16.236Z+ 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
3192024-04-03T07:26:20.247Z++ do_sha256sum out/downloads/cockroach-v22.1.9.illumos.tar.gz
3202024-04-03T07:26:20.294Z++ sha256sum
3212024-04-03T07:26:20.294Z++ awk '{print $1}'
3222024-04-03T07:26:20.433Z+ calculated_sha256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088
3232024-04-03T07:26:20.436Z+ [[ 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 ]]
3242024-04-03T07:26:20.436Z+ do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz
3252024-04-03T07:26:20.436Z+ tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads
3262024-04-03T07:26:22.613Z+ do_assemble_illumos
3272024-04-03T07:26:22.613Z+ rm -r ./out/cockroachdb
3282024-04-03T07:26:22.626Z+ cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb
3292024-04-03T07:26:23.068Z+ ./out/cockroachdb/bin/cockroach version
3302024-04-03T07:26:23.221ZBuild Tag: v22.1.9-dirty
3312024-04-03T07:26:23.221ZBuild Time: 2022/10/26 21:17:46
3322024-04-03T07:26:23.221ZDistribution: OSS
3332024-04-03T07:26:23.221ZPlatform: illumos amd64 (x86_64-pc-solaris2.11)
3342024-04-03T07:26:23.221ZGo Version: go1.17.13
3352024-04-03T07:26:23.221ZC Compiler: gcc 10.3.0
3362024-04-03T07:26:23.222ZBuild Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493
3372024-04-03T07:26:23.222ZBuild Type: release
3382024-04-03T07:26:23.239Z+ set -o errexit
3392024-04-03T07:26:23.246Z+++ dirname ./tools/ci_download_clickhouse
3402024-04-03T07:26:23.247Z++ cd ./tools
3412024-04-03T07:26:23.247Z++ pwd
3422024-04-03T07:26:23.247Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
3432024-04-03T07:26:23.247Z++ basename ./tools/ci_download_clickhouse
3442024-04-03T07:26:23.695Z+ ARG0=ci_download_clickhouse
3452024-04-03T07:26:23.696Z+ TARGET_DIR=out
3462024-04-03T07:26:23.696Z+ DOWNLOAD_DIR=out/downloads
3472024-04-03T07:26:23.696Z+ DEST_DIR=./out/clickhouse
3482024-04-03T07:26:23.696Z++ cat /work/oxidecomputer/omicron/tools/clickhouse_version
3492024-04-03T07:26:23.696Z+ CIDL_VERSION=v23.8.7.24
3502024-04-03T07:26:23.696Z+ source /work/oxidecomputer/omicron/tools/clickhouse_checksums
3512024-04-03T07:26:23.696Z++ CIDL_MD5_DARWIN=3e20c3284b7e6b0cfcfedf622ecf547a
3522024-04-03T07:26:23.696Z++ CIDL_MD5_LINUX=f6c30a25a86deac3bad6c50dcf758fd5
3532024-04-03T07:26:23.696Z++ CIDL_MD5_ILLUMOS=409222de8ecb59e5dd97dcc942ccdffe
3542024-04-03T07:26:23.696Z+ CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com
3552024-04-03T07:26:23.696Z+ main
3562024-04-03T07:26:23.696Z+ [[ 0 != 0 ]]
3572024-04-03T07:26:23.696Z+ CIDL_OS=solaris2.11
3582024-04-03T07:26:23.696Z+ [[ 0 != 0 ]]
3592024-04-03T07:26:23.696Z+ configure_os solaris2.11
3602024-04-03T07:26:23.696Z+ echo 'current directory: /work/oxidecomputer/omicron'
3612024-04-03T07:26:23.696Zcurrent directory: /work/oxidecomputer/omicron
3622024-04-03T07:26:23.696Z+ echo 'configuring based on OS: "solaris2.11"'
3632024-04-03T07:26:23.696Z+ CIDL_DASHREV=
3642024-04-03T07:26:23.697Z+ case "$1" in
3652024-04-03T07:26:23.697Zconfiguring based on OS: "solaris2.11"
3662024-04-03T07:26:23.697Z+ CIDL_PLATFORM=illumos
3672024-04-03T07:26:23.697Z+ CIDL_MD5=409222de8ecb59e5dd97dcc942ccdffe
3682024-04-03T07:26:23.697Z+ CIDL_MD5FUNC=do_md5sum
3692024-04-03T07:26:23.697Z+ TARBALL_DIRNAME=clickhouse-v23.8.7.24
3702024-04-03T07:26:23.697Z+ TARBALL_FILENAME=clickhouse-v23.8.7.24.illumos.tar.gz
3712024-04-03T07:26:23.697Z+ TARBALL_FILE=out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz
3722024-04-03T07:26:23.697Z+ CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz
3732024-04-03T07:26:23.697Z+ echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz'
3742024-04-03T07:26:23.697ZURL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz
3752024-04-03T07:26:23.697Z+ echo 'Local file: out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz'
3762024-04-03T07:26:23.697ZLocal file: out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz
3772024-04-03T07:26:23.697Z+ mkdir -p out/downloads
3782024-04-03T07:26:23.697Z+ mkdir -p ./out/clickhouse
3792024-04-03T07:26:23.697Z+ local DO_DOWNLOAD=true
3802024-04-03T07:26:23.697Z+ [[ -f out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz ]]
3812024-04-03T07:26:23.697Z+ '[' true == true ']'
3822024-04-03T07:26:23.697Z+ echo Downloading...
3832024-04-03T07:26:23.697ZDownloading...
3842024-04-03T07:26:23.698Z+ 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
3852024-04-03T07:26:23.698Z+ 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
3862024-04-03T07:26:25.799Z++ do_md5sum out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz
3872024-04-03T07:26:25.808Z++ md5sum
3882024-04-03T07:26:25.808Z++ awk '{print $1}'
3892024-04-03T07:26:25.987Z+ calculated_md5=409222de8ecb59e5dd97dcc942ccdffe
3902024-04-03T07:26:25.987Z+ [[ 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 ]]
3912024-04-03T07:26:25.987Z+ do_untar out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz ./out/clickhouse
3922024-04-03T07:26:25.994Z+ mkdir -p ./out/clickhouse
3932024-04-03T07:26:25.994Z+ tar xzf out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz -C ./out/clickhouse
3942024-04-03T07:26:29.815Z+ [[ solaris2.11 == darwin* ]]
3952024-04-03T07:26:29.815Z+ ./out/clickhouse/clickhouse server --version
3962024-04-03T07:26:30.348ZClickHouse server version 23.8.7.1.
3972024-04-03T07:26:30.361Z+ set -o errexit
3982024-04-03T07:26:30.368Z+++ dirname ./tools/ci_download_console
3992024-04-03T07:26:30.369Z++ cd ./tools
4002024-04-03T07:26:30.369Z++ pwd
4012024-04-03T07:26:30.374Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
4022024-04-03T07:26:30.375Z++ basename ./tools/ci_download_console
4032024-04-03T07:26:30.375Z+ ARG0=ci_download_console
4042024-04-03T07:26:30.375Z+ TARGET_DIR=out
4052024-04-03T07:26:30.375Z+ DOWNLOAD_DIR=out/downloads
4062024-04-03T07:26:30.375Z+ DEST_DIR=./out/console-assets
4072024-04-03T07:26:30.375Z+ source /work/oxidecomputer/omicron/tools/console_version
4082024-04-03T07:26:30.375Z++ COMMIT=156c082cdb21231ab95ef7475de199ecb7a96dc3
4092024-04-03T07:26:30.375Z++ SHA2=bf768008b6958e19b8d8cef25710b4ff64eef1e59bb3bedb27bb6bf33459a78b
4102024-04-03T07:26:30.375Z+ URL=https://dl.oxide.computer/releases/console/156c082cdb21231ab95ef7475de199ecb7a96dc3.tar.gz
4112024-04-03T07:26:30.376Z+ TARBALL_FILE=out/downloads/console.tar.gz
4122024-04-03T07:26:30.376Z+ main
4132024-04-03T07:26:30.376Z+ [[ 0 != 0 ]]
4142024-04-03T07:26:30.376Z+ echo 'URL: https://dl.oxide.computer/releases/console/156c082cdb21231ab95ef7475de199ecb7a96dc3.tar.gz'
4152024-04-03T07:26:30.376ZURL: https://dl.oxide.computer/releases/console/156c082cdb21231ab95ef7475de199ecb7a96dc3.tar.gz
4162024-04-03T07:26:30.376Z+ echo 'Local file: out/downloads/console.tar.gz'
4172024-04-03T07:26:30.376ZLocal file: out/downloads/console.tar.gz
4182024-04-03T07:26:30.376Z+ local DO_DOWNLOAD=true
4192024-04-03T07:26:30.377Z+ [[ -f out/downloads/console.tar.gz ]]
4202024-04-03T07:26:30.377Z+ mkdir -p out/downloads
4212024-04-03T07:26:30.377Z+ '[' true == true ']'
4222024-04-03T07:26:30.377Z+ echo Downloading...
4232024-04-03T07:26:30.377ZDownloading...
4242024-04-03T07:26:30.377Z+ do_download_curl https://dl.oxide.computer/releases/console/156c082cdb21231ab95ef7475de199ecb7a96dc3.tar.gz out/downloads/console.tar.gz
4252024-04-03T07:26:30.378Z+ curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/156c082cdb21231ab95ef7475de199ecb7a96dc3.tar.gz
4262024-04-03T07:26:30.994Z++ do_sha256sum out/downloads/console.tar.gz
4272024-04-03T07:26:31.011Z++ case "$OSTYPE" in
4282024-04-03T07:26:31.011Z++ SHA=sha256sum
4292024-04-03T07:26:31.011Z++ sha256sum
4302024-04-03T07:26:31.012Z++ awk '{print $1}'
4312024-04-03T07:26:31.012Z+ calculated_sha2=bf768008b6958e19b8d8cef25710b4ff64eef1e59bb3bedb27bb6bf33459a78b
4322024-04-03T07:26:31.012Z+ [[ bf768008b6958e19b8d8cef25710b4ff64eef1e59bb3bedb27bb6bf33459a78b != \b\f\7\6\8\0\0\8\b\6\9\5\8\e\1\9\b\8\d\8\c\e\f\2\5\7\1\0\b\4\f\f\6\4\e\e\f\1\e\5\9\b\b\3\b\e\d\b\2\7\b\b\6\b\f\3\3\4\5\9\a\7\8\b ]]
4332024-04-03T07:26:31.012Z+ rm -rf ./out/console-assets
4342024-04-03T07:26:31.012Z+ mkdir -p ./out/console-assets
4352024-04-03T07:26:31.013Z+ do_untar out/downloads/console.tar.gz ./out/console-assets
4362024-04-03T07:26:31.013Z+ mkdir -p ./out/console-assets
4372024-04-03T07:26:31.013Z+ tar xzf out/downloads/console.tar.gz -C ./out/console-assets
4382024-04-03T07:26:31.056Z+ set -o errexit
4392024-04-03T07:26:31.060Z+++ dirname ./tools/ci_download_maghemite_openapi
4402024-04-03T07:26:31.060Z++ cd ./tools
4412024-04-03T07:26:31.060Z++ pwd
4422024-04-03T07:26:31.065Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
4432024-04-03T07:26:31.065Z++ basename ./tools/ci_download_maghemite_openapi
4442024-04-03T07:26:31.065Z+ ARG0=ci_download_maghemite_openapi
4452024-04-03T07:26:31.065Z+ TARGET_DIR=out
4462024-04-03T07:26:31.066Z+ DOWNLOAD_DIR=out/downloads
4472024-04-03T07:26:31.066Z+ source /work/oxidecomputer/omicron/tools/maghemite_ddm_openapi_version
4482024-04-03T07:26:31.066Z++ COMMIT=bc244d418368fcc3e66db2a0637501a900be161a
4492024-04-03T07:26:31.066Z++ SHA2=004e873e4120aa26460271368485266b75b7f964e5ed4dbee8fb5db4519470d7
4502024-04-03T07:26:31.066Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/ddm-admin.json
4512024-04-03T07:26:31.066Z+ LOCAL_FILE=out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json
4522024-04-03T07:26:31.067Z+ main
4532024-04-03T07:26:31.067Z+ rm -rf out/downloads/root
4542024-04-03T07:26:31.067Z+ [[ 0 != 0 ]]
4552024-04-03T07:26:31.067Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/ddm-admin.json'
4562024-04-03T07:26:31.067ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/ddm-admin.json
4572024-04-03T07:26:31.071Z+ echo 'Local file: out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json'
4582024-04-03T07:26:31.071ZLocal file: out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json
4592024-04-03T07:26:31.072Z+ local DO_DOWNLOAD=true
4602024-04-03T07:26:31.072Z+ [[ -f out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json ]]
4612024-04-03T07:26:31.072Z+ mkdir -p out/downloads
4622024-04-03T07:26:31.072Z+ '[' true == true ']'
4632024-04-03T07:26:31.073Z+ echo Downloading...
4642024-04-03T07:26:31.073ZDownloading...
4652024-04-03T07:26:31.073Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/ddm-admin.json out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json
4662024-04-03T07:26:31.073Z+ curl --silent --show-error --fail --location --output out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/ddm-admin.json
4672024-04-03T07:26:31.304Z++ do_sha256sum out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json
4682024-04-03T07:26:31.304Z++ case "$OSTYPE" in
4692024-04-03T07:26:31.308Z++ SHA=sha256sum
4702024-04-03T07:26:31.308Z++ sha256sum
4712024-04-03T07:26:31.308Z++ awk '{print $1}'
4722024-04-03T07:26:31.308Z+ calculated_sha2=004e873e4120aa26460271368485266b75b7f964e5ed4dbee8fb5db4519470d7
4732024-04-03T07:26:31.308Z+ [[ 004e873e4120aa26460271368485266b75b7f964e5ed4dbee8fb5db4519470d7 != \0\0\4\e\8\7\3\e\4\1\2\0\a\a\2\6\4\6\0\2\7\1\3\6\8\4\8\5\2\6\6\b\7\5\b\7\f\9\6\4\e\5\e\d\4\d\b\e\e\8\f\b\5\d\b\4\5\1\9\4\7\0\d\7 ]]
4742024-04-03T07:26:31.308Z+ source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version
4752024-04-03T07:26:31.308Z++ COMMIT=bc244d418368fcc3e66db2a0637501a900be161a
4762024-04-03T07:26:31.308Z++ SHA2=a5d2f275c99152711dec1df58fd49d459d3fcb8fbfc7a7f48f432be248d74639
4772024-04-03T07:26:31.308Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/mg-admin.json
4782024-04-03T07:26:31.309Z+ LOCAL_FILE=out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json
4792024-04-03T07:26:31.309Z+ main
4802024-04-03T07:26:31.309Z+ rm -rf out/downloads/root
4812024-04-03T07:26:31.309Z+ [[ 0 != 0 ]]
4822024-04-03T07:26:31.309Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/mg-admin.json'
4832024-04-03T07:26:31.309ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/mg-admin.json
4842024-04-03T07:26:31.309Z+ echo 'Local file: out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json'
4852024-04-03T07:26:31.309ZLocal file: out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json
4862024-04-03T07:26:31.309Z+ local DO_DOWNLOAD=true
4872024-04-03T07:26:31.309Z+ [[ -f out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json ]]
4882024-04-03T07:26:31.309Z+ mkdir -p out/downloads
4892024-04-03T07:26:31.309Z+ '[' true == true ']'
4902024-04-03T07:26:31.309Z+ echo Downloading...
4912024-04-03T07:26:31.309ZDownloading...
4922024-04-03T07:26:31.309Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/mg-admin.json out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json
4932024-04-03T07:26:31.309Z+ curl --silent --show-error --fail --location --output out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/mg-admin.json
4942024-04-03T07:26:31.519Z++ do_sha256sum out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json
4952024-04-03T07:26:31.530Z++ case "$OSTYPE" in
4962024-04-03T07:26:31.530Z++ SHA=sha256sum
4972024-04-03T07:26:31.531Z++ sha256sum
4982024-04-03T07:26:31.531Z++ awk '{print $1}'
4992024-04-03T07:26:31.531Z+ calculated_sha2=a5d2f275c99152711dec1df58fd49d459d3fcb8fbfc7a7f48f432be248d74639
5002024-04-03T07:26:31.531Z+ [[ a5d2f275c99152711dec1df58fd49d459d3fcb8fbfc7a7f48f432be248d74639 != \a\5\d\2\f\2\7\5\c\9\9\1\5\2\7\1\1\d\e\c\1\d\f\5\8\f\d\4\9\d\4\5\9\d\3\f\c\b\8\f\b\f\c\7\a\7\f\4\8\f\4\3\2\b\e\2\4\8\d\7\4\6\3\9 ]]
5012024-04-03T07:26:31.531Z+ set -o errexit
5022024-04-03T07:26:31.531Z+++ dirname ./tools/ci_download_dendrite_openapi
5032024-04-03T07:26:31.531Z++ cd ./tools
5042024-04-03T07:26:31.531Z++ pwd
5052024-04-03T07:26:31.531Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
5062024-04-03T07:26:31.531Z++ basename ./tools/ci_download_dendrite_openapi
5072024-04-03T07:26:31.531Z+ ARG0=ci_download_dendrite_openapi
5082024-04-03T07:26:31.531Z+ TARGET_DIR=out
5092024-04-03T07:26:31.531Z+ DOWNLOAD_DIR=out/downloads
5102024-04-03T07:26:31.531Z+ source /work/oxidecomputer/omicron/tools/dendrite_openapi_version
5112024-04-03T07:26:31.532Z++ COMMIT=8646e588a564ebf74da6fd0e854bcfe74be43690
5122024-04-03T07:26:31.532Z++ SHA2=50eff6d9f986b7b1af5970d11d8d01b812de37269731c6c691a244b3fdae82ae
5132024-04-03T07:26:31.532Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/8646e588a564ebf74da6fd0e854bcfe74be43690/dpd.json
5142024-04-03T07:26:31.532Z+ LOCAL_FILE=out/downloads/dpd-8646e588a564ebf74da6fd0e854bcfe74be43690.json
5152024-04-03T07:26:31.532Z+ main
5162024-04-03T07:26:31.532Z+ [[ 0 != 0 ]]
5172024-04-03T07:26:31.532Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/8646e588a564ebf74da6fd0e854bcfe74be43690/dpd.json'
5182024-04-03T07:26:31.532ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/8646e588a564ebf74da6fd0e854bcfe74be43690/dpd.json
5192024-04-03T07:26:31.532Z+ echo 'Local file: out/downloads/dpd-8646e588a564ebf74da6fd0e854bcfe74be43690.json'
5202024-04-03T07:26:31.532Z+ local DO_DOWNLOAD=true
5212024-04-03T07:26:31.532ZLocal file: out/downloads/dpd-8646e588a564ebf74da6fd0e854bcfe74be43690.json
5222024-04-03T07:26:31.532Z+ [[ -f out/downloads/dpd-8646e588a564ebf74da6fd0e854bcfe74be43690.json ]]
5232024-04-03T07:26:31.532Z+ mkdir -p out/downloads
5242024-04-03T07:26:31.941Z+ '[' true == true ']'
5252024-04-03T07:26:31.941Z+ echo Downloading...
5262024-04-03T07:26:31.941ZDownloading...
5272024-04-03T07:26:31.941Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/8646e588a564ebf74da6fd0e854bcfe74be43690/dpd.json out/downloads/dpd-8646e588a564ebf74da6fd0e854bcfe74be43690.json
5282024-04-03T07:26:31.941Z+ curl --silent --show-error --fail --location --output out/downloads/dpd-8646e588a564ebf74da6fd0e854bcfe74be43690.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/8646e588a564ebf74da6fd0e854bcfe74be43690/dpd.json
5292024-04-03T07:26:32.359Z++ do_sha256sum out/downloads/dpd-8646e588a564ebf74da6fd0e854bcfe74be43690.json
5302024-04-03T07:26:32.359Z++ case "$OSTYPE" in
5312024-04-03T07:26:32.360Z++ SHA=sha256sum
5322024-04-03T07:26:32.371Z++ sha256sum
5332024-04-03T07:26:32.371Z++ awk '{print $1}'
5342024-04-03T07:26:32.371Z+ calculated_sha2=50eff6d9f986b7b1af5970d11d8d01b812de37269731c6c691a244b3fdae82ae
5352024-04-03T07:26:32.371Z+ [[ 50eff6d9f986b7b1af5970d11d8d01b812de37269731c6c691a244b3fdae82ae != \5\0\e\f\f\6\d\9\f\9\8\6\b\7\b\1\a\f\5\9\7\0\d\1\1\d\8\d\0\1\b\8\1\2\d\e\3\7\2\6\9\7\3\1\c\6\c\6\9\1\a\2\4\4\b\3\f\d\a\e\8\2\a\e ]]
5362024-04-03T07:26:32.820Z+ set -o errexit
5372024-04-03T07:26:32.820Z+++ dirname ./tools/ci_download_dendrite_stub
5382024-04-03T07:26:32.820Z++ cd ./tools
5392024-04-03T07:26:32.820Z++ pwd
5402024-04-03T07:26:32.820Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
5412024-04-03T07:26:32.820Z++ basename ./tools/ci_download_dendrite_stub
5422024-04-03T07:26:32.821Z+ ARG0=ci_download_dendrite_stub
5432024-04-03T07:26:32.821Z+ source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums
5442024-04-03T07:26:32.821Z++ CIDL_SHA256_ILLUMOS=fda1842bc4c45af98771fa8cfb8c5cc54ca0759c754d7e5f41504390f65e43f3
5452024-04-03T07:26:32.821Z++ CIDL_SHA256_LINUX_DPD=cb84fb7b2ba9cedaee5a09d400c88315ef30f7826610c1acb1ad6f07fa672b0a
5462024-04-03T07:26:32.821Z++ CIDL_SHA256_LINUX_SWADM=54042fb53e304bfade94ea7ca1b41c62c86bf48c32ca355b2c09dd6067ccb53b
5472024-04-03T07:26:32.821Z+ source /work/oxidecomputer/omicron/tools/dendrite_openapi_version
5482024-04-03T07:26:32.821Z++ COMMIT=8646e588a564ebf74da6fd0e854bcfe74be43690
5492024-04-03T07:26:32.822Z++ SHA2=50eff6d9f986b7b1af5970d11d8d01b812de37269731c6c691a244b3fdae82ae
5502024-04-03T07:26:32.822Z+ TARGET_DIR=out
5512024-04-03T07:26:32.822Z+ DOWNLOAD_DIR=out/downloads
5522024-04-03T07:26:32.822Z+ DEST_DIR=./out/dendrite-stub
5532024-04-03T07:26:32.822Z+ BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin
5542024-04-03T07:26:32.822Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
5552024-04-03T07:26:32.822Z+ REPO=oxidecomputer/dendrite
5562024-04-03T07:26:32.822Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8646e588a564ebf74da6fd0e854bcfe74be43690
5572024-04-03T07:26:32.823Z+ main
5582024-04-03T07:26:32.823Z+ [[ 0 != 0 ]]
5592024-04-03T07:26:32.823Z+ CIDL_OS=solaris2.11
5602024-04-03T07:26:32.823Z+ [[ 0 != 0 ]]
5612024-04-03T07:26:32.823Z+ configure_os solaris2.11
5622024-04-03T07:26:32.823Z+ echo 'current directory: /work/oxidecomputer/omicron'
5632024-04-03T07:26:32.824Zcurrent directory: /work/oxidecomputer/omicron
5642024-04-03T07:26:32.824Z+ echo 'configuring based on OS: "solaris2.11"'
5652024-04-03T07:26:32.824Z+ case "$1" in
5662024-04-03T07:26:32.824Zconfiguring based on OS: "solaris2.11"
5672024-04-03T07:26:32.824Z+ SET_BINARIES=
5682024-04-03T07:26:32.824Z+ CIDL_SHA256=fda1842bc4c45af98771fa8cfb8c5cc54ca0759c754d7e5f41504390f65e43f3
5692024-04-03T07:26:32.824Z+ CIDL_SHA256FUNC=do_sha256sum
5702024-04-03T07:26:32.825Z+ TARBALL_FILENAME=dendrite-stub.tar.gz
5712024-04-03T07:26:32.825Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8646e588a564ebf74da6fd0e854bcfe74be43690/dendrite-stub.tar.gz
5722024-04-03T07:26:32.825Z+ TARBALL_FILE=out/downloads/dendrite-stub.tar.gz
5732024-04-03T07:26:32.825Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8646e588a564ebf74da6fd0e854bcfe74be43690/dendrite-stub.tar.gz'
5742024-04-03T07:26:32.825ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8646e588a564ebf74da6fd0e854bcfe74be43690/dendrite-stub.tar.gz
5752024-04-03T07:26:32.826Z+ echo 'Local file: out/downloads/dendrite-stub.tar.gz'
5762024-04-03T07:26:32.826Z+ mkdir -p out/downloads
5772024-04-03T07:26:32.826ZLocal file: out/downloads/dendrite-stub.tar.gz
5782024-04-03T07:26:32.827Z+ mkdir -p ./out/dendrite-stub
5792024-04-03T07:26:32.827Z+ fetch_and_verify
5802024-04-03T07:26:32.827Z+ local DO_DOWNLOAD=true
5812024-04-03T07:26:32.828Z+ [[ -f out/downloads/dendrite-stub.tar.gz ]]
5822024-04-03T07:26:32.828Z+ '[' true == true ']'
5832024-04-03T07:26:32.828Z+ echo Downloading...
5842024-04-03T07:26:32.828ZDownloading...
5852024-04-03T07:26:32.829Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8646e588a564ebf74da6fd0e854bcfe74be43690/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz
5862024-04-03T07:26:32.829Z+ curl --silent --show-error --fail --location --output out/downloads/dendrite-stub.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8646e588a564ebf74da6fd0e854bcfe74be43690/dendrite-stub.tar.gz
5872024-04-03T07:26:51.984Z++ do_sha256sum out/downloads/dendrite-stub.tar.gz
5882024-04-03T07:26:51.993Z++ sha256sum
5892024-04-03T07:26:51.993Z++ awk '{print $1}'
5902024-04-03T07:26:52.002Z+ calculated_sha256=fda1842bc4c45af98771fa8cfb8c5cc54ca0759c754d7e5f41504390f65e43f3
5912024-04-03T07:26:52.006Z+ [[ fda1842bc4c45af98771fa8cfb8c5cc54ca0759c754d7e5f41504390f65e43f3 != \f\d\a\1\8\4\2\b\c\4\c\4\5\a\f\9\8\7\7\1\f\a\8\c\f\b\8\c\5\c\c\5\4\c\a\0\7\5\9\c\7\5\4\d\7\e\5\f\4\1\5\0\4\3\9\0\f\6\5\e\4\3\f\3 ]]
5922024-04-03T07:26:52.006Z+ do_untar out/downloads/dendrite-stub.tar.gz
5932024-04-03T07:26:52.006Z+ tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads
5942024-04-03T07:26:52.606Z+ do_assemble
5952024-04-03T07:26:52.606Z+ rm -r ./out/dendrite-stub
5962024-04-03T07:26:52.620Z+ mkdir ./out/dendrite-stub
5972024-04-03T07:26:52.620Z+ cp -r out/downloads/root ./out/dendrite-stub/root
5982024-04-03T07:26:52.714Z+ ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin
5992024-04-03T07:26:52.726Z+ set -o errexit
6002024-04-03T07:26:52.726Z+++ dirname ./tools/ci_download_maghemite_mgd
6012024-04-03T07:26:52.726Z++ cd ./tools
6022024-04-03T07:26:52.726Z++ pwd
6032024-04-03T07:26:52.727Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
6042024-04-03T07:26:52.735Z++ basename ./tools/ci_download_maghemite_mgd
6052024-04-03T07:26:52.735Z+ ARG0=ci_download_maghemite_mgd
6062024-04-03T07:26:52.736Z+ source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums
6072024-04-03T07:26:52.736Z++ CIDL_SHA256=ddc19da8932e0ff4a91dea139369bb5b729748bdf698223bc2717a4abea89ed6
6082024-04-03T07:26:52.736Z++ MGD_LINUX_SHA256=ee41d903d19b4ced4bbf139ed05ba8c060517642bc7d4bcef3790e697fa3f44d
6092024-04-03T07:26:52.736Z+ source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version
6102024-04-03T07:26:52.737Z++ COMMIT=bc244d418368fcc3e66db2a0637501a900be161a
6112024-04-03T07:26:52.737Z++ SHA2=a5d2f275c99152711dec1df58fd49d459d3fcb8fbfc7a7f48f432be248d74639
6122024-04-03T07:26:52.737Z+ TARGET_DIR=out
6132024-04-03T07:26:52.737Z+ DOWNLOAD_DIR=out/downloads
6142024-04-03T07:26:52.738Z+ DEST_DIR=./out/mgd
6152024-04-03T07:26:52.738Z+ BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin
6162024-04-03T07:26:52.738Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
6172024-04-03T07:26:52.738Z+ REPO=oxidecomputer/maghemite
6182024-04-03T07:26:52.738Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/bc244d418368fcc3e66db2a0637501a900be161a
6192024-04-03T07:26:52.738Z+ main
6202024-04-03T07:26:52.738Z+ rm -rf out/downloads/root
6212024-04-03T07:26:52.738Z+ [[ 0 != 0 ]]
6222024-04-03T07:26:52.738Z+ CIDL_OS=solaris2.11
6232024-04-03T07:26:52.738Z+ [[ 0 != 0 ]]
6242024-04-03T07:26:52.738Z+ configure_os solaris2.11
6252024-04-03T07:26:52.738Z+ echo 'current directory: /work/oxidecomputer/omicron'
6262024-04-03T07:26:52.738Zcurrent directory: /work/oxidecomputer/omicron
6272024-04-03T07:26:52.738Z+ echo 'configuring based on OS: "solaris2.11"'
6282024-04-03T07:26:52.739Z+ case "$1" in
6292024-04-03T07:26:52.739Z+ SET_BINARIES=
6302024-04-03T07:26:52.739Zconfiguring based on OS: "solaris2.11"
6312024-04-03T07:26:52.739Z+ CIDL_SHA256FUNC=do_sha256sum
6322024-04-03T07:26:52.739Z+ TARBALL_FILENAME=mgd.tar.gz
6332024-04-03T07:26:52.739Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/bc244d418368fcc3e66db2a0637501a900be161a/mgd.tar.gz
6342024-04-03T07:26:52.739Z+ TARBALL_FILE=out/downloads/mgd.tar.gz
6352024-04-03T07:26:52.739Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/bc244d418368fcc3e66db2a0637501a900be161a/mgd.tar.gz'
6362024-04-03T07:26:52.739ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/bc244d418368fcc3e66db2a0637501a900be161a/mgd.tar.gz
6372024-04-03T07:26:52.739ZLocal file: out/downloads/mgd.tar.gz
6382024-04-03T07:26:52.739Z+ echo 'Local file: out/downloads/mgd.tar.gz'
6392024-04-03T07:26:52.739Z+ mkdir -p out/downloads
6402024-04-03T07:26:52.739Z+ mkdir -p ./out/mgd
6412024-04-03T07:26:52.749Z+ fetch_and_verify
6422024-04-03T07:26:52.749Z+ local DO_DOWNLOAD=true
6432024-04-03T07:26:52.749Z+ [[ -f out/downloads/mgd.tar.gz ]]
6442024-04-03T07:26:52.749Z+ '[' true == true ']'
6452024-04-03T07:26:52.750Z+ echo Downloading...
6462024-04-03T07:26:52.750ZDownloading...
6472024-04-03T07:26:52.750Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/bc244d418368fcc3e66db2a0637501a900be161a/mgd.tar.gz out/downloads/mgd.tar.gz
6482024-04-03T07:26:52.750Z+ curl --silent --show-error --fail --location --output out/downloads/mgd.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/bc244d418368fcc3e66db2a0637501a900be161a/mgd.tar.gz
6492024-04-03T07:27:02.847Z++ do_sha256sum out/downloads/mgd.tar.gz
6502024-04-03T07:27:03.288Z++ sha256sum
6512024-04-03T07:27:03.288Z++ awk '{print $1}'
6522024-04-03T07:27:03.708Z+ calculated_sha256=ddc19da8932e0ff4a91dea139369bb5b729748bdf698223bc2717a4abea89ed6
6532024-04-03T07:27:03.709Z+ [[ ddc19da8932e0ff4a91dea139369bb5b729748bdf698223bc2717a4abea89ed6 != \d\d\c\1\9\d\a\8\9\3\2\e\0\f\f\4\a\9\1\d\e\a\1\3\9\3\6\9\b\b\5\b\7\2\9\7\4\8\b\d\f\6\9\8\2\2\3\b\c\2\7\1\7\a\4\a\b\e\a\8\9\e\d\6 ]]
6542024-04-03T07:27:03.709Z+ do_untar out/downloads/mgd.tar.gz
6552024-04-03T07:27:03.709Z+ tar xzf out/downloads/mgd.tar.gz -C out/downloads
6562024-04-03T07:27:04.149Z+ do_assemble
6572024-04-03T07:27:04.150Z+ rm -r ./out/mgd
6582024-04-03T07:27:04.150Z+ mkdir ./out/mgd
6592024-04-03T07:27:04.150Z+ cp -r out/downloads/root ./out/mgd/root
6602024-04-03T07:27:04.150Z+ set -o errexit
6612024-04-03T07:27:04.150Z+++ dirname ./tools/ci_download_transceiver_control
6622024-04-03T07:27:04.151Z++ cd ./tools
6632024-04-03T07:27:04.151Z++ pwd
6642024-04-03T07:27:04.151Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
6652024-04-03T07:27:04.151Z++ basename ./tools/ci_download_transceiver_control
6662024-04-03T07:27:04.151Z+ ARG0=ci_download_transceiver_control
6672024-04-03T07:27:04.151Z+ source /work/oxidecomputer/omicron/tools/transceiver_control_version
6682024-04-03T07:27:04.151Z++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a
6692024-04-03T07:27:04.151Z++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
6702024-04-03T07:27:04.151Z+ TARGET_DIR=out
6712024-04-03T07:27:04.151Z+ DOWNLOAD_DIR=out/downloads
6722024-04-03T07:27:04.152Z+ DEST_DIR=./out/transceiver-control
6732024-04-03T07:27:04.152Z+ BIN_DIR=/opt/oxide/bin
6742024-04-03T07:27:04.152Z+ BINARY=xcvradm
6752024-04-03T07:27:04.152Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
6762024-04-03T07:27:04.152Z+ REPO=oxidecomputer/transceiver-control
6772024-04-03T07:27:04.152Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a
6782024-04-03T07:27:04.152Z+ main
6792024-04-03T07:27:04.152Z+ [[ 0 != 0 ]]
6802024-04-03T07:27:04.152Z+ CIDL_OS=solaris2.11
6812024-04-03T07:27:04.153Z+ [[ 0 != 0 ]]
6822024-04-03T07:27:04.153Z+ configure_os solaris2.11
6832024-04-03T07:27:04.153Z+ echo 'current directory: /work/oxidecomputer/omicron'
6842024-04-03T07:27:04.153Z+ echo 'configuring based on OS: "solaris2.11"'
6852024-04-03T07:27:04.153Zcurrent directory: /work/oxidecomputer/omicron
6862024-04-03T07:27:04.153Zconfiguring based on OS: "solaris2.11"
6872024-04-03T07:27:04.153Z+ case "$1" in
6882024-04-03T07:27:04.153Z+ SET_BINARIES=
6892024-04-03T07:27:04.154Z+ CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
6902024-04-03T07:27:04.154Z+ CIDL_SHA256FUNC=do_sha256sum
6912024-04-03T07:27:04.154Z+ ARCHIVE_FILENAME=xcvradm.gz
6922024-04-03T07:27:04.154Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz
6932024-04-03T07:27:04.154Z+ ARCHIVE_FILE=out/downloads/xcvradm.gz
6942024-04-03T07:27:04.155Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz'
6952024-04-03T07:27:04.155ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz
6962024-04-03T07:27:04.155Z+ echo 'Local file: out/downloads/xcvradm.gz'
6972024-04-03T07:27:04.155Z+ mkdir -p out/downloads
6982024-04-03T07:27:04.155ZLocal file: out/downloads/xcvradm.gz
6992024-04-03T07:27:04.155Z+ mkdir -p ./out/transceiver-control
7002024-04-03T07:27:04.155Z+ fetch_and_verify
7012024-04-03T07:27:04.155Z+ local DO_DOWNLOAD=true
7022024-04-03T07:27:04.155Z+ [[ -f out/downloads/xcvradm.gz ]]
7032024-04-03T07:27:04.156Z+ '[' true == true ']'
7042024-04-03T07:27:04.156Z+ echo Downloading...
7052024-04-03T07:27:04.156ZDownloading...
7062024-04-03T07:27:04.156Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz
7072024-04-03T07:27:04.156Z+ 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
7082024-04-03T07:27:06.769Z++ do_sha256sum out/downloads/xcvradm.gz
7092024-04-03T07:27:06.797Z++ sha256sum
7102024-04-03T07:27:06.798Z++ awk '{print $1}'
7112024-04-03T07:27:06.799Z+ calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
7122024-04-03T07:27:06.799Z+ [[ 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 ]]
7132024-04-03T07:27:06.801Z+ do_unpack out/downloads/xcvradm.gz
7142024-04-03T07:27:06.801Z+ mkdir -p out/downloads/root//opt/oxide/bin
7152024-04-03T07:27:06.801Z+ gzip -dc out/downloads/xcvradm.gz
7162024-04-03T07:27:06.864Z+ chmod +x out/downloads/root//opt/oxide/bin/xcvradm
7172024-04-03T07:27:06.877Z+ do_assemble
7182024-04-03T07:27:06.877Z+ rm -r ./out/transceiver-control
7192024-04-03T07:27:06.878Z+ mkdir ./out/transceiver-control
7202024-04-03T07:27:06.878Z+ cp -r out/downloads/root ./out/transceiver-control/root
7212024-04-03T07:27:06.971Z+ set -o errexit
7222024-04-03T07:27:06.976Z+++ dirname ./tools/ci_download_thundermuffin
7232024-04-03T07:27:06.976Z++ cd ./tools
7242024-04-03T07:27:06.976Z++ pwd
7252024-04-03T07:27:06.976Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
7262024-04-03T07:27:06.977Z++ basename ./tools/ci_download_thundermuffin
7272024-04-03T07:27:07.000Z+ ARG0=ci_download_thundermuffin
7282024-04-03T07:27:07.000Z+ source /work/oxidecomputer/omicron/tools/thundermuffin_checksums
7292024-04-03T07:27:07.001Z++ CIDL_SHA256=dc55a2accd33a347df4cbdc0026cbaccea2c004940c3fec8cadcdd633d440dfa
7302024-04-03T07:27:07.001Z+ source /work/oxidecomputer/omicron/tools/thundermuffin_version
7312024-04-03T07:27:07.001Z++ COMMIT=a4a6108d7c9aac2464a0b6898e88132a8f701a13
7322024-04-03T07:27:07.001Z+ TARGET_DIR=out
7332024-04-03T07:27:07.001Z+ DOWNLOAD_DIR=out/downloads
7342024-04-03T07:27:07.002Z+ DEST_DIR=./out/thundermuffin
7352024-04-03T07:27:07.002Z+ BIN_DIR=./out/thundermuffin/root/opt/oxide/thundermuffin/bin
7362024-04-03T07:27:07.002Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
7372024-04-03T07:27:07.002Z+ REPO=oxidecomputer/thundermuffin
7382024-04-03T07:27:07.002Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13
7392024-04-03T07:27:07.002Z+ main
7402024-04-03T07:27:07.003Z+ rm -rf out/downloads/root
7412024-04-03T07:27:07.003Z+ [[ 0 != 0 ]]
7422024-04-03T07:27:07.003Z+ CIDL_OS=solaris2.11
7432024-04-03T07:27:07.003Z+ [[ 0 != 0 ]]
7442024-04-03T07:27:07.003Z+ configure_os solaris2.11
7452024-04-03T07:27:07.003Z+ echo 'current directory: /work/oxidecomputer/omicron'
7462024-04-03T07:27:07.003Z+ echo 'configuring based on OS: "solaris2.11"'
7472024-04-03T07:27:07.003Zcurrent directory: /work/oxidecomputer/omicron
7482024-04-03T07:27:07.003Z+ case "$1" in
7492024-04-03T07:27:07.004Z+ SET_BINARIES=
7502024-04-03T07:27:07.004Zconfiguring based on OS: "solaris2.11"
7512024-04-03T07:27:07.004Z+ CIDL_SHA256FUNC=do_sha256sum
7522024-04-03T07:27:07.004Z+ TARBALL_FILENAME=thundermuffin.tar.gz
7532024-04-03T07:27:07.004Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz
7542024-04-03T07:27:07.004Z+ TARBALL_FILE=out/downloads/thundermuffin.tar.gz
7552024-04-03T07:27:07.005Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz'
7562024-04-03T07:27:07.005ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz
7572024-04-03T07:27:07.005Z+ echo 'Local file: out/downloads/thundermuffin.tar.gz'
7582024-04-03T07:27:07.005ZLocal file: out/downloads/thundermuffin.tar.gz
7592024-04-03T07:27:07.005Z+ mkdir -p out/downloads
7602024-04-03T07:27:07.005Z+ mkdir -p ./out/thundermuffin
7612024-04-03T07:27:07.005Z+ fetch_and_verify
7622024-04-03T07:27:07.006Z+ local DO_DOWNLOAD=true
7632024-04-03T07:27:07.006Z+ [[ -f out/downloads/thundermuffin.tar.gz ]]
7642024-04-03T07:27:07.006Z+ '[' true == true ']'
7652024-04-03T07:27:07.006Z+ echo Downloading...
7662024-04-03T07:27:07.006ZDownloading...
7672024-04-03T07:27:07.006Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz out/downloads/thundermuffin.tar.gz
7682024-04-03T07:27:07.006Z+ 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
7692024-04-03T07:27:08.902Z++ do_sha256sum out/downloads/thundermuffin.tar.gz
7702024-04-03T07:27:08.908Z++ sha256sum
7712024-04-03T07:27:08.908Z++ awk '{print $1}'
7722024-04-03T07:27:09.331Z+ calculated_sha256=dc55a2accd33a347df4cbdc0026cbaccea2c004940c3fec8cadcdd633d440dfa
7732024-04-03T07:27:09.331Z+ [[ 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 ]]
7742024-04-03T07:27:09.332Z+ do_untar out/downloads/thundermuffin.tar.gz
7752024-04-03T07:27:09.332Z+ tar xzf out/downloads/thundermuffin.tar.gz -C out/downloads
7762024-04-03T07:27:09.353Z+ do_assemble
7772024-04-03T07:27:09.354Z+ rm -r ./out/thundermuffin
7782024-04-03T07:27:09.354Z+ mkdir ./out/thundermuffin
7792024-04-03T07:27:09.354Z+ cp -r out/downloads/root ./out/thundermuffin/root
7802024-04-03T07:27:09.354ZAll builder prerequisites installed successfully, and PATH looks valid
7812024-04-03T07:27:09.354Z
7822024-04-03T07:27:09.354Zreal 2:02.379339508
7832024-04-03T07:27:09.354Zuser 37.317761454
7842024-04-03T07:27:09.354Zsys 6.813665602
7852024-04-03T07:27:09.355Ztrap 0.008253952
7862024-04-03T07:27:09.355Ztflt 0.207227144
7872024-04-03T07:27:09.355Zdflt 0.821442676
7882024-04-03T07:27:09.355Zkflt 0.257470765
7892024-04-03T07:27:09.355Zlock 1.069790199
7902024-04-03T07:27:09.355Zslp 4:19.121651073
7912024-04-03T07:27:09.355Zlat 1.967380371
7922024-04-03T07:27:09.356Zstop 0.147819486
7932024-04-03T07:27:09.356Z
7942024-04-03T07:27:09.356Z #### # # ##### ##### # #
7952024-04-03T07:27:09.356Z # # # # # # # # # #
7962024-04-03T07:27:09.356Z # # # # # # # #
7972024-04-03T07:27:09.357Z # # # ##### ##### #
7982024-04-03T07:27:09.357Z # # # # # # #
7992024-04-03T07:27:09.357Z #### ###### # # # #
8002024-04-03T07:27:09.357Z
8012024-04-03T07:27:09.357Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
8022024-04-03T07:27:10.032Z Updating git repository `https://github.com/oxidecomputer/samael`
8032024-04-03T07:27:10.969Z Updating git repository `https://github.com/oxidecomputer/zone`
8042024-04-03T07:27:11.767Z Updating crates.io index
8052024-04-03T07:27:11.789Z Updating git repository `https://github.com/oxidecomputer/dropshot`
8062024-04-03T07:27:13.773Z Updating git repository `https://github.com/oxidecomputer/maghemite`
8072024-04-03T07:27:15.331Z Updating git repository `https://github.com/oxidecomputer/progenitor`
8082024-04-03T07:27:19.972Z Updating git repository `http://github.com/oxidecomputer/serde_human_bytes`
8092024-04-03T07:27:22.462Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
8102024-04-03T07:27:23.170Z Updating git repository `https://github.com/oxidecomputer/propolis`
8112024-04-03T07:27:27.828Z Updating git repository `https://github.com/oxidecomputer/crucible`
8122024-04-03T07:27:32.038Z Updating git repository `https://github.com/oxidecomputer/opte`
8132024-04-03T07:27:35.815Z Updating git repository `https://github.com/oxidecomputer/falcon`
8142024-04-03T07:27:38.854Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
8152024-04-03T07:27:39.760Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
8162024-04-03T07:27:41.208Z Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel`
8172024-04-03T07:27:42.094Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
8182024-04-03T07:27:42.849Z Updating git repository `http://github.com/oxidecomputer/sprockets`
8192024-04-03T07:27:44.038Z Updating git repository `https://github.com/oxidecomputer/diesel-dtrace`
8202024-04-03T07:27:44.815Z Updating git repository `http://github.com/oxidecomputer/tofino`
8212024-04-03T07:27:45.634Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
8222024-04-03T07:27:46.338Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
8232024-04-03T07:27:47.100Z Updating git repository `https://github.com/oxidecomputer/libnvme`
8242024-04-03T07:27:47.861Z Updating git repository `https://github.com/oxidecomputer/ispf`
8252024-04-03T07:27:48.667Z Updating git repository `https://github.com/oxidecomputer/poptrie`
8262024-04-03T07:27:49.311Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
8272024-04-03T07:27:51.226Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
8282024-04-03T07:27:52.248Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
8292024-04-03T07:27:53.012Z Updating git repository `https://github.com/jgallagher/nix`
8302024-04-03T07:27:57.382Z Updating git repository `https://github.com/cbiffle/hubpack`
8312024-04-03T07:27:58.523Z Updating git repository `https://github.com/oxidecomputer/typify`
8322024-04-03T07:28:01.496Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
8332024-04-03T07:28:03.069Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
8342024-04-03T07:28:05.040Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
8352024-04-03T07:28:05.460Z Updating git repository `https://github.com/oxidecomputer/rfb`
8362024-04-03T07:28:07.701Z Downloading crates ...
8372024-04-03T07:28:09.213Z Downloaded anstyle v1.0.6
8382024-04-03T07:28:09.213Z Downloaded anstream v0.6.11
8392024-04-03T07:28:09.214Z Downloaded equivalent v1.0.1
8402024-04-03T07:28:09.214Z Downloaded serde_derive v1.0.197
8412024-04-03T07:28:09.214Z Downloaded autocfg v1.1.0
8422024-04-03T07:28:09.214Z Downloaded swrite v0.1.0
8432024-04-03T07:28:09.214Z Downloaded semver v1.0.22
8442024-04-03T07:28:09.215Z Downloaded memchr v2.7.1
8452024-04-03T07:28:09.215Z Downloaded colorchoice v1.0.0
8462024-04-03T07:28:09.215Z Downloaded serde_spanned v0.6.5
8472024-04-03T07:28:09.215Z Downloaded toml_datetime v0.6.5
8482024-04-03T07:28:09.215Z Downloaded anstyle-query v1.0.0
8492024-04-03T07:28:09.215Z Downloaded heck v0.4.1
8502024-04-03T07:28:09.216Z Downloaded thiserror-impl v1.0.57
8512024-04-03T07:28:09.216Z Downloaded fs-err v2.11.0
8522024-04-03T07:28:09.216Z Downloaded cargo_metadata v0.18.1
8532024-04-03T07:28:09.216Z Downloaded clap_lex v0.7.0
8542024-04-03T07:28:09.216Z Downloaded itoa v1.0.9
8552024-04-03T07:28:09.216Z Downloaded terminal_size v0.3.0
8562024-04-03T07:28:09.216Z Downloaded utf8parse v0.2.1
8572024-04-03T07:28:09.217Z Downloaded errno v0.3.8
8582024-04-03T07:28:09.217Z Downloaded anstyle-parse v0.2.1
8592024-04-03T07:28:09.217Z Downloaded quote v1.0.35
8602024-04-03T07:28:09.217Z Downloaded thiserror v1.0.57
8612024-04-03T07:28:09.217Z Downloaded cargo-platform v0.1.3
8622024-04-03T07:28:09.217Z Downloaded camino v1.1.6
8632024-04-03T07:28:09.218Z Downloaded clap_derive v4.5.0
8642024-04-03T07:28:09.218Z Downloaded cargo_toml v0.19.0
8652024-04-03T07:28:09.218Z Downloaded strsim v0.11.0
8662024-04-03T07:28:09.218Z Downloaded proc-macro2 v1.0.78
8672024-04-03T07:28:09.218Z Downloaded clap v4.5.1
8682024-04-03T07:28:09.218Z Downloaded unicode-ident v1.0.12
8692024-04-03T07:28:09.218Z Downloaded anyhow v1.0.79
8702024-04-03T07:28:09.218Z Downloaded toml v0.8.12
8712024-04-03T07:28:09.219Z Downloaded bitflags v2.4.2
8722024-04-03T07:28:09.219Z Downloaded indexmap v2.2.6
8732024-04-03T07:28:09.219Z Downloaded ryu v1.0.15
8742024-04-03T07:28:09.219Z Downloaded serde v1.0.197
8752024-04-03T07:28:09.219Z Downloaded toml_edit v0.22.9
8762024-04-03T07:28:09.219Z Downloaded winnow v0.6.1
8772024-04-03T07:28:09.219Z Downloaded clap_builder v4.5.1
8782024-04-03T07:28:09.219Z Downloaded serde_json v1.0.114
8792024-04-03T07:28:09.220Z Downloaded syn v2.0.52
8802024-04-03T07:28:09.220Z Downloaded rustix v0.38.31
8812024-04-03T07:28:09.220Z Downloaded libc v0.2.153
8822024-04-03T07:28:09.220Z Downloaded hashbrown v0.14.3
8832024-04-03T07:28:09.220Z Compiling proc-macro2 v1.0.78
8842024-04-03T07:28:09.220Z Compiling unicode-ident v1.0.12
8852024-04-03T07:28:09.220Z Compiling serde v1.0.197
8862024-04-03T07:28:09.220Z Compiling libc v0.2.153
8872024-04-03T07:28:09.220Z Compiling rustix v0.38.31
8882024-04-03T07:28:09.221Z Compiling equivalent v1.0.1
8892024-04-03T07:28:09.221Z Compiling bitflags v2.4.2
8902024-04-03T07:28:09.221Z Compiling hashbrown v0.14.3
8912024-04-03T07:28:09.221Z Compiling utf8parse v0.2.1
8922024-04-03T07:28:09.221Z Compiling colorchoice v1.0.0
8932024-04-03T07:28:09.221Z Compiling anstyle-parse v0.2.1
8942024-04-03T07:28:09.221Z Compiling autocfg v1.1.0
8952024-04-03T07:28:09.221Z Compiling semver v1.0.22
8962024-04-03T07:28:09.222Z Compiling serde_json v1.0.114
8972024-04-03T07:28:09.249Z Compiling winnow v0.6.1
8982024-04-03T07:28:09.338Z Compiling indexmap v2.2.6
8992024-04-03T07:28:09.818Z Compiling anstyle v1.0.6
9002024-04-03T07:28:09.826Z Compiling anstyle-query v1.0.0
9012024-04-03T07:28:09.933Z Compiling camino v1.1.6
9022024-04-03T07:28:09.980Z Compiling thiserror v1.0.57
9032024-04-03T07:28:10.115Z Compiling anstream v0.6.11
9042024-04-03T07:28:10.228Z Compiling fs-err v2.11.0
9052024-04-03T07:28:10.466Z Compiling heck v0.4.1
9062024-04-03T07:28:10.515Z Compiling strsim v0.11.0
9072024-04-03T07:28:10.618Z Compiling ryu v1.0.15
9082024-04-03T07:28:10.632Z Compiling itoa v1.0.9
9092024-04-03T07:28:10.830Z Compiling quote v1.0.35
9102024-04-03T07:28:10.833Z Compiling clap_lex v0.7.0
9112024-04-03T07:28:10.929Z Compiling anyhow v1.0.79
9122024-04-03T07:28:11.319Z Compiling syn v2.0.52
9132024-04-03T07:28:11.446Z Compiling errno v0.3.8
9142024-04-03T07:28:11.465Z Compiling swrite v0.1.0
9152024-04-03T07:28:12.730Z Compiling terminal_size v0.3.0
9162024-04-03T07:28:12.753Z Compiling clap_builder v4.5.1
9172024-04-03T07:28:16.865Z Compiling serde_derive v1.0.197
9182024-04-03T07:28:16.866Z Compiling thiserror-impl v1.0.57
9192024-04-03T07:28:16.876Z Compiling clap_derive v4.5.0
9202024-04-03T07:28:21.543Z Compiling clap v4.5.1
9212024-04-03T07:28:24.270Z Compiling serde_spanned v0.6.5
9222024-04-03T07:28:24.290Z Compiling toml_datetime v0.6.5
9232024-04-03T07:28:24.290Z Compiling cargo-platform v0.1.3
9242024-04-03T07:28:24.474Z Compiling toml_edit v0.22.9
9252024-04-03T07:28:25.796Z Compiling cargo_metadata v0.18.1
9262024-04-03T07:28:26.465Z Compiling toml v0.8.12
9272024-04-03T07:28:27.213Z Compiling cargo_toml v0.19.0
9282024-04-03T07:28:30.762Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
9292024-04-03T07:28:32.609Z Finished dev [unoptimized + debuginfo] target(s) in 1m 23s
9302024-04-03T07:28:32.826Z Running `target/debug/xtask clippy`
9312024-04-03T07:28:32.872Zrunning: "/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/cargo" "clippy" "--all-targets" "--" "--deny" "warnings" "--allow" "clippy::style" "--warn" "clippy::disallowed_macros" "--warn" "clippy::disallowed_methods" "--warn" "clippy::disallowed_names" "--warn" "clippy::disallowed_script_idents" "--warn" "clippy::disallowed_types"
9322024-04-03T07:28:33.449Z Downloading crates ...
9332024-04-03T07:28:33.557Z Downloaded aead v0.5.2
9342024-04-03T07:28:33.620Z Downloaded arrayref v0.3.7
9352024-04-03T07:28:33.621Z Downloaded adler v1.0.2
9362024-04-03T07:28:33.621Z Downloaded anes v0.1.6
9372024-04-03T07:28:33.621Z Downloaded ascii v1.1.0
9382024-04-03T07:28:33.621Z Downloaded array-init v0.0.4
9392024-04-03T07:28:33.621Z Downloaded approx v0.5.1
9402024-04-03T07:28:33.621Z Downloaded crucible-workspace-hack v0.1.0
9412024-04-03T07:28:33.621Z Downloaded headers-core v0.2.0
9422024-04-03T07:28:33.622Z Downloaded bitstruct v0.1.1
9432024-04-03T07:28:33.622Z Downloaded hash32 v0.3.1
9442024-04-03T07:28:33.622Z Downloaded atomicwrites v0.4.3
9452024-04-03T07:28:33.622Z Downloaded async-stream-impl v0.3.5
9462024-04-03T07:28:33.623Z Downloaded ahash v0.8.8
9472024-04-03T07:28:33.623Z Downloaded bb8 v0.8.3
9482024-04-03T07:28:33.623Z Downloaded heck v0.3.3
9492024-04-03T07:28:33.623Z Downloaded arrayvec v0.7.4
9502024-04-03T07:28:33.623Z Downloaded bitstruct_derive v0.1.0
9512024-04-03T07:28:33.623Z Downloaded allocator-api2 v0.2.16
9522024-04-03T07:28:33.623Z Downloaded castaway v0.2.2
9532024-04-03T07:28:33.624Z Downloaded instant v0.1.12
9542024-04-03T07:28:33.624Z Downloaded block-padding v0.3.3
9552024-04-03T07:28:33.624Z Downloaded base16ct v0.2.0
9562024-04-03T07:28:33.624Z Downloaded async-recursion v1.0.5
9572024-04-03T07:28:33.624Z Downloaded is_ci v1.2.0
9582024-04-03T07:28:33.624Z Downloaded is-terminal v0.4.9
9592024-04-03T07:28:33.624Z Downloaded chacha20 v0.9.1
9602024-04-03T07:28:33.624Z Downloaded cfg-if v1.0.0
9612024-04-03T07:28:33.648Z Downloaded argon2 v0.5.3
9622024-04-03T07:28:33.648Z Downloaded ansi_term v0.12.1
9632024-04-03T07:28:33.649Z Downloaded inout v0.1.3
9642024-04-03T07:28:33.649Z Downloaded hashbrown v0.12.3
9652024-04-03T07:28:33.649Z Downloaded ipnetwork v0.20.0
9662024-04-03T07:28:33.649Z Downloaded hyper-staticfile v0.9.5
9672024-04-03T07:28:33.649Z Downloaded hyper-rustls v0.26.0
9682024-04-03T07:28:33.649Z Downloaded hubpack_derive v0.1.1
9692024-04-03T07:28:33.650Z Downloaded byteorder v1.5.0
9702024-04-03T07:28:33.650Z Downloaded bitfield v0.14.0
9712024-04-03T07:28:33.669Z Downloaded atty v0.2.14
9722024-04-03T07:28:33.669Z Downloaded httptest v0.15.5
9732024-04-03T07:28:33.670Z Downloaded arc-swap v1.6.0
9742024-04-03T07:28:33.670Z Downloaded async-stream v0.3.5
9752024-04-03T07:28:33.671Z Downloaded cassowary v0.3.0
9762024-04-03T07:28:33.671Z Downloaded ident_case v1.0.1
9772024-04-03T07:28:33.671Z Downloaded constant_time_eq v0.2.6
9782024-04-03T07:28:33.671Z Downloaded ipnet v2.9.0
9792024-04-03T07:28:33.672Z Downloaded constant_time_eq v0.3.0
9802024-04-03T07:28:33.672Z Downloaded http-range v0.1.5
9812024-04-03T07:28:33.672Z Downloaded http-body v1.0.0
9822024-04-03T07:28:33.672Z Downloaded cipher v0.4.4
9832024-04-03T07:28:33.680Z Downloaded heapless v0.7.16
9842024-04-03T07:28:33.680Z Downloaded headers v0.3.9
9852024-04-03T07:28:33.680Z Downloaded crc v3.0.1
9862024-04-03T07:28:33.680Z Downloaded keccak v0.1.4
9872024-04-03T07:28:33.681Z Downloaded iana-time-zone v0.1.57
9882024-04-03T07:28:33.681Z Downloaded hyper-util v0.1.2
9892024-04-03T07:28:33.688Z Downloaded signal-hook-tokio v0.3.1
9902024-04-03T07:28:33.688Z Downloaded matches v0.1.10
9912024-04-03T07:28:33.689Z Downloaded indexmap v1.9.3
9922024-04-03T07:28:33.689Z Downloaded bit-vec v0.6.3
9932024-04-03T07:28:33.695Z Downloaded ciborium-ll v0.2.2
9942024-04-03T07:28:33.695Z Downloaded cobs v0.2.3
9952024-04-03T07:28:33.695Z Downloaded cexpr v0.6.0
9962024-04-03T07:28:33.696Z Downloaded crc-catalog v2.2.0
9972024-04-03T07:28:33.696Z Downloaded bytecount v0.6.3
9982024-04-03T07:28:33.696Z Downloaded crossbeam-deque v0.8.3
9992024-04-03T07:28:33.709Z Downloaded newtype_derive v0.1.6
10002024-04-03T07:28:33.709Z Downloaded nodrop v0.1.14
10012024-04-03T07:28:33.710Z Downloaded convert_case v0.4.0
10022024-04-03T07:28:33.710Z Downloaded nested v0.1.1
10032024-04-03T07:28:33.710Z Downloaded heapless v0.8.0
10042024-04-03T07:28:33.710Z Downloaded sync_wrapper v0.1.2
10052024-04-03T07:28:33.716Z Downloaded blake2 v0.10.6
10062024-04-03T07:28:33.716Z Downloaded indoc v2.0.3
10072024-04-03T07:28:33.716Z Downloaded cookie_store v0.20.0
10082024-04-03T07:28:33.724Z Downloaded rand_seeder v0.2.3
10092024-04-03T07:28:33.724Z Downloaded impl-trait-for-tuples v0.2.2
10102024-04-03T07:28:33.724Z Downloaded subtle v2.5.0
10112024-04-03T07:28:33.724Z Downloaded hyper-rustls v0.24.2
10122024-04-03T07:28:33.731Z Downloaded lru v0.12.1
10132024-04-03T07:28:33.731Z Downloaded indoc v1.0.9
10142024-04-03T07:28:33.731Z Downloaded libsw v3.3.1
10152024-04-03T07:28:33.749Z Downloaded httparse v1.8.0
10162024-04-03T07:28:33.749Z Downloaded cfg-expr v0.15.6
10172024-04-03T07:28:33.750Z Downloaded usdt-macro v0.5.0
10182024-04-03T07:28:33.750Z Downloaded serde-big-array v0.5.1
10192024-04-03T07:28:33.750Z Downloaded vte_generate_state_changes v0.1.1
10202024-04-03T07:28:33.750Z Downloaded mockall v0.12.0
10212024-04-03T07:28:33.750Z Downloaded crc32fast v1.3.2
10222024-04-03T07:28:33.758Z Downloaded serde_tokenstream v0.1.7
10232024-04-03T07:28:33.759Z Downloaded slog-bunyan v2.5.0
10242024-04-03T07:28:33.759Z Downloaded serde_tokenstream v0.2.0
10252024-04-03T07:28:33.759Z Downloaded newline-converter v0.3.0
10262024-04-03T07:28:33.759Z Downloaded nibble_vec v0.1.0
10272024-04-03T07:28:33.773Z Downloaded multimap v0.10.0
10282024-04-03T07:28:33.774Z Downloaded newtype-uuid v1.0.1
10292024-04-03T07:28:33.774Z Downloaded nanorand v0.7.0
10302024-04-03T07:28:33.774Z Downloaded curve25519-dalek-derive v0.1.0
10312024-04-03T07:28:33.774Z Downloaded mime v0.3.17
10322024-04-03T07:28:33.774Z Downloaded linear-map v1.2.0
10332024-04-03T07:28:33.774Z Downloaded maplit v1.0.2
10342024-04-03T07:28:33.774Z Downloaded rustls-pemfile v1.0.3
10352024-04-03T07:28:33.779Z Downloaded supports-color v3.0.0
10362024-04-03T07:28:33.780Z Downloaded smf v0.2.2
10372024-04-03T07:28:33.780Z Downloaded dtrace-parser v0.2.0
10382024-04-03T07:28:33.780Z Downloaded dtrace-parser v0.1.14
10392024-04-03T07:28:33.780Z Downloaded downcast v0.11.0
10402024-04-03T07:28:33.780Z Downloaded signature v1.6.4
10412024-04-03T07:28:33.780Z Downloaded structmeta-derive v0.2.0
10422024-04-03T07:28:33.789Z Downloaded libefi-sys v0.1.0
10432024-04-03T07:28:33.789Z Downloaded structmeta-derive v0.3.0
10442024-04-03T07:28:33.789Z Downloaded hashbrown v0.13.2
10452024-04-03T07:28:33.802Z Downloaded phf_shared v0.10.0
10462024-04-03T07:28:33.803Z Downloaded openssl-probe v0.1.5
10472024-04-03T07:28:33.803Z Downloaded openssl-macros v0.1.1
10482024-04-03T07:28:33.803Z Downloaded lock_api v0.4.10
10492024-04-03T07:28:33.803Z Downloaded libloading v0.7.4
10502024-04-03T07:28:34.223Z Downloaded tiny-keccak v2.0.2
10512024-04-03T07:28:34.223Z Downloaded utf-8 v0.7.6
10522024-04-03T07:28:34.224Z Downloaded sct v0.7.0
10532024-04-03T07:28:34.224Z Downloaded wait-timeout v0.2.0
10542024-04-03T07:28:34.224Z Downloaded universal-hash v0.5.1
10552024-04-03T07:28:34.224Z Downloaded portpicker v0.1.1
10562024-04-03T07:28:34.224Z Downloaded libtest-mimic v0.6.1
10572024-04-03T07:28:34.224Z Downloaded console v0.15.8
10582024-04-03T07:28:34.224Z Downloaded multer v3.0.0
10592024-04-03T07:28:34.225Z Downloaded crossbeam-utils v0.8.19
10602024-04-03T07:28:34.225Z Downloaded precomputed-hash v0.1.1
10612024-04-03T07:28:34.225Z Downloaded rustc-demangle v0.1.23
10622024-04-03T07:28:34.225Z Downloaded backtrace v0.3.69
10632024-04-03T07:28:34.225Z Downloaded serde-big-array v0.4.1
10642024-04-03T07:28:34.225Z Downloaded deranged v0.3.11
10652024-04-03T07:28:34.225Z Downloaded defmt-parser v0.3.3
10662024-04-03T07:28:34.225Z Downloaded crc-any v2.4.3
10672024-04-03T07:28:34.226Z Downloaded xattr v1.0.1
10682024-04-03T07:28:34.226Z Downloaded generic-array v0.14.7
10692024-04-03T07:28:34.226Z Downloaded fixedbitset v0.4.2
10702024-04-03T07:28:34.226Z Downloaded float-cmp v0.9.0
10712024-04-03T07:28:34.226Z Downloaded flagset v0.4.3
10722024-04-03T07:28:34.226Z Downloaded tinyvec_macros v0.1.1
10732024-04-03T07:28:34.226Z Downloaded time-core v0.1.2
10742024-04-03T07:28:34.226Z Downloaded strum v0.26.1
10752024-04-03T07:28:34.226Z Downloaded want v0.3.1
10762024-04-03T07:28:34.226Z Downloaded cc v1.0.83
10772024-04-03T07:28:34.227Z Downloaded bytes v1.5.0
10782024-04-03T07:28:34.227Z Downloaded parse-display v0.9.0
10792024-04-03T07:28:34.227Z Downloaded tokio-tungstenite v0.21.0
10802024-04-03T07:28:34.227Z Downloaded unicase v2.7.0
10812024-04-03T07:28:34.227Z Downloaded miniz_oxide v0.7.1
10822024-04-03T07:28:34.227Z Downloaded num-complex v0.4.4
10832024-04-03T07:28:34.228Z Downloaded native-tls v0.2.11
10842024-04-03T07:28:34.228Z Downloaded mime_guess v2.0.4
10852024-04-03T07:28:34.228Z Downloaded plain v0.2.3
10862024-04-03T07:28:34.228Z Downloaded paste v1.0.14
10872024-04-03T07:28:34.228Z Downloaded pkg-config v0.3.27
10882024-04-03T07:28:34.228Z Downloaded predicates-core v1.0.6
10892024-04-03T07:28:34.228Z Downloaded powerfmt v0.2.0
10902024-04-03T07:28:34.228Z Downloaded phf v0.11.2
10912024-04-03T07:28:34.228Z Downloaded foreign-types v0.5.0
10922024-04-03T07:28:34.228Z Downloaded foreign-types v0.3.2
10932024-04-03T07:28:34.229Z Downloaded same-file v1.0.6
10942024-04-03T07:28:34.229Z Downloaded pretty-hex v0.4.1
10952024-04-03T07:28:34.229Z Downloaded der_derive v0.7.2
10962024-04-03T07:28:34.229Z Downloaded const-oid v0.9.6
10972024-04-03T07:28:34.229Z Downloaded scheduled-thread-pool v0.2.7
10982024-04-03T07:28:34.230Z Downloaded semver-parser v0.10.2
10992024-04-03T07:28:34.230Z Downloaded num_threads v0.1.6
11002024-04-03T07:28:34.230Z Downloaded normalize-line-endings v0.3.0
11012024-04-03T07:28:34.230Z Downloaded ron v0.7.1
11022024-04-03T07:28:34.230Z Downloaded strip-ansi-escapes v0.2.0
11032024-04-03T07:28:34.230Z Downloaded number_prefix v0.4.0
11042024-04-03T07:28:34.231Z Downloaded structopt-derive v0.4.18
11052024-04-03T07:28:34.231Z Downloaded strum_macros v0.24.3
11062024-04-03T07:28:34.231Z Downloaded olpc-cjson v0.1.3
11072024-04-03T07:28:34.231Z Downloaded threadpool v1.8.1
11082024-04-03T07:28:34.231Z Downloaded thread-id v4.2.0
11092024-04-03T07:28:34.231Z Downloaded scroll_derive v0.12.0
11102024-04-03T07:28:34.231Z Downloaded time-macros v0.2.17
11112024-04-03T07:28:34.231Z Downloaded tokio-stream v0.1.14
11122024-04-03T07:28:34.232Z Downloaded walkdir v2.4.0
11132024-04-03T07:28:34.232Z Downloaded peg-macros v0.8.2
11142024-04-03T07:28:34.232Z Downloaded sigpipe v0.1.3
11152024-04-03T07:28:34.232Z Downloaded unicode-linebreak v0.1.5
11162024-04-03T07:28:34.232Z Downloaded strum_macros v0.25.2
11172024-04-03T07:28:34.232Z Downloaded either v1.10.0
11182024-04-03T07:28:34.232Z Downloaded embedded-io v0.4.0
11192024-04-03T07:28:34.233Z Downloaded ed25519 v1.5.3
11202024-04-03T07:28:34.233Z Downloaded sha1 v0.10.6
11212024-04-03T07:28:34.233Z Downloaded tower-service v0.3.2
11222024-04-03T07:28:34.233Z Downloaded stability v0.1.1
11232024-04-03T07:28:34.233Z Downloaded darling_macro v0.20.3
11242024-04-03T07:28:34.233Z Downloaded ppv-lite86 v0.2.17
11252024-04-03T07:28:34.233Z Downloaded diesel_table_macro_syntax v0.1.0
11262024-04-03T07:28:34.233Z Downloaded num_enum v0.5.11
11272024-04-03T07:28:34.233Z Downloaded futures-task v0.3.30
11282024-04-03T07:28:34.234Z Downloaded foreign-types-macros v0.2.3
11292024-04-03T07:28:34.234Z Downloaded crunchy v0.2.2
11302024-04-03T07:28:34.234Z Downloaded zone_cfg_derive v0.1.2
11312024-04-03T07:28:34.234Z Downloaded usdt-macro v0.3.5
11322024-04-03T07:28:34.234Z Downloaded sha2 v0.10.8
11332024-04-03T07:28:34.234Z Downloaded thread_local v1.1.7
11342024-04-03T07:28:34.235Z Downloaded getopts v0.2.21
11352024-04-03T07:28:34.235Z Downloaded fatfs v0.3.6
11362024-04-03T07:28:34.235Z Downloaded rpassword v7.3.1
11372024-04-03T07:28:34.235Z Downloaded rand_chacha v0.3.1
11382024-04-03T07:28:34.235Z Downloaded pin-utils v0.1.0
11392024-04-03T07:28:34.235Z Downloaded oorandom v11.1.3
11402024-04-03T07:28:34.236Z Downloaded dirs-sys-next v0.1.2
11412024-04-03T07:28:34.236Z Downloaded plotters-svg v0.3.5
11422024-04-03T07:28:34.236Z Downloaded sec1 v0.7.3
11432024-04-03T07:28:34.236Z Downloaded scopeguard v1.2.0
11442024-04-03T07:28:34.236Z Downloaded secrecy v0.8.0
11452024-04-03T07:28:34.236Z Downloaded unicode-width v0.1.11
11462024-04-03T07:28:34.236Z Downloaded unsafe-libyaml v0.2.10
11472024-04-03T07:28:34.237Z Downloaded similar-asserts v1.5.0
11482024-04-03T07:28:34.237Z Downloaded sqlformat v0.2.3
11492024-04-03T07:28:34.237Z Downloaded toml v0.5.11
11502024-04-03T07:28:34.271Z Downloaded rstest v0.18.2
11512024-04-03T07:28:34.271Z Downloaded csv-core v0.1.11
11522024-04-03T07:28:34.272Z Downloaded spki v0.7.2
11532024-04-03T07:28:34.272Z Downloaded data-encoding v2.4.0
11542024-04-03T07:28:34.272Z Downloaded usdt-impl v0.5.0
11552024-04-03T07:28:34.272Z Downloaded postcard v1.0.8
11562024-04-03T07:28:34.272Z Downloaded tokio-native-tls v0.3.1
11572024-04-03T07:28:34.273Z Downloaded pin-project-lite v0.2.13
11582024-04-03T07:28:34.273Z Downloaded getrandom v0.2.12
11592024-04-03T07:28:34.273Z Downloaded signature v2.1.0
11602024-04-03T07:28:34.274Z Downloaded try-lock v0.2.4
11612024-04-03T07:28:34.274Z Downloaded criterion v0.5.1
11622024-04-03T07:28:34.274Z Downloaded num-iter v0.1.44
11632024-04-03T07:28:34.274Z Downloaded num-integer v0.1.46
11642024-04-03T07:28:34.274Z Downloaded dof v0.3.0
11652024-04-03T07:28:34.274Z Downloaded peeking_take_while v0.1.2
11662024-04-03T07:28:34.274Z Downloaded rustfmt-wrapper v0.2.0
11672024-04-03T07:28:34.275Z Downloaded darling_macro v0.14.4
11682024-04-03T07:28:34.275Z Downloaded packed_struct_codegen v0.10.1
11692024-04-03T07:28:34.275Z Downloaded packed_struct v0.10.1
11702024-04-03T07:28:34.275Z Downloaded scroll v0.12.0
11712024-04-03T07:28:34.275Z Downloaded rand_core v0.6.4
11722024-04-03T07:28:34.275Z Downloaded spin v0.9.8
11732024-04-03T07:28:34.275Z Downloaded percent-encoding v2.3.1
11742024-04-03T07:28:34.275Z Downloaded plotters-backend v0.3.5
11752024-04-03T07:28:34.276Z Downloaded r2d2 v0.8.10
11762024-04-03T07:28:34.276Z Downloaded rustc_version v0.4.0
11772024-04-03T07:28:34.276Z Downloaded itertools v0.12.1
11782024-04-03T07:28:34.276Z Downloaded string_cache v0.8.7
11792024-04-03T07:28:34.276Z Downloaded darling v0.20.3
11802024-04-03T07:28:34.276Z Downloaded tempdir v0.3.7
11812024-04-03T07:28:34.277Z Downloaded env_logger v0.9.3
11822024-04-03T07:28:34.277Z Downloaded der v0.7.8
11832024-04-03T07:28:34.277Z Downloaded diesel_derives v2.1.2
11842024-04-03T07:28:34.277Z Downloaded serde_arrays v0.1.0
11852024-04-03T07:28:34.277Z Downloaded structopt v0.3.26
11862024-04-03T07:28:34.277Z Downloaded zeroize v1.7.0
11872024-04-03T07:28:34.277Z Downloaded guppy-workspace-hack v0.1.0
11882024-04-03T07:28:34.278Z Downloaded oso-derive v0.27.0
11892024-04-03T07:28:34.278Z Downloaded fxhash v0.2.1
11902024-04-03T07:28:34.278Z Downloaded derive_builder_macro v0.12.0
11912024-04-03T07:28:34.278Z Downloaded steno v0.4.0
11922024-04-03T07:28:34.278Z Downloaded num-derive v0.4.0
11932024-04-03T07:28:34.278Z Downloaded num-conv v0.1.0
11942024-04-03T07:28:34.278Z Downloaded futures-timer v3.0.2
11952024-04-03T07:28:34.279Z Downloaded openssl-sys v0.9.96
11962024-04-03T07:28:34.279Z Downloaded unicode_categories v0.1.1
11972024-04-03T07:28:34.279Z Downloaded futures-sink v0.3.30
11982024-04-03T07:28:34.279Z Downloaded proc-macro-crate v1.3.1
11992024-04-03T07:28:34.279Z Downloaded proc-macro-error-attr v1.0.4
12002024-04-03T07:28:34.279Z Downloaded http v0.2.12
12012024-04-03T07:28:34.279Z Downloaded yansi v0.5.1
12022024-04-03T07:28:34.280Z Downloaded tabled_derive v0.7.0
12032024-04-03T07:28:34.280Z Downloaded psl-types v2.0.11
12042024-04-03T07:28:34.280Z Downloaded serde-hex v0.1.0
12052024-04-03T07:28:34.280Z Downloaded relative-path v1.9.0
12062024-04-03T07:28:34.280Z Downloaded ucd-trie v0.1.6
12072024-04-03T07:28:34.280Z Downloaded typenum v1.16.0
12082024-04-03T07:28:34.281Z Downloaded rusty-fork v0.3.0
12092024-04-03T07:28:34.281Z Downloaded rustversion v1.0.14
12102024-04-03T07:28:34.281Z Downloaded foreign-types-shared v0.3.1
12112024-04-03T07:28:34.281Z Downloaded take_mut v0.2.2
12122024-04-03T07:28:34.281Z Downloaded libm v0.2.7
12132024-04-03T07:28:34.281Z Downloaded usdt-attr-macro v0.3.5
12142024-04-03T07:28:34.281Z Downloaded filetime v0.2.23
12152024-04-03T07:28:34.281Z Downloaded parse-size v1.0.0
12162024-04-03T07:28:34.281Z Downloaded itertools v0.10.5
12172024-04-03T07:28:34.282Z Downloaded toolchain_find v0.2.0
12182024-04-03T07:28:34.282Z Downloaded num-rational v0.4.1
12192024-04-03T07:28:34.282Z Downloaded prettyplease v0.2.16
12202024-04-03T07:28:34.282Z Downloaded num-bigint v0.4.4
12212024-04-03T07:28:34.282Z Downloaded rustls-pki-types v1.3.0
12222024-04-03T07:28:34.282Z Downloaded ref-cast v1.0.20
12232024-04-03T07:28:34.282Z Downloaded proc-macro-error v1.0.4
12242024-04-03T07:28:34.282Z Downloaded similar v2.4.0
12252024-04-03T07:28:34.282Z Downloaded pretty-hex v0.2.1
12262024-04-03T07:28:34.282Z Downloaded hyper v1.1.0
12272024-04-03T07:28:34.283Z Downloaded usdt v0.5.0
12282024-04-03T07:28:34.283Z Downloaded pretty_assertions v1.4.0
12292024-04-03T07:28:34.283Z Downloaded slog-term v2.9.0
12302024-04-03T07:28:34.283Z Downloaded rand v0.8.5
12312024-04-03T07:28:34.283Z Downloaded termcolor v1.2.0
12322024-04-03T07:28:34.283Z Downloaded gethostname v0.4.3
12332024-04-03T07:28:34.283Z Downloaded digest v0.10.7
12342024-04-03T07:28:34.283Z Downloaded ref-cast-impl v1.0.20
12352024-04-03T07:28:34.283Z Downloaded difflib v0.4.0
12362024-04-03T07:28:34.283Z Downloaded version_check v0.9.4
12372024-04-03T07:28:34.284Z Downloaded doc-comment v0.3.3
12382024-04-03T07:28:34.284Z Downloaded opaque-debug v0.3.0
12392024-04-03T07:28:34.284Z Downloaded parking_lot_core v0.9.8
12402024-04-03T07:28:34.284Z Downloaded zerocopy v0.6.4
12412024-04-03T07:28:34.284Z Downloaded glob v0.3.1
12422024-04-03T07:28:34.284Z Downloaded owo-colors v4.0.0
12432024-04-03T07:28:34.284Z Downloaded strsim v0.8.0
12442024-04-03T07:28:34.285Z Downloaded static_assertions v1.1.0
12452024-04-03T07:28:34.285Z Downloaded stable_deref_trait v1.2.0
12462024-04-03T07:28:34.285Z Downloaded parking_lot v0.12.1
12472024-04-03T07:28:34.299Z Downloaded serde_with_macros v3.6.1
12482024-04-03T07:28:34.299Z Downloaded parse-display-derive v0.9.0
12492024-04-03T07:28:34.299Z Downloaded tap v1.0.1
12502024-04-03T07:28:34.300Z Downloaded endian-type v0.1.2
12512024-04-03T07:28:34.300Z Downloaded pest_meta v2.7.6
12522024-04-03T07:28:34.300Z Downloaded slog-envlogger v2.2.0
12532024-04-03T07:28:34.300Z Downloaded yasna v0.5.2
12542024-04-03T07:28:34.300Z Downloaded tower-layer v0.3.2
12552024-04-03T07:28:34.301Z Downloaded strum_macros v0.26.1
12562024-04-03T07:28:34.301Z Downloaded tracing-core v0.1.32
12572024-04-03T07:28:34.301Z Downloaded futures-io v0.3.30
12582024-04-03T07:28:34.301Z Downloaded unicode-segmentation v1.10.1
12592024-04-03T07:28:34.301Z Downloaded termtree v0.4.1
12602024-04-03T07:28:34.302Z Downloaded resolv-conf v0.7.0
12612024-04-03T07:28:34.302Z Downloaded path-slash v0.1.5
12622024-04-03T07:28:34.302Z Downloaded target-lexicon v0.12.13
12632024-04-03T07:28:34.302Z Downloaded derive_builder_core v0.12.0
12642024-04-03T07:28:34.302Z Downloaded termios v0.3.3
12652024-04-03T07:28:34.302Z Downloaded enum-as-inner v0.5.1
12662024-04-03T07:28:34.302Z Downloaded structmeta v0.3.0
12672024-04-03T07:28:34.302Z Downloaded semver v0.1.20
12682024-04-03T07:28:34.302Z Downloaded display-error-chain v0.2.0
12692024-04-03T07:28:34.303Z Downloaded dirs-next v2.0.0
12702024-04-03T07:28:34.309Z Downloaded peg-runtime v0.8.2
12712024-04-03T07:28:34.309Z Downloaded pathdiff v0.2.1
12722024-04-03T07:28:34.309Z Downloaded rustls-pemfile v2.1.1
12732024-04-03T07:28:34.310Z Downloaded darling_core v0.20.3
12742024-04-03T07:28:34.310Z Downloaded schemars_derive v0.8.16
12752024-04-03T07:28:34.310Z Downloaded whoami v1.5.0
12762024-04-03T07:28:34.324Z Downloaded thiserror-impl-no-std v2.0.2
12772024-04-03T07:28:34.325Z Downloaded darling_core v0.14.4
12782024-04-03T07:28:34.325Z Downloaded papergrid v0.11.0
12792024-04-03T07:28:34.335Z Downloaded topological-sort v0.2.2
12802024-04-03T07:28:34.335Z Downloaded num v0.4.1
12812024-04-03T07:28:34.335Z Downloaded foreign-types-shared v0.1.1
12822024-04-03T07:28:34.336Z Downloaded predicates-tree v1.0.9
12832024-04-03T07:28:34.336Z Downloaded partial-io v0.5.4
12842024-04-03T07:28:34.355Z Downloaded which v4.4.0
12852024-04-03T07:28:34.355Z Downloaded diff v0.1.13
12862024-04-03T07:28:34.355Z Downloaded ena v0.14.2
12872024-04-03T07:28:34.355Z Downloaded parking_lot_core v0.8.6
12882024-04-03T07:28:34.355Z Downloaded rustc-hash v1.1.0
12892024-04-03T07:28:34.370Z Downloaded platforms v3.0.2
12902024-04-03T07:28:34.371Z Downloaded spin v0.5.2
12912024-04-03T07:28:34.371Z Downloaded zerocopy v0.3.0
12922024-04-03T07:28:34.371Z Downloaded poly1305 v0.8.0
12932024-04-03T07:28:34.372Z Downloaded futures-channel v0.3.30
12942024-04-03T07:28:34.372Z Downloaded dof v0.1.5
12952024-04-03T07:28:34.372Z Downloaded pest v2.7.6
12962024-04-03T07:28:34.372Z Downloaded form_urlencoded v1.2.1
12972024-04-03T07:28:34.372Z Downloaded peg v0.8.2
12982024-04-03T07:28:34.372Z Downloaded semver v0.11.0
12992024-04-03T07:28:34.373Z Downloaded num-bigint-dig v0.8.4
13002024-04-03T07:28:34.379Z Downloaded slab v0.4.9
13012024-04-03T07:28:34.380Z Downloaded untrusted v0.9.0
13022024-04-03T07:28:34.380Z Downloaded blake3 v1.5.0
13032024-04-03T07:28:34.393Z Downloaded shlex v1.3.0
13042024-04-03T07:28:34.394Z Downloaded smallvec v0.6.14
13052024-04-03T07:28:34.404Z Downloaded hkdf v0.12.4
13062024-04-03T07:28:34.404Z Downloaded usdt v0.3.5
13072024-04-03T07:28:34.404Z Downloaded structmeta v0.2.0
13082024-04-03T07:28:34.404Z Downloaded trust-dns-client v0.22.0
13092024-04-03T07:28:34.405Z Downloaded crypto-common v0.1.6
13102024-04-03T07:28:34.405Z Downloaded futures-core v0.3.30
13112024-04-03T07:28:34.405Z Downloaded slog-json v2.6.1
13122024-04-03T07:28:34.405Z Downloaded fd-lock v3.0.13
13132024-04-03T07:28:34.412Z Downloaded smallvec v1.13.1
13142024-04-03T07:28:34.413Z Downloaded pem v3.0.2
13152024-04-03T07:28:34.413Z Downloaded fd-lock v4.0.2
13162024-04-03T07:28:34.413Z Downloaded pin-project-internal v1.1.3
13172024-04-03T07:28:34.434Z Downloaded serde_yaml v0.9.25
13182024-04-03T07:28:34.434Z Downloaded tungstenite v0.21.0
13192024-04-03T07:28:34.451Z Downloaded tungstenite v0.20.1
13202024-04-03T07:28:34.451Z Downloaded oso v0.27.0
13212024-04-03T07:28:34.451Z Downloaded serde_path_to_error v0.1.16
13222024-04-03T07:28:34.451Z Downloaded shell-words v1.1.0
13232024-04-03T07:28:34.452Z Downloaded fastrand v2.0.1
13242024-04-03T07:28:34.452Z Downloaded zeroize_derive v1.4.2
13252024-04-03T07:28:34.452Z Downloaded zone v0.1.8
13262024-04-03T07:28:34.453Z Downloaded serde_derive_internals v0.26.0
13272024-04-03T07:28:34.453Z Downloaded untrusted v0.7.1
13282024-04-03T07:28:34.453Z Downloaded password-hash v0.5.0
13292024-04-03T07:28:34.453Z Downloaded bitvec v1.0.1
13302024-04-03T07:28:34.469Z Downloaded pest_derive v2.7.6
13312024-04-03T07:28:34.470Z Downloaded futures v0.3.30
13322024-04-03T07:28:34.481Z Downloaded num-traits v0.2.18
13332024-04-03T07:28:34.481Z Downloaded trust-dns-resolver v0.22.0
13342024-04-03T07:28:34.482Z Downloaded nom v7.1.3
13352024-04-03T07:28:34.482Z Downloaded defmt v0.3.5
13362024-04-03T07:28:34.490Z Downloaded ron v0.8.1
13372024-04-03T07:28:34.490Z Downloaded pkcs8 v0.10.2
13382024-04-03T07:28:34.496Z Downloaded trust-dns-server v0.22.1
13392024-04-03T07:28:34.497Z Downloaded toml v0.7.8
13402024-04-03T07:28:34.515Z Downloaded signal-hook v0.3.17
13412024-04-03T07:28:34.515Z Downloaded clap v2.34.0
13422024-04-03T07:28:34.542Z Downloaded rand v0.4.6
13432024-04-03T07:28:34.542Z Downloaded half v2.3.1
13442024-04-03T07:28:34.543Z Downloaded unicode-normalization v0.1.22
13452024-04-03T07:28:34.543Z Downloaded h2 v0.3.24
13462024-04-03T07:28:34.554Z Downloaded tokio-postgres v0.7.10
13472024-04-03T07:28:34.555Z Downloaded bindgen v0.69.2
13482024-04-03T07:28:34.555Z Downloaded salty v0.2.0
13492024-04-03T07:28:34.555Z Downloaded rustyline v13.0.0
13502024-04-03T07:28:34.564Z Downloaded typed-path v0.7.0
13512024-04-03T07:28:34.986Z Downloaded tower v0.4.13
13522024-04-03T07:28:35.002Z Downloaded regex-automata v0.1.10
13532024-04-03T07:28:35.002Z Downloaded toml_edit v0.19.15
13542024-04-03T07:28:35.002Z Downloaded portable-atomic v1.4.3
13552024-04-03T07:28:35.002Z Downloaded goblin v0.8.0
13562024-04-03T07:28:35.002Z Downloaded sqlparser v0.43.1
13572024-04-03T07:28:35.002Z Downloaded syn v1.0.109
13582024-04-03T07:28:35.002Z Downloaded tough v0.16.0
13592024-04-03T07:28:35.002Z Downloaded guppy v0.17.5
13602024-04-03T07:28:35.003Z Downloaded serde_with v3.6.1
13612024-04-03T07:28:35.003Z Downloaded rustls-webpki v0.101.7
13622024-04-03T07:28:35.003Z Downloaded zerocopy v0.7.32
13632024-04-03T07:28:35.003Z Downloaded winnow v0.5.15
13642024-04-03T07:28:35.003Z Downloaded object v0.32.1
13652024-04-03T07:28:35.003Z Downloaded vcpkg v0.2.15
13662024-04-03T07:28:35.003Z Downloaded rayon v1.9.0
13672024-04-03T07:28:35.003Z Downloaded bstr v1.9.0
13682024-04-03T07:28:35.003Z Downloaded openssl v0.10.60
13692024-04-03T07:28:35.003Z Downloaded gimli v0.28.0
13702024-04-03T07:28:35.003Z Downloaded polar-core v0.27.0
13712024-04-03T07:28:35.004Z Downloaded trust-dns-proto v0.22.0
13722024-04-03T07:28:35.004Z Downloaded diesel v2.1.5
13732024-04-03T07:28:35.004Z Downloaded regex-syntax v0.8.2
13742024-04-03T07:28:35.004Z Downloaded bstr v0.2.17
13752024-04-03T07:28:35.004Z Downloaded openapiv3 v2.0.0
13762024-04-03T07:28:35.004Z Downloaded rustls v0.21.9
13772024-04-03T07:28:35.004Z Downloaded ratatui v0.26.1
13782024-04-03T07:28:35.004Z Downloaded regex-syntax v0.6.29
13792024-04-03T07:28:35.004Z Downloaded sled v0.34.7
13802024-04-03T07:28:35.004Z Downloaded zerocopy-derive v0.2.0
13812024-04-03T07:28:35.004Z Downloaded zerocopy-derive v0.6.4
13822024-04-03T07:28:35.005Z Downloaded bzip2-sys v0.1.11+1.0.8
13832024-04-03T07:28:35.005Z Downloaded regex-automata v0.4.5
13842024-04-03T07:28:35.005Z Downloaded curve25519-dalek v4.1.1
13852024-04-03T07:28:35.005Z Downloaded smoltcp v0.11.0
13862024-04-03T07:28:35.005Z Downloaded rustls v0.22.2
13872024-04-03T07:28:35.424Z Downloaded tokio v1.36.0
13882024-04-03T07:28:35.436Z Downloaded sha3 v0.10.8
13892024-04-03T07:28:35.436Z Downloaded regress v0.9.0
13902024-04-03T07:28:35.436Z Downloaded reqwest v0.11.24
13912024-04-03T07:28:35.436Z Downloaded csv v1.3.0
13922024-04-03T07:28:35.436Z Downloaded webpki-roots v0.25.2
13932024-04-03T07:28:35.436Z Downloaded object v0.30.4
13942024-04-03T07:28:35.436Z Downloaded nix v0.27.1
13952024-04-03T07:28:35.437Z Downloaded proptest v1.4.0
13962024-04-03T07:28:35.437Z Downloaded petgraph v0.6.4
13972024-04-03T07:28:35.437Z Downloaded smoltcp v0.9.1
13982024-04-03T07:28:35.437Z Downloaded tabled v0.15.0
13992024-04-03T07:28:35.437Z Downloaded encoding_rs v0.8.33
14002024-04-03T07:28:35.437Z Downloaded radix_trie v0.2.1
14012024-04-03T07:28:35.437Z Downloaded idna v0.5.0
14022024-04-03T07:28:35.438Z Downloaded ring v0.17.8
14032024-04-03T07:28:35.438Z Downloaded idna v0.2.3
14042024-04-03T07:28:35.438Z Downloaded rustls-webpki v0.102.1
14052024-04-03T07:28:35.438Z Downloaded lalrpop v0.19.12
14062024-04-03T07:28:35.438Z Downloaded idna v0.3.0
14072024-04-03T07:28:35.438Z Downloaded reedline v0.30.0
14082024-04-03T07:28:35.438Z Downloaded quick-xml v0.30.0
14092024-04-03T07:28:35.439Z Downloaded plotters v0.3.5
14102024-04-03T07:28:35.439Z Downloaded regex v1.10.4
14112024-04-03T07:28:35.439Z Downloaded futures-util v0.3.30
14122024-04-03T07:28:35.439Z Downloaded chrono v0.4.34
14132024-04-03T07:28:35.439Z Downloaded hyper v0.14.28
14142024-04-03T07:28:35.440Z Downloaded publicsuffix v2.2.3
14152024-04-03T07:28:35.440Z Downloaded time v0.3.34
14162024-04-03T07:28:35.440Z Downloaded remove_dir_all v0.5.3
14172024-04-03T07:28:35.440Z Downloaded zerocopy-derive v0.7.32
14182024-04-03T07:28:35.440Z Downloaded test-strategy v0.3.1
14192024-04-03T07:28:35.440Z Downloaded pin-project v1.1.3
14202024-04-03T07:28:35.440Z Downloaded serde_urlencoded v0.7.1
14212024-04-03T07:28:35.440Z Downloaded tokio-rustls v0.25.0
14222024-04-03T07:28:35.441Z Downloaded tokio-rustls v0.24.1
14232024-04-03T07:28:35.441Z Downloaded crypto-bigint v0.5.2
14242024-04-03T07:28:35.441Z Downloaded radium v0.7.0
14252024-04-03T07:28:35.441Z Downloaded quick-error v1.2.3
14262024-04-03T07:28:35.441Z Downloaded unicode-xid v0.2.4
14272024-04-03T07:28:35.441Z Downloaded unarray v0.1.4
14282024-04-03T07:28:35.442Z Downloaded rust-argon2 v2.1.0
14292024-04-03T07:28:35.442Z Downloaded nu-ansi-term v0.50.0
14302024-04-03T07:28:35.442Z Downloaded hash32 v0.2.1
14312024-04-03T07:28:35.442Z Downloaded uuid v1.7.0
14322024-04-03T07:28:35.442Z Downloaded tar v0.4.40
14332024-04-03T07:28:35.442Z Downloaded url v2.5.0
14342024-04-03T07:28:35.453Z Downloaded tracing v0.1.40
14352024-04-03T07:28:35.453Z Downloaded rcgen v0.12.1
14362024-04-03T07:28:35.453Z Downloaded snafu v0.7.5
14372024-04-03T07:28:35.454Z Downloaded phf_shared v0.11.2
14382024-04-03T07:28:35.454Z Downloaded expectorate v1.1.0
14392024-04-03T07:28:35.454Z Downloaded derive_more v0.99.17
14402024-04-03T07:28:35.466Z Downloaded subprocess v0.2.9
14412024-04-03T07:28:35.467Z Downloaded derive_builder v0.12.0
14422024-04-03T07:28:35.467Z Downloaded tokio-util v0.7.10
14432024-04-03T07:28:35.470Z Downloaded cstr-argument v0.1.2
14442024-04-03T07:28:35.471Z Downloaded slog-stdlog v4.1.1
14452024-04-03T07:28:35.471Z Downloaded env_logger v0.10.0
14462024-04-03T07:28:35.475Z Downloaded libxml v0.3.3
14472024-04-03T07:28:35.479Z Downloaded ff v0.13.0
14482024-04-03T07:28:35.479Z Downloaded tabwriter v1.4.0
14492024-04-03T07:28:35.484Z Downloaded tempfile v3.10.0
14502024-04-03T07:28:35.484Z Downloaded x509-cert v0.2.4
14512024-04-03T07:28:35.488Z Downloaded aho-corasick v1.1.2
14522024-04-03T07:28:35.495Z Downloaded strsim v0.10.0
14532024-04-03T07:28:35.502Z Downloaded siphasher v0.3.11
14542024-04-03T07:28:35.502Z Downloaded crossterm v0.27.0
14552024-04-03T07:28:35.506Z Downloaded synstructure v0.12.6
14562024-04-03T07:28:35.507Z Downloaded slog-scope v4.4.0
14572024-04-03T07:28:35.507Z Downloaded mio v0.8.11
14582024-04-03T07:28:35.513Z Downloaded ring v0.16.20
14592024-04-03T07:28:35.594Z Downloaded minimal-lexical v0.2.1
14602024-04-03T07:28:35.602Z Downloaded pest_generator v2.7.6
14612024-04-03T07:28:35.602Z Downloaded debug-ignore v1.0.5
14622024-04-03T07:28:35.602Z Downloaded datatest-stable v0.2.3
14632024-04-03T07:28:35.616Z Downloaded parking_lot v0.11.2
14642024-04-03T07:28:35.616Z Downloaded omicron-zone-package v0.11.0
14652024-04-03T07:28:35.616Z Downloaded futures-macro v0.3.30
14662024-04-03T07:28:35.616Z Downloaded funty v2.0.0
14672024-04-03T07:28:35.616Z Downloaded fallible-iterator v0.2.0
14682024-04-03T07:28:35.616Z Downloaded vec_map v0.8.2
14692024-04-03T07:28:36.074Z Downloaded tui-tree-widget v0.19.0
14702024-04-03T07:28:36.074Z Downloaded fragile v2.0.0
14712024-04-03T07:28:36.075Z Downloaded erased-serde v0.3.31
14722024-04-03T07:28:36.075Z Downloaded uuid v0.8.2
14732024-04-03T07:28:36.075Z Downloaded socket2 v0.5.5
14742024-04-03T07:28:36.076Z Downloaded unicode-bidi v0.3.15
14752024-04-03T07:28:36.076Z Downloaded stringprep v0.1.3
14762024-04-03T07:28:36.076Z Downloaded signal-hook-registry v1.4.1
14772024-04-03T07:28:36.076Z Downloaded tracing-attributes v0.1.27
14782024-04-03T07:28:36.077Z Downloaded rstest_macros v0.18.2
14792024-04-03T07:28:36.077Z Downloaded flate2 v1.0.28
14802024-04-03T07:28:36.077Z Downloaded target-spec v3.1.0
14812024-04-03T07:28:36.077Z Downloaded signal-hook-mio v0.2.3
14822024-04-03T07:28:36.078Z Downloaded elliptic-curve v0.13.8
14832024-04-03T07:28:36.078Z Downloaded rustc_version v0.1.7
14842024-04-03T07:28:36.078Z Downloaded rsa v0.9.2
14852024-04-03T07:28:36.502Z Downloaded term v0.7.0
14862024-04-03T07:28:36.502Z Downloaded pem-rfc7468 v0.7.0
14872024-04-03T07:28:36.503Z Downloaded group v0.13.0
14882024-04-03T07:28:36.503Z Downloaded futures-executor v0.3.30
14892024-04-03T07:28:36.503Z Downloaded tinyvec v1.6.0
14902024-04-03T07:28:36.503Z Downloaded zip v0.6.6
14912024-04-03T07:28:36.503Z Downloaded pkcs1 v0.7.5
14922024-04-03T07:28:36.503Z Downloaded once_cell v1.19.0
14932024-04-03T07:28:36.503Z Downloaded num_enum_derive v0.5.11
14942024-04-03T07:28:36.503Z Downloaded socket2 v0.4.9
14952024-04-03T07:28:36.503Z Downloaded flume v0.11.0
14962024-04-03T07:28:36.503Z Downloaded rayon-core v1.12.1
14972024-04-03T07:28:36.503Z Downloaded slog v2.7.0
14982024-04-03T07:28:36.504Z Downloaded derive-where v1.2.7
14992024-04-03T07:28:36.504Z Downloaded tokio-macros v2.2.0
15002024-04-03T07:28:36.504Z Downloaded usdt-impl v0.3.5
15012024-04-03T07:28:36.504Z Downloaded vte v0.11.1
15022024-04-03T07:28:36.504Z Downloaded vsss-rs v3.3.4
15032024-04-03T07:28:36.504Z Downloaded crossbeam-channel v0.5.8
15042024-04-03T07:28:36.504Z Downloaded rand_xorshift v0.3.0
15052024-04-03T07:28:36.504Z Downloaded snafu-derive v0.7.5
15062024-04-03T07:28:36.504Z Downloaded postgres-types v0.2.6
15072024-04-03T07:28:36.504Z Downloaded schemars v0.8.16
15082024-04-03T07:28:36.504Z Downloaded num_cpus v1.16.0
15092024-04-03T07:28:36.504Z Downloaded predicates v3.1.0
15102024-04-03T07:28:36.505Z Downloaded postgres-protocol v0.6.6
15112024-04-03T07:28:36.505Z Downloaded usdt-attr-macro v0.5.0
15122024-04-03T07:28:36.505Z Downloaded sqlparser_derive v0.2.2
15132024-04-03T07:28:36.505Z Downloaded defmt-macros v0.3.6
15142024-04-03T07:28:36.505Z Downloaded trybuild v1.0.89
15152024-04-03T07:28:36.505Z Downloaded textwrap v0.16.1
15162024-04-03T07:28:36.505Z Downloaded mockall_derive v0.12.0
15172024-04-03T07:28:36.505Z Downloaded thiserror-no-std v2.0.2
15182024-04-03T07:28:36.505Z Downloaded slog-dtrace v0.3.0
15192024-04-03T07:28:36.505Z Downloaded darling v0.14.4
15202024-04-03T07:28:36.505Z Downloaded http v1.0.0
15212024-04-03T07:28:36.505Z Downloaded const_format v0.2.32
15222024-04-03T07:28:36.506Z Downloaded rtoolbox v0.0.1
15232024-04-03T07:28:36.506Z Downloaded chacha20poly1305 v0.10.1
15242024-04-03T07:28:36.506Z Downloaded tokio-tungstenite v0.20.1
15252024-04-03T07:28:36.506Z Downloaded tinytemplate v1.2.1
15262024-04-03T07:28:36.506Z Downloaded base64 v0.13.1
15272024-04-03T07:28:36.506Z Downloaded base64 v0.22.0
15282024-04-03T07:28:36.506Z Downloaded waitgroup v0.1.2
15292024-04-03T07:28:36.506Z Downloaded strum v0.25.0
15302024-04-03T07:28:36.506Z Downloaded globset v0.4.13
15312024-04-03T07:28:36.506Z Downloaded log v0.4.21
15322024-04-03T07:28:36.506Z Downloaded indicatif v0.17.8
15332024-04-03T07:28:36.507Z Downloaded fnv v1.0.7
15342024-04-03T07:28:36.507Z Downloaded dyn-clone v1.0.17
15352024-04-03T07:28:36.507Z Downloaded wyz v0.5.1
15362024-04-03T07:28:36.507Z Downloaded clang-sys v1.6.1
15372024-04-03T07:28:36.507Z Downloaded crossbeam-epoch v0.9.18
15382024-04-03T07:28:36.507Z Downloaded cookie v0.18.0
15392024-04-03T07:28:36.507Z Downloaded compact_str v0.7.1
15402024-04-03T07:28:36.507Z Downloaded ciborium v0.2.2
15412024-04-03T07:28:36.507Z Downloaded memmap2 v0.7.1
15422024-04-03T07:28:36.507Z Downloaded rustls-native-certs v0.7.0
15432024-04-03T07:28:36.507Z Downloaded textwrap v0.11.0
15442024-04-03T07:28:36.507Z Downloaded base64 v0.21.7
15452024-04-03T07:28:36.508Z Downloaded hmac v0.12.1
15462024-04-03T07:28:36.508Z Downloaded highway v1.1.0
15472024-04-03T07:28:36.508Z Downloaded basic-toml v0.1.8
15482024-04-03T07:28:36.508Z Downloaded async-trait v0.1.79
15492024-04-03T07:28:36.508Z Downloaded smawk v0.3.1
15502024-04-03T07:28:36.508Z Downloaded slog-async v2.8.0
15512024-04-03T07:28:36.508Z Downloaded lazy_static v1.4.0
15522024-04-03T07:28:36.508Z Downloaded kstat-rs v0.2.3
15532024-04-03T07:28:36.508Z Downloaded managed v0.8.0
15542024-04-03T07:28:36.508Z Downloaded lalrpop-util v0.19.12
15552024-04-03T07:28:36.508Z Downloaded const_format_proc_macros v0.2.32
15562024-04-03T07:28:36.508Z Downloaded base64ct v1.6.0
15572024-04-03T07:28:36.509Z Downloaded memoffset v0.7.1
15582024-04-03T07:28:36.509Z Downloaded memmap v0.7.0
15592024-04-03T07:28:36.509Z Downloaded md-5 v0.10.5
15602024-04-03T07:28:36.509Z Downloaded maybe-uninit v2.0.0
15612024-04-03T07:28:36.509Z Downloaded macaddr v1.0.1
15622024-04-03T07:28:36.509Z Downloaded cookie v0.17.0
15632024-04-03T07:28:36.509Z Downloaded bzip2 v0.4.4
15642024-04-03T07:28:36.509Z Downloaded serde_repr v0.1.16
15652024-04-03T07:28:36.509Z Downloaded serde_plain v1.0.2
15662024-04-03T07:28:36.509Z Downloaded linked-hash-map v0.5.6
15672024-04-03T07:28:36.509Z Downloaded camino-tempfile v1.1.1
15682024-04-03T07:28:36.509Z Downloaded bcs v0.1.6
15692024-04-03T07:28:36.510Z Downloaded lazycell v1.3.0
15702024-04-03T07:28:36.510Z Downloaded hex v0.4.3
15712024-04-03T07:28:36.510Z Downloaded colored v2.1.0
15722024-04-03T07:28:36.510Z Downloaded bit-set v0.5.3
15732024-04-03T07:28:36.510Z Downloaded humantime v2.1.0
15742024-04-03T07:28:36.510Z Downloaded httpdate v1.0.3
15752024-04-03T07:28:36.510Z Downloaded http-body v0.4.5
15762024-04-03T07:28:36.510Z Downloaded hostname v0.3.1
15772024-04-03T07:28:36.510Z Downloaded home v0.5.5
15782024-04-03T07:28:36.510Z Downloaded hex-literal v0.4.1
15792024-04-03T07:28:36.510Z Downloaded heck v0.5.0
15802024-04-03T07:28:36.510Z Downloaded corncobs v0.1.3
15812024-04-03T07:28:36.511Z Downloaded bitflags v1.3.2
15822024-04-03T07:28:36.511Z Downloaded lru-cache v0.1.2
15832024-04-03T07:28:36.511Z Downloaded new_debug_unreachable v1.0.4
15842024-04-03T07:28:36.511Z Downloaded match_cfg v0.1.0
15852024-04-03T07:28:36.515Z Downloaded ciborium-io v0.2.2
15862024-04-03T07:28:36.515Z Downloaded buf-list v1.0.3
15872024-04-03T07:28:36.515Z Downloaded block-buffer v0.10.4
15882024-04-03T07:28:36.515Z Downloaded blake2b_simd v1.0.1
15892024-04-03T07:28:36.515Z Downloaded hyper-tls v0.5.0
15902024-04-03T07:28:36.516Z Downloaded hubpack v0.1.2
15912024-04-03T07:28:36.516Z Downloaded cpufeatures v0.2.12
15922024-04-03T07:28:36.516Z Downloaded backoff v0.4.0
15932024-04-03T07:28:36.516Z Downloaded assert_cmd v2.0.14
15942024-04-03T07:28:36.516Z Downloaded addr2line v0.21.0
15952024-04-03T07:28:36.516Z Downloaded criterion-plot v0.5.0
15962024-04-03T07:28:36.516Z Downloaded cast v0.3.0
15972024-04-03T07:28:36.516Z Downloaded cancel-safe-futures v0.1.5
15982024-04-03T07:28:36.516Z Downloaded atomic-waker v1.1.1
15992024-04-03T07:28:36.516Z Downloaded assert_matches v1.5.0
16002024-04-03T07:28:36.516Z Downloaded ascii-canvas v3.0.0
16012024-04-03T07:28:36.516Z Compiling libc v0.2.153
16022024-04-03T07:28:36.517Z Compiling serde v1.0.197
16032024-04-03T07:28:36.517Z Compiling version_check v0.9.4
16042024-04-03T07:28:36.517Z Checking cfg-if v1.0.0
16052024-04-03T07:28:36.517Z Compiling syn v1.0.109
16062024-04-03T07:28:36.517Z Compiling lock_api v0.4.10
16072024-04-03T07:28:36.517Z Compiling syn v2.0.52
16082024-04-03T07:28:36.527Z Compiling parking_lot_core v0.9.8
16092024-04-03T07:28:36.573Z Compiling libm v0.2.7
16102024-04-03T07:28:36.857Z Compiling once_cell v1.19.0
16112024-04-03T07:28:36.907Z Compiling memchr v2.7.1
16122024-04-03T07:28:37.004Z Compiling num-traits v0.2.18
16132024-04-03T07:28:37.031Z Compiling serde_json v1.0.114
16142024-04-03T07:28:37.179Z Compiling ahash v0.8.8
16152024-04-03T07:28:37.341Z Compiling byteorder v1.5.0
16162024-04-03T07:28:37.752Z Checking log v0.4.21
16172024-04-03T07:28:38.100Z Compiling slab v0.4.9
16182024-04-03T07:28:38.467Z Checking getrandom v0.2.12
16192024-04-03T07:28:38.536Z Compiling typenum v1.16.0
16202024-04-03T07:28:38.545Z Checking itoa v1.0.9
16212024-04-03T07:28:38.635Z Compiling cc v1.0.83
16222024-04-03T07:28:39.058Z Compiling generic-array v0.14.7
16232024-04-03T07:28:39.059Z Checking scopeguard v1.2.0
16242024-04-03T07:28:39.164Z Checking smallvec v1.13.1
16252024-04-03T07:28:39.239Z Compiling allocator-api2 v0.2.16
16262024-04-03T07:28:39.266Z Compiling pkg-config v0.3.27
16272024-04-03T07:28:39.551Z Compiling rustix v0.38.31
16282024-04-03T07:28:39.783Z Compiling schemars v0.8.16
16292024-04-03T07:28:40.072Z Compiling fnv v1.0.7
16302024-04-03T07:28:40.158Z Compiling httparse v1.8.0
16312024-04-03T07:28:40.203Z Checking pin-project-lite v0.2.13
16322024-04-03T07:28:40.225Z Checking parking_lot v0.12.1
16332024-04-03T07:28:40.465Z Compiling time-core v0.1.2
16342024-04-03T07:28:40.590Z Compiling num-conv v0.1.0
16352024-04-03T07:28:40.662Z Checking signal-hook-registry v1.4.1
16362024-04-03T07:28:40.703Z Compiling vcpkg v0.2.15
16372024-04-03T07:28:40.866Z Compiling time-macros v0.2.17
16382024-04-03T07:28:40.912Z Checking mio v0.8.11
16392024-04-03T07:28:41.214Z Checking ryu v1.0.15
16402024-04-03T07:28:41.440Z Compiling ucd-trie v0.1.6
16412024-04-03T07:28:41.536Z Compiling aho-corasick v1.1.2
16422024-04-03T07:28:41.774Z Compiling ring v0.17.8
16432024-04-03T07:28:42.937Z Compiling openssl-sys v0.9.96
16442024-04-03T07:28:42.989Z Compiling regex-syntax v0.8.2
16452024-04-03T07:28:44.224Z Checking rand_core v0.6.4
16462024-04-03T07:28:44.419Z Compiling serde_derive_internals v0.26.0
16472024-04-03T07:28:45.307Z Checking num_cpus v1.16.0
16482024-04-03T07:28:45.406Z Checking futures-core v0.3.30
16492024-04-03T07:28:45.553Z Compiling ring v0.16.20
16502024-04-03T07:28:46.984Z Compiling regex-automata v0.4.5
16512024-04-03T07:28:46.996Z Checking socket2 v0.5.5
16522024-04-03T07:28:47.678Z Compiling openssl v0.10.60
16532024-04-03T07:28:48.309Z Compiling slog v2.7.0
16542024-04-03T07:28:48.642Z Compiling async-trait v0.1.79
16552024-04-03T07:28:48.838Z Compiling crossbeam-utils v0.8.19
16562024-04-03T07:28:50.173Z Compiling iana-time-zone v0.1.57
16572024-04-03T07:28:50.181Z Compiling rustls v0.21.9
16582024-04-03T07:28:50.182Z Compiling native-tls v0.2.11
16592024-04-03T07:28:50.182Z Checking spin v0.5.2
16602024-04-03T07:28:50.182Z Compiling rustversion v1.0.14
16612024-04-03T07:28:50.182Z Compiling cookie v0.17.0
16622024-04-03T07:28:50.182Z Compiling backtrace v0.3.69
16632024-04-03T07:28:50.182Z Compiling uuid v0.8.2
16642024-04-03T07:28:50.182Z Compiling dyn-clone v1.0.17
16652024-04-03T07:28:50.289Z Compiling serde_derive v1.0.197
16662024-04-03T07:28:50.307Z Compiling zerocopy-derive v0.7.32
16672024-04-03T07:28:50.752Z Compiling thiserror-impl v1.0.57
16682024-04-03T07:28:51.399Z Compiling zeroize_derive v1.4.2
16692024-04-03T07:28:51.729Z Compiling tokio-macros v2.2.0
16702024-04-03T07:28:52.634Z Compiling futures-macro v0.3.30
16712024-04-03T07:28:52.654Z Compiling zerocopy v0.7.32
16722024-04-03T07:28:52.904Z Compiling tracing-attributes v0.1.27
16732024-04-03T07:28:53.472Z Compiling schemars_derive v0.8.16
16742024-04-03T07:28:54.055Z Compiling thiserror v1.0.57
16752024-04-03T07:28:54.264Z Compiling pest v2.7.6
16762024-04-03T07:28:54.400Z Compiling regex v1.10.4
16772024-04-03T07:28:54.770Z Compiling hashbrown v0.14.3
16782024-04-03T07:28:54.897Z Checking zeroize v1.7.0
16792024-04-03T07:28:55.163Z Compiling openssl-macros v0.1.1
16802024-04-03T07:28:56.155Z Compiling unicode-xid v0.2.4
16812024-04-03T07:28:56.447Z Checking futures-sink v0.3.30
16822024-04-03T07:28:56.512Z Compiling pest_meta v2.7.6
16832024-04-03T07:28:56.822Z Compiling anyhow v1.0.79
16842024-04-03T07:28:57.427Z Checking pin-utils v0.1.0
16852024-04-03T07:28:57.432Z Checking futures-channel v0.3.30
16862024-04-03T07:28:57.505Z Checking futures-task v0.3.30
16872024-04-03T07:28:57.611Z Compiling pest_generator v2.7.6
16882024-04-03T07:28:57.638Z Checking futures-io v0.3.30
16892024-04-03T07:28:57.792Z Compiling tinyvec_macros v0.1.1
16902024-04-03T07:28:57.810Z Checking futures-util v0.3.30
16912024-04-03T07:28:57.877Z Compiling tinyvec v1.6.0
16922024-04-03T07:28:58.036Z Compiling scroll_derive v0.12.0
16932024-04-03T07:28:58.518Z Compiling thread-id v4.2.0
16942024-04-03T07:28:58.820Z Compiling der_derive v0.7.2
16952024-04-03T07:28:59.422Z Compiling unicode-normalization v0.1.22
16962024-04-03T07:29:00.702Z Compiling unicode-bidi v0.3.15
16972024-04-03T07:29:01.311Z Compiling errno v0.3.8
16982024-04-03T07:29:01.456Z Checking subtle v2.5.0
16992024-04-03T07:29:01.476Z Compiling pest_derive v2.7.6
17002024-04-03T07:29:01.539Z Compiling crc32fast v1.3.2
17012024-04-03T07:29:01.732Z Compiling either v1.10.0
17022024-04-03T07:29:02.446Z Compiling unicode-width v0.1.11
17032024-04-03T07:29:02.464Z Compiling winnow v0.5.15
17042024-04-03T07:29:02.555Z Compiling synstructure v0.12.6
17052024-04-03T07:29:02.763Z Compiling spin v0.9.8
17062024-04-03T07:29:03.094Z Compiling tracing-core v0.1.32
17072024-04-03T07:29:03.657Z Checking bytes v1.5.0
17082024-04-03T07:29:04.397Z Checking bitflags v2.4.2
17092024-04-03T07:29:04.420Z Checking tokio v1.36.0
17102024-04-03T07:29:04.670Z Compiling indexmap v2.2.6
17112024-04-03T07:29:06.031Z Compiling chrono v0.4.34
17122024-04-03T07:29:06.100Z Compiling uuid v1.7.0
17132024-04-03T07:29:06.100Z Compiling http v0.2.12
17142024-04-03T07:29:06.123Z Compiling semver v1.0.22
17152024-04-03T07:29:06.147Z Compiling serde_spanned v0.6.5
17162024-04-03T07:29:06.391Z Compiling toml_datetime v0.6.5
17172024-04-03T07:29:07.167Z Compiling rustc_version v0.4.0
17182024-04-03T07:29:07.626Z Compiling toml_edit v0.19.15
17192024-04-03T07:29:08.617Z Compiling openapiv3 v2.0.0
17202024-04-03T07:29:09.567Z Compiling zerocopy-derive v0.2.0
17212024-04-03T07:29:09.611Z Compiling tracing v0.1.40
17222024-04-03T07:29:09.981Z Compiling scroll v0.12.0
17232024-04-03T07:29:10.547Z Compiling usdt-impl v0.5.0
17242024-04-03T07:29:10.979Z Compiling percent-encoding v2.3.1
17252024-04-03T07:29:11.297Z Compiling plain v0.2.3
17262024-04-03T07:29:11.354Z Compiling const-oid v0.9.6
17272024-04-03T07:29:11.449Z Compiling goblin v0.8.0
17282024-04-03T07:29:11.595Z Compiling lazy_static v1.4.0
17292024-04-03T07:29:11.697Z Compiling pretty-hex v0.4.1
17302024-04-03T07:29:12.154Z Compiling dtrace-parser v0.2.0
17312024-04-03T07:29:12.154Z Compiling clap_derive v4.5.0
17322024-04-03T07:29:13.260Z Compiling untrusted v0.7.1
17332024-04-03T07:29:13.280Z Compiling untrusted v0.9.0
17342024-04-03T07:29:13.414Z Compiling powerfmt v0.2.0
17352024-04-03T07:29:13.447Z Compiling signal-hook v0.3.17
17362024-04-03T07:29:13.564Z Compiling foreign-types-shared v0.1.1
17372024-04-03T07:29:13.659Z Compiling deranged v0.3.11
17382024-04-03T07:29:13.678Z Compiling foreign-types v0.3.2
17392024-04-03T07:29:13.806Z Compiling form_urlencoded v1.2.1
17402024-04-03T07:29:14.097Z Compiling crypto-common v0.1.6
17412024-04-03T07:29:14.312Z Compiling zerocopy-derive v0.6.4
17422024-04-03T07:29:15.696Z Compiling tokio-util v0.7.10
17432024-04-03T07:29:16.664Z Compiling usdt-impl v0.3.5
17442024-04-03T07:29:17.006Z Compiling try-lock v0.2.4
17452024-04-03T07:29:17.133Z Compiling dof v0.3.0
17462024-04-03T07:29:17.150Z Compiling base64 v0.21.7
17472024-04-03T07:29:17.153Z Compiling num_threads v0.1.6
17482024-04-03T07:29:17.180Z Compiling siphasher v0.3.11
17492024-04-03T07:29:17.286Z Compiling time v0.3.34
17502024-04-03T07:29:17.513Z Compiling want v0.3.1
17512024-04-03T07:29:17.679Z Compiling h2 v0.3.24
17522024-04-03T07:29:17.798Z Compiling sct v0.7.0
17532024-04-03T07:29:18.120Z Compiling rustls-webpki v0.101.7
17542024-04-03T07:29:19.509Z Compiling zerocopy v0.3.0
17552024-04-03T07:29:19.601Z Compiling http-body v0.4.5
17562024-04-03T07:29:20.145Z Compiling block-buffer v0.10.4
17572024-04-03T07:29:20.274Z Compiling idna v0.5.0
17582024-04-03T07:29:20.403Z Compiling bzip2-sys v0.1.11+1.0.8
17592024-04-03T07:29:20.887Z Compiling tower-service v0.3.2
17602024-04-03T07:29:21.008Z Compiling openssl-probe v0.1.5
17612024-04-03T07:29:21.250Z Compiling httpdate v1.0.3
17622024-04-03T07:29:21.875Z Compiling url v2.5.0
17632024-04-03T07:29:21.963Z Compiling digest v0.10.7
17642024-04-03T07:29:22.036Z Compiling dof v0.1.5
17652024-04-03T07:29:22.715Z Compiling heapless v0.7.16
17662024-04-03T07:29:22.890Z Compiling dtrace-parser v0.1.14
17672024-04-03T07:29:22.917Z Compiling idna v0.3.0
17682024-04-03T07:29:23.150Z Compiling ppv-lite86 v0.2.17
17692024-04-03T07:29:23.555Z Compiling unicode-segmentation v1.10.1
17702024-04-03T07:29:24.452Z Compiling hyper v0.14.28
17712024-04-03T07:29:24.508Z Compiling adler v1.0.2
17722024-04-03T07:29:24.527Z Compiling psl-types v2.0.11
17732024-04-03T07:29:24.713Z Compiling publicsuffix v2.2.3
17742024-04-03T07:29:24.723Z Compiling miniz_oxide v0.7.1
17752024-04-03T07:29:24.818Z Compiling tokio-native-tls v0.3.1
17762024-04-03T07:29:24.954Z Compiling crossbeam-epoch v0.9.18
17772024-04-03T07:29:25.095Z Compiling rand_chacha v0.3.1
17782024-04-03T07:29:26.229Z Compiling serde_tokenstream v0.1.7
17792024-04-03T07:29:26.363Z Compiling tokio-rustls v0.24.1
17802024-04-03T07:29:26.756Z Checking equivalent v1.0.1
17812024-04-03T07:29:26.767Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
17822024-04-03T07:29:26.852Z Compiling ipnet v2.9.0
17832024-04-03T07:29:26.977Z Compiling bit-vec v0.6.3
17842024-04-03T07:29:27.443Z Compiling cookie_store v0.20.0
17852024-04-03T07:29:27.571Z Compiling rand v0.8.5
17862024-04-03T07:29:28.227Z Compiling rustls-pemfile v1.0.3
17872024-04-03T07:29:28.296Z Compiling phf_shared v0.10.0
17882024-04-03T07:29:28.563Z Compiling serde_urlencoded v0.7.1
17892024-04-03T07:29:28.672Z Compiling encoding_rs v0.8.33
17902024-04-03T07:29:28.696Z Compiling num-bigint v0.4.4
17912024-04-03T07:29:28.985Z Compiling new_debug_unreachable v1.0.4
17922024-04-03T07:29:29.068Z Compiling smoltcp v0.9.1
17932024-04-03T07:29:29.090Z Compiling fixedbitset v0.4.2
17942024-04-03T07:29:29.232Z Compiling base64ct v1.6.0
17952024-04-03T07:29:29.511Z Compiling sync_wrapper v0.1.2
17962024-04-03T07:29:29.536Z Compiling precomputed-hash v0.1.1
17972024-04-03T07:29:29.600Z Compiling gimli v0.28.0
17982024-04-03T07:29:29.633Z Compiling webpki-roots v0.25.2
17992024-04-03T07:29:29.647Z Compiling minimal-lexical v0.2.1
18002024-04-03T07:29:29.775Z Compiling mime v0.3.17
18012024-04-03T07:29:29.810Z Compiling pem-rfc7468 v0.7.0
18022024-04-03T07:29:29.837Z Compiling string_cache v0.8.7
18032024-04-03T07:29:30.162Z Compiling nom v7.1.3
18042024-04-03T07:29:30.641Z Compiling petgraph v0.6.4
18052024-04-03T07:29:30.665Z Compiling usdt-macro v0.3.5
18062024-04-03T07:29:30.897Z Compiling usdt-attr-macro v0.3.5
18072024-04-03T07:29:31.595Z Compiling hyper-rustls v0.24.2
18082024-04-03T07:29:32.371Z Compiling hyper-tls v0.5.0
18092024-04-03T07:29:32.389Z Compiling bit-set v0.5.3
18102024-04-03T07:29:32.389Z Compiling reqwest v0.11.24
18112024-04-03T07:29:32.390Z Compiling hmac v0.12.1
18122024-04-03T07:29:32.956Z Compiling itertools v0.10.5
18132024-04-03T07:29:32.976Z Compiling enum-as-inner v0.5.1
18142024-04-03T07:29:33.276Z Compiling hubpack_derive v0.1.1
18152024-04-03T07:29:33.852Z Compiling addr2line v0.21.0
18162024-04-03T07:29:33.859Z Compiling diesel_table_macro_syntax v0.1.0
18172024-04-03T07:29:34.236Z Compiling object v0.32.1
18182024-04-03T07:29:34.276Z Compiling rustc-demangle v0.1.23
18192024-04-03T07:29:34.356Z Compiling lalrpop-util v0.19.12
18202024-04-03T07:29:35.819Z Compiling flagset v0.4.3
18212024-04-03T07:29:35.832Z Compiling diesel_derives v2.1.2
18222024-04-03T07:29:35.832Z Compiling der v0.7.8
18232024-04-03T07:29:35.833Z Compiling flate2 v1.0.28
18242024-04-03T07:29:35.833Z Compiling futures-executor v0.3.30
18252024-04-03T07:29:35.834Z Compiling strum_macros v0.25.2
18262024-04-03T07:29:35.834Z Compiling cpufeatures v0.2.12
18272024-04-03T07:29:35.834Z Compiling toml_edit v0.22.9
18282024-04-03T07:29:35.834Z Compiling sha2 v0.10.8
18292024-04-03T07:29:37.294Z Compiling spki v0.7.2
18302024-04-03T07:29:37.647Z Compiling futures v0.3.30
18312024-04-03T07:29:37.755Z Compiling md-5 v0.10.5
18322024-04-03T07:29:38.468Z Compiling toml v0.7.8
18332024-04-03T07:29:38.888Z Compiling hex v0.4.3
18342024-04-03T07:29:38.889Z Compiling stringprep v0.1.3
18352024-04-03T07:29:39.569Z Compiling serde_repr v0.1.16
18362024-04-03T07:29:39.736Z Compiling num-integer v0.1.46
18372024-04-03T07:29:39.875Z Compiling hash32 v0.2.1
18382024-04-03T07:29:40.721Z Compiling stable_deref_trait v1.2.0
18392024-04-03T07:29:40.765Z Checking unicode-ident v1.0.12
18402024-04-03T07:29:40.817Z Compiling fallible-iterator v0.2.0
18412024-04-03T07:29:41.522Z Compiling postgres-protocol v0.6.6
18422024-04-03T07:29:42.208Z Compiling pkcs8 v0.10.2
18432024-04-03T07:29:42.873Z Compiling phf_shared v0.11.2
18442024-04-03T07:29:43.672Z Compiling ff v0.13.0
18452024-04-03T07:29:43.692Z Compiling terminal_size v0.3.0
18462024-04-03T07:29:43.802Z Compiling block-padding v0.3.3
18472024-04-03T07:29:43.861Z Compiling scheduled-thread-pool v0.2.7
18482024-04-03T07:29:43.918Z Compiling base16ct v0.2.0
18492024-04-03T07:29:43.976Z Compiling managed v0.8.0
18502024-04-03T07:29:44.033Z Compiling bitflags v1.3.2
18512024-04-03T07:29:44.792Z Compiling regex-automata v0.1.10
18522024-04-03T07:29:44.889Z Compiling peg-runtime v0.8.2
18532024-04-03T07:29:44.889Z Compiling matches v0.1.10
18542024-04-03T07:29:44.889Z Compiling clap_builder v4.5.1
18552024-04-03T07:29:44.889Z Compiling idna v0.2.3
18562024-04-03T07:29:44.890Z Compiling bstr v0.2.17
18572024-04-03T07:29:44.890Z Compiling sec1 v0.7.3
18582024-04-03T07:29:44.916Z Compiling r2d2 v0.8.10
18592024-04-03T07:29:45.274Z Compiling inout v0.1.3
18602024-04-03T07:29:45.544Z Compiling group v0.13.0
18612024-04-03T07:29:45.699Z Compiling signal-hook-mio v0.2.3
18622024-04-03T07:29:45.874Z Compiling phf v0.11.2
18632024-04-03T07:29:45.896Z Compiling bzip2 v0.4.4
18642024-04-03T07:29:46.026Z Compiling postgres-types v0.2.6
18652024-04-03T07:29:46.145Z Compiling hubpack v0.1.2
18662024-04-03T07:29:46.569Z Compiling hkdf v0.12.4
18672024-04-03T07:29:46.615Z Compiling zerocopy v0.6.4
18682024-04-03T07:29:46.644Z Compiling crypto-bigint v0.5.2
18692024-04-03T07:29:46.790Z Compiling ipnetwork v0.20.0
18702024-04-03T07:29:47.482Z Compiling float-cmp v0.9.0
18712024-04-03T07:29:47.663Z Compiling difflib v0.4.0
18722024-04-03T07:29:47.683Z Compiling data-encoding v2.4.0
18732024-04-03T07:29:47.687Z Compiling normalize-line-endings v0.3.0
18742024-04-03T07:29:47.813Z Compiling whoami v1.5.0
18752024-04-03T07:29:48.491Z Compiling static_assertions v1.1.0
18762024-04-03T07:29:48.583Z Compiling predicates-core v1.0.6
18772024-04-03T07:29:48.953Z Compiling predicates v3.1.0
18782024-04-03T07:29:49.360Z Compiling yasna v0.5.2
18792024-04-03T07:29:50.068Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
18802024-04-03T07:29:50.122Z Compiling elliptic-curve v0.13.8
18812024-04-03T07:29:50.742Z Compiling trust-dns-proto v0.22.0
18822024-04-03T07:29:50.842Z Compiling tokio-postgres v0.7.10
18832024-04-03T07:29:51.262Z Compiling clap v4.5.1
18842024-04-03T07:29:51.381Z Compiling zip v0.6.6
18852024-04-03T07:29:51.397Z Compiling diesel v2.1.5
18862024-04-03T07:29:53.213Z Compiling crossterm v0.27.0
18872024-04-03T07:29:53.617Z Compiling cipher v0.4.4
18882024-04-03T07:29:54.109Z Compiling similar v2.4.0
18892024-04-03T07:29:54.443Z Checking proc-macro2 v1.0.78
18902024-04-03T07:29:58.712Z Compiling num-iter v0.1.44
18912024-04-03T07:29:59.041Z Compiling usdt v0.3.5
18922024-04-03T07:29:59.042Z Compiling tokio-stream v0.1.14
18932024-04-03T07:29:59.042Z Compiling console v0.15.8
18942024-04-03T07:29:59.042Z Compiling bstr v1.9.0
18952024-04-03T07:29:59.042Z Checking quote v1.0.35
18962024-04-03T07:30:01.460Z Checking utf8parse v0.2.1
18972024-04-03T07:30:05.149Z Checking anstyle v1.0.6
18982024-04-03T07:30:07.049Z Checking anstyle-parse v0.2.1
18992024-04-03T07:30:07.061Z Checking anstyle-query v1.0.0
19002024-04-03T07:30:07.061Z Checking colorchoice v1.0.0
19012024-04-03T07:30:07.061Z Checking anstream v0.6.11
19022024-04-03T07:30:07.330Z Checking strsim v0.11.0
19032024-04-03T07:30:07.370Z Checking clap_lex v0.7.0
19042024-04-03T07:30:09.908Z Compiling serde_tokenstream v0.2.0
19052024-04-03T07:30:13.142Z Checking winnow v0.6.1
19062024-04-03T07:30:20.632Z Compiling regress v0.9.0
19072024-04-03T07:30:20.750Z Compiling getopts v0.2.21
19082024-04-03T07:30:21.992Z Compiling unsafe-libyaml v0.2.10
19092024-04-03T07:30:22.006Z Checking heck v0.4.1
19102024-04-03T07:30:22.029Z Checking progenitor-client v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f)
19112024-04-03T07:30:22.447Z Compiling ident_case v1.0.1
19122024-04-03T07:30:22.616Z Compiling strsim v0.10.0
19132024-04-03T07:30:22.644Z Checking camino v1.1.6
19142024-04-03T07:30:23.160Z Compiling serde_yaml v0.9.25
19152024-04-03T07:30:23.240Z Checking atty v0.2.14
19162024-04-03T07:30:23.356Z Checking sha1 v0.10.6
19172024-04-03T07:30:23.439Z Checking http v1.0.0
19182024-04-03T07:30:23.542Z Checking rustls-pki-types v1.3.0
19192024-04-03T07:30:24.018Z Checking match_cfg v0.1.0
19202024-04-03T07:30:24.018Z Checking fastrand v2.0.1
19212024-04-03T07:30:24.019Z Checking hostname v0.3.1
19222024-04-03T07:30:24.019Z Checking tempfile v3.10.0
19232024-04-03T07:30:24.057Z Compiling darling_core v0.20.3
19242024-04-03T07:30:24.379Z Compiling typify-impl v0.0.16 (https://github.com/oxidecomputer/typify#c5ebe0a2)
19252024-04-03T07:30:24.749Z Compiling strum_macros v0.26.1
19262024-04-03T07:30:25.693Z Checking dirs-sys-next v0.1.2
19272024-04-03T07:30:25.869Z Compiling paste v1.0.14
19282024-04-03T07:30:26.375Z Checking quick-error v1.2.3
19292024-04-03T07:30:26.588Z Checking dirs-next v2.0.0
19302024-04-03T07:30:26.726Z Checking crossbeam-channel v0.5.8
19312024-04-03T07:30:27.433Z Checking thread_local v1.1.7
19322024-04-03T07:30:27.481Z Compiling slog-async v2.8.0
19332024-04-03T07:30:27.495Z Compiling rustls v0.22.2
19342024-04-03T07:30:27.715Z Checking term v0.7.0
19352024-04-03T07:30:28.087Z Checking rustls-webpki v0.102.1
19362024-04-03T07:30:28.145Z Checking instant v0.1.12
19372024-04-03T07:30:28.256Z Checking take_mut v0.2.2
19382024-04-03T07:30:28.624Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
19392024-04-03T07:30:28.710Z Checking slog-term v2.9.0
19402024-04-03T07:30:29.046Z Checking rustls-pemfile v2.1.1
19412024-04-03T07:30:29.069Z Compiling multer v3.0.0
19422024-04-03T07:30:29.171Z Checking debug-ignore v1.0.5
19432024-04-03T07:30:29.263Z Checking slog-json v2.6.1
19442024-04-03T07:30:29.301Z Compiling async-stream-impl v0.3.5
19452024-04-03T07:30:29.418Z Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#29ae98d1)
19462024-04-03T07:30:29.513Z Checking atomic-waker v1.1.1
19472024-04-03T07:30:29.636Z Checking waitgroup v0.1.2
19482024-04-03T07:30:29.755Z Checking slog-bunyan v2.5.0
19492024-04-03T07:30:29.927Z Checking toml v0.8.12
19502024-04-03T07:30:30.186Z Checking strum v0.26.1
19512024-04-03T07:30:30.201Z Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#29ae98d1)
19522024-04-03T07:30:30.408Z Checking serde_path_to_error v0.1.16
19532024-04-03T07:30:30.426Z Compiling darling_macro v0.20.3
19542024-04-03T07:30:32.169Z Checking wait-timeout v0.2.0
19552024-04-03T07:30:32.588Z Checking async-stream v0.3.5
19562024-04-03T07:30:32.588Z Compiling structmeta-derive v0.3.0
19572024-04-03T07:30:32.588Z Checking rusty-fork v0.3.0
19582024-04-03T07:30:32.588Z Checking newtype-uuid v1.0.1
19592024-04-03T07:30:32.588Z Compiling structmeta-derive v0.2.0
19602024-04-03T07:30:32.588Z Checking rand_xorshift v0.3.0
19612024-04-03T07:30:32.588Z Checking unarray v0.1.4
19622024-04-03T07:30:32.589Z Compiling darling v0.20.3
19632024-04-03T07:30:32.589Z Checking proptest v1.4.0
19642024-04-03T07:30:32.589Z Compiling serde_with_macros v3.6.1
19652024-04-03T07:30:32.589Z Checking backoff v0.4.0
19662024-04-03T07:30:32.589Z Checking tokio-rustls v0.25.0
19672024-04-03T07:30:32.732Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
19682024-04-03T07:30:34.018Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
19692024-04-03T07:30:34.042Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
19702024-04-03T07:30:34.043Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
19712024-04-03T07:30:34.098Z Compiling structmeta v0.3.0
19722024-04-03T07:30:34.349Z Compiling structmeta v0.2.0
19732024-04-03T07:30:34.543Z Compiling parse-display-derive v0.9.0
19742024-04-03T07:30:34.717Z Checking serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
19752024-04-03T07:30:34.768Z Compiling test-strategy v0.3.1
19762024-04-03T07:30:34.868Z Checking macaddr v1.0.1
19772024-04-03T07:30:34.871Z Checking serde_with v3.6.1
19782024-04-03T07:30:35.192Z Compiling proc-macro-error-attr v1.0.4
19792024-04-03T07:30:35.824Z Compiling proc-macro-error v1.0.4
19802024-04-03T07:30:36.140Z Compiling proc-macro-crate v1.3.1
19812024-04-03T07:30:36.684Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
19822024-04-03T07:30:37.059Z Checking camino-tempfile v1.1.1
19832024-04-03T07:30:37.185Z Compiling num_enum_derive v0.5.11
19842024-04-03T07:30:37.336Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
19852024-04-03T07:30:37.595Z Compiling foreign-types-macros v0.2.3
19862024-04-03T07:30:37.640Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
19872024-04-03T07:30:37.940Z Checking foreign-types-shared v0.3.1
19882024-04-03T07:30:38.308Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
19892024-04-03T07:30:38.373Z Checking cstr-argument v0.1.2
19902024-04-03T07:30:38.542Z Checking pretty-hex v0.2.1
19912024-04-03T07:30:38.710Z Checking tabwriter v1.4.0
19922024-04-03T07:30:38.773Z Checking colored v2.1.0
19932024-04-03T07:30:38.913Z Checking foreign-types v0.5.0
19942024-04-03T07:30:38.939Z Checking socket2 v0.4.9
19952024-04-03T07:30:39.367Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
19962024-04-03T07:30:39.367Z Checking smf v0.2.2
19972024-04-03T07:30:39.368Z Checking humantime v2.1.0
19982024-04-03T07:30:39.368Z Checking termcolor v1.2.0
19992024-04-03T07:30:39.368Z Compiling usdt-attr-macro v0.5.0
20002024-04-03T07:30:39.464Z Checking parse-display v0.9.0
20012024-04-03T07:30:39.498Z Compiling usdt-macro v0.5.0
20022024-04-03T07:30:39.575Z Checking memmap v0.7.0
20032024-04-03T07:30:39.661Z Checking arc-swap v1.6.0
20042024-04-03T07:30:39.717Z Checking utf-8 v0.7.6
20052024-04-03T07:30:39.770Z Compiling heapless v0.8.0
20062024-04-03T07:30:39.913Z Checking termtree v0.4.1
20072024-04-03T07:30:40.036Z Checking num_enum v0.5.11
20082024-04-03T07:30:40.089Z Checking slog-scope v4.4.0
20092024-04-03T07:30:40.107Z Checking predicates-tree v1.0.9
20102024-04-03T07:30:40.185Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
20112024-04-03T07:30:40.270Z Checking hash32 v0.3.1
20122024-04-03T07:30:40.288Z Checking slog-stdlog v4.1.1
20132024-04-03T07:30:40.425Z Checking slog-envlogger v2.2.0
20142024-04-03T07:30:40.446Z Compiling smoltcp v0.11.0
20152024-04-03T07:30:40.447Z Compiling heck v0.3.3
20162024-04-03T07:30:40.629Z Checking filetime v0.2.23
20172024-04-03T07:30:40.838Z Checking xattr v1.0.1
20182024-04-03T07:30:40.860Z Compiling crucible-workspace-hack v0.1.0
20192024-04-03T07:30:40.968Z Checking same-file v1.0.6
20202024-04-03T07:30:40.980Z Checking usdt v0.5.0
20212024-04-03T07:30:41.008Z Checking cobs v0.2.3
20222024-04-03T07:30:41.201Z Checking embedded-io v0.4.0
20232024-04-03T07:30:41.631Z Checking walkdir v2.4.0
20242024-04-03T07:30:41.631Z Checking tar v0.4.40
20252024-04-03T07:30:41.631Z Checking tungstenite v0.20.1
20262024-04-03T07:30:41.631Z Checking newline-converter v0.3.0
20272024-04-03T07:30:41.631Z Checking postcard v1.0.8
20282024-04-03T07:30:41.631Z Checking sigpipe v0.1.3
20292024-04-03T07:30:41.632Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
20302024-04-03T07:30:41.632Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
20312024-04-03T07:30:41.632Z Checking expectorate v1.1.0
20322024-04-03T07:30:41.779Z Compiling derror-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
20332024-04-03T07:30:41.859Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
20342024-04-03T07:30:42.350Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d)
20352024-04-03T07:30:42.779Z Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
20362024-04-03T07:30:42.779Z Checking tokio-tungstenite v0.20.1
20372024-04-03T07:30:42.779Z Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
20382024-04-03T07:30:42.779Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=84e423bfd3bf84ebb04acb95cf7600731e9f361f#84e423bf)
20392024-04-03T07:30:42.779Z Compiling num-derive v0.4.0
20402024-04-03T07:30:42.841Z Compiling mockall_derive v0.12.0
20412024-04-03T07:30:42.855Z Checking downcast v0.11.0
20422024-04-03T07:30:43.382Z Compiling typify-macro v0.0.16 (https://github.com/oxidecomputer/typify#c5ebe0a2)
20432024-04-03T07:30:43.394Z Checking fragile v2.0.0
20442024-04-03T07:30:43.395Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=84e423bfd3bf84ebb04acb95cf7600731e9f361f#84e423bf)
20452024-04-03T07:30:43.577Z Checking base64 v0.22.0
20462024-04-03T07:30:43.820Z Checking zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
20472024-04-03T07:30:44.029Z Checking pem v3.0.2
20482024-04-03T07:30:44.065Z Checking env_logger v0.9.3
20492024-04-03T07:30:44.291Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
20502024-04-03T07:30:44.532Z Compiling bitstruct_derive v0.1.0
20512024-04-03T07:30:44.573Z Checking viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
20522024-04-03T07:30:45.045Z Checking ascii v1.1.0
20532024-04-03T07:30:45.084Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
20542024-04-03T07:30:45.084Z Checking viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
20552024-04-03T07:30:45.085Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
20562024-04-03T07:30:45.085Z Checking rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c)
20572024-04-03T07:30:45.086Z Checking dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
20582024-04-03T07:30:45.207Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=4661c23b248da18862012cf55af21b17b79a468e#4661c23b)
20592024-04-03T07:30:45.435Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
20602024-04-03T07:30:46.079Z Checking erased-serde v0.3.31
20612024-04-03T07:30:46.204Z Checking serde_arrays v0.1.0
20622024-04-03T07:30:46.204Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#d44d9e08)
20632024-04-03T07:30:46.204Z Checking bitstruct v0.1.1
20642024-04-03T07:30:46.204Z Compiling zone_cfg_derive v0.1.2
20652024-04-03T07:30:46.204Z Checking tungstenite v0.21.0
20662024-04-03T07:30:46.204Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
20672024-04-03T07:30:46.316Z Checking base64 v0.13.1
20682024-04-03T07:30:46.582Z Checking ron v0.7.1
20692024-04-03T07:30:46.705Z Checking propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
20702024-04-03T07:30:46.827Z Checking tokio-tungstenite v0.21.0
20712024-04-03T07:30:47.411Z Checking zone v0.1.8
20722024-04-03T07:30:47.461Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
20732024-04-03T07:30:47.644Z Checking headers-core v0.2.0
20742024-04-03T07:30:47.725Z Checking portpicker v0.1.1
20752024-04-03T07:30:47.779Z Checking headers v0.3.9
20762024-04-03T07:30:47.863Z Checking rcgen v0.12.1
20772024-04-03T07:30:48.060Z Checking atomicwrites v0.4.3
20782024-04-03T07:30:48.245Z Checking subprocess v0.2.9
20792024-04-03T07:30:48.738Z Compiling typify v0.0.16 (https://github.com/oxidecomputer/typify#c5ebe0a2)
20802024-04-03T07:30:48.738Z Compiling progenitor-impl v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f)
20812024-04-03T07:30:48.738Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
20822024-04-03T07:30:48.767Z Checking linked-hash-map v0.5.6
20832024-04-03T07:30:48.785Z Checking password-hash v0.5.0
20842024-04-03T07:30:48.935Z Checking blake2 v0.10.6
20852024-04-03T07:30:48.950Z Checking swrite v0.1.0
20862024-04-03T07:30:49.073Z Checking lru-cache v0.1.2
20872024-04-03T07:30:49.489Z Checking itertools v0.12.1
20882024-04-03T07:30:49.489Z Compiling derive-where v1.2.7
20892024-04-03T07:30:49.489Z Compiling rayon-core v1.12.1
20902024-04-03T07:30:49.489Z Checking argon2 v0.5.3
20912024-04-03T07:30:49.721Z Checking half v2.3.1
20922024-04-03T07:30:50.122Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
20932024-04-03T07:30:50.172Z Checking ciborium-io v0.2.2
20942024-04-03T07:30:50.348Z Compiling cancel-safe-futures v0.1.5
20952024-04-03T07:30:50.451Z Checking ciborium-ll v0.2.2
20962024-04-03T07:30:50.463Z Checking resolv-conf v0.7.0
20972024-04-03T07:30:50.733Z Checking ciborium v0.2.2
20982024-04-03T07:30:50.813Z Checking trust-dns-resolver v0.22.0
20992024-04-03T07:30:51.084Z Checking bytecount v0.6.3
21002024-04-03T07:30:51.224Z Checking papergrid v0.11.0
21012024-04-03T07:30:51.375Z Checking mockall v0.12.0
21022024-04-03T07:30:51.604Z Compiling tabled_derive v0.7.0
21032024-04-03T07:30:51.709Z Compiling slog-dtrace v0.3.0
21042024-04-03T07:30:51.954Z Compiling semver v0.1.20
21052024-04-03T07:30:52.083Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
21062024-04-03T07:30:52.330Z Compiling rustc_version v0.1.7
21072024-04-03T07:30:52.416Z Checking libsw v3.3.1
21082024-04-03T07:30:52.639Z Checking linear-map v1.2.0
21092024-04-03T07:30:52.682Z Checking owo-colors v4.0.0
21102024-04-03T07:30:52.789Z Compiling newtype_derive v0.1.6
21112024-04-03T07:30:52.951Z Compiling num-rational v0.4.1
21122024-04-03T07:30:52.962Z Compiling radium v0.7.0
21132024-04-03T07:30:53.117Z Checking is-terminal v0.4.9
21142024-04-03T07:30:53.260Z Checking num-complex v0.4.4
21152024-04-03T07:30:53.290Z Checking steno v0.4.0
21162024-04-03T07:30:53.717Z Checking nibble_vec v0.1.0
21172024-04-03T07:30:53.717Z Compiling maybe-uninit v2.0.0
21182024-04-03T07:30:54.153Z Checking endian-type v0.1.2
21192024-04-03T07:30:54.179Z Checking tap v1.0.1
21202024-04-03T07:30:54.203Z Checking num v0.4.1
21212024-04-03T07:30:54.326Z Checking wyz v0.5.1
21222024-04-03T07:30:54.345Z Checking radix_trie v0.2.1
21232024-04-03T07:30:54.361Z Checking tabled v0.15.0
21242024-04-03T07:30:54.567Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
21252024-04-03T07:30:54.705Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
21262024-04-03T07:30:54.721Z Checking fxhash v0.2.1
21272024-04-03T07:30:54.725Z Checking funty v2.0.0
21282024-04-03T07:30:54.896Z Compiling packed_struct v0.10.1
21292024-04-03T07:30:55.343Z Checking crc-catalog v2.2.0
21302024-04-03T07:30:55.977Z Compiling num-bigint-dig v0.8.4
21312024-04-03T07:30:55.977Z Checking crc v3.0.1
21322024-04-03T07:30:55.977Z Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
21332024-04-03T07:30:55.977Z Compiling packed_struct_codegen v0.10.1
21342024-04-03T07:30:55.978Z Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
21352024-04-03T07:30:55.978Z Checking bitvec v1.0.1
21362024-04-03T07:30:55.978Z Compiling indexmap v1.9.3
21372024-04-03T07:30:55.978Z Checking nodrop v0.1.14
21382024-04-03T07:30:56.009Z Checking array-init v0.0.4
21392024-04-03T07:30:56.120Z Checking smallvec v0.6.14
21402024-04-03T07:30:56.520Z Checking pkcs1 v0.7.5
21412024-04-03T07:30:56.998Z Compiling progenitor-macro v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f)
21422024-04-03T07:30:56.998Z Checking signature v2.1.0
21432024-04-03T07:30:56.998Z Checking hashbrown v0.12.3
21442024-04-03T07:30:57.497Z Checking bitfield v0.14.0
21452024-04-03T07:30:57.501Z Checking serde-hex v0.1.0
21462024-04-03T07:30:57.501Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
21472024-04-03T07:30:57.601Z Checking env_logger v0.10.0
21482024-04-03T07:30:58.029Z Checking x509-cert v0.2.4
21492024-04-03T07:30:58.492Z Checking rsa v0.9.2
21502024-04-03T07:30:58.799Z Checking ron v0.8.1
21512024-04-03T07:30:59.316Z Checking hashbrown v0.13.2
21522024-04-03T07:30:59.316Z Checking crc-any v2.4.3
21532024-04-03T07:30:59.493Z Checking display-error-chain v0.2.0
21542024-04-03T07:30:59.548Z Checking path-slash v0.1.5
21552024-04-03T07:30:59.637Z Compiling convert_case v0.4.0
21562024-04-03T07:30:59.656Z Compiling async-recursion v1.0.5
21572024-04-03T07:30:59.684Z Compiling buf-list v1.0.3
21582024-04-03T07:30:59.793Z Checking object v0.30.4
21592024-04-03T07:31:00.278Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
21602024-04-03T07:31:00.278Z Compiling blake3 v1.5.0
21612024-04-03T07:31:00.654Z Compiling derive_more v0.99.17
21622024-04-03T07:31:00.680Z Checking textwrap v0.11.0
21632024-04-03T07:31:00.748Z Checking gethostname v0.4.3
21642024-04-03T07:31:00.892Z Checking strsim v0.8.0
21652024-04-03T07:31:00.905Z Checking vec_map v0.8.2
21662024-04-03T07:31:01.063Z Compiling libefi-sys v0.1.0
21672024-04-03T07:31:01.207Z Compiling parking_lot_core v0.8.6
21682024-04-03T07:31:01.227Z Checking ansi_term v0.12.1
21692024-04-03T07:31:01.376Z Compiling structopt-derive v0.4.18
21702024-04-03T07:31:01.828Z Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802)
21712024-04-03T07:31:01.843Z Checking clap v2.34.0
21722024-04-03T07:31:02.298Z Checking lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
21732024-04-03T07:31:02.298Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
21742024-04-03T07:31:02.298Z Compiling crossbeam-deque v0.8.3
21752024-04-03T07:31:02.542Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81)
21762024-04-03T07:31:02.693Z Checking keccak v0.1.4
21772024-04-03T07:31:03.027Z Checking sha3 v0.10.8
21782024-04-03T07:31:04.249Z Checking libnvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81)
21792024-04-03T07:31:04.679Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
21802024-04-03T07:31:04.696Z Checking structopt v0.3.26
21812024-04-03T07:31:04.696Z Checking parking_lot v0.11.2
21822024-04-03T07:31:04.838Z Checking trust-dns-client v0.22.0
21832024-04-03T07:31:04.860Z Checking toml v0.5.11
21842024-04-03T07:31:04.875Z Compiling semver-parser v0.10.2
21852024-04-03T07:31:07.542Z Checking secrecy v0.8.0
21862024-04-03T07:31:07.542Z Compiling pin-project-internal v1.1.3
21872024-04-03T07:31:07.542Z Compiling doc-comment v0.3.3
21882024-04-03T07:31:07.542Z Compiling semver v0.11.0
21892024-04-03T07:31:07.542Z Checking trust-dns-server v0.22.1
21902024-04-03T07:31:07.542Z Checking sled v0.34.7
21912024-04-03T07:31:07.553Z Compiling rayon v1.9.0
21922024-04-03T07:31:08.206Z Compiling memmap2 v0.7.1
21932024-04-03T07:31:09.006Z Compiling arrayvec v0.7.4
21942024-04-03T07:31:09.062Z Checking pin-project v1.1.3
21952024-04-03T07:31:09.526Z Compiling home v0.5.5
21962024-04-03T07:31:09.538Z Compiling arrayref v0.3.7
21972024-04-03T07:31:09.538Z Compiling constant_time_eq v0.3.0
21982024-04-03T07:31:09.538Z Compiling toolchain_find v0.2.0
21992024-04-03T07:31:09.840Z Compiling vte_generate_state_changes v0.1.1
22002024-04-03T07:31:09.989Z Compiling topological-sort v0.2.2
22012024-04-03T07:31:10.174Z Compiling glob v0.3.1
22022024-04-03T07:31:10.529Z Checking vte v0.11.1
22032024-04-03T07:31:11.511Z Compiling rustfmt-wrapper v0.2.0
22042024-04-03T07:31:11.698Z Checking fd-lock v3.0.13
22052024-04-03T07:31:11.857Z Checking nu-ansi-term v0.50.0
22062024-04-03T07:31:11.884Z Checking strum v0.25.0
22072024-04-03T07:31:11.897Z Checking strip-ansi-escapes v0.2.0
22082024-04-03T07:31:12.022Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
22092024-04-03T07:31:12.039Z Compiling omicron-zone-package v0.11.0
22102024-04-03T07:31:12.128Z Compiling unicase v2.7.0
22112024-04-03T07:31:12.257Z Checking reedline v0.30.0
22122024-04-03T07:31:12.334Z Compiling prettyplease v0.2.16
22132024-04-03T07:31:12.417Z Compiling platforms v3.0.2
22142024-04-03T07:31:12.752Z Compiling snafu-derive v0.7.5
22152024-04-03T07:31:13.002Z Checking lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
22162024-04-03T07:31:13.186Z Checking globset v0.4.13
22172024-04-03T07:31:13.316Z Checking olpc-cjson v0.1.3
22182024-04-03T07:31:13.490Z Checking serde_plain v1.0.2
22192024-04-03T07:31:13.666Z Compiling memoffset v0.7.1
22202024-04-03T07:31:13.722Z Compiling crunchy v0.2.2
22212024-04-03T07:31:13.996Z Checking typed-path v0.7.0
22222024-04-03T07:31:15.538Z Compiling curve25519-dalek v4.1.1
22232024-04-03T07:31:15.566Z Checking fs-err v2.11.0
22242024-04-03T07:31:15.566Z Compiling clang-sys v1.6.1
22252024-04-03T07:31:15.566Z Checking hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84)
22262024-04-03T07:31:15.567Z Compiling tiny-keccak v2.0.2
22272024-04-03T07:31:15.567Z Checking parse-size v1.0.0
22282024-04-03T07:31:15.567Z Compiling mime_guess v2.0.4
22292024-04-03T07:31:15.695Z Compiling darling_core v0.14.4
22302024-04-03T07:31:15.705Z Checking universal-hash v0.5.1
22312024-04-03T07:31:15.811Z Checking progenitor v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f)
22322024-04-03T07:31:15.849Z Compiling thiserror-impl-no-std v2.0.2
22332024-04-03T07:31:16.008Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8207cb9c90cd7144c3f351823bfb2ae3e221ad10#8207cb9c)
22342024-04-03T07:31:16.052Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
22352024-04-03T07:31:16.567Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
22362024-04-03T07:31:16.897Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
22372024-04-03T07:31:18.153Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
22382024-04-03T07:31:18.611Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
22392024-04-03T07:31:18.635Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8207cb9c90cd7144c3f351823bfb2ae3e221ad10#8207cb9c)
22402024-04-03T07:31:19.654Z Checking snafu v0.7.5
22412024-04-03T07:31:19.718Z Checking tough v0.16.0
22422024-04-03T07:31:19.857Z Compiling curve25519-dalek-derive v0.1.0
22432024-04-03T07:31:19.956Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
22442024-04-03T07:31:20.030Z Checking nanorand v0.7.0
22452024-04-03T07:31:20.232Z Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1)
22462024-04-03T07:31:20.420Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
22472024-04-03T07:31:20.691Z Compiling salty v0.2.0
22482024-04-03T07:31:21.193Z Checking opaque-debug v0.3.0
22492024-04-03T07:31:21.292Z Checking signature v1.6.4
22502024-04-03T07:31:21.419Z Checking ed25519 v1.5.3
22512024-04-03T07:31:21.956Z Compiling darling_macro v0.14.4
22522024-04-03T07:31:21.965Z Checking poly1305 v0.8.0
22532024-04-03T07:31:22.145Z Checking flume v0.11.0
22542024-04-03T07:31:22.305Z Checking thiserror-no-std v2.0.2
22552024-04-03T07:31:22.456Z Compiling ascii-canvas v3.0.0
22562024-04-03T07:31:22.634Z Checking nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d)
22572024-04-03T07:31:23.039Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
22582024-04-03T07:31:23.258Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
22592024-04-03T07:31:23.271Z Checking chacha20 v0.9.1
22602024-04-03T07:31:23.303Z Checking aead v0.5.2
22612024-04-03T07:31:23.552Z Checking serde-big-array v0.5.1
22622024-04-03T07:31:23.596Z Checking kstat-rs v0.2.3
22632024-04-03T07:31:23.621Z Compiling hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a)
22642024-04-03T07:31:23.629Z Compiling ena v0.14.2
22652024-04-03T07:31:23.754Z Compiling libloading v0.7.4
22662024-04-03T07:31:24.228Z Compiling bindgen v0.69.2
22672024-04-03T07:31:24.303Z Compiling diff v0.1.13
22682024-04-03T07:31:24.303Z Compiling regex-syntax v0.6.29
22692024-04-03T07:31:24.483Z Checking hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a)
22702024-04-03T07:31:29.707Z Checking chacha20poly1305 v0.10.1
22712024-04-03T07:31:29.912Z Checking vsss-rs v3.3.4
22722024-04-03T07:31:29.991Z Compiling darling v0.14.4
22732024-04-03T07:31:29.991Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=4661c23b248da18862012cf55af21b17b79a468e#4661c23b)
22742024-04-03T07:31:29.991Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
22752024-04-03T07:31:29.992Z Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4)
22762024-04-03T07:31:29.992Z Checking signal-hook-tokio v0.3.1
22772024-04-03T07:31:29.992Z Compiling lalrpop v0.19.12
22782024-04-03T07:31:29.992Z Compiling cexpr v0.6.0
22792024-04-03T07:31:29.992Z Checking serde-big-array v0.4.1
22802024-04-03T07:31:29.993Z Compiling which v4.4.0
22812024-04-03T07:31:29.993Z Compiling ref-cast v1.0.20
22822024-04-03T07:31:29.993Z Compiling heck v0.5.0
22832024-04-03T07:31:29.993Z Compiling shlex v1.3.0
22842024-04-03T07:31:29.993Z Compiling rustc-hash v1.1.0
22852024-04-03T07:31:29.994Z Compiling lazycell v1.3.0
22862024-04-03T07:31:29.994Z Compiling peeking_take_while v0.1.2
22872024-04-03T07:31:30.078Z Checking maplit v1.0.2
22882024-04-03T07:31:30.100Z Checking sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef)
22892024-04-03T07:31:30.100Z Compiling derive_builder_core v0.12.0
22902024-04-03T07:31:31.027Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=84e423bfd3bf84ebb04acb95cf7600731e9f361f#84e423bf)
22912024-04-03T07:31:32.209Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
22922024-04-03T07:31:32.447Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
22932024-04-03T07:31:32.982Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
22942024-04-03T07:31:34.260Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
22952024-04-03T07:31:35.089Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
22962024-04-03T07:31:35.207Z Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
22972024-04-03T07:31:36.859Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
22982024-04-03T07:31:37.618Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
22992024-04-03T07:31:38.184Z Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
23002024-04-03T07:31:38.206Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
23012024-04-03T07:31:38.496Z Checking fd-lock v4.0.2
23022024-04-03T07:31:38.524Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
23032024-04-03T07:31:38.663Z Compiling peg-macros v0.8.2
23042024-04-03T07:31:40.044Z Checking nix v0.27.1
23052024-04-03T07:31:40.572Z Compiling sqlparser_derive v0.2.2
23062024-04-03T07:31:41.734Z Compiling ref-cast-impl v1.0.20
23072024-04-03T07:31:42.516Z Compiling libxml v0.3.3
23082024-04-03T07:31:42.560Z Checking unicode_categories v0.1.1
23092024-04-03T07:31:42.851Z Checking corncobs v0.1.3
23102024-04-03T07:31:43.023Z Checking rustyline v13.0.0
23112024-04-03T07:31:43.067Z Checking sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef)
23122024-04-03T07:31:43.099Z Checking sqlformat v0.2.3
23132024-04-03T07:31:43.307Z Checking peg v0.8.2
23142024-04-03T07:31:43.404Z Checking sqlparser v0.43.1
23152024-04-03T07:31:44.564Z Compiling derive_builder_macro v0.12.0
23162024-04-03T07:31:44.681Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
23172024-04-03T07:31:45.096Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
23182024-04-03T07:31:45.404Z Checking bcs v0.1.6
23192024-04-03T07:31:46.275Z Compiling strum_macros v0.24.3
23202024-04-03T07:31:48.685Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
23212024-04-03T07:31:49.482Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
23222024-04-03T07:31:49.832Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
23232024-04-03T07:31:50.339Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
23242024-04-03T07:31:50.362Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
23252024-04-03T07:31:50.742Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
23262024-04-03T07:31:51.175Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
23272024-04-03T07:31:51.864Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
23282024-04-03T07:31:52.118Z Compiling cookie v0.18.0
23292024-04-03T07:31:52.432Z Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#62ef5ca0)
23302024-04-03T07:31:53.159Z Compiling indoc v1.0.9
23312024-04-03T07:31:54.243Z Checking highway v1.1.0
23322024-04-03T07:31:54.280Z Checking derive_builder v0.12.0
23332024-04-03T07:31:54.419Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
23342024-04-03T07:31:54.561Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=84e423bfd3bf84ebb04acb95cf7600731e9f361f#84e423bf)
23352024-04-03T07:31:54.701Z Checking bb8 v0.8.3
23362024-04-03T07:31:54.825Z Checking quick-xml v0.30.0
23372024-04-03T07:31:55.361Z Compiling const_format_proc_macros v0.2.32
23382024-04-03T07:31:55.362Z Compiling impl-trait-for-tuples v0.2.2
23392024-04-03T07:31:56.160Z Compiling oso-derive v0.27.0
23402024-04-03T07:31:56.752Z Checking http-range v0.1.5
23412024-04-03T07:31:56.923Z Checking hyper-staticfile v0.9.5
23422024-04-03T07:31:57.281Z Checking async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef)
23432024-04-03T07:31:57.319Z Checking const_format v0.2.32
23442024-04-03T07:31:57.392Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=84e423bfd3bf84ebb04acb95cf7600731e9f361f#84e423bf)
23452024-04-03T07:31:58.125Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
23462024-04-03T07:31:58.207Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
23472024-04-03T07:31:58.275Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
23482024-04-03T07:32:04.120Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
23492024-04-03T07:32:04.352Z Checking assert_matches v1.5.0
23502024-04-03T07:32:04.353Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
23512024-04-03T07:32:04.353Z Checking rand_seeder v0.2.3
23522024-04-03T07:32:04.353Z Compiling portable-atomic v1.4.3
23532024-04-03T07:32:04.353Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
23542024-04-03T07:32:04.353Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
23552024-04-03T07:32:04.353Z Checking number_prefix v0.4.0
23562024-04-03T07:32:04.353Z Checking castaway v0.2.2
23572024-04-03T07:32:04.353Z Checking compact_str v0.7.1
23582024-04-03T07:32:04.353Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
23592024-04-03T07:32:04.353Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
23602024-04-03T07:32:04.353Z Checking lru v0.12.1
23612024-04-03T07:32:04.354Z Compiling stability v0.1.1
23622024-04-03T07:32:04.354Z Compiling indoc v2.0.3
23632024-04-03T07:32:04.354Z Checking indicatif v0.17.8
23642024-04-03T07:32:04.460Z Checking cassowary v0.3.0
23652024-04-03T07:32:04.484Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
23662024-04-03T07:32:04.657Z Checking smawk v0.3.1
23672024-04-03T07:32:04.690Z Checking ratatui v0.26.1
23682024-04-03T07:32:04.779Z Checking unicode-linebreak v0.1.5
23692024-04-03T07:32:05.166Z Checking textwrap v0.16.1
23702024-04-03T07:32:05.679Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
23712024-04-03T07:32:05.891Z Checking is_ci v1.2.0
23722024-04-03T07:32:05.901Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
23732024-04-03T07:32:06.019Z Checking supports-color v3.0.0
23742024-04-03T07:32:06.238Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=4661c23b248da18862012cf55af21b17b79a468e#4661c23b)
23752024-04-03T07:32:07.213Z Checking fatfs v0.3.6
23762024-04-03T07:32:07.719Z Checking rtoolbox v0.0.1
23772024-04-03T07:32:07.719Z Checking rpassword v7.3.1
23782024-04-03T07:32:07.719Z Checking tui-tree-widget v0.19.0
23792024-04-03T07:32:07.783Z Checking shell-words v1.1.0
23802024-04-03T07:32:07.947Z Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
23812024-04-03T07:32:08.190Z Checking yansi v0.5.1
23822024-04-03T07:32:08.237Z Compiling target-lexicon v0.12.13
23832024-04-03T07:32:08.466Z Checking pretty_assertions v1.4.0
23842024-04-03T07:32:08.665Z Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
23852024-04-03T07:32:09.022Z Compiling guppy-workspace-hack v0.1.0
23862024-04-03T07:32:09.259Z Checking plotters-backend v0.3.5
23872024-04-03T07:32:09.605Z Checking plotters-svg v0.3.5
23882024-04-03T07:32:10.030Z Checking http-body v1.0.0
23892024-04-03T07:32:10.030Z Checking rand v0.4.6
23902024-04-03T07:32:10.461Z Checking remove_dir_all v0.5.3
23912024-04-03T07:32:10.461Z Compiling target-spec v3.1.0
23922024-04-03T07:32:10.461Z Checking cast v0.3.0
23932024-04-03T07:32:10.462Z Checking tower-layer v0.3.2
23942024-04-03T07:32:10.462Z Compiling assert_cmd v2.0.14
23952024-04-03T07:32:10.472Z Checking criterion-plot v0.5.0
23962024-04-03T07:32:10.605Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
23972024-04-03T07:32:10.785Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
23982024-04-03T07:32:10.820Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
23992024-04-03T07:32:11.361Z Checking tempdir v0.3.7
24002024-04-03T07:32:11.368Z Checking tower v0.4.13
24012024-04-03T07:32:11.368Z Checking cfg-expr v0.15.6
24022024-04-03T07:32:11.788Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
24032024-04-03T07:32:12.439Z Checking hyper v1.1.0
24042024-04-03T07:32:12.456Z Checking plotters v0.3.5
24052024-04-03T07:32:13.036Z Checking installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd)
24062024-04-03T07:32:13.175Z Checking tinytemplate v1.2.1
24072024-04-03T07:32:13.537Z Checking cargo-platform v0.1.3
24082024-04-03T07:32:13.817Z Checking anes v0.1.6
24092024-04-03T07:32:13.873Z Checking oorandom v11.1.3
24102024-04-03T07:32:13.917Z Checking cargo_metadata v0.18.1
24112024-04-03T07:32:14.028Z Checking hyper-util v0.1.2
24122024-04-03T07:32:14.186Z Checking criterion v0.5.1
24132024-04-03T07:32:15.826Z Checking installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client)
24142024-04-03T07:32:16.054Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
24152024-04-03T07:32:16.910Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
24162024-04-03T07:32:16.934Z Checking rustls-native-certs v0.7.0
24172024-04-03T07:32:17.077Z Checking httptest v0.15.5
24182024-04-03T07:32:17.839Z Checking pathdiff v0.2.1
24192024-04-03T07:32:17.995Z Checking nested v0.1.1
24202024-04-03T07:32:18.203Z Checking guppy v0.17.5
24212024-04-03T07:32:20.231Z Checking hyper-rustls v0.26.0
24222024-04-03T07:32:20.947Z Checking threadpool v1.8.1
24232024-04-03T07:32:20.950Z Checking libtest-mimic v0.6.1
24242024-04-03T07:32:21.162Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
24252024-04-03T07:32:21.674Z Checking similar-asserts v1.5.0
24262024-04-03T07:32:21.704Z Compiling rstest_macros v0.18.2
24272024-04-03T07:32:23.457Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
24282024-04-03T07:32:24.097Z Checking datatest-stable v0.2.3
24292024-04-03T07:32:24.174Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
24302024-04-03T07:32:24.303Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
24312024-04-03T07:32:24.457Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
24322024-04-03T07:32:24.758Z Checking csv-core v0.1.11
24332024-04-03T07:32:24.777Z Checking constant_time_eq v0.2.6
24342024-04-03T07:32:24.964Z Compiling relative-path v1.9.0
24352024-04-03T07:32:25.103Z Compiling trybuild v1.0.89
24362024-04-03T07:32:25.122Z Checking csv v1.3.0
24372024-04-03T07:32:25.546Z Checking blake2b_simd v1.0.1
24382024-04-03T07:32:26.072Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
24392024-04-03T07:32:26.368Z Checking basic-toml v0.1.8
24402024-04-03T07:32:27.275Z Checking multimap v0.10.0
24412024-04-03T07:32:27.577Z Checking futures-timer v3.0.2
24422024-04-03T07:32:28.721Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
24432024-04-03T07:32:29.234Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
24442024-04-03T07:32:29.699Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
24452024-04-03T07:32:32.108Z Checking rust-argon2 v2.1.0
24462024-04-03T07:32:32.114Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
24472024-04-03T07:32:34.093Z Checking partial-io v0.5.4
24482024-04-03T07:32:34.478Z Checking approx v0.5.1
24492024-04-03T07:32:34.659Z Checking termios v0.3.3
24502024-04-03T07:32:34.726Z Checking hex-literal v0.4.1
24512024-04-03T07:32:34.847Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
24522024-04-03T07:32:35.528Z Checking rstest v0.18.2
24532024-04-03T07:33:03.100Z Compiling samael v0.0.14 (https://github.com/oxidecomputer/samael?branch=oxide/omicron#9e609a8f)
24542024-04-03T07:33:25.184Z Checking zone-network-setup v0.1.0 (/work/oxidecomputer/omicron/zone-network-setup)
24552024-04-03T07:33:28.603Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
24562024-04-03T07:33:29.503Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli)
24572024-04-03T07:33:40.468Z Checking caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util)
24582024-04-03T07:33:47.226Z Compiling polar-core v0.27.0
24592024-04-03T07:33:54.687Z Checking oso v0.27.0
24602024-04-03T07:34:21.232Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
24612024-04-03T07:34:21.240Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
24622024-04-03T07:34:21.240Z Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
24632024-04-03T07:35:18.108Z Finished dev [unoptimized + debuginfo] target(s) in 6m 45s
24642024-04-03T07:35:18.307Z
24652024-04-03T07:35:18.307Zreal 8:09.246312799
24662024-04-03T07:35:18.307Zuser 38:49.738385568
24672024-04-03T07:35:18.307Zsys 6:51.205164479
24682024-04-03T07:35:18.307Ztrap 1.032382694
24692024-04-03T07:35:18.308Ztflt 12.180280459
24702024-04-03T07:35:18.308Zdflt 6.240416599
24712024-04-03T07:35:18.308Zkflt 0.220009904
24722024-04-03T07:35:18.308Zlock 59:14.132195349
24732024-04-03T07:35:18.318Zslp 1:59:08.395024767
24742024-04-03T07:35:18.318Zlat 1:48.815269543
24752024-04-03T07:35:18.318Zstop 4:46.860461725
24762024-04-03T07:35:19.216Zwarning: output filename collision.
24772024-04-03T07:35:19.217ZThe lib target `bhyve_api` in package `bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=84e423bfd3bf84ebb04acb95cf7600731e9f361f#84e423bf)` has the same output filename as the lib target `bhyve_api` in package `bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)`.
24782024-04-03T07:35:19.217ZColliding filename is: /work/oxidecomputer/omicron/target/doc/bhyve_api/index.html
24792024-04-03T07:35:19.217ZThe targets should have unique names.
24802024-04-03T07:35:19.217ZThis is a known bug where multiple crates with the same name use
24812024-04-03T07:35:19.217Zthe same path; see <https://github.com/rust-lang/cargo/issues/6313>.
24822024-04-03T07:35:19.217Zwarning: output filename collision.
24832024-04-03T07:35:19.217ZThe lib target `bhyve_api_sys` in package `bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=84e423bfd3bf84ebb04acb95cf7600731e9f361f#84e423bf)` has the same output filename as the lib target `bhyve_api_sys` in package `bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)`.
24842024-04-03T07:35:19.217ZColliding filename is: /work/oxidecomputer/omicron/target/doc/bhyve_api_sys/index.html
24852024-04-03T07:35:19.217ZThe targets should have unique names.
24862024-04-03T07:35:19.217ZThis is a known bug where multiple crates with the same name use
24872024-04-03T07:35:19.217Zthe same path; see <https://github.com/rust-lang/cargo/issues/6313>.
24882024-04-03T07:35:19.221Zwarning: output filename collision.
24892024-04-03T07:35:19.222ZThe lib target `hubpack` in package `hubpack v0.1.2` has the same output filename as the lib target `hubpack` in package `hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a)`.
24902024-04-03T07:35:19.222ZColliding filename is: /work/oxidecomputer/omicron/target/doc/hubpack/index.html
24912024-04-03T07:35:19.222ZThe targets should have unique names.
24922024-04-03T07:35:19.222ZThis is a known bug where multiple crates with the same name use
24932024-04-03T07:35:19.222Zthe same path; see <https://github.com/rust-lang/cargo/issues/6313>.
24942024-04-03T07:35:19.222Zwarning: output filename collision.
24952024-04-03T07:35:19.222ZThe lib target `libnet` in package `libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d)` has the same output filename as the lib target `libnet` in package `libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#d44d9e08)`.
24962024-04-03T07:35:19.222ZColliding filename is: /work/oxidecomputer/omicron/target/doc/libnet/index.html
24972024-04-03T07:35:19.222ZThe targets should have unique names.
24982024-04-03T07:35:19.222ZThis is a known bug where multiple crates with the same name use
24992024-04-03T07:35:19.222Zthe same path; see <https://github.com/rust-lang/cargo/issues/6313>.
25002024-04-03T07:35:19.222Zwarning: output filename collision.
25012024-04-03T07:35:19.223ZThe lib target `nix` in package `nix v0.27.1` has the same output filename as the lib target `nix` in package `nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d)`.
25022024-04-03T07:35:19.223ZColliding filename is: /work/oxidecomputer/omicron/target/doc/nix/index.html
25032024-04-03T07:35:19.223ZThe targets should have unique names.
25042024-04-03T07:35:19.223ZThis is a known bug where multiple crates with the same name use
25052024-04-03T07:35:19.223Zthe same path; see <https://github.com/rust-lang/cargo/issues/6313>.
25062024-04-03T07:35:19.223Zwarning: output filename collision.
25072024-04-03T07:35:19.223ZThe 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)`.
25082024-04-03T07:35:19.223ZColliding filename is: /work/oxidecomputer/omicron/target/doc/oximeter/index.html
25092024-04-03T07:35:19.223ZThe targets should have unique names.
25102024-04-03T07:35:19.223ZThis is a known bug where multiple crates with the same name use
25112024-04-03T07:35:19.223Zthe same path; see <https://github.com/rust-lang/cargo/issues/6313>.
25122024-04-03T07:35:19.224Zwarning: output filename collision.
25132024-04-03T07:35:19.224ZThe lib target `propolis-client` in package `propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=84e423bfd3bf84ebb04acb95cf7600731e9f361f#84e423bf)` has the same output filename as the lib target `propolis-client` in package `propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)`.
25142024-04-03T07:35:19.224ZColliding filename is: /work/oxidecomputer/omicron/target/doc/propolis_client/index.html
25152024-04-03T07:35:19.224ZThe targets should have unique names.
25162024-04-03T07:35:19.224ZThis is a known bug where multiple crates with the same name use
25172024-04-03T07:35:19.224Zthe same path; see <https://github.com/rust-lang/cargo/issues/6313>.
25182024-04-03T07:35:19.224Zwarning: output filename collision.
25192024-04-03T07:35:19.224ZThe lib target `tlvc` in package `tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a)` has the same output filename as the lib target `tlvc` in package `tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)`.
25202024-04-03T07:35:19.224ZColliding filename is: /work/oxidecomputer/omicron/target/doc/tlvc/index.html
25212024-04-03T07:35:19.224ZThe targets should have unique names.
25222024-04-03T07:35:19.225ZThis is a known bug where multiple crates with the same name use
25232024-04-03T07:35:19.225Zthe same path; see <https://github.com/rust-lang/cargo/issues/6313>.
25242024-04-03T07:35:19.225Zwarning: output filename collision.
25252024-04-03T07:35:19.225ZThe 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`.
25262024-04-03T07:35:19.225ZColliding filename is: /work/oxidecomputer/omicron/target/doc/zone/index.html
25272024-04-03T07:35:19.225ZThe targets should have unique names.
25282024-04-03T07:35:19.225ZThis is a known bug where multiple crates with the same name use
25292024-04-03T07:35:19.225Zthe same path; see <https://github.com/rust-lang/cargo/issues/6313>.
25302024-04-03T07:35:19.716Z Documenting libc v0.2.153
25312024-04-03T07:35:19.771Z Documenting cfg-if v1.0.0
25322024-04-03T07:35:19.782Z Documenting serde_derive v1.0.197
25332024-04-03T07:35:19.806Z Documenting log v0.4.21
25342024-04-03T07:35:19.812Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
25352024-04-03T07:35:19.831Z Documenting memchr v2.7.1
25362024-04-03T07:35:19.866Z Documenting byteorder v1.5.0
25372024-04-03T07:35:19.919Z Documenting smallvec v1.13.1
25382024-04-03T07:35:20.083Z Documenting itoa v1.0.9
25392024-04-03T07:35:22.563Z Documenting scopeguard v1.2.0
25402024-04-03T07:35:22.966Z Documenting libm v0.2.7
25412024-04-03T07:35:23.447Z Documenting pin-project-lite v0.2.13
25422024-04-03T07:35:24.418Z Documenting once_cell v1.19.0
25432024-04-03T07:35:24.456Z Documenting zeroize_derive v1.4.2
25442024-04-03T07:35:24.479Z Documenting getrandom v0.2.12
25452024-04-03T07:35:25.079Z Documenting parking_lot_core v0.9.8
25462024-04-03T07:35:25.498Z Documenting lock_api v0.4.10
25472024-04-03T07:35:26.339Z Documenting num-traits v0.2.18
25482024-04-03T07:35:26.743Z Documenting signal-hook-registry v1.4.1
25492024-04-03T07:35:27.537Z Documenting serde v1.0.197
25502024-04-03T07:35:29.032Z Documenting mio v0.8.11
25512024-04-03T07:35:29.277Z Documenting thiserror-impl v1.0.57
25522024-04-03T07:35:29.398Z Documenting zeroize v1.7.0
25532024-04-03T07:35:30.401Z Documenting rand_core v0.6.4
25542024-04-03T07:35:30.583Z Documenting parking_lot v0.12.1
25552024-04-03T07:35:31.320Z Documenting futures-core v0.3.30
25562024-04-03T07:35:31.573Z Documenting ryu v1.0.15
25572024-04-03T07:35:33.920Z Documenting num_cpus v1.16.0
25582024-04-03T07:35:34.086Z Documenting socket2 v0.5.5
25592024-04-03T07:35:34.202Z Documenting tokio-macros v2.2.0
25602024-04-03T07:35:34.366Z Documenting zerocopy v0.7.32
25612024-04-03T07:35:34.432Z Documenting futures-sink v0.3.30
25622024-04-03T07:35:35.304Z Documenting thiserror v1.0.57
25632024-04-03T07:35:36.009Z Documenting typenum v1.16.0
25642024-04-03T07:35:38.534Z Documenting subtle v2.5.0
25652024-04-03T07:35:39.152Z Documenting pin-utils v0.1.0
25662024-04-03T07:35:45.781Z Documenting iana-time-zone v0.1.57
25672024-04-03T07:35:45.781Z Documenting futures-channel v0.3.30
25682024-04-03T07:35:46.214Z Documenting slab v0.4.9
25692024-04-03T07:35:47.557Z Documenting bytes v1.5.0
25702024-04-03T07:35:50.026Z Documenting bitflags v2.4.2
25712024-04-03T07:35:50.067Z Documenting serde_json v1.0.114
25722024-04-03T07:35:50.143Z Documenting chrono v0.4.34
25732024-04-03T07:35:50.190Z Documenting futures-macro v0.3.30
25742024-04-03T07:35:50.213Z Documenting futures-task v0.3.30
25752024-04-03T07:35:50.403Z Documenting futures-io v0.3.30
25762024-04-03T07:35:51.117Z Documenting generic-array v0.14.7
25772024-04-03T07:35:51.276Z Documenting tokio v1.36.0
25782024-04-03T07:35:54.639Z Documenting uuid v1.7.0
25792024-04-03T07:35:55.127Z Documenting ahash v0.8.8
25802024-04-03T07:35:55.235Z Documenting allocator-api2 v0.2.16
25812024-04-03T07:35:56.176Z Documenting tinyvec_macros v0.1.1
25822024-04-03T07:35:56.190Z Documenting crypto-common v0.1.6
25832024-04-03T07:35:56.190Z Documenting futures-util v0.3.30
25842024-04-03T07:35:57.070Z Documenting const-oid v0.9.6
25852024-04-03T07:35:58.647Z Documenting tinyvec v1.6.0
25862024-04-03T07:35:59.172Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
25872024-04-03T07:35:59.335Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
25882024-04-03T07:36:00.067Z Documenting tracing-core v0.1.32
25892024-04-03T07:36:00.067Z Checking serde_derive_internals v0.26.0
25902024-04-03T07:36:00.325Z Documenting hashbrown v0.14.3
25912024-04-03T07:36:00.634Z Documenting serde_derive_internals v0.26.0
25922024-04-03T07:36:01.613Z Documenting tracing-attributes v0.1.27
25932024-04-03T07:36:02.816Z Documenting dyn-clone v1.0.17
25942024-04-03T07:36:03.585Z Documenting unicode-normalization v0.1.22
25952024-04-03T07:36:04.113Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
25962024-04-03T07:36:05.203Z Documenting lazy_static v1.4.0
25972024-04-03T07:36:06.674Z Documenting ppv-lite86 v0.2.17
25982024-04-03T07:36:06.903Z Documenting unicode-bidi v0.3.15
25992024-04-03T07:36:07.424Z Documenting schemars_derive v0.8.16
26002024-04-03T07:36:07.589Z Documenting percent-encoding v2.3.1
26012024-04-03T07:36:09.192Z Documenting block-buffer v0.10.4
26022024-04-03T07:36:09.242Z Documenting fnv v1.0.7
26032024-04-03T07:36:11.851Z Documenting equivalent v1.0.1
26042024-04-03T07:36:12.021Z Documenting rand_chacha v0.3.1
26052024-04-03T07:36:12.033Z Documenting powerfmt v0.2.0
26062024-04-03T07:36:12.191Z Documenting form_urlencoded v1.2.1
26072024-04-03T07:36:12.638Z Documenting digest v0.10.7
26082024-04-03T07:36:13.539Z Documenting schemars v0.8.16
26092024-04-03T07:36:13.793Z Documenting time-macros v0.2.17
26102024-04-03T07:36:15.233Z Documenting indexmap v2.2.6
26112024-04-03T07:36:15.242Z Documenting deranged v0.3.11
26122024-04-03T07:36:17.159Z Documenting num_threads v0.1.6
26132024-04-03T07:36:17.220Z Documenting rand v0.8.5
26142024-04-03T07:36:19.396Z Documenting num-conv v0.1.0
26152024-04-03T07:36:19.505Z Documenting tracing v0.1.40
26162024-04-03T07:36:28.199Z Documenting unicode-width v0.1.11
26172024-04-03T07:36:28.262Z Documenting time-core v0.1.2
26182024-04-03T07:36:28.382Z Documenting idna v0.5.0
26192024-04-03T07:36:28.457Z Documenting unicode-ident v1.0.12
26202024-04-03T07:36:28.591Z Documenting adler v1.0.2
26212024-04-03T07:36:28.616Z Documenting slog v2.7.0
26222024-04-03T07:36:28.942Z Documenting httparse v1.8.0
26232024-04-03T07:36:31.087Z Documenting cpufeatures v0.2.12
26242024-04-03T07:36:31.193Z Documenting time v0.3.34
26252024-04-03T07:36:31.359Z Documenting proc-macro2 v1.0.78
26262024-04-03T07:36:31.488Z Documenting miniz_oxide v0.7.1
26272024-04-03T07:36:33.699Z Documenting url v2.5.0
26282024-04-03T07:36:34.030Z Documenting async-trait v0.1.79
26292024-04-03T07:36:34.053Z Documenting errno v0.3.8
26302024-04-03T07:36:34.164Z Documenting httpdate v1.0.3
26312024-04-03T07:36:35.121Z Documenting try-lock v0.2.4
26322024-04-03T07:36:36.735Z Documenting quote v1.0.35
26332024-04-03T07:36:37.303Z Documenting http-body v0.4.5
26342024-04-03T07:36:37.860Z Documenting tokio-util v0.7.10
26352024-04-03T07:36:38.677Z Documenting want v0.3.1
26362024-04-03T07:36:39.092Z Documenting aho-corasick v1.1.2
26372024-04-03T07:36:39.092Z Documenting rustix v0.38.31
26382024-04-03T07:36:39.092Z Documenting openssl-sys v0.9.96
26392024-04-03T07:36:40.010Z Documenting openssl-macros v0.1.1
26402024-04-03T07:36:40.892Z Documenting syn v2.0.52
26412024-04-03T07:36:42.697Z Documenting regex-syntax v0.8.2
26422024-04-03T07:36:43.378Z Documenting mime v0.3.17
26432024-04-03T07:36:44.291Z Documenting h2 v0.3.24
26442024-04-03T07:36:44.793Z Documenting gimli v0.28.0
26452024-04-03T07:36:45.796Z Documenting tower-service v0.3.2
26462024-04-03T07:36:45.796Z Documenting openssl v0.10.60
26472024-04-03T07:36:46.803Z Documenting object v0.32.1
26482024-04-03T07:36:48.259Z Documenting rustc-demangle v0.1.23
26492024-04-03T07:36:50.519Z Documenting openssl-probe v0.1.5
26502024-04-03T07:36:50.614Z Documenting regex-automata v0.4.5
26512024-04-03T07:36:51.466Z Documenting addr2line v0.21.0
26522024-04-03T07:36:51.813Z Documenting ipnet v2.9.0
26532024-04-03T07:36:54.275Z Documenting base64ct v1.6.0
26542024-04-03T07:36:54.965Z Documenting hyper v0.14.28
26552024-04-03T07:36:55.471Z Documenting native-tls v0.2.11
26562024-04-03T07:36:55.890Z Documenting futures-executor v0.3.30
26572024-04-03T07:36:56.798Z Documenting encoding_rs v0.8.33
26582024-04-03T07:36:59.291Z Documenting psl-types v2.0.11
26592024-04-03T07:36:59.695Z Documenting backtrace v0.3.69
26602024-04-03T07:37:00.340Z Documenting serde_urlencoded v0.7.1
26612024-04-03T07:37:00.518Z Documenting regex v1.10.4
26622024-04-03T07:37:01.113Z Documenting tokio-native-tls v0.3.1
26632024-04-03T07:37:01.619Z Documenting crossbeam-utils v0.8.19
26642024-04-03T07:37:02.257Z Documenting publicsuffix v2.2.3
26652024-04-03T07:37:04.570Z Documenting utf8parse v0.2.1
26662024-04-03T07:37:04.983Z Documenting futures v0.3.30
26672024-04-03T07:37:06.418Z Documenting anyhow v1.0.79
26682024-04-03T07:37:06.937Z Documenting pem-rfc7468 v0.7.0
26692024-04-03T07:37:06.952Z Checking pest_meta v2.7.6
26702024-04-03T07:37:07.490Z Documenting der_derive v0.7.2
26712024-04-03T07:37:07.888Z Documenting cookie_store v0.20.0
26722024-04-03T07:37:07.906Z Documenting flagset v0.4.3
26732024-04-03T07:37:08.228Z Documenting sync_wrapper v0.1.2
26742024-04-03T07:37:08.904Z Documenting hyper-tls v0.5.0
26752024-04-03T07:37:11.159Z Documenting hyper-rustls v0.24.2
26762024-04-03T07:37:11.723Z Documenting webpki-roots v0.25.2
26772024-04-03T07:37:11.738Z Documenting num-integer v0.1.46
26782024-04-03T07:37:11.837Z Documenting pest_meta v2.7.6
26792024-04-03T07:37:12.755Z Documenting scroll_derive v0.12.0
26802024-04-03T07:37:13.380Z Checking pest_generator v2.7.6
26812024-04-03T07:37:14.086Z Documenting openapiv3 v2.0.0
26822024-04-03T07:37:14.368Z Documenting der v0.7.8
26832024-04-03T07:37:15.915Z Documenting plain v0.2.3
26842024-04-03T07:37:16.230Z Documenting pest_generator v2.7.6
26852024-04-03T07:37:16.334Z Documenting ucd-trie v0.1.6
26862024-04-03T07:37:16.954Z Documenting spin v0.9.8
26872024-04-03T07:37:18.025Z Documenting reqwest v0.11.24
26882024-04-03T07:37:18.374Z Documenting scroll v0.12.0
26892024-04-03T07:37:18.844Z Documenting anstyle v1.0.6
26902024-04-03T07:37:20.994Z Documenting spki v0.7.2
26912024-04-03T07:37:20.994Z Documenting either v1.10.0
26922024-04-03T07:37:20.994Z Documenting pest v2.7.6
26932024-04-03T07:37:21.124Z Documenting pest_derive v2.7.6
26942024-04-03T07:37:21.444Z Documenting pretty-hex v0.4.1
26952024-04-03T07:37:22.610Z Documenting goblin v0.8.0
26962024-04-03T07:37:23.690Z Documenting anstyle-parse v0.2.1
26972024-04-03T07:37:24.634Z Documenting thread-id v4.2.0
26982024-04-03T07:37:24.820Z Documenting pkcs8 v0.10.2
26992024-04-03T07:37:25.214Z Documenting data-encoding v2.4.0
27002024-04-03T07:37:25.763Z Documenting colorchoice v1.0.0
27012024-04-03T07:37:26.441Z Documenting dtrace-parser v0.2.0
27022024-04-03T07:37:26.932Z Documenting anstyle-query v1.0.0
27032024-04-03T07:37:28.644Z Documenting crossbeam-epoch v0.9.18
27042024-04-03T07:37:29.607Z Documenting terminal_size v0.3.0
27052024-04-03T07:37:29.642Z Documenting sha2 v0.10.8
27062024-04-03T07:37:29.643Z Documenting ipnetwork v0.20.0
27072024-04-03T07:37:30.031Z Documenting dof v0.3.0
27082024-04-03T07:37:30.826Z Documenting hex v0.4.3
27092024-04-03T07:37:30.937Z Documenting crc32fast v1.3.2
27102024-04-03T07:37:31.716Z Documenting anstream v0.6.11
27112024-04-03T07:37:33.484Z Documenting strsim v0.11.0
27122024-04-03T07:37:34.012Z Documenting unicode-segmentation v1.10.1
27132024-04-03T07:37:34.462Z Documenting untrusted v0.9.0
27142024-04-03T07:37:35.319Z Documenting usdt-impl v0.5.0
27152024-04-03T07:37:35.384Z Documenting clap_lex v0.7.0
27162024-04-03T07:37:36.151Z Documenting num-iter v0.1.44
27172024-04-03T07:37:36.162Z Documenting hmac v0.12.1
27182024-04-03T07:37:36.719Z Documenting signal-hook v0.3.17
27192024-04-03T07:37:37.391Z Documenting ring v0.17.8
27202024-04-03T07:37:37.623Z Documenting clap_derive v4.5.0
27212024-04-03T07:37:37.960Z Documenting static_assertions v1.1.0
27222024-04-03T07:37:39.995Z Documenting clap_builder v4.5.1
27232024-04-03T07:37:40.470Z Documenting flate2 v1.0.28
27242024-04-03T07:37:41.403Z Documenting managed v0.8.0
27252024-04-03T07:37:41.696Z Documenting block-padding v0.3.3
27262024-04-03T07:37:41.839Z Documenting signal-hook-mio v0.2.3
27272024-04-03T07:37:42.160Z Documenting scheduled-thread-pool v0.2.7
27282024-04-03T07:37:43.701Z Documenting bzip2-sys v0.1.11+1.0.8
27292024-04-03T07:37:43.893Z Documenting enum-as-inner v0.5.1
27302024-04-03T07:37:45.304Z Documenting diesel_table_macro_syntax v0.1.0
27312024-04-03T07:37:45.860Z Checking diesel_table_macro_syntax v0.1.0
27322024-04-03T07:37:46.023Z Documenting md-5 v0.10.5
27332024-04-03T07:37:46.311Z Documenting r2d2 v0.8.10
27342024-04-03T07:37:47.259Z Documenting crossterm v0.27.0
27352024-04-03T07:37:47.284Z Documenting inout v0.1.3
27362024-04-03T07:37:47.807Z Documenting clap v4.5.1
27372024-04-03T07:37:48.317Z Documenting bzip2 v0.4.4
27382024-04-03T07:37:48.476Z Documenting trust-dns-proto v0.22.0
27392024-04-03T07:37:50.657Z Documenting stringprep v0.1.3
27402024-04-03T07:37:51.043Z Documenting diesel_derives v2.1.2
27412024-04-03T07:37:51.769Z Documenting regress v0.9.0
27422024-04-03T07:37:52.539Z Documenting ff v0.13.0
27432024-04-03T07:37:52.593Z Documenting toml_datetime v0.6.5
27442024-04-03T07:37:53.478Z Documenting serde_spanned v0.6.5
27452024-04-03T07:37:54.509Z Documenting pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
27462024-04-03T07:37:56.036Z Documenting winnow v0.6.1
27472024-04-03T07:37:57.484Z Documenting base16ct v0.2.0
27482024-04-03T07:37:57.669Z Documenting bit-vec v0.6.3
27492024-04-03T07:37:57.794Z Documenting fallible-iterator v0.2.0
27502024-04-03T07:37:58.509Z Documenting siphasher v0.3.11
27512024-04-03T07:37:59.153Z Documenting group v0.13.0
27522024-04-03T07:37:59.349Z Documenting zip v0.6.6
27532024-04-03T07:37:59.554Z Documenting diesel v2.1.5
27542024-04-03T07:38:01.196Z Documenting sec1 v0.7.3
27552024-04-03T07:38:01.626Z Documenting phf_shared v0.11.2
27562024-04-03T07:38:01.888Z Documenting cipher v0.4.4
27572024-04-03T07:38:01.892Z Documenting toml_edit v0.22.9
27582024-04-03T07:38:03.770Z Documenting postgres-protocol v0.6.6
27592024-04-03T07:38:03.881Z Documenting hkdf v0.12.4
27602024-04-03T07:38:04.347Z Documenting num-bigint v0.4.4
27612024-04-03T07:38:06.443Z Documenting bstr v1.9.0
27622024-04-03T07:38:16.404Z Documenting console v0.15.8
27632024-04-03T07:38:16.554Z Documenting crypto-bigint v0.5.2
27642024-04-03T07:38:24.425Z Documenting hubpack v0.1.2
27652024-04-03T07:38:24.648Z Documenting serde_repr v0.1.16
27662024-04-03T07:38:25.127Z Documenting precomputed-hash v0.1.1
27672024-04-03T07:38:25.241Z Documenting fixedbitset v0.4.2
27682024-04-03T07:38:25.377Z Documenting heck v0.4.1
27692024-04-03T07:38:25.874Z Documenting lalrpop-util v0.19.12
27702024-04-03T07:38:27.723Z Documenting minimal-lexical v0.2.1
27712024-04-03T07:38:36.476Z Documenting new_debug_unreachable v1.0.4
27722024-04-03T07:38:36.476Z Checking unsafe-libyaml v0.2.10
27732024-04-03T07:38:36.476Z Documenting petgraph v0.6.4
27742024-04-03T07:38:36.476Z Documenting typify-impl v0.0.16 (https://github.com/oxidecomputer/typify#c5ebe0a2)
27752024-04-03T07:38:36.476Z Documenting yasna v0.5.2
27762024-04-03T07:38:36.476Z Documenting gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
27772024-04-03T07:38:36.476Z Documenting nom v7.1.3
27782024-04-03T07:38:36.476Z Documenting elliptic-curve v0.13.8
27792024-04-03T07:38:36.546Z Documenting postgres-types v0.2.6
27802024-04-03T07:38:38.342Z Documenting string_cache v0.8.7
27812024-04-03T07:38:41.707Z Documenting phf v0.11.2
27822024-04-03T07:38:42.038Z Documenting similar v2.4.0
27832024-04-03T07:38:51.305Z Documenting typify-macro v0.0.16 (https://github.com/oxidecomputer/typify#c5ebe0a2)
27842024-04-03T07:38:51.419Z Documenting semver v1.0.22
27852024-04-03T07:38:51.797Z Documenting float-cmp v0.9.0
27862024-04-03T07:38:51.955Z Checking ident_case v1.0.1
27872024-04-03T07:38:52.001Z Documenting peg-runtime v0.8.2
27882024-04-03T07:38:52.084Z Documenting difflib v0.4.0
27892024-04-03T07:38:52.103Z Documenting unsafe-libyaml v0.2.10
27902024-04-03T07:38:52.172Z Checking strsim v0.10.0
27912024-04-03T07:38:52.384Z Documenting normalize-line-endings v0.3.0
27922024-04-03T07:38:52.400Z Documenting predicates-core v1.0.6
27932024-04-03T07:38:56.008Z Documenting whoami v1.5.0
27942024-04-03T07:38:56.828Z Documenting serde_yaml v0.9.25
27952024-04-03T07:38:56.885Z Checking serde_yaml v0.9.25
27962024-04-03T07:38:57.014Z Documenting bit-set v0.5.3
27972024-04-03T07:38:57.172Z Documenting progenitor-client v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f)
27982024-04-03T07:38:57.300Z Documenting getopts v0.2.21
27992024-04-03T07:38:57.446Z Documenting predicates v3.1.0
28002024-04-03T07:38:58.091Z Documenting typify v0.0.16 (https://github.com/oxidecomputer/typify#c5ebe0a2)
28012024-04-03T07:38:58.741Z Documenting tokio-stream v0.1.14
28022024-04-03T07:39:00.991Z Documenting tokio-postgres v0.7.10
28032024-04-03T07:39:01.707Z Documenting strum v0.26.1
28042024-04-03T07:39:01.962Z Documenting dirs-sys-next v0.1.2
28052024-04-03T07:39:03.483Z Documenting progenitor-macro v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f)
28062024-04-03T07:39:03.946Z Documenting match_cfg v0.1.0
28072024-04-03T07:39:04.931Z Documenting progenitor-impl v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f)
28082024-04-03T07:39:05.247Z Checking darling_core v0.20.3
28092024-04-03T07:39:05.417Z Documenting sha1 v0.10.6
28102024-04-03T07:39:05.865Z Documenting http v1.0.0
28112024-04-03T07:39:06.927Z Documenting camino v1.1.6
28122024-04-03T07:39:06.939Z Documenting dirs-next v2.0.0
28132024-04-03T07:39:07.216Z Documenting hostname v0.3.1
28142024-04-03T07:39:10.161Z Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
28152024-04-03T07:39:10.316Z Documenting thread_local v1.1.7
28162024-04-03T07:39:11.260Z Documenting rustls-pki-types v1.3.0
28172024-04-03T07:39:11.666Z Checking darling v0.20.3
28182024-04-03T07:39:12.188Z Documenting crossbeam-channel v0.5.8
28192024-04-03T07:39:12.205Z Documenting paste v1.0.14
28202024-04-03T07:39:12.205Z Documenting term v0.7.0
28212024-04-03T07:39:12.205Z Documenting atty v0.2.14
28222024-04-03T07:39:13.040Z Documenting progenitor v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f)
28232024-04-03T07:39:14.880Z Documenting take_mut v0.2.2
28242024-04-03T07:39:15.091Z Documenting slog-json v2.6.1
28252024-04-03T07:39:15.960Z Documenting async-stream-impl v0.3.5
28262024-04-03T07:39:16.216Z Documenting rustls-webpki v0.102.1
28272024-04-03T07:39:16.498Z Documenting atomic-waker v1.1.1
28282024-04-03T07:39:16.956Z Documenting debug-ignore v1.0.5
28292024-04-03T07:39:17.020Z Documenting slog-term v2.9.0
28302024-04-03T07:39:19.504Z Documenting waitgroup v0.1.2
28312024-04-03T07:39:19.649Z Documenting slog-async v2.8.0
28322024-04-03T07:39:19.931Z Documenting slog-bunyan v2.5.0
28332024-04-03T07:39:20.034Z Documenting rustls-pemfile v2.1.1
28342024-04-03T07:39:21.429Z Documenting rustls v0.22.2
28352024-04-03T07:39:30.159Z Documenting multer v3.0.0
28362024-04-03T07:39:30.160Z Documenting async-stream v0.3.5
28372024-04-03T07:39:30.160Z Documenting toml v0.8.12
28382024-04-03T07:39:30.735Z Documenting dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#29ae98d1)
28392024-04-03T07:39:30.735Z Documenting serde_path_to_error v0.1.16
28402024-04-03T07:39:30.735Z Documenting serde_with_macros v3.6.1
28412024-04-03T07:39:30.794Z Documenting structmeta-derive v0.3.0
28422024-04-03T07:39:30.794Z Checking structmeta v0.3.0
28432024-04-03T07:39:30.794Z Documenting instant v0.1.12
28442024-04-03T07:39:30.794Z Documenting newtype-uuid v1.0.1
28452024-04-03T07:39:30.794Z Documenting slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
28462024-04-03T07:39:30.794Z Documenting mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8207cb9c90cd7144c3f351823bfb2ae3e221ad10#8207cb9c)
28472024-04-03T07:39:30.794Z Documenting serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
28482024-04-03T07:39:30.794Z Documenting serde_with v3.6.1
28492024-04-03T07:39:31.745Z Documenting backoff v0.4.0
28502024-04-03T07:39:32.005Z Documenting tokio-rustls v0.25.0
28512024-04-03T07:39:32.491Z Documenting structmeta v0.3.0
28522024-04-03T07:39:33.097Z Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
28532024-04-03T07:39:33.998Z Documenting slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
28542024-04-03T07:39:34.299Z Documenting macaddr v1.0.1
28552024-04-03T07:39:37.441Z Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
28562024-04-03T07:39:38.024Z Documenting dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#29ae98d1)
28572024-04-03T07:39:38.100Z Documenting parse-display-derive v0.9.0
28582024-04-03T07:39:38.312Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
28592024-04-03T07:39:38.534Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
28602024-04-03T07:39:38.720Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
28612024-04-03T07:39:38.869Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
28622024-04-03T07:39:38.973Z Documenting fastrand v2.0.1
28632024-04-03T07:39:39.733Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
28642024-04-03T07:39:40.004Z Checking proc-macro-crate v1.3.1
28652024-04-03T07:39:40.243Z Documenting proc-macro-crate v1.3.1
28662024-04-03T07:39:41.278Z Documenting foreign-types-macros v0.2.3
28672024-04-03T07:39:41.398Z Documenting foreign-types-shared v0.3.1
28682024-04-03T07:39:42.615Z Documenting libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
28692024-04-03T07:39:43.101Z Documenting nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
28702024-04-03T07:39:43.651Z Documenting tempfile v3.10.0
28712024-04-03T07:39:44.094Z Documenting parse-display v0.9.0
28722024-04-03T07:39:44.365Z Documenting cstr-argument v0.1.2
28732024-04-03T07:39:45.727Z Documenting num_enum_derive v0.5.11
28742024-04-03T07:39:47.136Z Documenting foreign-types v0.5.0
28752024-04-03T07:39:47.261Z Documenting rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
28762024-04-03T07:39:47.817Z Documenting tabwriter v1.4.0
28772024-04-03T07:39:48.883Z Documenting camino-tempfile v1.1.1
28782024-04-03T07:39:49.151Z Documenting colored v2.1.0
28792024-04-03T07:39:49.347Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
28802024-04-03T07:39:51.327Z Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
28812024-04-03T07:39:51.885Z Documenting num_enum v0.5.11
28822024-04-03T07:39:51.949Z Documenting rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
28832024-04-03T07:39:52.058Z Documenting nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
28842024-04-03T07:39:52.627Z Documenting hash32 v0.3.1
28852024-04-03T07:39:53.356Z Documenting stable_deref_trait v1.2.0
28862024-04-03T07:39:53.873Z Documenting smf v0.2.2
28872024-04-03T07:39:56.308Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
28882024-04-03T07:39:56.637Z Documenting embedded-io v0.4.0
28892024-04-03T07:39:56.687Z Documenting cobs v0.2.3
28902024-04-03T07:39:56.801Z Documenting dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
28912024-04-03T07:39:56.938Z Documenting illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
28922024-04-03T07:39:57.418Z Documenting heapless v0.8.0
28932024-04-03T07:39:59.384Z Documenting base64 v0.22.0
28942024-04-03T07:39:59.955Z Documenting crucible-workspace-hack v0.1.0
28952024-04-03T07:40:00.376Z Documenting derror-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
28962024-04-03T07:40:00.528Z Documenting postcard v1.0.8
28972024-04-03T07:40:00.827Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
28982024-04-03T07:40:01.885Z Documenting proc-macro-error-attr v1.0.4
28992024-04-03T07:40:06.287Z Documenting smoltcp v0.11.0
29002024-04-03T07:40:06.591Z Documenting kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
29012024-04-03T07:40:06.591Z Checking proc-macro-error v1.0.4
29022024-04-03T07:40:06.591Z Documenting memmap v0.7.0
29032024-04-03T07:40:06.648Z Documenting poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
29042024-04-03T07:40:06.648Z Documenting libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d)
29052024-04-03T07:40:06.844Z Documenting proc-macro-error v1.0.4
29062024-04-03T07:40:08.516Z Documenting bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=84e423bfd3bf84ebb04acb95cf7600731e9f361f#84e423bf)
29072024-04-03T07:40:09.049Z Documenting newline-converter v0.3.0
29082024-04-03T07:40:09.497Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
29092024-04-03T07:40:09.938Z Documenting usdt v0.5.0
29102024-04-03T07:40:09.985Z Documenting opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
29112024-04-03T07:40:11.214Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
29122024-04-03T07:40:12.031Z Documenting sigpipe v0.1.3
29132024-04-03T07:40:12.322Z Documenting num-derive v0.4.0
29142024-04-03T07:40:12.821Z Documenting zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
29152024-04-03T07:40:13.380Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
29162024-04-03T07:40:13.944Z Documenting bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=84e423bfd3bf84ebb04acb95cf7600731e9f361f#84e423bf)
29172024-04-03T07:40:14.160Z Documenting expectorate v1.1.0
29182024-04-03T07:40:16.116Z Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
29192024-04-03T07:40:16.668Z Documenting password-hash v0.5.0
29202024-04-03T07:40:17.220Z Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
29212024-04-03T07:40:17.553Z Documenting opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
29222024-04-03T07:40:18.212Z Documenting crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=4661c23b248da18862012cf55af21b17b79a468e#4661c23b)
29232024-04-03T07:40:18.887Z Documenting blake2 v0.10.6
29242024-04-03T07:40:19.011Z Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
29252024-04-03T07:40:19.350Z Documenting humantime v2.1.0
29262024-04-03T07:40:21.840Z Documenting linked-hash-map v0.5.6
29272024-04-03T07:40:23.503Z Documenting bytecount v0.6.3
29282024-04-03T07:40:23.994Z Documenting argon2 v0.5.3
29292024-04-03T07:40:24.229Z Documenting tabled_derive v0.7.0
29302024-04-03T07:40:24.419Z Documenting oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
29312024-04-03T07:40:24.445Z Documenting derive-where v1.2.7
29322024-04-03T07:40:26.606Z Documenting lru-cache v0.1.2
29332024-04-03T07:40:26.663Z Documenting papergrid v0.11.0
29342024-04-03T07:40:28.656Z Documenting swrite v0.1.0
29352024-04-03T07:40:29.750Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
29362024-04-03T07:40:29.766Z Documenting newtype_derive v0.1.6
29372024-04-03T07:40:29.989Z Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
29382024-04-03T07:40:30.522Z Documenting itertools v0.12.1
29392024-04-03T07:40:31.606Z Documenting opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
29402024-04-03T07:40:31.670Z Documenting arc-swap v1.6.0
29412024-04-03T07:40:32.230Z Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
29422024-04-03T07:40:32.409Z Documenting tabled v0.15.0
29432024-04-03T07:40:33.499Z Documenting quick-error v1.2.3
29442024-04-03T07:40:34.455Z Documenting steno v0.4.0
29452024-04-03T07:40:36.694Z Documenting slog-scope v4.4.0
29462024-04-03T07:40:37.177Z Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
29472024-04-03T07:40:38.346Z Documenting resolv-conf v0.7.0
29482024-04-03T07:40:38.862Z Documenting num-rational v0.4.1
29492024-04-03T07:40:39.876Z Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
29502024-04-03T07:40:40.468Z Documenting num-complex v0.4.4
29512024-04-03T07:40:41.645Z Documenting slog-stdlog v4.1.1
29522024-04-03T07:40:43.402Z Documenting filetime v0.2.23
29532024-04-03T07:40:43.610Z Documenting trust-dns-resolver v0.22.0
29542024-04-03T07:40:43.841Z Documenting xattr v1.0.1
29552024-04-03T07:40:48.629Z Documenting tap v1.0.1
29562024-04-03T07:40:48.629Z Documenting slog-envlogger v2.2.0
29572024-04-03T07:40:48.629Z Documenting num v0.4.1
29582024-04-03T07:40:48.629Z Documenting wyz v0.5.1
29592024-04-03T07:40:48.849Z Documenting tar v0.4.40
29602024-04-03T07:40:51.518Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
29612024-04-03T07:40:51.621Z Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
29622024-04-03T07:40:52.200Z Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
29632024-04-03T07:40:52.307Z Documenting radium v0.7.0
29642024-04-03T07:40:52.321Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
29652024-04-03T07:40:52.736Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
29662024-04-03T07:40:52.954Z Documenting nibble_vec v0.1.0
29672024-04-03T07:40:53.365Z Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
29682024-04-03T07:40:53.369Z Documenting funty v2.0.0
29692024-04-03T07:40:54.189Z Documenting crc-catalog v2.2.0
29702024-04-03T07:40:54.644Z Documenting endian-type v0.1.2
29712024-04-03T07:40:56.026Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
29722024-04-03T07:40:56.505Z Documenting cancel-safe-futures v0.1.5
29732024-04-03T07:40:56.702Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
29742024-04-03T07:40:56.920Z Documenting bitvec v1.0.1
29752024-04-03T07:40:56.966Z Documenting packed_struct_codegen v0.10.1
29762024-04-03T07:40:57.268Z Documenting crc v3.0.1
29772024-04-03T07:40:57.537Z Documenting nodrop v0.1.14
29782024-04-03T07:40:57.953Z Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
29792024-04-03T07:40:59.557Z Documenting radix_trie v0.2.1
29802024-04-03T07:41:00.561Z Documenting same-file v1.0.6
29812024-04-03T07:41:00.763Z Documenting array-init v0.0.4
29822024-04-03T07:41:02.439Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
29832024-04-03T07:41:02.536Z Documenting num-bigint-dig v0.8.4
29842024-04-03T07:41:02.648Z Documenting packed_struct v0.10.1
29852024-04-03T07:41:04.619Z Documenting pkcs1 v0.7.5
29862024-04-03T07:41:05.105Z Documenting is-terminal v0.4.9
29872024-04-03T07:41:05.381Z Documenting walkdir v2.4.0
29882024-04-03T07:41:06.027Z Documenting signature v2.1.0
29892024-04-03T07:41:09.580Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
29902024-04-03T07:41:09.969Z Documenting termcolor v1.2.0
29912024-04-03T07:41:10.186Z Documenting bitfield v0.14.0
29922024-04-03T07:41:10.287Z Documenting display-error-chain v0.2.0
29932024-04-03T07:41:10.693Z Documenting serde-hex v0.1.0
29942024-04-03T07:41:11.904Z Documenting tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
29952024-04-03T07:41:12.045Z Documenting rsa v0.9.2
29962024-04-03T07:41:12.137Zwarning: unresolved link to `StNestedBuilder::make_subsection`
29972024-04-03T07:41:12.137Z --> nexus/types/src/sectioned_table.rs:145:7
29982024-04-03T07:41:12.137Z |
29992024-04-03T07:41:12.138Z145 | /// [`StNestedBuilder::make_subsection`].
30002024-04-03T07:41:12.138Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `StNestedBuilder` in scope
30012024-04-03T07:41:12.138Z |
30022024-04-03T07:41:12.138Z = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default
30032024-04-03T07:41:12.138Z
30042024-04-03T07:41:12.869Z Documenting slog-dtrace v0.3.0
30052024-04-03T07:41:13.660Z Documenting lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
30062024-04-03T07:41:14.263Zwarning: `nexus-types` (lib doc) generated 1 warning
30072024-04-03T07:41:14.268Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
30082024-04-03T07:41:14.530Z Documenting x509-cert v0.2.4
30092024-04-03T07:41:15.287Z Documenting env_logger v0.10.0
30102024-04-03T07:41:15.296Z Documenting libsw v3.3.1
30112024-04-03T07:41:16.155Z Documenting ron v0.8.1
30122024-04-03T07:41:16.694Z Documenting half v2.3.1
30132024-04-03T07:41:19.675Z Documenting pem v3.0.2
30142024-04-03T07:41:19.716Z Documenting ciborium-io v0.2.2
30152024-04-03T07:41:20.194Z Documenting owo-colors v4.0.0
30162024-04-03T07:41:20.265Z Documenting linear-map v1.2.0
30172024-04-03T07:41:20.910Z Documenting crc-any v2.4.3
30182024-04-03T07:41:21.284Z Documenting tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
30192024-04-03T07:41:22.581Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
30202024-04-03T07:41:24.286Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
30212024-04-03T07:41:24.545Z Documenting lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
30222024-04-03T07:41:24.759Z Checking darling_core v0.14.4
30232024-04-03T07:41:24.865Z Documenting ciborium-ll v0.2.2
30242024-04-03T07:41:25.081Z Documenting headers-core v0.2.0
30252024-04-03T07:41:25.268Z Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
30262024-04-03T07:41:25.982Z Documenting path-slash v0.1.5
30272024-04-03T07:41:26.428Z Checking darling v0.14.4
30282024-04-03T07:41:26.527Z Documenting internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
30292024-04-03T07:41:29.588Z Documenting ciborium v0.2.2
30302024-04-03T07:41:30.985Z Documenting fxhash v0.2.1
30312024-04-03T07:41:31.041Z Documenting headers v0.3.9
30322024-04-03T07:41:33.759Z Documenting hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84)
30332024-04-03T07:41:35.354Z Documenting async-recursion v1.0.5
30342024-04-03T07:41:35.830Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
30352024-04-03T07:41:36.240Z Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
30362024-04-03T07:41:36.428Z Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
30372024-04-03T07:41:37.648Z Documenting vte_generate_state_changes v0.1.1
30382024-04-03T07:41:41.051Z Checking convert_case v0.4.0
30392024-04-03T07:41:41.227Z Documenting convert_case v0.4.0
30402024-04-03T07:41:41.250Z Documenting derive_builder_core v0.12.0
30412024-04-03T07:41:42.509Z Documenting vte v0.11.1
30422024-04-03T07:41:46.154Z Documenting derive_more v0.99.17
30432024-04-03T07:41:47.615Z Checking derive_builder_core v0.12.0
30442024-04-03T07:41:47.956Z Documenting buf-list v1.0.3
30452024-04-03T07:41:48.464Z Documenting bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
30462024-04-03T07:41:48.472Z Documenting viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
30472024-04-03T07:41:50.501Z Checking heck v0.3.3
30482024-04-03T07:41:50.661Z Documenting bitstruct_derive v0.1.0
30492024-04-03T07:41:51.138Z Documenting pin-project-internal v1.1.3
30502024-04-03T07:41:53.277Z Documenting ascii v1.1.0
30512024-04-03T07:41:53.578Z Documenting viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
30522024-04-03T07:41:53.871Z Documenting bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
30532024-04-03T07:41:54.109Z Documenting structopt-derive v0.4.18
30542024-04-03T07:41:55.818Z Documenting bitstruct v0.1.1
30552024-04-03T07:41:57.094Z Documenting rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c)
30562024-04-03T07:41:57.162Z Documenting derive_builder_macro v0.12.0
30572024-04-03T07:41:57.444Z Documenting pin-project v1.1.3
30582024-04-03T07:41:58.825Z Documenting strip-ansi-escapes v0.2.0
30592024-04-03T07:41:59.171Z Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
30602024-04-03T07:41:59.179Z Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
30612024-04-03T07:41:59.713Z Documenting doc-comment v0.3.3
30622024-04-03T07:42:00.799Z Documenting dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
30632024-04-03T07:42:02.124Z Documenting crossbeam-deque v0.8.3
30642024-04-03T07:42:02.696Z Documenting propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
30652024-04-03T07:42:03.278Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
30662024-04-03T07:42:03.747Z Documenting erased-serde v0.3.31
30672024-04-03T07:42:04.273Z Documenting serde_arrays v0.1.0
30682024-04-03T07:42:05.960Z Documenting snafu-derive v0.7.5
30692024-04-03T07:42:07.291Z Documenting ref-cast-impl v1.0.20
30702024-04-03T07:42:08.345Z Documenting nu-ansi-term v0.50.0
30712024-04-03T07:42:09.192Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
30722024-04-03T07:42:09.200Z Checking unicode-xid v0.2.4
30732024-04-03T07:42:09.637Z Documenting unicode-xid v0.2.4
30742024-04-03T07:42:09.736Z Documenting propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
30752024-04-03T07:42:12.208Z Documenting const_format_proc_macros v0.2.32
30762024-04-03T07:42:12.568Z Documenting ref-cast v1.0.20
30772024-04-03T07:42:13.076Z Documenting rayon-core v1.12.1
30782024-04-03T07:42:13.361Z Documenting snafu v0.7.5
30792024-04-03T07:42:13.479Z Documenting reedline v0.30.0
30802024-04-03T07:42:15.997Z Documenting derive_builder v0.12.0
30812024-04-03T07:42:17.508Z Documenting structopt v0.3.26
30822024-04-03T07:42:18.335Z Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
30832024-04-03T07:42:18.562Z Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
30842024-04-03T07:42:20.177Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
30852024-04-03T07:42:21.225Z Documenting libefi-sys v0.1.0
30862024-04-03T07:42:21.327Z Documenting trust-dns-client v0.22.0
30872024-04-03T07:42:22.636Z Documenting polar-core v0.27.0
30882024-04-03T07:42:24.486Z Documenting libxml v0.3.3
30892024-04-03T07:42:25.361Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
30902024-04-03T07:42:25.600Z Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
30912024-04-03T07:42:26.506Z Documenting illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
30922024-04-03T07:42:26.658Z Documenting globset v0.4.13
30932024-04-03T07:42:30.040Z Documenting bb8 v0.8.3
30942024-04-03T07:42:30.401Z Documenting olpc-cjson v0.1.3
30952024-04-03T07:42:31.871Z Documenting quick-xml v0.30.0
30962024-04-03T07:42:32.703Z Documenting serde_plain v1.0.2
30972024-04-03T07:42:32.825Z Documenting impl-trait-for-tuples v0.2.2
30982024-04-03T07:42:33.032Z Documenting oso-derive v0.27.0
30992024-04-03T07:42:35.249Z Documenting keccak v0.1.4
31002024-04-03T07:42:36.075Z Documenting typed-path v0.7.0
31012024-04-03T07:42:37.227Z Documenting libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81)
31022024-04-03T07:42:37.996Z Documenting utf-8 v0.7.6
31032024-04-03T07:42:38.259Z Documenting maplit v1.0.2
31042024-04-03T07:42:38.837Z Documenting samael v0.0.14 (https://github.com/oxidecomputer/samael?branch=oxide/omicron#9e609a8f)
31052024-04-03T07:42:38.855Z Documenting sha3 v0.10.8
31062024-04-03T07:42:40.121Z Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
31072024-04-03T07:42:45.777Z Documenting libnvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81)
31082024-04-03T07:42:45.892Z Documenting tough v0.16.0
31092024-04-03T07:42:45.892Z Documenting tungstenite v0.21.0
31102024-04-03T07:42:45.892Z Documenting oso v0.27.0
31112024-04-03T07:42:45.892Z Documenting async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef)
31122024-04-03T07:42:46.667Z Documenting tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802)
31132024-04-03T07:42:49.120Z Documenting trust-dns-server v0.22.1
31142024-04-03T07:42:50.517Z Documenting libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
31152024-04-03T07:42:51.405Z Documenting cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
31162024-04-03T07:42:51.974Z Documenting rayon v1.9.0
31172024-04-03T07:42:52.166Z Documenting const_format v0.2.32
31182024-04-03T07:42:53.580Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
31192024-04-03T07:42:55.580Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
31202024-04-03T07:42:55.773Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
31212024-04-03T07:42:55.950Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
31222024-04-03T07:42:56.768Z Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
31232024-04-03T07:42:57.058Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
31242024-04-03T07:42:57.348Z Documenting sled v0.34.7
31252024-04-03T07:42:57.635Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
31262024-04-03T07:42:58.060Z Documenting fs-err v2.11.0
31272024-04-03T07:42:58.524Z Documenting diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#62ef5ca0)
31282024-04-03T07:42:58.838Z Documenting cookie v0.18.0
31292024-04-03T07:43:00.989Z Documenting unicase v2.7.0
31302024-04-03T07:43:01.397Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31312024-04-03T07:43:01.683Z Documenting fd-lock v4.0.2
31322024-04-03T07:43:02.664Z Documenting nix v0.27.1
31332024-04-03T07:43:03.493Z Documenting secrecy v0.8.0
31342024-04-03T07:43:04.555Z Documenting gethostname v0.4.3
31352024-04-03T07:43:04.693Z Documenting peg-macros v0.8.2
31362024-04-03T07:43:04.874Z Documenting rustversion v1.0.14
31372024-04-03T07:43:06.650Z Documenting sqlparser_derive v0.2.2
31382024-04-03T07:43:07.135Z Documenting parse-size v1.0.0
31392024-04-03T07:43:07.743Z Documenting home v0.5.5
31402024-04-03T07:43:08.675Z Documenting unicode_categories v0.1.1
31412024-04-03T07:43:09.669Z Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
31422024-04-03T07:43:09.972Z Documenting castaway v0.2.2
31432024-04-03T07:43:10.240Z Documenting tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
31442024-04-03T07:43:10.514Z Documenting peg v0.8.2
31452024-04-03T07:43:11.600Z Documenting sqlparser v0.43.1
31462024-04-03T07:43:12.702Z Documenting rustyline v13.0.0
31472024-04-03T07:43:13.691Z Documenting sqlformat v0.2.3
31482024-04-03T07:43:14.135Z Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
31492024-04-03T07:43:14.699Z Documenting mime_guess v2.0.4
31502024-04-03T07:43:18.604Z Documenting propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
31512024-04-03T07:43:19.328Z Documenting tokio-tungstenite v0.21.0
31522024-04-03T07:43:19.754Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
31532024-04-03T07:43:20.410Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
31542024-04-03T07:43:25.039Z Documenting dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
31552024-04-03T07:43:25.171Z Documenting zone v0.1.8
31562024-04-03T07:43:26.952Z Documenting libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#d44d9e08)
31572024-04-03T07:43:27.017Z Documenting propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
31582024-04-03T07:43:27.488Z Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
31592024-04-03T07:43:30.667Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
31602024-04-03T07:43:30.938Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
31612024-04-03T07:43:31.216Z Documenting ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8207cb9c90cd7144c3f351823bfb2ae3e221ad10#8207cb9c)
31622024-04-03T07:43:32.245Z Documenting portpicker v0.1.1
31632024-04-03T07:43:33.702Z Documenting universal-hash v0.5.1
31642024-04-03T07:43:37.577Z Documenting bcs v0.1.6
31652024-04-03T07:43:37.893Z Documenting kstat-rs v0.2.3
31662024-04-03T07:43:38.703Z Documenting thiserror-impl-no-std v2.0.2
31672024-04-03T07:43:49.103Z Documenting curve25519-dalek-derive v0.1.0
31682024-04-03T07:43:49.127Z Documenting opaque-debug v0.3.0
31692024-04-03T07:43:49.216Z Documenting highway v1.1.0
31702024-04-03T07:43:49.237Z Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
31712024-04-03T07:43:49.400Z Documenting libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1)
31722024-04-03T07:43:49.664Z Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
31732024-04-03T07:43:49.870Z Documenting thiserror-no-std v2.0.2
31742024-04-03T07:43:52.049Z Documenting poly1305 v0.8.0
31752024-04-03T07:43:53.783Z Documenting compact_str v0.7.1
31762024-04-03T07:43:54.467Z Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
31772024-04-03T07:43:55.023Z Documenting curve25519-dalek v4.1.1
31782024-04-03T07:43:58.045Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
31792024-04-03T07:43:58.452Z Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
31802024-04-03T07:44:00.049Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
31812024-04-03T07:44:00.866Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
31822024-04-03T07:44:01.014Z Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
31832024-04-03T07:44:01.768Z Documenting portable-atomic v1.4.3
31842024-04-03T07:44:03.944Z Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
31852024-04-03T07:44:04.308Z Documenting ed25519 v1.5.3
31862024-04-03T07:44:05.967Z Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
31872024-04-03T07:44:06.137Z Documenting memoffset v0.7.1
31882024-04-03T07:44:07.381Z Documenting rcgen v0.12.1
31892024-04-03T07:44:08.420Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
31902024-04-03T07:44:09.164Z Documenting propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=84e423bfd3bf84ebb04acb95cf7600731e9f361f#84e423bf)
31912024-04-03T07:44:11.017Z Documenting crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=4661c23b248da18862012cf55af21b17b79a468e#4661c23b)
31922024-04-03T07:44:12.356Zwarning: could not parse code block as Rust code
31932024-04-03T07:44:12.356Z --> oximeter/db/src/oxql/ast/grammar.rs:244:9
31942024-04-03T07:44:12.356Z |
31952024-04-03T07:44:12.356Z244 | / /// Parse a string literal, either single- or double-quoted.
31962024-04-03T07:44:12.356Z245 | | ///
31972024-04-03T07:44:12.356Z246 | | /// Parsing string literals is pretty tricky, but we add several
31982024-04-03T07:44:12.357Z247 | | /// constraints to simplify things. First strings must be quoted, either
31992024-04-03T07:44:12.357Z... |
32002024-04-03T07:44:12.357Z275 | | ///
32012024-04-03T07:44:12.357Z276 | | /// Will be parsed as `this string has " in it`.
32022024-04-03T07:44:12.357Z | |________________________________________________________^
32032024-04-03T07:44:12.357Z |
32042024-04-03T07:44:12.357Z = help: `ignore` code blocks require valid Rust code for syntax highlighting; mark blocks that do not contain Rust code as text: ```text
32052024-04-03T07:44:12.358Z = note: error from rustc: unknown start of token: \
32062024-04-03T07:44:12.358Z = note: error from rustc: unknown start of token: \
32072024-04-03T07:44:12.358Z = note: error from rustc: unknown start of token: \
32082024-04-03T07:44:12.358Z = note: error from rustc: unknown start of token: \
32092024-04-03T07:44:12.358Z = note: error from rustc: unknown start of token: \
32102024-04-03T07:44:12.358Z = note: `#[warn(rustdoc::invalid_rust_codeblocks)]` on by default
32112024-04-03T07:44:12.358Z
32122024-04-03T07:44:14.260Zwarning: `oximeter-db` (lib doc) generated 1 warning
32132024-04-03T07:44:14.271Z Documenting atomicwrites v0.4.3
32142024-04-03T07:44:15.797Z Documenting chacha20 v0.9.1
32152024-04-03T07:44:15.938Z Documenting lru v0.12.1
32162024-04-03T07:44:18.514Z Documenting aead v0.5.2
32172024-04-03T07:44:20.948Z Documenting rand_seeder v0.2.3
32182024-04-03T07:44:20.989Z Documenting nanorand v0.7.0
32192024-04-03T07:44:21.380Z Documenting subprocess v0.2.9
32202024-04-03T07:44:21.944Z Documenting stability v0.1.1
32212024-04-03T07:44:23.491Z Documenting number_prefix v0.4.0
32222024-04-03T07:44:24.078Z Documenting cassowary v0.3.0
32232024-04-03T07:44:33.667Z Documenting glob v0.3.1
32242024-04-03T07:44:33.898Z Documenting flume v0.11.0
32252024-04-03T07:44:35.442Z Documenting chacha20poly1305 v0.10.1
32262024-04-03T07:44:35.569Z Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
32272024-04-03T07:44:35.569Z Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
32282024-04-03T07:44:35.569Z Documenting indicatif v0.17.8
32292024-04-03T07:44:35.569Z Documenting ratatui v0.26.1
32302024-04-03T07:44:40.697Z Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
32312024-04-03T07:44:40.770Z Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
32322024-04-03T07:44:40.771Z Documenting nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d)
32332024-04-03T07:44:51.076Z Documenting salty v0.2.0
32342024-04-03T07:44:51.476Z Documenting vsss-rs v3.3.4
32352024-04-03T07:44:51.836Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
32362024-04-03T07:44:52.277Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
32372024-04-03T07:44:52.394Z Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
32382024-04-03T07:44:53.154Z Documenting hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a)
32392024-04-03T07:44:53.336Z Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
32402024-04-03T07:44:54.712Z Documenting tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
32412024-04-03T07:44:54.939Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
32422024-04-03T07:44:55.501Z Documenting serde-big-array v0.5.1
32432024-04-03T07:44:56.262Z Documenting rtoolbox v0.0.1
32442024-04-03T07:44:56.964Zwarning: unresolved link to `test_sled_transitions`
32452024-04-03T07:44:56.964Z --> nexus/db-queries/src/db/datastore/sled.rs:593:11
32462024-04-03T07:44:56.964Z |
32472024-04-03T07:44:56.964Z593 | /// [`test_sled_transitions`].
32482024-04-03T07:44:56.964Z | ^^^^^^^^^^^^^^^^^^^^^ no item named `test_sled_transitions` in scope
32492024-04-03T07:44:56.964Z |
32502024-04-03T07:44:56.964Z = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
32512024-04-03T07:44:56.965Z = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default
32522024-04-03T07:44:56.965Z
32532024-04-03T07:44:57.037Zwarning: unresolved link to `test_sled_transitions`
32542024-04-03T07:44:57.037Z --> nexus/db-queries/src/db/datastore/sled.rs:629:11
32552024-04-03T07:44:57.037Z |
32562024-04-03T07:44:57.037Z629 | /// [`test_sled_transitions`].
32572024-04-03T07:44:57.037Z | ^^^^^^^^^^^^^^^^^^^^^ no item named `test_sled_transitions` in scope
32582024-04-03T07:44:57.037Z |
32592024-04-03T07:44:57.037Z = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
32602024-04-03T07:44:57.037Z
32612024-04-03T07:44:57.037Zwarning: unresolved link to `DataStore::update_tuf_repo_description_insert`
32622024-04-03T07:44:57.038Z --> nexus/db-queries/src/db/datastore/update.rs:28:27
32632024-04-03T07:44:57.038Z |
32642024-04-03T07:44:57.038Z28 | /// The return value of [`DataStore::update_tuf_repo_description_insert`].
32652024-04-03T07:44:57.038Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the struct `DataStore` has no field or associated item named `update_tuf_repo_description_insert`
32662024-04-03T07:44:57.038Z
32672024-04-03T07:44:57.852Z Documenting unicode-linebreak v0.1.5
32682024-04-03T07:44:59.120Z Documenting http-range v0.1.5
32692024-04-03T07:45:00.338Z Documenting smawk v0.3.1
32702024-04-03T07:45:00.809Z Documenting is_ci v1.2.0
32712024-04-03T07:45:01.290Z Documenting gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
32722024-04-03T07:45:01.568Z Documenting rpassword v7.3.1
32732024-04-03T07:45:04.225Z Documenting hyper-staticfile v0.9.5
32742024-04-03T07:45:05.106Z Documenting textwrap v0.16.1
32752024-04-03T07:45:05.586Z Documenting supports-color v3.0.0
32762024-04-03T07:45:06.079Z Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
32772024-04-03T07:45:06.750Z Documenting sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef)
32782024-04-03T07:45:09.610Z Documenting tui-tree-widget v0.19.0
32792024-04-03T07:45:10.533Z Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
32802024-04-03T07:45:10.564Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
32812024-04-03T07:45:12.007Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
32822024-04-03T07:45:14.102Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
32832024-04-03T07:45:14.999Z Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
32842024-04-03T07:45:15.536Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
32852024-04-03T07:45:15.771Zwarning: `nexus-db-queries` (lib doc) generated 3 warnings
32862024-04-03T07:45:15.774Z Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
32872024-04-03T07:45:16.119Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
32882024-04-03T07:45:16.163Z Documenting signal-hook-tokio v0.3.1
32892024-04-03T07:45:16.340Z Documenting memmap2 v0.7.1
32902024-04-03T07:45:16.912Z Documenting arrayvec v0.7.4
32912024-04-03T07:45:17.741Z Documenting arrayref v0.3.7
32922024-04-03T07:45:19.859Z Documenting corncobs v0.1.3
32932024-04-03T07:45:20.365Z Documenting constant_time_eq v0.3.0
32942024-04-03T07:45:21.409Z Documenting shell-words v1.1.0
32952024-04-03T07:45:22.392Z Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
32962024-04-03T07:45:22.989Z Documenting sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef)
32972024-04-03T07:45:23.761Z Documenting blake3 v1.5.0
32982024-04-03T07:45:26.072Z Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
32992024-04-03T07:45:26.747Z Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
33002024-04-03T07:45:28.328Z Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
33012024-04-03T07:45:28.622Z Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
33022024-04-03T07:45:30.300Z Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
33032024-04-03T07:45:33.896Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
33042024-04-03T07:45:43.259Z Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
33052024-04-03T07:45:44.852Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
33062024-04-03T07:45:46.606Z Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
33072024-04-03T07:45:50.869Z Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
33082024-04-03T07:45:51.765Zwarning: unclosed HTML tag `usize`
33092024-04-03T07:45:51.765Z --> wicket/src/ui/panes/update.rs:153:19
33102024-04-03T07:45:51.765Z |
33112024-04-03T07:45:51.765Z153 | /// TODO: The <usize> generic parameter is carried over from earlier versions
33122024-04-03T07:45:51.765Z | ^^^^^^^
33132024-04-03T07:45:51.765Z |
33142024-04-03T07:45:51.765Z = note: `#[warn(rustdoc::invalid_html_tags)]` on by default
33152024-04-03T07:45:51.765Z
33162024-04-03T07:45:53.128Zwarning: `wicket` (lib doc) generated 1 warning
33172024-04-03T07:45:53.132Z Documenting crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=4661c23b248da18862012cf55af21b17b79a468e#4661c23b)
33182024-04-03T07:45:54.938Z Documenting fatfs v0.3.6
33192024-04-03T07:45:55.538Z Documenting topological-sort v0.2.2
33202024-04-03T07:46:00.345Z Documenting assert_matches v1.5.0
33212024-04-03T07:46:00.482Z Documenting omicron-zone-package v0.11.0
33222024-04-03T07:46:03.083Z Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
33232024-04-03T07:46:03.421Z Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
33242024-04-03T07:46:06.584Zwarning: unresolved link to `propolis_client::api::InstanceStateMonitorResponse`
33252024-04-03T07:46:06.585Z --> sled-agent/src/sim/instance.rs:46:7
33262024-04-03T07:46:06.585Z |
33272024-04-03T07:46:06.585Z46 | /// [`propolis_client::api::InstanceStateMonitorResponse`]. Transition requests
33282024-04-03T07:46:06.585Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `api` in module `propolis_client`
33292024-04-03T07:46:06.585Z |
33302024-04-03T07:46:06.585Z = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default
33312024-04-03T07:46:06.586Z
33322024-04-03T07:46:07.540Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
33332024-04-03T07:46:08.810Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
33342024-04-03T07:46:09.655Z Documenting installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client)
33352024-04-03T07:46:09.756Z Documenting installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd)
33362024-04-03T07:46:10.133Zwarning: `omicron-sled-agent` (lib doc) generated 1 warning
33372024-04-03T07:46:10.144Z Checking installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client)
33382024-04-03T07:46:13.041Z Checking installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd)
33392024-04-03T07:46:13.449Z Documenting termios v0.3.3
33402024-04-03T07:46:13.827Z Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
33412024-04-03T07:46:18.969Z Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
33422024-04-03T07:46:24.176Z Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
33432024-04-03T07:46:26.289Z Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
33442024-04-03T07:46:30.826Z Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
33452024-04-03T07:46:32.151Z Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
33462024-04-03T07:46:47.970Z Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
33472024-04-03T07:46:58.582Z Documenting tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
33482024-04-03T07:47:04.609Z Documenting caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util)
33492024-04-03T07:47:08.704Z Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli)
33502024-04-03T07:47:09.170Z Documenting zone-network-setup v0.1.0 (/work/oxidecomputer/omicron/zone-network-setup)
33512024-04-03T07:47:13.462Z Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
33522024-04-03T07:47:15.301Z Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
33532024-04-03T07:47:16.337Z Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
33542024-04-03T07:47:24.527Zwarning: unresolved link to `VolumeConstructionRequest`
33552024-04-03T07:47:24.527Z --> nexus/src/app/sagas/volume_delete.rs:338:7
33562024-04-03T07:47:24.527Z |
33572024-04-03T07:47:24.528Z338 | /// [`VolumeConstructionRequest`] is shown here):
33582024-04-03T07:47:24.528Z | ^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `VolumeConstructionRequest` in scope
33592024-04-03T07:47:24.528Z |
33602024-04-03T07:47:24.528Z = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
33612024-04-03T07:47:24.528Z = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default
33622024-04-03T07:47:24.528Z
33632024-04-03T07:47:24.531Zwarning: unresolved link to `fd00:1122:3344:101::5`
33642024-04-03T07:47:24.531Z --> nexus/src/app/sagas/volume_delete.rs:348:17
33652024-04-03T07:47:24.531Z |
33662024-04-03T07:47:24.532Z348 | /// "[fd00:1122:3344:101::5]:1000",
33672024-04-03T07:47:24.532Z | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:101` in scope
33682024-04-03T07:47:24.532Z
33692024-04-03T07:47:24.532Zwarning: unresolved link to `fd00:1122:3344:102::9`
33702024-04-03T07:47:24.532Z --> nexus/src/app/sagas/volume_delete.rs:349:17
33712024-04-03T07:47:24.532Z |
33722024-04-03T07:47:24.532Z349 | /// "[fd00:1122:3344:102::9]:1000",
33732024-04-03T07:47:24.532Z | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:102` in scope
33742024-04-03T07:47:24.532Z
33752024-04-03T07:47:24.532Zwarning: unresolved link to `fd00:1122:3344:103::2`
33762024-04-03T07:47:24.532Z --> nexus/src/app/sagas/volume_delete.rs:350:17
33772024-04-03T07:47:24.532Z |
33782024-04-03T07:47:24.532Z350 | /// "[fd00:1122:3344:103::2]:1000"
33792024-04-03T07:47:24.532Z | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:103` in scope
33802024-04-03T07:47:24.532Z
33812024-04-03T07:47:24.532Zwarning: unresolved link to `fd00:1122:3344:101::5`
33822024-04-03T07:47:24.532Z --> nexus/src/app/sagas/volume_delete.rs:369:17
33832024-04-03T07:47:24.532Z |
33842024-04-03T07:47:24.532Z369 | /// "[fd00:1122:3344:101::5]:1001", <-- port changed
33852024-04-03T07:47:24.532Z | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:101` in scope
33862024-04-03T07:47:24.532Z
33872024-04-03T07:47:24.533Zwarning: unresolved link to `fd00:1122:3344:102::9`
33882024-04-03T07:47:24.533Z --> nexus/src/app/sagas/volume_delete.rs:370:17
33892024-04-03T07:47:24.533Z |
33902024-04-03T07:47:24.533Z370 | /// "[fd00:1122:3344:102::9]:1001", <-- port changed
33912024-04-03T07:47:24.533Z | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:102` in scope
33922024-04-03T07:47:24.533Z
33932024-04-03T07:47:24.533Zwarning: unresolved link to `fd00:1122:3344:103::2`
33942024-04-03T07:47:24.533Z --> nexus/src/app/sagas/volume_delete.rs:371:17
33952024-04-03T07:47:24.533Z |
33962024-04-03T07:47:24.533Z371 | /// "[fd00:1122:3344:103::2]:1001" <-- port changed
33972024-04-03T07:47:24.533Z | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:103` in scope
33982024-04-03T07:47:24.533Z
33992024-04-03T07:47:27.719Zwarning: `omicron-nexus` (lib doc) generated 7 warnings
34002024-04-03T07:47:51.300Z Finished dev [unoptimized + debuginfo] target(s) in 12m 32s
34012024-04-03T07:47:51.381Z Generated /work/oxidecomputer/omicron/target/doc/authz_macros/index.html
34022024-04-03T07:47:51.381Z Generated /work/oxidecomputer/omicron/target/doc/bootstore/index.html
34032024-04-03T07:47:51.381Z Generated /work/oxidecomputer/omicron/target/doc/bootstrap_agent_client/index.html
34042024-04-03T07:47:51.381Z Generated /work/oxidecomputer/omicron/target/doc/caboose_util/index.html
34052024-04-03T07:47:51.381Z Generated /work/oxidecomputer/omicron/target/doc/crdb_seed/index.html
34062024-04-03T07:47:51.381Z Generated /work/oxidecomputer/omicron/target/doc/db_macros/index.html
34072024-04-03T07:47:51.381Z Generated /work/oxidecomputer/omicron/target/doc/dns_server/index.html
34082024-04-03T07:47:51.381Z Generated /work/oxidecomputer/omicron/target/doc/apigen/index.html
34092024-04-03T07:47:51.386Z Generated /work/oxidecomputer/omicron/target/doc/dns_db_dump/index.html
34102024-04-03T07:47:51.386Z Generated /work/oxidecomputer/omicron/target/doc/dnsadm/index.html
34112024-04-03T07:47:51.386Z Generated /work/oxidecomputer/omicron/target/doc/dns_service_client/index.html
34122024-04-03T07:47:51.386Z Generated /work/oxidecomputer/omicron/target/doc/dpd_client/index.html
34132024-04-03T07:47:51.386Z Generated /work/oxidecomputer/omicron/target/doc/gateway_cli/index.html
34142024-04-03T07:47:51.386Z Generated /work/oxidecomputer/omicron/target/doc/gateway_client/index.html
34152024-04-03T07:47:51.386Z Generated /work/oxidecomputer/omicron/target/doc/gateway_test_utils/index.html
34162024-04-03T07:47:51.387Z Generated /work/oxidecomputer/omicron/target/doc/illumos_utils/index.html
34172024-04-03T07:47:51.387Z Generated /work/oxidecomputer/omicron/target/doc/installinator/index.html
34182024-04-03T07:47:51.387Z Generated /work/oxidecomputer/omicron/target/doc/installinator_artifact_client/index.html
34192024-04-03T07:47:51.387Z Generated /work/oxidecomputer/omicron/target/doc/installinator_artifactd/index.html
34202024-04-03T07:47:51.387Z Generated /work/oxidecomputer/omicron/target/doc/installinator_common/index.html
34212024-04-03T07:47:51.387Z Generated /work/oxidecomputer/omicron/target/doc/internal_dns/index.html
34222024-04-03T07:47:51.387Z Generated /work/oxidecomputer/omicron/target/doc/dnswait/index.html
34232024-04-03T07:47:51.387Z Generated /work/oxidecomputer/omicron/target/doc/ipcc/index.html
34242024-04-03T07:47:51.387Z Generated /work/oxidecomputer/omicron/target/doc/key_manager/index.html
34252024-04-03T07:47:51.387Z Generated /work/oxidecomputer/omicron/target/doc/nexus_client/index.html
34262024-04-03T07:47:51.387Z Generated /work/oxidecomputer/omicron/target/doc/nexus_config/index.html
34272024-04-03T07:47:51.387Z Generated /work/oxidecomputer/omicron/target/doc/nexus_db_model/index.html
34282024-04-03T07:47:51.387Z Generated /work/oxidecomputer/omicron/target/doc/nexus_db_queries/index.html
34292024-04-03T07:47:51.387Z Generated /work/oxidecomputer/omicron/target/doc/nexus_defaults/index.html
34302024-04-03T07:47:51.387Z Generated /work/oxidecomputer/omicron/target/doc/nexus_inventory/index.html
34312024-04-03T07:47:51.387Z Generated /work/oxidecomputer/omicron/target/doc/nexus_macros_common/index.html
34322024-04-03T07:47:51.387Z Generated /work/oxidecomputer/omicron/target/doc/nexus_metrics_producer_gc/index.html
34332024-04-03T07:47:51.387Z Generated /work/oxidecomputer/omicron/target/doc/nexus_networking/index.html
34342024-04-03T07:47:51.387Z Generated /work/oxidecomputer/omicron/target/doc/nexus_reconfigurator_execution/index.html
34352024-04-03T07:47:51.387Z Generated /work/oxidecomputer/omicron/target/doc/nexus_reconfigurator_planning/index.html
34362024-04-03T07:47:51.387Z Generated /work/oxidecomputer/omicron/target/doc/nexus_reconfigurator_preparation/index.html
34372024-04-03T07:47:51.388Z Generated /work/oxidecomputer/omicron/target/doc/nexus_types/index.html
34382024-04-03T07:47:51.388Z Generated /work/oxidecomputer/omicron/target/doc/omicron_certificates/index.html
34392024-04-03T07:47:51.388Z Generated /work/oxidecomputer/omicron/target/doc/omicron_common/index.html
34402024-04-03T07:47:51.388Z Generated /work/oxidecomputer/omicron/target/doc/omicron_ddm_admin_client/index.html
34412024-04-03T07:47:51.388Z Generated /work/oxidecomputer/omicron/target/doc/omicron_gateway/index.html
34422024-04-03T07:47:51.388Z Generated /work/oxidecomputer/omicron/target/doc/omicron_nexus/index.html
34432024-04-03T07:47:51.388Z Generated /work/oxidecomputer/omicron/target/doc/schema_updater/index.html
34442024-04-03T07:47:51.388Z Generated /work/oxidecomputer/omicron/target/doc/omicron_package/index.html
34452024-04-03T07:47:51.388Z Generated /work/oxidecomputer/omicron/target/doc/omicron_passwords/index.html
34462024-04-03T07:47:51.388Z Generated /work/oxidecomputer/omicron/target/doc/omicron_rpaths/index.html
34472024-04-03T07:47:51.388Z Generated /work/oxidecomputer/omicron/target/doc/omicron_sled_agent/index.html
34482024-04-03T07:47:51.388Z Generated /work/oxidecomputer/omicron/target/doc/services_ledger_check_migrate/index.html
34492024-04-03T07:47:51.388Z Generated /work/oxidecomputer/omicron/target/doc/zone_bundle/index.html
34502024-04-03T07:47:51.388Z Generated /work/oxidecomputer/omicron/target/doc/omicron_test_utils/index.html
34512024-04-03T07:47:51.388Z Generated /work/oxidecomputer/omicron/target/doc/falcon_runner/index.html
34522024-04-03T07:47:51.388Z Generated /work/oxidecomputer/omicron/target/doc/falcon_runner_cli/index.html
34532024-04-03T07:47:51.388Z Generated /work/oxidecomputer/omicron/target/doc/omicron_uuid_kinds/index.html
34542024-04-03T07:47:51.388Z Generated /work/oxidecomputer/omicron/target/doc/oxide_client/index.html
34552024-04-03T07:47:51.388Z Generated /work/oxidecomputer/omicron/target/doc/oximeter/index.html
34562024-04-03T07:47:51.388Z Generated /work/oxidecomputer/omicron/target/doc/oximeter_client/index.html
34572024-04-03T07:47:51.389Z Generated /work/oxidecomputer/omicron/target/doc/oximeter_collector/index.html
34582024-04-03T07:47:51.389Z Generated /work/oxidecomputer/omicron/target/doc/clickhouse_schema_updater/index.html
34592024-04-03T07:47:51.389Z Generated /work/oxidecomputer/omicron/target/doc/oximeter/index.html
34602024-04-03T07:47:51.389Z Generated /work/oxidecomputer/omicron/target/doc/oximeter_db/index.html
34612024-04-03T07:47:51.389Z Generated /work/oxidecomputer/omicron/target/doc/oximeter_instruments/index.html
34622024-04-03T07:47:51.389Z Generated /work/oxidecomputer/omicron/target/doc/oximeter_macro_impl/index.html
34632024-04-03T07:47:51.389Z Generated /work/oxidecomputer/omicron/target/doc/oximeter_producer/index.html
34642024-04-03T07:47:51.389Z Generated /work/oxidecomputer/omicron/target/doc/oxlog/index.html
34652024-04-03T07:47:51.389Z Generated /work/oxidecomputer/omicron/target/doc/sled_agent_client/index.html
34662024-04-03T07:47:51.389Z Generated /work/oxidecomputer/omicron/target/doc/sled_hardware/index.html
34672024-04-03T07:47:51.389Z Generated /work/oxidecomputer/omicron/target/doc/sled_hardware_types/index.html
34682024-04-03T07:47:51.389Z Generated /work/oxidecomputer/omicron/target/doc/sled_storage/index.html
34692024-04-03T07:47:51.389Z Generated /work/oxidecomputer/omicron/target/doc/sp_sim/index.html
34702024-04-03T07:47:51.389Z Generated /work/oxidecomputer/omicron/target/doc/tufaceous/index.html
34712024-04-03T07:47:51.389Z Generated /work/oxidecomputer/omicron/target/doc/tufaceous_lib/index.html
34722024-04-03T07:47:51.389Z Generated /work/oxidecomputer/omicron/target/doc/typed_rng/index.html
34732024-04-03T07:47:51.390Z Generated /work/oxidecomputer/omicron/target/doc/update_common/index.html
34742024-04-03T07:47:51.390Z Generated /work/oxidecomputer/omicron/target/doc/update_engine/index.html
34752024-04-03T07:47:51.390Z Generated /work/oxidecomputer/omicron/target/doc/wicket/index.html
34762024-04-03T07:47:51.390Z Generated /work/oxidecomputer/omicron/target/doc/wicket_common/index.html
34772024-04-03T07:47:51.390Z Generated /work/oxidecomputer/omicron/target/doc/wicket_dbg/index.html
34782024-04-03T07:47:51.390Z Generated /work/oxidecomputer/omicron/target/doc/wicket_dbg_server/index.html
34792024-04-03T07:47:51.390Z Generated /work/oxidecomputer/omicron/target/doc/wicketd/index.html
34802024-04-03T07:47:51.390Z Generated /work/oxidecomputer/omicron/target/doc/wicketd_client/index.html
34812024-04-03T07:47:51.390Z Generated /work/oxidecomputer/omicron/target/doc/zone_networking/index.html
34822024-04-03T07:47:51.412Z
34832024-04-03T07:47:51.415Zreal 12:33.022331163
34842024-04-03T07:47:51.415Zuser 33:03.750272084
34852024-04-03T07:47:51.415Zsys 55:52.210920162
34862024-04-03T07:47:51.415Ztrap 0.872439647
34872024-04-03T07:47:51.415Ztflt 0.639495181
34882024-04-03T07:47:51.415Zdflt 0.304262756
34892024-04-03T07:47:51.416Zkflt 0.000098169
34902024-04-03T07:47:51.416Zlock 3:24:33.170420539
34912024-04-03T07:47:51.416Zslp 3:30:59.110988888
34922024-04-03T07:47:51.416Zlat 4:17.746794980
34932024-04-03T07:47:51.416Zstop 1:44.093815064
34942024-04-03T07:47:51.416Zprocess exited: duration 1382230 ms, exit code 0
 
34952024-04-03T07:47:51.423Zfound 0 output files