01HWR9J51WE8EQQZN60GZ99F3N: 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: 01HWR9K11T3D6A9840W7W07D3N

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12024-04-30T20:04:10.977Zjob assigned to worker 01HWR9K7J2GJWYTRW3K8ACTXKY (queued for 2 m 12 s)
 
22024-04-30T20:04:18.743Zstarting task 0: "setup"
32024-04-30T20:04:18.795Z++ uname -s
42024-04-30T20:04:18.800Z+ kern=SunOS
52024-04-30T20:04:18.800Z+ case "$kern" in
62024-04-30T20:04:18.800Z+ groupadd -g 12345 build
72024-04-30T20:04:18.829Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-04-30T20:04:20.844Z+ zfs create -o mountpoint=/work rpool/work
92024-04-30T20:04:20.940Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-04-30T20:04:20.971Z+ home_fs=zfs
112024-04-30T20:04:20.971Z+ [[ zfs == autofs ]]
122024-04-30T20:04:20.971Z+ mkdir -p /home/build
132024-04-30T20:04:20.971Z+ chown build:build /home/build /work
142024-04-30T20:04:21.945Z+ chmod 0700 /home/build /work
152024-04-30T20:04:21.952Zprocess exited: duration 3201 ms, exit code 0
 
162024-04-30T20:04:21.972Zstarting task 1: "rust-toolchain"
172024-04-30T20:04:21.979Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
182024-04-30T20:04:21.979Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default
192024-04-30T20:04:22.095Zinfo: downloading installer
202024-04-30T20:04:23.582Zwarning: it looks like you have an existing installation of Rust at:
212024-04-30T20:04:23.583Zwarning: /opt/ooce/bin
222024-04-30T20:04:23.583Zwarning: It is recommended that rustup be the primary Rust installation.
232024-04-30T20:04:23.583Zwarning: Otherwise you may have confusion unless you are careful with your PATH
242024-04-30T20:04:23.583Zwarning: If you are sure that you want both rustup and your already installed Rust
252024-04-30T20:04:23.583Zwarning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
262024-04-30T20:04:23.584Zwarning: or pass `-y' to ignore all ignorable checks.
272024-04-30T20:04:23.584Zerror: cannot install while Rust is installed
282024-04-30T20:04:23.584Zwarning: continuing (because the -y flag is set and the error is ignorable)
292024-04-30T20:04:23.731Zinfo: profile set to 'default'
302024-04-30T20:04:23.731Zinfo: default host triple is x86_64-unknown-illumos
312024-04-30T20:04:24.146Zinfo: syncing channel updates for '1.72.1-x86_64-unknown-illumos'
322024-04-30T20:04:24.146Zinfo: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13)
332024-04-30T20:04:24.147Zinfo: downloading component 'cargo'
342024-04-30T20:04:24.729Zinfo: downloading component 'clippy'
352024-04-30T20:04:25.044Zinfo: downloading component 'rust-docs'
362024-04-30T20:04:26.650Zinfo: downloading component 'rust-std'
372024-04-30T20:04:28.182Zinfo: downloading component 'rustc'
382024-04-30T20:04:32.903Zinfo: downloading component 'rustfmt'
392024-04-30T20:04:33.407Zinfo: installing component 'cargo'
402024-04-30T20:04:33.984Zinfo: installing component 'clippy'
412024-04-30T20:04:34.339Zinfo: installing component 'rust-docs'
422024-04-30T20:04:35.662Zinfo: installing component 'rust-std'
432024-04-30T20:04:37.467Zinfo: installing component 'rustc'
442024-04-30T20:04:41.959Zinfo: installing component 'rustfmt'
452024-04-30T20:04:41.971Zinfo: default toolchain set to '1.72.1-x86_64-unknown-illumos'
462024-04-30T20:04:41.971Z
472024-04-30T20:04:42.185Z 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13)
482024-04-30T20:04:42.186Z
492024-04-30T20:04:42.205Z
502024-04-30T20:04:42.205ZRust is installed now. Great!
512024-04-30T20:04:42.205Z
522024-04-30T20:04:42.205ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
532024-04-30T20:04:42.205Zenvironment variable. This has not been done automatically.
542024-04-30T20:04:42.205Z
552024-04-30T20:04:42.205ZTo configure your current shell, you need to source
562024-04-30T20:04:42.205Zthe corresponding env file under $HOME/.cargo.
572024-04-30T20:04:42.205Z
582024-04-30T20:04:42.206ZThis is usually done by running one of the following (note the leading DOT):
592024-04-30T20:04:42.206Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
602024-04-30T20:04:42.206Zsource "$HOME/.cargo/env.fish" # For fish
612024-04-30T20:04:42.696Z+ rustc --version
622024-04-30T20:04:42.706Zrustc 1.72.1 (d5c2e9c34 2023-09-13)
632024-04-30T20:04:42.706Zprocess exited: duration 20363 ms, exit code 0
 
642024-04-30T20:04:42.730Zstarting task 2: "authentication"
652024-04-30T20:04:42.762ZWARNING: job store has no value for "GITHUB_TOKEN"; waiting for a value...
662024-04-30T20:04:46.787Zprocess exited: duration 4061 ms, exit code 0
 
672024-04-30T20:04:46.794Zstarting task 3: "clone repository"
682024-04-30T20:04:46.799Z+ mkdir -p /work/oxidecomputer/omicron
692024-04-30T20:04:46.803Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
702024-04-30T20:04:47.207ZCloning into '/work/oxidecomputer/omicron'...
712024-04-30T20:04:54.275Z+ cd /work/oxidecomputer/omicron
722024-04-30T20:04:54.278Z+ git fetch origin a4183a1399ce3d49be2881fa55026e38de052e6a
732024-04-30T20:04:54.279ZFrom https://github.com/oxidecomputer/omicron
742024-04-30T20:04:54.279Z * branch a4183a1399ce3d49be2881fa55026e38de052e6a -> FETCH_HEAD
752024-04-30T20:04:54.279Z+ [[ -n fip-attach-refactor ]]
762024-04-30T20:04:54.279Z++ git branch --show-current
772024-04-30T20:04:54.279Z+ current=main
782024-04-30T20:04:54.279Z+ [[ main != fip-attach-refactor ]]
792024-04-30T20:04:54.279Z+ git branch -f fip-attach-refactor a4183a1399ce3d49be2881fa55026e38de052e6a
802024-04-30T20:04:54.279Z+ git checkout -f fip-attach-refactor
812024-04-30T20:04:54.356ZSwitched to branch 'fip-attach-refactor'
822024-04-30T20:04:54.364Z+ git reset --hard a4183a1399ce3d49be2881fa55026e38de052e6a
832024-04-30T20:04:54.373ZHEAD is now at a4183a139 do the same thing for probe IP allocation
842024-04-30T20:04:54.373Zprocess exited: duration 7571 ms, exit code 0
 
852024-04-30T20:04:54.393Zstarting task 4: "build"
862024-04-30T20:04:54.400Z+ cargo --version
872024-04-30T20:04:54.400Zinfo: syncing channel updates for '1.77.2-x86_64-unknown-illumos'
882024-04-30T20:04:54.561Zinfo: latest update on 2024-04-09, rust version 1.77.2 (25ef9e3d8 2024-04-09)
892024-04-30T20:04:54.562Zinfo: downloading component 'cargo'
902024-04-30T20:04:55.372Zinfo: downloading component 'clippy'
912024-04-30T20:04:55.675Zinfo: downloading component 'rust-docs'
922024-04-30T20:04:56.746Zinfo: downloading component 'rust-std'
932024-04-30T20:05:01.797Zinfo: downloading component 'rustc'
942024-04-30T20:05:02.599Zinfo: downloading component 'rustfmt'
952024-04-30T20:05:02.892Zinfo: installing component 'cargo'
962024-04-30T20:05:03.663Zinfo: installing component 'clippy'
972024-04-30T20:05:04.198Zinfo: installing component 'rust-docs'
982024-04-30T20:05:05.515Zinfo: installing component 'rust-std'
992024-04-30T20:05:07.164Zinfo: installing component 'rustc'
1002024-04-30T20:05:11.226Zinfo: installing component 'rustfmt'
1012024-04-30T20:05:11.644Zcargo 1.77.2 (e52e36006 2024-03-26)
1022024-04-30T20:05:11.648Z+ rustc --version
1032024-04-30T20:05:11.736Zrustc 1.77.2 (25ef9e3d8 2024-04-09)
1042024-04-30T20:05:11.747Z+ source ./env.sh
1052024-04-30T20:05:11.747Z++ set -o xtrace
1062024-04-30T20:05:11.748Z++++ dirname ./env.sh
1072024-04-30T20:05:11.794Z+++ readlink -f .
1082024-04-30T20:05:11.826Z++ OMICRON_WS=/work/oxidecomputer/omicron
1092024-04-30T20:05:11.830Z++ export 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-30T20:05:11.830Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1112024-04-30T20:05:11.830Z++ 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
1122024-04-30T20:05:11.830Z++ 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
1132024-04-30T20:05:11.831Z++ 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
1142024-04-30T20:05:11.831Z++ 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
1152024-04-30T20:05:11.831Z++ 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
1162024-04-30T20:05:11.831Z++ 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
1172024-04-30T20:05:11.831Z++ unset OMICRON_WS
1182024-04-30T20:05:11.832Z++ set +o xtrace
1192024-04-30T20:05:11.832Z
1202024-04-30T20:05:11.832Z ##### ##### ###### ##### ###### #### # # # #### #
1212024-04-30T20:05:11.832Z # # # # # # # # # # # # # # #
1222024-04-30T20:05:11.832Z # # # # ##### # # ##### # # # # # #### #
1232024-04-30T20:05:11.832Z ##### ##### # ##### # # # # # # # # #
1242024-04-30T20:05:11.832Z # # # # # # # # # # # # # # #
1252024-04-30T20:05:11.832Z # # # ###### # # ###### ### # #### # #### #
1262024-04-30T20:05:11.833Z
1272024-04-30T20:05:20.700Z Startup: Refreshing catalog 'helios-dev' ... Done
1282024-04-30T20:05:22.561Z Startup: Caching catalogs ... Done
1292024-04-30T20:05:25.237ZPlanning: Solver setup ... Done (2.212s)
1302024-04-30T20:05:25.294ZPlanning: Running solver ... Done (0.047s)
1312024-04-30T20:05:25.438ZPlanning: Finding local manifests ... Done (0.122s)
1322024-04-30T20:05:25.466ZPlanning: Fetching manifests: 0/4 0% complete
1332024-04-30T20:05:25.751ZPlanning: Fetching manifests: 4/4 100% complete
1342024-04-30T20:05:25.816ZPlanning: Package planning ... Done (0.049s)
1352024-04-30T20:05:25.850ZPlanning: Merging actions ... Done (0.051s)
1362024-04-30T20:05:26.244ZPlanning: Checking for conflicting actions ... Done (0.396s)
1372024-04-30T20:05:26.257ZPlanning: Consolidating action changes ... Done (0.011s)
1382024-04-30T20:05:31.780ZPlanning: Evaluating mediators ... Done (5.526s)
1392024-04-30T20:05:31.790ZPlanning: Planning completed in 9.17 seconds
1402024-04-30T20:05:31.806Z Packages to install: 4
1412024-04-30T20:05:31.806Z Mediators to change: 2
1422024-04-30T20:05:31.809Z Services to change: 1
1432024-04-30T20:05:31.809Z Estimated space available: 155.32 GB
1442024-04-30T20:05:31.809ZEstimated space to be consumed: 1.44 GB
1452024-04-30T20:05:31.810Z Create boot environment: No
1462024-04-30T20:05:31.810ZCreate backup boot environment: No
1472024-04-30T20:05:31.810Z Rebuild boot archive: No
1482024-04-30T20:05:31.810Z
1492024-04-30T20:05:31.810ZChanged mediators:
1502024-04-30T20:05:31.810Z mediator clang:
1512024-04-30T20:05:31.810Z version: None -> 15 (system default)
1522024-04-30T20:05:31.810Z
1532024-04-30T20:05:31.810Z mediator llvm:
1542024-04-30T20:05:31.810Z version: 14 (system default) -> 15 (system default)
1552024-04-30T20:05:31.810Z
1562024-04-30T20:05:31.810ZChanged packages:
1572024-04-30T20:05:31.810Zhelios-dev
1582024-04-30T20:05:31.810Z developer/build-essential
1592024-04-30T20:05:31.810Z None -> 11-2.0
1602024-04-30T20:05:31.810Z library/libxmlsec1
1612024-04-30T20:05:31.810Z None -> 1.2.35-2.0
1622024-04-30T20:05:31.810Z ooce/developer/clang-15
1632024-04-30T20:05:31.810Z None -> 15.0.7-2.0
1642024-04-30T20:05:31.810Z ooce/developer/llvm-15
1652024-04-30T20:05:31.810Z None -> 15.0.7-2.0
1662024-04-30T20:05:31.810Z
1672024-04-30T20:05:31.810ZServices:
1682024-04-30T20:05:31.811Z restart_fmri:
1692024-04-30T20:05:31.811Z svc:/system/update-man-index:default
1702024-04-30T20:05:31.885Z
1712024-04-30T20:05:31.885ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1722024-04-30T20:05:38.036ZDownload: 213/3290 items 1.3/212.6MB 0% complete (695k/s)
1732024-04-30T20:05:43.032ZDownload: 1089/3290 items 19.7/212.6MB 9% complete (1.9M/s)
1742024-04-30T20:05:48.034ZDownload: 1616/3290 items 117.6/212.6MB 55% complete (11.7M/s)
1752024-04-30T20:05:53.038ZDownload: 2471/3290 items 120.0/212.6MB 56% complete (10.0M/s)
1762024-04-30T20:06:01.419ZDownload: 3248/3290 items 203.1/212.6MB 95% complete (8.6M/s)
1772024-04-30T20:06:04.556ZDownload: Completed 212.60 MB in 32.67 seconds (6.5M/s)
1782024-04-30T20:06:04.850Z Actions: 1/3689 actions (Installing new actions)
1792024-04-30T20:06:09.882Z Actions: 3686/3689 actions (Installing new actions)
1802024-04-30T20:06:09.886Z Actions: Completed 3689 actions in 5.04 seconds.
1812024-04-30T20:06:10.008Z Done (0.115s)
1822024-04-30T20:06:10.008Z Done (0.000s)
1832024-04-30T20:06:10.287Z Done (0.278s)
1842024-04-30T20:06:15.722Z Done (5.285s)
1852024-04-30T20:06:15.885Z Done (0.094s)
1862024-04-30T20:06:15.889Z Done (0.000s)
1872024-04-30T20:06:16.072Z Done (0.000s)
1882024-04-30T20:06:16.610ZPlanning: Evaluating mediator changes ... Done
1892024-04-30T20:06:16.802ZPlanning: Checking for conflicting actions ... Done
1902024-04-30T20:06:16.807ZPlanning: Consolidating action changes ... Done
1912024-04-30T20:06:17.057ZPlanning: Evaluating mediators ... Done
1922024-04-30T20:06:17.063ZPlanning: Planning completed in 0.44 seconds
1932024-04-30T20:06:17.089Z Mediators to change: 2
1942024-04-30T20:06:17.095Z Create boot environment: No
1952024-04-30T20:06:17.095ZCreate backup boot environment: No
1962024-04-30T20:06:17.153Z Done
1972024-04-30T20:06:17.154Z Done
1982024-04-30T20:06:17.336Z Done
1992024-04-30T20:06:20.926Z Done
2002024-04-30T20:06:21.014Z Done
2012024-04-30T20:06:21.031Z Done
2022024-04-30T20:06:21.129Z Done
2032024-04-30T20:06:21.777ZPlanning: Evaluating mediator changes ... Done
2042024-04-30T20:06:21.780ZPlanning: Merging actions ... Done
2052024-04-30T20:06:21.971ZPlanning: Checking for conflicting actions ... Done
2062024-04-30T20:06:21.974ZPlanning: Consolidating action changes ... Done
2072024-04-30T20:06:22.234ZPlanning: Evaluating mediators ... Done
2082024-04-30T20:06:22.288ZPlanning: Planning completed in 0.78 seconds
2092024-04-30T20:06:22.324Z Packages to change: 1
2102024-04-30T20:06:22.324Z Mediators to change: 1
2112024-04-30T20:06:22.327Z Services to change: 1
2122024-04-30T20:06:22.327Z Create boot environment: No
2132024-04-30T20:06:22.327ZCreate backup boot environment: Yes
2142024-04-30T20:06:24.291Z Actions: 1/6 actions (Updating modified actions)
2152024-04-30T20:06:24.318Z Actions: Completed 6 actions in 0.00 seconds.
2162024-04-30T20:06:24.318Z Done
2172024-04-30T20:06:24.318Z Done
2182024-04-30T20:06:24.344Z Done
2192024-04-30T20:06:30.726Z Done
2202024-04-30T20:06:30.821Z Done
2212024-04-30T20:06:30.821Z Done
2222024-04-30T20:06:30.822Z Done
2232024-04-30T20:06:30.822ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2242024-04-30T20:06:30.822Zclang system 15 system
2252024-04-30T20:06:30.822Zcsh system system illumos
2262024-04-30T20:06:30.822Zctags system system illumos
2272024-04-30T20:06:30.822Zgcc vendor 12 vendor
2282024-04-30T20:06:30.822Zgcc system 10 system
2292024-04-30T20:06:30.822Zgcc system 7 system
2302024-04-30T20:06:30.822Zgo system 1.20 system
2312024-04-30T20:06:30.822Zgo system 1.19 system
2322024-04-30T20:06:30.822Zllvm system 15 system
2332024-04-30T20:06:30.822Zllvm system 14 system
2342024-04-30T20:06:30.822Zmariadb system 10.6 system
2352024-04-30T20:06:30.822Zmta vendor vendor dma
2362024-04-30T20:06:30.822Zopenjdk system 17 system
2372024-04-30T20:06:30.822Zopenjdk system 11 system
2382024-04-30T20:06:30.822Zopenjdk system 1.8 system
2392024-04-30T20:06:30.822Zopenssl vendor 3 vendor
2402024-04-30T20:06:30.822Zperl system 5.36 system
2412024-04-30T20:06:30.822Zpostgresql system 15 system
2422024-04-30T20:06:30.822Zpostgresql system 13 system
2432024-04-30T20:06:30.822Zpython vendor 3 vendor
2442024-04-30T20:06:30.822Zpython system 2 system
2452024-04-30T20:06:30.823Zpython3 system 3.11 system
2462024-04-30T20:06:30.823Zruby system 3.0 system
2472024-04-30T20:06:30.823Zwords vendor vendor american-english
2482024-04-30T20:06:30.823Zwords system system australian-english
2492024-04-30T20:06:30.823Zwords system system british-english
2502024-04-30T20:06:30.823Zwords system system canadian-english
2512024-04-30T20:06:30.823Zwords system system french
2522024-04-30T20:06:30.823Zwords system system italian
2532024-04-30T20:06:30.823Zwords system system ngerman
2542024-04-30T20:06:30.823Zwords system system ogerman
2552024-04-30T20:06:30.823Zwords system system spanish
2562024-04-30T20:06:30.823ZPUBLISHER TYPE STATUS P LOCATION
2572024-04-30T20:06:30.823Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2582024-04-30T20:06:30.823ZFMRI IFO
2592024-04-30T20:06:30.823Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2602024-04-30T20:06:30.823Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2612024-04-30T20:06:30.823Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2622024-04-30T20:06:30.823Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2632024-04-30T20:06:30.823Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2642024-04-30T20:06:30.823Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2652024-04-30T20:06:30.823Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i--
2662024-04-30T20:06:30.823Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2672024-04-30T20:06:30.824Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i--
2682024-04-30T20:06:30.824Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2692024-04-30T20:06:30.824Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i--
2702024-04-30T20:06:30.824Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2712024-04-30T20:06:30.824Z+ set -o errexit
2722024-04-30T20:06:30.824Z+++ dirname ./tools/ci_download_cockroachdb
2732024-04-30T20:06:30.824Z++ cd ./tools
2742024-04-30T20:06:30.824Z++ pwd
2752024-04-30T20:06:30.824Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
2762024-04-30T20:06:30.824Z++ basename ./tools/ci_download_cockroachdb
2772024-04-30T20:06:30.824Z+ ARG0=ci_download_cockroachdb
2782024-04-30T20:06:30.824Z++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version
2792024-04-30T20:06:30.824Z+ CIDL_VERSION=v22.1.9
2802024-04-30T20:06:30.824Z+ source /work/oxidecomputer/omicron/tools/cockroachdb_checksums
2812024-04-30T20:06:30.824Z++ CIDL_SHA256_DARWIN=1ca69e0911af11a73305c3c6f4650b912d70754900b5bf7b80a1d361efe36561
2822024-04-30T20:06:30.824Z++ CIDL_SHA256_LINUX=24c321820e7ee45fa07fe91ac138befe13ad860e41c6ed595ce58823205ff4a9
2832024-04-30T20:06:30.824Z++ CIDL_SHA256_ILLUMOS=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088
2842024-04-30T20:06:30.824Z+ TARGET_DIR=out
2852024-04-30T20:06:30.824Z+ DOWNLOAD_DIR=out/downloads
2862024-04-30T20:06:30.824Z+ DEST_DIR=./out/cockroachdb
2872024-04-30T20:06:30.824Z+ CIDL_URL_COCKROACH=https://binaries.cockroachdb.com
2882024-04-30T20:06:30.825Z+ CIDL_URL_ILLUMOS=https://illumos.org/downloads
2892024-04-30T20:06:30.825Z+ main
2902024-04-30T20:06:30.825Z+ [[ 0 != 0 ]]
2912024-04-30T20:06:30.825Z+ CIDL_OS=solaris2.11
2922024-04-30T20:06:30.825Z+ [[ 0 != 0 ]]
2932024-04-30T20:06:30.825Z+ configure_os solaris2.11
2942024-04-30T20:06:30.825Z+ echo 'current directory: /work/oxidecomputer/omicron'
2952024-04-30T20:06:30.825Zcurrent directory: /work/oxidecomputer/omicron
2962024-04-30T20:06:30.825Z+ echo 'configuring based on OS: "solaris2.11"'
2972024-04-30T20:06:30.825Zconfiguring based on OS: "solaris2.11"
2982024-04-30T20:06:30.825Z+ case "$1" in
2992024-04-30T20:06:30.825Z+ CIDL_BUILD=illumos
3002024-04-30T20:06:30.825Z+ CIDL_SUFFIX=tar.gz
3012024-04-30T20:06:30.825Z+ CIDL_SHA256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088
3022024-04-30T20:06:30.825Z+ CIDL_URL_BASE=https://illumos.org/downloads
3032024-04-30T20:06:30.825Z+ CIDL_ASSEMBLE=do_assemble_illumos
3042024-04-30T20:06:30.825Z+ TARBALL_DIRNAME=cockroach-v22.1.9.illumos
3052024-04-30T20:06:30.825Z+ TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz
3062024-04-30T20:06:30.826Z+ TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz
3072024-04-30T20:06:30.826Z+ TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos
3082024-04-30T20:06:30.826Z+ CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz
3092024-04-30T20:06:30.826Z+ CIDL_SHA256FUNC=do_sha256sum
3102024-04-30T20:06:30.826Z+ echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz'
3112024-04-30T20:06:30.826ZURL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz
3122024-04-30T20:06:30.826Z+ echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz'
3132024-04-30T20:06:30.826ZLocal file: out/downloads/cockroach-v22.1.9.illumos.tar.gz
3142024-04-30T20:06:30.826Z+ mkdir -p out/downloads
3152024-04-30T20:06:30.826Z+ mkdir -p ./out/cockroachdb
3162024-04-30T20:06:30.826Z+ local DO_DOWNLOAD=true
3172024-04-30T20:06:30.826Z+ [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]]
3182024-04-30T20:06:30.826Z+ '[' true == true ']'
3192024-04-30T20:06:30.826Z+ echo Downloading...
3202024-04-30T20:06:30.887ZDownloading...
3212024-04-30T20:06:30.887Z+ do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz
3222024-04-30T20:06:30.887Z+ 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
3232024-04-30T20:06:34.689Z++ do_sha256sum out/downloads/cockroach-v22.1.9.illumos.tar.gz
3242024-04-30T20:06:34.699Z++ sha256sum
3252024-04-30T20:06:34.699Z++ awk '{print $1}'
3262024-04-30T20:06:34.791Z+ calculated_sha256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088
3272024-04-30T20:06:34.798Z+ [[ 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 ]]
3282024-04-30T20:06:34.798Z+ do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz
3292024-04-30T20:06:34.798Z+ tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads
3302024-04-30T20:06:36.967Z+ do_assemble_illumos
3312024-04-30T20:06:36.967Z+ rm -r ./out/cockroachdb
3322024-04-30T20:06:36.972Z+ cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb
3332024-04-30T20:06:37.394Z+ ./out/cockroachdb/bin/cockroach version
3342024-04-30T20:06:37.541ZBuild Tag: v22.1.9-dirty
3352024-04-30T20:06:37.541ZBuild Time: 2022/10/26 21:17:46
3362024-04-30T20:06:37.542ZDistribution: OSS
3372024-04-30T20:06:37.542ZPlatform: illumos amd64 (x86_64-pc-solaris2.11)
3382024-04-30T20:06:37.542ZGo Version: go1.17.13
3392024-04-30T20:06:37.542ZC Compiler: gcc 10.3.0
3402024-04-30T20:06:37.543ZBuild Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493
3412024-04-30T20:06:37.543ZBuild Type: release
3422024-04-30T20:06:37.559Z+ set -o errexit
3432024-04-30T20:06:37.567Z+++ dirname ./tools/ci_download_clickhouse
3442024-04-30T20:06:37.567Z++ cd ./tools
3452024-04-30T20:06:37.567Z++ pwd
3462024-04-30T20:06:37.568Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
3472024-04-30T20:06:37.568Z++ basename ./tools/ci_download_clickhouse
3482024-04-30T20:06:37.573Z+ ARG0=ci_download_clickhouse
3492024-04-30T20:06:37.573Z+ TARGET_DIR=out
3502024-04-30T20:06:37.573Z+ DOWNLOAD_DIR=out/downloads
3512024-04-30T20:06:37.574Z+ DEST_DIR=./out/clickhouse
3522024-04-30T20:06:37.574Z++ cat /work/oxidecomputer/omicron/tools/clickhouse_version
3532024-04-30T20:06:37.574Z+ CIDL_VERSION=v23.8.7.24
3542024-04-30T20:06:37.574Z+ source /work/oxidecomputer/omicron/tools/clickhouse_checksums
3552024-04-30T20:06:37.574Z++ CIDL_MD5_DARWIN=3e20c3284b7e6b0cfcfedf622ecf547a
3562024-04-30T20:06:37.574Z++ CIDL_MD5_LINUX=f6c30a25a86deac3bad6c50dcf758fd5
3572024-04-30T20:06:37.574Z++ CIDL_MD5_ILLUMOS=409222de8ecb59e5dd97dcc942ccdffe
3582024-04-30T20:06:37.575Z+ CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com
3592024-04-30T20:06:37.575Z+ main
3602024-04-30T20:06:37.575Z+ [[ 0 != 0 ]]
3612024-04-30T20:06:37.575Z+ CIDL_OS=solaris2.11
3622024-04-30T20:06:37.575Z+ [[ 0 != 0 ]]
3632024-04-30T20:06:37.575Z+ configure_os solaris2.11
3642024-04-30T20:06:37.575Z+ echo 'current directory: /work/oxidecomputer/omicron'
3652024-04-30T20:06:37.576Zcurrent directory: /work/oxidecomputer/omicron
3662024-04-30T20:06:37.576Z+ echo 'configuring based on OS: "solaris2.11"'
3672024-04-30T20:06:37.576Z+ CIDL_DASHREV=
3682024-04-30T20:06:37.576Zconfiguring based on OS: "solaris2.11"
3692024-04-30T20:06:37.576Z+ case "$1" in
3702024-04-30T20:06:37.576Z+ CIDL_PLATFORM=illumos
3712024-04-30T20:06:37.576Z+ CIDL_MD5=409222de8ecb59e5dd97dcc942ccdffe
3722024-04-30T20:06:37.577Z+ CIDL_MD5FUNC=do_md5sum
3732024-04-30T20:06:37.577Z+ TARBALL_DIRNAME=clickhouse-v23.8.7.24
3742024-04-30T20:06:37.577Z+ TARBALL_FILENAME=clickhouse-v23.8.7.24.illumos.tar.gz
3752024-04-30T20:06:37.577Z+ TARBALL_FILE=out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz
3762024-04-30T20:06:37.577Z+ CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz
3772024-04-30T20:06:37.577Z+ echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz'
3782024-04-30T20:06:37.577ZURL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz
3792024-04-30T20:06:37.577Z+ echo 'Local file: out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz'
3802024-04-30T20:06:37.578ZLocal file: out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz
3812024-04-30T20:06:37.578Z+ mkdir -p out/downloads
3822024-04-30T20:06:37.578Z+ mkdir -p ./out/clickhouse
3832024-04-30T20:06:37.578Z+ local DO_DOWNLOAD=true
3842024-04-30T20:06:37.578Z+ [[ -f out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz ]]
3852024-04-30T20:06:37.578Z+ '[' true == true ']'
3862024-04-30T20:06:37.579Z+ echo Downloading...
3872024-04-30T20:06:37.579Z+ 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
3882024-04-30T20:06:37.579ZDownloading...
3892024-04-30T20:06:37.584Z+ 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
3902024-04-30T20:06:39.420Z++ do_md5sum out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz
3912024-04-30T20:06:39.423Z++ md5sum
3922024-04-30T20:06:39.423Z++ awk '{print $1}'
3932024-04-30T20:06:39.645Z+ calculated_md5=409222de8ecb59e5dd97dcc942ccdffe
3942024-04-30T20:06:39.645Z+ [[ 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 ]]
3952024-04-30T20:06:39.649Z+ do_untar out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz ./out/clickhouse
3962024-04-30T20:06:39.649Z+ mkdir -p ./out/clickhouse
3972024-04-30T20:06:39.649Z+ tar xzf out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz -C ./out/clickhouse
3982024-04-30T20:06:43.506Z+ [[ solaris2.11 == darwin* ]]
3992024-04-30T20:06:43.506Z+ ./out/clickhouse/clickhouse server --version
4002024-04-30T20:06:44.188ZClickHouse server version 23.8.7.1.
4012024-04-30T20:06:44.188Z+ set -o errexit
4022024-04-30T20:06:44.188Z+++ dirname ./tools/ci_download_console
4032024-04-30T20:06:44.188Z++ cd ./tools
4042024-04-30T20:06:44.189Z++ pwd
4052024-04-30T20:06:44.189Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
4062024-04-30T20:06:44.189Z++ basename ./tools/ci_download_console
4072024-04-30T20:06:44.189Z+ ARG0=ci_download_console
4082024-04-30T20:06:44.189Z+ TARGET_DIR=out
4092024-04-30T20:06:44.189Z+ DOWNLOAD_DIR=out/downloads
4102024-04-30T20:06:44.189Z+ DEST_DIR=./out/console-assets
4112024-04-30T20:06:44.189Z+ source /work/oxidecomputer/omicron/tools/console_version
4122024-04-30T20:06:44.189Z++ COMMIT=e7b243bab15c48c8b17446c9249da04025508f1b
4132024-04-30T20:06:44.189Z++ SHA2=ef4afb8dc12bec99dcb21d977a506953b8d7df7a8481a82372e4222444f5c11f
4142024-04-30T20:06:44.189Z+ URL=https://dl.oxide.computer/releases/console/e7b243bab15c48c8b17446c9249da04025508f1b.tar.gz
4152024-04-30T20:06:44.189Z+ TARBALL_FILE=out/downloads/console.tar.gz
4162024-04-30T20:06:44.189Z+ main
4172024-04-30T20:06:44.189Z+ [[ 0 != 0 ]]
4182024-04-30T20:06:44.189Z+ echo 'URL: https://dl.oxide.computer/releases/console/e7b243bab15c48c8b17446c9249da04025508f1b.tar.gz'
4192024-04-30T20:06:44.189ZURL: https://dl.oxide.computer/releases/console/e7b243bab15c48c8b17446c9249da04025508f1b.tar.gz
4202024-04-30T20:06:44.189Z+ echo 'Local file: out/downloads/console.tar.gz'
4212024-04-30T20:06:44.189ZLocal file: out/downloads/console.tar.gz
4222024-04-30T20:06:44.189Z+ local DO_DOWNLOAD=true
4232024-04-30T20:06:44.190Z+ [[ -f out/downloads/console.tar.gz ]]
4242024-04-30T20:06:44.190Z+ mkdir -p out/downloads
4252024-04-30T20:06:44.190Z+ '[' true == true ']'
4262024-04-30T20:06:44.190Z+ echo Downloading...
4272024-04-30T20:06:44.190ZDownloading...
4282024-04-30T20:06:44.190Z+ do_download_curl https://dl.oxide.computer/releases/console/e7b243bab15c48c8b17446c9249da04025508f1b.tar.gz out/downloads/console.tar.gz
4292024-04-30T20:06:44.190Z+ curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/e7b243bab15c48c8b17446c9249da04025508f1b.tar.gz
4302024-04-30T20:06:44.422Z++ do_sha256sum out/downloads/console.tar.gz
4312024-04-30T20:06:44.422Z++ case "$OSTYPE" in
4322024-04-30T20:06:44.428Z++ SHA=sha256sum
4332024-04-30T20:06:44.429Z++ sha256sum
4342024-04-30T20:06:44.429Z++ awk '{print $1}'
4352024-04-30T20:06:44.433Z+ calculated_sha2=ef4afb8dc12bec99dcb21d977a506953b8d7df7a8481a82372e4222444f5c11f
4362024-04-30T20:06:44.434Z+ [[ ef4afb8dc12bec99dcb21d977a506953b8d7df7a8481a82372e4222444f5c11f != \e\f\4\a\f\b\8\d\c\1\2\b\e\c\9\9\d\c\b\2\1\d\9\7\7\a\5\0\6\9\5\3\b\8\d\7\d\f\7\a\8\4\8\1\a\8\2\3\7\2\e\4\2\2\2\4\4\4\f\5\c\1\1\f ]]
4372024-04-30T20:06:44.434Z+ rm -rf ./out/console-assets
4382024-04-30T20:06:44.434Z+ mkdir -p ./out/console-assets
4392024-04-30T20:06:44.438Z+ do_untar out/downloads/console.tar.gz ./out/console-assets
4402024-04-30T20:06:44.438Z+ mkdir -p ./out/console-assets
4412024-04-30T20:06:44.438Z+ tar xzf out/downloads/console.tar.gz -C ./out/console-assets
4422024-04-30T20:06:44.528Z+ set -o errexit
4432024-04-30T20:06:44.531Z+++ dirname ./tools/ci_download_maghemite_openapi
4442024-04-30T20:06:44.535Z++ cd ./tools
4452024-04-30T20:06:44.535Z++ pwd
4462024-04-30T20:06:44.535Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
4472024-04-30T20:06:44.535Z++ basename ./tools/ci_download_maghemite_openapi
4482024-04-30T20:06:44.538Z+ ARG0=ci_download_maghemite_openapi
4492024-04-30T20:06:44.538Z+ TARGET_DIR=out
4502024-04-30T20:06:44.538Z+ DOWNLOAD_DIR=out/downloads
4512024-04-30T20:06:44.538Z+ source /work/oxidecomputer/omicron/tools/maghemite_ddm_openapi_version
4522024-04-30T20:06:44.538Z++ COMMIT=bc244d418368fcc3e66db2a0637501a900be161a
4532024-04-30T20:06:44.538Z++ SHA2=004e873e4120aa26460271368485266b75b7f964e5ed4dbee8fb5db4519470d7
4542024-04-30T20:06:44.538Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/ddm-admin.json
4552024-04-30T20:06:44.538Z+ LOCAL_FILE=out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json
4562024-04-30T20:06:44.538Z+ main
4572024-04-30T20:06:44.538Z+ rm -rf out/downloads/root
4582024-04-30T20:06:44.539Z+ [[ 0 != 0 ]]
4592024-04-30T20:06:44.539Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/ddm-admin.json'
4602024-04-30T20:06:44.539ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/ddm-admin.json
4612024-04-30T20:06:44.539Z+ echo 'Local file: out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json'
4622024-04-30T20:06:44.539ZLocal file: out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json
4632024-04-30T20:06:44.539Z+ local DO_DOWNLOAD=true
4642024-04-30T20:06:44.539Z+ [[ -f out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json ]]
4652024-04-30T20:06:44.539Z+ mkdir -p out/downloads
4662024-04-30T20:06:44.542Z+ '[' true == true ']'
4672024-04-30T20:06:44.542Z+ echo Downloading...
4682024-04-30T20:06:44.542ZDownloading...
4692024-04-30T20:06:44.542Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/ddm-admin.json out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json
4702024-04-30T20:06:44.542Z+ 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
4712024-04-30T20:06:44.774Z++ do_sha256sum out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json
4722024-04-30T20:06:44.774Z++ case "$OSTYPE" in
4732024-04-30T20:06:45.730Z++ SHA=sha256sum
4742024-04-30T20:06:45.730Z++ sha256sum
4752024-04-30T20:06:45.730Z++ awk '{print $1}'
4762024-04-30T20:06:45.730Z+ calculated_sha2=004e873e4120aa26460271368485266b75b7f964e5ed4dbee8fb5db4519470d7
4772024-04-30T20:06:45.730Z+ [[ 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 ]]
4782024-04-30T20:06:45.731Z+ source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version
4792024-04-30T20:06:45.731Z++ COMMIT=bc244d418368fcc3e66db2a0637501a900be161a
4802024-04-30T20:06:45.731Z++ SHA2=a5d2f275c99152711dec1df58fd49d459d3fcb8fbfc7a7f48f432be248d74639
4812024-04-30T20:06:45.731Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/mg-admin.json
4822024-04-30T20:06:45.731Z+ LOCAL_FILE=out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json
4832024-04-30T20:06:45.731Z+ main
4842024-04-30T20:06:45.731Z+ rm -rf out/downloads/root
4852024-04-30T20:06:45.731Z+ [[ 0 != 0 ]]
4862024-04-30T20:06:45.731Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/mg-admin.json'
4872024-04-30T20:06:45.732ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/mg-admin.json
4882024-04-30T20:06:45.732Z+ echo 'Local file: out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json'
4892024-04-30T20:06:45.732ZLocal file: out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json
4902024-04-30T20:06:45.732Z+ local DO_DOWNLOAD=true
4912024-04-30T20:06:45.732Z+ [[ -f out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json ]]
4922024-04-30T20:06:45.732Z+ mkdir -p out/downloads
4932024-04-30T20:06:45.732Z+ '[' true == true ']'
4942024-04-30T20:06:45.732Z+ echo Downloading...
4952024-04-30T20:06:45.732ZDownloading...
4962024-04-30T20:06:45.733Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/mg-admin.json out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json
4972024-04-30T20:06:45.733Z+ 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
4982024-04-30T20:06:45.762Z++ do_sha256sum out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json
4992024-04-30T20:06:45.762Z++ case "$OSTYPE" in
5002024-04-30T20:06:45.762Z++ SHA=sha256sum
5012024-04-30T20:06:45.763Z++ sha256sum
5022024-04-30T20:06:45.763Z++ awk '{print $1}'
5032024-04-30T20:06:45.763Z+ calculated_sha2=a5d2f275c99152711dec1df58fd49d459d3fcb8fbfc7a7f48f432be248d74639
5042024-04-30T20:06:45.763Z+ [[ 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 ]]
5052024-04-30T20:06:45.763Z+ set -o errexit
5062024-04-30T20:06:45.763Z+++ dirname ./tools/ci_download_dendrite_openapi
5072024-04-30T20:06:45.763Z++ cd ./tools
5082024-04-30T20:06:45.763Z++ pwd
5092024-04-30T20:06:45.763Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
5102024-04-30T20:06:45.763Z++ basename ./tools/ci_download_dendrite_openapi
5112024-04-30T20:06:45.764Z+ ARG0=ci_download_dendrite_openapi
5122024-04-30T20:06:45.764Z+ TARGET_DIR=out
5132024-04-30T20:06:45.764Z+ DOWNLOAD_DIR=out/downloads
5142024-04-30T20:06:45.764Z+ source /work/oxidecomputer/omicron/tools/dendrite_openapi_version
5152024-04-30T20:06:45.764Z++ COMMIT=8646e588a564ebf74da6fd0e854bcfe74be43690
5162024-04-30T20:06:45.764Z++ SHA2=50eff6d9f986b7b1af5970d11d8d01b812de37269731c6c691a244b3fdae82ae
5172024-04-30T20:06:45.764Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/8646e588a564ebf74da6fd0e854bcfe74be43690/dpd.json
5182024-04-30T20:06:45.764Z+ LOCAL_FILE=out/downloads/dpd-8646e588a564ebf74da6fd0e854bcfe74be43690.json
5192024-04-30T20:06:45.764Z+ main
5202024-04-30T20:06:45.764Z+ [[ 0 != 0 ]]
5212024-04-30T20:06:45.764Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/8646e588a564ebf74da6fd0e854bcfe74be43690/dpd.json'
5222024-04-30T20:06:45.764ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/8646e588a564ebf74da6fd0e854bcfe74be43690/dpd.json
5232024-04-30T20:06:45.765Z+ echo 'Local file: out/downloads/dpd-8646e588a564ebf74da6fd0e854bcfe74be43690.json'
5242024-04-30T20:06:45.765Z+ local DO_DOWNLOAD=true
5252024-04-30T20:06:45.765ZLocal file: out/downloads/dpd-8646e588a564ebf74da6fd0e854bcfe74be43690.json
5262024-04-30T20:06:45.765Z+ [[ -f out/downloads/dpd-8646e588a564ebf74da6fd0e854bcfe74be43690.json ]]
5272024-04-30T20:06:45.765Z+ mkdir -p out/downloads
5282024-04-30T20:06:45.765Z+ '[' true == true ']'
5292024-04-30T20:06:45.765Z+ echo Downloading...
5302024-04-30T20:06:45.765ZDownloading...
5312024-04-30T20:06:45.765Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/8646e588a564ebf74da6fd0e854bcfe74be43690/dpd.json out/downloads/dpd-8646e588a564ebf74da6fd0e854bcfe74be43690.json
5322024-04-30T20:06:45.766Z+ 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
5332024-04-30T20:06:45.766Z++ do_sha256sum out/downloads/dpd-8646e588a564ebf74da6fd0e854bcfe74be43690.json
5342024-04-30T20:06:45.766Z++ case "$OSTYPE" in
5352024-04-30T20:06:45.766Z++ SHA=sha256sum
5362024-04-30T20:06:45.766Z++ sha256sum
5372024-04-30T20:06:45.766Z++ awk '{print $1}'
5382024-04-30T20:06:45.766Z+ calculated_sha2=50eff6d9f986b7b1af5970d11d8d01b812de37269731c6c691a244b3fdae82ae
5392024-04-30T20:06:45.766Z+ [[ 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 ]]
5402024-04-30T20:06:45.766Z+ set -o errexit
5412024-04-30T20:06:45.766Z+++ dirname ./tools/ci_download_dendrite_stub
5422024-04-30T20:06:45.766Z++ cd ./tools
5432024-04-30T20:06:45.766Z++ pwd
5442024-04-30T20:06:45.766Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
5452024-04-30T20:06:45.766Z++ basename ./tools/ci_download_dendrite_stub
5462024-04-30T20:06:45.766Z+ ARG0=ci_download_dendrite_stub
5472024-04-30T20:06:45.767Z+ source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums
5482024-04-30T20:06:45.767Z++ CIDL_SHA256_ILLUMOS=fda1842bc4c45af98771fa8cfb8c5cc54ca0759c754d7e5f41504390f65e43f3
5492024-04-30T20:06:45.767Z++ CIDL_SHA256_LINUX_DPD=cb84fb7b2ba9cedaee5a09d400c88315ef30f7826610c1acb1ad6f07fa672b0a
5502024-04-30T20:06:45.767Z++ CIDL_SHA256_LINUX_SWADM=54042fb53e304bfade94ea7ca1b41c62c86bf48c32ca355b2c09dd6067ccb53b
5512024-04-30T20:06:45.767Z+ source /work/oxidecomputer/omicron/tools/dendrite_openapi_version
5522024-04-30T20:06:45.767Z++ COMMIT=8646e588a564ebf74da6fd0e854bcfe74be43690
5532024-04-30T20:06:45.767Z++ SHA2=50eff6d9f986b7b1af5970d11d8d01b812de37269731c6c691a244b3fdae82ae
5542024-04-30T20:06:45.767Z+ TARGET_DIR=out
5552024-04-30T20:06:45.767Z+ DOWNLOAD_DIR=out/downloads
5562024-04-30T20:06:45.768Z+ DEST_DIR=./out/dendrite-stub
5572024-04-30T20:06:45.768Z+ BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin
5582024-04-30T20:06:45.768Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
5592024-04-30T20:06:45.768Z+ REPO=oxidecomputer/dendrite
5602024-04-30T20:06:45.768Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8646e588a564ebf74da6fd0e854bcfe74be43690
5612024-04-30T20:06:45.768Z+ main
5622024-04-30T20:06:45.768Z+ [[ 0 != 0 ]]
5632024-04-30T20:06:45.768Z+ CIDL_OS=solaris2.11
5642024-04-30T20:06:45.768Z+ [[ 0 != 0 ]]
5652024-04-30T20:06:45.768Z+ configure_os solaris2.11
5662024-04-30T20:06:45.768Z+ echo 'current directory: /work/oxidecomputer/omicron'
5672024-04-30T20:06:45.768Zcurrent directory: /work/oxidecomputer/omicron
5682024-04-30T20:06:45.769Z+ echo 'configuring based on OS: "solaris2.11"'
5692024-04-30T20:06:45.769Z+ case "$1" in
5702024-04-30T20:06:45.769Zconfiguring based on OS: "solaris2.11"
5712024-04-30T20:06:45.769Z+ SET_BINARIES=
5722024-04-30T20:06:45.769Z+ CIDL_SHA256=fda1842bc4c45af98771fa8cfb8c5cc54ca0759c754d7e5f41504390f65e43f3
5732024-04-30T20:06:45.769Z+ CIDL_SHA256FUNC=do_sha256sum
5742024-04-30T20:06:45.769Z+ TARBALL_FILENAME=dendrite-stub.tar.gz
5752024-04-30T20:06:45.769Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8646e588a564ebf74da6fd0e854bcfe74be43690/dendrite-stub.tar.gz
5762024-04-30T20:06:45.769Z+ TARBALL_FILE=out/downloads/dendrite-stub.tar.gz
5772024-04-30T20:06:45.769Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8646e588a564ebf74da6fd0e854bcfe74be43690/dendrite-stub.tar.gz'
5782024-04-30T20:06:45.769ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8646e588a564ebf74da6fd0e854bcfe74be43690/dendrite-stub.tar.gz
5792024-04-30T20:06:45.769ZLocal file: out/downloads/dendrite-stub.tar.gz
5802024-04-30T20:06:45.769Z+ echo 'Local file: out/downloads/dendrite-stub.tar.gz'
5812024-04-30T20:06:45.770Z+ mkdir -p out/downloads
5822024-04-30T20:06:45.770Z+ mkdir -p ./out/dendrite-stub
5832024-04-30T20:06:45.770Z+ fetch_and_verify
5842024-04-30T20:06:45.770Z+ local DO_DOWNLOAD=true
5852024-04-30T20:06:45.770Z+ [[ -f out/downloads/dendrite-stub.tar.gz ]]
5862024-04-30T20:06:45.770Z+ '[' true == true ']'
5872024-04-30T20:06:45.770Z+ echo Downloading...
5882024-04-30T20:06:45.770ZDownloading...
5892024-04-30T20:06:45.770Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8646e588a564ebf74da6fd0e854bcfe74be43690/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz
5902024-04-30T20:06:45.770Z+ 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
5912024-04-30T20:06:51.973Z++ do_sha256sum out/downloads/dendrite-stub.tar.gz
5922024-04-30T20:06:51.979Z++ sha256sum
5932024-04-30T20:06:51.979Z++ awk '{print $1}'
5942024-04-30T20:06:51.990Z+ calculated_sha256=fda1842bc4c45af98771fa8cfb8c5cc54ca0759c754d7e5f41504390f65e43f3
5952024-04-30T20:06:51.993Z+ [[ 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 ]]
5962024-04-30T20:06:51.993Z+ do_untar out/downloads/dendrite-stub.tar.gz
5972024-04-30T20:06:51.994Z+ tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads
5982024-04-30T20:06:52.591Z+ do_assemble
5992024-04-30T20:06:52.591Z+ rm -r ./out/dendrite-stub
6002024-04-30T20:06:52.600Z+ mkdir ./out/dendrite-stub
6012024-04-30T20:06:52.600Z+ cp -r out/downloads/root ./out/dendrite-stub/root
6022024-04-30T20:06:52.679Z+ ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin
6032024-04-30T20:06:52.689Z+ set -o errexit
6042024-04-30T20:06:52.694Z+++ dirname ./tools/ci_download_maghemite_mgd
6052024-04-30T20:06:52.694Z++ cd ./tools
6062024-04-30T20:06:52.694Z++ pwd
6072024-04-30T20:06:52.694Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
6082024-04-30T20:06:52.694Z++ basename ./tools/ci_download_maghemite_mgd
6092024-04-30T20:06:52.702Z+ ARG0=ci_download_maghemite_mgd
6102024-04-30T20:06:52.702Z+ source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums
6112024-04-30T20:06:52.702Z++ CIDL_SHA256=ddc19da8932e0ff4a91dea139369bb5b729748bdf698223bc2717a4abea89ed6
6122024-04-30T20:06:52.702Z++ MGD_LINUX_SHA256=ee41d903d19b4ced4bbf139ed05ba8c060517642bc7d4bcef3790e697fa3f44d
6132024-04-30T20:06:52.702Z+ source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version
6142024-04-30T20:06:52.702Z++ COMMIT=bc244d418368fcc3e66db2a0637501a900be161a
6152024-04-30T20:06:52.702Z++ SHA2=a5d2f275c99152711dec1df58fd49d459d3fcb8fbfc7a7f48f432be248d74639
6162024-04-30T20:06:52.703Z+ TARGET_DIR=out
6172024-04-30T20:06:52.703Z+ DOWNLOAD_DIR=out/downloads
6182024-04-30T20:06:52.703Z+ DEST_DIR=./out/mgd
6192024-04-30T20:06:52.703Z+ BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin
6202024-04-30T20:06:52.703Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
6212024-04-30T20:06:52.703Z+ REPO=oxidecomputer/maghemite
6222024-04-30T20:06:52.703Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/bc244d418368fcc3e66db2a0637501a900be161a
6232024-04-30T20:06:52.704Z+ main
6242024-04-30T20:06:52.704Z+ rm -rf out/downloads/root
6252024-04-30T20:06:52.711Z+ [[ 0 != 0 ]]
6262024-04-30T20:06:52.712Z+ CIDL_OS=solaris2.11
6272024-04-30T20:06:52.712Z+ [[ 0 != 0 ]]
6282024-04-30T20:06:52.712Z+ configure_os solaris2.11
6292024-04-30T20:06:52.712Z+ echo 'current directory: /work/oxidecomputer/omicron'
6302024-04-30T20:06:52.712Zcurrent directory: /work/oxidecomputer/omicron
6312024-04-30T20:06:52.712Z+ echo 'configuring based on OS: "solaris2.11"'
6322024-04-30T20:06:52.712Z+ case "$1" in
6332024-04-30T20:06:52.712Zconfiguring based on OS: "solaris2.11"
6342024-04-30T20:06:52.712Z+ SET_BINARIES=
6352024-04-30T20:06:52.712Z+ CIDL_SHA256FUNC=do_sha256sum
6362024-04-30T20:06:52.712Z+ TARBALL_FILENAME=mgd.tar.gz
6372024-04-30T20:06:52.713Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/bc244d418368fcc3e66db2a0637501a900be161a/mgd.tar.gz
6382024-04-30T20:06:52.713Z+ TARBALL_FILE=out/downloads/mgd.tar.gz
6392024-04-30T20:06:52.713Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/bc244d418368fcc3e66db2a0637501a900be161a/mgd.tar.gz'
6402024-04-30T20:06:52.713Z+ echo 'Local file: out/downloads/mgd.tar.gz'
6412024-04-30T20:06:52.713ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/bc244d418368fcc3e66db2a0637501a900be161a/mgd.tar.gz
6422024-04-30T20:06:52.713ZLocal file: out/downloads/mgd.tar.gz
6432024-04-30T20:06:52.713Z+ mkdir -p out/downloads
6442024-04-30T20:06:52.713Z+ mkdir -p ./out/mgd
6452024-04-30T20:06:52.713Z+ fetch_and_verify
6462024-04-30T20:06:52.713Z+ local DO_DOWNLOAD=true
6472024-04-30T20:06:52.713Z+ [[ -f out/downloads/mgd.tar.gz ]]
6482024-04-30T20:06:52.713Z+ '[' true == true ']'
6492024-04-30T20:06:52.714Z+ echo Downloading...
6502024-04-30T20:06:52.714ZDownloading...
6512024-04-30T20:06:52.714Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/bc244d418368fcc3e66db2a0637501a900be161a/mgd.tar.gz out/downloads/mgd.tar.gz
6522024-04-30T20:06:52.714Z+ 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
6532024-04-30T20:07:02.883Z++ do_sha256sum out/downloads/mgd.tar.gz
6542024-04-30T20:07:02.887Z++ sha256sum
6552024-04-30T20:07:02.887Z++ awk '{print $1}'
6562024-04-30T20:07:02.916Z+ calculated_sha256=ddc19da8932e0ff4a91dea139369bb5b729748bdf698223bc2717a4abea89ed6
6572024-04-30T20:07:02.930Z+ [[ 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 ]]
6582024-04-30T20:07:02.930Z+ do_untar out/downloads/mgd.tar.gz
6592024-04-30T20:07:02.930Z+ tar xzf out/downloads/mgd.tar.gz -C out/downloads
6602024-04-30T20:07:03.507Z+ do_assemble
6612024-04-30T20:07:03.507Z+ rm -r ./out/mgd
6622024-04-30T20:07:03.511Z+ mkdir ./out/mgd
6632024-04-30T20:07:03.511Z+ cp -r out/downloads/root ./out/mgd/root
6642024-04-30T20:07:03.599Z+ set -o errexit
6652024-04-30T20:07:03.602Z+++ dirname ./tools/ci_download_transceiver_control
6662024-04-30T20:07:03.605Z++ cd ./tools
6672024-04-30T20:07:03.605Z++ pwd
6682024-04-30T20:07:03.606Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
6692024-04-30T20:07:03.606Z++ basename ./tools/ci_download_transceiver_control
6702024-04-30T20:07:03.609Z+ ARG0=ci_download_transceiver_control
6712024-04-30T20:07:03.610Z+ source /work/oxidecomputer/omicron/tools/transceiver_control_version
6722024-04-30T20:07:03.610Z++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a
6732024-04-30T20:07:03.610Z++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
6742024-04-30T20:07:03.610Z+ TARGET_DIR=out
6752024-04-30T20:07:03.610Z+ DOWNLOAD_DIR=out/downloads
6762024-04-30T20:07:03.610Z+ DEST_DIR=./out/transceiver-control
6772024-04-30T20:07:03.610Z+ BIN_DIR=/opt/oxide/bin
6782024-04-30T20:07:03.610Z+ BINARY=xcvradm
6792024-04-30T20:07:03.610Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
6802024-04-30T20:07:03.610Z+ REPO=oxidecomputer/transceiver-control
6812024-04-30T20:07:03.610Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a
6822024-04-30T20:07:03.610Z+ main
6832024-04-30T20:07:03.610Z+ [[ 0 != 0 ]]
6842024-04-30T20:07:03.610Z+ CIDL_OS=solaris2.11
6852024-04-30T20:07:03.610Z+ [[ 0 != 0 ]]
6862024-04-30T20:07:03.610Z+ configure_os solaris2.11
6872024-04-30T20:07:03.610Z+ echo 'current directory: /work/oxidecomputer/omicron'
6882024-04-30T20:07:03.610Zcurrent directory: /work/oxidecomputer/omicron
6892024-04-30T20:07:03.610Z+ echo 'configuring based on OS: "solaris2.11"'
6902024-04-30T20:07:03.610Zconfiguring based on OS: "solaris2.11"
6912024-04-30T20:07:03.610Z+ case "$1" in
6922024-04-30T20:07:03.610Z+ SET_BINARIES=
6932024-04-30T20:07:03.611Z+ CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
6942024-04-30T20:07:03.611Z+ CIDL_SHA256FUNC=do_sha256sum
6952024-04-30T20:07:03.611Z+ ARCHIVE_FILENAME=xcvradm.gz
6962024-04-30T20:07:03.611Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz
6972024-04-30T20:07:03.611Z+ ARCHIVE_FILE=out/downloads/xcvradm.gz
6982024-04-30T20:07:03.611Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz'
6992024-04-30T20:07:03.611Z+ echo 'Local file: out/downloads/xcvradm.gz'
7002024-04-30T20:07:03.611ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz
7012024-04-30T20:07:03.611ZLocal file: out/downloads/xcvradm.gz
7022024-04-30T20:07:03.611Z+ mkdir -p out/downloads
7032024-04-30T20:07:03.611Z+ mkdir -p ./out/transceiver-control
7042024-04-30T20:07:03.614Z+ fetch_and_verify
7052024-04-30T20:07:03.615Z+ local DO_DOWNLOAD=true
7062024-04-30T20:07:03.615Z+ [[ -f out/downloads/xcvradm.gz ]]
7072024-04-30T20:07:03.615Z+ '[' true == true ']'
7082024-04-30T20:07:03.615Z+ echo Downloading...
7092024-04-30T20:07:03.615ZDownloading...
7102024-04-30T20:07:03.615Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz
7112024-04-30T20:07:03.615Z+ 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
7122024-04-30T20:07:05.558Z++ do_sha256sum out/downloads/xcvradm.gz
7132024-04-30T20:07:05.569Z++ sha256sum
7142024-04-30T20:07:05.569Z++ awk '{print $1}'
7152024-04-30T20:07:05.569Z+ calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
7162024-04-30T20:07:05.569Z+ [[ 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 ]]
7172024-04-30T20:07:05.569Z+ do_unpack out/downloads/xcvradm.gz
7182024-04-30T20:07:05.570Z+ mkdir -p out/downloads/root//opt/oxide/bin
7192024-04-30T20:07:05.570Z+ gzip -dc out/downloads/xcvradm.gz
7202024-04-30T20:07:05.682Z+ chmod +x out/downloads/root//opt/oxide/bin/xcvradm
7212024-04-30T20:07:05.693Z+ do_assemble
7222024-04-30T20:07:05.693Z+ rm -r ./out/transceiver-control
7232024-04-30T20:07:05.693Z+ mkdir ./out/transceiver-control
7242024-04-30T20:07:06.162Z+ cp -r out/downloads/root ./out/transceiver-control/root
7252024-04-30T20:07:06.162Z+ set -o errexit
7262024-04-30T20:07:06.162Z+++ dirname ./tools/ci_download_thundermuffin
7272024-04-30T20:07:06.162Z++ cd ./tools
7282024-04-30T20:07:06.162Z++ pwd
7292024-04-30T20:07:06.162Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
7302024-04-30T20:07:06.163Z++ basename ./tools/ci_download_thundermuffin
7312024-04-30T20:07:06.163Z+ ARG0=ci_download_thundermuffin
7322024-04-30T20:07:06.163Z+ source /work/oxidecomputer/omicron/tools/thundermuffin_checksums
7332024-04-30T20:07:06.163Z++ CIDL_SHA256=dc55a2accd33a347df4cbdc0026cbaccea2c004940c3fec8cadcdd633d440dfa
7342024-04-30T20:07:06.163Z+ source /work/oxidecomputer/omicron/tools/thundermuffin_version
7352024-04-30T20:07:06.163Z++ COMMIT=a4a6108d7c9aac2464a0b6898e88132a8f701a13
7362024-04-30T20:07:06.163Z+ TARGET_DIR=out
7372024-04-30T20:07:06.164Z+ DOWNLOAD_DIR=out/downloads
7382024-04-30T20:07:06.164Z+ DEST_DIR=./out/thundermuffin
7392024-04-30T20:07:06.164Z+ BIN_DIR=./out/thundermuffin/root/opt/oxide/thundermuffin/bin
7402024-04-30T20:07:06.164Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
7412024-04-30T20:07:06.164Z+ REPO=oxidecomputer/thundermuffin
7422024-04-30T20:07:06.165Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13
7432024-04-30T20:07:06.165Z+ main
7442024-04-30T20:07:06.165Z+ rm -rf out/downloads/root
7452024-04-30T20:07:06.165Z+ [[ 0 != 0 ]]
7462024-04-30T20:07:06.166Z+ CIDL_OS=solaris2.11
7472024-04-30T20:07:06.166Z+ [[ 0 != 0 ]]
7482024-04-30T20:07:06.166Z+ configure_os solaris2.11
7492024-04-30T20:07:06.166Z+ echo 'current directory: /work/oxidecomputer/omicron'
7502024-04-30T20:07:06.167Zcurrent directory: /work/oxidecomputer/omicron
7512024-04-30T20:07:06.167Z+ echo 'configuring based on OS: "solaris2.11"'
7522024-04-30T20:07:06.167Z+ case "$1" in
7532024-04-30T20:07:06.167Zconfiguring based on OS: "solaris2.11"
7542024-04-30T20:07:06.167Z+ SET_BINARIES=
7552024-04-30T20:07:06.168Z+ CIDL_SHA256FUNC=do_sha256sum
7562024-04-30T20:07:06.168Z+ TARBALL_FILENAME=thundermuffin.tar.gz
7572024-04-30T20:07:06.168Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz
7582024-04-30T20:07:06.168Z+ TARBALL_FILE=out/downloads/thundermuffin.tar.gz
7592024-04-30T20:07:06.168Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz'
7602024-04-30T20:07:06.169ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz
7612024-04-30T20:07:06.169Z+ echo 'Local file: out/downloads/thundermuffin.tar.gz'
7622024-04-30T20:07:06.169ZLocal file: out/downloads/thundermuffin.tar.gz
7632024-04-30T20:07:06.169Z+ mkdir -p out/downloads
7642024-04-30T20:07:06.170Z+ mkdir -p ./out/thundermuffin
7652024-04-30T20:07:06.170Z+ fetch_and_verify
7662024-04-30T20:07:06.170Z+ local DO_DOWNLOAD=true
7672024-04-30T20:07:06.170Z+ [[ -f out/downloads/thundermuffin.tar.gz ]]
7682024-04-30T20:07:06.170Z+ '[' true == true ']'
7692024-04-30T20:07:06.170Z+ echo Downloading...
7702024-04-30T20:07:06.171ZDownloading...
7712024-04-30T20:07:06.171Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz out/downloads/thundermuffin.tar.gz
7722024-04-30T20:07:06.171Z+ 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
7732024-04-30T20:07:07.488Z++ do_sha256sum out/downloads/thundermuffin.tar.gz
7742024-04-30T20:07:07.493Z++ sha256sum
7752024-04-30T20:07:07.493Z++ awk '{print $1}'
7762024-04-30T20:07:07.496Z+ calculated_sha256=dc55a2accd33a347df4cbdc0026cbaccea2c004940c3fec8cadcdd633d440dfa
7772024-04-30T20:07:07.496Z+ [[ 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 ]]
7782024-04-30T20:07:07.496Z+ do_untar out/downloads/thundermuffin.tar.gz
7792024-04-30T20:07:07.496Z+ tar xzf out/downloads/thundermuffin.tar.gz -C out/downloads
7802024-04-30T20:07:07.568Z+ do_assemble
7812024-04-30T20:07:07.569Z+ rm -r ./out/thundermuffin
7822024-04-30T20:07:07.588Z+ mkdir ./out/thundermuffin
7832024-04-30T20:07:07.588Z+ cp -r out/downloads/root ./out/thundermuffin/root
7842024-04-30T20:07:07.602ZAll builder prerequisites installed successfully, and PATH looks valid
7852024-04-30T20:07:07.602Z
7862024-04-30T20:07:07.602Zreal 1:55.706335437
7872024-04-30T20:07:07.602Zuser 38.343049288
7882024-04-30T20:07:07.602Zsys 7.357877251
7892024-04-30T20:07:07.602Ztrap 0.009616764
7902024-04-30T20:07:07.602Ztflt 0.158126670
7912024-04-30T20:07:07.602Zdflt 0.317416080
7922024-04-30T20:07:07.602Zkflt 0.087475665
7932024-04-30T20:07:07.602Zlock 1.029758146
7942024-04-30T20:07:07.602Zslp 3:48.859170606
7952024-04-30T20:07:07.602Zlat 2.110784915
7962024-04-30T20:07:07.602Zstop 0.142660536
7972024-04-30T20:07:07.602Z
7982024-04-30T20:07:07.602Z #### # # ##### ##### # #
7992024-04-30T20:07:07.603Z # # # # # # # # # #
8002024-04-30T20:07:07.603Z # # # # # # # #
8012024-04-30T20:07:07.603Z # # # ##### ##### #
8022024-04-30T20:07:07.603Z # # # # # # #
8032024-04-30T20:07:07.603Z #### ###### # # # #
8042024-04-30T20:07:07.603Z
8052024-04-30T20:07:07.818Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
8062024-04-30T20:07:08.229Z Updating git repository `https://github.com/oxidecomputer/zone`
8072024-04-30T20:07:08.533Z Updating crates.io index
8082024-04-30T20:07:08.536Z Updating git repository `https://github.com/oxidecomputer/dropshot`
8092024-04-30T20:07:09.362Z Updating git repository `https://github.com/oxidecomputer/maghemite`
8102024-04-30T20:07:10.129Z Updating git repository `https://github.com/oxidecomputer/progenitor`
8112024-04-30T20:07:12.381Z Updating git repository `http://github.com/oxidecomputer/serde_human_bytes`
8122024-04-30T20:07:12.921Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
8132024-04-30T20:07:13.209Z Updating git repository `https://github.com/oxidecomputer/propolis`
8142024-04-30T20:07:14.301Z Updating git repository `https://github.com/oxidecomputer/crucible`
8152024-04-30T20:07:16.163Z Updating git repository `https://github.com/oxidecomputer/opte`
8162024-04-30T20:07:17.904Z Updating git repository `https://github.com/oxidecomputer/falcon`
8172024-04-30T20:07:18.047Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
8182024-04-30T20:07:18.429Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
8192024-04-30T20:07:19.014Z Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel`
8202024-04-30T20:07:19.370Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
8212024-04-30T20:07:19.680Z Updating git repository `http://github.com/oxidecomputer/sprockets`
8222024-04-30T20:07:20.073Z Updating git repository `https://github.com/oxidecomputer/diesel-dtrace`
8232024-04-30T20:07:20.495Z Updating git repository `http://github.com/oxidecomputer/tofino`
8242024-04-30T20:07:20.798Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
8252024-04-30T20:07:21.079Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
8262024-04-30T20:07:21.383Z Updating git repository `https://github.com/oxidecomputer/libnvme`
8272024-04-30T20:07:21.728Z Updating git repository `https://github.com/oxidecomputer/ispf`
8282024-04-30T20:07:22.030Z Updating git repository `https://github.com/oxidecomputer/poptrie`
8292024-04-30T20:07:22.448Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
8302024-04-30T20:07:23.054Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
8312024-04-30T20:07:23.427Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
8322024-04-30T20:07:23.718Z Updating git repository `https://github.com/jgallagher/nix`
8332024-04-30T20:07:24.889Z Updating git repository `https://github.com/cbiffle/hubpack`
8342024-04-30T20:07:25.296Z Updating git repository `https://github.com/oxidecomputer/typify`
8352024-04-30T20:07:27.213Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
8362024-04-30T20:07:27.552Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
8372024-04-30T20:07:27.845Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
8382024-04-30T20:07:28.279Z Updating git repository `https://github.com/oxidecomputer/rfb`
8392024-04-30T20:07:29.421Z Downloading crates ...
8402024-04-30T20:07:29.491Z Downloaded anstyle-query v1.0.0
8412024-04-30T20:07:29.495Z Downloaded autocfg v1.1.0
8422024-04-30T20:07:29.500Z Downloaded anstyle-parse v0.2.1
8432024-04-30T20:07:29.503Z Downloaded errno v0.3.8
8442024-04-30T20:07:29.517Z Downloaded anstyle v1.0.6
8452024-04-30T20:07:29.533Z Downloaded colorchoice v1.0.0
8462024-04-30T20:07:29.536Z Downloaded swrite v0.1.0
8472024-04-30T20:07:29.539Z Downloaded equivalent v1.0.1
8482024-04-30T20:07:29.542Z Downloaded heck v0.5.0
8492024-04-30T20:07:29.546Z Downloaded terminal_size v0.3.0
8502024-04-30T20:07:29.552Z Downloaded strsim v0.11.0
8512024-04-30T20:07:29.556Z Downloaded thiserror v1.0.59
8522024-04-30T20:07:29.566Z Downloaded toml_datetime v0.6.5
8532024-04-30T20:07:29.569Z Downloaded itoa v1.0.9
8542024-04-30T20:07:29.569Z Downloaded thiserror-impl v1.0.59
8552024-04-30T20:07:29.569Z Downloaded serde_spanned v0.6.5
8562024-04-30T20:07:29.572Z Downloaded utf8parse v0.2.1
8572024-04-30T20:07:29.575Z Downloaded macaddr v1.0.1
8582024-04-30T20:07:29.578Z Downloaded fs-err v2.11.0
8592024-04-30T20:07:29.578Z Downloaded cargo-platform v0.1.3
8602024-04-30T20:07:29.580Z Downloaded cargo_metadata v0.18.1
8612024-04-30T20:07:29.583Z Downloaded anstream v0.6.11
8622024-04-30T20:07:29.588Z Downloaded clap_lex v0.7.0
8632024-04-30T20:07:29.588Z Downloaded semver v1.0.22
8642024-04-30T20:07:29.591Z Downloaded bitflags v2.4.2
8652024-04-30T20:07:29.594Z Downloaded clap_derive v4.5.4
8662024-04-30T20:07:29.594Z Downloaded cargo_toml v0.20.2
8672024-04-30T20:07:29.597Z Downloaded camino v1.1.6
8682024-04-30T20:07:29.605Z Downloaded anyhow v1.0.82
8692024-04-30T20:07:29.611Z Downloaded quote v1.0.36
8702024-04-30T20:07:29.614Z Downloaded proc-macro2 v1.0.81
8712024-04-30T20:07:29.617Z Downloaded winnow v0.6.1
8722024-04-30T20:07:29.626Z Downloaded unicode-ident v1.0.12
8732024-04-30T20:07:29.630Z Downloaded serde_derive v1.0.199
8742024-04-30T20:07:29.630Z Downloaded clap v4.5.4
8752024-04-30T20:07:29.635Z Downloaded toml v0.8.12
8762024-04-30T20:07:29.638Z Downloaded ryu v1.0.15
8772024-04-30T20:07:29.641Z Downloaded serde v1.0.199
8782024-04-30T20:07:29.644Z Downloaded toml_edit v0.22.12
8792024-04-30T20:07:29.664Z Downloaded memchr v2.7.1
8802024-04-30T20:07:29.669Z Downloaded indexmap v2.2.6
8812024-04-30T20:07:29.675Z Downloaded hashbrown v0.14.3
8822024-04-30T20:07:29.685Z Downloaded serde_json v1.0.116
8832024-04-30T20:07:29.692Z Downloaded clap_builder v4.5.2
8842024-04-30T20:07:29.704Z Downloaded syn v2.0.60
8852024-04-30T20:07:29.724Z Downloaded rustix v0.38.31
8862024-04-30T20:07:29.755Z Downloaded libc v0.2.153
8872024-04-30T20:07:30.016Z Compiling proc-macro2 v1.0.81
8882024-04-30T20:07:30.030Z Compiling unicode-ident v1.0.12
8892024-04-30T20:07:30.030Z Compiling serde v1.0.199
8902024-04-30T20:07:30.030Z Compiling libc v0.2.153
8912024-04-30T20:07:30.031Z Compiling rustix v0.38.31
8922024-04-30T20:07:30.031Z Compiling hashbrown v0.14.3
8932024-04-30T20:07:30.046Z Compiling utf8parse v0.2.1
8942024-04-30T20:07:30.046Z Compiling bitflags v2.4.2
8952024-04-30T20:07:30.264Z Compiling equivalent v1.0.1
8962024-04-30T20:07:30.281Z Compiling anstyle-parse v0.2.1
8972024-04-30T20:07:30.364Z Compiling colorchoice v1.0.0
8982024-04-30T20:07:30.482Z Compiling anstyle-query v1.0.0
8992024-04-30T20:07:30.512Z Compiling serde_json v1.0.116
9002024-04-30T20:07:30.605Z Compiling thiserror v1.0.59
9012024-04-30T20:07:30.629Z Compiling autocfg v1.1.0
9022024-04-30T20:07:31.084Z Compiling indexmap v2.2.6
9032024-04-30T20:07:31.193Z Compiling camino v1.1.6
9042024-04-30T20:07:31.328Z Compiling anstyle v1.0.6
9052024-04-30T20:07:31.332Z Compiling winnow v0.6.1
9062024-04-30T20:07:31.467Z Compiling semver v1.0.22
9072024-04-30T20:07:31.683Z Compiling anstream v0.6.11
9082024-04-30T20:07:31.753Z Compiling fs-err v2.11.0
9092024-04-30T20:07:31.797Z Compiling ryu v1.0.15
9102024-04-30T20:07:32.005Z Compiling strsim v0.11.0
9112024-04-30T20:07:32.035Z Compiling anyhow v1.0.82
9122024-04-30T20:07:32.098Z Compiling clap_lex v0.7.0
9132024-04-30T20:07:32.311Z Compiling itoa v1.0.9
9142024-04-30T20:07:32.386Z Compiling quote v1.0.36
9152024-04-30T20:07:32.533Z Compiling heck v0.5.0
9162024-04-30T20:07:32.672Z Compiling errno v0.3.8
9172024-04-30T20:07:32.765Z Compiling syn v2.0.60
9182024-04-30T20:07:33.034Z Compiling swrite v0.1.0
9192024-04-30T20:07:33.733Z Compiling terminal_size v0.3.0
9202024-04-30T20:07:33.841Z Compiling clap_builder v4.5.2
9212024-04-30T20:07:37.442Z Compiling serde_derive v1.0.199
9222024-04-30T20:07:37.443Z Compiling thiserror-impl v1.0.59
9232024-04-30T20:07:37.447Z Compiling clap_derive v4.5.4
9242024-04-30T20:07:40.175Z Compiling clap v4.5.4
9252024-04-30T20:07:45.051Z Compiling serde_spanned v0.6.5
9262024-04-30T20:07:45.056Z Compiling toml_datetime v0.6.5
9272024-04-30T20:07:45.056Z Compiling cargo-platform v0.1.3
9282024-04-30T20:07:45.056Z Compiling macaddr v1.0.1
9292024-04-30T20:07:45.289Z Compiling toml_edit v0.22.12
9302024-04-30T20:07:46.273Z Compiling cargo_metadata v0.18.1
9312024-04-30T20:07:47.226Z Compiling toml v0.8.12
9322024-04-30T20:07:47.976Z Compiling cargo_toml v0.20.2
9332024-04-30T20:07:51.305Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
9342024-04-30T20:07:53.727Z Finished dev [unoptimized + debuginfo] target(s) in 46.08s
9352024-04-30T20:07:53.940Z Running `target/debug/xtask clippy`
9362024-04-30T20:07:53.981Zrunning: "/home/build/.rustup/toolchains/1.77.2-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" "--warn" "clippy::iter_cloned_collect" "--warn" "clippy::iter_next_slice" "--warn" "clippy::iter_nth" "--warn" "clippy::iter_nth_zero" "--warn" "clippy::iter_skip_next" "--warn" "clippy::len_zero" "--warn" "clippy::redundant_field_names" "--warn" "clippy::cast_lossless"
9372024-04-30T20:07:54.568Z Downloading crates ...
9382024-04-30T20:07:54.682Z Downloaded atomic-waker v1.1.1
9392024-04-30T20:07:54.686Z Downloaded headers-core v0.2.0
9402024-04-30T20:07:54.689Z Downloaded base64ct v1.6.0
9412024-04-30T20:07:54.698Z Downloaded atty v0.2.14
9422024-04-30T20:07:54.701Z Downloaded heapless v0.8.0
9432024-04-30T20:07:54.704Z Downloaded bb8 v0.8.3
9442024-04-30T20:07:54.707Z Downloaded async-stream-impl v0.3.5
9452024-04-30T20:07:54.707Z Downloaded crypto-bigint v0.5.2
9462024-04-30T20:07:54.713Z Downloaded heapless v0.7.16
9472024-04-30T20:07:54.717Z Downloaded http v1.0.0
9482024-04-30T20:07:54.722Z Downloaded ascii-canvas v3.0.0
9492024-04-30T20:07:54.725Z Downloaded anes v0.1.6
9502024-04-30T20:07:54.728Z Downloaded async-recursion v1.1.0
9512024-04-30T20:07:54.733Z Downloaded http-range v0.1.5
9522024-04-30T20:07:54.735Z Downloaded async-stream v0.3.5
9532024-04-30T20:07:54.736Z Downloaded hmac v0.12.1
9542024-04-30T20:07:54.743Z Downloaded bcs v0.1.6
9552024-04-30T20:07:54.743Z Downloaded ascii v1.1.0
9562024-04-30T20:07:54.746Z Downloaded hubpack_derive v0.1.1
9572024-04-30T20:07:54.746Z Downloaded http v0.2.12
9582024-04-30T20:07:54.749Z Downloaded hyper-rustls v0.26.0
9592024-04-30T20:07:54.752Z Downloaded humantime v2.1.0
9602024-04-30T20:07:54.754Z Downloaded base16ct v0.2.0
9612024-04-30T20:07:54.757Z Downloaded bitflags v1.3.2
9622024-04-30T20:07:54.760Z Downloaded assert_cmd v2.0.14
9632024-04-30T20:07:54.765Z Downloaded ahash v0.8.8
9642024-04-30T20:07:54.768Z Downloaded backoff v0.4.0
9652024-04-30T20:07:54.769Z Downloaded ident_case v1.0.1
9662024-04-30T20:07:54.769Z Downloaded argon2 v0.5.3
9672024-04-30T20:07:54.771Z Downloaded httptest v0.15.5
9682024-04-30T20:07:54.775Z Downloaded cfg_aliases v0.1.1
9692024-04-30T20:07:54.775Z Downloaded httparse v1.8.0
9702024-04-30T20:07:54.777Z Downloaded cipher v0.4.4
9712024-04-30T20:07:54.780Z Downloaded nested v0.1.1
9722024-04-30T20:07:54.783Z Downloaded crc-catalog v2.2.0
9732024-04-30T20:07:54.786Z Downloaded match_cfg v0.1.0
9742024-04-30T20:07:54.786Z Downloaded cexpr v0.6.0
9752024-04-30T20:07:54.789Z Downloaded mockall v0.12.1
9762024-04-30T20:07:54.792Z Downloaded crossbeam-utils v0.8.19
9772024-04-30T20:07:54.795Z Downloaded new_debug_unreachable v1.0.4
9782024-04-30T20:07:54.795Z Downloaded colored v2.1.0
9792024-04-30T20:07:54.798Z Downloaded newline-converter v0.3.0
9802024-04-30T20:07:54.801Z Downloaded normalize-line-endings v0.3.0
9812024-04-30T20:07:54.801Z Downloaded crc v3.0.1
9822024-04-30T20:07:54.807Z Downloaded cast v0.3.0
9832024-04-30T20:07:54.807Z Downloaded is_ci v1.2.0
9842024-04-30T20:07:54.810Z Downloaded cfg-if v1.0.0
9852024-04-30T20:07:54.810Z Downloaded criterion-plot v0.5.0
9862024-04-30T20:07:54.810Z Downloaded nodrop v0.1.14
9872024-04-30T20:07:54.810Z Downloaded cassowary v0.3.0
9882024-04-30T20:07:54.816Z Downloaded nanorand v0.7.0
9892024-04-30T20:07:54.819Z Downloaded maybe-uninit v2.0.0
9902024-04-30T20:07:54.819Z Downloaded idna v0.2.3
9912024-04-30T20:07:54.826Z Downloaded sigpipe v0.1.3
9922024-04-30T20:07:54.829Z Downloaded mime v0.3.17
9932024-04-30T20:07:54.832Z Downloaded cookie_store v0.20.0
9942024-04-30T20:07:54.835Z Downloaded lazycell v1.3.0
9952024-04-30T20:07:54.836Z Downloaded is-terminal v0.4.9
9962024-04-30T20:07:54.838Z Downloaded sync_wrapper v0.1.2
9972024-04-30T20:07:54.839Z Downloaded memmap v0.7.0
9982024-04-30T20:07:54.839Z Downloaded lru-cache v0.1.2
9992024-04-30T20:07:54.842Z Downloaded lazy_static v1.4.0
10002024-04-30T20:07:54.842Z Downloaded indoc v2.0.3
10012024-04-30T20:07:54.846Z Downloaded lalrpop-util v0.19.12
10022024-04-30T20:07:54.849Z Downloaded serde_plain v1.0.2
10032024-04-30T20:07:54.849Z Downloaded serde_path_to_error v0.1.16
10042024-04-30T20:07:54.852Z Downloaded libsw v3.3.1
10052024-04-30T20:07:54.855Z Downloaded multimap v0.10.0
10062024-04-30T20:07:54.855Z Downloaded impl-trait-for-tuples v0.2.2
10072024-04-30T20:07:54.859Z Downloaded signature v2.1.0
10082024-04-30T20:07:54.862Z Downloaded async-trait v0.1.80
10092024-04-30T20:07:54.865Z Downloaded usdt-attr-macro v0.5.0
10102024-04-30T20:07:54.866Z Downloaded indoc v1.0.9
10112024-04-30T20:07:54.868Z Downloaded slog-stdlog v4.1.1
10122024-04-30T20:07:54.871Z Downloaded stringprep v0.1.3
10132024-04-30T20:07:54.874Z Downloaded same-file v1.0.6
10142024-04-30T20:07:54.878Z Downloaded darling_macro v0.20.8
10152024-04-30T20:07:54.878Z Downloaded vte_generate_state_changes v0.1.1
10162024-04-30T20:07:54.878Z Downloaded cancel-safe-futures v0.1.5
10172024-04-30T20:07:54.886Z Downloaded downcast v0.11.0
10182024-04-30T20:07:54.891Z Downloaded synstructure v0.12.6
10192024-04-30T20:07:54.891Z Downloaded resolv-conf v0.7.0
10202024-04-30T20:07:54.891Z Downloaded dof v0.3.0
10212024-04-30T20:07:54.891Z Downloaded openssl-probe v0.1.5
10222024-04-30T20:07:54.894Z Downloaded md-5 v0.10.5
10232024-04-30T20:07:54.894Z Downloaded tiny-keccak v2.0.2
10242024-04-30T20:07:54.897Z Downloaded dtrace-parser v0.1.14
10252024-04-30T20:07:54.897Z Downloaded sha2 v0.10.8
10262024-04-30T20:07:54.900Z Downloaded oso-derive v0.27.3
10272024-04-30T20:07:54.904Z Downloaded number_prefix v0.4.0
10282024-04-30T20:07:54.904Z Downloaded dtrace-parser v0.2.0
10292024-04-30T20:07:54.907Z Downloaded phf_shared v0.10.0
10302024-04-30T20:07:54.908Z Downloaded crc-any v2.4.3
10312024-04-30T20:07:54.910Z Downloaded unarray v0.1.4
10322024-04-30T20:07:54.911Z Downloaded libtest-mimic v0.7.2
10332024-04-30T20:07:54.920Z Downloaded slog-term v2.9.1
10342024-04-30T20:07:54.931Z Downloaded zerocopy v0.3.0
10352024-04-30T20:07:54.931Z Downloaded lru v0.12.1
10362024-04-30T20:07:54.931Z Downloaded bytes v1.6.0
10372024-04-30T20:07:54.931Z Downloaded stability v0.2.0
10382024-04-30T20:07:54.934Z Downloaded foreign-types-shared v0.3.1
10392024-04-30T20:07:54.934Z Downloaded dof v0.1.5
10402024-04-30T20:07:54.934Z Downloaded dyn-clone v1.0.17
10412024-04-30T20:07:54.934Z Downloaded wait-timeout v0.2.0
10422024-04-30T20:07:54.935Z Downloaded strum v0.26.2
10432024-04-30T20:07:54.935Z Downloaded futures-macro v0.3.30
10442024-04-30T20:07:54.935Z Downloaded const-oid v0.9.6
10452024-04-30T20:07:54.938Z Downloaded mockall_derive v0.12.1
10462024-04-30T20:07:54.941Z Downloaded hash32 v0.2.1
10472024-04-30T20:07:54.944Z Downloaded tinytemplate v1.2.1
10482024-04-30T20:07:54.947Z Downloaded indicatif v0.17.8
10492024-04-30T20:07:54.954Z Downloaded tower-layer v0.3.2
10502024-04-30T20:07:54.954Z Downloaded futures-sink v0.3.30
10512024-04-30T20:07:54.954Z Downloaded usdt-macro v0.5.0
10522024-04-30T20:07:54.956Z Downloaded phf_shared v0.11.2
10532024-04-30T20:07:54.957Z Downloaded packed_struct v0.10.1
10542024-04-30T20:07:54.960Z Downloaded yasna v0.5.2
10552024-04-30T20:07:54.960Z Downloaded miniz_oxide v0.7.1
10562024-04-30T20:07:54.966Z Downloaded psl-types v2.0.11
10572024-04-30T20:07:54.969Z Downloaded pin-project-lite v0.2.13
10582024-04-30T20:07:54.973Z Downloaded secrecy v0.8.0
10592024-04-30T20:07:54.973Z Downloaded endian-type v0.1.2
10602024-04-30T20:07:54.977Z Downloaded sec1 v0.7.3
10612024-04-30T20:07:54.977Z Downloaded r2d2 v0.8.10
10622024-04-30T20:07:54.977Z Downloaded quick-error v1.2.3
10632024-04-30T20:07:54.980Z Downloaded precomputed-hash v0.1.1
10642024-04-30T20:07:54.980Z Downloaded proc-macro-error-attr v1.0.4
10652024-04-30T20:07:54.983Z Downloaded sha1 v0.10.6
10662024-04-30T20:07:54.983Z Downloaded tinyvec v1.6.0
10672024-04-30T20:07:54.987Z Downloaded thread_local v1.1.7
10682024-04-30T20:07:54.990Z Downloaded utf-8 v0.7.6
10692024-04-30T20:07:54.994Z Downloaded toml v0.7.8
10702024-04-30T20:07:54.999Z Downloaded hyper-util v0.1.2
10712024-04-30T20:07:55.003Z Downloaded toolchain_find v0.4.0
10722024-04-30T20:07:55.003Z Downloaded tinyvec_macros v0.1.1
10732024-04-30T20:07:55.003Z Downloaded sqlparser_derive v0.2.2
10742024-04-30T20:07:55.003Z Downloaded parse-display v0.9.0
10752024-04-30T20:07:55.007Z Downloaded zeroize v1.7.0
10762024-04-30T20:07:55.007Z Downloaded zerocopy v0.6.6
10772024-04-30T20:07:55.010Z Downloaded chacha20poly1305 v0.10.1
10782024-04-30T20:07:55.010Z Downloaded debug-ignore v1.0.5
10792024-04-30T20:07:55.013Z Downloaded fastrand v2.0.1
10802024-04-30T20:07:55.018Z Downloaded phf v0.11.2
10812024-04-30T20:07:55.022Z Downloaded owo-colors v4.0.0
10822024-04-30T20:07:55.022Z Downloaded pin-project-internal v1.1.3
10832024-04-30T20:07:55.022Z Downloaded num-complex v0.4.5
10842024-04-30T20:07:55.025Z Downloaded num_enum v0.5.11
10852024-04-30T20:07:55.029Z Downloaded getrandom v0.2.12
10862024-04-30T20:07:55.033Z Downloaded foreign-types v0.3.2
10872024-04-30T20:07:55.037Z Downloaded pin-utils v0.1.0
10882024-04-30T20:07:55.037Z Downloaded toml v0.5.11
10892024-04-30T20:07:55.040Z Downloaded rpassword v7.3.1
10902024-04-30T20:07:55.045Z Downloaded ref-cast-impl v1.0.22
10912024-04-30T20:07:55.045Z Downloaded num_enum_derive v0.5.11
10922024-04-30T20:07:55.045Z Downloaded ppv-lite86 v0.2.17
10932024-04-30T20:07:55.048Z Downloaded const_format v0.2.32
10942024-04-30T20:07:55.054Z Downloaded zerocopy-derive v0.7.32
10952024-04-30T20:07:55.058Z Downloaded target-spec v3.1.0
10962024-04-30T20:07:55.066Z Downloaded tui-tree-widget v0.19.0
10972024-04-30T20:07:55.069Z Downloaded plotters-svg v0.3.5
10982024-04-30T20:07:55.073Z Downloaded untrusted v0.9.0
10992024-04-30T20:07:55.073Z Downloaded untrusted v0.7.1
11002024-04-30T20:07:55.078Z Downloaded tower-service v0.3.2
11012024-04-30T20:07:55.078Z Downloaded futures-channel v0.3.30
11022024-04-30T20:07:55.081Z Downloaded shell-words v1.1.0
11032024-04-30T20:07:55.081Z Downloaded serde_urlencoded v0.7.1
11042024-04-30T20:07:55.081Z Downloaded deranged v0.3.11
11052024-04-30T20:07:55.088Z Downloaded serde_tokenstream v0.2.0
11062024-04-30T20:07:55.088Z Downloaded want v0.3.1
11072024-04-30T20:07:55.091Z Downloaded derive_builder_macro v0.20.0
11082024-04-30T20:07:55.091Z Downloaded oso v0.27.3
11092024-04-30T20:07:55.094Z Downloaded serde_derive_internals v0.26.0
11102024-04-30T20:07:55.097Z Downloaded take_mut v0.2.2
11112024-04-30T20:07:55.097Z Downloaded pkcs1 v0.7.5
11122024-04-30T20:07:55.100Z Downloaded rstest v0.19.0
11132024-04-30T20:07:55.106Z Downloaded escape8259 v0.5.2
11142024-04-30T20:07:55.112Z Downloaded plotters-backend v0.3.5
11152024-04-30T20:07:55.112Z Downloaded parse-size v1.0.0
11162024-04-30T20:07:55.112Z Downloaded subprocess v0.2.9
11172024-04-30T20:07:55.114Z Downloaded defmt v0.3.5
11182024-04-30T20:07:55.123Z Downloaded rustls-pemfile v1.0.3
11192024-04-30T20:07:55.126Z Downloaded hash32 v0.3.1
11202024-04-30T20:07:55.126Z Downloaded structmeta-derive v0.3.0
11212024-04-30T20:07:55.126Z Downloaded pem v3.0.4
11222024-04-30T20:07:55.129Z Downloaded scroll_derive v0.12.0
11232024-04-30T20:07:55.129Z Downloaded portpicker v0.1.1
11242024-04-30T20:07:55.129Z Downloaded usdt-macro v0.3.5
11252024-04-30T20:07:55.135Z Downloaded threadpool v1.8.1
11262024-04-30T20:07:55.136Z Downloaded topological-sort v0.2.2
11272024-04-30T20:07:55.136Z Downloaded subtle v2.5.0
11282024-04-30T20:07:55.140Z Downloaded rust-argon2 v2.1.0
11292024-04-30T20:07:55.140Z Downloaded slog-dtrace v0.3.0
11302024-04-30T20:07:55.140Z Downloaded walkdir v2.5.0
11312024-04-30T20:07:55.143Z Downloaded tempfile v3.10.1
11322024-04-30T20:07:55.145Z Downloaded tungstenite v0.21.0
11332024-04-30T20:07:55.148Z Downloaded spin v0.9.8
11342024-04-30T20:07:55.152Z Downloaded pin-project v1.1.3
11352024-04-30T20:07:55.165Z Downloaded guppy-workspace-hack v0.1.0
11362024-04-30T20:07:55.168Z Downloaded pest_generator v2.7.6
11372024-04-30T20:07:55.168Z Downloaded curve25519-dalek-derive v0.1.0
11382024-04-30T20:07:55.171Z Downloaded num-bigint v0.4.4
11392024-04-30T20:07:55.175Z Downloaded mio v0.8.11
11402024-04-30T20:07:55.182Z Downloaded olpc-cjson v0.1.3
11412024-04-30T20:07:55.186Z Downloaded getopts v0.2.21
11422024-04-30T20:07:55.186Z Downloaded relative-path v1.9.0
11432024-04-30T20:07:55.189Z Downloaded gethostname v0.4.3
11442024-04-30T20:07:55.189Z Downloaded uuid v0.8.2
11452024-04-30T20:07:55.192Z Downloaded scopeguard v1.2.0
11462024-04-30T20:07:55.197Z Downloaded tokio-native-tls v0.3.1
11472024-04-30T20:07:55.197Z Downloaded term v0.7.0
11482024-04-30T20:07:55.201Z Downloaded diesel_table_macro_syntax v0.1.0
11492024-04-30T20:07:55.205Z Downloaded usdt-impl v0.5.0
11502024-04-30T20:07:55.205Z Downloaded schemars_derive v0.8.16
11512024-04-30T20:07:55.205Z Downloaded scheduled-thread-pool v0.2.7
11522024-04-30T20:07:55.210Z Downloaded display-error-chain v0.2.0
11532024-04-30T20:07:55.211Z Downloaded dirs-sys-next v0.1.2
11542024-04-30T20:07:55.216Z Downloaded supports-color v3.0.0
11552024-04-30T20:07:55.216Z Downloaded idna v0.3.0
11562024-04-30T20:07:55.220Z Downloaded cstr-argument v0.1.2
11572024-04-30T20:07:55.224Z Downloaded num-iter v0.1.44
11582024-04-30T20:07:55.224Z Downloaded erased-serde v0.3.31
11592024-04-30T20:07:55.228Z Downloaded tokio-postgres v0.7.10
11602024-04-30T20:07:55.231Z Downloaded poly1305 v0.8.0
11612024-04-30T20:07:55.235Z Downloaded glob v0.3.1
11622024-04-30T20:07:55.238Z Downloaded predicates-core v1.0.6
11632024-04-30T20:07:55.241Z Downloaded half v2.3.1
11642024-04-30T20:07:55.246Z Downloaded time-core v0.1.2
11652024-04-30T20:07:55.246Z Downloaded structmeta v0.3.0
11662024-04-30T20:07:55.250Z Downloaded structmeta v0.2.0
11672024-04-30T20:07:55.250Z Downloaded tokio-macros v2.2.0
11682024-04-30T20:07:55.250Z Downloaded xattr v1.0.1
11692024-04-30T20:07:55.254Z Downloaded string_cache v0.8.7
11702024-04-30T20:07:55.254Z Downloaded papergrid v0.11.0
11712024-04-30T20:07:55.258Z Downloaded fxhash v0.2.1
11722024-04-30T20:07:55.260Z Downloaded nom v7.1.3
11732024-04-30T20:07:55.276Z Downloaded foreign-types-shared v0.1.1
11742024-04-30T20:07:55.279Z Downloaded ref-cast v1.0.22
11752024-04-30T20:07:55.279Z Downloaded flagset v0.4.3
11762024-04-30T20:07:55.279Z Downloaded smf v0.2.3
11772024-04-30T20:07:55.279Z Downloaded smawk v0.3.1
11782024-04-30T20:07:55.279Z Downloaded siphasher v0.3.11
11792024-04-30T20:07:55.279Z Downloaded crypto-common v0.1.6
11802024-04-30T20:07:55.279Z Downloaded itertools v0.12.1
11812024-04-30T20:07:55.285Z Downloaded opaque-debug v0.3.0
11822024-04-30T20:07:55.288Z Downloaded thiserror-impl-no-std v2.0.2
11832024-04-30T20:07:55.288Z Downloaded num-rational v0.4.1
11842024-04-30T20:07:55.291Z Downloaded float-cmp v0.9.0
11852024-04-30T20:07:55.291Z Downloaded darling v0.20.8
11862024-04-30T20:07:55.296Z Downloaded zone_cfg_derive v0.1.2
11872024-04-30T20:07:55.714Z Downloaded similar-asserts v1.5.0
11882024-04-30T20:07:55.718Z Downloaded plain v0.2.3
11892024-04-30T20:07:55.719Z Downloaded thiserror-no-std v2.0.2
11902024-04-30T20:07:55.719Z Downloaded rand_seeder v0.2.3
11912024-04-30T20:07:55.719Z Downloaded version_check v0.9.4
11922024-04-30T20:07:55.719Z Downloaded postgres-types v0.2.6
11932024-04-30T20:07:55.719Z Downloaded derive_builder_core v0.20.0
11942024-04-30T20:07:55.719Z Downloaded num-conv v0.1.0
11952024-04-30T20:07:55.719Z Downloaded der v0.7.8
11962024-04-30T20:07:55.719Z Downloaded termtree v0.4.1
11972024-04-30T20:07:55.719Z Downloaded globset v0.4.13
11982024-04-30T20:07:55.719Z Downloaded slog-envlogger v2.2.0
11992024-04-30T20:07:55.719Z Downloaded try-lock v0.2.4
12002024-04-30T20:07:55.719Z Downloaded slog-async v2.8.0
12012024-04-30T20:07:55.719Z Downloaded peeking_take_while v0.1.2
12022024-04-30T20:07:55.719Z Downloaded pathdiff v0.2.1
12032024-04-30T20:07:55.719Z Downloaded tokio-tungstenite v0.21.0
12042024-04-30T20:07:55.719Z Downloaded tar v0.4.40
12052024-04-30T20:07:55.719Z Downloaded csv-core v0.1.11
12062024-04-30T20:07:55.719Z Downloaded pretty-hex v0.2.1
12072024-04-30T20:07:55.719Z Downloaded unicode-xid v0.2.4
12082024-04-30T20:07:55.719Z Downloaded derive_builder v0.20.0
12092024-04-30T20:07:55.719Z Downloaded peg-macros v0.8.2
12102024-04-30T20:07:55.719Z Downloaded uzers v0.11.3
12112024-04-30T20:07:55.719Z Downloaded num-traits v0.2.18
12122024-04-30T20:07:55.720Z Downloaded group v0.13.0
12132024-04-30T20:07:55.720Z Downloaded pkg-config v0.3.27
12142024-04-30T20:07:55.720Z Downloaded omicron-zone-package v0.11.0
12152024-04-30T20:07:55.720Z Downloaded num-bigint-dig v0.8.4
12162024-04-30T20:07:55.720Z Downloaded percent-encoding v2.3.1
12172024-04-30T20:07:55.720Z Downloaded fragile v2.0.0
12182024-04-30T20:07:55.720Z Downloaded num-integer v0.1.46
12192024-04-30T20:07:55.720Z Downloaded uuid v1.8.0
12202024-04-30T20:07:55.720Z Downloaded termcolor v1.2.0
12212024-04-30T20:07:55.720Z Downloaded paste v1.0.14
12222024-04-30T20:07:55.720Z Downloaded schemars v0.8.16
12232024-04-30T20:07:55.720Z Downloaded signature v1.6.4
12242024-04-30T20:07:55.720Z Downloaded unicode-linebreak v0.1.5
12252024-04-30T20:07:55.720Z Downloaded serde-hex v0.1.0
12262024-04-30T20:07:55.720Z Downloaded rand_chacha v0.3.1
12272024-04-30T20:07:55.720Z Downloaded oorandom v11.1.3
12282024-04-30T20:07:55.720Z Downloaded signal-hook-mio v0.2.3
12292024-04-30T20:07:55.720Z Downloaded expectorate v1.1.0
12302024-04-30T20:07:55.720Z Downloaded slab v0.4.9
12312024-04-30T20:07:55.720Z Downloaded unicode_categories v0.1.1
12322024-04-30T20:07:55.720Z Downloaded zip v0.6.6
12332024-04-30T20:07:55.720Z Downloaded zeroize_derive v1.4.2
12342024-04-30T20:07:55.720Z Downloaded signal-hook-registry v1.4.1
12352024-04-30T20:07:55.721Z Downloaded shlex v1.3.0
12362024-04-30T20:07:55.721Z Downloaded futures v0.3.30
12372024-04-30T20:07:55.721Z Downloaded static_assertions v1.1.0
12382024-04-30T20:07:55.721Z Downloaded serde_arrays v0.1.0
12392024-04-30T20:07:55.721Z Downloaded bindgen v0.69.2
12402024-04-30T20:07:55.721Z Downloaded pem-rfc7468 v0.7.0
12412024-04-30T20:07:55.721Z Downloaded parking_lot v0.11.2
12422024-04-30T20:07:55.721Z Downloaded textwrap v0.16.1
12432024-04-30T20:07:55.721Z Downloaded hyper v1.1.0
12442024-04-30T20:07:55.721Z Downloaded tracing-core v0.1.32
12452024-04-30T20:07:55.721Z Downloaded flume v0.11.0
12462024-04-30T20:07:55.721Z Downloaded which v4.4.0
12472024-04-30T20:07:55.721Z Downloaded pest_derive v2.7.6
12482024-04-30T20:07:55.721Z Downloaded hashbrown v0.13.2
12492024-04-30T20:07:55.721Z Downloaded vsss-rs v3.3.4
12502024-04-30T20:07:55.721Z Downloaded once_cell v1.19.0
12512024-04-30T20:07:55.721Z Downloaded test-strategy v0.3.1
12522024-04-30T20:07:55.721Z Downloaded slog v2.7.0
12532024-04-30T20:07:55.721Z Downloaded similar v2.4.0
12542024-04-30T20:07:55.721Z Downloaded flate2 v1.0.28
12552024-04-30T20:07:55.721Z Downloaded trybuild v1.0.91
12562024-04-30T20:07:55.721Z Downloaded portable-atomic v1.4.3
12572024-04-30T20:07:55.721Z Downloaded signal-hook v0.3.17
12582024-04-30T20:07:55.721Z Downloaded rustyline v14.0.0
12592024-04-30T20:07:55.722Z Downloaded headers v0.3.9
12602024-04-30T20:07:55.722Z Downloaded rayon-core v1.12.1
12612024-04-30T20:07:55.722Z Downloaded serde_with v3.7.0
12622024-04-30T20:07:55.722Z Downloaded unicode-segmentation v1.10.1
12632024-04-30T20:07:55.722Z Downloaded futures-util v0.3.30
12642024-04-30T20:07:55.722Z Downloaded sqlparser v0.45.0
12652024-04-30T20:07:55.722Z Downloaded time v0.3.34
12662024-04-30T20:07:55.722Z Downloaded tabled v0.15.0
12672024-04-30T20:07:55.722Z Downloaded steno v0.4.0
12682024-04-30T20:07:55.722Z Downloaded syn v1.0.109
12692024-04-30T20:07:55.722Z Downloaded pest v2.7.6
12702024-04-30T20:07:55.722Z Downloaded idna v0.5.0
12712024-04-30T20:07:55.722Z Downloaded lalrpop v0.19.12
12722024-04-30T20:07:55.722Z Downloaded reedline v0.31.0
12732024-04-30T20:07:55.722Z Downloaded unicode-normalization v0.1.22
12742024-04-30T20:07:55.722Z Downloaded guppy v0.17.5
12752024-04-30T20:07:55.722Z Downloaded rayon v1.10.0
12762024-04-30T20:07:55.722Z Downloaded h2 v0.3.26
12772024-04-30T20:07:55.722Z Downloaded rustls-webpki v0.102.1
12782024-04-30T20:07:55.722Z Downloaded webpki-roots v0.25.2
12792024-04-30T20:07:55.722Z Downloaded bstr v0.2.17
12802024-04-30T20:07:55.722Z Downloaded object v0.32.1
12812024-04-30T20:07:55.722Z Downloaded smoltcp v0.9.1
12822024-04-30T20:07:55.723Z Downloaded bstr v1.9.0
12832024-04-30T20:07:55.727Z Downloaded regex-syntax v0.8.2
12842024-04-30T20:07:55.731Z Downloaded regress v0.9.1
12852024-04-30T20:07:55.740Z Downloaded curve25519-dalek v4.1.2
12862024-04-30T20:07:55.750Z Downloaded vcpkg v0.2.15
12872024-04-30T20:07:55.794Z Downloaded regex-syntax v0.6.29
12882024-04-30T20:07:55.800Z Downloaded diesel v2.1.6
12892024-04-30T20:07:55.821Z Downloaded trust-dns-proto v0.22.0
12902024-04-30T20:07:55.834Z Downloaded polar-core v0.27.3
12912024-04-30T20:07:55.843Z Downloaded smoltcp v0.11.0
12922024-04-30T20:07:55.859Z Downloaded tokio v1.37.0
12932024-04-30T20:07:55.900Z Downloaded sled v0.34.7
12942024-04-30T20:07:55.907Z Downloaded ratatui v0.26.2
12952024-04-30T20:07:55.928Z Downloaded zerocopy-derive v0.6.6
12962024-04-30T20:07:55.938Z Downloaded zerocopy-derive v0.2.0
12972024-04-30T20:07:55.947Z Downloaded encoding_rs v0.8.33
12982024-04-30T20:07:55.971Z Downloaded regex-automata v0.4.5
12992024-04-30T20:07:55.986Z Downloaded bzip2-sys v0.1.11+1.0.8
13002024-04-30T20:07:55.998Z Downloaded openapiv3 v2.0.0
13012024-04-30T20:07:56.012Z Downloaded sha3 v0.10.8
13022024-04-30T20:07:56.017Z Downloaded rustls v0.22.4
13032024-04-30T20:07:56.028Z Downloaded csv v1.3.0
13042024-04-30T20:07:56.049Z Downloaded rustls v0.21.9
13052024-04-30T20:07:56.060Z Downloaded radix_trie v0.2.1
13062024-04-30T20:07:56.065Z Downloaded object v0.30.4
13072024-04-30T20:07:56.075Z Downloaded regex v1.10.4
13082024-04-30T20:07:56.090Z Downloaded openssl v0.10.64
13092024-04-30T20:07:56.097Z Downloaded nix v0.28.0
13102024-04-30T20:07:56.110Z Downloaded goblin v0.8.0
13112024-04-30T20:07:56.114Z Downloaded gimli v0.28.0
13122024-04-30T20:07:56.122Z Downloaded winnow v0.5.15
13132024-04-30T20:07:56.131Z Downloaded petgraph v0.6.4
13142024-04-30T20:07:56.144Z Downloaded regex-automata v0.1.10
13152024-04-30T20:07:56.149Z Downloaded proptest v1.4.0
13162024-04-30T20:07:56.158Z Downloaded chrono v0.4.38
13172024-04-30T20:07:56.165Z Downloaded ring v0.17.8
13182024-04-30T20:07:56.235Z Downloaded quick-xml v0.31.0
13192024-04-30T20:07:56.240Z Downloaded toml_edit v0.19.15
13202024-04-30T20:07:56.256Z Downloaded x509-cert v0.2.4
13212024-04-30T20:07:56.262Z Downloaded plotters v0.3.5
13222024-04-30T20:07:56.270Z Downloaded bitvec v1.0.1
13232024-04-30T20:07:56.285Z Downloaded hyper v0.14.28
13242024-04-30T20:07:56.293Z Downloaded socket2 v0.5.6
13252024-04-30T20:07:56.296Z Downloaded ron v0.7.1
13262024-04-30T20:07:56.299Z Downloaded socket2 v0.4.9
13272024-04-30T20:07:56.303Z Downloaded rustls-webpki v0.101.7
13282024-04-30T20:07:56.726Z Downloaded trust-dns-resolver v0.22.0
13292024-04-30T20:07:56.738Z Downloaded ron v0.8.1
13302024-04-30T20:07:56.738Z Downloaded hashbrown v0.12.3
13312024-04-30T20:07:56.739Z Downloaded zerocopy v0.7.32
13322024-04-30T20:07:56.739Z Downloaded termios v0.3.3
13332024-04-30T20:07:56.739Z Downloaded time-macros v0.2.17
13342024-04-30T20:07:56.739Z Downloaded platforms v3.0.2
13352024-04-30T20:07:56.739Z Downloaded rand v0.8.5
13362024-04-30T20:07:56.739Z Downloaded tough v0.17.1
13372024-04-30T20:07:56.739Z Downloaded blake3 v1.5.0
13382024-04-30T20:07:56.739Z Downloaded num-derive v0.4.0
13392024-04-30T20:07:56.740Z Downloaded ring v0.16.20
13402024-04-30T20:07:56.740Z Downloaded postgres-protocol v0.6.6
13412024-04-30T20:07:56.740Z Downloaded diff v0.1.13
13422024-04-30T20:07:56.740Z Downloaded diesel_derives v2.1.2
13432024-04-30T20:07:56.740Z Downloaded unicode-width v0.1.11
13442024-04-30T20:07:56.740Z Downloaded tracing v0.1.40
13452024-04-30T20:07:56.740Z Downloaded reqwest v0.11.24
13462024-04-30T20:07:56.741Z Downloaded tracing-attributes v0.1.27
13472024-04-30T20:07:56.741Z Downloaded tower v0.4.13
13482024-04-30T20:07:56.741Z Downloaded path-slash v0.1.5
13492024-04-30T20:07:56.741Z Downloaded rand_core v0.6.4
13502024-04-30T20:07:56.741Z Downloaded funty v2.0.0
13512024-04-30T20:07:56.741Z Downloaded postcard v1.0.8
13522024-04-30T20:07:56.741Z Downloaded semver v0.1.20
13532024-04-30T20:07:56.741Z Downloaded elliptic-curve v0.13.8
13542024-04-30T20:07:56.742Z Downloaded peg v0.8.2
13552024-04-30T20:07:56.742Z Downloaded env_logger v0.10.0
13562024-04-30T20:07:56.742Z Downloaded env_logger v0.9.3
13572024-04-30T20:07:56.742Z Downloaded snafu v0.8.2
13582024-04-30T20:07:56.742Z Downloaded fancy-regex v0.13.0
13592024-04-30T20:07:56.742Z Downloaded libxml v0.3.3
13602024-04-30T20:07:56.742Z Downloaded wyz v0.5.1
13612024-04-30T20:07:56.742Z Downloaded tokio-tungstenite v0.20.1
13622024-04-30T20:07:56.742Z Downloaded tokio-stream v0.1.15
13632024-04-30T20:07:56.742Z Downloaded publicsuffix v2.2.3
13642024-04-30T20:07:56.742Z Downloaded target-lexicon v0.12.13
13652024-04-30T20:07:56.742Z Downloaded itertools v0.10.5
13662024-04-30T20:07:56.742Z Downloaded fixedbitset v0.4.2
13672024-04-30T20:07:56.743Z Downloaded embedded-io v0.4.0
13682024-04-30T20:07:56.743Z Downloaded dirs-next v2.0.0
13692024-04-30T20:07:56.743Z Downloaded digest v0.10.7
13702024-04-30T20:07:56.743Z Downloaded trust-dns-client v0.22.0
13712024-04-30T20:07:56.743Z Downloaded libm v0.2.7
13722024-04-30T20:07:56.743Z Downloaded url v2.5.0
13732024-04-30T20:07:56.743Z Downloaded typed-path v0.7.0
13742024-04-30T20:07:56.744Z Downloaded tokio-rustls v0.25.0
13752024-04-30T20:07:56.744Z Downloaded scroll v0.12.0
13762024-04-30T20:07:56.744Z Downloaded tungstenite v0.20.1
13772024-04-30T20:07:56.744Z Downloaded rstest_macros v0.19.0
13782024-04-30T20:07:56.744Z Downloaded tokio-util v0.7.10
13792024-04-30T20:07:56.744Z Downloaded password-hash v0.5.0
13802024-04-30T20:07:56.744Z Downloaded serde-big-array v0.5.1
13812024-04-30T20:07:56.745Z Downloaded rustfmt-wrapper v0.2.1
13822024-04-30T20:07:56.745Z Downloaded rustc_version v0.4.0
13832024-04-30T20:07:56.745Z Downloaded rustc_version v0.1.7
13842024-04-30T20:07:56.745Z Downloaded predicates v3.1.0
13852024-04-30T20:07:56.745Z Downloaded rsa v0.9.2
13862024-04-30T20:07:56.745Z Downloaded predicates-tree v1.0.9
13872024-04-30T20:07:56.745Z Downloaded darling_core v0.20.8
13882024-04-30T20:07:56.745Z Downloaded unsafe-libyaml v0.2.10
13892024-04-30T20:07:56.745Z Downloaded ena v0.14.2
13902024-04-30T20:07:56.745Z Downloaded partial-io v0.5.4
13912024-04-30T20:07:56.746Z Downloaded structmeta-derive v0.2.0
13922024-04-30T20:07:56.746Z Downloaded derive-where v1.2.7
13932024-04-30T20:07:56.746Z Downloaded snafu-derive v0.8.2
13942024-04-30T20:07:56.746Z Downloaded rustls-pemfile v2.1.2
13952024-04-30T20:07:56.746Z Downloaded openssl-sys v0.9.102
13962024-04-30T20:07:56.746Z Downloaded rustls-native-certs v0.7.0
13972024-04-30T20:07:56.746Z Downloaded serde_yaml v0.9.25
13982024-04-30T20:07:56.747Z Downloaded generic-array v0.14.7
13992024-04-30T20:07:56.747Z Downloaded filetime v0.2.23
14002024-04-30T20:07:56.747Z Downloaded ff v0.13.0
14012024-04-30T20:07:56.747Z Downloaded universal-hash v0.5.1
14022024-04-30T20:07:56.747Z Downloaded tap v1.0.1
14032024-04-30T20:07:56.747Z Downloaded fatfs v0.3.6
14042024-04-30T20:07:56.747Z Downloaded pretty_assertions v1.4.0
14052024-04-30T20:07:56.747Z Downloaded trust-dns-server v0.22.1
14062024-04-30T20:07:56.748Z Downloaded crossterm v0.27.0
14072024-04-30T20:07:56.748Z Downloaded signal-hook-tokio v0.3.1
14082024-04-30T20:07:56.748Z Downloaded rustls-pki-types v1.3.0
14092024-04-30T20:07:56.748Z Downloaded pest_meta v2.7.6
14102024-04-30T20:07:56.748Z Downloaded parking_lot v0.12.1
14112024-04-30T20:07:56.748Z Downloaded usdt v0.5.0
14122024-04-30T20:07:56.748Z Downloaded rtoolbox v0.0.1
14132024-04-30T20:07:56.749Z Downloaded typenum v1.16.0
14142024-04-30T20:07:56.749Z Downloaded criterion v0.5.1
14152024-04-30T20:07:56.749Z Downloaded smallvec v1.13.1
14162024-04-30T20:07:56.749Z Downloaded minimal-lexical v0.2.1
14172024-04-30T20:07:56.749Z Downloaded radium v0.7.0
14182024-04-30T20:07:56.749Z Downloaded foreign-types-macros v0.2.3
14192024-04-30T20:07:56.749Z Downloaded foreign-types v0.5.0
14202024-04-30T20:07:56.749Z Downloaded fallible-iterator v0.2.0
14212024-04-30T20:07:56.749Z Downloaded zone v0.1.8
14222024-04-30T20:07:56.750Z Downloaded parking_lot_core v0.9.8
14232024-04-30T20:07:56.750Z Downloaded futures-executor v0.3.30
14242024-04-30T20:07:56.750Z Downloaded prettyplease v0.2.19
14252024-04-30T20:07:56.750Z Downloaded derive_more v0.99.17
14262024-04-30T20:07:56.750Z Downloaded crossbeam-channel v0.5.8
14272024-04-30T20:07:56.750Z Downloaded unicode-bidi v0.3.15
14282024-04-30T20:07:56.750Z Downloaded waitgroup v0.1.2
14292024-04-30T20:07:56.761Z Downloaded pkcs8 v0.10.2
14302024-04-30T20:07:56.762Z Downloaded packed_struct_codegen v0.10.1
14312024-04-30T20:07:56.762Z Downloaded fnv v1.0.7
14322024-04-30T20:07:56.762Z Downloaded enum-as-inner v0.5.1
14332024-04-30T20:07:56.762Z Downloaded data-encoding v2.4.0
14342024-04-30T20:07:56.762Z Downloaded der_derive v0.7.2
14352024-04-30T20:07:56.763Z Downloaded whoami v1.5.1
14362024-04-30T20:07:56.763Z Downloaded strum_macros v0.24.3
14372024-04-30T20:07:56.763Z Downloaded serde_tokenstream v0.1.7
14382024-04-30T20:07:56.763Z Downloaded serde_repr v0.1.16
14392024-04-30T20:07:56.763Z Downloaded parking_lot_core v0.8.6
14402024-04-30T20:07:56.764Z Downloaded salty v0.2.0
14412024-04-30T20:07:56.764Z Downloaded sct v0.7.0
14422024-04-30T20:07:56.764Z Downloaded peg-runtime v0.8.2
14432024-04-30T20:07:56.764Z Downloaded tokio-rustls v0.24.1
14442024-04-30T20:07:56.765Z Downloaded parse-display-derive v0.9.0
14452024-04-30T20:07:56.765Z Downloaded spin v0.5.2
14462024-04-30T20:07:56.765Z Downloaded strum_macros v0.26.1
14472024-04-30T20:07:56.765Z Downloaded serde_with_macros v3.7.0
14482024-04-30T20:07:56.765Z Downloaded ucd-trie v0.1.6
14492024-04-30T20:07:56.766Z Downloaded powerfmt v0.2.0
14502024-04-30T20:07:56.766Z Downloaded futures-timer v3.0.2
14512024-04-30T20:07:56.766Z Downloaded futures-task v0.3.30
14522024-04-30T20:07:56.766Z Downloaded futures-io v0.3.30
14532024-04-30T20:07:56.766Z Downloaded futures-core v0.3.30
14542024-04-30T20:07:56.766Z Downloaded fd-lock v4.0.2
14552024-04-30T20:07:56.766Z Downloaded usdt v0.3.5
14562024-04-30T20:07:56.766Z Downloaded rusty-fork v0.3.0
14572024-04-30T20:07:56.766Z Downloaded rustversion v1.0.14
14582024-04-30T20:07:56.766Z Downloaded num_cpus v1.16.0
14592024-04-30T20:07:56.766Z Downloaded rcgen v0.12.1
14602024-04-30T20:07:56.766Z Downloaded datatest-stable v0.2.9
14612024-04-30T20:07:56.766Z Downloaded proc-macro-error v1.0.4
14622024-04-30T20:07:56.766Z Downloaded cc v1.0.83
14632024-04-30T20:07:56.767Z Downloaded samael v0.0.15
14642024-04-30T20:07:56.767Z Downloaded thread-id v4.2.0
14652024-04-30T20:07:56.767Z Downloaded strum_macros v0.25.2
14662024-04-30T20:07:56.767Z Downloaded stable_deref_trait v1.2.0
14672024-04-30T20:07:56.767Z Downloaded slog-scope v4.4.0
14682024-04-30T20:07:56.767Z Downloaded slog-json v2.6.1
14692024-04-30T20:07:56.767Z Downloaded vte v0.11.1
14702024-04-30T20:07:56.767Z Downloaded proc-macro-crate v1.3.1
14712024-04-30T20:07:56.767Z Downloaded log v0.4.21
14722024-04-30T20:07:56.767Z Downloaded compact_str v0.7.1
14732024-04-30T20:07:56.767Z Downloaded yansi v0.5.1
14742024-04-30T20:07:56.767Z Downloaded usdt-impl v0.3.5
14752024-04-30T20:07:56.767Z Downloaded ed25519 v1.5.3
14762024-04-30T20:07:56.767Z Downloaded unicase v2.7.0
14772024-04-30T20:07:56.768Z Downloaded indexmap v1.9.3
14782024-04-30T20:07:56.795Z Downloaded libloading v0.7.4
14792024-04-30T20:07:56.795Z Downloaded form_urlencoded v1.2.1
14802024-04-30T20:07:56.795Z Downloaded either v1.11.0
14812024-04-30T20:07:56.795Z Downloaded difflib v0.4.0
14822024-04-30T20:07:56.796Z Downloaded defmt-parser v0.3.3
14832024-04-30T20:07:56.796Z Downloaded defmt-macros v0.3.6
14842024-04-30T20:07:56.796Z Downloaded pretty-hex v0.4.1
14852024-04-30T20:07:56.796Z Downloaded ipnet v2.9.0
14862024-04-30T20:07:56.796Z Downloaded clang-sys v1.6.1
14872024-04-30T20:07:56.797Z Downloaded ciborium v0.2.2
14882024-04-30T20:07:56.804Z Downloaded cfg-expr v0.15.6
14892024-04-30T20:07:56.805Z Downloaded tabwriter v1.4.0
14902024-04-30T20:07:56.805Z Downloaded tabled_derive v0.7.0
14912024-04-30T20:07:56.805Z Downloaded num v0.4.2
14922024-04-30T20:07:56.805Z Downloaded nibble_vec v0.1.0
14932024-04-30T20:07:56.806Z Downloaded lock_api v0.4.10
14942024-04-30T20:07:56.806Z Downloaded bzip2 v0.4.4
14952024-04-30T20:07:56.806Z Downloaded cookie v0.18.1
14962024-04-30T20:07:56.806Z Downloaded blake2b_simd v1.0.1
14972024-04-30T20:07:56.806Z Downloaded blake2 v0.10.6
14982024-04-30T20:07:56.806Z Downloaded linked-hash-map v0.5.6
14992024-04-30T20:07:56.807Z Downloaded hyper-rustls v0.24.2
15002024-04-30T20:07:56.807Z Downloaded openssl-macros v0.1.1
15012024-04-30T20:07:56.807Z Downloaded num_threads v0.1.6
15022024-04-30T20:07:56.807Z Downloaded crossbeam-epoch v0.9.18
15032024-04-30T20:07:56.807Z Downloaded rustc-demangle v0.1.23
15042024-04-30T20:07:56.807Z Downloaded nu-ansi-term v0.50.0
15052024-04-30T20:07:56.808Z Downloaded native-tls v0.2.11
15062024-04-30T20:07:56.808Z Downloaded libefi-sys v0.1.0
15072024-04-30T20:07:56.808Z Downloaded multer v3.0.0
15082024-04-30T20:07:56.819Z Downloaded doc-comment v0.3.3
15092024-04-30T20:07:56.819Z Downloaded strsim v0.10.0
15102024-04-30T20:07:56.819Z Downloaded strip-ansi-escapes v0.2.0
15112024-04-30T20:07:56.819Z Downloaded smallvec v0.6.14
15122024-04-30T20:07:56.819Z Downloaded mime_guess v2.0.4
15132024-04-30T20:07:56.819Z Downloaded memmap2 v0.7.1
15142024-04-30T20:07:56.819Z Downloaded base64 v0.21.7
15152024-04-30T20:07:56.823Z Downloaded rustc-hash v1.1.0
15162024-04-30T20:07:56.823Z Downloaded sqlformat v0.2.3
15172024-04-30T20:07:56.823Z Downloaded spki v0.7.2
15182024-04-30T20:07:56.823Z Downloaded newtype-uuid v1.1.0
15192024-04-30T20:07:56.823Z Downloaded memoffset v0.7.1
15202024-04-30T20:07:56.823Z Downloaded slog-bunyan v2.5.0
15212024-04-30T20:07:56.823Z Downloaded bit-vec v0.6.3
15222024-04-30T20:07:56.823Z Downloaded addr2line v0.21.0
15232024-04-30T20:07:56.830Z Downloaded usdt-attr-macro v0.3.5
15242024-04-30T20:07:56.830Z Downloaded maplit v1.0.2
15252024-04-30T20:07:56.830Z Downloaded cookie v0.17.0
15262024-04-30T20:07:56.830Z Downloaded const_format_proc_macros v0.2.32
15272024-04-30T20:07:56.830Z Downloaded crc32fast v1.3.2
15282024-04-30T20:07:56.844Z Downloaded keccak v0.1.4
15292024-04-30T20:07:56.844Z Downloaded kstat-rs v0.2.3
15302024-04-30T20:07:56.844Z Downloaded inout v0.1.3
15312024-04-30T20:07:56.845Z Downloaded console v0.15.8
15322024-04-30T20:07:56.892Z Downloaded block-buffer v0.10.4
15332024-04-30T20:07:56.892Z Downloaded heck v0.4.1
15342024-04-30T20:07:56.892Z Downloaded iana-time-zone v0.1.57
15352024-04-30T20:07:56.892Z Downloaded backtrace v0.3.69
15362024-04-30T20:07:56.892Z Downloaded aead v0.5.2
15372024-04-30T20:07:56.892Z Downloaded linear-map v1.2.0
15382024-04-30T20:07:56.893Z Downloaded serde-big-array v0.4.1
15392024-04-30T20:07:56.893Z Downloaded rand_xorshift v0.3.0
15402024-04-30T20:07:56.893Z Downloaded newtype_derive v0.1.6
15412024-04-30T20:07:56.902Z Downloaded corncobs v0.1.3
15422024-04-30T20:07:56.902Z Downloaded convert_case v0.4.0
15432024-04-30T20:07:56.902Z Downloaded constant_time_eq v0.3.0
15442024-04-30T20:07:56.902Z Downloaded constant_time_eq v0.2.6
15452024-04-30T20:07:56.902Z Downloaded chacha20 v0.9.1
15462024-04-30T20:07:56.903Z Downloaded bytecount v0.6.3
15472024-04-30T20:07:56.903Z Downloaded buf-list v1.0.3
15482024-04-30T20:07:56.903Z Downloaded array-init v0.0.4
15492024-04-30T20:07:56.903Z Downloaded hyper-tls v0.5.0
15502024-04-30T20:07:56.903Z Downloaded httpdate v1.0.3
15512024-04-30T20:07:56.903Z Downloaded hostname v0.3.1
15522024-04-30T20:07:56.904Z Downloaded home v0.5.5
15532024-04-30T20:07:56.904Z Downloaded heck v0.3.3
15542024-04-30T20:07:56.904Z Downloaded managed v0.8.0
15552024-04-30T20:07:56.904Z Downloaded ipnetwork v0.20.0
15562024-04-30T20:07:56.904Z Downloaded hyper-staticfile v0.9.5
15572024-04-30T20:07:56.904Z Downloaded highway v1.1.0
15582024-04-30T20:07:56.904Z Downloaded crossbeam-deque v0.8.3
15592024-04-30T20:07:56.905Z Downloaded castaway v0.2.2
15602024-04-30T20:07:56.905Z Downloaded bit-set v0.5.3
15612024-04-30T20:07:56.905Z Downloaded ciborium-ll v0.2.2
15622024-04-30T20:07:56.905Z Downloaded matches v0.1.10
15632024-04-30T20:07:56.905Z Downloaded hubpack v0.1.2
15642024-04-30T20:07:56.905Z Downloaded http-body v0.4.5
15652024-04-30T20:07:56.905Z Downloaded hex-literal v0.4.1
15662024-04-30T20:07:56.905Z Downloaded hex v0.4.3
15672024-04-30T20:07:56.905Z Downloaded cobs v0.2.3
15682024-04-30T20:07:56.905Z Downloaded base64 v0.13.1
15692024-04-30T20:07:56.906Z Downloaded allocator-api2 v0.2.16
15702024-04-30T20:07:56.906Z Downloaded camino-tempfile v1.1.1
15712024-04-30T20:07:56.906Z Downloaded cpufeatures v0.2.12
15722024-04-30T20:07:56.906Z Downloaded byteorder v1.5.0
15732024-04-30T20:07:56.906Z Downloaded bitfield v0.14.0
15742024-04-30T20:07:56.906Z Downloaded arrayref v0.3.7
15752024-04-30T20:07:56.906Z Downloaded instant v0.1.12
15762024-04-30T20:07:56.907Z Downloaded http-body v1.0.0
15772024-04-30T20:07:56.907Z Downloaded block-padding v0.3.3
15782024-04-30T20:07:56.907Z Downloaded bitstruct v0.1.1
15792024-04-30T20:07:56.907Z Downloaded crunchy v0.2.2
15802024-04-30T20:07:56.907Z Downloaded crucible-workspace-hack v0.1.0
15812024-04-30T20:07:56.907Z Downloaded ciborium-io v0.2.2
15822024-04-30T20:07:56.922Z Downloaded bitstruct_derive v0.1.0
15832024-04-30T20:07:56.922Z Downloaded base64 v0.22.0
15842024-04-30T20:07:56.922Z Downloaded aho-corasick v1.1.2
15852024-04-30T20:07:56.922Z Downloaded arrayvec v0.7.4
15862024-04-30T20:07:56.922Z Downloaded adler v1.0.2
15872024-04-30T20:07:56.922Z Downloaded hkdf v0.12.4
15882024-04-30T20:07:56.922Z Downloaded approx v0.5.1
15892024-04-30T20:07:56.922Z Downloaded atomicwrites v0.4.3
15902024-04-30T20:07:56.922Z Downloaded arc-swap v1.6.0
15912024-04-30T20:07:56.922Z Downloaded assert_matches v1.5.0
15922024-04-30T20:07:57.527Z Compiling libc v0.2.153
15932024-04-30T20:07:57.527Z Compiling serde v1.0.199
15942024-04-30T20:07:57.530Z Compiling version_check v0.9.4
15952024-04-30T20:07:57.530Z Checking cfg-if v1.0.0
15962024-04-30T20:07:57.530Z Compiling lock_api v0.4.10
15972024-04-30T20:07:57.587Z Compiling syn v1.0.109
15982024-04-30T20:07:57.647Z Compiling syn v2.0.60
15992024-04-30T20:07:57.675Z Compiling parking_lot_core v0.9.8
16002024-04-30T20:07:57.707Z Compiling once_cell v1.19.0
16012024-04-30T20:07:58.033Z Compiling libm v0.2.7
16022024-04-30T20:07:58.107Z Compiling num-traits v0.2.18
16032024-04-30T20:07:58.145Z Compiling memchr v2.7.1
16042024-04-30T20:07:58.164Z Compiling serde_json v1.0.116
16052024-04-30T20:07:58.343Z Compiling ahash v0.8.8
16062024-04-30T20:07:58.529Z Compiling byteorder v1.5.0
16072024-04-30T20:07:58.993Z Checking log v0.4.21
16082024-04-30T20:07:59.275Z Compiling slab v0.4.9
16092024-04-30T20:07:59.309Z Checking itoa v1.0.9
16102024-04-30T20:07:59.522Z Compiling typenum v1.16.0
16112024-04-30T20:07:59.554Z Checking getrandom v0.2.12
16122024-04-30T20:07:59.638Z Compiling cc v1.0.83
16132024-04-30T20:07:59.915Z Compiling generic-array v0.14.7
16142024-04-30T20:08:00.190Z Checking scopeguard v1.2.0
16152024-04-30T20:08:00.682Z Checking smallvec v1.13.1
16162024-04-30T20:08:00.682Z Compiling heck v0.4.1
16172024-04-30T20:08:00.682Z Compiling allocator-api2 v0.2.16
16182024-04-30T20:08:00.682Z Compiling pkg-config v0.3.27
16192024-04-30T20:08:00.756Z Compiling rustix v0.38.31
16202024-04-30T20:08:00.784Z Compiling schemars v0.8.16
16212024-04-30T20:08:01.064Z Compiling httparse v1.8.0
16222024-04-30T20:08:01.142Z Checking pin-project-lite v0.2.13
16232024-04-30T20:08:01.256Z Compiling time-core v0.1.2
16242024-04-30T20:08:01.318Z Checking parking_lot v0.12.1
16252024-04-30T20:08:01.416Z Compiling num-conv v0.1.0
16262024-04-30T20:08:01.638Z Compiling fnv v1.0.7
16272024-04-30T20:08:01.699Z Compiling time-macros v0.2.17
16282024-04-30T20:08:01.757Z Checking signal-hook-registry v1.4.1
16292024-04-30T20:08:01.856Z Compiling vcpkg v0.2.15
16302024-04-30T20:08:01.993Z Checking mio v0.8.11
16312024-04-30T20:08:02.127Z Checking ryu v1.0.15
16322024-04-30T20:08:02.396Z Compiling aho-corasick v1.1.2
16332024-04-30T20:08:02.895Z Compiling ring v0.17.8
16342024-04-30T20:08:03.995Z Compiling regex-syntax v0.8.2
16352024-04-30T20:08:04.014Z Compiling openssl-sys v0.9.102
16362024-04-30T20:08:04.998Z Compiling serde_derive_internals v0.26.0
16372024-04-30T20:08:05.903Z Checking rand_core v0.6.4
16382024-04-30T20:08:06.156Z Checking num_cpus v1.16.0
16392024-04-30T20:08:06.272Z Checking futures-core v0.3.30
16402024-04-30T20:08:06.415Z Compiling ring v0.16.20
16412024-04-30T20:08:06.494Z Checking socket2 v0.5.6
16422024-04-30T20:08:06.944Z Compiling regex-automata v0.4.5
16432024-04-30T20:08:07.633Z Compiling openssl v0.10.64
16442024-04-30T20:08:08.064Z Compiling rustversion v1.0.14
16452024-04-30T20:08:08.227Z Compiling ucd-trie v0.1.6
16462024-04-30T20:08:08.723Z Compiling slog v2.7.0
16472024-04-30T20:08:09.251Z Compiling crossbeam-utils v0.8.19
16482024-04-30T20:08:09.822Z Compiling iana-time-zone v0.1.57
16492024-04-30T20:08:09.845Z Compiling rustls v0.21.9
16502024-04-30T20:08:09.885Z Compiling native-tls v0.2.11
16512024-04-30T20:08:10.111Z Compiling cookie v0.17.0
16522024-04-30T20:08:10.232Z Checking spin v0.5.2
16532024-04-30T20:08:10.251Z Compiling backtrace v0.3.69
16542024-04-30T20:08:10.422Z Compiling dyn-clone v1.0.17
16552024-04-30T20:08:10.466Z Compiling uuid v0.8.2
16562024-04-30T20:08:10.631Z Compiling unicode-xid v0.2.4
16572024-04-30T20:08:10.790Z Checking futures-sink v0.3.30
16582024-04-30T20:08:10.833Z Compiling anyhow v1.0.82
16592024-04-30T20:08:11.233Z Compiling serde_derive v1.0.199
16602024-04-30T20:08:11.299Z Compiling zerocopy-derive v0.7.32
16612024-04-30T20:08:11.302Z Compiling thiserror-impl v1.0.59
16622024-04-30T20:08:11.351Z Compiling zeroize_derive v1.4.2
16632024-04-30T20:08:11.398Z Compiling tokio-macros v2.2.0
16642024-04-30T20:08:11.606Z Compiling futures-macro v0.3.30
16652024-04-30T20:08:11.689Z Compiling tracing-attributes v0.1.27
16662024-04-30T20:08:13.040Z Compiling schemars_derive v0.8.16
16672024-04-30T20:08:13.130Z Compiling regex v1.10.4
16682024-04-30T20:08:13.655Z Compiling zerocopy v0.7.32
16692024-04-30T20:08:13.808Z Checking zeroize v1.7.0
16702024-04-30T20:08:14.071Z Compiling openssl-macros v0.1.1
16712024-04-30T20:08:14.534Z Compiling thiserror v1.0.59
16722024-04-30T20:08:14.784Z Compiling pest v2.7.6
16732024-04-30T20:08:14.864Z Compiling async-trait v0.1.80
16742024-04-30T20:08:15.805Z Compiling hashbrown v0.14.3
16752024-04-30T20:08:15.845Z Checking pin-utils v0.1.0
16762024-04-30T20:08:15.862Z Checking futures-channel v0.3.30
16772024-04-30T20:08:16.685Z Checking futures-io v0.3.30
16782024-04-30T20:08:16.703Z Compiling tinyvec_macros v0.1.1
16792024-04-30T20:08:16.788Z Checking futures-task v0.3.30
16802024-04-30T20:08:17.026Z Compiling pest_meta v2.7.6
16812024-04-30T20:08:17.139Z Checking futures-util v0.3.30
16822024-04-30T20:08:17.139Z Compiling tinyvec v1.6.0
16832024-04-30T20:08:17.243Z Compiling scroll_derive v0.12.0
16842024-04-30T20:08:17.519Z Compiling thread-id v4.2.0
16852024-04-30T20:08:17.629Z Compiling der_derive v0.7.2
16862024-04-30T20:08:19.367Z Compiling pest_generator v2.7.6
16872024-04-30T20:08:19.407Z Compiling unicode-normalization v0.1.22
16882024-04-30T20:08:19.957Z Compiling unicode-bidi v0.3.15
16892024-04-30T20:08:20.503Z Compiling errno v0.3.8
16902024-04-30T20:08:20.531Z Compiling crc32fast v1.3.2
16912024-04-30T20:08:20.722Z Compiling either v1.11.0
16922024-04-30T20:08:21.036Z Checking subtle v2.5.0
16932024-04-30T20:08:21.131Z Compiling unicode-width v0.1.11
16942024-04-30T20:08:21.736Z Compiling winnow v0.5.15
16952024-04-30T20:08:21.922Z Compiling pest_derive v2.7.6
16962024-04-30T20:08:22.122Z Compiling synstructure v0.12.6
16972024-04-30T20:08:22.811Z Compiling spin v0.9.8
16982024-04-30T20:08:23.190Z Compiling tracing-core v0.1.32
16992024-04-30T20:08:23.576Z Compiling scroll v0.12.0
17002024-04-30T20:08:23.849Z Compiling zerocopy-derive v0.2.0
17012024-04-30T20:08:23.919Z Compiling tracing v0.1.40
17022024-04-30T20:08:24.102Z Compiling usdt-impl v0.5.0
17032024-04-30T20:08:24.410Z Compiling percent-encoding v2.3.1
17042024-04-30T20:08:24.495Z Checking bytes v1.6.0
17052024-04-30T20:08:24.582Z Checking bitflags v2.4.2
17062024-04-30T20:08:24.749Z Compiling plain v0.2.3
17072024-04-30T20:08:24.846Z Compiling const-oid v0.9.6
17082024-04-30T20:08:25.217Z Compiling goblin v0.8.0
17092024-04-30T20:08:25.234Z Checking tokio v1.37.0
17102024-04-30T20:08:25.367Z Compiling pretty-hex v0.4.1
17112024-04-30T20:08:25.795Z Compiling indexmap v2.2.6
17122024-04-30T20:08:26.637Z Compiling uuid v1.8.0
17132024-04-30T20:08:26.874Z Compiling chrono v0.4.38
17142024-04-30T20:08:27.039Z Compiling semver v1.0.22
17152024-04-30T20:08:27.201Z Compiling http v0.2.12
17162024-04-30T20:08:27.808Z Compiling serde_spanned v0.6.5
17172024-04-30T20:08:28.024Z Compiling toml_datetime v0.6.5
17182024-04-30T20:08:28.053Z Compiling rustc_version v0.4.0
17192024-04-30T20:08:28.659Z Compiling toml_edit v0.19.15
17202024-04-30T20:08:28.804Z Compiling openapiv3 v2.0.0
17212024-04-30T20:08:30.564Z Compiling clap_derive v4.5.4
17222024-04-30T20:08:31.955Z Compiling dof v0.3.0
17232024-04-30T20:08:33.125Z Compiling dtrace-parser v0.2.0
17242024-04-30T20:08:33.405Z Compiling signal-hook v0.3.17
17252024-04-30T20:08:33.493Z Compiling foreign-types-shared v0.1.1
17262024-04-30T20:08:33.605Z Compiling powerfmt v0.2.0
17272024-04-30T20:08:33.684Z Compiling untrusted v0.7.1
17282024-04-30T20:08:33.855Z Compiling untrusted v0.9.0
17292024-04-30T20:08:34.023Z Compiling deranged v0.3.11
17302024-04-30T20:08:35.279Z Compiling foreign-types v0.3.2
17312024-04-30T20:08:35.377Z Compiling form_urlencoded v1.2.1
17322024-04-30T20:08:35.686Z Compiling crypto-common v0.1.6
17332024-04-30T20:08:35.754Z Compiling zerocopy-derive v0.6.6
17342024-04-30T20:08:35.893Z Compiling usdt-impl v0.3.5
17352024-04-30T20:08:36.229Z Compiling tokio-util v0.7.10
17362024-04-30T20:08:36.511Z Compiling try-lock v0.2.4
17372024-04-30T20:08:36.643Z Compiling siphasher v0.3.11
17382024-04-30T20:08:36.660Z Compiling base64 v0.21.7
17392024-04-30T20:08:37.021Z Compiling num_threads v0.1.6
17402024-04-30T20:08:37.189Z Compiling time v0.3.34
17412024-04-30T20:08:37.410Z Compiling h2 v0.3.26
17422024-04-30T20:08:37.794Z Compiling want v0.3.1
17432024-04-30T20:08:37.808Z Compiling sct v0.7.0
17442024-04-30T20:08:37.953Z Compiling rustls-webpki v0.101.7
17452024-04-30T20:08:38.071Z Compiling http-body v0.4.5
17462024-04-30T20:08:38.086Z Compiling zerocopy v0.3.0
17472024-04-30T20:08:38.452Z Compiling block-buffer v0.10.4
17482024-04-30T20:08:38.659Z Compiling idna v0.5.0
17492024-04-30T20:08:38.708Z Compiling bzip2-sys v0.1.11+1.0.8
17502024-04-30T20:08:39.163Z Compiling httpdate v1.0.3
17512024-04-30T20:08:39.570Z Compiling openssl-probe v0.1.5
17522024-04-30T20:08:39.615Z Compiling tower-service v0.3.2
17532024-04-30T20:08:39.865Z Compiling url v2.5.0
17542024-04-30T20:08:40.204Z Compiling dof v0.1.5
17552024-04-30T20:08:40.934Z Compiling digest v0.10.7
17562024-04-30T20:08:41.089Z Compiling heapless v0.7.16
17572024-04-30T20:08:41.534Z Compiling dtrace-parser v0.1.14
17582024-04-30T20:08:41.576Z Compiling idna v0.3.0
17592024-04-30T20:08:41.688Z Compiling lazy_static v1.4.0
17602024-04-30T20:08:42.457Z Compiling adler v1.0.2
17612024-04-30T20:08:42.668Z Compiling psl-types v2.0.11
17622024-04-30T20:08:43.166Z Checking equivalent v1.0.1
17632024-04-30T20:08:43.272Z Compiling ppv-lite86 v0.2.17
17642024-04-30T20:08:43.495Z Compiling tokio-native-tls v0.3.1
17652024-04-30T20:08:43.648Z Compiling publicsuffix v2.2.3
17662024-04-30T20:08:43.767Z Compiling miniz_oxide v0.7.1
17672024-04-30T20:08:43.897Z Compiling hyper v0.14.28
17682024-04-30T20:08:44.021Z Compiling rand_chacha v0.3.1
17692024-04-30T20:08:44.534Z Compiling crossbeam-epoch v0.9.18
17702024-04-30T20:08:45.267Z Compiling tokio-rustls v0.24.1
17712024-04-30T20:08:45.674Z Compiling serde_tokenstream v0.1.7
17722024-04-30T20:08:45.831Z Compiling ipnet v2.9.0
17732024-04-30T20:08:45.849Z Compiling bit-vec v0.6.3
17742024-04-30T20:08:46.190Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
17752024-04-30T20:08:46.260Z Compiling cookie_store v0.20.0
17762024-04-30T20:08:46.281Z Compiling rand v0.8.5
17772024-04-30T20:08:47.055Z Compiling rustls-pemfile v1.0.3
17782024-04-30T20:08:47.082Z Compiling phf_shared v0.10.0
17792024-04-30T20:08:47.393Z Compiling serde_urlencoded v0.7.1
17802024-04-30T20:08:47.546Z Compiling encoding_rs v0.8.33
17812024-04-30T20:08:47.724Z Compiling num-bigint v0.4.4
17822024-04-30T20:08:47.746Z Compiling mime v0.3.17
17832024-04-30T20:08:48.248Z Compiling sync_wrapper v0.1.2
17842024-04-30T20:08:48.248Z Compiling base64ct v1.6.0
17852024-04-30T20:08:48.248Z Compiling smoltcp v0.9.1
17862024-04-30T20:08:48.248Z Compiling new_debug_unreachable v1.0.4
17872024-04-30T20:08:48.296Z Compiling fixedbitset v0.4.2
17882024-04-30T20:08:48.312Z Compiling precomputed-hash v0.1.1
17892024-04-30T20:08:48.423Z Compiling minimal-lexical v0.2.1
17902024-04-30T20:08:48.554Z Compiling webpki-roots v0.25.2
17912024-04-30T20:08:48.579Z Compiling gimli v0.28.0
17922024-04-30T20:08:48.718Z Compiling petgraph v0.6.4
17932024-04-30T20:08:48.846Z Compiling nom v7.1.3
17942024-04-30T20:08:48.932Z Compiling pem-rfc7468 v0.7.0
17952024-04-30T20:08:49.081Z Compiling string_cache v0.8.7
17962024-04-30T20:08:50.179Z Compiling usdt-attr-macro v0.3.5
17972024-04-30T20:08:50.209Z Compiling usdt-macro v0.3.5
17982024-04-30T20:08:50.209Z Compiling bit-set v0.5.3
17992024-04-30T20:08:50.269Z Compiling hmac v0.12.1
18002024-04-30T20:08:50.506Z Compiling hyper-rustls v0.24.2
18012024-04-30T20:08:50.833Z Compiling hyper-tls v0.5.0
18022024-04-30T20:08:51.190Z Compiling reqwest v0.11.24
18032024-04-30T20:08:51.242Z Compiling itertools v0.10.5
18042024-04-30T20:08:51.538Z Compiling enum-as-inner v0.5.1
18052024-04-30T20:08:51.979Z Compiling hubpack_derive v0.1.1
18062024-04-30T20:08:52.325Z Compiling diesel_table_macro_syntax v0.1.0
18072024-04-30T20:08:52.478Z Compiling object v0.32.1
18082024-04-30T20:08:52.642Z Compiling addr2line v0.21.0
18092024-04-30T20:08:52.900Z Compiling rustc-demangle v0.1.23
18102024-04-30T20:08:53.262Z Compiling unicode-segmentation v1.10.1
18112024-04-30T20:08:53.288Z Compiling flagset v0.4.3
18122024-04-30T20:08:53.388Z Compiling lalrpop-util v0.19.12
18132024-04-30T20:08:53.621Z Compiling toml_edit v0.22.12
18142024-04-30T20:08:53.680Z Compiling der v0.7.8
18152024-04-30T20:08:53.983Z Compiling diesel_derives v2.1.2
18162024-04-30T20:08:54.037Z Compiling flate2 v1.0.28
18172024-04-30T20:08:54.073Z Compiling futures-executor v0.3.30
18182024-04-30T20:08:54.364Z Compiling cpufeatures v0.2.12
18192024-04-30T20:08:54.655Z Compiling sha2 v0.10.8
18202024-04-30T20:08:54.942Z Compiling futures v0.3.30
18212024-04-30T20:08:56.246Z Compiling spki v0.7.2
18222024-04-30T20:08:56.634Z Compiling md-5 v0.10.5
18232024-04-30T20:08:56.871Z Compiling toml v0.7.8
18242024-04-30T20:08:56.985Z Compiling hex v0.4.3
18252024-04-30T20:08:57.487Z Compiling stringprep v0.1.3
18262024-04-30T20:08:57.566Z Compiling strum_macros v0.25.2
18272024-04-30T20:08:58.916Z Compiling serde_repr v0.1.16
18282024-04-30T20:08:59.003Z Compiling num-integer v0.1.46
18292024-04-30T20:09:01.528Z Compiling hash32 v0.2.1
18302024-04-30T20:09:01.651Z Compiling stable_deref_trait v1.2.0
18312024-04-30T20:09:01.652Z Compiling fallible-iterator v0.2.0
18322024-04-30T20:09:01.652Z Checking unicode-ident v1.0.12
18332024-04-30T20:09:01.652Z Compiling postgres-protocol v0.6.6
18342024-04-30T20:09:01.652Z Compiling pkcs8 v0.10.2
18352024-04-30T20:09:01.740Z Compiling phf_shared v0.11.2
18362024-04-30T20:09:01.854Z Compiling terminal_size v0.3.0
18372024-04-30T20:09:01.866Z Compiling ff v0.13.0
18382024-04-30T20:09:02.015Z Compiling block-padding v0.3.3
18392024-04-30T20:09:02.069Z Compiling scheduled-thread-pool v0.2.7
18402024-04-30T20:09:02.229Z Compiling regex-automata v0.1.10
18412024-04-30T20:09:02.249Z Compiling bitflags v1.3.2
18422024-04-30T20:09:02.348Z Compiling matches v0.1.10
18432024-04-30T20:09:02.443Z Compiling base16ct v0.2.0
18442024-04-30T20:09:02.460Z Compiling managed v0.8.0
18452024-04-30T20:09:02.669Z Compiling peg-runtime v0.8.2
18462024-04-30T20:09:02.728Z Compiling clap_builder v4.5.2
18472024-04-30T20:09:02.751Z Compiling bstr v0.2.17
18482024-04-30T20:09:02.825Z Compiling sec1 v0.7.3
18492024-04-30T20:09:03.305Z Compiling idna v0.2.3
18502024-04-30T20:09:03.396Z Compiling r2d2 v0.8.10
18512024-04-30T20:09:04.114Z Compiling signal-hook-mio v0.2.3
18522024-04-30T20:09:04.134Z Compiling inout v0.1.3
18532024-04-30T20:09:04.257Z Compiling group v0.13.0
18542024-04-30T20:09:04.397Z Compiling phf v0.11.2
18552024-04-30T20:09:04.579Z Compiling bzip2 v0.4.4
18562024-04-30T20:09:05.116Z Compiling postgres-types v0.2.6
18572024-04-30T20:09:05.124Z Compiling hubpack v0.1.2
18582024-04-30T20:09:05.124Z Compiling hkdf v0.12.4
18592024-04-30T20:09:05.425Z Compiling zerocopy v0.6.6
18602024-04-30T20:09:05.532Z Compiling ipnetwork v0.20.0
18612024-04-30T20:09:06.185Z Compiling crypto-bigint v0.5.2
18622024-04-30T20:09:06.271Z Compiling float-cmp v0.9.0
18632024-04-30T20:09:06.501Z Compiling normalize-line-endings v0.3.0
18642024-04-30T20:09:06.600Z Compiling static_assertions v1.1.0
18652024-04-30T20:09:06.872Z Compiling difflib v0.4.0
18662024-04-30T20:09:06.872Z Compiling whoami v1.5.1
18672024-04-30T20:09:06.872Z Compiling data-encoding v2.4.0
18682024-04-30T20:09:07.335Z Compiling predicates-core v1.0.6
18692024-04-30T20:09:07.685Z Compiling predicates v3.1.0
18702024-04-30T20:09:08.191Z Compiling elliptic-curve v0.13.8
18712024-04-30T20:09:08.214Z Compiling yasna v0.5.2
18722024-04-30T20:09:08.949Z Compiling trust-dns-proto v0.22.0
18732024-04-30T20:09:09.048Z Compiling tokio-postgres v0.7.10
18742024-04-30T20:09:09.448Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
18752024-04-30T20:09:10.046Z Compiling diesel v2.1.6
18762024-04-30T20:09:10.075Z Compiling clap v4.5.4
18772024-04-30T20:09:10.184Z Compiling zip v0.6.6
18782024-04-30T20:09:11.866Z Compiling cipher v0.4.4
18792024-04-30T20:09:11.895Z Compiling crossterm v0.27.0
18802024-04-30T20:09:11.953Z Compiling similar v2.4.0
18812024-04-30T20:09:12.636Z Checking proc-macro2 v1.0.81
18822024-04-30T20:09:12.895Z Compiling num-iter v0.1.44
18832024-04-30T20:09:13.075Z Compiling usdt v0.3.5
18842024-04-30T20:09:13.349Z Compiling console v0.15.8
18852024-04-30T20:09:14.049Z Compiling tokio-stream v0.1.15
18862024-04-30T20:09:14.414Z Compiling bstr v1.9.0
18872024-04-30T20:09:14.809Z Compiling base64 v0.22.0
18882024-04-30T20:09:14.964Z Checking quote v1.0.36
18892024-04-30T20:09:19.639Z Checking utf8parse v0.2.1
18902024-04-30T20:09:23.166Z Checking anstyle v1.0.6
18912024-04-30T20:09:24.511Z Checking anstyle-parse v0.2.1
18922024-04-30T20:09:24.680Z Checking anstyle-query v1.0.0
18932024-04-30T20:09:24.756Z Checking colorchoice v1.0.0
18942024-04-30T20:09:24.866Z Checking anstream v0.6.11
18952024-04-30T20:09:25.027Z Checking strsim v0.11.0
18962024-04-30T20:09:25.195Z Checking clap_lex v0.7.0
18972024-04-30T20:09:27.757Z Compiling serde_tokenstream v0.2.0
18982024-04-30T20:09:29.565Z Checking winnow v0.6.1
18992024-04-30T20:09:37.837Z Compiling regress v0.9.1
19002024-04-30T20:09:38.165Z Compiling getopts v0.2.21
19012024-04-30T20:09:38.775Z Compiling unsafe-libyaml v0.2.10
19022024-04-30T20:09:39.310Z Checking progenitor-client v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f)
19032024-04-30T20:09:39.801Z Checking is-terminal v0.4.9
19042024-04-30T20:09:40.334Z Checking camino v1.1.6
19052024-04-30T20:09:40.355Z Compiling serde_yaml v0.9.25
19062024-04-30T20:09:40.420Z Compiling strsim v0.10.0
19072024-04-30T20:09:40.447Z Compiling ident_case v1.0.1
19082024-04-30T20:09:40.603Z Checking sha1 v0.10.6
19092024-04-30T20:09:40.623Z Checking http v1.0.0
19102024-04-30T20:09:40.888Z Compiling darling_core v0.20.8
19112024-04-30T20:09:41.202Z Compiling typify-impl v0.0.16 (https://github.com/oxidecomputer/typify#c5ebe0a2)
19122024-04-30T20:09:41.912Z Compiling paste v1.0.14
19132024-04-30T20:09:42.473Z Compiling strum_macros v0.26.1
19142024-04-30T20:09:42.636Z Checking rustls-pki-types v1.3.0
19152024-04-30T20:09:43.005Z Checking fastrand v2.0.1
19162024-04-30T20:09:43.325Z Checking match_cfg v0.1.0
19172024-04-30T20:09:43.418Z Checking hostname v0.3.1
19182024-04-30T20:09:43.548Z Checking tempfile v3.10.1
19192024-04-30T20:09:44.104Z Checking dirs-sys-next v0.1.2
19202024-04-30T20:09:44.147Z Checking quick-error v1.2.3
19212024-04-30T20:09:44.927Z Checking dirs-next v2.0.0
19222024-04-30T20:09:44.927Z Checking crossbeam-channel v0.5.8
19232024-04-30T20:09:44.927Z Checking thread_local v1.1.7
19242024-04-30T20:09:44.927Z Compiling rustls v0.22.4
19252024-04-30T20:09:45.007Z Compiling slog-async v2.8.0
19262024-04-30T20:09:45.027Z Checking term v0.7.0
19272024-04-30T20:09:45.135Z Checking rustls-webpki v0.102.1
19282024-04-30T20:09:45.428Z Checking instant v0.1.12
19292024-04-30T20:09:45.543Z Checking take_mut v0.2.2
19302024-04-30T20:09:45.560Z Checking slog-term v2.9.1
19312024-04-30T20:09:45.962Z Checking rustls-pemfile v2.1.2
19322024-04-30T20:09:46.014Z Compiling multer v3.0.0
19332024-04-30T20:09:46.187Z Checking debug-ignore v1.0.5
19342024-04-30T20:09:46.320Z Checking toml v0.8.12
19352024-04-30T20:09:46.389Z Checking slog-json v2.6.1
19362024-04-30T20:09:46.518Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
19372024-04-30T20:09:46.632Z Compiling async-stream-impl v0.3.5
19382024-04-30T20:09:46.977Z Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#29ae98d1)
19392024-04-30T20:09:47.004Z Checking atomic-waker v1.1.1
19402024-04-30T20:09:47.133Z Checking waitgroup v0.1.2
19412024-04-30T20:09:47.286Z Checking slog-bunyan v2.5.0
19422024-04-30T20:09:47.452Z Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#29ae98d1)
19432024-04-30T20:09:47.740Z Checking serde_path_to_error v0.1.16
19442024-04-30T20:09:47.745Z Checking strum v0.26.2
19452024-04-30T20:09:47.900Z Compiling darling_macro v0.20.8
19462024-04-30T20:09:47.913Z Checking newtype-uuid v1.1.0
19472024-04-30T20:09:48.131Z Checking async-stream v0.3.5
19482024-04-30T20:09:48.153Z Checking wait-timeout v0.2.0
19492024-04-30T20:09:48.300Z Compiling structmeta-derive v0.3.0
19502024-04-30T20:09:48.316Z Compiling structmeta-derive v0.2.0
19512024-04-30T20:09:48.334Z Checking rusty-fork v0.3.0
19522024-04-30T20:09:48.613Z Checking rand_xorshift v0.3.0
19532024-04-30T20:09:48.801Z Checking unarray v0.1.4
19542024-04-30T20:09:48.941Z Checking proptest v1.4.0
19552024-04-30T20:09:48.950Z Compiling darling v0.20.8
19562024-04-30T20:09:49.066Z Compiling serde_with_macros v3.7.0
19572024-04-30T20:09:49.343Z Checking tokio-rustls v0.25.0
19582024-04-30T20:09:49.609Z Checking backoff v0.4.0
19592024-04-30T20:09:49.893Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
19602024-04-30T20:09:50.685Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
19612024-04-30T20:09:50.818Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
19622024-04-30T20:09:51.073Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
19632024-04-30T20:09:51.318Z Compiling structmeta v0.3.0
19642024-04-30T20:09:51.405Z Compiling structmeta v0.2.0
19652024-04-30T20:09:51.752Z Compiling parse-display-derive v0.9.0
19662024-04-30T20:09:51.848Z Compiling test-strategy v0.3.1
19672024-04-30T20:09:51.877Z Checking serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
19682024-04-30T20:09:52.024Z Checking macaddr v1.0.1
19692024-04-30T20:09:52.279Z Checking serde_with v3.7.0
19702024-04-30T20:09:52.381Z Compiling proc-macro-error-attr v1.0.4
19712024-04-30T20:09:52.744Z Compiling proc-macro-error v1.0.4
19722024-04-30T20:09:53.282Z Compiling proc-macro-crate v1.3.1
19732024-04-30T20:09:53.300Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
19742024-04-30T20:09:54.086Z Checking camino-tempfile v1.1.1
19752024-04-30T20:09:54.089Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
19762024-04-30T20:09:54.255Z Compiling foreign-types-macros v0.2.3
19772024-04-30T20:09:54.358Z Compiling num_enum_derive v0.5.11
19782024-04-30T20:09:54.755Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
19792024-04-30T20:09:55.042Z Checking foreign-types-shared v0.3.1
19802024-04-30T20:09:55.476Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
19812024-04-30T20:09:55.573Z Checking cstr-argument v0.1.2
19822024-04-30T20:09:55.591Z Checking foreign-types v0.5.0
19832024-04-30T20:09:55.699Z Checking pretty-hex v0.2.1
19842024-04-30T20:09:55.734Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
19852024-04-30T20:09:55.838Z Checking tabwriter v1.4.0
19862024-04-30T20:09:55.857Z Checking colored v2.1.0
19872024-04-30T20:09:56.039Z Checking socket2 v0.4.9
19882024-04-30T20:09:56.059Z Checking smf v0.2.3
19892024-04-30T20:09:56.137Z Checking humantime v2.1.0
19902024-04-30T20:09:56.420Z Checking termcolor v1.2.0
19912024-04-30T20:09:56.433Z Checking arc-swap v1.6.0
19922024-04-30T20:09:56.469Z Compiling usdt-attr-macro v0.5.0
19932024-04-30T20:09:56.484Z Compiling usdt-macro v0.5.0
19942024-04-30T20:09:56.525Z Checking parse-display v0.9.0
19952024-04-30T20:09:56.732Z Checking memmap v0.7.0
19962024-04-30T20:09:56.775Z Checking utf-8 v0.7.6
19972024-04-30T20:09:56.853Z Checking slog-scope v4.4.0
19982024-04-30T20:09:56.937Z Checking xattr v1.0.1
19992024-04-30T20:09:56.961Z Checking filetime v0.2.23
20002024-04-30T20:09:57.030Z Checking slog-stdlog v4.1.1
20012024-04-30T20:09:57.100Z Checking same-file v1.0.6
20022024-04-30T20:09:57.116Z Checking num_enum v0.5.11
20032024-04-30T20:09:57.176Z Checking tar v0.4.40
20042024-04-30T20:09:57.227Z Checking slog-envlogger v2.2.0
20052024-04-30T20:09:57.291Z Checking walkdir v2.5.0
20062024-04-30T20:09:57.321Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
20072024-04-30T20:09:57.442Z Checking tungstenite v0.20.1
20082024-04-30T20:09:57.543Z Checking newline-converter v0.3.0
20092024-04-30T20:09:57.583Z Checking termtree v0.4.1
20102024-04-30T20:09:58.524Z Checking expectorate v1.1.0
20112024-04-30T20:09:58.539Z Compiling heapless v0.8.0
20122024-04-30T20:09:58.539Z Checking predicates-tree v1.0.9
20132024-04-30T20:09:58.539Z Checking hash32 v0.3.1
20142024-04-30T20:09:58.539Z Compiling smoltcp v0.11.0
20152024-04-30T20:09:58.539Z Checking cobs v0.2.3
20162024-04-30T20:09:58.539Z Compiling crucible-workspace-hack v0.1.0
20172024-04-30T20:09:58.539Z Checking usdt v0.5.0
20182024-04-30T20:09:58.539Z Checking embedded-io v0.4.0
20192024-04-30T20:09:58.539Z Checking tokio-tungstenite v0.20.1
20202024-04-30T20:09:58.539Z Checking postcard v1.0.8
20212024-04-30T20:09:58.540Z Checking atty v0.2.14
20222024-04-30T20:09:58.540Z Checking sigpipe v0.1.3
20232024-04-30T20:09:58.540Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
20242024-04-30T20:09:58.540Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
20252024-04-30T20:09:58.678Z Compiling derror-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
20262024-04-30T20:09:58.693Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
20272024-04-30T20:09:58.721Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d)
20282024-04-30T20:09:58.808Z Checking pem v3.0.4
20292024-04-30T20:09:58.982Z Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
20302024-04-30T20:09:59.054Z Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
20312024-04-30T20:09:59.190Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=dd788a311a382b09ce1d3e35f7777b378e09fdf7#dd788a31)
20322024-04-30T20:09:59.315Z Compiling typify-macro v0.0.16 (https://github.com/oxidecomputer/typify#c5ebe0a2)
20332024-04-30T20:09:59.540Z Compiling mockall_derive v0.12.1
20342024-04-30T20:09:59.560Z Compiling num-derive v0.4.0
20352024-04-30T20:09:59.749Z Checking downcast v0.11.0
20362024-04-30T20:09:59.950Z Checking fragile v2.0.0
20372024-04-30T20:10:00.191Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=dd788a311a382b09ce1d3e35f7777b378e09fdf7#dd788a31)
20382024-04-30T20:10:00.430Z Checking env_logger v0.9.3
20392024-04-30T20:10:00.531Z Checking zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
20402024-04-30T20:10:00.693Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
20412024-04-30T20:10:00.846Z Compiling bitstruct_derive v0.1.0
20422024-04-30T20:10:01.341Z Checking viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
20432024-04-30T20:10:01.362Z Checking ascii v1.1.0
20442024-04-30T20:10:01.362Z Checking viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
20452024-04-30T20:10:01.419Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
20462024-04-30T20:10:01.555Z Checking rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c)
20472024-04-30T20:10:01.654Z Checking dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
20482024-04-30T20:10:01.904Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=1ef72f3c935e7dc936bf43310c04668fb60d7a20#1ef72f3c)
20492024-04-30T20:10:01.921Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
20502024-04-30T20:10:02.615Z Checking serde_arrays v0.1.0
20512024-04-30T20:10:02.627Z Checking bitstruct v0.1.1
20522024-04-30T20:10:02.627Z Checking erased-serde v0.3.31
20532024-04-30T20:10:02.627Z Compiling heck v0.3.3
20542024-04-30T20:10:02.627Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#d44d9e08)
20552024-04-30T20:10:02.627Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
20562024-04-30T20:10:02.628Z Checking tungstenite v0.21.0
20572024-04-30T20:10:02.680Z Checking base64 v0.13.1
20582024-04-30T20:10:02.768Z Compiling zone_cfg_derive v0.1.2
20592024-04-30T20:10:03.086Z Checking ron v0.7.1
20602024-04-30T20:10:03.269Z Checking tokio-tungstenite v0.21.0
20612024-04-30T20:10:03.407Z Checking propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
20622024-04-30T20:10:03.768Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
20632024-04-30T20:10:04.195Z Checking headers-core v0.2.0
20642024-04-30T20:10:04.251Z Compiling typify v0.0.16 (https://github.com/oxidecomputer/typify#c5ebe0a2)
20652024-04-30T20:10:04.319Z Checking zone v0.1.8
20662024-04-30T20:10:04.389Z Compiling progenitor-impl v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f)
20672024-04-30T20:10:04.607Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
20682024-04-30T20:10:04.890Z Checking portpicker v0.1.1
20692024-04-30T20:10:04.911Z Checking headers v0.3.9
20702024-04-30T20:10:05.015Z Checking rcgen v0.12.1
20712024-04-30T20:10:05.125Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
20722024-04-30T20:10:05.261Z Checking atomicwrites v0.4.3
20732024-04-30T20:10:05.409Z Checking subprocess v0.2.9
20742024-04-30T20:10:05.458Z Checking linked-hash-map v0.5.6
20752024-04-30T20:10:05.615Z Checking password-hash v0.5.0
20762024-04-30T20:10:05.780Z Checking lru-cache v0.1.2
20772024-04-30T20:10:05.911Z Checking blake2 v0.10.6
20782024-04-30T20:10:05.941Z Checking swrite v0.1.0
20792024-04-30T20:10:05.958Z Checking itertools v0.12.1
20802024-04-30T20:10:06.050Z Compiling derive-where v1.2.7
20812024-04-30T20:10:06.062Z Checking resolv-conf v0.7.0
20822024-04-30T20:10:06.169Z Compiling rayon-core v1.12.1
20832024-04-30T20:10:06.328Z Checking argon2 v0.5.3
20842024-04-30T20:10:06.387Z Checking trust-dns-resolver v0.22.0
20852024-04-30T20:10:06.490Z Checking half v2.3.1
20862024-04-30T20:10:06.964Z Checking ciborium-io v0.2.2
20872024-04-30T20:10:06.975Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
20882024-04-30T20:10:07.078Z Compiling cancel-safe-futures v0.1.5
20892024-04-30T20:10:07.331Z Checking ciborium-ll v0.2.2
20902024-04-30T20:10:07.604Z Checking ciborium v0.2.2
20912024-04-30T20:10:07.816Z Checking bytecount v0.6.3
20922024-04-30T20:10:07.875Z Checking mockall v0.12.1
20932024-04-30T20:10:07.926Z Compiling tabled_derive v0.7.0
20942024-04-30T20:10:07.958Z Checking papergrid v0.11.0
20952024-04-30T20:10:08.082Z Compiling slog-dtrace v0.3.0
20962024-04-30T20:10:08.384Z Compiling semver v0.1.20
20972024-04-30T20:10:08.567Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
20982024-04-30T20:10:08.600Z Checking libsw v3.3.1
20992024-04-30T20:10:08.858Z Compiling rustc_version v0.1.7
21002024-04-30T20:10:08.893Z Checking owo-colors v4.0.0
21012024-04-30T20:10:09.027Z Checking linear-map v1.2.0
21022024-04-30T20:10:09.335Z Compiling newtype_derive v0.1.6
21032024-04-30T20:10:09.380Z Compiling num-rational v0.4.1
21042024-04-30T20:10:09.729Z Compiling radium v0.7.0
21052024-04-30T20:10:09.748Z Checking num-complex v0.4.5
21062024-04-30T20:10:09.799Z Checking steno v0.4.0
21072024-04-30T20:10:10.212Z Checking nibble_vec v0.1.0
21082024-04-30T20:10:10.395Z Checking endian-type v0.1.2
21092024-04-30T20:10:10.541Z Compiling maybe-uninit v2.0.0
21102024-04-30T20:10:10.544Z Checking tabled v0.15.0
21112024-04-30T20:10:10.585Z Checking tap v1.0.1
21122024-04-30T20:10:10.589Z Checking radix_trie v0.2.1
21132024-04-30T20:10:10.689Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
21142024-04-30T20:10:10.737Z Checking wyz v0.5.1
21152024-04-30T20:10:10.968Z Checking num v0.4.2
21162024-04-30T20:10:11.111Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
21172024-04-30T20:10:11.127Z Checking fxhash v0.2.1
21182024-04-30T20:10:11.290Z Checking funty v2.0.0
21192024-04-30T20:10:11.444Z Checking crc-catalog v2.2.0
21202024-04-30T20:10:11.576Z Compiling num-bigint-dig v0.8.4
21212024-04-30T20:10:11.802Z Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
21222024-04-30T20:10:11.907Z Compiling packed_struct v0.10.1
21232024-04-30T20:10:11.963Z Checking crc v3.0.1
21242024-04-30T20:10:12.086Z Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
21252024-04-30T20:10:12.294Z Compiling packed_struct_codegen v0.10.1
21262024-04-30T20:10:12.318Z Checking bitvec v1.0.1
21272024-04-30T20:10:12.381Z Compiling progenitor-macro v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f)
21282024-04-30T20:10:12.397Z Compiling indexmap v1.9.3
21292024-04-30T20:10:12.419Z Checking nodrop v0.1.14
21302024-04-30T20:10:12.518Z Checking array-init v0.0.4
21312024-04-30T20:10:12.614Z Checking smallvec v0.6.14
21322024-04-30T20:10:12.989Z Checking pkcs1 v0.7.5
21332024-04-30T20:10:13.365Z Checking signature v2.1.0
21342024-04-30T20:10:13.466Z Checking hashbrown v0.12.3
21352024-04-30T20:10:13.504Z Checking bitfield v0.14.0
21362024-04-30T20:10:13.559Z Checking serde-hex v0.1.0
21372024-04-30T20:10:13.778Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
21382024-04-30T20:10:14.031Z Checking env_logger v0.10.0
21392024-04-30T20:10:14.457Z Checking x509-cert v0.2.4
21402024-04-30T20:10:14.712Z Checking rsa v0.9.2
21412024-04-30T20:10:15.112Z Checking ron v0.8.1
21422024-04-30T20:10:15.170Z Checking hashbrown v0.13.2
21432024-04-30T20:10:15.239Z Checking crc-any v2.4.3
21442024-04-30T20:10:15.595Z Checking path-slash v0.1.5
21452024-04-30T20:10:15.642Z Checking display-error-chain v0.2.0
21462024-04-30T20:10:15.725Z Compiling convert_case v0.4.0
21472024-04-30T20:10:15.772Z Compiling async-recursion v1.1.0
21482024-04-30T20:10:15.993Z Compiling buf-list v1.0.3
21492024-04-30T20:10:16.163Z Checking object v0.30.4
21502024-04-30T20:10:16.269Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
21512024-04-30T20:10:16.520Z Compiling blake3 v1.5.0
21522024-04-30T20:10:16.681Z Compiling derive_more v0.99.17
21532024-04-30T20:10:16.971Z Checking gethostname v0.4.3
21542024-04-30T20:10:17.103Z Compiling parking_lot_core v0.8.6
21552024-04-30T20:10:17.366Z Compiling libefi-sys v0.1.0
21562024-04-30T20:10:17.506Z Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
21572024-04-30T20:10:17.552Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
21582024-04-30T20:10:17.829Z Compiling crossbeam-deque v0.8.3
21592024-04-30T20:10:18.011Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81)
21602024-04-30T20:10:18.053Z Checking keccak v0.1.4
21612024-04-30T20:10:18.167Z Checking libnvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81)
21622024-04-30T20:10:18.328Z Checking sha3 v0.10.8
21632024-04-30T20:10:18.447Z Checking lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
21642024-04-30T20:10:18.689Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
21652024-04-30T20:10:19.127Z Checking parking_lot v0.11.2
21662024-04-30T20:10:19.147Z Checking trust-dns-client v0.22.0
21672024-04-30T20:10:19.308Z Checking toml v0.5.11
21682024-04-30T20:10:19.468Z Checking secrecy v0.8.0
21692024-04-30T20:10:19.685Z Compiling pin-project-internal v1.1.3
21702024-04-30T20:10:20.247Z Checking sled v0.34.7
21712024-04-30T20:10:20.250Z Compiling rayon v1.10.0
21722024-04-30T20:10:20.828Z Checking trust-dns-server v0.22.1
21732024-04-30T20:10:22.827Z Checking pin-project v1.1.3
21742024-04-30T20:10:22.957Z Compiling memmap2 v0.7.1
21752024-04-30T20:10:23.174Z Compiling home v0.5.5
21762024-04-30T20:10:23.322Z Compiling arrayvec v0.7.4
21772024-04-30T20:10:23.338Z Compiling arrayref v0.3.7
21782024-04-30T20:10:23.370Z Compiling constant_time_eq v0.3.0
21792024-04-30T20:10:23.412Z Compiling toolchain_find v0.4.0
21802024-04-30T20:10:24.050Z Compiling vte_generate_state_changes v0.1.1
21812024-04-30T20:10:24.417Z Compiling topological-sort v0.2.2
21822024-04-30T20:10:24.710Z Checking vte v0.11.1
21832024-04-30T20:10:25.014Z Compiling rustfmt-wrapper v0.2.1
21842024-04-30T20:10:25.370Z Compiling omicron-zone-package v0.11.0
21852024-04-30T20:10:25.416Z Checking fd-lock v4.0.2
21862024-04-30T20:10:25.509Z Checking glob v0.3.1
21872024-04-30T20:10:25.606Z Checking nu-ansi-term v0.50.0
21882024-04-30T20:10:25.784Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
21892024-04-30T20:10:26.015Z Compiling prettyplease v0.2.19
21902024-04-30T20:10:26.043Z Checking strip-ansi-escapes v0.2.0
21912024-04-30T20:10:26.135Z Compiling platforms v3.0.2
21922024-04-30T20:10:26.182Z Checking reedline v0.31.0
21932024-04-30T20:10:26.263Z Compiling snafu-derive v0.8.2
21942024-04-30T20:10:26.326Z Checking globset v0.4.13
21952024-04-30T20:10:26.509Z Checking olpc-cjson v0.1.3
21962024-04-30T20:10:26.706Z Checking serde_plain v1.0.2
21972024-04-30T20:10:26.946Z Compiling memoffset v0.7.1
21982024-04-30T20:10:27.069Z Compiling crunchy v0.2.2
21992024-04-30T20:10:27.271Z Checking typed-path v0.7.0
22002024-04-30T20:10:27.593Z Compiling curve25519-dalek v4.1.2
22012024-04-30T20:10:27.831Z Compiling clang-sys v1.6.1
22022024-04-30T20:10:28.228Z Checking fs-err v2.11.0
22032024-04-30T20:10:28.538Z Compiling unicase v2.7.0
22042024-04-30T20:10:28.575Z Compiling tiny-keccak v2.0.2
22052024-04-30T20:10:28.826Z Checking parse-size v1.0.0
22062024-04-30T20:10:29.419Z Checking lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
22072024-04-30T20:10:29.423Z Checking universal-hash v0.5.1
22082024-04-30T20:10:29.423Z Compiling thiserror-impl-no-std v2.0.2
22092024-04-30T20:10:29.423Z Compiling curve25519-dalek-derive v0.1.0
22102024-04-30T20:10:29.423Z Checking nanorand v0.7.0
22112024-04-30T20:10:29.616Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
22122024-04-30T20:10:29.925Z Compiling salty v0.2.0
22132024-04-30T20:10:30.437Z Checking signature v1.6.4
22142024-04-30T20:10:30.466Z Checking opaque-debug v0.3.0
22152024-04-30T20:10:30.533Z Compiling cfg_aliases v0.1.1
22162024-04-30T20:10:30.566Z Checking ed25519 v1.5.3
22172024-04-30T20:10:30.636Z Compiling nix v0.28.0
22182024-04-30T20:10:30.734Z Checking poly1305 v0.8.0
22192024-04-30T20:10:30.878Z Checking hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84)
22202024-04-30T20:10:30.902Z Checking progenitor v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f)
22212024-04-30T20:10:31.100Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8207cb9c90cd7144c3f351823bfb2ae3e221ad10#8207cb9c)
22222024-04-30T20:10:31.214Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
22232024-04-30T20:10:31.345Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
22242024-04-30T20:10:31.377Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
22252024-04-30T20:10:31.793Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
22262024-04-30T20:10:32.290Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8207cb9c90cd7144c3f351823bfb2ae3e221ad10#8207cb9c)
22272024-04-30T20:10:32.290Z Checking snafu v0.8.2
22282024-04-30T20:10:32.290Z Checking thiserror-no-std v2.0.2
22292024-04-30T20:10:32.495Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
22302024-04-30T20:10:32.711Z Checking tough v0.17.1
22312024-04-30T20:10:33.258Z Checking flume v0.11.0
22322024-04-30T20:10:33.724Z Compiling ascii-canvas v3.0.0
22332024-04-30T20:10:34.149Z Checking nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d)
22342024-04-30T20:10:34.387Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
22352024-04-30T20:10:34.631Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
22362024-04-30T20:10:35.120Z Checking chacha20 v0.9.1
22372024-04-30T20:10:35.120Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
22382024-04-30T20:10:35.120Z Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1)
22392024-04-30T20:10:35.211Z Checking aead v0.5.2
22402024-04-30T20:10:35.356Z Checking serde-big-array v0.5.1
22412024-04-30T20:10:35.441Z Checking kstat-rs v0.2.3
22422024-04-30T20:10:35.575Z Compiling hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a)
22432024-04-30T20:10:35.774Z Compiling ena v0.14.2
22442024-04-30T20:10:36.171Z Compiling libloading v0.7.4
22452024-04-30T20:10:36.514Z Checking maplit v1.0.2
22462024-04-30T20:10:36.546Z Compiling bindgen v0.69.2
22472024-04-30T20:10:36.620Z Compiling diff v0.1.13
22482024-04-30T20:10:37.118Z Compiling regex-syntax v0.6.29
22492024-04-30T20:10:37.188Z Checking hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a)
22502024-04-30T20:10:37.266Z Checking chacha20poly1305 v0.10.1
22512024-04-30T20:10:37.505Z Checking vsss-rs v3.3.4
22522024-04-30T20:10:38.107Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=1ef72f3c935e7dc936bf43310c04668fb60d7a20#1ef72f3c)
22532024-04-30T20:10:39.156Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
22542024-04-30T20:10:39.383Z Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4)
22552024-04-30T20:10:39.483Z Checking signal-hook-tokio v0.3.1
22562024-04-30T20:10:39.645Z Compiling cexpr v0.6.0
22572024-04-30T20:10:39.760Z Checking serde-big-array v0.4.1
22582024-04-30T20:10:39.926Z Compiling which v4.4.0
22592024-04-30T20:10:40.535Z Compiling lalrpop v0.19.12
22602024-04-30T20:10:40.682Z Compiling ref-cast v1.0.22
22612024-04-30T20:10:41.175Z Compiling lazycell v1.3.0
22622024-04-30T20:10:41.314Z Compiling rustc-hash v1.1.0
22632024-04-30T20:10:41.337Z Compiling peeking_take_while v0.1.2
22642024-04-30T20:10:41.472Z Compiling shlex v1.3.0
22652024-04-30T20:10:41.546Z Checking sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef)
22662024-04-30T20:10:41.596Z Compiling mime_guess v2.0.4
22672024-04-30T20:10:42.934Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=dd788a311a382b09ce1d3e35f7777b378e09fdf7#dd788a31)
22682024-04-30T20:10:44.742Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
22692024-04-30T20:10:45.042Z Compiling derive_builder_core v0.20.0
22702024-04-30T20:10:46.699Z Compiling peg-macros v0.8.2
22712024-04-30T20:10:46.940Z Compiling sqlparser_derive v0.2.2
22722024-04-30T20:10:47.240Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
22732024-04-30T20:10:47.492Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
22742024-04-30T20:10:48.113Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
22752024-04-30T20:10:49.719Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
22762024-04-30T20:10:49.886Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
22772024-04-30T20:10:50.522Z Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
22782024-04-30T20:10:51.566Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
22792024-04-30T20:10:52.256Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
22802024-04-30T20:10:52.458Z Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
22812024-04-30T20:10:52.812Z Compiling ref-cast-impl v1.0.22
22822024-04-30T20:10:53.955Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
22832024-04-30T20:10:54.037Z Compiling libxml v0.3.3
22842024-04-30T20:10:54.552Z Checking corncobs v0.1.3
22852024-04-30T20:10:54.728Z Checking unicode_categories v0.1.1
22862024-04-30T20:10:54.856Z Checking sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef)
22872024-04-30T20:10:55.021Z Checking sqlformat v0.2.3
22882024-04-30T20:10:55.047Z Checking rustyline v14.0.0
22892024-04-30T20:10:55.632Z Checking peg v0.8.2
22902024-04-30T20:10:55.743Z Checking sqlparser v0.45.0
22912024-04-30T20:10:56.460Z Compiling derive_builder_macro v0.20.0
22922024-04-30T20:10:56.618Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
22932024-04-30T20:10:57.079Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
22942024-04-30T20:10:57.646Z Checking bcs v0.1.6
22952024-04-30T20:10:58.129Z Compiling strum_macros v0.24.3
22962024-04-30T20:11:00.093Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
22972024-04-30T20:11:00.366Z Compiling cookie v0.18.1
22982024-04-30T20:11:00.681Z Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#62ef5ca0)
22992024-04-30T20:11:01.002Z Checking highway v1.1.0
23002024-04-30T20:11:01.416Z Compiling indoc v1.0.9
23012024-04-30T20:11:02.077Z Checking derive_builder v0.20.0
23022024-04-30T20:11:02.344Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
23032024-04-30T20:11:02.454Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=dd788a311a382b09ce1d3e35f7777b378e09fdf7#dd788a31)
23042024-04-30T20:11:02.650Z Checking bb8 v0.8.3
23052024-04-30T20:11:02.707Z Checking quick-xml v0.31.0
23062024-04-30T20:11:03.074Z Compiling impl-trait-for-tuples v0.2.2
23072024-04-30T20:11:03.932Z Compiling oso-derive v0.27.3
23082024-04-30T20:11:04.242Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
23092024-04-30T20:11:04.665Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
23102024-04-30T20:11:04.684Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
23112024-04-30T20:11:04.993Z Compiling const_format_proc_macros v0.2.32
23122024-04-30T20:11:05.514Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
23132024-04-30T20:11:06.079Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
23142024-04-30T20:11:06.882Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
23152024-04-30T20:11:07.643Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
23162024-04-30T20:11:10.196Z Checking http-range v0.1.5
23172024-04-30T20:11:10.375Z Checking hyper-staticfile v0.9.5
23182024-04-30T20:11:10.415Z Checking const_format v0.2.32
23192024-04-30T20:11:10.627Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
23202024-04-30T20:11:11.176Z Checking async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef)
23212024-04-30T20:11:11.181Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=dd788a311a382b09ce1d3e35f7777b378e09fdf7#dd788a31)
23222024-04-30T20:11:12.214Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
23232024-04-30T20:11:12.659Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
23242024-04-30T20:11:13.422Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
23252024-04-30T20:11:20.184Z Checking assert_matches v1.5.0
23262024-04-30T20:11:20.184Z Checking rand_seeder v0.2.3
23272024-04-30T20:11:20.184Z Compiling portable-atomic v1.4.3
23282024-04-30T20:11:20.184Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
23292024-04-30T20:11:20.184Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
23302024-04-30T20:11:20.185Z Checking number_prefix v0.4.0
23312024-04-30T20:11:20.185Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
23322024-04-30T20:11:20.185Z Checking castaway v0.2.2
23332024-04-30T20:11:20.185Z Checking compact_str v0.7.1
23342024-04-30T20:11:20.185Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
23352024-04-30T20:11:20.185Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
23362024-04-30T20:11:20.185Z Checking lru v0.12.1
23372024-04-30T20:11:20.185Z Compiling stability v0.2.0
23382024-04-30T20:11:20.185Z Compiling indoc v2.0.3
23392024-04-30T20:11:20.185Z Checking cassowary v0.3.0
23402024-04-30T20:11:20.185Z Checking indicatif v0.17.8
23412024-04-30T20:11:20.185Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
23422024-04-30T20:11:20.185Z Checking smawk v0.3.1
23432024-04-30T20:11:20.185Z Checking unicode-linebreak v0.1.5
23442024-04-30T20:11:20.185Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
23452024-04-30T20:11:20.185Z Checking ratatui v0.26.2
23462024-04-30T20:11:20.185Z Checking is_ci v1.2.0
23472024-04-30T20:11:20.185Z Checking textwrap v0.16.1
23482024-04-30T20:11:20.185Z Checking supports-color v3.0.0
23492024-04-30T20:11:20.185Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=1ef72f3c935e7dc936bf43310c04668fb60d7a20#1ef72f3c)
23502024-04-30T20:11:20.185Z Checking fatfs v0.3.6
23512024-04-30T20:11:20.186Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
23522024-04-30T20:11:20.186Z Checking rtoolbox v0.0.1
23532024-04-30T20:11:20.186Z Checking rpassword v7.3.1
23542024-04-30T20:11:20.186Z Checking shell-words v1.1.0
23552024-04-30T20:11:20.186Z Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
23562024-04-30T20:11:20.186Z Checking yansi v0.5.1
23572024-04-30T20:11:20.405Z Checking pretty_assertions v1.4.0
23582024-04-30T20:11:20.605Z Compiling target-lexicon v0.12.13
23592024-04-30T20:11:20.633Z Checking tui-tree-widget v0.19.0
23602024-04-30T20:11:20.776Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
23612024-04-30T20:11:20.937Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
23622024-04-30T20:11:21.587Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
23632024-04-30T20:11:21.913Z Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
23642024-04-30T20:11:22.023Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
23652024-04-30T20:11:22.045Z Checking plotters-backend v0.3.5
23662024-04-30T20:11:22.463Z Compiling guppy-workspace-hack v0.1.0
23672024-04-30T20:11:22.757Z Compiling doc-comment v0.3.3
23682024-04-30T20:11:23.500Z Checking plotters-svg v0.3.5
23692024-04-30T20:11:23.679Z Checking http-body v1.0.0
23702024-04-30T20:11:23.828Z Checking tower-layer v0.3.2
23712024-04-30T20:11:23.870Z Compiling assert_cmd v2.0.14
23722024-04-30T20:11:23.964Z Checking cast v0.3.0
23732024-04-30T20:11:24.086Z Compiling target-spec v3.1.0
23742024-04-30T20:11:24.261Z Checking criterion-plot v0.5.0
23752024-04-30T20:11:24.298Z Checking tower v0.4.13
23762024-04-30T20:11:24.673Z Checking cfg-expr v0.15.6
23772024-04-30T20:11:24.741Z Checking hyper v1.1.0
23782024-04-30T20:11:25.519Z Checking plotters v0.3.5
23792024-04-30T20:11:25.669Z Checking installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd)
23802024-04-30T20:11:25.879Z Checking tinytemplate v1.2.1
23812024-04-30T20:11:26.266Z Checking cargo-platform v0.1.3
23822024-04-30T20:11:26.542Z Checking oorandom v11.1.3
23832024-04-30T20:11:26.571Z Checking anes v0.1.6
23842024-04-30T20:11:26.697Z Checking cargo_metadata v0.18.1
23852024-04-30T20:11:26.892Z Checking hyper-util v0.1.2
23862024-04-30T20:11:26.913Z Checking criterion v0.5.1
23872024-04-30T20:11:28.557Z Checking installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client)
23882024-04-30T20:11:28.817Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
23892024-04-30T20:11:29.281Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
23902024-04-30T20:11:29.746Z Checking rustls-native-certs v0.7.0
23912024-04-30T20:11:29.901Z Checking httptest v0.15.5
23922024-04-30T20:11:30.622Z Checking pathdiff v0.2.1
23932024-04-30T20:11:30.768Z Checking nested v0.1.1
23942024-04-30T20:11:30.976Z Checking guppy v0.17.5
23952024-04-30T20:11:32.488Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
23962024-04-30T20:11:32.962Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
23972024-04-30T20:11:33.450Z Checking hyper-rustls v0.26.0
23982024-04-30T20:11:33.532Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
23992024-04-30T20:11:33.769Z Checking escape8259 v0.5.2
24002024-04-30T20:11:33.958Z Checking threadpool v1.8.1
24012024-04-30T20:11:34.930Z Checking libtest-mimic v0.7.2
24022024-04-30T20:11:35.317Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
24032024-04-30T20:11:35.352Z Checking similar-asserts v1.5.0
24042024-04-30T20:11:35.379Z Checking fancy-regex v0.13.0
24052024-04-30T20:11:35.562Z Compiling rstest_macros v0.19.0
24062024-04-30T20:11:36.498Z Checking datatest-stable v0.2.9
24072024-04-30T20:11:43.626Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
24082024-04-30T20:11:43.653Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
24092024-04-30T20:11:43.653Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
24102024-04-30T20:11:43.653Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
24112024-04-30T20:11:43.654Z Checking csv-core v0.1.11
24122024-04-30T20:11:43.654Z Compiling relative-path v1.9.0
24132024-04-30T20:11:43.654Z Checking heck v0.5.0
24142024-04-30T20:11:43.654Z Checking constant_time_eq v0.2.6
24152024-04-30T20:11:43.654Z Compiling trybuild v1.0.91
24162024-04-30T20:11:43.654Z Checking blake2b_simd v1.0.1
24172024-04-30T20:11:43.654Z Checking csv v1.3.0
24182024-04-30T20:11:43.654Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
24192024-04-30T20:11:43.654Z Checking multimap v0.10.0
24202024-04-30T20:11:43.654Z Checking futures-timer v3.0.2
24212024-04-30T20:11:43.654Z Checking rust-argon2 v2.1.0
24222024-04-30T20:11:43.654Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
24232024-04-30T20:11:44.413Z Checking partial-io v0.5.4
24242024-04-30T20:11:44.786Z Checking approx v0.5.1
24252024-04-30T20:11:45.019Z Checking uzers v0.11.3
24262024-04-30T20:11:45.361Z Checking termios v0.3.3
24272024-04-30T20:11:45.577Z Checking hex-literal v0.4.1
24282024-04-30T20:11:48.641Z Checking rstest v0.19.0
24292024-04-30T20:11:50.480Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
24302024-04-30T20:11:52.240Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
24312024-04-30T20:12:13.864Z Compiling samael v0.0.15
24322024-04-30T20:12:33.072Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
24332024-04-30T20:12:36.929Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli)
24342024-04-30T20:12:47.652Z Checking caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util)
24352024-04-30T20:12:56.359Z Compiling polar-core v0.27.3
24362024-04-30T20:13:03.642Z Checking oso v0.27.3
24372024-04-30T20:13:29.822Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
24382024-04-30T20:13:29.822Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
24392024-04-30T20:13:29.835Z Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
24402024-04-30T20:14:29.335Z Finished dev [unoptimized + debuginfo] target(s) in 6m 35s
24412024-04-30T20:14:29.522Z
24422024-04-30T20:14:29.523Zreal 7:21.867407741
24432024-04-30T20:14:29.523Zuser 37:35.300634908
24442024-04-30T20:14:29.523Zsys 6:33.314893927
24452024-04-30T20:14:29.523Ztrap 1.010425710
24462024-04-30T20:14:29.524Ztflt 4.807304370
24472024-04-30T20:14:29.524Zdflt 3.921985929
24482024-04-30T20:14:29.531Zkflt 0.123350770
24492024-04-30T20:14:29.531Zlock 57:08.790617719
24502024-04-30T20:14:29.531Zslp 1:53:59.791902739
24512024-04-30T20:14:29.531Zlat 1:44.776120073
24522024-04-30T20:14:29.531Zstop 4:34.316447730
24532024-04-30T20:14:30.444Zwarning: output filename collision.
24542024-04-30T20:14:30.444ZThe lib target `bhyve_api` in package `bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=dd788a311a382b09ce1d3e35f7777b378e09fdf7#dd788a31)` 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)`.
24552024-04-30T20:14:30.444ZColliding filename is: /work/oxidecomputer/omicron/target/doc/bhyve_api/index.html
24562024-04-30T20:14:30.445ZThe targets should have unique names.
24572024-04-30T20:14:30.445ZThis is a known bug where multiple crates with the same name use
24582024-04-30T20:14:30.445Zthe same path; see <https://github.com/rust-lang/cargo/issues/6313>.
24592024-04-30T20:14:30.446Zwarning: output filename collision.
24602024-04-30T20:14:30.446ZThe lib target `bhyve_api_sys` in package `bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=dd788a311a382b09ce1d3e35f7777b378e09fdf7#dd788a31)` 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)`.
24612024-04-30T20:14:30.446ZColliding filename is: /work/oxidecomputer/omicron/target/doc/bhyve_api_sys/index.html
24622024-04-30T20:14:30.446ZThe targets should have unique names.
24632024-04-30T20:14:30.446ZThis is a known bug where multiple crates with the same name use
24642024-04-30T20:14:30.446Zthe same path; see <https://github.com/rust-lang/cargo/issues/6313>.
24652024-04-30T20:14:30.454Zwarning: output filename collision.
24662024-04-30T20:14:30.454ZThe 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)`.
24672024-04-30T20:14:30.454ZColliding filename is: /work/oxidecomputer/omicron/target/doc/hubpack/index.html
24682024-04-30T20:14:30.454ZThe targets should have unique names.
24692024-04-30T20:14:30.455ZThis is a known bug where multiple crates with the same name use
24702024-04-30T20:14:30.455Zthe same path; see <https://github.com/rust-lang/cargo/issues/6313>.
24712024-04-30T20:14:30.455Zwarning: output filename collision.
24722024-04-30T20:14:30.455ZThe 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)`.
24732024-04-30T20:14:30.455ZColliding filename is: /work/oxidecomputer/omicron/target/doc/libnet/index.html
24742024-04-30T20:14:30.455ZThe targets should have unique names.
24752024-04-30T20:14:30.456ZThis is a known bug where multiple crates with the same name use
24762024-04-30T20:14:30.456Zthe same path; see <https://github.com/rust-lang/cargo/issues/6313>.
24772024-04-30T20:14:30.456Zwarning: output filename collision.
24782024-04-30T20:14:30.456ZThe lib target `nix` in package `nix v0.28.0` has the same output filename as the lib target `nix` in package `nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d)`.
24792024-04-30T20:14:30.456ZColliding filename is: /work/oxidecomputer/omicron/target/doc/nix/index.html
24802024-04-30T20:14:30.456ZThe targets should have unique names.
24812024-04-30T20:14:30.457ZThis is a known bug where multiple crates with the same name use
24822024-04-30T20:14:30.457Zthe same path; see <https://github.com/rust-lang/cargo/issues/6313>.
24832024-04-30T20:14:30.457Zwarning: output filename collision.
24842024-04-30T20:14:30.457ZThe 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)`.
24852024-04-30T20:14:30.457ZColliding filename is: /work/oxidecomputer/omicron/target/doc/oximeter/index.html
24862024-04-30T20:14:30.458ZThe targets should have unique names.
24872024-04-30T20:14:30.458ZThis is a known bug where multiple crates with the same name use
24882024-04-30T20:14:30.458Zthe same path; see <https://github.com/rust-lang/cargo/issues/6313>.
24892024-04-30T20:14:30.458Zwarning: output filename collision.
24902024-04-30T20:14:30.458ZThe lib target `propolis-client` in package `propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=dd788a311a382b09ce1d3e35f7777b378e09fdf7#dd788a31)` 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)`.
24912024-04-30T20:14:30.459ZColliding filename is: /work/oxidecomputer/omicron/target/doc/propolis_client/index.html
24922024-04-30T20:14:30.459ZThe targets should have unique names.
24932024-04-30T20:14:30.459ZThis is a known bug where multiple crates with the same name use
24942024-04-30T20:14:30.459Zthe same path; see <https://github.com/rust-lang/cargo/issues/6313>.
24952024-04-30T20:14:30.459Zwarning: output filename collision.
24962024-04-30T20:14:30.459ZThe 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)`.
24972024-04-30T20:14:30.459ZColliding filename is: /work/oxidecomputer/omicron/target/doc/tlvc/index.html
24982024-04-30T20:14:30.460ZThe targets should have unique names.
24992024-04-30T20:14:30.460ZThis is a known bug where multiple crates with the same name use
25002024-04-30T20:14:30.460Zthe same path; see <https://github.com/rust-lang/cargo/issues/6313>.
25012024-04-30T20:14:30.460Zwarning: output filename collision.
25022024-04-30T20:14:30.460ZThe 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`.
25032024-04-30T20:14:30.460ZColliding filename is: /work/oxidecomputer/omicron/target/doc/zone/index.html
25042024-04-30T20:14:30.461ZThe targets should have unique names.
25052024-04-30T20:14:30.461ZThis is a known bug where multiple crates with the same name use
25062024-04-30T20:14:30.461Zthe same path; see <https://github.com/rust-lang/cargo/issues/6313>.
25072024-04-30T20:14:30.952Z Documenting libc v0.2.153
25082024-04-30T20:14:30.995Z Documenting cfg-if v1.0.0
25092024-04-30T20:14:31.016Z Documenting serde_derive v1.0.199
25102024-04-30T20:14:31.038Z Documenting log v0.4.21
25112024-04-30T20:14:31.064Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
25122024-04-30T20:14:31.087Z Documenting memchr v2.7.1
25132024-04-30T20:14:31.530Z Documenting byteorder v1.5.0
25142024-04-30T20:14:31.530Z Documenting smallvec v1.13.1
25152024-04-30T20:14:31.531Z Documenting itoa v1.0.9
25162024-04-30T20:14:33.781Z Documenting scopeguard v1.2.0
25172024-04-30T20:14:34.257Z Documenting pin-project-lite v0.2.13
25182024-04-30T20:14:34.318Z Documenting once_cell v1.19.0
25192024-04-30T20:14:34.886Z Documenting libm v0.2.7
25202024-04-30T20:14:34.929Z Documenting zeroize_derive v1.4.2
25212024-04-30T20:14:35.644Z Documenting getrandom v0.2.12
25222024-04-30T20:14:35.654Z Documenting parking_lot_core v0.9.8
25232024-04-30T20:14:36.654Z Documenting lock_api v0.4.10
25242024-04-30T20:14:37.059Z Documenting signal-hook-registry v1.4.1
25252024-04-30T20:14:37.718Z Documenting serde v1.0.199
25262024-04-30T20:14:38.721Z Documenting mio v0.8.11
25272024-04-30T20:14:38.741Z Documenting num-traits v0.2.18
25282024-04-30T20:14:39.304Z Documenting rand_core v0.6.4
25292024-04-30T20:14:39.768Z Documenting zeroize v1.7.0
25302024-04-30T20:14:39.794Z Documenting thiserror-impl v1.0.59
25312024-04-30T20:14:39.803Z Documenting parking_lot v0.12.1
25322024-04-30T20:14:41.125Z Documenting futures-core v0.3.30
25332024-04-30T20:14:42.658Z Documenting ryu v1.0.15
25342024-04-30T20:14:43.023Z Documenting socket2 v0.5.6
25352024-04-30T20:14:43.308Z Documenting num_cpus v1.16.0
25362024-04-30T20:14:43.638Z Documenting tokio-macros v2.2.0
25372024-04-30T20:14:44.410Z Documenting zerocopy v0.7.32
25382024-04-30T20:14:44.747Z Documenting thiserror v1.0.59
25392024-04-30T20:14:44.956Z Documenting futures-sink v0.3.30
25402024-04-30T20:14:45.551Z Documenting typenum v1.16.0
25412024-04-30T20:14:47.284Z Documenting subtle v2.5.0
25422024-04-30T20:14:47.301Z Documenting pin-utils v0.1.0
25432024-04-30T20:14:49.665Z Documenting slab v0.4.9
25442024-04-30T20:14:49.694Z Documenting futures-macro v0.3.30
25452024-04-30T20:14:49.712Z Documenting futures-channel v0.3.30
25462024-04-30T20:14:56.193Z Documenting bytes v1.6.0
25472024-04-30T20:14:58.656Z Documenting bitflags v2.4.2
25482024-04-30T20:14:59.142Z Documenting serde_json v1.0.116
25492024-04-30T20:14:59.156Z Documenting futures-task v0.3.30
25502024-04-30T20:14:59.156Z Documenting iana-time-zone v0.1.57
25512024-04-30T20:14:59.156Z Documenting futures-io v0.3.30
25522024-04-30T20:14:59.156Z Documenting uuid v1.8.0
25532024-04-30T20:14:59.674Z Documenting generic-array v0.14.7
25542024-04-30T20:14:59.689Z Documenting tokio v1.37.0
25552024-04-30T20:15:02.662Z Documenting chrono v0.4.38
25562024-04-30T20:15:02.743Z Documenting ahash v0.8.8
25572024-04-30T20:15:02.849Z Documenting futures-util v0.3.30
25582024-04-30T20:15:03.020Z Documenting allocator-api2 v0.2.16
25592024-04-30T20:15:03.593Z Documenting const-oid v0.9.6
25602024-04-30T20:15:04.252Z Documenting tinyvec_macros v0.1.1
25612024-04-30T20:15:04.338Z Documenting crypto-common v0.1.6
25622024-04-30T20:15:06.599Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
25632024-04-30T20:15:06.787Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
25642024-04-30T20:15:07.192Z Documenting hashbrown v0.14.3
25652024-04-30T20:15:07.211Z Documenting tinyvec v1.6.0
25662024-04-30T20:15:07.546Z Documenting tracing-core v0.1.32
25672024-04-30T20:15:08.665Z Documenting serde_derive_internals v0.26.0
25682024-04-30T20:15:09.107Z Checking serde_derive_internals v0.26.0
25692024-04-30T20:15:09.583Z Documenting tracing-attributes v0.1.27
25702024-04-30T20:15:09.655Z Documenting dyn-clone v1.0.17
25712024-04-30T20:15:10.913Z Documenting unicode-normalization v0.1.22
25722024-04-30T20:15:10.928Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
25732024-04-30T20:15:12.508Z Documenting ppv-lite86 v0.2.17
25742024-04-30T20:15:13.055Z Documenting unicode-bidi v0.3.15
25752024-04-30T20:15:13.069Z Documenting lazy_static v1.4.0
25762024-04-30T20:15:14.379Z Documenting schemars_derive v0.8.16
25772024-04-30T20:15:15.167Z Documenting percent-encoding v2.3.1
25782024-04-30T20:15:15.480Z Documenting block-buffer v0.10.4
25792024-04-30T20:15:15.747Z Documenting rand_chacha v0.3.1
25802024-04-30T20:15:15.897Z Documenting powerfmt v0.2.0
25812024-04-30T20:15:18.588Z Documenting fnv v1.0.7
25822024-04-30T20:15:18.679Z Documenting equivalent v1.0.1
25832024-04-30T20:15:18.834Z Documenting deranged v0.3.11
25842024-04-30T20:15:19.043Z Documenting form_urlencoded v1.2.1
25852024-04-30T20:15:19.623Z Documenting schemars v0.8.16
25862024-04-30T20:15:19.879Z Documenting rand v0.8.5
25872024-04-30T20:15:20.031Z Documenting digest v0.10.7
25882024-04-30T20:15:21.678Z Documenting indexmap v2.2.6
25892024-04-30T20:15:23.314Z Documenting time-macros v0.2.17
25902024-04-30T20:15:23.378Z Documenting time-core v0.1.2
25912024-04-30T20:15:23.677Z Documenting num-conv v0.1.0
25922024-04-30T20:15:25.203Z Documenting num_threads v0.1.6
25932024-04-30T20:15:25.765Z Documenting tracing v0.1.40
25942024-04-30T20:15:33.671Z Documenting unicode-width v0.1.11
25952024-04-30T20:15:33.697Z Documenting idna v0.5.0
25962024-04-30T20:15:34.587Z Documenting errno v0.3.8
25972024-04-30T20:15:34.587Z Documenting unicode-ident v1.0.12
25982024-04-30T20:15:34.587Z Documenting time v0.3.34
25992024-04-30T20:15:34.587Z Documenting adler v1.0.2
26002024-04-30T20:15:34.590Z Documenting slog v2.7.0
26012024-04-30T20:15:36.565Z Documenting httparse v1.8.0
26022024-04-30T20:15:36.873Z Documenting proc-macro2 v1.0.81
26032024-04-30T20:15:37.396Z Documenting miniz_oxide v0.7.1
26042024-04-30T20:15:37.973Z Documenting rustix v0.38.31
26052024-04-30T20:15:38.104Z Documenting url v2.5.0
26062024-04-30T20:15:38.831Z Documenting cpufeatures v0.2.12
26072024-04-30T20:15:39.989Z Documenting async-trait v0.1.80
26082024-04-30T20:15:40.739Z Documenting try-lock v0.2.4
26092024-04-30T20:15:41.135Z Documenting httpdate v1.0.3
26102024-04-30T20:15:41.390Z Documenting quote v1.0.36
26112024-04-30T20:15:41.944Z Documenting http-body v0.4.5
26122024-04-30T20:15:42.598Z Documenting aho-corasick v1.1.2
26132024-04-30T20:15:43.765Z Documenting want v0.3.1
26142024-04-30T20:15:43.806Z Documenting tokio-util v0.7.10
26152024-04-30T20:15:46.112Z Documenting openssl-sys v0.9.102
26162024-04-30T20:15:46.218Z Documenting openssl-macros v0.1.1
26172024-04-30T20:15:46.218Z Documenting mime v0.3.17
26182024-04-30T20:15:46.218Z Documenting syn v2.0.60
26192024-04-30T20:15:46.565Z Documenting gimli v0.28.0
26202024-04-30T20:15:47.813Z Documenting tower-service v0.3.2
26212024-04-30T20:15:47.992Z Documenting regex-syntax v0.8.2
26222024-04-30T20:15:49.072Z Documenting object v0.32.1
26232024-04-30T20:15:49.670Z Documenting rustc-demangle v0.1.23
26242024-04-30T20:15:50.364Z Documenting h2 v0.3.26
26252024-04-30T20:15:50.996Z Documenting openssl v0.10.64
26262024-04-30T20:15:51.904Z Documenting ipnet v2.9.0
26272024-04-30T20:15:52.942Z Documenting openssl-probe v0.1.5
26282024-04-30T20:15:53.274Z Documenting addr2line v0.21.0
26292024-04-30T20:15:56.390Z Documenting regex-automata v0.4.5
26302024-04-30T20:15:56.498Z Documenting base64ct v1.6.0
26312024-04-30T20:15:56.881Z Documenting futures-executor v0.3.30
26322024-04-30T20:15:57.309Z Documenting encoding_rs v0.8.33
26332024-04-30T20:15:59.938Z Documenting native-tls v0.2.11
26342024-04-30T20:16:00.238Z Documenting hyper v0.14.28
26352024-04-30T20:16:00.463Z Documenting psl-types v2.0.11
26362024-04-30T20:16:00.850Z Documenting backtrace v0.3.69
26372024-04-30T20:16:01.886Z Documenting serde_urlencoded v0.7.1
26382024-04-30T20:16:02.142Z Documenting crossbeam-utils v0.8.19
26392024-04-30T20:16:03.489Z Documenting publicsuffix v2.2.3
26402024-04-30T20:16:03.845Z Documenting regex v1.10.4
26412024-04-30T20:16:04.852Z Documenting tokio-native-tls v0.3.1
26422024-04-30T20:16:05.761Z Documenting utf8parse v0.2.1
26432024-04-30T20:16:05.980Z Documenting futures v0.3.30
26442024-04-30T20:16:06.222Z Documenting anyhow v1.0.82
26452024-04-30T20:16:06.675Z Documenting pem-rfc7468 v0.7.0
26462024-04-30T20:16:07.672Z Documenting cookie_store v0.20.0
26472024-04-30T20:16:08.772Z Checking pest_meta v2.7.6
26482024-04-30T20:16:09.796Z Documenting der_derive v0.7.2
26492024-04-30T20:16:09.802Z Documenting flagset v0.4.3
26502024-04-30T20:16:10.347Z Documenting webpki-roots v0.25.2
26512024-04-30T20:16:10.689Z Documenting sync_wrapper v0.1.2
26522024-04-30T20:16:11.009Z Documenting num-integer v0.1.46
26532024-04-30T20:16:12.104Z Documenting hyper-rustls v0.24.2
26542024-04-30T20:16:12.654Z Documenting hyper-tls v0.5.0
26552024-04-30T20:16:12.985Z Documenting pest_meta v2.7.6
26562024-04-30T20:16:13.735Z Documenting scroll_derive v0.12.0
26572024-04-30T20:16:13.973Z Checking pest_generator v2.7.6
26582024-04-30T20:16:14.321Z Documenting openapiv3 v2.0.0
26592024-04-30T20:16:14.652Z Documenting ucd-trie v0.1.6
26602024-04-30T20:16:14.842Z Documenting der v0.7.8
26612024-04-30T20:16:15.380Z Documenting plain v0.2.3
26622024-04-30T20:16:17.436Z Documenting pest_generator v2.7.6
26632024-04-30T20:16:18.311Z Documenting spin v0.9.8
26642024-04-30T20:16:18.864Z Documenting scroll v0.12.0
26652024-04-30T20:16:18.881Z Documenting pest v2.7.6
26662024-04-30T20:16:19.422Z Documenting pretty-hex v0.4.1
26672024-04-30T20:16:20.157Z Documenting spki v0.7.2
26682024-04-30T20:16:20.406Z Documenting reqwest v0.11.24
26692024-04-30T20:16:21.539Z Documenting either v1.11.0
26702024-04-30T20:16:21.558Z Documenting anstyle v1.0.6
26712024-04-30T20:16:22.024Z Documenting pest_derive v2.7.6
26722024-04-30T20:16:22.533Z Documenting goblin v0.8.0
26732024-04-30T20:16:22.615Z Documenting anstyle-parse v0.2.1
26742024-04-30T20:16:24.303Z Documenting thread-id v4.2.0
26752024-04-30T20:16:24.491Z Documenting pkcs8 v0.10.2
26762024-04-30T20:16:25.395Z Documenting data-encoding v2.4.0
26772024-04-30T20:16:25.524Z Documenting anstyle-query v1.0.0
26782024-04-30T20:16:25.849Z Documenting colorchoice v1.0.0
26792024-04-30T20:16:26.586Z Documenting dtrace-parser v0.2.0
26802024-04-30T20:16:27.905Z Documenting crossbeam-epoch v0.9.18
26812024-04-30T20:16:28.999Z Documenting terminal_size v0.3.0
26822024-04-30T20:16:29.019Z Documenting sha2 v0.10.8
26832024-04-30T20:16:29.313Z Documenting anstream v0.6.11
26842024-04-30T20:16:29.484Z Documenting ipnetwork v0.20.0
26852024-04-30T20:16:29.851Z Documenting dof v0.3.0
26862024-04-30T20:16:30.393Z Documenting hex v0.4.3
26872024-04-30T20:16:30.643Z Documenting crc32fast v1.3.2
26882024-04-30T20:16:32.713Z Documenting untrusted v0.9.0
26892024-04-30T20:16:33.448Z Documenting unicode-segmentation v1.10.1
26902024-04-30T20:16:33.490Z Documenting clap_lex v0.7.0
26912024-04-30T20:16:33.833Z Documenting strsim v0.11.0
26922024-04-30T20:16:34.593Z Documenting clap_derive v4.5.4
26932024-04-30T20:16:34.734Z Documenting num-iter v0.1.44
26942024-04-30T20:16:34.971Z Documenting hmac v0.12.1
26952024-04-30T20:16:35.203Z Documenting usdt-impl v0.5.0
26962024-04-30T20:16:35.322Z Documenting ring v0.17.8
26972024-04-30T20:16:37.650Z Documenting signal-hook v0.3.17
26982024-04-30T20:16:37.683Z Documenting base64 v0.22.0
26992024-04-30T20:16:37.809Z Documenting clap_builder v4.5.2
27002024-04-30T20:16:39.337Z Documenting static_assertions v1.1.0
27012024-04-30T20:16:39.544Z Documenting flate2 v1.0.28
27022024-04-30T20:16:40.102Z Documenting managed v0.8.0
27032024-04-30T20:16:40.993Z Documenting block-padding v0.3.3
27042024-04-30T20:16:41.064Z Documenting signal-hook-mio v0.2.3
27052024-04-30T20:16:41.419Z Documenting scheduled-thread-pool v0.2.7
27062024-04-30T20:16:41.971Z Documenting bzip2-sys v0.1.11+1.0.8
27072024-04-30T20:16:42.347Z Documenting enum-as-inner v0.5.1
27082024-04-30T20:16:43.599Z Documenting diesel_table_macro_syntax v0.1.0
27092024-04-30T20:16:44.565Z Checking diesel_table_macro_syntax v0.1.0
27102024-04-30T20:16:44.588Z Documenting md-5 v0.10.5
27112024-04-30T20:16:44.588Z Documenting clap v4.5.4
27122024-04-30T20:16:45.198Z Documenting crossterm v0.27.0
27132024-04-30T20:16:45.449Z Documenting inout v0.1.3
27142024-04-30T20:16:45.606Z Documenting r2d2 v0.8.10
27152024-04-30T20:16:46.058Z Documenting bzip2 v0.4.4
27162024-04-30T20:16:46.950Z Documenting trust-dns-proto v0.22.0
27172024-04-30T20:16:48.337Z Documenting diesel_derives v2.1.2
27182024-04-30T20:16:48.987Z Documenting stringprep v0.1.3
27192024-04-30T20:16:49.782Z Documenting regress v0.9.1
27202024-04-30T20:16:49.795Z Documenting ff v0.13.0
27212024-04-30T20:16:50.228Z Documenting serde_spanned v0.6.5
27222024-04-30T20:16:50.321Z Documenting toml_datetime v0.6.5
27232024-04-30T20:16:50.720Z Documenting pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
27242024-04-30T20:16:53.000Z Documenting winnow v0.6.1
27252024-04-30T20:16:54.282Z Documenting bit-vec v0.6.3
27262024-04-30T20:16:54.427Z Documenting base16ct v0.2.0
27272024-04-30T20:16:54.545Z Documenting fallible-iterator v0.2.0
27282024-04-30T20:16:54.709Z Documenting siphasher v0.3.11
27292024-04-30T20:16:55.596Z Documenting diesel v2.1.6
27302024-04-30T20:16:55.643Z Documenting group v0.13.0
27312024-04-30T20:16:56.083Z Documenting zip v0.6.6
27322024-04-30T20:16:57.660Z Documenting sec1 v0.7.3
27332024-04-30T20:16:57.827Z Documenting phf_shared v0.11.2
27342024-04-30T20:16:57.990Z Documenting cipher v0.4.4
27352024-04-30T20:16:58.594Z Documenting toml_edit v0.22.12
27362024-04-30T20:16:59.409Z Documenting postgres-protocol v0.6.6
27372024-04-30T20:16:59.822Z Documenting hkdf v0.12.4
27382024-04-30T20:17:01.199Z Documenting num-bigint v0.4.4
27392024-04-30T20:17:01.785Z Documenting bstr v1.9.0
27402024-04-30T20:17:11.539Z Documenting console v0.15.8
27412024-04-30T20:17:18.840Z Documenting crypto-bigint v0.5.2
27422024-04-30T20:17:19.363Z Documenting hubpack v0.1.2
27432024-04-30T20:17:19.486Z Documenting serde_repr v0.1.16
27442024-04-30T20:17:19.530Z Documenting heck v0.4.1
27452024-04-30T20:17:19.916Z Checking strsim v0.10.0
27462024-04-30T20:17:19.997Z Checking unsafe-libyaml v0.2.10
27472024-04-30T20:17:20.100Z Checking ident_case v1.0.1
27482024-04-30T20:17:20.132Z Documenting new_debug_unreachable v1.0.4
27492024-04-30T20:17:20.253Z Documenting minimal-lexical v0.2.1
27502024-04-30T20:17:21.181Z Documenting precomputed-hash v0.1.1
27512024-04-30T20:17:21.857Z Documenting fixedbitset v0.4.2
27522024-04-30T20:17:23.544Z Documenting lalrpop-util v0.19.12
27532024-04-30T20:17:24.354Z Documenting typify-impl v0.0.16 (https://github.com/oxidecomputer/typify#c5ebe0a2)
27542024-04-30T20:17:24.354Z Documenting yasna v0.5.2
27552024-04-30T20:17:32.130Z Documenting gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
27562024-04-30T20:17:32.214Z Documenting nom v7.1.3
27572024-04-30T20:17:32.279Z Documenting string_cache v0.8.7
27582024-04-30T20:17:32.443Z Documenting petgraph v0.6.4
27592024-04-30T20:17:32.570Z Documenting postgres-types v0.2.6
27602024-04-30T20:17:32.817Z Documenting phf v0.11.2
27612024-04-30T20:17:33.246Z Documenting similar v2.4.0
27622024-04-30T20:17:33.246Z Documenting elliptic-curve v0.13.8
27632024-04-30T20:17:36.751Z Documenting typify-macro v0.0.16 (https://github.com/oxidecomputer/typify#c5ebe0a2)
27642024-04-30T20:17:36.959Z Documenting semver v1.0.22
27652024-04-30T20:17:37.447Z Documenting float-cmp v0.9.0
27662024-04-30T20:17:37.545Z Documenting difflib v0.4.0
27672024-04-30T20:17:38.554Z Documenting whoami v1.5.1
27682024-04-30T20:17:38.790Z Documenting peg-runtime v0.8.2
27692024-04-30T20:17:48.313Z Documenting normalize-line-endings v0.3.0
27702024-04-30T20:17:48.332Z Documenting unsafe-libyaml v0.2.10
27712024-04-30T20:17:48.454Z Documenting predicates-core v1.0.6
27722024-04-30T20:17:48.582Z Checking serde_yaml v0.9.25
27732024-04-30T20:17:48.761Z Documenting tokio-postgres v0.7.10
27742024-04-30T20:17:48.868Z Documenting typify v0.0.16 (https://github.com/oxidecomputer/typify#c5ebe0a2)
27752024-04-30T20:17:48.895Z Checking darling_core v0.20.8
27762024-04-30T20:17:48.922Z Documenting bit-set v0.5.3
27772024-04-30T20:17:50.442Z Documenting progenitor-client v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f)
27782024-04-30T20:17:50.654Z Documenting getopts v0.2.21
27792024-04-30T20:17:52.159Z Documenting tokio-stream v0.1.15
27802024-04-30T20:17:52.450Z Documenting serde_yaml v0.9.25
27812024-04-30T20:17:52.472Z Documenting predicates v3.1.0
27822024-04-30T20:17:53.042Z Documenting ident_case v1.0.1
27832024-04-30T20:17:54.775Z Checking darling v0.20.8
27842024-04-30T20:17:54.881Z Documenting is-terminal v0.4.9
27852024-04-30T20:17:56.601Z Documenting progenitor-impl v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f)
27862024-04-30T20:17:56.935Z Documenting darling_core v0.20.8
27872024-04-30T20:17:57.351Z Documenting strum v0.26.2
27882024-04-30T20:17:57.539Z Documenting dirs-sys-next v0.1.2
27892024-04-30T20:17:57.839Z Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
27902024-04-30T20:17:59.336Z Documenting progenitor-macro v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f)
27912024-04-30T20:17:59.407Z Documenting match_cfg v0.1.0
27922024-04-30T20:18:00.647Z Documenting sha1 v0.10.6
27932024-04-30T20:18:01.207Z Documenting http v1.0.0
27942024-04-30T20:18:01.629Z Documenting dirs-next v2.0.0
27952024-04-30T20:18:01.723Z Documenting camino v1.1.6
27962024-04-30T20:18:02.294Z Documenting hostname v0.3.1
27972024-04-30T20:18:03.779Z Documenting paste v1.0.14
27982024-04-30T20:18:05.467Z Documenting thread_local v1.1.7
27992024-04-30T20:18:05.585Z Documenting darling_macro v0.20.8
28002024-04-30T20:18:05.712Z Documenting rustls-pki-types v1.3.0
28012024-04-30T20:18:06.098Z Documenting term v0.7.0
28022024-04-30T20:18:06.416Z Documenting progenitor v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f)
28032024-04-30T20:18:06.441Z Documenting crossbeam-channel v0.5.8
28042024-04-30T20:18:06.599Z Documenting take_mut v0.2.2
28052024-04-30T20:18:07.861Z Documenting slog-json v2.6.1
28062024-04-30T20:18:09.553Z Documenting async-stream-impl v0.3.5
28072024-04-30T20:18:09.768Z Documenting rustls-webpki v0.102.1
28082024-04-30T20:18:10.314Z Documenting slog-term v2.9.1
28092024-04-30T20:18:10.371Z Documenting darling v0.20.8
28102024-04-30T20:18:10.546Z Documenting debug-ignore v1.0.5
28112024-04-30T20:18:10.861Z Documenting slog-async v2.8.0
28122024-04-30T20:18:12.744Z Documenting atomic-waker v1.1.1
28132024-04-30T20:18:13.555Z Documenting slog-bunyan v2.5.0
28142024-04-30T20:18:14.248Z Documenting async-stream v0.3.5
28152024-04-30T20:18:15.091Z Documenting rustls v0.22.4
28162024-04-30T20:18:15.099Z Documenting rustls-pemfile v2.1.2
28172024-04-30T20:18:15.308Z Documenting multer v3.0.0
28182024-04-30T20:18:16.060Z Documenting toml v0.8.12
28192024-04-30T20:18:16.064Z Documenting waitgroup v0.1.2
28202024-04-30T20:18:16.064Z Documenting dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#29ae98d1)
28212024-04-30T20:18:18.831Z Documenting serde_path_to_error v0.1.16
28222024-04-30T20:18:18.886Z Documenting serde_with_macros v3.7.0
28232024-04-30T20:18:19.564Z Documenting structmeta-derive v0.3.0
28242024-04-30T20:18:19.670Z Documenting newtype-uuid v1.1.0
28252024-04-30T20:18:20.372Z Checking structmeta v0.3.0
28262024-04-30T20:18:20.588Z Documenting instant v0.1.12
28272024-04-30T20:18:21.020Z Documenting slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
28282024-04-30T20:18:21.462Z Documenting mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8207cb9c90cd7144c3f351823bfb2ae3e221ad10#8207cb9c)
28292024-04-30T20:18:22.816Z Documenting serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
28302024-04-30T20:18:23.681Z Documenting serde_with v3.7.0
28312024-04-30T20:18:23.725Z Documenting tokio-rustls v0.25.0
28322024-04-30T20:18:24.506Z Documenting backoff v0.4.0
28332024-04-30T20:18:24.898Z Documenting structmeta v0.3.0
28342024-04-30T20:18:25.019Z Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
28352024-04-30T20:18:25.614Z Documenting slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
28362024-04-30T20:18:27.064Z Documenting macaddr v1.0.1
28372024-04-30T20:18:29.253Z Documenting dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#29ae98d1)
28382024-04-30T20:18:29.481Z Documenting parse-display-derive v0.9.0
28392024-04-30T20:18:29.587Z Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
28402024-04-30T20:18:30.021Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
28412024-04-30T20:18:30.417Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
28422024-04-30T20:18:31.287Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
28432024-04-30T20:18:31.301Z Documenting fastrand v2.0.1
28442024-04-30T20:18:31.323Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
28452024-04-30T20:18:31.504Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
28462024-04-30T20:18:31.608Z Documenting proc-macro-crate v1.3.1
28472024-04-30T20:18:33.032Z Checking proc-macro-crate v1.3.1
28482024-04-30T20:18:33.248Z Documenting foreign-types-macros v0.2.3
28492024-04-30T20:18:33.988Z Documenting foreign-types-shared v0.3.1
28502024-04-30T20:18:34.021Z Documenting libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
28512024-04-30T20:18:35.325Z Documenting nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
28522024-04-30T20:18:35.462Z Documenting tempfile v3.10.1
28532024-04-30T20:18:35.695Z Documenting parse-display v0.9.0
28542024-04-30T20:18:36.695Z Documenting num_enum_derive v0.5.11
28552024-04-30T20:18:36.956Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
28562024-04-30T20:18:37.941Z Documenting cstr-argument v0.1.2
28572024-04-30T20:18:38.118Z Documenting foreign-types v0.5.0
28582024-04-30T20:18:38.316Z Documenting rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
28592024-04-30T20:18:39.867Z Documenting camino-tempfile v1.1.1
28602024-04-30T20:18:40.059Z Documenting tabwriter v1.4.0
28612024-04-30T20:18:45.738Z Documenting colored v2.1.0
28622024-04-30T20:18:45.859Z Documenting nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
28632024-04-30T20:18:45.859Z Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
28642024-04-30T20:18:45.859Z Documenting rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
28652024-04-30T20:18:45.859Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
28662024-04-30T20:18:45.859Z Documenting hash32 v0.3.1
28672024-04-30T20:18:45.859Z Documenting stable_deref_trait v1.2.0
28682024-04-30T20:18:45.859Z Documenting num_enum v0.5.11
28692024-04-30T20:18:45.859Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
28702024-04-30T20:18:46.087Z Documenting smf v0.2.3
28712024-04-30T20:18:46.222Z Documenting embedded-io v0.4.0
28722024-04-30T20:18:47.239Z Documenting cobs v0.2.3
28732024-04-30T20:18:47.517Z Documenting memmap v0.7.0
28742024-04-30T20:18:48.457Z Documenting heapless v0.8.0
28752024-04-30T20:18:48.614Z Documenting dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
28762024-04-30T20:18:49.553Z Documenting illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
28772024-04-30T20:18:50.299Z Documenting crucible-workspace-hack v0.1.0
28782024-04-30T20:18:50.350Z Documenting postcard v1.0.8
28792024-04-30T20:18:51.809Z Documenting usdt v0.5.0
28802024-04-30T20:18:52.584Z Documenting derror-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
28812024-04-30T20:18:53.221Z Documenting smoltcp v0.11.0
28822024-04-30T20:18:53.743Z Documenting newline-converter v0.3.0
28832024-04-30T20:18:54.172Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
28842024-04-30T20:18:54.924Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
28852024-04-30T20:18:55.997Z Documenting kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
28862024-04-30T20:18:56.107Z Documenting poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
28872024-04-30T20:18:57.613Z Documenting expectorate v1.1.0
28882024-04-30T20:18:57.761Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
28892024-04-30T20:18:57.839Z Documenting libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d)
28902024-04-30T20:18:57.928Z Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
28912024-04-30T20:18:59.291Z Documenting bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=dd788a311a382b09ce1d3e35f7777b378e09fdf7#dd788a31)
28922024-04-30T20:18:59.319Z Documenting opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
28932024-04-30T20:18:59.421Z Documenting sigpipe v0.1.3
28942024-04-30T20:19:00.456Z Documenting num-derive v0.4.0
28952024-04-30T20:19:00.611Z Documenting zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
28962024-04-30T20:19:03.070Z Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
28972024-04-30T20:19:03.476Z Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
28982024-04-30T20:19:03.755Z Documenting bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=dd788a311a382b09ce1d3e35f7777b378e09fdf7#dd788a31)
28992024-04-30T20:19:04.095Z Documenting password-hash v0.5.0
29002024-04-30T20:19:05.406Z Documenting crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=1ef72f3c935e7dc936bf43310c04668fb60d7a20#1ef72f3c)
29012024-04-30T20:19:05.422Z Documenting opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
29022024-04-30T20:19:05.867Z Documenting blake2 v0.10.6
29032024-04-30T20:19:08.273Z Documenting linked-hash-map v0.5.6
29042024-04-30T20:19:08.443Z Documenting proc-macro-error-attr v1.0.4
29052024-04-30T20:19:08.570Z Documenting humantime v2.1.0
29062024-04-30T20:19:09.472Z Checking proc-macro-error v1.0.4
29072024-04-30T20:19:09.750Z Documenting bytecount v0.6.3
29082024-04-30T20:19:10.288Z Documenting derive-where v1.2.7
29092024-04-30T20:19:10.668Z Documenting argon2 v0.5.3
29102024-04-30T20:19:11.345Z Documenting oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
29112024-04-30T20:19:12.377Z Documenting lru-cache v0.1.2
29122024-04-30T20:19:12.535Z Documenting proc-macro-error v1.0.4
29132024-04-30T20:19:12.726Z Documenting swrite v0.1.0
29142024-04-30T20:19:12.947Z Documenting papergrid v0.11.0
29152024-04-30T20:19:13.026Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
29162024-04-30T20:19:15.910Z Documenting newtype_derive v0.1.6
29172024-04-30T20:19:16.306Z Documenting itertools v0.12.1
29182024-04-30T20:19:16.408Z Documenting quick-error v1.2.3
29192024-04-30T20:19:16.656Z Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
29202024-04-30T20:19:16.668Z Documenting arc-swap v1.6.0
29212024-04-30T20:19:17.060Z Documenting tabled_derive v0.7.0
29222024-04-30T20:19:17.701Z Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
29232024-04-30T20:19:18.200Z Documenting opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
29242024-04-30T20:19:19.790Z Documenting steno v0.4.0
29252024-04-30T20:19:20.486Z Documenting resolv-conf v0.7.0
29262024-04-30T20:19:20.925Z Documenting slog-scope v4.4.0
29272024-04-30T20:19:21.974Z Documenting tabled v0.15.0
29282024-04-30T20:19:23.535Z Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
29292024-04-30T20:19:23.653Z Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
29302024-04-30T20:19:24.327Z Documenting num-rational v0.4.1
29312024-04-30T20:19:24.689Z Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
29322024-04-30T20:19:24.845Z Documenting trust-dns-resolver v0.22.0
29332024-04-30T20:19:25.154Z Documenting slog-stdlog v4.1.1
29342024-04-30T20:19:28.708Z Documenting num-complex v0.4.5
29352024-04-30T20:19:28.836Z Documenting filetime v0.2.23
29362024-04-30T20:19:28.940Z Documenting xattr v1.0.1
29372024-04-30T20:19:29.269Z Documenting slog-envlogger v2.2.0
29382024-04-30T20:19:33.012Z Documenting tap v1.0.1
29392024-04-30T20:19:33.041Z Documenting tar v0.4.40
29402024-04-30T20:19:33.103Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
29412024-04-30T20:19:33.396Z Documenting num v0.4.2
29422024-04-30T20:19:34.340Z Documenting radium v0.7.0
29432024-04-30T20:19:34.441Z Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
29442024-04-30T20:19:34.816Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
29452024-04-30T20:19:35.467Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
29462024-04-30T20:19:35.709Z Documenting nibble_vec v0.1.0
29472024-04-30T20:19:35.839Z Documenting wyz v0.5.1
29482024-04-30T20:19:37.246Z Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
29492024-04-30T20:19:37.409Z Documenting endian-type v0.1.2
29502024-04-30T20:19:37.592Z Documenting crc-catalog v2.2.0
29512024-04-30T20:19:39.132Z Documenting funty v2.0.0
29522024-04-30T20:19:39.638Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
29532024-04-30T20:19:40.080Z Documenting cancel-safe-futures v0.1.5
29542024-04-30T20:19:40.109Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
29552024-04-30T20:19:40.400Z Documenting packed_struct_codegen v0.10.1
29562024-04-30T20:19:40.452Z Documenting same-file v1.0.6
29572024-04-30T20:19:40.629Z Documenting crc v3.0.1
29582024-04-30T20:19:41.374Z Documenting radix_trie v0.2.1
29592024-04-30T20:19:41.873Z Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
29602024-04-30T20:19:42.586Z Documenting bitvec v1.0.1
29612024-04-30T20:19:43.754Z Documenting nodrop v0.1.14
29622024-04-30T20:19:44.542Z Documenting walkdir v2.5.0
29632024-04-30T20:19:46.131Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
29642024-04-30T20:19:46.137Z Documenting num-bigint-dig v0.8.4
29652024-04-30T20:19:46.137Z Documenting pkcs1 v0.7.5
29662024-04-30T20:19:46.694Z Documenting array-init v0.0.4
29672024-04-30T20:19:48.293Z Documenting packed_struct v0.10.1
29682024-04-30T20:19:48.781Z Documenting signature v2.1.0
29692024-04-30T20:19:49.278Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
29702024-04-30T20:19:49.647Z Documenting display-error-chain v0.2.0
29712024-04-30T20:19:50.088Z Documenting bitfield v0.14.0
29722024-04-30T20:19:50.607Z Documenting termcolor v1.2.0
29732024-04-30T20:19:52.157Z Documenting serde-hex v0.1.0
29742024-04-30T20:19:53.117Z Documenting tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
29752024-04-30T20:19:53.510Z Documenting rsa v0.9.2
29762024-04-30T20:19:53.680Z Documenting slog-dtrace v0.3.0
29772024-04-30T20:19:55.035Z Documenting env_logger v0.10.0
29782024-04-30T20:19:55.307Zwarning: unresolved link to `StNestedBuilder::make_subsection`
29792024-04-30T20:19:55.307Z --> nexus/types/src/sectioned_table.rs:145:7
29802024-04-30T20:19:55.307Z |
29812024-04-30T20:19:55.307Z145 | /// [`StNestedBuilder::make_subsection`].
29822024-04-30T20:19:55.307Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `StNestedBuilder` in scope
29832024-04-30T20:19:55.307Z |
29842024-04-30T20:19:55.307Z = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default
29852024-04-30T20:19:55.307Z
29862024-04-30T20:19:55.899Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
29872024-04-30T20:19:56.175Z Documenting pem v3.0.4
29882024-04-30T20:19:57.340Z Documenting x509-cert v0.2.4
29892024-04-30T20:19:57.562Zwarning: `nexus-types` (lib doc) generated 1 warning
29902024-04-30T20:19:57.578Z Documenting libsw v3.3.1
29912024-04-30T20:19:57.614Z Documenting lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
29922024-04-30T20:19:58.053Z Documenting ron v0.8.1
29932024-04-30T20:20:00.116Z Documenting half v2.3.1
29942024-04-30T20:20:00.302Z Documenting crc-any v2.4.3
29952024-04-30T20:20:00.924Z Documenting ciborium-io v0.2.2
29962024-04-30T20:20:02.011Z Documenting linear-map v1.2.0
29972024-04-30T20:20:02.549Z Documenting owo-colors v4.0.0
29982024-04-30T20:20:03.165Z Documenting tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
29992024-04-30T20:20:03.301Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
30002024-04-30T20:20:03.496Z Documenting internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
30012024-04-30T20:20:04.963Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
30022024-04-30T20:20:05.023Z Documenting ciborium-ll v0.2.2
30032024-04-30T20:20:05.134Z Documenting lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
30042024-04-30T20:20:05.657Z Documenting headers-core v0.2.0
30052024-04-30T20:20:07.597Z Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
30062024-04-30T20:20:08.111Z Documenting path-slash v0.1.5
30072024-04-30T20:20:09.268Z Documenting ciborium v0.2.2
30082024-04-30T20:20:10.661Z Documenting headers v0.3.9
30092024-04-30T20:20:12.172Z Documenting fxhash v0.2.1
30102024-04-30T20:20:12.522Z Documenting async-recursion v1.1.0
30112024-04-30T20:20:13.820Z Documenting hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84)
30122024-04-30T20:20:14.007Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
30132024-04-30T20:20:16.196Z Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
30142024-04-30T20:20:16.905Z Documenting vte_generate_state_changes v0.1.1
30152024-04-30T20:20:17.185Z Documenting convert_case v0.4.0
30162024-04-30T20:20:17.747Z Checking convert_case v0.4.0
30172024-04-30T20:20:17.768Z Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
30182024-04-30T20:20:17.949Z Documenting buf-list v1.0.3
30192024-04-30T20:20:21.215Z Documenting derive_more v0.99.17
30202024-04-30T20:20:21.335Z Documenting vte v0.11.1
30212024-04-30T20:20:22.916Z Documenting derive_builder_core v0.20.0
30222024-04-30T20:20:23.952Z Documenting bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
30232024-04-30T20:20:29.028Z Checking derive_builder_core v0.20.0
30242024-04-30T20:20:29.119Z Documenting fd-lock v4.0.2
30252024-04-30T20:20:29.119Z Documenting viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
30262024-04-30T20:20:29.119Z Documenting bitstruct_derive v0.1.0
30272024-04-30T20:20:29.119Z Documenting pin-project-internal v1.1.3
30282024-04-30T20:20:29.438Z Documenting ascii v1.1.0
30292024-04-30T20:20:30.558Z Documenting derive_builder_macro v0.20.0
30302024-04-30T20:20:31.438Z Documenting bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
30312024-04-30T20:20:31.978Z Documenting viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
30322024-04-30T20:20:32.682Z Documenting rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c)
30332024-04-30T20:20:33.483Z Documenting bitstruct v0.1.1
30342024-04-30T20:20:33.916Z Documenting pin-project v1.1.3
30352024-04-30T20:20:35.365Z Documenting strip-ansi-escapes v0.2.0
30362024-04-30T20:20:36.190Z Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
30372024-04-30T20:20:36.316Z Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
30382024-04-30T20:20:36.544Z Documenting dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
30392024-04-30T20:20:36.890Z Documenting crossbeam-deque v0.8.3
30402024-04-30T20:20:38.557Z Documenting propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
30412024-04-30T20:20:38.575Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
30422024-04-30T20:20:39.475Z Documenting serde_arrays v0.1.0
30432024-04-30T20:20:39.564Z Documenting erased-serde v0.3.31
30442024-04-30T20:20:40.926Z Documenting snafu-derive v0.8.2
30452024-04-30T20:20:41.520Z Documenting ref-cast-impl v1.0.22
30462024-04-30T20:20:43.728Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
30472024-04-30T20:20:43.949Z Checking unicode-xid v0.2.4
30482024-04-30T20:20:44.033Z Documenting nu-ansi-term v0.50.0
30492024-04-30T20:20:44.087Z Documenting unicode-xid v0.2.4
30502024-04-30T20:20:44.733Z Documenting propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
30512024-04-30T20:20:46.043Z Documenting ref-cast v1.0.22
30522024-04-30T20:20:47.038Z Documenting const_format_proc_macros v0.2.32
30532024-04-30T20:20:48.116Z Documenting reedline v0.31.0
30542024-04-30T20:20:48.466Z Documenting snafu v0.8.2
30552024-04-30T20:20:49.691Z Documenting rayon-core v1.12.1
30562024-04-30T20:20:49.864Z Documenting derive_builder v0.20.0
30572024-04-30T20:20:56.612Z Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
30582024-04-30T20:20:56.886Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
30592024-04-30T20:20:56.886Z Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
30602024-04-30T20:20:57.332Z Documenting libefi-sys v0.1.0
30612024-04-30T20:20:57.332Z Documenting trust-dns-client v0.22.0
30622024-04-30T20:20:57.333Z Documenting polar-core v0.27.3
30632024-04-30T20:20:57.918Z Documenting libxml v0.3.3
30642024-04-30T20:20:59.123Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
30652024-04-30T20:20:59.243Z Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
30662024-04-30T20:21:00.032Z Documenting illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
30672024-04-30T20:21:00.252Z Documenting globset v0.4.13
30682024-04-30T20:21:02.569Z Documenting bb8 v0.8.3
30692024-04-30T20:21:03.402Z Documenting olpc-cjson v0.1.3
30702024-04-30T20:21:04.420Z Documenting quick-xml v0.31.0
30712024-04-30T20:21:04.779Z Documenting serde_plain v1.0.2
30722024-04-30T20:21:05.950Z Documenting impl-trait-for-tuples v0.2.2
30732024-04-30T20:21:06.349Z Documenting oso-derive v0.27.3
30742024-04-30T20:21:08.142Z Documenting maplit v1.0.2
30752024-04-30T20:21:08.269Z Documenting typed-path v0.7.0
30762024-04-30T20:21:09.332Z Documenting utf-8 v0.7.6
30772024-04-30T20:21:10.175Z Documenting libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81)
30782024-04-30T20:21:11.093Z Documenting keccak v0.1.4
30792024-04-30T20:21:11.687Z Documenting samael v0.0.15
30802024-04-30T20:21:12.046Z Documenting oso v0.27.3
30812024-04-30T20:21:12.323Z Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
30822024-04-30T20:21:13.501Z Documenting tungstenite v0.21.0
30832024-04-30T20:21:13.934Z Documenting tough v0.17.1
30842024-04-30T20:21:14.217Z Documenting sha3 v0.10.8
30852024-04-30T20:21:14.461Z Documenting libnvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81)
30862024-04-30T20:21:17.938Z Documenting async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef)
30872024-04-30T20:21:18.636Z Documenting tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
30882024-04-30T20:21:19.162Z Documenting trust-dns-server v0.22.1
30892024-04-30T20:21:19.696Z Documenting cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
30902024-04-30T20:21:23.017Z Documenting libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
30912024-04-30T20:21:23.777Z Documenting rayon v1.10.0
30922024-04-30T20:21:25.708Z Documenting const_format v0.2.32
30932024-04-30T20:21:26.588Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30942024-04-30T20:21:26.901Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
30952024-04-30T20:21:27.239Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
30962024-04-30T20:21:27.444Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
30972024-04-30T20:21:27.874Z Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
30982024-04-30T20:21:28.045Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
30992024-04-30T20:21:28.290Z Documenting sled v0.34.7
31002024-04-30T20:21:28.595Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
31012024-04-30T20:21:28.819Z Documenting fs-err v2.11.0
31022024-04-30T20:21:29.637Z Documenting nix v0.28.0
31032024-04-30T20:21:29.655Z Documenting cookie v0.18.1
31042024-04-30T20:21:32.266Z Documenting diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#62ef5ca0)
31052024-04-30T20:21:33.028Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31062024-04-30T20:21:33.349Z Documenting secrecy v0.8.0
31072024-04-30T20:21:33.976Z Documenting gethostname v0.4.3
31082024-04-30T20:21:34.042Z Documenting peg-macros v0.8.2
31092024-04-30T20:21:35.121Z Documenting rustversion v1.0.14
31102024-04-30T20:21:35.143Z Documenting sqlparser_derive v0.2.2
31112024-04-30T20:21:35.286Z Documenting parse-size v1.0.0
31122024-04-30T20:21:39.317Z Documenting home v0.5.5
31132024-04-30T20:21:39.426Z Documenting unicode_categories v0.1.1
31142024-04-30T20:21:39.426Z Documenting tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
31152024-04-30T20:21:39.426Z Documenting castaway v0.2.2
31162024-04-30T20:21:39.482Z Documenting peg v0.8.2
31172024-04-30T20:21:39.796Z Documenting sqlparser v0.45.0
31182024-04-30T20:21:41.246Z Documenting rustyline v14.0.0
31192024-04-30T20:21:41.588Z Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
31202024-04-30T20:21:42.170Z Documenting sqlformat v0.2.3
31212024-04-30T20:21:42.945Z Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
31222024-04-30T20:21:43.089Z Documenting propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
31232024-04-30T20:21:46.618Z Documenting tokio-tungstenite v0.21.0
31242024-04-30T20:21:47.189Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
31252024-04-30T20:21:47.834Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
31262024-04-30T20:21:50.681Z Documenting dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
31272024-04-30T20:21:53.381Z Documenting zone v0.1.8
31282024-04-30T20:21:54.623Z Documenting libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#d44d9e08)
31292024-04-30T20:21:54.681Z Documenting propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
31302024-04-30T20:21:56.075Z Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
31312024-04-30T20:21:57.937Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
31322024-04-30T20:21:58.224Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
31332024-04-30T20:21:58.919Z Documenting ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8207cb9c90cd7144c3f351823bfb2ae3e221ad10#8207cb9c)
31342024-04-30T20:22:00.849Z Documenting portpicker v0.1.1
31352024-04-30T20:22:01.159Z Documenting universal-hash v0.5.1
31362024-04-30T20:22:02.619Z Documenting bcs v0.1.6
31372024-04-30T20:22:05.212Z Documenting kstat-rs v0.2.3
31382024-04-30T20:22:06.284Z Documenting thiserror-impl-no-std v2.0.2
31392024-04-30T20:22:14.770Z Documenting curve25519-dalek-derive v0.1.0
31402024-04-30T20:22:15.234Z Documenting highway v1.1.0
31412024-04-30T20:22:15.311Z Documenting opaque-debug v0.3.0
31422024-04-30T20:22:15.340Z Documenting libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1)
31432024-04-30T20:22:15.397Z Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
31442024-04-30T20:22:15.471Z Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
31452024-04-30T20:22:16.072Z Documenting thiserror-no-std v2.0.2
31462024-04-30T20:22:18.718Z Documenting poly1305 v0.8.0
31472024-04-30T20:22:18.743Z Documenting compact_str v0.7.1
31482024-04-30T20:22:19.402Z Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
31492024-04-30T20:22:19.591Z Documenting curve25519-dalek v4.1.2
31502024-04-30T20:22:22.991Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
31512024-04-30T20:22:23.146Z Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
31522024-04-30T20:22:24.815Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
31532024-04-30T20:22:25.121Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
31542024-04-30T20:22:25.682Z Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
31552024-04-30T20:22:25.932Z Documenting portable-atomic v1.4.3
31562024-04-30T20:22:29.578Z Documenting ed25519 v1.5.3
31572024-04-30T20:22:29.837Z Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
31582024-04-30T20:22:30.024Z Documenting memoffset v0.7.1
31592024-04-30T20:22:30.160Z Documenting unicase v2.7.0
31602024-04-30T20:22:32.791Z Documenting rcgen v0.12.1
31612024-04-30T20:22:33.084Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
31622024-04-30T20:22:33.680Z Documenting propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=dd788a311a382b09ce1d3e35f7777b378e09fdf7#dd788a31)
31632024-04-30T20:22:35.906Z Documenting crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=1ef72f3c935e7dc936bf43310c04668fb60d7a20#1ef72f3c)
31642024-04-30T20:22:36.351Zwarning: could not parse code block as Rust code
31652024-04-30T20:22:36.352Z --> oximeter/db/src/oxql/ast/grammar.rs:246:9
31662024-04-30T20:22:36.352Z |
31672024-04-30T20:22:36.353Z246 | / /// Parse a string literal, either single- or double-quoted.
31682024-04-30T20:22:36.353Z247 | | ///
31692024-04-30T20:22:36.353Z248 | | /// Parsing string literals is pretty tricky, but we add several
31702024-04-30T20:22:36.354Z249 | | /// constraints to simplify things. First strings must be quoted, either
31712024-04-30T20:22:36.354Z... |
31722024-04-30T20:22:36.354Z277 | | ///
31732024-04-30T20:22:36.354Z278 | | /// Will be parsed as `this string has " in it`.
31742024-04-30T20:22:36.354Z | |________________________________________________________^
31752024-04-30T20:22:36.355Z |
31762024-04-30T20:22:36.355Z = help: `ignore` code blocks require valid Rust code for syntax highlighting; mark blocks that do not contain Rust code as text: ```text
31772024-04-30T20:22:36.355Z = note: error from rustc: unknown start of token: \
31782024-04-30T20:22:36.355Z = note: error from rustc: unknown start of token: \
31792024-04-30T20:22:36.355Z = note: error from rustc: unknown start of token: \
31802024-04-30T20:22:36.355Z = note: error from rustc: unknown start of token: \
31812024-04-30T20:22:36.355Z = note: error from rustc: unknown start of token: \
31822024-04-30T20:22:36.356Z = note: `#[warn(rustdoc::invalid_rust_codeblocks)]` on by default
31832024-04-30T20:22:36.356Z
31842024-04-30T20:22:37.438Zwarning: `oximeter-db` (lib doc) generated 1 warning
31852024-04-30T20:22:37.438Z Documenting atomicwrites v0.4.3
31862024-04-30T20:22:39.517Z Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
31872024-04-30T20:22:39.797Z Documenting chacha20 v0.9.1
31882024-04-30T20:22:40.972Z Documenting lru v0.12.1
31892024-04-30T20:22:42.004Z Documenting aead v0.5.2
31902024-04-30T20:22:42.718Z Documenting rand_seeder v0.2.3
31912024-04-30T20:22:45.088Z Documenting nanorand v0.7.0
31922024-04-30T20:22:45.088Z Documenting subprocess v0.2.9
31932024-04-30T20:22:45.416Z Documenting stability v0.2.0
31942024-04-30T20:22:45.533Z Documenting cassowary v0.3.0
31952024-04-30T20:22:46.821Z Documenting number_prefix v0.4.0
31962024-04-30T20:22:47.478Z Documenting glob v0.3.1
31972024-04-30T20:22:55.955Z Documenting flume v0.11.0
31982024-04-30T20:22:56.216Z Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
31992024-04-30T20:22:56.409Z Documenting chacha20poly1305 v0.10.1
32002024-04-30T20:22:56.434Z Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
32012024-04-30T20:22:56.589Z Documenting ratatui v0.26.2
32022024-04-30T20:22:56.792Z Documenting indicatif v0.17.8
32032024-04-30T20:22:57.089Z Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
32042024-04-30T20:23:00.760Z Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
32052024-04-30T20:23:10.987Z Documenting mime_guess v2.0.4
32062024-04-30T20:23:11.362Z Documenting nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d)
32072024-04-30T20:23:11.649Z Documenting salty v0.2.0
32082024-04-30T20:23:11.936Z Documenting vsss-rs v3.3.4
32092024-04-30T20:23:12.521Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
32102024-04-30T20:23:13.457Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
32112024-04-30T20:23:14.429Z Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
32122024-04-30T20:23:14.627Z Documenting hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a)
32132024-04-30T20:23:15.301Z Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
32142024-04-30T20:23:16.103Z Documenting tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
32152024-04-30T20:23:16.413Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
32162024-04-30T20:23:16.690Z Documenting serde-big-array v0.5.1
32172024-04-30T20:23:17.818Z Documenting rtoolbox v0.0.1
32182024-04-30T20:23:19.183Z Documenting is_ci v1.2.0
32192024-04-30T20:23:19.270Z Documenting http-range v0.1.5
32202024-04-30T20:23:20.288Z Documenting unicode-linebreak v0.1.5
32212024-04-30T20:23:21.059Z Documenting smawk v0.3.1
32222024-04-30T20:23:21.935Z Documenting rpassword v7.3.1
32232024-04-30T20:23:23.124Z Documenting supports-color v3.0.0
32242024-04-30T20:23:23.368Z Documenting hyper-staticfile v0.9.5
32252024-04-30T20:23:23.998Z Documenting gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
32262024-04-30T20:23:25.095Z Documenting textwrap v0.16.1
32272024-04-30T20:23:26.070Z Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
32282024-04-30T20:23:27.274Z Documenting sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef)
32292024-04-30T20:23:27.353Z Documenting tui-tree-widget v0.19.0
32302024-04-30T20:23:29.623Z Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
32312024-04-30T20:23:30.236Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
32322024-04-30T20:23:30.262Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
32332024-04-30T20:23:31.444Zwarning: unresolved link to `test_sled_transitions`
32342024-04-30T20:23:31.445Z --> nexus/db-queries/src/db/datastore/sled.rs:636:11
32352024-04-30T20:23:31.445Z |
32362024-04-30T20:23:31.445Z636 | /// [`test_sled_transitions`].
32372024-04-30T20:23:31.445Z | ^^^^^^^^^^^^^^^^^^^^^ no item named `test_sled_transitions` in scope
32382024-04-30T20:23:31.445Z |
32392024-04-30T20:23:31.445Z = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
32402024-04-30T20:23:31.445Z = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default
32412024-04-30T20:23:31.445Z
32422024-04-30T20:23:31.469Zwarning: unresolved link to `test_sled_transitions`
32432024-04-30T20:23:31.470Z --> nexus/db-queries/src/db/datastore/sled.rs:672:11
32442024-04-30T20:23:31.470Z |
32452024-04-30T20:23:31.470Z672 | /// [`test_sled_transitions`].
32462024-04-30T20:23:31.470Z | ^^^^^^^^^^^^^^^^^^^^^ no item named `test_sled_transitions` in scope
32472024-04-30T20:23:31.471Z |
32482024-04-30T20:23:31.471Z = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
32492024-04-30T20:23:31.471Z
32502024-04-30T20:23:31.471Zwarning: unresolved link to `DataStore::update_tuf_repo_description_insert`
32512024-04-30T20:23:31.472Z --> nexus/db-queries/src/db/datastore/update.rs:28:27
32522024-04-30T20:23:31.472Z |
32532024-04-30T20:23:31.473Z28 | /// The return value of [`DataStore::update_tuf_repo_description_insert`].
32542024-04-30T20:23:31.473Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the struct `DataStore` has no field or associated item named `update_tuf_repo_description_insert`
32552024-04-30T20:23:31.474Z
32562024-04-30T20:23:32.000Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
32572024-04-30T20:23:33.615Z Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
32582024-04-30T20:23:33.861Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
32592024-04-30T20:23:34.289Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
32602024-04-30T20:23:34.684Z Documenting signal-hook-tokio v0.3.1
32612024-04-30T20:23:34.697Z Documenting memmap2 v0.7.1
32622024-04-30T20:23:35.408Z Documenting shell-words v1.1.0
32632024-04-30T20:23:37.225Z Documenting constant_time_eq v0.3.0
32642024-04-30T20:23:39.467Z Documenting arrayref v0.3.7
32652024-04-30T20:23:39.585Z Documenting arrayvec v0.7.4
32662024-04-30T20:23:39.825Z Documenting corncobs v0.1.3
32672024-04-30T20:23:40.362Z Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
32682024-04-30T20:23:42.081Z Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
32692024-04-30T20:23:42.857Z Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
32702024-04-30T20:23:43.010Z Documenting blake3 v1.5.0
32712024-04-30T20:23:43.143Z Documenting sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef)
32722024-04-30T20:23:45.779Z Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
32732024-04-30T20:23:47.772Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
32742024-04-30T20:23:48.080Z Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
32752024-04-30T20:23:50.141Zwarning: `nexus-db-queries` (lib doc) generated 3 warnings
32762024-04-30T20:23:50.160Z Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
32772024-04-30T20:23:51.926Z Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
32782024-04-30T20:23:59.538Zwarning: unclosed HTML tag `usize`
32792024-04-30T20:23:59.539Z --> wicket/src/ui/panes/update.rs:153:19
32802024-04-30T20:23:59.539Z |
32812024-04-30T20:23:59.539Z153 | /// TODO: The <usize> generic parameter is carried over from earlier versions
32822024-04-30T20:23:59.539Z | ^^^^^^^
32832024-04-30T20:23:59.539Z |
32842024-04-30T20:23:59.540Z = note: `#[warn(rustdoc::invalid_html_tags)]` on by default
32852024-04-30T20:23:59.540Z
32862024-04-30T20:24:00.875Zwarning: `wicket` (lib doc) generated 1 warning
32872024-04-30T20:24:00.956Z Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
32882024-04-30T20:24:01.458Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
32892024-04-30T20:24:03.470Z Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
32902024-04-30T20:24:05.805Z Documenting crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=1ef72f3c935e7dc936bf43310c04668fb60d7a20#1ef72f3c)
32912024-04-30T20:24:07.568Zwarning: unresolved link to `BlueprintDisksConfig`
32922024-04-30T20:24:07.568Z --> nexus/reconfigurator/planning/src/blueprint_builder/builder.rs:1052:55
32932024-04-30T20:24:07.568Z |
32942024-04-30T20:24:07.568Z1052 | /// blueprint. We do this by keeping a copy of any [`BlueprintDisksConfig`]
32952024-04-30T20:24:07.568Z | ^^^^^^^^^^^^^^^^^^^^ no item named `BlueprintDisksConfig` in scope
32962024-04-30T20:24:07.568Z |
32972024-04-30T20:24:07.568Z = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
32982024-04-30T20:24:07.568Z = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default
32992024-04-30T20:24:07.568Z
33002024-04-30T20:24:08.232Z Documenting fatfs v0.3.6
33012024-04-30T20:24:08.572Zwarning: `nexus-reconfigurator-planning` (lib doc) generated 1 warning
33022024-04-30T20:24:08.591Z Documenting assert_matches v1.5.0
33032024-04-30T20:24:11.556Z Documenting topological-sort v0.2.2
33042024-04-30T20:24:13.574Z Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
33052024-04-30T20:24:15.080Z Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
33062024-04-30T20:24:16.039Z Documenting omicron-zone-package v0.11.0
33072024-04-30T20:24:16.039Z Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
33082024-04-30T20:24:19.515Zwarning: unresolved link to `propolis_client::api::InstanceStateMonitorResponse`
33092024-04-30T20:24:19.515Z --> sled-agent/src/sim/instance.rs:46:7
33102024-04-30T20:24:19.515Z |
33112024-04-30T20:24:19.515Z46 | /// [`propolis_client::api::InstanceStateMonitorResponse`]. Transition requests
33122024-04-30T20:24:19.515Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `api` in module `propolis_client`
33132024-04-30T20:24:19.516Z |
33142024-04-30T20:24:19.516Z = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default
33152024-04-30T20:24:19.516Z
33162024-04-30T20:24:23.180Zwarning: `omicron-sled-agent` (lib doc) generated 1 warning
33172024-04-30T20:24:23.202Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
33182024-04-30T20:24:24.889Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
33192024-04-30T20:24:25.275Z Documenting installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd)
33202024-04-30T20:24:25.717Z Documenting installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client)
33212024-04-30T20:24:25.841Z Checking installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client)
33222024-04-30T20:24:26.074Z Checking installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd)
33232024-04-30T20:24:26.826Z Documenting termios v0.3.3
33242024-04-30T20:24:29.323Z Documenting uzers v0.11.3
33252024-04-30T20:24:31.537Z Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
33262024-04-30T20:24:32.824Z Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
33272024-04-30T20:24:33.481Z Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
33282024-04-30T20:24:40.199Z Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
33292024-04-30T20:24:41.779Z Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
33302024-04-30T20:24:45.733Z Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
33312024-04-30T20:24:54.922Z Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
33322024-04-30T20:25:07.508Z Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
33332024-04-30T20:25:08.855Z Documenting tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
33342024-04-30T20:25:18.833Z Documenting caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util)
33352024-04-30T20:25:21.267Z Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli)
33362024-04-30T20:25:26.594Z Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
33372024-04-30T20:25:26.990Z Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
33382024-04-30T20:25:27.375Z Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
33392024-04-30T20:25:47.505Zwarning: unresolved link to `Nexus`
33402024-04-30T20:25:47.505Z --> nexus/src/app/instance_network.rs:280:34
33412024-04-30T20:25:47.505Z |
33422024-04-30T20:25:47.505Z280 | /// called by methods on the [`Nexus`] type, this is the `OpContext` used for
33432024-04-30T20:25:47.505Z | ^^^^^ no item named `Nexus` in scope
33442024-04-30T20:25:47.506Z |
33452024-04-30T20:25:47.506Z = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
33462024-04-30T20:25:47.506Z = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default
33472024-04-30T20:25:47.506Z
33482024-04-30T20:25:47.518Zwarning: unresolved link to `Nexus`
33492024-04-30T20:25:47.518Z --> nexus/src/app/instance_network.rs:458:34
33502024-04-30T20:25:47.518Z |
33512024-04-30T20:25:47.518Z458 | /// called by methods on the [`Nexus`] type, this is the `OpContext` used for
33522024-04-30T20:25:47.518Z | ^^^^^ no item named `Nexus` in scope
33532024-04-30T20:25:47.518Z |
33542024-04-30T20:25:47.518Z = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
33552024-04-30T20:25:47.518Z
33562024-04-30T20:25:47.518Zwarning: unresolved link to `VolumeConstructionRequest`
33572024-04-30T20:25:47.518Z --> nexus/src/app/sagas/volume_delete.rs:338:7
33582024-04-30T20:25:47.518Z |
33592024-04-30T20:25:47.518Z338 | /// [`VolumeConstructionRequest`] is shown here):
33602024-04-30T20:25:47.518Z | ^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `VolumeConstructionRequest` in scope
33612024-04-30T20:25:47.518Z |
33622024-04-30T20:25:47.518Z = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
33632024-04-30T20:25:47.518Z
33642024-04-30T20:25:47.518Zwarning: unresolved link to `fd00:1122:3344:101::5`
33652024-04-30T20:25:47.519Z --> nexus/src/app/sagas/volume_delete.rs:348:17
33662024-04-30T20:25:47.519Z |
33672024-04-30T20:25:47.519Z348 | /// "[fd00:1122:3344:101::5]:1000",
33682024-04-30T20:25:47.519Z | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:101` in scope
33692024-04-30T20:25:47.519Z
33702024-04-30T20:25:47.519Zwarning: unresolved link to `fd00:1122:3344:102::9`
33712024-04-30T20:25:47.519Z --> nexus/src/app/sagas/volume_delete.rs:349:17
33722024-04-30T20:25:47.519Z |
33732024-04-30T20:25:47.519Z349 | /// "[fd00:1122:3344:102::9]:1000",
33742024-04-30T20:25:47.519Z | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:102` in scope
33752024-04-30T20:25:47.519Z
33762024-04-30T20:25:47.519Zwarning: unresolved link to `fd00:1122:3344:103::2`
33772024-04-30T20:25:47.519Z --> nexus/src/app/sagas/volume_delete.rs:350:17
33782024-04-30T20:25:47.519Z |
33792024-04-30T20:25:47.519Z350 | /// "[fd00:1122:3344:103::2]:1000"
33802024-04-30T20:25:47.519Z | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:103` in scope
33812024-04-30T20:25:47.519Z
33822024-04-30T20:25:47.519Zwarning: unresolved link to `fd00:1122:3344:101::5`
33832024-04-30T20:25:47.519Z --> nexus/src/app/sagas/volume_delete.rs:369:17
33842024-04-30T20:25:47.519Z |
33852024-04-30T20:25:47.519Z369 | /// "[fd00:1122:3344:101::5]:1001", <-- port changed
33862024-04-30T20:25:47.519Z | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:101` in scope
33872024-04-30T20:25:47.520Z
33882024-04-30T20:25:47.520Zwarning: unresolved link to `fd00:1122:3344:102::9`
33892024-04-30T20:25:47.520Z --> nexus/src/app/sagas/volume_delete.rs:370:17
33902024-04-30T20:25:47.520Z |
33912024-04-30T20:25:47.520Z370 | /// "[fd00:1122:3344:102::9]:1001", <-- port changed
33922024-04-30T20:25:47.520Z | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:102` in scope
33932024-04-30T20:25:47.520Z
33942024-04-30T20:25:47.520Zwarning: unresolved link to `fd00:1122:3344:103::2`
33952024-04-30T20:25:47.520Z --> nexus/src/app/sagas/volume_delete.rs:371:17
33962024-04-30T20:25:47.520Z |
33972024-04-30T20:25:47.520Z371 | /// "[fd00:1122:3344:103::2]:1001" <-- port changed
33982024-04-30T20:25:47.520Z | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:103` in scope
33992024-04-30T20:25:47.520Z
34002024-04-30T20:25:50.264Zwarning: `omicron-nexus` (lib doc) generated 9 warnings
34012024-04-30T20:26:06.358Z Finished dev [unoptimized + debuginfo] target(s) in 11m 36s
34022024-04-30T20:26:06.365Z Generated /work/oxidecomputer/omicron/target/doc/authz_macros/index.html
34032024-04-30T20:26:06.365Z Generated /work/oxidecomputer/omicron/target/doc/bootstore/index.html
34042024-04-30T20:26:06.365Z Generated /work/oxidecomputer/omicron/target/doc/bootstrap_agent_client/index.html
34052024-04-30T20:26:06.365Z Generated /work/oxidecomputer/omicron/target/doc/caboose_util/index.html
34062024-04-30T20:26:06.365Z Generated /work/oxidecomputer/omicron/target/doc/crdb_seed/index.html
34072024-04-30T20:26:06.365Z Generated /work/oxidecomputer/omicron/target/doc/db_macros/index.html
34082024-04-30T20:26:06.365Z Generated /work/oxidecomputer/omicron/target/doc/dns_server/index.html
34092024-04-30T20:26:06.365Z Generated /work/oxidecomputer/omicron/target/doc/apigen/index.html
34102024-04-30T20:26:06.365Z Generated /work/oxidecomputer/omicron/target/doc/dns_db_dump/index.html
34112024-04-30T20:26:06.365Z Generated /work/oxidecomputer/omicron/target/doc/dnsadm/index.html
34122024-04-30T20:26:06.365Z Generated /work/oxidecomputer/omicron/target/doc/dns_service_client/index.html
34132024-04-30T20:26:06.365Z Generated /work/oxidecomputer/omicron/target/doc/dpd_client/index.html
34142024-04-30T20:26:06.365Z Generated /work/oxidecomputer/omicron/target/doc/gateway_cli/index.html
34152024-04-30T20:26:06.366Z Generated /work/oxidecomputer/omicron/target/doc/gateway_client/index.html
34162024-04-30T20:26:06.366Z Generated /work/oxidecomputer/omicron/target/doc/gateway_test_utils/index.html
34172024-04-30T20:26:06.366Z Generated /work/oxidecomputer/omicron/target/doc/illumos_utils/index.html
34182024-04-30T20:26:06.366Z Generated /work/oxidecomputer/omicron/target/doc/installinator/index.html
34192024-04-30T20:26:06.366Z Generated /work/oxidecomputer/omicron/target/doc/installinator_artifact_client/index.html
34202024-04-30T20:26:06.366Z Generated /work/oxidecomputer/omicron/target/doc/installinator_artifactd/index.html
34212024-04-30T20:26:06.366Z Generated /work/oxidecomputer/omicron/target/doc/installinator_common/index.html
34222024-04-30T20:26:06.366Z Generated /work/oxidecomputer/omicron/target/doc/internal_dns/index.html
34232024-04-30T20:26:06.366Z Generated /work/oxidecomputer/omicron/target/doc/dnswait/index.html
34242024-04-30T20:26:06.366Z Generated /work/oxidecomputer/omicron/target/doc/ipcc/index.html
34252024-04-30T20:26:06.366Z Generated /work/oxidecomputer/omicron/target/doc/key_manager/index.html
34262024-04-30T20:26:06.366Z Generated /work/oxidecomputer/omicron/target/doc/nexus_client/index.html
34272024-04-30T20:26:06.366Z Generated /work/oxidecomputer/omicron/target/doc/nexus_config/index.html
34282024-04-30T20:26:06.366Z Generated /work/oxidecomputer/omicron/target/doc/nexus_db_model/index.html
34292024-04-30T20:26:06.366Z Generated /work/oxidecomputer/omicron/target/doc/nexus_db_queries/index.html
34302024-04-30T20:26:06.366Z Generated /work/oxidecomputer/omicron/target/doc/nexus_defaults/index.html
34312024-04-30T20:26:06.366Z Generated /work/oxidecomputer/omicron/target/doc/nexus_inventory/index.html
34322024-04-30T20:26:06.366Z Generated /work/oxidecomputer/omicron/target/doc/nexus_macros_common/index.html
34332024-04-30T20:26:06.366Z Generated /work/oxidecomputer/omicron/target/doc/nexus_metrics_producer_gc/index.html
34342024-04-30T20:26:06.367Z Generated /work/oxidecomputer/omicron/target/doc/nexus_networking/index.html
34352024-04-30T20:26:06.367Z Generated /work/oxidecomputer/omicron/target/doc/nexus_reconfigurator_execution/index.html
34362024-04-30T20:26:06.367Z Generated /work/oxidecomputer/omicron/target/doc/nexus_reconfigurator_planning/index.html
34372024-04-30T20:26:06.367Z Generated /work/oxidecomputer/omicron/target/doc/nexus_reconfigurator_preparation/index.html
34382024-04-30T20:26:06.367Z Generated /work/oxidecomputer/omicron/target/doc/nexus_types/index.html
34392024-04-30T20:26:06.367Z Generated /work/oxidecomputer/omicron/target/doc/omicron_certificates/index.html
34402024-04-30T20:26:06.367Z Generated /work/oxidecomputer/omicron/target/doc/omicron_common/index.html
34412024-04-30T20:26:06.367Z Generated /work/oxidecomputer/omicron/target/doc/omicron_ddm_admin_client/index.html
34422024-04-30T20:26:06.367Z Generated /work/oxidecomputer/omicron/target/doc/omicron_gateway/index.html
34432024-04-30T20:26:06.367Z Generated /work/oxidecomputer/omicron/target/doc/omicron_nexus/index.html
34442024-04-30T20:26:06.367Z Generated /work/oxidecomputer/omicron/target/doc/schema_updater/index.html
34452024-04-30T20:26:06.367Z Generated /work/oxidecomputer/omicron/target/doc/omicron_package/index.html
34462024-04-30T20:26:06.367Z Generated /work/oxidecomputer/omicron/target/doc/omicron_passwords/index.html
34472024-04-30T20:26:06.367Z Generated /work/oxidecomputer/omicron/target/doc/omicron_rpaths/index.html
34482024-04-30T20:26:06.367Z Generated /work/oxidecomputer/omicron/target/doc/omicron_sled_agent/index.html
34492024-04-30T20:26:06.367Z Generated /work/oxidecomputer/omicron/target/doc/services_ledger_check_migrate/index.html
34502024-04-30T20:26:06.367Z Generated /work/oxidecomputer/omicron/target/doc/zone_bundle/index.html
34512024-04-30T20:26:06.367Z Generated /work/oxidecomputer/omicron/target/doc/omicron_test_utils/index.html
34522024-04-30T20:26:06.367Z Generated /work/oxidecomputer/omicron/target/doc/falcon_runner/index.html
34532024-04-30T20:26:06.368Z Generated /work/oxidecomputer/omicron/target/doc/falcon_runner_cli/index.html
34542024-04-30T20:26:06.368Z Generated /work/oxidecomputer/omicron/target/doc/omicron_uuid_kinds/index.html
34552024-04-30T20:26:06.368Z Generated /work/oxidecomputer/omicron/target/doc/oxide_client/index.html
34562024-04-30T20:26:06.368Z Generated /work/oxidecomputer/omicron/target/doc/oximeter/index.html
34572024-04-30T20:26:06.368Z Generated /work/oxidecomputer/omicron/target/doc/oximeter_client/index.html
34582024-04-30T20:26:06.368Z Generated /work/oxidecomputer/omicron/target/doc/oximeter_collector/index.html
34592024-04-30T20:26:06.368Z Generated /work/oxidecomputer/omicron/target/doc/clickhouse_schema_updater/index.html
34602024-04-30T20:26:06.368Z Generated /work/oxidecomputer/omicron/target/doc/oximeter/index.html
34612024-04-30T20:26:06.368Z Generated /work/oxidecomputer/omicron/target/doc/oximeter_db/index.html
34622024-04-30T20:26:06.368Z Generated /work/oxidecomputer/omicron/target/doc/oximeter_instruments/index.html
34632024-04-30T20:26:06.368Z Generated /work/oxidecomputer/omicron/target/doc/oximeter_macro_impl/index.html
34642024-04-30T20:26:06.368Z Generated /work/oxidecomputer/omicron/target/doc/oximeter_producer/index.html
34652024-04-30T20:26:06.368Z Generated /work/oxidecomputer/omicron/target/doc/oxlog/index.html
34662024-04-30T20:26:06.368Z Generated /work/oxidecomputer/omicron/target/doc/sled_agent_client/index.html
34672024-04-30T20:26:06.368Z Generated /work/oxidecomputer/omicron/target/doc/sled_hardware/index.html
34682024-04-30T20:26:06.368Z Generated /work/oxidecomputer/omicron/target/doc/sled_hardware_types/index.html
34692024-04-30T20:26:06.368Z Generated /work/oxidecomputer/omicron/target/doc/sled_storage/index.html
34702024-04-30T20:26:06.368Z Generated /work/oxidecomputer/omicron/target/doc/sp_sim/index.html
34712024-04-30T20:26:06.368Z Generated /work/oxidecomputer/omicron/target/doc/tufaceous/index.html
34722024-04-30T20:26:06.369Z Generated /work/oxidecomputer/omicron/target/doc/tufaceous_lib/index.html
34732024-04-30T20:26:06.369Z Generated /work/oxidecomputer/omicron/target/doc/typed_rng/index.html
34742024-04-30T20:26:06.369Z Generated /work/oxidecomputer/omicron/target/doc/update_common/index.html
34752024-04-30T20:26:06.369Z Generated /work/oxidecomputer/omicron/target/doc/update_engine/index.html
34762024-04-30T20:26:06.369Z Generated /work/oxidecomputer/omicron/target/doc/wicket/index.html
34772024-04-30T20:26:06.369Z Generated /work/oxidecomputer/omicron/target/doc/wicket_common/index.html
34782024-04-30T20:26:06.369Z Generated /work/oxidecomputer/omicron/target/doc/wicket_dbg/index.html
34792024-04-30T20:26:06.369Z Generated /work/oxidecomputer/omicron/target/doc/wicket_dbg_server/index.html
34802024-04-30T20:26:06.369Z Generated /work/oxidecomputer/omicron/target/doc/wicketd/index.html
34812024-04-30T20:26:06.369Z Generated /work/oxidecomputer/omicron/target/doc/wicketd_client/index.html
34822024-04-30T20:26:06.369Z Generated /work/oxidecomputer/omicron/target/doc/zone_setup/index.html
34832024-04-30T20:26:06.369Z
34842024-04-30T20:26:06.369Zreal 11:36.427405382
34852024-04-30T20:26:06.369Zuser 32:53.608716034
34862024-04-30T20:26:06.369Zsys 47:44.478114618
34872024-04-30T20:26:06.369Ztrap 0.871547235
34882024-04-30T20:26:06.369Ztflt 0.163456984
34892024-04-30T20:26:06.369Zdflt 0.628795526
34902024-04-30T20:26:06.369Zkflt 0.000166863
34912024-04-30T20:26:06.370Zlock 3:11:43.725746850
34922024-04-30T20:26:06.370Zslp 3:12:51.116337154
34932024-04-30T20:26:06.370Zlat 4:34.038155211
34942024-04-30T20:26:06.370Zstop 1:42.806621225
34952024-04-30T20:26:06.370Zprocess exited: duration 1271513 ms, exit code 0
 
34962024-04-30T20:26:06.382Zfound 0 output files