01HYB91BSS5S49RSF60VQ2JW6S: clippy (helios)

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

Buildomat Job: 01HYB91NRWJYZ1PD51V290PVW2

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12024-05-20T15:14:46.029Zjob assigned to worker 01HYB91QX6FYYXRN6PTYC3DTJ5 (queued for 1 m 0 s)
 
22024-05-20T15:14:48.339Zstarting task 0: "setup"
32024-05-20T15:14:48.467Z++ uname -s
42024-05-20T15:14:48.467Z+ kern=SunOS
52024-05-20T15:14:48.467Z+ case "$kern" in
62024-05-20T15:14:48.467Z+ groupadd -g 12345 build
72024-05-20T15:14:48.467Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-05-20T15:14:52.258Z+ zfs create -o mountpoint=/work rpool/work
92024-05-20T15:14:52.380Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-05-20T15:14:52.380Z+ home_fs=zfs
112024-05-20T15:14:52.381Z+ [[ zfs == autofs ]]
122024-05-20T15:14:52.381Z+ mkdir -p /home/build
132024-05-20T15:14:52.381Z+ chown build:build /home/build /work
142024-05-20T15:14:52.719Z+ chmod 0700 /home/build /work
152024-05-20T15:14:52.719Zprocess exited: duration 4091 ms, exit code 0
 
162024-05-20T15:14:53.521Zstarting task 1: "rust-toolchain"
172024-05-20T15:14:53.596Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
182024-05-20T15:14:53.597Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.77.2 --profile default
192024-05-20T15:14:53.597Zinfo: downloading installer
202024-05-20T15:14:53.823Zwarning: it looks like you have an existing installation of Rust at:
212024-05-20T15:14:53.823Zwarning: /opt/ooce/bin
222024-05-20T15:14:53.823Zwarning: It is recommended that rustup be the primary Rust installation.
232024-05-20T15:14:53.823Zwarning: Otherwise you may have confusion unless you are careful with your PATH
242024-05-20T15:14:53.823Zwarning: If you are sure that you want both rustup and your already installed Rust
252024-05-20T15:14:53.823Zwarning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
262024-05-20T15:14:53.823Zwarning: or pass `-y' to ignore all ignorable checks.
272024-05-20T15:14:53.823Zerror: cannot install while Rust is installed
282024-05-20T15:14:53.823Zwarning: continuing (because the -y flag is set and the error is ignorable)
292024-05-20T15:14:54.027Zinfo: profile set to 'default'
302024-05-20T15:14:54.027Zinfo: default host triple is x86_64-unknown-illumos
312024-05-20T15:14:54.028Zinfo: syncing channel updates for '1.77.2-x86_64-unknown-illumos'
322024-05-20T15:14:54.142Zinfo: latest update on 2024-04-09, rust version 1.77.2 (25ef9e3d8 2024-04-09)
332024-05-20T15:14:54.143Zinfo: downloading component 'cargo'
342024-05-20T15:14:54.216Zinfo: downloading component 'clippy'
352024-05-20T15:14:54.302Zinfo: downloading component 'rust-docs'
362024-05-20T15:14:54.446Zinfo: downloading component 'rust-std'
372024-05-20T15:14:54.727Zinfo: downloading component 'rustc'
382024-05-20T15:14:55.412Zinfo: downloading component 'rustfmt'
392024-05-20T15:14:55.591Zinfo: installing component 'cargo'
402024-05-20T15:14:56.643Zinfo: installing component 'clippy'
412024-05-20T15:14:57.024Zinfo: installing component 'rust-docs'
422024-05-20T15:14:59.594Zinfo: installing component 'rust-std'
432024-05-20T15:15:01.437Zinfo: installing component 'rustc'
442024-05-20T15:15:06.437Zinfo: installing component 'rustfmt'
452024-05-20T15:15:06.723Zinfo: default toolchain set to '1.77.2-x86_64-unknown-illumos'
462024-05-20T15:15:06.723Z
472024-05-20T15:15:06.911Z 1.77.2-x86_64-unknown-illumos installed - rustc 1.77.2 (25ef9e3d8 2024-04-09)
482024-05-20T15:15:06.911Z
492024-05-20T15:15:06.911Z
502024-05-20T15:15:06.911ZRust is installed now. Great!
512024-05-20T15:15:06.912Z
522024-05-20T15:15:06.912ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
532024-05-20T15:15:06.912Zenvironment variable. This has not been done automatically.
542024-05-20T15:15:06.912Z
552024-05-20T15:15:06.912ZTo configure your current shell, you need to source
562024-05-20T15:15:06.913Zthe corresponding env file under $HOME/.cargo.
572024-05-20T15:15:06.913Z
582024-05-20T15:15:06.913ZThis is usually done by running one of the following (note the leading DOT):
592024-05-20T15:15:06.913Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
602024-05-20T15:15:06.913Zsource "$HOME/.cargo/env.fish" # For fish
612024-05-20T15:15:07.011Z+ rustc --version
622024-05-20T15:15:07.617Zrustc 1.77.2 (25ef9e3d8 2024-04-09)
632024-05-20T15:15:07.618Zprocess exited: duration 14056 ms, exit code 0
 
642024-05-20T15:15:07.704Zstarting task 2: "authentication"
652024-05-20T15:15:07.767Zprocess exited: duration 72 ms, exit code 0
 
662024-05-20T15:15:07.820Zstarting task 3: "clone repository"
672024-05-20T15:15:07.880Z+ mkdir -p /work/oxidecomputer/omicron
682024-05-20T15:15:07.880Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
692024-05-20T15:15:07.922ZCloning into '/work/oxidecomputer/omicron'...
702024-05-20T15:15:13.113Z+ cd /work/oxidecomputer/omicron
712024-05-20T15:15:13.113Z+ git fetch origin 463aa0dff7a8e621f15fef37b94b873735b7d865
722024-05-20T15:15:13.832ZFrom https://github.com/oxidecomputer/omicron
732024-05-20T15:15:13.832Z * branch 463aa0dff7a8e621f15fef37b94b873735b7d865 -> FETCH_HEAD
742024-05-20T15:15:13.832Z+ [[ -n staging_and_prod_diff ]]
752024-05-20T15:15:13.833Z++ git branch --show-current
762024-05-20T15:15:13.833Z+ current=main
772024-05-20T15:15:13.833Z+ [[ main != staging_and_prod_diff ]]
782024-05-20T15:15:13.833Z+ git branch -f staging_and_prod_diff 463aa0dff7a8e621f15fef37b94b873735b7d865
792024-05-20T15:15:13.833Z+ git checkout -f staging_and_prod_diff
802024-05-20T15:15:13.833ZSwitched to branch 'staging_and_prod_diff'
812024-05-20T15:15:13.833Z+ git reset --hard 463aa0dff7a8e621f15fef37b94b873735b7d865
822024-05-20T15:15:13.919ZHEAD is now at 463aa0dff Address comments
832024-05-20T15:15:13.919Zprocess exited: duration 5958 ms, exit code 0
 
842024-05-20T15:15:14.148Zstarting task 4: "build"
852024-05-20T15:15:14.286Z+ cargo --version
862024-05-20T15:15:14.441Zcargo 1.77.2 (e52e36006 2024-03-26)
872024-05-20T15:15:14.441Z+ rustc --version
882024-05-20T15:15:14.441Zrustc 1.77.2 (25ef9e3d8 2024-04-09)
892024-05-20T15:15:14.441Z+ source ./env.sh
902024-05-20T15:15:14.441Z++ set -o xtrace
912024-05-20T15:15:14.441Z++++ dirname ./env.sh
922024-05-20T15:15:14.441Z+++ readlink -f .
932024-05-20T15:15:14.442Z++ OMICRON_WS=/work/oxidecomputer/omicron
942024-05-20T15:15:14.442Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
952024-05-20T15:15:14.442Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
962024-05-20T15:15:14.442Z++ export PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
972024-05-20T15:15:14.442Z++ PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
982024-05-20T15:15:14.442Z++ export PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
992024-05-20T15:15:14.442Z++ PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1002024-05-20T15:15:14.442Z++ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1012024-05-20T15:15:14.443Z++ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1022024-05-20T15:15:14.443Z++ unset OMICRON_WS
1032024-05-20T15:15:14.443Z++ set +o xtrace
1042024-05-20T15:15:14.443Z
1052024-05-20T15:15:14.443Z ##### ##### ###### ##### ###### #### # # # #### #
1062024-05-20T15:15:14.443Z # # # # # # # # # # # # # # #
1072024-05-20T15:15:14.444Z # # # # ##### # # ##### # # # # # #### #
1082024-05-20T15:15:14.444Z ##### ##### # ##### # # # # # # # # #
1092024-05-20T15:15:14.444Z # # # # # # # # # # # # # # #
1102024-05-20T15:15:14.444Z # # # ###### # # ###### ### # #### # #### #
1112024-05-20T15:15:14.444Z
1122024-05-20T15:15:20.376Z Startup: Refreshing catalog 'helios-dev' ... Done
1132024-05-20T15:15:22.372Z Startup: Caching catalogs ... Done
1142024-05-20T15:15:24.784ZPlanning: Solver setup ... Done (1.821s)
1152024-05-20T15:15:24.817ZPlanning: Running solver ... Done (0.033s)
1162024-05-20T15:15:24.853ZPlanning: Finding local manifests ... Done (0.002s)
1172024-05-20T15:15:24.945ZPlanning: Fetching manifests: 0/4 0% complete
1182024-05-20T15:15:25.306ZPlanning: Fetching manifests: 4/4 100% complete
1192024-05-20T15:15:25.368ZPlanning: Package planning ... Done (0.062s)
1202024-05-20T15:15:25.430ZPlanning: Merging actions ... Done (0.061s)
1212024-05-20T15:15:25.787ZPlanning: Checking for conflicting actions ... Done (0.358s)
1222024-05-20T15:15:25.812ZPlanning: Consolidating action changes ... Done (0.013s)
1232024-05-20T15:15:26.453ZPlanning: Evaluating mediators ... Done (0.652s)
1242024-05-20T15:15:26.478ZPlanning: Planning completed in 4.05 seconds
1252024-05-20T15:15:26.503Z Packages to install: 4
1262024-05-20T15:15:26.503Z Mediators to change: 2
1272024-05-20T15:15:26.503Z Services to change: 1
1282024-05-20T15:15:26.503Z Estimated space available: 148.91 GB
1292024-05-20T15:15:26.503ZEstimated space to be consumed: 1.45 GB
1302024-05-20T15:15:26.503Z Create boot environment: No
1312024-05-20T15:15:26.503ZCreate backup boot environment: No
1322024-05-20T15:15:26.503Z Rebuild boot archive: No
1332024-05-20T15:15:26.503Z
1342024-05-20T15:15:26.503ZChanged mediators:
1352024-05-20T15:15:26.504Z mediator clang:
1362024-05-20T15:15:26.504Z version: None -> 15 (system default)
1372024-05-20T15:15:26.504Z
1382024-05-20T15:15:26.504Z mediator llvm:
1392024-05-20T15:15:26.504Z version: 14 (system default) -> 15 (system default)
1402024-05-20T15:15:26.504Z
1412024-05-20T15:15:26.504ZChanged packages:
1422024-05-20T15:15:26.504Zhelios-dev
1432024-05-20T15:15:26.504Z developer/build-essential
1442024-05-20T15:15:26.504Z None -> 11-2.0
1452024-05-20T15:15:26.504Z library/libxmlsec1
1462024-05-20T15:15:26.504Z None -> 1.2.35-2.0
1472024-05-20T15:15:26.504Z ooce/developer/clang-15
1482024-05-20T15:15:26.504Z None -> 15.0.7-2.0
1492024-05-20T15:15:26.504Z ooce/developer/llvm-15
1502024-05-20T15:15:26.504Z None -> 15.0.7-2.0
1512024-05-20T15:15:26.504Z
1522024-05-20T15:15:26.505ZServices:
1532024-05-20T15:15:26.505Z restart_fmri:
1542024-05-20T15:15:26.505Z svc:/system/update-man-index:default
1552024-05-20T15:15:26.533Z
1562024-05-20T15:15:26.533ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1572024-05-20T15:15:31.593ZDownload: 372/3290 items 16.5/212.6MB 7% complete (3.4M/s)
1582024-05-20T15:15:36.634ZDownload: 1132/3290 items 38.1/212.6MB 17% complete (3.8M/s)
1592024-05-20T15:15:41.646ZDownload: 1199/3290 items 83.5/212.6MB 39% complete (6.7M/s)
1602024-05-20T15:15:47.097ZDownload: 2222/3290 items 119.2/212.6MB 56% complete (9.9M/s)
1612024-05-20T15:15:52.102ZDownload: 3006/3290 items 121.3/212.6MB 57% complete (2.4M/s)
1622024-05-20T15:15:56.554ZDownload: Completed 212.60 MB in 30.01 seconds (7.1M/s)
1632024-05-20T15:15:56.868Z Actions: 1/3689 actions (Installing new actions)
1642024-05-20T15:16:02.433Z Actions: 3105/3689 actions (Installing new actions)
1652024-05-20T15:16:03.006Z Actions: Completed 3689 actions in 5.83 seconds.
1662024-05-20T15:16:03.006Z Done (0.313s)
1672024-05-20T15:16:03.007Z Done (0.000s)
1682024-05-20T15:16:03.770Z Done (0.361s)
1692024-05-20T15:16:08.639Z Done (5.113s)
1702024-05-20T15:16:08.914Z Done (0.018s)
1712024-05-20T15:16:08.914Z Done (0.000s)
1722024-05-20T15:16:09.026Z Done (0.000s)
1732024-05-20T15:16:09.917ZPlanning: Evaluating mediator changes ... Done
1742024-05-20T15:16:10.449ZPlanning: Checking for conflicting actions ... Done
1752024-05-20T15:16:10.450ZPlanning: Consolidating action changes ... Done
1762024-05-20T15:16:10.680ZPlanning: Evaluating mediators ... Done
1772024-05-20T15:16:10.680ZPlanning: Planning completed in 0.59 seconds
1782024-05-20T15:16:10.680Z Mediators to change: 2
1792024-05-20T15:16:10.680Z Create boot environment: No
1802024-05-20T15:16:10.681ZCreate backup boot environment: No
1812024-05-20T15:16:10.681Z Done
1822024-05-20T15:16:10.681Z Done
1832024-05-20T15:16:10.681Z Done
1842024-05-20T15:16:15.280Z Done
1852024-05-20T15:16:15.490Z Done
1862024-05-20T15:16:15.490Z Done
1872024-05-20T15:16:15.490Z Done
1882024-05-20T15:16:16.889ZPlanning: Evaluating mediator changes ... Done
1892024-05-20T15:16:18.758ZPlanning: Merging actions ... Done
1902024-05-20T15:16:18.758ZPlanning: Checking for conflicting actions ... Done
1912024-05-20T15:16:18.759ZPlanning: Consolidating action changes ... Done
1922024-05-20T15:16:18.759ZPlanning: Evaluating mediators ... Done
1932024-05-20T15:16:18.759ZPlanning: Planning completed in 1.01 seconds
1942024-05-20T15:16:18.759Z Packages to change: 1
1952024-05-20T15:16:18.759Z Mediators to change: 1
1962024-05-20T15:16:18.759Z Services to change: 1
1972024-05-20T15:16:18.759Z Create boot environment: No
1982024-05-20T15:16:18.759ZCreate backup boot environment: Yes
1992024-05-20T15:16:20.252Z Actions: 1/6 actions (Updating modified actions)
2002024-05-20T15:16:20.252Z Actions: Completed 6 actions in 0.00 seconds.
2012024-05-20T15:16:20.252Z Done
2022024-05-20T15:16:20.252Z Done
2032024-05-20T15:16:20.252Z Done
2042024-05-20T15:16:23.386Z Done
2052024-05-20T15:16:23.524Z Done
2062024-05-20T15:16:23.525Z Done
2072024-05-20T15:16:23.525Z Done
2082024-05-20T15:16:24.345ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2092024-05-20T15:16:24.345Zclang system 15 system
2102024-05-20T15:16:24.345Zcsh system system illumos
2112024-05-20T15:16:24.345Zctags system system illumos
2122024-05-20T15:16:24.345Zgcc vendor 12 vendor
2132024-05-20T15:16:24.345Zgcc system 10 system
2142024-05-20T15:16:24.345Zgcc system 7 system
2152024-05-20T15:16:24.345Zgo system 1.20 system
2162024-05-20T15:16:24.345Zgo system 1.19 system
2172024-05-20T15:16:24.345Zllvm system 15 system
2182024-05-20T15:16:24.345Zllvm system 14 system
2192024-05-20T15:16:24.346Zmariadb system 10.6 system
2202024-05-20T15:16:24.346Zmta vendor vendor dma
2212024-05-20T15:16:24.346Zopenjdk system 17 system
2222024-05-20T15:16:24.346Zopenjdk system 11 system
2232024-05-20T15:16:24.346Zopenjdk system 1.8 system
2242024-05-20T15:16:24.346Zopenssl vendor 3 vendor
2252024-05-20T15:16:24.346Zperl system 5.36 system
2262024-05-20T15:16:24.346Zpostgresql system 15 system
2272024-05-20T15:16:24.346Zpostgresql system 13 system
2282024-05-20T15:16:24.346Zpython vendor 3 vendor
2292024-05-20T15:16:24.346Zpython system 2 system
2302024-05-20T15:16:24.346Zpython3 system 3.11 system
2312024-05-20T15:16:24.346Zruby system 3.0 system
2322024-05-20T15:16:24.346Zwords vendor vendor american-english
2332024-05-20T15:16:24.347Zwords system system australian-english
2342024-05-20T15:16:24.347Zwords system system british-english
2352024-05-20T15:16:24.347Zwords system system canadian-english
2362024-05-20T15:16:24.347Zwords system system french
2372024-05-20T15:16:24.347Zwords system system italian
2382024-05-20T15:16:24.347Zwords system system ngerman
2392024-05-20T15:16:24.347Zwords system system ogerman
2402024-05-20T15:16:24.347Zwords system system spanish
2412024-05-20T15:16:24.400ZPUBLISHER TYPE STATUS P LOCATION
2422024-05-20T15:16:24.400Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2432024-05-20T15:16:25.959ZFMRI IFO
2442024-05-20T15:16:25.959Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2452024-05-20T15:16:25.959Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2462024-05-20T15:16:25.959Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2472024-05-20T15:16:25.959Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2482024-05-20T15:16:25.959Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2492024-05-20T15:16:25.959Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2502024-05-20T15:16:25.959Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i--
2512024-05-20T15:16:25.959Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2522024-05-20T15:16:25.960Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i--
2532024-05-20T15:16:25.960Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2542024-05-20T15:16:25.960Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i--
2552024-05-20T15:16:25.960Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2562024-05-20T15:16:26.244Z+ set -o errexit
2572024-05-20T15:16:26.351Z+++ dirname ./tools/ci_download_cockroachdb
2582024-05-20T15:16:26.351Z++ cd ./tools
2592024-05-20T15:16:26.351Z++ pwd
2602024-05-20T15:16:26.351Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
2612024-05-20T15:16:26.351Z++ basename ./tools/ci_download_cockroachdb
2622024-05-20T15:16:26.351Z+ ARG0=ci_download_cockroachdb
2632024-05-20T15:16:26.351Z++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version
2642024-05-20T15:16:26.351Z+ CIDL_VERSION=v22.1.9
2652024-05-20T15:16:26.351Z+ source /work/oxidecomputer/omicron/tools/cockroachdb_checksums
2662024-05-20T15:16:26.351Z++ CIDL_SHA256_DARWIN=1ca69e0911af11a73305c3c6f4650b912d70754900b5bf7b80a1d361efe36561
2672024-05-20T15:16:26.352Z++ CIDL_SHA256_LINUX=24c321820e7ee45fa07fe91ac138befe13ad860e41c6ed595ce58823205ff4a9
2682024-05-20T15:16:26.352Z++ CIDL_SHA256_ILLUMOS=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088
2692024-05-20T15:16:26.352Z+ TARGET_DIR=out
2702024-05-20T15:16:26.352Z+ DOWNLOAD_DIR=out/downloads
2712024-05-20T15:16:26.352Z+ DEST_DIR=./out/cockroachdb
2722024-05-20T15:16:26.352Z+ CIDL_URL_COCKROACH=https://binaries.cockroachdb.com
2732024-05-20T15:16:26.352Z+ CIDL_URL_ILLUMOS=https://illumos.org/downloads
2742024-05-20T15:16:26.352Z+ main
2752024-05-20T15:16:26.352Z+ [[ 0 != 0 ]]
2762024-05-20T15:16:26.352Z+ CIDL_OS=solaris2.11
2772024-05-20T15:16:26.352Z+ [[ 0 != 0 ]]
2782024-05-20T15:16:26.353Z+ configure_os solaris2.11
2792024-05-20T15:16:26.353Z+ echo 'current directory: /work/oxidecomputer/omicron'
2802024-05-20T15:16:26.353Z+ echo 'configuring based on OS: "solaris2.11"'
2812024-05-20T15:16:26.353Z+ case "$1" in
2822024-05-20T15:16:26.353Z+ CIDL_BUILD=illumos
2832024-05-20T15:16:26.353Z+ CIDL_SUFFIX=tar.gz
2842024-05-20T15:16:26.353Z+ CIDL_SHA256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088
2852024-05-20T15:16:26.353Zcurrent directory: /work/oxidecomputer/omicron
2862024-05-20T15:16:26.353Z+ CIDL_URL_BASE=https://illumos.org/downloads
2872024-05-20T15:16:26.353Z+ CIDL_ASSEMBLE=do_assemble_illumos
2882024-05-20T15:16:26.353Z+ TARBALL_DIRNAME=cockroach-v22.1.9.illumos
2892024-05-20T15:16:26.354Z+ TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz
2902024-05-20T15:16:26.354Zconfiguring based on OS: "solaris2.11"
2912024-05-20T15:16:26.354Z+ TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz
2922024-05-20T15:16:26.354Z+ TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos
2932024-05-20T15:16:26.354Z+ CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz
2942024-05-20T15:16:26.354Z+ CIDL_SHA256FUNC=do_sha256sum
2952024-05-20T15:16:26.354Z+ echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz'
2962024-05-20T15:16:26.354ZURL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz
2972024-05-20T15:16:26.354Z+ echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz'
2982024-05-20T15:16:26.354Z+ mkdir -p out/downloads
2992024-05-20T15:16:26.354ZLocal file: out/downloads/cockroach-v22.1.9.illumos.tar.gz
3002024-05-20T15:16:26.354Z+ mkdir -p ./out/cockroachdb
3012024-05-20T15:16:26.354Z+ local DO_DOWNLOAD=true
3022024-05-20T15:16:26.354Z+ [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]]
3032024-05-20T15:16:26.354Z+ '[' true == true ']'
3042024-05-20T15:16:26.354Z+ echo Downloading...
3052024-05-20T15:16:26.354Z+ do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz
3062024-05-20T15:16:26.354ZDownloading...
3072024-05-20T15:16:26.354Z+ curl --silent --show-error --fail --location --output out/downloads/cockroach-v22.1.9.illumos.tar.gz https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz
3082024-05-20T15:16:30.936Z++ do_sha256sum out/downloads/cockroach-v22.1.9.illumos.tar.gz
3092024-05-20T15:16:30.996Z++ sha256sum
3102024-05-20T15:16:30.996Z++ awk '{print $1}'
3112024-05-20T15:16:31.118Z+ calculated_sha256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088
3122024-05-20T15:16:31.119Z+ [[ f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 != \f\1\5\1\7\1\4\b\a\3\a\6\e\0\2\c\a\a\a\a\5\9\7\2\7\4\8\2\c\3\6\0\8\5\e\6\0\d\6\b\d\2\f\a\9\6\3\9\3\8\e\9\a\3\d\8\c\8\a\7\7\0\8\8 ]]
3132024-05-20T15:16:31.119Z+ do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz
3142024-05-20T15:16:31.119Z+ tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads
3152024-05-20T15:16:34.053Z+ do_assemble_illumos
3162024-05-20T15:16:34.053Z+ rm -r ./out/cockroachdb
3172024-05-20T15:16:34.804Z+ cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb
3182024-05-20T15:16:34.805Z+ ./out/cockroachdb/bin/cockroach version
3192024-05-20T15:16:34.805ZBuild Tag: v22.1.9-dirty
3202024-05-20T15:16:34.805ZBuild Time: 2022/10/26 21:17:46
3212024-05-20T15:16:34.805ZDistribution: OSS
3222024-05-20T15:16:34.805ZPlatform: illumos amd64 (x86_64-pc-solaris2.11)
3232024-05-20T15:16:34.805ZGo Version: go1.17.13
3242024-05-20T15:16:34.805ZC Compiler: gcc 10.3.0
3252024-05-20T15:16:34.805ZBuild Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493
3262024-05-20T15:16:34.805ZBuild Type: release
3272024-05-20T15:16:34.806Z+ set -o errexit
3282024-05-20T15:16:34.806Z+++ dirname ./tools/ci_download_clickhouse
3292024-05-20T15:16:34.806Z++ cd ./tools
3302024-05-20T15:16:34.806Z++ pwd
3312024-05-20T15:16:34.806Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
3322024-05-20T15:16:34.806Z++ basename ./tools/ci_download_clickhouse
3332024-05-20T15:16:34.806Z+ ARG0=ci_download_clickhouse
3342024-05-20T15:16:34.806Z+ TARGET_DIR=out
3352024-05-20T15:16:34.806Z+ DOWNLOAD_DIR=out/downloads
3362024-05-20T15:16:34.806Z+ DEST_DIR=./out/clickhouse
3372024-05-20T15:16:34.806Z++ cat /work/oxidecomputer/omicron/tools/clickhouse_version
3382024-05-20T15:16:34.806Z+ CIDL_VERSION=v23.8.7.24
3392024-05-20T15:16:34.806Z+ source /work/oxidecomputer/omicron/tools/clickhouse_checksums
3402024-05-20T15:16:34.806Z++ CIDL_MD5_DARWIN=3e20c3284b7e6b0cfcfedf622ecf547a
3412024-05-20T15:16:34.806Z++ CIDL_MD5_LINUX=f6c30a25a86deac3bad6c50dcf758fd5
3422024-05-20T15:16:34.806Z++ CIDL_MD5_ILLUMOS=409222de8ecb59e5dd97dcc942ccdffe
3432024-05-20T15:16:34.806Z+ CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com
3442024-05-20T15:16:34.806Z+ main
3452024-05-20T15:16:34.806Z+ [[ 0 != 0 ]]
3462024-05-20T15:16:34.806Z+ CIDL_OS=solaris2.11
3472024-05-20T15:16:34.806Z+ [[ 0 != 0 ]]
3482024-05-20T15:16:34.806Z+ configure_os solaris2.11
3492024-05-20T15:16:34.807Z+ echo 'current directory: /work/oxidecomputer/omicron'
3502024-05-20T15:16:34.807Z+ echo 'configuring based on OS: "solaris2.11"'
3512024-05-20T15:16:34.807Zcurrent directory: /work/oxidecomputer/omicron
3522024-05-20T15:16:34.807Z+ CIDL_DASHREV=
3532024-05-20T15:16:34.807Z+ case "$1" in
3542024-05-20T15:16:34.807Z+ CIDL_PLATFORM=illumos
3552024-05-20T15:16:34.807Z+ CIDL_MD5=409222de8ecb59e5dd97dcc942ccdffe
3562024-05-20T15:16:34.807Zconfiguring based on OS: "solaris2.11"
3572024-05-20T15:16:34.807Z+ CIDL_MD5FUNC=do_md5sum
3582024-05-20T15:16:34.807Z+ TARBALL_DIRNAME=clickhouse-v23.8.7.24
3592024-05-20T15:16:34.807Z+ TARBALL_FILENAME=clickhouse-v23.8.7.24.illumos.tar.gz
3602024-05-20T15:16:34.807Z+ TARBALL_FILE=out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz
3612024-05-20T15:16:34.807Z+ CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz
3622024-05-20T15:16:34.807Z+ echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz'
3632024-05-20T15:16:34.807Z+ echo 'Local file: out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz'
3642024-05-20T15:16:34.807Z+ mkdir -p out/downloads
3652024-05-20T15:16:34.807ZURL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz
3662024-05-20T15:16:34.807ZLocal file: out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz
3672024-05-20T15:16:34.807Z+ mkdir -p ./out/clickhouse
3682024-05-20T15:16:34.807Z+ local DO_DOWNLOAD=true
3692024-05-20T15:16:34.807Z+ [[ -f out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz ]]
3702024-05-20T15:16:34.807Z+ '[' true == true ']'
3712024-05-20T15:16:34.807Z+ echo Downloading...
3722024-05-20T15:16:34.807ZDownloading...
3732024-05-20T15:16:34.808Z+ do_download_curl https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz
3742024-05-20T15:16:34.808Z+ curl --silent --show-error --fail --location --output out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz
3752024-05-20T15:16:42.217Z++ do_md5sum out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz
3762024-05-20T15:16:42.354Z++ md5sum
3772024-05-20T15:16:42.354Z++ awk '{print $1}'
3782024-05-20T15:16:43.055Z+ calculated_md5=409222de8ecb59e5dd97dcc942ccdffe
3792024-05-20T15:16:43.056Z+ [[ 409222de8ecb59e5dd97dcc942ccdffe != \4\0\9\2\2\2\d\e\8\e\c\b\5\9\e\5\d\d\9\7\d\c\c\9\4\2\c\c\d\f\f\e ]]
3802024-05-20T15:16:43.056Z+ do_untar out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz ./out/clickhouse
3812024-05-20T15:16:43.056Z+ mkdir -p ./out/clickhouse
3822024-05-20T15:16:43.056Z+ tar xzf out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz -C ./out/clickhouse
3832024-05-20T15:16:47.973Z+ [[ solaris2.11 == darwin* ]]
3842024-05-20T15:16:47.973Z+ ./out/clickhouse/clickhouse server --version
3852024-05-20T15:16:48.151ZClickHouse server version 23.8.7.1.
3862024-05-20T15:16:48.199Z+ set -o errexit
3872024-05-20T15:16:48.224Z+++ dirname ./tools/ci_download_console
3882024-05-20T15:16:48.224Z++ cd ./tools
3892024-05-20T15:16:48.224Z++ pwd
3902024-05-20T15:16:48.224Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
3912024-05-20T15:16:48.224Z++ basename ./tools/ci_download_console
3922024-05-20T15:16:48.224Z+ ARG0=ci_download_console
3932024-05-20T15:16:48.224Z+ TARGET_DIR=out
3942024-05-20T15:16:48.224Z+ DOWNLOAD_DIR=out/downloads
3952024-05-20T15:16:48.224Z+ DEST_DIR=./out/console-assets
3962024-05-20T15:16:48.224Z+ source /work/oxidecomputer/omicron/tools/console_version
3972024-05-20T15:16:48.224Z++ COMMIT=078d17117a3937d571bb5535f9791db65be7afc5
3982024-05-20T15:16:48.224Z++ SHA2=f3bc51a9ddf5356ecda85ff11eec032da880be162358bb7ee676ab823e59476c
3992024-05-20T15:16:48.224Z+ URL=https://dl.oxide.computer/releases/console/078d17117a3937d571bb5535f9791db65be7afc5.tar.gz
4002024-05-20T15:16:48.224Z+ TARBALL_FILE=out/downloads/console.tar.gz
4012024-05-20T15:16:48.224Z+ main
4022024-05-20T15:16:48.224Z+ [[ 0 != 0 ]]
4032024-05-20T15:16:48.224Z+ echo 'URL: https://dl.oxide.computer/releases/console/078d17117a3937d571bb5535f9791db65be7afc5.tar.gz'
4042024-05-20T15:16:48.224ZURL: https://dl.oxide.computer/releases/console/078d17117a3937d571bb5535f9791db65be7afc5.tar.gz
4052024-05-20T15:16:48.225Z+ echo 'Local file: out/downloads/console.tar.gz'
4062024-05-20T15:16:48.225ZLocal file: out/downloads/console.tar.gz
4072024-05-20T15:16:48.225Z+ local DO_DOWNLOAD=true
4082024-05-20T15:16:48.225Z+ [[ -f out/downloads/console.tar.gz ]]
4092024-05-20T15:16:48.225Z+ mkdir -p out/downloads
4102024-05-20T15:16:48.225Z+ '[' true == true ']'
4112024-05-20T15:16:48.225Z+ echo Downloading...
4122024-05-20T15:16:48.225ZDownloading...
4132024-05-20T15:16:48.225Z+ do_download_curl https://dl.oxide.computer/releases/console/078d17117a3937d571bb5535f9791db65be7afc5.tar.gz out/downloads/console.tar.gz
4142024-05-20T15:16:48.225Z+ curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/078d17117a3937d571bb5535f9791db65be7afc5.tar.gz
4152024-05-20T15:16:48.724Z++ do_sha256sum out/downloads/console.tar.gz
4162024-05-20T15:16:48.724Z++ case "$OSTYPE" in
4172024-05-20T15:16:48.724Z++ SHA=sha256sum
4182024-05-20T15:16:48.749Z++ sha256sum
4192024-05-20T15:16:48.749Z++ awk '{print $1}'
4202024-05-20T15:16:48.749Z+ calculated_sha2=f3bc51a9ddf5356ecda85ff11eec032da880be162358bb7ee676ab823e59476c
4212024-05-20T15:16:48.749Z+ [[ f3bc51a9ddf5356ecda85ff11eec032da880be162358bb7ee676ab823e59476c != \f\3\b\c\5\1\a\9\d\d\f\5\3\5\6\e\c\d\a\8\5\f\f\1\1\e\e\c\0\3\2\d\a\8\8\0\b\e\1\6\2\3\5\8\b\b\7\e\e\6\7\6\a\b\8\2\3\e\5\9\4\7\6\c ]]
4222024-05-20T15:16:48.750Z+ rm -rf ./out/console-assets
4232024-05-20T15:16:48.750Z+ mkdir -p ./out/console-assets
4242024-05-20T15:16:48.750Z+ do_untar out/downloads/console.tar.gz ./out/console-assets
4252024-05-20T15:16:48.750Z+ mkdir -p ./out/console-assets
4262024-05-20T15:16:48.750Z+ tar xzf out/downloads/console.tar.gz -C ./out/console-assets
4272024-05-20T15:16:48.888Z+ set -o errexit
4282024-05-20T15:16:48.914Z+++ dirname ./tools/ci_download_dendrite_openapi
4292024-05-20T15:16:48.914Z++ cd ./tools
4302024-05-20T15:16:48.915Z++ pwd
4312024-05-20T15:16:48.915Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
4322024-05-20T15:16:48.915Z++ basename ./tools/ci_download_dendrite_openapi
4332024-05-20T15:16:48.915Z+ ARG0=ci_download_dendrite_openapi
4342024-05-20T15:16:48.915Z+ TARGET_DIR=out
4352024-05-20T15:16:48.915Z+ DOWNLOAD_DIR=out/downloads
4362024-05-20T15:16:48.915Z+ source /work/oxidecomputer/omicron/tools/dendrite_openapi_version
4372024-05-20T15:16:48.915Z++ COMMIT=3b84ea6516cafb4595a6f2a668df16c1a501b687
4382024-05-20T15:16:48.915Z++ SHA2=fc397e254dc150850fba12013df147aa9b23296056fb4d93f65c1806e25b0823
4392024-05-20T15:16:48.915Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3b84ea6516cafb4595a6f2a668df16c1a501b687/dpd.json
4402024-05-20T15:16:48.915Z+ LOCAL_FILE=out/downloads/dpd-3b84ea6516cafb4595a6f2a668df16c1a501b687.json
4412024-05-20T15:16:48.915Z+ main
4422024-05-20T15:16:48.915Z+ [[ 0 != 0 ]]
4432024-05-20T15:16:48.915Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3b84ea6516cafb4595a6f2a668df16c1a501b687/dpd.json'
4442024-05-20T15:16:48.915ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3b84ea6516cafb4595a6f2a668df16c1a501b687/dpd.json
4452024-05-20T15:16:48.915Z+ echo 'Local file: out/downloads/dpd-3b84ea6516cafb4595a6f2a668df16c1a501b687.json'
4462024-05-20T15:16:48.915Z+ local DO_DOWNLOAD=true
4472024-05-20T15:16:48.915ZLocal file: out/downloads/dpd-3b84ea6516cafb4595a6f2a668df16c1a501b687.json
4482024-05-20T15:16:48.915Z+ [[ -f out/downloads/dpd-3b84ea6516cafb4595a6f2a668df16c1a501b687.json ]]
4492024-05-20T15:16:48.915Z+ mkdir -p out/downloads
4502024-05-20T15:16:48.915Z+ '[' true == true ']'
4512024-05-20T15:16:48.915Z+ echo Downloading...
4522024-05-20T15:16:48.916ZDownloading...
4532024-05-20T15:16:48.916Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3b84ea6516cafb4595a6f2a668df16c1a501b687/dpd.json out/downloads/dpd-3b84ea6516cafb4595a6f2a668df16c1a501b687.json
4542024-05-20T15:16:48.916Z+ curl --silent --show-error --fail --location --output out/downloads/dpd-3b84ea6516cafb4595a6f2a668df16c1a501b687.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3b84ea6516cafb4595a6f2a668df16c1a501b687/dpd.json
4552024-05-20T15:16:50.255Z++ do_sha256sum out/downloads/dpd-3b84ea6516cafb4595a6f2a668df16c1a501b687.json
4562024-05-20T15:16:50.255Z++ case "$OSTYPE" in
4572024-05-20T15:16:50.256Z++ SHA=sha256sum
4582024-05-20T15:16:50.294Z++ sha256sum
4592024-05-20T15:16:50.294Z++ awk '{print $1}'
4602024-05-20T15:16:50.294Z+ calculated_sha2=fc397e254dc150850fba12013df147aa9b23296056fb4d93f65c1806e25b0823
4612024-05-20T15:16:50.294Z+ [[ fc397e254dc150850fba12013df147aa9b23296056fb4d93f65c1806e25b0823 != \f\c\3\9\7\e\2\5\4\d\c\1\5\0\8\5\0\f\b\a\1\2\0\1\3\d\f\1\4\7\a\a\9\b\2\3\2\9\6\0\5\6\f\b\4\d\9\3\f\6\5\c\1\8\0\6\e\2\5\b\0\8\2\3 ]]
4622024-05-20T15:16:50.294Z+ set -o errexit
4632024-05-20T15:16:50.342Z+++ dirname ./tools/ci_download_dendrite_stub
4642024-05-20T15:16:50.342Z++ cd ./tools
4652024-05-20T15:16:50.343Z++ pwd
4662024-05-20T15:16:50.343Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
4672024-05-20T15:16:50.343Z++ basename ./tools/ci_download_dendrite_stub
4682024-05-20T15:16:50.343Z+ ARG0=ci_download_dendrite_stub
4692024-05-20T15:16:50.343Z+ source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums
4702024-05-20T15:16:50.343Z++ CIDL_SHA256_ILLUMOS=1a18379522da75c034d66d15cf2e50a0d7289a746ef7c8a0ad98c4f61403f29b
4712024-05-20T15:16:50.343Z++ CIDL_SHA256_LINUX_DPD=c255370062ce616f6fce5630fad7a1fbfa63aa7db964aeb6de410ba4a4bc3193
4722024-05-20T15:16:50.343Z++ CIDL_SHA256_LINUX_SWADM=7899b1603518489b2276f9d9043107a267060e3b05be51f08002adf3d118a7c9
4732024-05-20T15:16:50.343Z+ source /work/oxidecomputer/omicron/tools/dendrite_openapi_version
4742024-05-20T15:16:50.343Z++ COMMIT=3b84ea6516cafb4595a6f2a668df16c1a501b687
4752024-05-20T15:16:50.344Z++ SHA2=fc397e254dc150850fba12013df147aa9b23296056fb4d93f65c1806e25b0823
4762024-05-20T15:16:50.344Z+ TARGET_DIR=out
4772024-05-20T15:16:50.344Z+ DOWNLOAD_DIR=out/downloads
4782024-05-20T15:16:50.344Z+ DEST_DIR=./out/dendrite-stub
4792024-05-20T15:16:50.344Z+ BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin
4802024-05-20T15:16:50.344Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
4812024-05-20T15:16:50.344Z+ REPO=oxidecomputer/dendrite
4822024-05-20T15:16:50.345Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3b84ea6516cafb4595a6f2a668df16c1a501b687
4832024-05-20T15:16:50.345Z+ main
4842024-05-20T15:16:50.345Z+ [[ 0 != 0 ]]
4852024-05-20T15:16:50.345Z+ CIDL_OS=solaris2.11
4862024-05-20T15:16:50.345Z+ [[ 0 != 0 ]]
4872024-05-20T15:16:50.345Z+ configure_os solaris2.11
4882024-05-20T15:16:50.345Z+ echo 'current directory: /work/oxidecomputer/omicron'
4892024-05-20T15:16:50.346Zcurrent directory: /work/oxidecomputer/omicron
4902024-05-20T15:16:50.346Z+ echo 'configuring based on OS: "solaris2.11"'
4912024-05-20T15:16:50.346Z+ case "$1" in
4922024-05-20T15:16:50.346Z+ SET_BINARIES=
4932024-05-20T15:16:50.346Z+ CIDL_SHA256=1a18379522da75c034d66d15cf2e50a0d7289a746ef7c8a0ad98c4f61403f29b
4942024-05-20T15:16:50.347Z+ CIDL_SHA256FUNC=do_sha256sum
4952024-05-20T15:16:50.347Z+ TARBALL_FILENAME=dendrite-stub.tar.gz
4962024-05-20T15:16:50.347Zconfiguring based on OS: "solaris2.11"
4972024-05-20T15:16:50.347Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3b84ea6516cafb4595a6f2a668df16c1a501b687/dendrite-stub.tar.gz
4982024-05-20T15:16:50.348Z+ TARBALL_FILE=out/downloads/dendrite-stub.tar.gz
4992024-05-20T15:16:50.348Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3b84ea6516cafb4595a6f2a668df16c1a501b687/dendrite-stub.tar.gz'
5002024-05-20T15:16:50.348Z+ echo 'Local file: out/downloads/dendrite-stub.tar.gz'
5012024-05-20T15:16:50.348Z+ mkdir -p out/downloads
5022024-05-20T15:16:50.348ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3b84ea6516cafb4595a6f2a668df16c1a501b687/dendrite-stub.tar.gz
5032024-05-20T15:16:50.348ZLocal file: out/downloads/dendrite-stub.tar.gz
5042024-05-20T15:16:50.349Z+ mkdir -p ./out/dendrite-stub
5052024-05-20T15:16:50.349Z+ fetch_and_verify
5062024-05-20T15:16:50.349Z+ local DO_DOWNLOAD=true
5072024-05-20T15:16:50.349Z+ [[ -f out/downloads/dendrite-stub.tar.gz ]]
5082024-05-20T15:16:50.349Z+ '[' true == true ']'
5092024-05-20T15:16:50.349Z+ echo Downloading...
5102024-05-20T15:16:50.349ZDownloading...
5112024-05-20T15:16:50.350Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3b84ea6516cafb4595a6f2a668df16c1a501b687/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz
5122024-05-20T15:16:50.350Z+ curl --silent --show-error --fail --location --output out/downloads/dendrite-stub.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3b84ea6516cafb4595a6f2a668df16c1a501b687/dendrite-stub.tar.gz
5132024-05-20T15:17:25.977Z++ do_sha256sum out/downloads/dendrite-stub.tar.gz
5142024-05-20T15:17:26.002Z++ sha256sum
5152024-05-20T15:17:26.002Z++ awk '{print $1}'
5162024-05-20T15:17:26.029Z+ calculated_sha256=1a18379522da75c034d66d15cf2e50a0d7289a746ef7c8a0ad98c4f61403f29b
5172024-05-20T15:17:26.029Z+ [[ 1a18379522da75c034d66d15cf2e50a0d7289a746ef7c8a0ad98c4f61403f29b != \1\a\1\8\3\7\9\5\2\2\d\a\7\5\c\0\3\4\d\6\6\d\1\5\c\f\2\e\5\0\a\0\d\7\2\8\9\a\7\4\6\e\f\7\c\8\a\0\a\d\9\8\c\4\f\6\1\4\0\3\f\2\9\b ]]
5182024-05-20T15:17:26.030Z+ do_untar out/downloads/dendrite-stub.tar.gz
5192024-05-20T15:17:26.030Z+ tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads
5202024-05-20T15:17:26.859Z+ do_assemble
5212024-05-20T15:17:26.859Z+ rm -r ./out/dendrite-stub
5222024-05-20T15:17:26.884Z+ mkdir ./out/dendrite-stub
5232024-05-20T15:17:26.885Z+ cp -r out/downloads/root ./out/dendrite-stub/root
5242024-05-20T15:17:26.987Z+ ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin
5252024-05-20T15:17:27.014Z+ set -o errexit
5262024-05-20T15:17:27.014Z+++ dirname ./tools/ci_download_maghemite_mgd
5272024-05-20T15:17:27.014Z++ cd ./tools
5282024-05-20T15:17:27.014Z++ pwd
5292024-05-20T15:17:27.014Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
5302024-05-20T15:17:27.014Z++ basename ./tools/ci_download_maghemite_mgd
5312024-05-20T15:17:27.014Z+ ARG0=ci_download_maghemite_mgd
5322024-05-20T15:17:27.014Z+ source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums
5332024-05-20T15:17:27.014Z++ CIDL_SHA256=e0907de39ca9f8ab45d40d361a1dbeed4bd8e9b157f8d3d8fe0a4bc259d933bd
5342024-05-20T15:17:27.014Z++ MGD_LINUX_SHA256=903413ddaab89594ed7518cb8f2f27793e96cd17ed2d6b3fe11657ec4375cb19
5352024-05-20T15:17:27.015Z+ source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version
5362024-05-20T15:17:27.015Z++ COMMIT=025389ff39d594bf2b815377e2c1dc4dd23b1f96
5372024-05-20T15:17:27.015Z++ SHA2=a5d2f275c99152711dec1df58fd49d459d3fcb8fbfc7a7f48f432be248d74639
5382024-05-20T15:17:27.015Z+ TARGET_DIR=out
5392024-05-20T15:17:27.015Z+ DOWNLOAD_DIR=out/downloads
5402024-05-20T15:17:27.015Z+ DEST_DIR=./out/mgd
5412024-05-20T15:17:27.015Z+ BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin
5422024-05-20T15:17:27.015Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
5432024-05-20T15:17:27.015Z+ REPO=oxidecomputer/maghemite
5442024-05-20T15:17:27.015Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/025389ff39d594bf2b815377e2c1dc4dd23b1f96
5452024-05-20T15:17:27.015Z+ main
5462024-05-20T15:17:27.015Z+ rm -rf out/downloads/root
5472024-05-20T15:17:27.043Z+ [[ 0 != 0 ]]
5482024-05-20T15:17:27.043Z+ CIDL_OS=solaris2.11
5492024-05-20T15:17:27.043Z+ [[ 0 != 0 ]]
5502024-05-20T15:17:27.043Z+ configure_os solaris2.11
5512024-05-20T15:17:27.043Z+ echo 'current directory: /work/oxidecomputer/omicron'
5522024-05-20T15:17:27.043Z+ echo 'configuring based on OS: "solaris2.11"'
5532024-05-20T15:17:27.043Zcurrent directory: /work/oxidecomputer/omicron
5542024-05-20T15:17:27.043Zconfiguring based on OS: "solaris2.11"
5552024-05-20T15:17:27.043Z+ case "$1" in
5562024-05-20T15:17:27.043Z+ SET_BINARIES=
5572024-05-20T15:17:27.044Z+ CIDL_SHA256FUNC=do_sha256sum
5582024-05-20T15:17:27.044Z+ TARBALL_FILENAME=mgd.tar.gz
5592024-05-20T15:17:27.044Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/025389ff39d594bf2b815377e2c1dc4dd23b1f96/mgd.tar.gz
5602024-05-20T15:17:27.044Z+ TARBALL_FILE=out/downloads/mgd.tar.gz
5612024-05-20T15:17:27.044Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/025389ff39d594bf2b815377e2c1dc4dd23b1f96/mgd.tar.gz'
5622024-05-20T15:17:27.044Z+ echo 'Local file: out/downloads/mgd.tar.gz'
5632024-05-20T15:17:27.044ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/025389ff39d594bf2b815377e2c1dc4dd23b1f96/mgd.tar.gz
5642024-05-20T15:17:27.044Z+ mkdir -p out/downloads
5652024-05-20T15:17:27.044ZLocal file: out/downloads/mgd.tar.gz
5662024-05-20T15:17:27.044Z+ mkdir -p ./out/mgd
5672024-05-20T15:17:27.044Z+ fetch_and_verify
5682024-05-20T15:17:27.044Z+ local DO_DOWNLOAD=true
5692024-05-20T15:17:27.045Z+ [[ -f out/downloads/mgd.tar.gz ]]
5702024-05-20T15:17:27.045Z+ '[' true == true ']'
5712024-05-20T15:17:27.045Z+ echo Downloading...
5722024-05-20T15:17:27.045ZDownloading...
5732024-05-20T15:17:27.045Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/025389ff39d594bf2b815377e2c1dc4dd23b1f96/mgd.tar.gz out/downloads/mgd.tar.gz
5742024-05-20T15:17:27.045Z+ curl --silent --show-error --fail --location --output out/downloads/mgd.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/025389ff39d594bf2b815377e2c1dc4dd23b1f96/mgd.tar.gz
5752024-05-20T15:18:45.004Z++ do_sha256sum out/downloads/mgd.tar.gz
5762024-05-20T15:18:45.121Z++ sha256sum
5772024-05-20T15:18:45.122Z++ awk '{print $1}'
5782024-05-20T15:18:45.122Z+ calculated_sha256=e0907de39ca9f8ab45d40d361a1dbeed4bd8e9b157f8d3d8fe0a4bc259d933bd
5792024-05-20T15:18:45.122Z+ [[ e0907de39ca9f8ab45d40d361a1dbeed4bd8e9b157f8d3d8fe0a4bc259d933bd != \e\0\9\0\7\d\e\3\9\c\a\9\f\8\a\b\4\5\d\4\0\d\3\6\1\a\1\d\b\e\e\d\4\b\d\8\e\9\b\1\5\7\f\8\d\3\d\8\f\e\0\a\4\b\c\2\5\9\d\9\3\3\b\d ]]
5802024-05-20T15:18:45.122Z+ do_untar out/downloads/mgd.tar.gz
5812024-05-20T15:18:45.122Z+ tar xzf out/downloads/mgd.tar.gz -C out/downloads
5822024-05-20T15:18:45.695Z+ do_assemble
5832024-05-20T15:18:45.696Z+ rm -r ./out/mgd
5842024-05-20T15:18:45.975Z+ mkdir ./out/mgd
5852024-05-20T15:18:45.975Z+ cp -r out/downloads/root ./out/mgd/root
5862024-05-20T15:18:45.975Z+ set -o errexit
5872024-05-20T15:18:45.976Z+++ dirname ./tools/ci_download_transceiver_control
5882024-05-20T15:18:45.976Z++ cd ./tools
5892024-05-20T15:18:45.976Z++ pwd
5902024-05-20T15:18:45.976Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
5912024-05-20T15:18:45.976Z++ basename ./tools/ci_download_transceiver_control
5922024-05-20T15:18:45.976Z+ ARG0=ci_download_transceiver_control
5932024-05-20T15:18:45.976Z+ source /work/oxidecomputer/omicron/tools/transceiver_control_version
5942024-05-20T15:18:45.976Z++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a
5952024-05-20T15:18:45.976Z++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
5962024-05-20T15:18:45.976Z+ TARGET_DIR=out
5972024-05-20T15:18:45.976Z+ DOWNLOAD_DIR=out/downloads
5982024-05-20T15:18:45.976Z+ DEST_DIR=./out/transceiver-control
5992024-05-20T15:18:45.976Z+ BIN_DIR=/opt/oxide/bin
6002024-05-20T15:18:45.976Z+ BINARY=xcvradm
6012024-05-20T15:18:45.976Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
6022024-05-20T15:18:45.976Z+ REPO=oxidecomputer/transceiver-control
6032024-05-20T15:18:45.976Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a
6042024-05-20T15:18:45.976Z+ main
6052024-05-20T15:18:45.976Z+ [[ 0 != 0 ]]
6062024-05-20T15:18:45.976Z+ CIDL_OS=solaris2.11
6072024-05-20T15:18:45.976Z+ [[ 0 != 0 ]]
6082024-05-20T15:18:45.977Z+ configure_os solaris2.11
6092024-05-20T15:18:45.977Z+ echo 'current directory: /work/oxidecomputer/omicron'
6102024-05-20T15:18:45.977Zcurrent directory: /work/oxidecomputer/omicron
6112024-05-20T15:18:45.977Z+ echo 'configuring based on OS: "solaris2.11"'
6122024-05-20T15:18:45.977Zconfiguring based on OS: "solaris2.11"
6132024-05-20T15:18:45.977Z+ case "$1" in
6142024-05-20T15:18:45.977Z+ SET_BINARIES=
6152024-05-20T15:18:45.977Z+ CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
6162024-05-20T15:18:45.977Z+ CIDL_SHA256FUNC=do_sha256sum
6172024-05-20T15:18:45.977Z+ ARCHIVE_FILENAME=xcvradm.gz
6182024-05-20T15:18:45.977Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz
6192024-05-20T15:18:45.977Z+ ARCHIVE_FILE=out/downloads/xcvradm.gz
6202024-05-20T15:18:45.977Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz'
6212024-05-20T15:18:45.977ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz
6222024-05-20T15:18:45.978Z+ echo 'Local file: out/downloads/xcvradm.gz'
6232024-05-20T15:18:45.978Z+ mkdir -p out/downloads
6242024-05-20T15:18:45.978ZLocal file: out/downloads/xcvradm.gz
6252024-05-20T15:18:45.978Z+ mkdir -p ./out/transceiver-control
6262024-05-20T15:18:45.978Z+ fetch_and_verify
6272024-05-20T15:18:45.978Z+ local DO_DOWNLOAD=true
6282024-05-20T15:18:45.978Z+ [[ -f out/downloads/xcvradm.gz ]]
6292024-05-20T15:18:45.978Z+ '[' true == true ']'
6302024-05-20T15:18:45.978Z+ echo Downloading...
6312024-05-20T15:18:45.978ZDownloading...
6322024-05-20T15:18:45.978Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz
6332024-05-20T15:18:45.978Z+ curl --silent --show-error --fail --location --output out/downloads/xcvradm.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz
6342024-05-20T15:18:59.556Z++ do_sha256sum out/downloads/xcvradm.gz
6352024-05-20T15:18:59.581Z++ sha256sum
6362024-05-20T15:18:59.581Z++ awk '{print $1}'
6372024-05-20T15:18:59.581Z+ calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
6382024-05-20T15:18:59.581Z+ [[ 388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 != \3\8\8\f\9\e\0\3\0\8\9\e\8\b\c\6\d\4\7\f\d\2\1\f\9\c\8\3\5\5\4\a\6\c\d\c\6\2\6\e\b\9\2\8\3\7\4\f\c\f\f\9\4\5\a\8\8\1\e\1\f\7\e\1 ]]
6392024-05-20T15:18:59.581Z+ do_unpack out/downloads/xcvradm.gz
6402024-05-20T15:18:59.581Z+ mkdir -p out/downloads/root//opt/oxide/bin
6412024-05-20T15:18:59.581Z+ gzip -dc out/downloads/xcvradm.gz
6422024-05-20T15:18:59.717Z+ chmod +x out/downloads/root//opt/oxide/bin/xcvradm
6432024-05-20T15:18:59.744Z+ do_assemble
6442024-05-20T15:18:59.744Z+ rm -r ./out/transceiver-control
6452024-05-20T15:18:59.744Z+ mkdir ./out/transceiver-control
6462024-05-20T15:18:59.744Z+ cp -r out/downloads/root ./out/transceiver-control/root
6472024-05-20T15:18:59.798Z+ set -o errexit
6482024-05-20T15:18:59.831Z+++ dirname ./tools/ci_download_thundermuffin
6492024-05-20T15:18:59.831Z++ cd ./tools
6502024-05-20T15:18:59.831Z++ pwd
6512024-05-20T15:18:59.831Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
6522024-05-20T15:18:59.831Z++ basename ./tools/ci_download_thundermuffin
6532024-05-20T15:18:59.832Z+ ARG0=ci_download_thundermuffin
6542024-05-20T15:18:59.832Z+ source /work/oxidecomputer/omicron/tools/thundermuffin_checksums
6552024-05-20T15:18:59.832Z++ CIDL_SHA256=dc55a2accd33a347df4cbdc0026cbaccea2c004940c3fec8cadcdd633d440dfa
6562024-05-20T15:18:59.832Z+ source /work/oxidecomputer/omicron/tools/thundermuffin_version
6572024-05-20T15:18:59.832Z++ COMMIT=a4a6108d7c9aac2464a0b6898e88132a8f701a13
6582024-05-20T15:18:59.832Z+ TARGET_DIR=out
6592024-05-20T15:18:59.832Z+ DOWNLOAD_DIR=out/downloads
6602024-05-20T15:18:59.832Z+ DEST_DIR=./out/thundermuffin
6612024-05-20T15:18:59.832Z+ BIN_DIR=./out/thundermuffin/root/opt/oxide/thundermuffin/bin
6622024-05-20T15:18:59.832Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
6632024-05-20T15:18:59.832Z+ REPO=oxidecomputer/thundermuffin
6642024-05-20T15:18:59.832Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13
6652024-05-20T15:18:59.832Z+ main
6662024-05-20T15:18:59.832Z+ rm -rf out/downloads/root
6672024-05-20T15:18:59.832Z+ [[ 0 != 0 ]]
6682024-05-20T15:18:59.832Z+ CIDL_OS=solaris2.11
6692024-05-20T15:18:59.832Z+ [[ 0 != 0 ]]
6702024-05-20T15:18:59.832Z+ configure_os solaris2.11
6712024-05-20T15:18:59.832Z+ echo 'current directory: /work/oxidecomputer/omicron'
6722024-05-20T15:18:59.832Zcurrent directory: /work/oxidecomputer/omicron
6732024-05-20T15:18:59.832Z+ echo 'configuring based on OS: "solaris2.11"'
6742024-05-20T15:18:59.832Z+ case "$1" in
6752024-05-20T15:18:59.833Zconfiguring based on OS: "solaris2.11"
6762024-05-20T15:18:59.833Z+ SET_BINARIES=
6772024-05-20T15:18:59.833Z+ CIDL_SHA256FUNC=do_sha256sum
6782024-05-20T15:18:59.833Z+ TARBALL_FILENAME=thundermuffin.tar.gz
6792024-05-20T15:18:59.833Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz
6802024-05-20T15:18:59.833Z+ TARBALL_FILE=out/downloads/thundermuffin.tar.gz
6812024-05-20T15:18:59.833Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz'
6822024-05-20T15:18:59.833ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz
6832024-05-20T15:18:59.833Z+ echo 'Local file: out/downloads/thundermuffin.tar.gz'
6842024-05-20T15:18:59.833Z+ mkdir -p out/downloads
6852024-05-20T15:18:59.833ZLocal file: out/downloads/thundermuffin.tar.gz
6862024-05-20T15:18:59.833Z+ mkdir -p ./out/thundermuffin
6872024-05-20T15:18:59.833Z+ fetch_and_verify
6882024-05-20T15:18:59.833Z+ local DO_DOWNLOAD=true
6892024-05-20T15:18:59.833Z+ [[ -f out/downloads/thundermuffin.tar.gz ]]
6902024-05-20T15:18:59.833Z+ '[' true == true ']'
6912024-05-20T15:18:59.833Z+ echo Downloading...
6922024-05-20T15:18:59.833ZDownloading...
6932024-05-20T15:18:59.833Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz out/downloads/thundermuffin.tar.gz
6942024-05-20T15:18:59.833Z+ curl --silent --show-error --fail --location --output out/downloads/thundermuffin.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz
6952024-05-20T15:19:03.605Z++ do_sha256sum out/downloads/thundermuffin.tar.gz
6962024-05-20T15:19:03.631Z++ sha256sum
6972024-05-20T15:19:03.631Z++ awk '{print $1}'
6982024-05-20T15:19:03.631Z+ calculated_sha256=dc55a2accd33a347df4cbdc0026cbaccea2c004940c3fec8cadcdd633d440dfa
6992024-05-20T15:19:03.631Z+ [[ dc55a2accd33a347df4cbdc0026cbaccea2c004940c3fec8cadcdd633d440dfa != \d\c\5\5\a\2\a\c\c\d\3\3\a\3\4\7\d\f\4\c\b\d\c\0\0\2\6\c\b\a\c\c\e\a\2\c\0\0\4\9\4\0\c\3\f\e\c\8\c\a\d\c\d\d\6\3\3\d\4\4\0\d\f\a ]]
7002024-05-20T15:19:03.631Z+ do_untar out/downloads/thundermuffin.tar.gz
7012024-05-20T15:19:03.631Z+ tar xzf out/downloads/thundermuffin.tar.gz -C out/downloads
7022024-05-20T15:19:03.693Z+ do_assemble
7032024-05-20T15:19:03.693Z+ rm -r ./out/thundermuffin
7042024-05-20T15:19:03.718Z+ mkdir ./out/thundermuffin
7052024-05-20T15:19:03.718Z+ cp -r out/downloads/root ./out/thundermuffin/root
7062024-05-20T15:19:03.745ZAll builder prerequisites installed successfully, and PATH looks valid
7072024-05-20T15:19:03.745Z
7082024-05-20T15:19:03.745Zreal 3:49.392815030
7092024-05-20T15:19:03.745Zuser 46.275622417
7102024-05-20T15:19:03.745Zsys 12.408042868
7112024-05-20T15:19:03.745Ztrap 0.017558571
7122024-05-20T15:19:03.745Ztflt 0.009239804
7132024-05-20T15:19:03.745Zdflt 0.018626164
7142024-05-20T15:19:03.745Zkflt 0.005056706
7152024-05-20T15:19:03.745Zlock 1.408943961
7162024-05-20T15:19:03.746Zslp 9:25.479577251
7172024-05-20T15:19:03.746Zlat 4.497924440
7182024-05-20T15:19:03.746Zstop 0.070574660
7192024-05-20T15:19:03.746Z
7202024-05-20T15:19:03.746Z #### # # ##### ##### # #
7212024-05-20T15:19:03.746Z # # # # # # # # # #
7222024-05-20T15:19:03.746Z # # # # # # # #
7232024-05-20T15:19:03.746Z # # # ##### ##### #
7242024-05-20T15:19:03.746Z # # # # # # #
7252024-05-20T15:19:03.746Z #### ###### # # # #
7262024-05-20T15:19:03.746Z
7272024-05-20T15:19:04.011Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
7282024-05-20T15:19:04.506Z Updating git repository `https://github.com/oxidecomputer/zone`
7292024-05-20T15:19:04.912Z Updating crates.io index
7302024-05-20T15:19:04.978Z Updating git repository `https://github.com/oxidecomputer/dropshot`
7312024-05-20T15:19:05.788Z Updating git repository `https://github.com/oxidecomputer/maghemite`
7322024-05-20T15:19:06.630Z Updating git repository `https://github.com/oxidecomputer/progenitor`
7332024-05-20T15:19:10.186Z Updating git repository `http://github.com/oxidecomputer/serde_human_bytes`
7342024-05-20T15:19:11.580Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
7352024-05-20T15:19:11.632Z Updating git repository `https://github.com/oxidecomputer/propolis`
7362024-05-20T15:19:12.684Z Updating git repository `https://github.com/oxidecomputer/crucible`
7372024-05-20T15:19:14.844Z Updating git repository `https://github.com/oxidecomputer/opte`
7382024-05-20T15:19:16.066Z Updating git repository `https://github.com/oxidecomputer/falcon`
7392024-05-20T15:19:16.929Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
7402024-05-20T15:19:17.691Z Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel`
7412024-05-20T15:19:18.408Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
7422024-05-20T15:19:19.364Z Updating git repository `http://github.com/oxidecomputer/sprockets`
7432024-05-20T15:19:19.486Z Updating git repository `https://github.com/oxidecomputer/diesel-dtrace`
7442024-05-20T15:19:19.857Z Updating git repository `http://github.com/oxidecomputer/tofino`
7452024-05-20T15:19:20.332Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
7462024-05-20T15:19:20.678Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
7472024-05-20T15:19:21.120Z Updating git repository `https://github.com/oxidecomputer/libnvme`
7482024-05-20T15:19:21.743Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
7492024-05-20T15:19:21.941Z Updating git repository `https://github.com/oxidecomputer/ispf`
7502024-05-20T15:19:22.302Z Updating git repository `https://github.com/oxidecomputer/poptrie`
7512024-05-20T15:19:22.766Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
7522024-05-20T15:19:23.597Z Updating git repository `https://github.com/jgallagher/nix`
7532024-05-20T15:19:24.744Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
7542024-05-20T15:19:25.432Z Updating git repository `https://github.com/cbiffle/hubpack`
7552024-05-20T15:19:25.583Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
7562024-05-20T15:19:26.127Z Updating git repository `https://github.com/oxidecomputer/typify`
7572024-05-20T15:19:29.179Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
7582024-05-20T15:19:29.402Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
7592024-05-20T15:19:29.546Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
7602024-05-20T15:19:30.260Z Updating git repository `https://github.com/oxidecomputer/rfb`
7612024-05-20T15:19:31.698Z Downloading crates ...
7622024-05-20T15:19:31.751Z Downloaded anstyle-parse v0.2.1
7632024-05-20T15:19:31.783Z Downloaded anstyle-query v1.0.0
7642024-05-20T15:19:31.783Z Downloaded cargo_toml v0.20.2
7652024-05-20T15:19:31.783Z Downloaded clap v4.5.4
7662024-05-20T15:19:31.783Z Downloaded toml_datetime v0.6.5
7672024-05-20T15:19:31.823Z Downloaded utf8parse v0.2.1
7682024-05-20T15:19:31.823Z Downloaded unicode-ident v1.0.12
7692024-05-20T15:19:31.823Z Downloaded winnow v0.6.1
7702024-05-20T15:19:31.823Z Downloaded rustix v0.38.31
7712024-05-20T15:19:31.850Z Downloaded libc v0.2.153
7722024-05-20T15:19:31.876Z Downloaded toml_edit v0.22.12
7732024-05-20T15:19:31.902Z Downloaded syn v2.0.60
7742024-05-20T15:19:31.902Z Downloaded toml v0.8.12
7752024-05-20T15:19:31.902Z Downloaded thiserror-impl v1.0.60
7762024-05-20T15:19:31.929Z Downloaded thiserror v1.0.60
7772024-05-20T15:19:31.930Z Downloaded serde_derive v1.0.201
7782024-05-20T15:19:31.930Z Downloaded serde v1.0.201
7792024-05-20T15:19:31.930Z Downloaded indexmap v2.2.6
7802024-05-20T15:19:31.930Z Downloaded hashbrown v0.14.3
7812024-05-20T15:19:31.930Z Downloaded terminal_size v0.3.0
7822024-05-20T15:19:31.930Z Downloaded swrite v0.1.0
7832024-05-20T15:19:31.930Z Downloaded strsim v0.11.0
7842024-05-20T15:19:31.955Z Downloaded serde_spanned v0.6.5
7852024-05-20T15:19:31.955Z Downloaded serde_json v1.0.117
7862024-05-20T15:19:31.955Z Downloaded semver v1.0.23
7872024-05-20T15:19:31.955Z Downloaded ryu v1.0.15
7882024-05-20T15:19:31.955Z Downloaded quote v1.0.36
7892024-05-20T15:19:31.955Z Downloaded proc-macro2 v1.0.82
7902024-05-20T15:19:31.956Z Downloaded memchr v2.7.1
7912024-05-20T15:19:31.980Z Downloaded macaddr v1.0.1
7922024-05-20T15:19:31.980Z Downloaded itoa v1.0.9
7932024-05-20T15:19:31.980Z Downloaded heck v0.5.0
7942024-05-20T15:19:31.980Z Downloaded fs-err v2.11.0
7952024-05-20T15:19:31.980Z Downloaded errno v0.3.8
7962024-05-20T15:19:31.981Z Downloaded equivalent v1.0.1
7972024-05-20T15:19:31.981Z Downloaded colorchoice v1.0.0
7982024-05-20T15:19:31.981Z Downloaded clap_lex v0.7.0
7992024-05-20T15:19:31.981Z Downloaded clap_derive v4.5.4
8002024-05-20T15:19:31.981Z Downloaded clap_builder v4.5.2
8012024-05-20T15:19:31.981Z Downloaded autocfg v1.1.0
8022024-05-20T15:19:31.981Z Downloaded cargo_metadata v0.18.1
8032024-05-20T15:19:32.006Z Downloaded camino v1.1.7
8042024-05-20T15:19:32.006Z Downloaded cargo-platform v0.1.3
8052024-05-20T15:19:32.006Z Downloaded bitflags v2.4.2
8062024-05-20T15:19:32.006Z Downloaded anyhow v1.0.83
8072024-05-20T15:19:32.006Z Downloaded anstream v0.6.11
8082024-05-20T15:19:32.006Z Downloaded anstyle v1.0.7
8092024-05-20T15:19:32.102Z Compiling proc-macro2 v1.0.82
8102024-05-20T15:19:32.127Z Compiling unicode-ident v1.0.12
8112024-05-20T15:19:32.127Z Compiling serde v1.0.201
8122024-05-20T15:19:32.127Z Compiling libc v0.2.153
8132024-05-20T15:19:32.127Z Compiling rustix v0.38.31
8142024-05-20T15:19:32.127Z Compiling bitflags v2.4.2
8152024-05-20T15:19:32.127Z Compiling hashbrown v0.14.3
8162024-05-20T15:19:32.127Z Compiling utf8parse v0.2.1
8172024-05-20T15:19:32.421Z Compiling equivalent v1.0.1
8182024-05-20T15:19:32.446Z Compiling anstyle-parse v0.2.1
8192024-05-20T15:19:32.533Z Compiling anstyle-query v1.0.0
8202024-05-20T15:19:32.622Z Compiling autocfg v1.1.0
8212024-05-20T15:19:32.660Z Compiling semver v1.0.23
8222024-05-20T15:19:32.755Z Compiling winnow v0.6.1
8232024-05-20T15:19:32.864Z Compiling colorchoice v1.0.0
8242024-05-20T15:19:33.024Z Compiling camino v1.1.7
8252024-05-20T15:19:33.060Z Compiling anstyle v1.0.7
8262024-05-20T15:19:33.245Z Compiling serde_json v1.0.117
8272024-05-20T15:19:33.470Z Compiling indexmap v2.2.6
8282024-05-20T15:19:33.602Z Compiling thiserror v1.0.60
8292024-05-20T15:19:33.602Z Compiling fs-err v2.11.0
8302024-05-20T15:19:33.719Z Compiling anstream v0.6.11
8312024-05-20T15:19:33.855Z Compiling quote v1.0.36
8322024-05-20T15:19:34.420Z Compiling clap_lex v0.7.0
8332024-05-20T15:19:34.420Z Compiling errno v0.3.8
8342024-05-20T15:19:34.420Z Compiling syn v2.0.60
8352024-05-20T15:19:34.421Z Compiling anyhow v1.0.83
8362024-05-20T15:19:34.421Z Compiling ryu v1.0.15
8372024-05-20T15:19:34.421Z Compiling strsim v0.11.0
8382024-05-20T15:19:34.565Z Compiling heck v0.5.0
8392024-05-20T15:19:34.655Z Compiling itoa v1.0.9
8402024-05-20T15:19:34.879Z Compiling swrite v0.1.0
8412024-05-20T15:19:35.178Z Compiling terminal_size v0.3.0
8422024-05-20T15:19:35.423Z Compiling clap_builder v4.5.2
8432024-05-20T15:19:40.440Z Compiling serde_derive v1.0.201
8442024-05-20T15:19:40.440Z Compiling thiserror-impl v1.0.60
8452024-05-20T15:19:40.575Z Compiling clap_derive v4.5.4
8462024-05-20T15:19:43.670Z Compiling clap v4.5.4
8472024-05-20T15:19:50.011Z Compiling serde_spanned v0.6.5
8482024-05-20T15:19:50.011Z Compiling toml_datetime v0.6.5
8492024-05-20T15:19:50.107Z Compiling cargo-platform v0.1.3
8502024-05-20T15:19:50.107Z Compiling macaddr v1.0.1
8512024-05-20T15:19:50.108Z Compiling toml_edit v0.22.12
8522024-05-20T15:19:50.856Z Compiling cargo_metadata v0.18.1
8532024-05-20T15:19:52.166Z Compiling toml v0.8.12
8542024-05-20T15:19:52.809Z Compiling cargo_toml v0.20.2
8552024-05-20T15:19:56.933Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
8562024-05-20T15:20:00.071Z Finished dev [unoptimized + debuginfo] target(s) in 56.24s
8572024-05-20T15:20:00.283Z Running `target/debug/xtask clippy`
8582024-05-20T15:20:00.358Zrunning: "/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/cargo" "clippy" "--all-targets" "--" "--deny" "warnings"
8592024-05-20T15:20:01.091Z Downloading crates ...
8602024-05-20T15:20:01.239Z Downloaded addr2line v0.21.0
8612024-05-20T15:20:01.770Z Downloaded argon2 v0.5.3
8622024-05-20T15:20:01.770Z Downloaded anes v0.1.6
8632024-05-20T15:20:01.770Z Downloaded atomic-waker v1.1.1
8642024-05-20T15:20:01.770Z Downloaded atomicwrites v0.4.3
8652024-05-20T15:20:01.770Z Downloaded assert_cmd v2.0.14
8662024-05-20T15:20:01.770Z Downloaded headers-core v0.2.0
8672024-05-20T15:20:01.771Z Downloaded highway v1.1.0
8682024-05-20T15:20:01.771Z Downloaded httpdate v1.0.3
8692024-05-20T15:20:01.771Z Downloaded http v0.2.12
8702024-05-20T15:20:01.771Z Downloaded http v1.0.0
8712024-05-20T15:20:01.771Z Downloaded ident_case v1.0.1
8722024-05-20T15:20:01.771Z Downloaded lazy_static v1.4.0
8732024-05-20T15:20:01.771Z Downloaded linked-hash-map v0.5.6
8742024-05-20T15:20:01.771Z Downloaded instant v0.1.12
8752024-05-20T15:20:01.820Z Downloaded normalize-line-endings v0.3.0
8762024-05-20T15:20:01.820Z Downloaded newtype_derive v0.1.6
8772024-05-20T15:20:01.820Z Downloaded usdt-macro v0.5.0
8782024-05-20T15:20:01.820Z Downloaded guppy-workspace-hack v0.1.0
8792024-05-20T15:20:01.820Z Downloaded group v0.13.0
8802024-05-20T15:20:01.820Z Downloaded quick-error v1.2.3
8812024-05-20T15:20:01.820Z Downloaded time-core v0.1.2
8822024-05-20T15:20:01.820Z Downloaded tower-service v0.3.2
8832024-05-20T15:20:01.821Z Downloaded opaque-debug v0.3.0
8842024-05-20T15:20:01.821Z Downloaded packed_struct_codegen v0.10.1
8852024-05-20T15:20:01.821Z Downloaded serde-big-array v0.5.1
8862024-05-20T15:20:01.821Z Downloaded phf_shared v0.10.0
8872024-05-20T15:20:01.821Z Downloaded signal-hook-tokio v0.3.1
8882024-05-20T15:20:01.821Z Downloaded foreign-types-shared v0.3.1
8892024-05-20T15:20:01.821Z Downloaded sigpipe v0.1.3
8902024-05-20T15:20:01.821Z Downloaded hash32 v0.3.1
8912024-05-20T15:20:01.821Z Downloaded doc-comment v0.3.3
8922024-05-20T15:20:01.821Z Downloaded dtrace-parser v0.2.0
8932024-05-20T15:20:01.821Z Downloaded defmt-parser v0.3.3
8942024-05-20T15:20:01.821Z Downloaded either v1.11.0
8952024-05-20T15:20:01.821Z Downloaded stable_deref_trait v1.2.0
8962024-05-20T15:20:01.821Z Downloaded embedded-io v0.4.0
8972024-05-20T15:20:01.821Z Downloaded wyz v0.5.1
8982024-05-20T15:20:01.821Z Downloaded escape8259 v0.5.2
8992024-05-20T15:20:01.821Z Downloaded tungstenite v0.20.1
9002024-05-20T15:20:01.822Z Downloaded parse-display v0.9.0
9012024-05-20T15:20:01.822Z Downloaded rustfmt-wrapper v0.2.1
9022024-05-20T15:20:01.822Z Downloaded peeking_take_while v0.1.2
9032024-05-20T15:20:01.822Z Downloaded num-derive v0.4.0
9042024-05-20T15:20:01.822Z Downloaded radium v0.7.0
9052024-05-20T15:20:01.822Z Downloaded ref-cast-impl v1.0.23
9062024-05-20T15:20:01.822Z Downloaded ref-cast v1.0.23
9072024-05-20T15:20:01.822Z Downloaded parse-display-derive v0.9.0
9082024-05-20T15:20:01.822Z Downloaded parking_lot_core v0.9.8
9092024-05-20T15:20:01.822Z Downloaded pin-utils v0.1.0
9102024-05-20T15:20:01.822Z Downloaded resolv-conf v0.7.0
9112024-05-20T15:20:01.822Z Downloaded pin-project-lite v0.2.13
9122024-05-20T15:20:01.822Z Downloaded ron v0.7.1
9132024-05-20T15:20:01.822Z Downloaded winnow v0.5.15
9142024-05-20T15:20:01.822Z Downloaded rayon v1.10.0
9152024-05-20T15:20:01.822Z Downloaded regex-automata v0.1.10
9162024-05-20T15:20:01.822Z Downloaded ratatui v0.26.2
9172024-05-20T15:20:01.822Z Downloaded reqwest v0.11.27
9182024-05-20T15:20:01.822Z Downloaded regex-syntax v0.6.29
9192024-05-20T15:20:01.822Z Downloaded bzip2-sys v0.1.11+1.0.8
9202024-05-20T15:20:01.822Z Downloaded regex-automata v0.4.5
9212024-05-20T15:20:01.822Z Downloaded sha3 v0.10.8
9222024-05-20T15:20:01.822Z Downloaded zerocopy-derive v0.6.6
9232024-05-20T15:20:01.822Z Downloaded encoding_rs v0.8.33
9242024-05-20T15:20:01.823Z Downloaded zerocopy-derive v0.2.0
9252024-05-20T15:20:01.823Z Downloaded regex v1.10.4
9262024-05-20T15:20:01.823Z Downloaded rustls v0.22.4
9272024-05-20T15:20:01.823Z Downloaded rustls v0.21.9
9282024-05-20T15:20:01.823Z Downloaded csv v1.3.0
9292024-05-20T15:20:01.823Z Downloaded ring v0.17.8
9302024-05-20T15:20:01.890Z Downloaded ring v0.16.20
9312024-05-20T15:20:01.988Z Downloaded petgraph v0.6.5
9322024-05-20T15:20:02.016Z Downloaded trust-dns-proto v0.22.0
9332024-05-20T15:20:02.044Z Downloaded tokio v1.37.0
9342024-05-20T15:20:02.073Z Downloaded polar-core v0.27.3
9352024-05-20T15:20:02.103Z Downloaded smoltcp v0.11.0
9362024-05-20T15:20:02.103Z Downloaded regex-syntax v0.8.2
9372024-05-20T15:20:02.129Z Downloaded sled v0.34.7
9382024-05-20T15:20:02.129Z Downloaded sqlparser v0.45.0
9392024-05-20T15:20:02.129Z Downloaded tabled v0.15.0
9402024-05-20T15:20:02.163Z Downloaded syn v1.0.109
9412024-05-20T15:20:02.163Z Downloaded regress v0.9.1
9422024-05-20T15:20:02.190Z Downloaded radix_trie v0.2.1
9432024-05-20T15:20:02.190Z Downloaded num-bigint-dig v0.8.4
9442024-05-20T15:20:02.190Z Downloaded zerocopy v0.7.32
9452024-05-20T15:20:02.217Z Downloaded rustls-webpki v0.101.7
9462024-05-20T15:20:02.242Z Downloaded openapiv3 v2.0.0
9472024-05-20T15:20:02.243Z Downloaded smoltcp v0.9.1
9482024-05-20T15:20:02.268Z Downloaded quick-xml v0.31.0
9492024-05-20T15:20:02.268Z Downloaded num-bigint v0.4.4
9502024-05-20T15:20:02.268Z Downloaded curve25519-dalek v4.1.2
9512024-05-20T15:20:02.293Z Downloaded serde_with v3.7.0
9522024-05-20T15:20:02.293Z Downloaded pest v2.7.6
9532024-05-20T15:20:02.293Z Downloaded webpki-roots v0.25.2
9542024-05-20T15:20:02.294Z Downloaded der v0.7.8
9552024-05-20T15:20:02.321Z Downloaded rustls-webpki v0.102.1
9562024-05-20T15:20:02.321Z Downloaded openssl v0.10.64
9572024-05-20T15:20:02.355Z Downloaded object v0.32.1
9582024-05-20T15:20:02.355Z Downloaded object v0.30.4
9592024-05-20T15:20:02.382Z Downloaded rayon-core v1.12.1
9602024-05-20T15:20:02.382Z Downloaded rand v0.8.5
9612024-05-20T15:20:02.382Z Downloaded rstest_macros v0.19.0
9622024-05-20T15:20:02.382Z Downloaded rsa v0.9.2
9632024-05-20T15:20:02.382Z Downloaded ron v0.8.1
9642024-05-20T15:20:02.382Z Downloaded fancy-regex v0.13.0
9652024-05-20T15:20:02.409Z Downloaded expectorate v1.1.0
9662024-05-20T15:20:02.409Z Downloaded plotters v0.3.5
9672024-05-20T15:20:02.409Z Downloaded x509-cert v0.2.4
9682024-05-20T15:20:02.409Z Downloaded steno v0.4.0
9692024-05-20T15:20:02.440Z Downloaded rustyline v14.0.0
9702024-05-20T15:20:02.441Z Downloaded pin-project-internal v1.1.3
9712024-05-20T15:20:02.441Z Downloaded peg v0.8.3
9722024-05-20T15:20:02.441Z Downloaded password-hash v0.5.0
9732024-05-20T15:20:02.441Z Downloaded partial-io v0.5.4
9742024-05-20T15:20:02.441Z Downloaded parking_lot_core v0.8.6
9752024-05-20T15:20:02.441Z Downloaded parking_lot v0.12.1
9762024-05-20T15:20:02.441Z Downloaded papergrid v0.11.0
9772024-05-20T15:20:02.474Z Downloaded slog v2.7.0
9782024-05-20T15:20:02.474Z Downloaded fatfs v0.3.6
9792024-05-20T15:20:02.474Z Downloaded portable-atomic v1.4.3
9802024-05-20T15:20:02.474Z Downloaded parking_lot v0.11.2
9812024-05-20T15:20:02.475Z Downloaded num-iter v0.1.45
9822024-05-20T15:20:02.475Z Downloaded fixedbitset v0.4.2
9832024-05-20T15:20:02.475Z Downloaded env_logger v0.10.0
9842024-05-20T15:20:02.475Z Downloaded env_logger v0.9.3
9852024-05-20T15:20:03.739Z Downloaded zerocopy v0.6.6
9862024-05-20T15:20:03.739Z Downloaded elliptic-curve v0.13.8
9872024-05-20T15:20:03.740Z Downloaded hashbrown v0.13.2
9882024-05-20T15:20:03.740Z Downloaded flate2 v1.0.30
9892024-05-20T15:20:03.740Z Downloaded rand_xorshift v0.3.0
9902024-05-20T15:20:03.740Z Downloaded paste v1.0.15
9912024-05-20T15:20:03.740Z Downloaded fd-lock v4.0.2
9922024-05-20T15:20:03.740Z Downloaded rstest v0.19.0
9932024-05-20T15:20:03.790Z Downloaded erased-serde v0.3.31
9942024-05-20T15:20:03.791Z Downloaded typed-path v0.7.0
9952024-05-20T15:20:03.791Z Downloaded trust-dns-server v0.22.1
9962024-05-20T15:20:03.791Z Downloaded trust-dns-resolver v0.22.0
9972024-05-20T15:20:03.791Z Downloaded rand_core v0.6.4
9982024-05-20T15:20:03.791Z Downloaded rand_chacha v0.3.1
9992024-05-20T15:20:03.791Z Downloaded rpassword v7.3.1
10002024-05-20T15:20:03.791Z Downloaded hashbrown v0.12.3
10012024-05-20T15:20:03.791Z Downloaded r2d2 v0.8.10
10022024-05-20T15:20:03.791Z Downloaded flagset v0.4.3
10032024-05-20T15:20:03.791Z Downloaded yasna v0.5.2
10042024-05-20T15:20:03.791Z Downloaded flume v0.11.0
10052024-05-20T15:20:03.791Z Downloaded pathdiff v0.2.1
10062024-05-20T15:20:03.791Z Downloaded path-slash v0.1.5
10072024-05-20T15:20:03.791Z Downloaded parse-size v1.0.0
10082024-05-20T15:20:03.791Z Downloaded num-integer v0.1.46
10092024-05-20T15:20:03.791Z Downloaded num-conv v0.1.0
10102024-05-20T15:20:03.791Z Downloaded num-complex v0.4.6
10112024-05-20T15:20:03.791Z Downloaded filetime v0.2.23
10122024-05-20T15:20:03.791Z Downloaded ff v0.13.0
10132024-05-20T15:20:03.791Z Downloaded slog-async v2.8.0
10142024-05-20T15:20:03.791Z Downloaded slab v0.4.9
10152024-05-20T15:20:03.791Z Downloaded siphasher v0.3.11
10162024-05-20T15:20:03.792Z Downloaded similar-asserts v1.5.0
10172024-05-20T15:20:03.792Z Downloaded fastrand v2.0.1
10182024-05-20T15:20:03.792Z Downloaded fallible-iterator v0.2.0
10192024-05-20T15:20:03.792Z Downloaded smallvec v1.13.1
10202024-05-20T15:20:03.792Z Downloaded zip v0.6.6
10212024-05-20T15:20:03.792Z Downloaded enum-as-inner v0.5.1
10222024-05-20T15:20:03.792Z Downloaded slog-term v2.9.1
10232024-05-20T15:20:03.792Z Downloaded salty v0.2.0
10242024-05-20T15:20:03.792Z Downloaded unicode-normalization v0.1.22
10252024-05-20T15:20:03.792Z Downloaded trust-dns-client v0.22.0
10262024-05-20T15:20:03.792Z Downloaded tracing-core v0.1.32
10272024-05-20T15:20:03.792Z Downloaded gimli v0.28.0
10282024-05-20T15:20:03.792Z Downloaded diesel v2.1.6
10292024-05-20T15:20:03.792Z Downloaded slog-stdlog v4.1.1
10302024-05-20T15:20:03.792Z Downloaded slog-scope v4.4.0
10312024-05-20T15:20:03.792Z Downloaded slog-json v2.6.1
10322024-05-20T15:20:03.792Z Downloaded slog-envlogger v2.2.0
10332024-05-20T15:20:03.792Z Downloaded yansi v0.5.1
10342024-05-20T15:20:03.792Z Downloaded xattr v1.0.1
10352024-05-20T15:20:03.792Z Downloaded whoami v1.5.1
10362024-05-20T15:20:03.792Z Downloaded tracing-attributes v0.1.27
10372024-05-20T15:20:03.792Z Downloaded structmeta v0.3.0
10382024-05-20T15:20:03.792Z Downloaded structmeta v0.2.0
10392024-05-20T15:20:03.793Z Downloaded strip-ansi-escapes v0.2.0
10402024-05-20T15:20:03.793Z Downloaded stringprep v0.1.3
10412024-05-20T15:20:03.793Z Downloaded der_derive v0.7.2
10422024-05-20T15:20:03.793Z Downloaded datatest-stable v0.2.9
10432024-05-20T15:20:03.793Z Downloaded zerocopy-derive v0.7.32
10442024-05-20T15:20:03.793Z Downloaded samael v0.0.15
10452024-05-20T15:20:03.793Z Downloaded tokio-util v0.7.10
10462024-05-20T15:20:03.793Z Downloaded endian-type v0.1.2
10472024-05-20T15:20:03.793Z Downloaded zerocopy v0.3.0
10482024-05-20T15:20:03.793Z Downloaded structmeta-derive v0.2.0
10492024-05-20T15:20:03.793Z Downloaded strsim v0.10.0
10502024-05-20T15:20:03.793Z Downloaded string_cache v0.8.7
10512024-05-20T15:20:03.793Z Downloaded static_assertions v1.1.0
10522024-05-20T15:20:03.793Z Downloaded sqlformat v0.2.3
10532024-05-20T15:20:03.793Z Downloaded smallvec v0.6.14
10542024-05-20T15:20:03.793Z Downloaded rustls-pemfile v2.1.2
10552024-05-20T15:20:03.793Z Downloaded headers v0.3.9
10562024-05-20T15:20:03.793Z Downloaded tungstenite v0.21.0
10572024-05-20T15:20:03.793Z Downloaded defmt-macros v0.3.6
10582024-05-20T15:20:03.793Z Downloaded defmt v0.3.5
10592024-05-20T15:20:03.793Z Downloaded debug-ignore v1.0.5
10602024-05-20T15:20:03.793Z Downloaded rustls-pemfile v1.0.3
10612024-05-20T15:20:03.793Z Downloaded rustls-native-certs v0.7.0
10622024-05-20T15:20:03.794Z Downloaded darling_core v0.20.8
10632024-05-20T15:20:03.794Z Downloaded peg-macros v0.8.3
10642024-05-20T15:20:03.794Z Downloaded schemars v0.8.17
10652024-05-20T15:20:03.794Z Downloaded dof v0.1.5
10662024-05-20T15:20:03.794Z Downloaded data-encoding v2.4.0
10672024-05-20T15:20:03.794Z Downloaded trybuild v1.0.91
10682024-05-20T15:20:03.794Z Downloaded stability v0.2.0
10692024-05-20T15:20:03.794Z Downloaded sqlparser_derive v0.2.2
10702024-05-20T15:20:03.794Z Downloaded ena v0.14.2
10712024-05-20T15:20:03.794Z Downloaded ed25519 v1.5.3
10722024-05-20T15:20:03.794Z Downloaded dirs-sys-next v0.1.2
10732024-05-20T15:20:03.794Z Downloaded similar v2.4.0
10742024-05-20T15:20:03.794Z Downloaded futures v0.3.30
10752024-05-20T15:20:03.794Z Downloaded unicode_categories v0.1.1
10762024-05-20T15:20:03.794Z Downloaded unicode-segmentation v1.10.1
10772024-05-20T15:20:03.794Z Downloaded typenum v1.16.0
10782024-05-20T15:20:03.794Z Downloaded dyn-clone v1.0.17
10792024-05-20T15:20:03.794Z Downloaded dof v0.3.0
10802024-05-20T15:20:03.794Z Downloaded rustls-pki-types v1.3.0
10812024-05-20T15:20:03.794Z Downloaded serde_with_macros v3.7.0
10822024-05-20T15:20:03.794Z Downloaded serde_yaml v0.9.25
10832024-05-20T15:20:03.794Z Downloaded pem-rfc7468 v0.7.0
10842024-05-20T15:20:03.794Z Downloaded num-traits v0.2.19
10852024-05-20T15:20:03.795Z Downloaded dtrace-parser v0.1.14
10862024-05-20T15:20:03.795Z Downloaded downcast v0.11.0
10872024-05-20T15:20:03.795Z Downloaded darling_macro v0.20.8
10882024-05-20T15:20:03.795Z Downloaded fnv v1.0.7
10892024-05-20T15:20:03.795Z Downloaded float-cmp v0.9.0
10902024-05-20T15:20:03.795Z Downloaded zeroize_derive v1.4.2
10912024-05-20T15:20:03.795Z Downloaded zeroize v1.7.0
10922024-05-20T15:20:03.795Z Downloaded serde_tokenstream v0.2.0
10932024-05-20T15:20:03.848Z Downloaded pin-project v1.1.3
10942024-05-20T15:20:03.848Z Downloaded url v2.5.0
10952024-05-20T15:20:03.848Z Downloaded tui-tree-widget v0.19.0
10962024-05-20T15:20:03.848Z Downloaded subprocess v0.2.9
10972024-05-20T15:20:03.848Z Downloaded postcard v1.0.8
10982024-05-20T15:20:03.848Z Downloaded reedline v0.31.0
10992024-05-20T15:20:03.848Z Downloaded chrono v0.4.38
11002024-05-20T15:20:03.848Z Downloaded bindgen v0.69.2
11012024-05-20T15:20:03.848Z Downloaded display-error-chain v0.2.0
11022024-05-20T15:20:03.848Z Downloaded rusty-fork v0.3.0
11032024-05-20T15:20:03.848Z Downloaded rustversion v1.0.14
11042024-05-20T15:20:03.849Z Downloaded futures-channel v0.3.30
11052024-05-20T15:20:03.849Z Downloaded darling v0.20.8
11062024-05-20T15:20:03.849Z Downloaded csv-core v0.1.11
11072024-05-20T15:20:03.849Z Downloaded zone v0.1.8
11082024-05-20T15:20:03.849Z Downloaded serde_urlencoded v0.7.1
11092024-05-20T15:20:03.849Z Downloaded serde_plain v1.0.2
11102024-05-20T15:20:03.849Z Downloaded pest_meta v2.7.6
11112024-05-20T15:20:03.849Z Downloaded percent-encoding v2.3.1
11122024-05-20T15:20:03.849Z Downloaded pem v3.0.4
11132024-05-20T15:20:03.849Z Downloaded unsafe-libyaml v0.2.10
11142024-05-20T15:20:03.849Z Downloaded unicode-bidi v0.3.15
11152024-05-20T15:20:03.849Z Downloaded schemars_derive v0.8.17
11162024-05-20T15:20:03.849Z Downloaded num-rational v0.4.2
11172024-05-20T15:20:03.849Z Downloaded time v0.3.34
11182024-05-20T15:20:03.849Z Downloaded strum_macros v0.26.1
11192024-05-20T15:20:03.849Z Downloaded strum_macros v0.25.2
11202024-05-20T15:20:03.849Z Downloaded proptest v1.4.0
11212024-05-20T15:20:03.849Z Downloaded poly1305 v0.8.0
11222024-05-20T15:20:03.849Z Downloaded pkcs1 v0.7.5
11232024-05-20T15:20:03.849Z Downloaded vcpkg v0.2.15
11242024-05-20T15:20:03.849Z Downloaded nix v0.28.0
11252024-05-20T15:20:03.849Z Downloaded futures-core v0.3.30
11262024-05-20T15:20:03.849Z Downloaded funty v2.0.0
11272024-05-20T15:20:03.850Z Downloaded fragile v2.0.0
11282024-05-20T15:20:03.850Z Downloaded foreign-types-macros v0.2.3
11292024-05-20T15:20:03.850Z Downloaded foreign-types v0.5.0
11302024-05-20T15:20:03.850Z Downloaded signal-hook-registry v1.4.1
11312024-05-20T15:20:03.850Z Downloaded sha2 v0.10.8
11322024-05-20T15:20:03.850Z Downloaded pest_derive v2.7.6
11332024-05-20T15:20:03.850Z Downloaded scheduled-thread-pool v0.2.7
11342024-05-20T15:20:03.850Z Downloaded same-file v1.0.6
11352024-05-20T15:20:03.850Z Downloaded num_cpus v1.16.0
11362024-05-20T15:20:03.850Z Downloaded subtle v2.5.0
11372024-05-20T15:20:03.850Z Downloaded postgres-protocol v0.6.6
11382024-05-20T15:20:03.850Z Downloaded toml_edit v0.19.15
11392024-05-20T15:20:03.850Z Downloaded crypto-common v0.1.6
11402024-05-20T15:20:03.850Z Downloaded signature v2.1.0
11412024-05-20T15:20:03.850Z Downloaded sha1 v0.10.6
11422024-05-20T15:20:03.850Z Downloaded peg-runtime v0.8.3
11432024-05-20T15:20:03.850Z Downloaded walkdir v2.5.0
11442024-05-20T15:20:03.850Z Downloaded vte v0.11.1
11452024-05-20T15:20:03.850Z Downloaded ucd-trie v0.1.6
11462024-05-20T15:20:03.850Z Downloaded oso v0.27.3
11472024-05-20T15:20:03.850Z Downloaded num_enum_derive v0.5.11
11482024-05-20T15:20:03.850Z Downloaded num_enum v0.5.11
11492024-05-20T15:20:03.850Z Downloaded supports-color v3.0.0
11502024-05-20T15:20:03.850Z Downloaded postgres-types v0.2.6
11512024-05-20T15:20:03.851Z Downloaded pkcs8 v0.10.2
11522024-05-20T15:20:03.851Z Downloaded derive-where v1.2.7
11532024-05-20T15:20:03.851Z Downloaded snafu v0.8.2
11542024-05-20T15:20:03.851Z Downloaded idna v0.5.0
11552024-05-20T15:20:03.851Z Downloaded foreign-types-shared v0.1.1
11562024-05-20T15:20:03.851Z Downloaded foreign-types v0.3.2
11572024-05-20T15:20:03.851Z Downloaded curve25519-dalek-derive v0.1.0
11582024-05-20T15:20:03.851Z Downloaded cstr-argument v0.1.2
11592024-05-20T15:20:03.851Z Downloaded zone_cfg_derive v0.1.2
11602024-05-20T15:20:03.851Z Downloaded signature v1.6.4
11612024-05-20T15:20:03.851Z Downloaded signal-hook-mio v0.2.3
11622024-05-20T15:20:03.851Z Downloaded pest_generator v2.7.6
11632024-05-20T15:20:03.851Z Downloaded try-lock v0.2.4
11642024-05-20T15:20:03.851Z Downloaded synstructure v0.12.6
11652024-05-20T15:20:03.851Z Downloaded strum_macros v0.24.3
11662024-05-20T15:20:03.851Z Downloaded structmeta-derive v0.3.0
11672024-05-20T15:20:03.851Z Downloaded platforms v3.0.2
11682024-05-20T15:20:03.851Z Downloaded h2 v0.3.26
11692024-05-20T15:20:03.851Z Downloaded goblin v0.8.0
11702024-05-20T15:20:03.851Z Downloaded futures-task v0.3.30
11712024-05-20T15:20:03.851Z Downloaded phf_shared v0.11.2
11722024-05-20T15:20:03.851Z Downloaded phf v0.11.2
11732024-05-20T15:20:03.852Z Downloaded which v4.4.0
11742024-05-20T15:20:03.852Z Downloaded want v0.3.1
11752024-05-20T15:20:03.852Z Downloaded wait-timeout v0.2.0
11762024-05-20T15:20:03.852Z Downloaded untrusted v0.9.0
11772024-05-20T15:20:03.852Z Downloaded untrusted v0.7.1
11782024-05-20T15:20:03.852Z Downloaded universal-hash v0.5.1
11792024-05-20T15:20:03.852Z Downloaded unicode-xid v0.2.4
11802024-05-20T15:20:03.852Z Downloaded unicode-width v0.1.11
11812024-05-20T15:20:03.852Z Downloaded unicode-linebreak v0.1.5
11822024-05-20T15:20:03.852Z Downloaded unicase v2.7.0
11832024-05-20T15:20:03.852Z Downloaded unarray v0.1.4
11842024-05-20T15:20:03.852Z Downloaded serde_derive_internals v0.29.0
11852024-05-20T15:20:03.852Z Downloaded openssl-sys v0.9.102
11862024-05-20T15:20:03.852Z Downloaded omicron-zone-package v0.11.0
11872024-05-20T15:20:03.852Z Downloaded tracing v0.1.40
11882024-05-20T15:20:03.852Z Downloaded powerfmt v0.2.0
11892024-05-20T15:20:03.852Z Downloaded plotters-backend v0.3.5
11902024-05-20T15:20:03.852Z Downloaded plain v0.2.3
11912024-05-20T15:20:03.852Z Downloaded pkg-config v0.3.27
11922024-05-20T15:20:03.852Z Downloaded derive_builder_core v0.20.0
11932024-05-20T15:20:03.902Z Downloaded derive_builder v0.20.0
11942024-05-20T15:20:03.902Z Downloaded toml v0.7.8
11952024-05-20T15:20:03.902Z Downloaded toml v0.5.11
11962024-05-20T15:20:03.902Z Downloaded waitgroup v0.1.2
11972024-05-20T15:20:03.902Z Downloaded vte_generate_state_changes v0.1.1
11982024-05-20T15:20:03.902Z Downloaded serde_path_to_error v0.1.16
11992024-05-20T15:20:03.902Z Downloaded serde_arrays v0.1.0
12002024-05-20T15:20:03.902Z Downloaded serde-hex v0.1.0
12012024-05-20T15:20:03.902Z Downloaded semver v0.1.20
12022024-05-20T15:20:03.902Z Downloaded secrecy v0.8.0
12032024-05-20T15:20:03.902Z Downloaded sec1 v0.7.3
12042024-05-20T15:20:03.902Z Downloaded scopeguard v1.2.0
12052024-05-20T15:20:03.902Z Downloaded once_cell v1.19.0
12062024-05-20T15:20:03.902Z Downloaded tokio-postgres v0.7.10
12072024-05-20T15:20:03.902Z Downloaded sync_wrapper v0.1.2
12082024-05-20T15:20:03.902Z Downloaded strum v0.26.2
12092024-05-20T15:20:03.902Z Downloaded portpicker v0.1.1
12102024-05-20T15:20:03.902Z Downloaded plotters-svg v0.3.5
12112024-05-20T15:20:03.902Z Downloaded futures-util v0.3.30
12122024-05-20T15:20:03.902Z Downloaded futures-timer v3.0.2
12132024-05-20T15:20:03.902Z Downloaded futures-sink v0.3.30
12142024-05-20T15:20:03.903Z Downloaded futures-macro v0.3.30
12152024-05-20T15:20:03.903Z Downloaded futures-io v0.3.30
12162024-05-20T15:20:03.903Z Downloaded futures-executor v0.3.30
12172024-05-20T15:20:03.903Z Downloaded deranged v0.3.11
12182024-05-20T15:20:03.903Z Downloaded usdt-impl v0.3.5
12192024-05-20T15:20:03.903Z Downloaded test-strategy v0.3.1
12202024-05-20T15:20:03.903Z Downloaded lalrpop v0.19.12
12212024-05-20T15:20:03.903Z Downloaded crossterm v0.27.0
12222024-05-20T15:20:03.903Z Downloaded serde-big-array v0.4.1
12232024-05-20T15:20:03.903Z Downloaded packed_struct v0.10.1
12242024-05-20T15:20:03.903Z Downloaded owo-colors v4.0.0
12252024-05-20T15:20:03.903Z Downloaded olpc-cjson v0.1.3
12262024-05-20T15:20:03.903Z Downloaded tinyvec v1.6.0
12272024-05-20T15:20:03.903Z Downloaded guppy v0.17.5
12282024-05-20T15:20:03.903Z Downloaded usdt-impl v0.5.0
12292024-05-20T15:20:03.903Z Downloaded usdt v0.5.0
12302024-05-20T15:20:03.903Z Downloaded usdt v0.3.5
12312024-05-20T15:20:03.903Z Downloaded tokio-tungstenite v0.20.1
12322024-05-20T15:20:03.903Z Downloaded socket2 v0.4.9
12332024-05-20T15:20:03.903Z Downloaded oso-derive v0.27.3
12342024-05-20T15:20:03.903Z Downloaded openssl-probe v0.1.5
12352024-05-20T15:20:03.903Z Downloaded openssl-macros v0.1.1
12362024-05-20T15:20:03.903Z Downloaded oorandom v11.1.3
12372024-05-20T15:20:03.903Z Downloaded tokio-stream v0.1.15
12382024-05-20T15:20:03.904Z Downloaded tokio-rustls v0.25.0
12392024-05-20T15:20:03.904Z Downloaded tokio-rustls v0.24.1
12402024-05-20T15:20:03.904Z Downloaded tokio-macros v2.2.0
12412024-05-20T15:20:03.904Z Downloaded tinytemplate v1.2.1
12422024-05-20T15:20:03.904Z Downloaded time-macros v0.2.17
12432024-05-20T15:20:03.904Z Downloaded tempfile v3.10.1
12442024-05-20T15:20:03.904Z Downloaded target-spec v3.1.0
12452024-05-20T15:20:03.904Z Downloaded tar v0.4.40
12462024-05-20T15:20:03.904Z Downloaded tokio-tungstenite v0.21.0
12472024-05-20T15:20:03.904Z Downloaded term v0.7.0
12482024-05-20T15:20:03.904Z Downloaded snafu-derive v0.8.2
12492024-05-20T15:20:03.904Z Downloaded rustc-demangle v0.1.23
12502024-05-20T15:20:03.904Z Downloaded number_prefix v0.4.0
12512024-05-20T15:20:03.904Z Downloaded num_threads v0.1.6
12522024-05-20T15:20:03.904Z Downloaded tiny-keccak v2.0.2
12532024-05-20T15:20:03.904Z Downloaded threadpool v1.8.1
12542024-05-20T15:20:03.904Z Downloaded thread_local v1.1.7
12552024-05-20T15:20:03.904Z Downloaded thread-id v4.2.0
12562024-05-20T15:20:03.904Z Downloaded thiserror-no-std v2.0.2
12572024-05-20T15:20:03.904Z Downloaded publicsuffix v2.2.3
12582024-05-20T15:20:03.904Z Downloaded pretty_assertions v1.4.0
12592024-05-20T15:20:03.904Z Downloaded usdt-attr-macro v0.5.0
12602024-05-20T15:20:03.904Z Downloaded usdt-attr-macro v0.3.5
12612024-05-20T15:20:03.904Z Downloaded termcolor v1.2.0
12622024-05-20T15:20:03.905Z Downloaded tower-layer v0.3.2
12632024-05-20T15:20:03.905Z Downloaded tokio-native-tls v0.3.1
12642024-05-20T15:20:03.905Z Downloaded tinyvec_macros v0.1.1
12652024-05-20T15:20:03.905Z Downloaded thiserror-impl-no-std v2.0.2
12662024-05-20T15:20:03.905Z Downloaded target-lexicon v0.12.13
12672024-05-20T15:20:03.905Z Downloaded prettyplease v0.2.20
12682024-05-20T15:20:03.905Z Downloaded tough v0.17.1
12692024-05-20T15:20:03.905Z Downloaded termios v0.3.3
12702024-05-20T15:20:03.905Z Downloaded smf v0.2.3
12712024-05-20T15:20:03.905Z Downloaded smawk v0.3.1
12722024-05-20T15:20:03.905Z Downloaded rcgen v0.12.1
12732024-05-20T15:20:03.905Z Downloaded crossbeam-channel v0.5.8
12742024-05-20T15:20:03.905Z Downloaded criterion v0.5.1
12752024-05-20T15:20:03.905Z Downloaded tap v1.0.1
12762024-05-20T15:20:03.905Z Downloaded take_mut v0.2.2
12772024-05-20T15:20:03.905Z Downloaded tabwriter v1.4.0
12782024-05-20T15:20:03.905Z Downloaded tabled_derive v0.7.0
12792024-05-20T15:20:03.905Z Downloaded proc-macro-error v1.0.4
12802024-05-20T15:20:03.905Z Downloaded half v2.3.1
12812024-05-20T15:20:03.905Z Downloaded tower v0.4.13
12822024-05-20T15:20:03.905Z Downloaded shell-words v1.1.0
12832024-05-20T15:20:03.905Z Downloaded serde_tokenstream v0.1.7
12842024-05-20T15:20:03.905Z Downloaded serde_repr v0.1.16
12852024-05-20T15:20:03.906Z Downloaded sct v0.7.0
12862024-05-20T15:20:03.906Z Downloaded scroll v0.12.0
12872024-05-20T15:20:03.906Z Downloaded rust-argon2 v2.1.0
12882024-05-20T15:20:03.906Z Downloaded psl-types v2.0.11
12892024-05-20T15:20:03.906Z Downloaded proc-macro-error-attr v1.0.4
12902024-05-20T15:20:03.906Z Downloaded proc-macro-crate v1.3.1
12912024-05-20T15:20:03.906Z Downloaded pretty-hex v0.4.1
12922024-05-20T15:20:03.906Z Downloaded pretty-hex v0.2.1
12932024-05-20T15:20:03.957Z Downloaded predicates-tree v1.0.9
12942024-05-20T15:20:03.957Z Downloaded predicates-core v1.0.6
12952024-05-20T15:20:03.957Z Downloaded predicates v3.1.0
12962024-05-20T15:20:03.957Z Downloaded precomputed-hash v0.1.1
12972024-05-20T15:20:03.957Z Downloaded ppv-lite86 v0.2.17
12982024-05-20T15:20:03.957Z Downloaded hash32 v0.2.1
12992024-05-20T15:20:03.957Z Downloaded globset v0.4.13
13002024-05-20T15:20:03.957Z Downloaded getrandom v0.2.12
13012024-05-20T15:20:03.957Z Downloaded getopts v0.2.21
13022024-05-20T15:20:03.957Z Downloaded generic-array v0.14.7
13032024-05-20T15:20:03.957Z Downloaded diff v0.1.13
13042024-05-20T15:20:03.957Z Downloaded diesel_derives v2.1.2
13052024-05-20T15:20:03.957Z Downloaded derive_more v0.99.17
13062024-05-20T15:20:03.957Z Downloaded termtree v0.4.1
13072024-05-20T15:20:03.958Z Downloaded scroll_derive v0.12.0
13082024-05-20T15:20:03.958Z Downloaded rustc_version v0.1.7
13092024-05-20T15:20:03.958Z Downloaded rustc-hash v1.1.0
13102024-05-20T15:20:03.958Z Downloaded rtoolbox v0.0.1
13112024-05-20T15:20:03.958Z Downloaded relative-path v1.9.0
13122024-05-20T15:20:03.958Z Downloaded nom v7.1.3
13132024-05-20T15:20:03.958Z Downloaded mio v0.8.11
13142024-05-20T15:20:03.958Z Downloaded idna v0.3.0
13152024-05-20T15:20:03.958Z Downloaded idna v0.2.3
13162024-05-20T15:20:03.958Z Downloaded crossbeam-utils v0.8.19
13172024-05-20T15:20:03.958Z Downloaded crossbeam-deque v0.8.3
13182024-05-20T15:20:03.958Z Downloaded crc-any v2.4.3
13192024-05-20T15:20:03.958Z Downloaded compact_str v0.7.1
13202024-05-20T15:20:03.958Z Downloaded cobs v0.2.3
13212024-05-20T15:20:03.958Z Downloaded bstr v1.9.0
13222024-05-20T15:20:03.958Z Downloaded glob v0.3.1
13232024-05-20T15:20:03.958Z Downloaded gethostname v0.4.3
13242024-05-20T15:20:03.958Z Downloaded vsss-rs v3.3.4
13252024-05-20T15:20:03.958Z Downloaded uuid v1.8.0
13262024-05-20T15:20:03.958Z Downloaded textwrap v0.16.1
13272024-05-20T15:20:03.958Z Downloaded socket2 v0.5.6
13282024-05-20T15:20:03.958Z Downloaded rustc_version v0.4.0
13292024-05-20T15:20:03.958Z Downloaded minimal-lexical v0.2.1
13302024-05-20T15:20:03.959Z Downloaded libxml v0.3.3
13312024-05-20T15:20:03.959Z Downloaded libm v0.2.7
13322024-05-20T15:20:03.959Z Downloaded cookie v0.17.0
13332024-05-20T15:20:03.959Z Downloaded const_format_proc_macros v0.2.32
13342024-05-20T15:20:03.959Z Downloaded colored v2.1.0
13352024-05-20T15:20:03.959Z Downloaded fxhash v0.2.1
13362024-05-20T15:20:03.959Z Downloaded form_urlencoded v1.2.1
13372024-05-20T15:20:03.959Z Downloaded dirs-next v2.0.0
13382024-05-20T15:20:03.959Z Downloaded digest v0.10.7
13392024-05-20T15:20:03.959Z Downloaded difflib v0.4.0
13402024-05-20T15:20:03.959Z Downloaded diesel_table_macro_syntax v0.1.0
13412024-05-20T15:20:03.959Z Downloaded derive_builder_macro v0.20.0
13422024-05-20T15:20:03.959Z Downloaded version_check v0.9.4
13432024-05-20T15:20:03.959Z Downloaded uzers v0.11.3
13442024-05-20T15:20:03.959Z Downloaded utf-8 v0.7.6
13452024-05-20T15:20:03.959Z Downloaded topological-sort v0.2.2
13462024-05-20T15:20:03.959Z Downloaded spki v0.7.2
13472024-05-20T15:20:03.959Z Downloaded spin v0.9.8
13482024-05-20T15:20:03.959Z Downloaded signal-hook v0.3.17
13492024-05-20T15:20:03.959Z Downloaded rand_seeder v0.2.3
13502024-05-20T15:20:03.959Z Downloaded mockall_derive v0.12.1
13512024-05-20T15:20:03.959Z Downloaded miniz_oxide v0.7.1
13522024-05-20T15:20:03.960Z Downloaded itertools v0.10.5
13532024-05-20T15:20:03.960Z Downloaded hyper-util v0.1.2
13542024-05-20T15:20:03.960Z Downloaded cookie v0.18.1
13552024-05-20T15:20:03.960Z Downloaded console v0.15.8
13562024-05-20T15:20:03.960Z Downloaded clang-sys v1.6.1
13572024-05-20T15:20:03.960Z Downloaded bitvec v1.0.1
13582024-05-20T15:20:03.960Z Downloaded usdt-macro v0.3.5
13592024-05-20T15:20:03.960Z Downloaded toolchain_find v0.4.0
13602024-05-20T15:20:03.960Z Downloaded spin v0.5.2
13612024-05-20T15:20:03.960Z Downloaded slog-dtrace v0.3.0
13622024-05-20T15:20:03.960Z Downloaded slog-bunyan v2.5.0
13632024-05-20T15:20:03.960Z Downloaded shlex v1.3.0
13642024-05-20T15:20:03.960Z Downloaded num v0.4.3
13652024-05-20T15:20:03.960Z Downloaded nu-ansi-term v0.50.0
13662024-05-20T15:20:03.960Z Downloaded nodrop v0.1.14
13672024-05-20T15:20:03.960Z Downloaded native-tls v0.2.11
13682024-05-20T15:20:03.960Z Downloaded multer v3.1.0
13692024-05-20T15:20:03.960Z Downloaded mime_guess v2.0.4
13702024-05-20T15:20:03.960Z Downloaded memoffset v0.7.1
13712024-05-20T15:20:03.960Z Downloaded memmap2 v0.7.1
13722024-05-20T15:20:03.960Z Downloaded maybe-uninit v2.0.0
13732024-05-20T15:20:03.960Z Downloaded maplit v1.0.2
13742024-05-20T15:20:03.960Z Downloaded lru-cache v0.1.2
13752024-05-20T15:20:03.961Z Downloaded log v0.4.21
13762024-05-20T15:20:03.961Z Downloaded linear-map v1.2.0
13772024-05-20T15:20:03.961Z Downloaded libtest-mimic v0.7.2
13782024-05-20T15:20:03.961Z Downloaded libloading v0.7.4
13792024-05-20T15:20:03.961Z Downloaded libefi-sys v0.1.0
13802024-05-20T15:20:03.961Z Downloaded lalrpop-util v0.19.12
13812024-05-20T15:20:03.961Z Downloaded keccak v0.1.4
13822024-05-20T15:20:03.961Z Downloaded is-terminal v0.4.9
13832024-05-20T15:20:03.961Z Downloaded ipnet v2.9.0
13842024-05-20T15:20:03.961Z Downloaded inout v0.1.3
13852024-05-20T15:20:03.961Z Downloaded indoc v1.0.9
13862024-05-20T15:20:03.961Z Downloaded hyper-tls v0.5.0
13872024-05-20T15:20:03.961Z Downloaded crucible-workspace-hack v0.1.0
13882024-05-20T15:20:03.961Z Downloaded crc v3.0.1
13892024-05-20T15:20:03.961Z Downloaded cpufeatures v0.2.12
13902024-05-20T15:20:03.961Z Downloaded corncobs v0.1.3
13912024-05-20T15:20:03.961Z Downloaded cookie_store v0.20.0
13922024-05-20T15:20:03.961Z Downloaded convert_case v0.4.0
13932024-05-20T15:20:04.454Z Downloaded const-oid v0.9.6
13942024-05-20T15:20:04.454Z Downloaded cipher v0.4.4
13952024-05-20T15:20:04.454Z Downloaded ciborium-io v0.2.2
13962024-05-20T15:20:04.454Z Downloaded cc v1.0.83
13972024-05-20T15:20:04.454Z Downloaded bytes v1.6.0
13982024-05-20T15:20:04.454Z Downloaded blake2b_simd v1.0.1
13992024-05-20T15:20:04.454Z Downloaded newtype-uuid v1.1.0
14002024-05-20T15:20:04.454Z Downloaded newline-converter v0.3.0
14012024-05-20T15:20:04.454Z Downloaded new_debug_unreachable v1.0.4
14022024-05-20T15:20:04.454Z Downloaded nested v0.1.1
14032024-05-20T15:20:04.454Z Downloaded nanorand v0.7.0
14042024-05-20T15:20:04.454Z Downloaded multimap v0.10.0
14052024-05-20T15:20:04.455Z Downloaded mockall v0.12.1
14062024-05-20T15:20:04.455Z Downloaded mime v0.3.17
14072024-05-20T15:20:04.455Z Downloaded memmap v0.7.0
14082024-05-20T15:20:04.455Z Downloaded md-5 v0.10.5
14092024-05-20T15:20:04.455Z Downloaded matches v0.1.10
14102024-05-20T15:20:04.455Z Downloaded match_cfg v0.1.0
14112024-05-20T15:20:04.455Z Downloaded lru v0.12.1
14122024-05-20T15:20:04.455Z Downloaded libsw v3.3.1
14132024-05-20T15:20:04.455Z Downloaded ipnetwork v0.20.0
14142024-05-20T15:20:04.455Z Downloaded crunchy v0.2.2
14152024-05-20T15:20:04.455Z Downloaded crossbeam-epoch v0.9.18
14162024-05-20T15:20:04.455Z Downloaded criterion-plot v0.5.0
14172024-05-20T15:20:04.455Z Downloaded crc32fast v1.3.2
14182024-05-20T15:20:04.455Z Downloaded crc-catalog v2.2.0
14192024-05-20T15:20:04.455Z Downloaded constant_time_eq v0.3.0
14202024-05-20T15:20:04.455Z Downloaded constant_time_eq v0.2.6
14212024-05-20T15:20:04.455Z Downloaded const_format v0.2.32
14222024-05-20T15:20:04.455Z Downloaded ciborium v0.2.2
14232024-05-20T15:20:04.455Z Downloaded chacha20 v0.9.1
14242024-05-20T15:20:04.455Z Downloaded cfg_aliases v0.1.1
14252024-05-20T15:20:04.455Z Downloaded cast v0.3.0
14262024-05-20T15:20:04.455Z Downloaded cassowary v0.3.0
14272024-05-20T15:20:04.455Z Downloaded bstr v0.2.17
14282024-05-20T15:20:04.455Z Downloaded bit-set v0.5.3
14292024-05-20T15:20:04.456Z Downloaded base64ct v1.6.0
14302024-05-20T15:20:04.456Z Downloaded nibble_vec v0.1.0
14312024-05-20T15:20:04.456Z Downloaded managed v0.8.0
14322024-05-20T15:20:04.456Z Downloaded lock_api v0.4.10
14332024-05-20T15:20:04.456Z Downloaded lazycell v1.3.0
14342024-05-20T15:20:04.456Z Downloaded kstat-rs v0.2.3
14352024-05-20T15:20:04.456Z Downloaded itertools v0.12.1
14362024-05-20T15:20:04.456Z Downloaded is_ci v1.2.0
14372024-05-20T15:20:04.456Z Downloaded indoc v2.0.3
14382024-05-20T15:20:04.456Z Downloaded indicatif v0.17.8
14392024-05-20T15:20:04.456Z Downloaded indexmap v1.9.3
14402024-05-20T15:20:04.456Z Downloaded impl-trait-for-tuples v0.2.2
14412024-05-20T15:20:04.456Z Downloaded iana-time-zone v0.1.57
14422024-05-20T15:20:04.456Z Downloaded hyper-staticfile v0.9.5
14432024-05-20T15:20:04.456Z Downloaded hyper-rustls v0.26.0
14442024-05-20T15:20:04.456Z Downloaded hyper v1.1.0
14452024-05-20T15:20:04.456Z Downloaded castaway v0.2.2
14462024-05-20T15:20:04.456Z Downloaded bzip2 v0.4.4
14472024-05-20T15:20:04.456Z Downloaded bytecount v0.6.3
14482024-05-20T15:20:04.456Z Downloaded block-padding v0.3.3
14492024-05-20T15:20:04.456Z Downloaded block-buffer v0.10.4
14502024-05-20T15:20:04.456Z Downloaded blake3 v1.5.0
14512024-05-20T15:20:04.457Z Downloaded humantime v2.1.0
14522024-05-20T15:20:04.457Z Downloaded hubpack_derive v0.1.1
14532024-05-20T15:20:04.457Z Downloaded httparse v1.8.0
14542024-05-20T15:20:04.457Z Downloaded http-body v1.0.0
14552024-05-20T15:20:04.457Z Downloaded http-body v0.4.5
14562024-05-20T15:20:04.457Z Downloaded hostname v0.3.1
14572024-05-20T15:20:04.457Z Downloaded hmac v0.12.1
14582024-05-20T15:20:04.457Z Downloaded ciborium-ll v0.2.2
14592024-05-20T15:20:04.457Z Downloaded cfg-expr v0.15.6
14602024-05-20T15:20:04.457Z Downloaded cancel-safe-futures v0.1.5
14612024-05-20T15:20:04.457Z Downloaded backtrace v0.3.69
14622024-05-20T15:20:04.457Z Downloaded hyper-rustls v0.24.2
14632024-05-20T15:20:04.457Z Downloaded hyper v0.14.28
14642024-05-20T15:20:04.457Z Downloaded hubpack v0.1.2
14652024-05-20T15:20:04.457Z Downloaded httptest v0.15.5
14662024-05-20T15:20:04.457Z Downloaded http-range v0.1.5
14672024-05-20T15:20:04.457Z Downloaded hostname v0.4.0
14682024-05-20T15:20:04.457Z Downloaded hex-literal v0.4.1
14692024-05-20T15:20:04.457Z Downloaded cexpr v0.6.0
14702024-05-20T15:20:04.457Z Downloaded camino-tempfile v1.1.1
14712024-05-20T15:20:04.457Z Downloaded bitstruct v0.1.1
14722024-05-20T15:20:04.457Z Downloaded base64 v0.22.1
14732024-05-20T15:20:04.457Z Downloaded base64 v0.13.1
14742024-05-20T15:20:04.458Z Downloaded backoff v0.4.0
14752024-05-20T15:20:04.458Z Downloaded home v0.5.5
14762024-05-20T15:20:04.458Z Downloaded hkdf v0.12.4
14772024-05-20T15:20:04.458Z Downloaded hex v0.4.3
14782024-05-20T15:20:04.458Z Downloaded chacha20poly1305 v0.10.1
14792024-05-20T15:20:04.496Z Downloaded cfg-if v1.0.0
14802024-05-20T15:20:04.496Z Downloaded blake2 v0.10.6
14812024-05-20T15:20:04.496Z Downloaded bitstruct_derive v0.1.0
14822024-05-20T15:20:04.496Z Downloaded bitfield v0.14.0
14832024-05-20T15:20:04.496Z Downloaded atty v0.2.14
14842024-05-20T15:20:04.496Z Downloaded byteorder v1.5.0
14852024-05-20T15:20:04.496Z Downloaded buf-list v1.0.3
14862024-05-20T15:20:04.496Z Downloaded bcs v0.1.6
14872024-05-20T15:20:04.496Z Downloaded base64 v0.21.7
14882024-05-20T15:20:04.497Z Downloaded ascii v1.1.0
14892024-05-20T15:20:04.497Z Downloaded heck v0.4.1
14902024-05-20T15:20:04.497Z Downloaded heapless v0.8.0
14912024-05-20T15:20:04.497Z Downloaded heapless v0.7.16
14922024-05-20T15:20:04.497Z Downloaded bitflags v1.3.2
14932024-05-20T15:20:04.497Z Downloaded bit-vec v0.6.3
14942024-05-20T15:20:04.497Z Downloaded bb8 v0.8.3
14952024-05-20T15:20:04.497Z Downloaded base16ct v0.2.0
14962024-05-20T15:20:04.497Z Downloaded async-recursion v1.1.1
14972024-05-20T15:20:04.497Z Downloaded assert_matches v1.5.0
14982024-05-20T15:20:04.497Z Downloaded arc-swap v1.6.0
14992024-05-20T15:20:04.497Z Downloaded heck v0.3.3
15002024-05-20T15:20:04.497Z Downloaded crypto-bigint v0.5.2
15012024-05-20T15:20:04.497Z Downloaded async-stream v0.3.5
15022024-05-20T15:20:04.498Z Downloaded ascii-canvas v3.0.0
15032024-05-20T15:20:04.498Z Downloaded arrayref v0.3.7
15042024-05-20T15:20:04.498Z Downloaded async-stream-impl v0.3.5
15052024-05-20T15:20:04.498Z Downloaded adler v1.0.2
15062024-05-20T15:20:04.498Z Downloaded async-trait v0.1.80
15072024-05-20T15:20:04.498Z Downloaded arrayvec v0.7.4
15082024-05-20T15:20:04.498Z Downloaded array-init v0.0.4
15092024-05-20T15:20:04.498Z Downloaded allocator-api2 v0.2.16
15102024-05-20T15:20:04.498Z Downloaded aho-corasick v1.1.2
15112024-05-20T15:20:04.498Z Downloaded ahash v0.8.8
15122024-05-20T15:20:04.498Z Downloaded aead v0.5.2
15132024-05-20T15:20:04.498Z Downloaded approx v0.5.1
15142024-05-20T15:20:04.673Z Compiling libc v0.2.153
15152024-05-20T15:20:04.673Z Compiling serde v1.0.201
15162024-05-20T15:20:04.698Z Compiling version_check v0.9.4
15172024-05-20T15:20:04.698Z Checking cfg-if v1.0.0
15182024-05-20T15:20:04.698Z Compiling lock_api v0.4.10
15192024-05-20T15:20:04.698Z Compiling parking_lot_core v0.9.8
15202024-05-20T15:20:04.762Z Compiling syn v2.0.60
15212024-05-20T15:20:04.806Z Compiling once_cell v1.19.0
15222024-05-20T15:20:04.860Z Compiling libm v0.2.7
15232024-05-20T15:20:05.137Z Compiling num-traits v0.2.19
15242024-05-20T15:20:05.219Z Compiling memchr v2.7.1
15252024-05-20T15:20:05.219Z Compiling serde_json v1.0.117
15262024-05-20T15:20:05.314Z Compiling byteorder v1.5.0
15272024-05-20T15:20:05.887Z Compiling ahash v0.8.8
15282024-05-20T15:20:06.021Z Compiling syn v1.0.109
15292024-05-20T15:20:06.021Z Checking log v0.4.21
15302024-05-20T15:20:06.021Z Compiling slab v0.4.9
15312024-05-20T15:20:06.151Z Checking itoa v1.0.9
15322024-05-20T15:20:06.223Z Compiling typenum v1.16.0
15332024-05-20T15:20:06.364Z Compiling generic-array v0.14.7
15342024-05-20T15:20:06.515Z Checking getrandom v0.2.12
15352024-05-20T15:20:06.599Z Compiling cc v1.0.83
15362024-05-20T15:20:06.638Z Checking scopeguard v1.2.0
15372024-05-20T15:20:06.664Z Checking smallvec v1.13.1
15382024-05-20T15:20:06.713Z Compiling allocator-api2 v0.2.16
15392024-05-20T15:20:06.979Z Compiling pkg-config v0.3.27
15402024-05-20T15:20:07.116Z Compiling rustix v0.38.31
15412024-05-20T15:20:07.211Z Compiling schemars v0.8.17
15422024-05-20T15:20:07.464Z Checking pin-project-lite v0.2.13
15432024-05-20T15:20:07.587Z Compiling httparse v1.8.0
15442024-05-20T15:20:07.692Z Checking parking_lot v0.12.1
15452024-05-20T15:20:07.692Z Compiling time-core v0.1.2
15462024-05-20T15:20:07.931Z Compiling num-conv v0.1.0
15472024-05-20T15:20:07.961Z Checking signal-hook-registry v1.4.1
15482024-05-20T15:20:08.170Z Compiling time-macros v0.2.17
15492024-05-20T15:20:08.227Z Compiling fnv v1.0.7
15502024-05-20T15:20:08.322Z Checking mio v0.8.11
15512024-05-20T15:20:08.377Z Compiling vcpkg v0.2.15
15522024-05-20T15:20:08.504Z Checking ryu v1.0.15
15532024-05-20T15:20:08.717Z Compiling heck v0.4.1
15542024-05-20T15:20:08.938Z Checking num_cpus v1.16.0
15552024-05-20T15:20:09.122Z Compiling aho-corasick v1.1.2
15562024-05-20T15:20:09.482Z Compiling ring v0.17.8
15572024-05-20T15:20:10.574Z Compiling regex-syntax v0.8.2
15582024-05-20T15:20:10.634Z Compiling openssl-sys v0.9.102
15592024-05-20T15:20:11.314Z Compiling serde_derive_internals v0.29.0
15602024-05-20T15:20:11.491Z Checking rand_core v0.6.4
15612024-05-20T15:20:11.755Z Checking futures-core v0.3.30
15622024-05-20T15:20:12.462Z Compiling ring v0.16.20
15632024-05-20T15:20:12.578Z Checking socket2 v0.5.6
15642024-05-20T15:20:13.309Z Compiling openssl v0.10.64
15652024-05-20T15:20:13.607Z Compiling regex-automata v0.4.5
15662024-05-20T15:20:13.844Z Compiling rustversion v1.0.14
15672024-05-20T15:20:14.049Z Compiling ucd-trie v0.1.6
15682024-05-20T15:20:14.387Z Compiling slog v2.7.0
15692024-05-20T15:20:14.540Z Compiling crossbeam-utils v0.8.19
15702024-05-20T15:20:14.589Z Compiling rustls v0.21.9
15712024-05-20T15:20:14.822Z Compiling iana-time-zone v0.1.57
15722024-05-20T15:20:14.869Z Compiling native-tls v0.2.11
15732024-05-20T15:20:15.008Z Compiling cookie v0.17.0
15742024-05-20T15:20:15.122Z Checking spin v0.5.2
15752024-05-20T15:20:15.240Z Compiling backtrace v0.3.69
15762024-05-20T15:20:15.338Z Compiling dyn-clone v1.0.17
15772024-05-20T15:20:15.401Z Checking futures-sink v0.3.30
15782024-05-20T15:20:15.989Z Compiling anyhow v1.0.83
15792024-05-20T15:20:15.989Z Checking pin-utils v0.1.0
15802024-05-20T15:20:16.047Z Checking futures-channel v0.3.30
15812024-05-20T15:20:16.243Z Checking futures-task v0.3.30
15822024-05-20T15:20:16.377Z Compiling tinyvec_macros v0.1.1
15832024-05-20T15:20:16.547Z Checking futures-io v0.3.30
15842024-05-20T15:20:16.547Z Compiling tinyvec v1.6.0
15852024-05-20T15:20:16.652Z Compiling thread-id v4.2.0
15862024-05-20T15:20:16.784Z Compiling unicode-bidi v0.3.15
15872024-05-20T15:20:17.038Z Compiling errno v0.3.8
15882024-05-20T15:20:17.266Z Compiling either v1.11.0
15892024-05-20T15:20:17.836Z Compiling serde_derive v1.0.201
15902024-05-20T15:20:17.836Z Compiling zerocopy-derive v0.7.32
15912024-05-20T15:20:17.836Z Compiling thiserror-impl v1.0.60
15922024-05-20T15:20:17.837Z Compiling zeroize_derive v1.4.2
15932024-05-20T15:20:17.837Z Compiling tokio-macros v2.2.0
15942024-05-20T15:20:18.045Z Compiling futures-macro v0.3.30
15952024-05-20T15:20:18.825Z Compiling tracing-attributes v0.1.27
15962024-05-20T15:20:19.155Z Compiling schemars_derive v0.8.17
15972024-05-20T15:20:19.838Z Compiling regex v1.10.4
15982024-05-20T15:20:19.838Z Compiling zerocopy v0.7.32
15992024-05-20T15:20:20.112Z Checking zeroize v1.7.0
16002024-05-20T15:20:20.251Z Compiling openssl-macros v0.1.1
16012024-05-20T15:20:20.251Z Compiling thiserror v1.0.60
16022024-05-20T15:20:20.343Z Compiling pest v2.7.6
16032024-05-20T15:20:20.750Z Compiling async-trait v0.1.80
16042024-05-20T15:20:21.223Z Compiling hashbrown v0.14.3
16052024-05-20T15:20:21.743Z Compiling scroll_derive v0.12.0
16062024-05-20T15:20:21.855Z Checking futures-util v0.3.30
16072024-05-20T15:20:22.319Z Compiling pest_meta v2.7.6
16082024-05-20T15:20:22.392Z Compiling unicode-normalization v0.1.22
16092024-05-20T15:20:22.572Z Compiling der_derive v0.7.2
16102024-05-20T15:20:23.280Z Checking subtle v2.5.0
16112024-05-20T15:20:23.426Z Compiling pest_generator v2.7.6
16122024-05-20T15:20:23.520Z Compiling unicode-width v0.1.11
16132024-05-20T15:20:23.567Z Compiling scroll v0.12.0
16142024-05-20T15:20:24.982Z Compiling usdt-impl v0.5.0
16152024-05-20T15:20:25.207Z Compiling winnow v0.5.15
16162024-05-20T15:20:25.427Z Compiling plain v0.2.3
16172024-05-20T15:20:25.610Z Compiling crc32fast v1.3.2
16182024-05-20T15:20:25.964Z Compiling goblin v0.8.0
16192024-05-20T15:20:26.480Z Compiling pest_derive v2.7.6
16202024-05-20T15:20:26.780Z Compiling spin v0.9.8
16212024-05-20T15:20:27.567Z Compiling tracing-core v0.1.32
16222024-05-20T15:20:28.233Z Compiling pretty-hex v0.4.1
16232024-05-20T15:20:28.233Z Compiling dtrace-parser v0.2.0
16242024-05-20T15:20:28.233Z Compiling percent-encoding v2.3.1
16252024-05-20T15:20:28.233Z Compiling const-oid v0.9.6
16262024-05-20T15:20:28.233Z Compiling tracing v0.1.40
16272024-05-20T15:20:28.467Z Checking bytes v1.6.0
16282024-05-20T15:20:28.600Z Checking bitflags v2.4.2
16292024-05-20T15:20:28.957Z Compiling clap_derive v4.5.4
16302024-05-20T15:20:28.999Z Compiling signal-hook v0.3.17
16312024-05-20T15:20:29.068Z Checking chrono v0.4.38
16322024-05-20T15:20:29.236Z Compiling indexmap v2.2.6
16332024-05-20T15:20:29.910Z Checking tokio v1.37.0
16342024-05-20T15:20:30.484Z Compiling serde_tokenstream v0.2.0
16352024-05-20T15:20:30.776Z Compiling uuid v1.8.0
16362024-05-20T15:20:30.850Z Compiling semver v1.0.23
16372024-05-20T15:20:30.946Z Compiling http v0.2.12
16382024-05-20T15:20:31.466Z Compiling serde_spanned v0.6.5
16392024-05-20T15:20:31.643Z Compiling toml_datetime v0.6.5
16402024-05-20T15:20:31.689Z Compiling rustc_version v0.4.0
16412024-05-20T15:20:32.316Z Compiling toml_edit v0.19.15
16422024-05-20T15:20:33.295Z Compiling openapiv3 v2.0.0
16432024-05-20T15:20:34.197Z Compiling dof v0.3.0
16442024-05-20T15:20:34.896Z Compiling powerfmt v0.2.0
16452024-05-20T15:20:35.273Z Compiling untrusted v0.9.0
16462024-05-20T15:20:35.423Z Compiling untrusted v0.7.1
16472024-05-20T15:20:35.548Z Compiling foreign-types-shared v0.1.1
16482024-05-20T15:20:35.650Z Compiling foreign-types v0.3.2
16492024-05-20T15:20:36.043Z Compiling deranged v0.3.11
16502024-05-20T15:20:36.290Z Compiling usdt-macro v0.5.0
16512024-05-20T15:20:36.507Z Compiling usdt-attr-macro v0.5.0
16522024-05-20T15:20:37.100Z Compiling form_urlencoded v1.2.1
16532024-05-20T15:20:37.458Z Compiling crypto-common v0.1.6
16542024-05-20T15:20:37.782Z Compiling zerocopy-derive v0.6.6
16552024-05-20T15:20:37.915Z Compiling try-lock v0.2.4
16562024-05-20T15:20:37.915Z Compiling base64 v0.21.7
16572024-05-20T15:20:38.009Z Compiling siphasher v0.3.11
16582024-05-20T15:20:38.956Z Compiling num_threads v0.1.6
16592024-05-20T15:20:38.956Z Compiling want v0.3.1
16602024-05-20T15:20:39.062Z Compiling time v0.3.34
16612024-05-20T15:20:39.062Z Compiling tokio-util v0.7.10
16622024-05-20T15:20:39.062Z Compiling rustls-webpki v0.101.7
16632024-05-20T15:20:39.245Z Compiling sct v0.7.0
16642024-05-20T15:20:39.518Z Compiling http-body v0.4.5
16652024-05-20T15:20:39.844Z Compiling block-buffer v0.10.4
16662024-05-20T15:20:40.106Z Compiling h2 v0.3.26
16672024-05-20T15:20:40.106Z Compiling idna v0.5.0
16682024-05-20T15:20:40.427Z Compiling tower-service v0.3.2
16692024-05-20T15:20:40.427Z Compiling openssl-probe v0.1.5
16702024-05-20T15:20:40.806Z Compiling httpdate v1.0.3
16712024-05-20T15:20:41.662Z Compiling url v2.5.0
16722024-05-20T15:20:41.662Z Compiling digest v0.10.7
16732024-05-20T15:20:41.861Z Compiling heapless v0.7.16
16742024-05-20T15:20:41.861Z Compiling idna v0.3.0
16752024-05-20T15:20:41.861Z Compiling lazy_static v1.4.0
16762024-05-20T15:20:42.177Z Compiling psl-types v2.0.11
16772024-05-20T15:20:42.914Z Checking equivalent v1.0.1
16782024-05-20T15:20:42.957Z Compiling ppv-lite86 v0.2.17
16792024-05-20T15:20:42.995Z Compiling crossbeam-epoch v0.9.18
16802024-05-20T15:20:43.532Z Compiling publicsuffix v2.2.3
16812024-05-20T15:20:43.729Z Compiling rand_chacha v0.3.1
16822024-05-20T15:20:44.062Z Compiling tokio-rustls v0.24.1
16832024-05-20T15:20:44.127Z Compiling tokio-native-tls v0.3.1
16842024-05-20T15:20:44.358Z Compiling ipnet v2.9.0
16852024-05-20T15:20:44.414Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
16862024-05-20T15:20:44.750Z Compiling bit-vec v0.6.3
16872024-05-20T15:20:44.967Z Compiling adler v1.0.2
16882024-05-20T15:20:45.131Z Compiling miniz_oxide v0.7.1
16892024-05-20T15:20:45.566Z Compiling cookie_store v0.20.0
16902024-05-20T15:20:45.592Z Compiling rand v0.8.5
16912024-05-20T15:20:45.592Z Compiling hyper v0.14.28
16922024-05-20T15:20:45.916Z Compiling phf_shared v0.10.0
16932024-05-20T15:20:46.580Z Compiling rustls-pemfile v1.0.3
16942024-05-20T15:20:46.879Z Compiling serde_urlencoded v0.7.1
16952024-05-20T15:20:46.879Z Compiling encoding_rs v0.8.33
16962024-05-20T15:20:46.879Z Compiling num-bigint v0.4.4
16972024-05-20T15:20:46.880Z Compiling sync_wrapper v0.1.2
16982024-05-20T15:20:47.066Z Compiling fixedbitset v0.4.2
16992024-05-20T15:20:47.067Z Compiling gimli v0.28.0
17002024-05-20T15:20:47.067Z Compiling precomputed-hash v0.1.1
17012024-05-20T15:20:47.287Z Compiling mime v0.3.17
17022024-05-20T15:20:47.818Z Compiling smoltcp v0.9.1
17032024-05-20T15:20:47.818Z Compiling minimal-lexical v0.2.1
17042024-05-20T15:20:47.818Z Compiling webpki-roots v0.25.2
17052024-05-20T15:20:47.818Z Compiling base64ct v1.6.0
17062024-05-20T15:20:47.818Z Compiling new_debug_unreachable v1.0.4
17072024-05-20T15:20:47.818Z Compiling string_cache v0.8.7
17082024-05-20T15:20:47.843Z Compiling nom v7.1.3
17092024-05-20T15:20:48.230Z Compiling pem-rfc7468 v0.7.0
17102024-05-20T15:20:48.482Z Compiling petgraph v0.6.5
17112024-05-20T15:20:48.594Z Compiling bit-set v0.5.3
17122024-05-20T15:20:48.821Z Compiling hmac v0.12.1
17132024-05-20T15:20:48.847Z Compiling enum-as-inner v0.5.1
17142024-05-20T15:20:48.877Z Compiling hubpack_derive v0.1.1
17152024-05-20T15:20:49.458Z Compiling itertools v0.10.5
17162024-05-20T15:20:49.973Z Compiling diesel_table_macro_syntax v0.1.0
17172024-05-20T15:20:49.973Z Compiling object v0.32.1
17182024-05-20T15:20:49.999Z Compiling flagset v0.4.3
17192024-05-20T15:20:50.219Z Compiling addr2line v0.21.0
17202024-05-20T15:20:50.684Z Compiling unicode-segmentation v1.10.1
17212024-05-20T15:20:50.768Z Compiling rustc-demangle v0.1.23
17222024-05-20T15:20:50.838Z Compiling lalrpop-util v0.19.12
17232024-05-20T15:20:51.195Z Compiling hyper-rustls v0.24.2
17242024-05-20T15:20:51.515Z Compiling hyper-tls v0.5.0
17252024-05-20T15:20:51.651Z Compiling toml_edit v0.22.12
17262024-05-20T15:20:51.652Z Compiling der v0.7.8
17272024-05-20T15:20:51.964Z Compiling reqwest v0.11.27
17282024-05-20T15:20:51.964Z Compiling diesel_derives v2.1.2
17292024-05-20T15:20:51.964Z Compiling futures-executor v0.3.30
17302024-05-20T15:20:52.355Z Compiling cpufeatures v0.2.12
17312024-05-20T15:20:52.593Z Compiling sha2 v0.10.8
17322024-05-20T15:20:54.189Z Compiling spki v0.7.2
17332024-05-20T15:20:54.291Z Compiling flate2 v1.0.30
17342024-05-20T15:20:54.513Z Compiling futures v0.3.30
17352024-05-20T15:20:55.081Z Compiling md-5 v0.10.5
17362024-05-20T15:20:55.205Z Compiling toml v0.7.8
17372024-05-20T15:20:55.205Z Compiling hex v0.4.3
17382024-05-20T15:20:55.655Z Compiling stringprep v0.1.3
17392024-05-20T15:20:55.685Z Compiling strum_macros v0.25.2
17402024-05-20T15:20:56.069Z Compiling serde_repr v0.1.16
17412024-05-20T15:20:56.422Z Compiling num-integer v0.1.46
17422024-05-20T15:20:56.855Z Compiling hash32 v0.2.1
17432024-05-20T15:20:57.077Z Compiling fs-err v2.11.0
17442024-05-20T15:20:57.196Z Compiling fallible-iterator v0.2.0
17452024-05-20T15:20:57.319Z Checking unicode-ident v1.0.12
17462024-05-20T15:20:57.343Z Compiling stable_deref_trait v1.2.0
17472024-05-20T15:20:57.593Z Compiling pkcs8 v0.10.2
17482024-05-20T15:20:57.760Z Compiling postgres-protocol v0.6.6
17492024-05-20T15:20:58.100Z Compiling phf_shared v0.11.2
17502024-05-20T15:20:58.475Z Compiling terminal_size v0.3.0
17512024-05-20T15:20:58.499Z Compiling ff v0.13.0
17522024-05-20T15:20:58.687Z Compiling block-padding v0.3.3
17532024-05-20T15:20:58.836Z Compiling scheduled-thread-pool v0.2.7
17542024-05-20T15:20:59.186Z Compiling managed v0.8.0
17552024-05-20T15:20:59.213Z Compiling base16ct v0.2.0
17562024-05-20T15:20:59.242Z Compiling bitflags v1.3.2
17572024-05-20T15:20:59.268Z Compiling peg-runtime v0.8.3
17582024-05-20T15:20:59.332Z Compiling regex-automata v0.1.10
17592024-05-20T15:20:59.368Z Compiling matches v0.1.10
17602024-05-20T15:20:59.453Z Compiling idna v0.2.3
17612024-05-20T15:20:59.500Z Compiling sec1 v0.7.3
17622024-05-20T15:20:59.763Z Compiling bstr v0.2.17
17632024-05-20T15:20:59.839Z Compiling clap_builder v4.5.2
17642024-05-20T15:21:00.012Z Compiling r2d2 v0.8.10
17652024-05-20T15:21:00.319Z Compiling inout v0.1.3
17662024-05-20T15:21:00.727Z Compiling signal-hook-mio v0.2.3
17672024-05-20T15:21:00.871Z Compiling group v0.13.0
17682024-05-20T15:21:00.903Z Compiling postgres-types v0.2.6
17692024-05-20T15:21:00.992Z Compiling phf v0.11.2
17702024-05-20T15:21:01.250Z Compiling hubpack v0.1.2
17712024-05-20T15:21:01.339Z Compiling hkdf v0.12.4
17722024-05-20T15:21:01.640Z Compiling zerocopy v0.6.6
17732024-05-20T15:21:01.798Z Compiling ipnetwork v0.20.0
17742024-05-20T15:21:02.192Z Compiling crypto-bigint v0.5.2
17752024-05-20T15:21:02.365Z Compiling float-cmp v0.9.0
17762024-05-20T15:21:02.556Z Compiling memmap v0.7.0
17772024-05-20T15:21:02.742Z Compiling data-encoding v2.4.0
17782024-05-20T15:21:02.882Z Compiling difflib v0.4.0
17792024-05-20T15:21:04.272Z Compiling whoami v1.5.1
17802024-05-20T15:21:04.304Z Compiling normalize-line-endings v0.3.0
17812024-05-20T15:21:04.331Z Compiling predicates-core v1.0.6
17822024-05-20T15:21:04.410Z Compiling static_assertions v1.1.0
17832024-05-20T15:21:04.502Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
17842024-05-20T15:21:04.627Z Compiling tokio-postgres v0.7.10
17852024-05-20T15:21:04.667Z Compiling predicates v3.1.0
17862024-05-20T15:21:04.667Z Compiling diesel v2.1.6
17872024-05-20T15:21:04.822Z Compiling elliptic-curve v0.13.8
17882024-05-20T15:21:04.916Z Compiling yasna v0.5.2
17892024-05-20T15:21:05.488Z Compiling trust-dns-proto v0.22.0
17902024-05-20T15:21:06.084Z Compiling clap v4.5.4
17912024-05-20T15:21:06.445Z Compiling usdt v0.5.0
17922024-05-20T15:21:06.872Z Compiling crossterm v0.27.0
17932024-05-20T15:21:07.820Z Compiling similar v2.4.0
17942024-05-20T15:21:07.868Z Compiling cipher v0.4.4
17952024-05-20T15:21:08.733Z Checking proc-macro2 v1.0.82
17962024-05-20T15:21:09.167Z Compiling num-iter v0.1.45
17972024-05-20T15:21:09.218Z Compiling console v0.15.8
17982024-05-20T15:21:09.306Z Compiling tokio-stream v0.1.15
17992024-05-20T15:21:09.336Z Compiling bstr v1.9.0
18002024-05-20T15:21:09.924Z Checking quote v1.0.36
18012024-05-20T15:21:14.232Z Checking utf8parse v0.2.1
18022024-05-20T15:21:17.590Z Checking anstyle v1.0.7
18032024-05-20T15:21:18.731Z Checking anstyle-parse v0.2.1
18042024-05-20T15:21:18.986Z Checking anstyle-query v1.0.0
18052024-05-20T15:21:19.018Z Checking colorchoice v1.0.0
18062024-05-20T15:21:19.118Z Checking anstream v0.6.11
18072024-05-20T15:21:19.155Z Checking strsim v0.11.0
18082024-05-20T15:21:19.413Z Checking clap_lex v0.7.0
18092024-05-20T15:21:22.934Z Checking winnow v0.6.1
18102024-05-20T15:21:30.321Z Compiling regress v0.9.1
18112024-05-20T15:21:30.509Z Compiling getopts v0.2.21
18122024-05-20T15:21:30.720Z Checking heck v0.5.0
18132024-05-20T15:21:30.836Z Compiling unsafe-libyaml v0.2.10
18142024-05-20T15:21:31.354Z Checking progenitor-client v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#0aeb3a72)
18152024-05-20T15:21:31.779Z Compiling serde_yaml v0.9.25
18162024-05-20T15:21:31.821Z Checking camino v1.1.7
18172024-05-20T15:21:32.004Z Checking base64 v0.22.1
18182024-05-20T15:21:32.367Z Checking is-terminal v0.4.9
18192024-05-20T15:21:32.423Z Compiling strsim v0.10.0
18202024-05-20T15:21:32.423Z Compiling ident_case v1.0.1
18212024-05-20T15:21:32.449Z Checking sha1 v0.10.6
18222024-05-20T15:21:32.546Z Compiling darling_core v0.20.8
18232024-05-20T15:21:32.666Z Checking http v1.0.0
18242024-05-20T15:21:33.009Z Compiling paste v1.0.15
18252024-05-20T15:21:33.486Z Compiling typify-impl v0.0.16 (https://github.com/oxidecomputer/typify#336a042b)
18262024-05-20T15:21:33.986Z Compiling strum_macros v0.26.1
18272024-05-20T15:21:34.380Z Checking rustls-pki-types v1.3.0
18282024-05-20T15:21:34.708Z Checking fastrand v2.0.1
18292024-05-20T15:21:35.354Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
18302024-05-20T15:21:35.354Z Checking match_cfg v0.1.0
18312024-05-20T15:21:35.355Z Checking hostname v0.3.1
18322024-05-20T15:21:35.355Z Checking tempfile v3.10.1
18332024-05-20T15:21:35.419Z Checking dirs-sys-next v0.1.2
18342024-05-20T15:21:35.420Z Checking quick-error v1.2.3
18352024-05-20T15:21:35.420Z Checking crossbeam-channel v0.5.8
18362024-05-20T15:21:35.584Z Checking dirs-next v2.0.0
18372024-05-20T15:21:35.705Z Checking thread_local v1.1.7
18382024-05-20T15:21:35.706Z Compiling slog-async v2.8.0
18392024-05-20T15:21:36.019Z Compiling rustls v0.22.4
18402024-05-20T15:21:36.234Z Checking term v0.7.0
18412024-05-20T15:21:36.234Z Checking rustls-webpki v0.102.1
18422024-05-20T15:21:36.234Z Checking instant v0.1.12
18432024-05-20T15:21:36.354Z Checking take_mut v0.2.2
18442024-05-20T15:21:36.354Z Checking rustls-pemfile v2.1.2
18452024-05-20T15:21:36.477Z Compiling multer v3.1.0
18462024-05-20T15:21:36.593Z Checking slog-term v2.9.1
18472024-05-20T15:21:36.593Z Checking debug-ignore v1.0.5
18482024-05-20T15:21:36.739Z Checking toml v0.8.12
18492024-05-20T15:21:36.765Z Checking slog-json v2.6.1
18502024-05-20T15:21:36.855Z Compiling async-stream-impl v0.3.5
18512024-05-20T15:21:37.303Z Compiling dropshot v0.10.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#283d8978)
18522024-05-20T15:21:37.303Z Checking atomic-waker v1.1.1
18532024-05-20T15:21:37.379Z Checking waitgroup v0.1.2
18542024-05-20T15:21:37.403Z Checking slog-bunyan v2.5.0
18552024-05-20T15:21:37.545Z Compiling dropshot_endpoint v0.10.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#283d8978)
18562024-05-20T15:21:37.843Z Checking serde_path_to_error v0.1.16
18572024-05-20T15:21:38.078Z Checking async-stream v0.3.5
18582024-05-20T15:21:38.542Z Checking strum v0.26.2
18592024-05-20T15:21:38.566Z Checking hostname v0.4.0
18602024-05-20T15:21:38.725Z Checking newtype-uuid v1.1.0
18612024-05-20T15:21:38.725Z Checking wait-timeout v0.2.0
18622024-05-20T15:21:38.725Z Compiling structmeta-derive v0.3.0
18632024-05-20T15:21:38.725Z Compiling structmeta-derive v0.2.0
18642024-05-20T15:21:38.725Z Compiling darling_macro v0.20.8
18652024-05-20T15:21:38.726Z Checking rusty-fork v0.3.0
18662024-05-20T15:21:38.805Z Checking rand_xorshift v0.3.0
18672024-05-20T15:21:38.955Z Checking unarray v0.1.4
18682024-05-20T15:21:39.089Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=025389ff39d594bf2b815377e2c1dc4dd23b1f96#025389ff)
18692024-05-20T15:21:39.365Z Checking proptest v1.4.0
18702024-05-20T15:21:39.394Z Compiling darling v0.20.8
18712024-05-20T15:21:39.496Z Compiling serde_with_macros v3.7.0
18722024-05-20T15:21:39.524Z Checking backoff v0.4.0
18732024-05-20T15:21:39.785Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
18742024-05-20T15:21:39.981Z Checking tokio-rustls v0.25.0
18752024-05-20T15:21:40.421Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
18762024-05-20T15:21:40.566Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
18772024-05-20T15:21:40.785Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
18782024-05-20T15:21:40.968Z Compiling structmeta v0.3.0
18792024-05-20T15:21:41.044Z Compiling structmeta v0.2.0
18802024-05-20T15:21:41.362Z Compiling parse-display-derive v0.9.0
18812024-05-20T15:21:41.424Z Compiling test-strategy v0.3.1
18822024-05-20T15:21:41.463Z Checking serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
18832024-05-20T15:21:41.591Z Checking macaddr v1.0.1
18842024-05-20T15:21:41.881Z Compiling proc-macro-error-attr v1.0.4
18852024-05-20T15:21:42.183Z Checking serde_with v3.7.0
18862024-05-20T15:21:42.207Z Compiling proc-macro-error v1.0.4
18872024-05-20T15:21:43.154Z Checking camino-tempfile v1.1.1
18882024-05-20T15:21:43.562Z Compiling proc-macro-crate v1.3.1
18892024-05-20T15:21:43.647Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
18902024-05-20T15:21:43.811Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
18912024-05-20T15:21:44.009Z Compiling foreign-types-macros v0.2.3
18922024-05-20T15:21:44.238Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
18932024-05-20T15:21:44.420Z Checking foreign-types-shared v0.3.1
18942024-05-20T15:21:44.420Z Compiling num_enum_derive v0.5.11
18952024-05-20T15:21:44.714Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
18962024-05-20T15:21:44.839Z Checking cstr-argument v0.1.2
18972024-05-20T15:21:44.946Z Checking pretty-hex v0.2.1
18982024-05-20T15:21:44.978Z Checking tabwriter v1.4.0
18992024-05-20T15:21:45.083Z Checking foreign-types v0.5.0
19002024-05-20T15:21:45.108Z Checking colored v2.1.0
19012024-05-20T15:21:45.181Z Checking socket2 v0.4.9
19022024-05-20T15:21:45.209Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
19032024-05-20T15:21:45.354Z Checking smf v0.2.3
19042024-05-20T15:21:45.470Z Checking humantime v2.1.0
19052024-05-20T15:21:45.520Z Checking parse-display v0.9.0
19062024-05-20T15:21:45.563Z Checking termcolor v1.2.0
19072024-05-20T15:21:45.603Z Checking arc-swap v1.6.0
19082024-05-20T15:21:45.669Z Checking xattr v1.0.1
19092024-05-20T15:21:45.702Z Checking filetime v0.2.23
19102024-05-20T15:21:45.741Z Checking same-file v1.0.6
19112024-05-20T15:21:45.827Z Checking utf-8 v0.7.6
19122024-05-20T15:21:45.865Z Checking newline-converter v0.3.0
19132024-05-20T15:21:45.893Z Checking tar v0.4.40
19142024-05-20T15:21:46.356Z Checking walkdir v2.5.0
19152024-05-20T15:21:46.393Z Checking slog-scope v4.4.0
19162024-05-20T15:21:46.393Z Checking tungstenite v0.20.1
19172024-05-20T15:21:46.393Z Checking expectorate v1.1.0
19182024-05-20T15:21:46.394Z Checking slog-stdlog v4.1.1
19192024-05-20T15:21:46.394Z Compiling heapless v0.8.0
19202024-05-20T15:21:46.394Z Checking termtree v0.4.1
19212024-05-20T15:21:46.395Z Checking slog-envlogger v2.2.0
19222024-05-20T15:21:46.395Z Checking predicates-tree v1.0.9
19232024-05-20T15:21:46.579Z Checking hash32 v0.3.1
19242024-05-20T15:21:46.579Z Compiling smoltcp v0.11.0
19252024-05-20T15:21:46.579Z Checking cobs v0.2.3
19262024-05-20T15:21:46.767Z Compiling crucible-workspace-hack v0.1.0
19272024-05-20T15:21:46.855Z Checking num_enum v0.5.11
19282024-05-20T15:21:46.855Z Checking embedded-io v0.4.0
19292024-05-20T15:21:46.855Z Checking tokio-tungstenite v0.20.1
19302024-05-20T15:21:46.940Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
19312024-05-20T15:21:47.077Z Checking postcard v1.0.8
19322024-05-20T15:21:47.077Z Checking sigpipe v0.1.3
19332024-05-20T15:21:47.109Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
19342024-05-20T15:21:47.109Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
19352024-05-20T15:21:47.581Z Compiling derror-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
19362024-05-20T15:21:47.612Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
19372024-05-20T15:21:47.612Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d)
19382024-05-20T15:21:47.612Z Checking pem v3.0.4
19392024-05-20T15:21:47.613Z Checking atty v0.2.14
19402024-05-20T15:21:47.613Z Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
19412024-05-20T15:21:47.667Z Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
19422024-05-20T15:21:47.772Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=27e2789d381c0fcc237fbe30cec2ec66bd750c12#27e2789d)
19432024-05-20T15:21:48.058Z Compiling mockall_derive v0.12.1
19442024-05-20T15:21:48.173Z Compiling num-derive v0.4.0
19452024-05-20T15:21:48.293Z Checking fragile v2.0.0
19462024-05-20T15:21:48.540Z Checking downcast v0.11.0
19472024-05-20T15:21:48.738Z Compiling typify-macro v0.0.16 (https://github.com/oxidecomputer/typify#336a042b)
19482024-05-20T15:21:48.763Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=27e2789d381c0fcc237fbe30cec2ec66bd750c12#27e2789d)
19492024-05-20T15:21:48.994Z Compiling derive-where v1.2.7
19502024-05-20T15:21:49.241Z Checking zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
19512024-05-20T15:21:49.304Z Checking env_logger v0.9.3
19522024-05-20T15:21:49.727Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
19532024-05-20T15:21:49.942Z Compiling bitstruct_derive v0.1.0
19542024-05-20T15:21:50.061Z Checking viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
19552024-05-20T15:21:50.179Z Checking ascii v1.1.0
19562024-05-20T15:21:50.276Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=62cc2cfe64ca09c6876be7633355026fa65c8545#62cc2cfe)
19572024-05-20T15:21:50.389Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
19582024-05-20T15:21:50.532Z Checking rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c)
19592024-05-20T15:21:50.662Z Checking viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
19602024-05-20T15:21:50.799Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
19612024-05-20T15:21:51.018Z Checking dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
19622024-05-20T15:21:51.163Z Checking bitstruct v0.1.1
19632024-05-20T15:21:51.260Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
19642024-05-20T15:21:51.285Z Checking erased-serde v0.3.31
19652024-05-20T15:21:51.311Z Checking serde_arrays v0.1.0
19662024-05-20T15:21:51.437Z Compiling heck v0.3.3
19672024-05-20T15:21:51.507Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#d44d9e08)
19682024-05-20T15:21:51.552Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
19692024-05-20T15:21:51.901Z Checking tungstenite v0.21.0
19702024-05-20T15:21:52.228Z Compiling zone_cfg_derive v0.1.2
19712024-05-20T15:21:52.444Z Checking base64 v0.13.1
19722024-05-20T15:21:52.444Z Checking propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
19732024-05-20T15:21:52.670Z Checking ron v0.7.1
19742024-05-20T15:21:52.860Z Checking tokio-tungstenite v0.21.0
19752024-05-20T15:21:52.861Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
19762024-05-20T15:21:53.039Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
19772024-05-20T15:21:53.196Z Checking headers-core v0.2.0
19782024-05-20T15:21:53.197Z Checking portpicker v0.1.1
19792024-05-20T15:21:53.197Z Checking headers v0.3.9
19802024-05-20T15:21:53.713Z Checking zone v0.1.8
19812024-05-20T15:21:53.713Z Checking rcgen v0.12.1
19822024-05-20T15:21:53.860Z Compiling typify v0.0.16 (https://github.com/oxidecomputer/typify#336a042b)
19832024-05-20T15:21:53.860Z Compiling progenitor-impl v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#0aeb3a72)
19842024-05-20T15:21:53.860Z Checking atomicwrites v0.4.3
19852024-05-20T15:21:54.082Z Checking subprocess v0.2.9
19862024-05-20T15:21:54.082Z Compiling convert_case v0.4.0
19872024-05-20T15:21:54.145Z Checking linked-hash-map v0.5.6
19882024-05-20T15:21:54.242Z Checking itertools v0.12.1
19892024-05-20T15:21:54.340Z Checking lru-cache v0.1.2
19902024-05-20T15:21:54.372Z Checking password-hash v0.5.0
19912024-05-20T15:21:54.506Z Checking blake2 v0.10.6
19922024-05-20T15:21:54.737Z Compiling derive_more v0.99.17
19932024-05-20T15:21:54.763Z Checking swrite v0.1.0
19942024-05-20T15:21:54.870Z Compiling rayon-core v1.12.1
19952024-05-20T15:21:54.898Z Checking argon2 v0.5.3
19962024-05-20T15:21:54.991Z Checking mockall v0.12.1
19972024-05-20T15:21:55.149Z Checking resolv-conf v0.7.0
19982024-05-20T15:21:55.200Z Checking half v2.3.1
19992024-05-20T15:21:55.224Z Compiling cancel-safe-futures v0.1.5
20002024-05-20T15:21:55.458Z Checking trust-dns-resolver v0.22.0
20012024-05-20T15:21:55.487Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
20022024-05-20T15:21:55.525Z Checking ciborium-io v0.2.2
20032024-05-20T15:21:55.634Z Checking ciborium-ll v0.2.2
20042024-05-20T15:21:55.778Z Compiling slog-dtrace v0.3.0
20052024-05-20T15:21:55.884Z Checking ciborium v0.2.2
20062024-05-20T15:21:56.040Z Compiling semver v0.1.20
20072024-05-20T15:21:56.127Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
20082024-05-20T15:21:56.402Z Compiling rustc_version v0.1.7
20092024-05-20T15:21:56.430Z Checking libsw v3.3.1
20102024-05-20T15:21:56.609Z Checking linear-map v1.2.0
20112024-05-20T15:21:56.650Z Checking owo-colors v4.0.0
20122024-05-20T15:21:56.767Z Compiling unicode-xid v0.2.4
20132024-05-20T15:21:56.834Z Compiling newtype_derive v0.1.6
20142024-05-20T15:21:56.895Z Compiling radium v0.7.0
20152024-05-20T15:21:56.929Z Checking num-rational v0.4.2
20162024-05-20T15:21:57.106Z Checking num-complex v0.4.6
20172024-05-20T15:21:57.301Z Checking steno v0.4.0
20182024-05-20T15:21:57.348Z Checking nibble_vec v0.1.0
20192024-05-20T15:21:57.503Z Checking endian-type v0.1.2
20202024-05-20T15:21:57.528Z Compiling maybe-uninit v2.0.0
20212024-05-20T15:21:57.694Z Checking tap v1.0.1
20222024-05-20T15:21:57.840Z Checking wyz v0.5.1
20232024-05-20T15:21:57.905Z Checking num v0.4.3
20242024-05-20T15:21:58.002Z Checking radix_trie v0.2.1
20252024-05-20T15:21:58.215Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
20262024-05-20T15:21:58.247Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
20272024-05-20T15:21:58.407Z Compiling bzip2-sys v0.1.11+1.0.8
20282024-05-20T15:21:58.432Z Checking fxhash v0.2.1
20292024-05-20T15:21:58.582Z Compiling packed_struct v0.10.1
20302024-05-20T15:21:58.811Z Checking funty v2.0.0
20312024-05-20T15:21:58.958Z Checking crc-catalog v2.2.0
20322024-05-20T15:21:59.080Z Compiling num-bigint-dig v0.8.4
20332024-05-20T15:21:59.290Z Checking crc v3.0.1
20342024-05-20T15:21:59.466Z Compiling packed_struct_codegen v0.10.1
20352024-05-20T15:21:59.494Z Compiling indexmap v1.9.3
20362024-05-20T15:21:59.616Z Checking bitvec v1.0.1
20372024-05-20T15:21:59.769Z Checking nodrop v0.1.14
20382024-05-20T15:21:59.834Z Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
20392024-05-20T15:21:59.875Z Checking array-init v0.0.4
20402024-05-20T15:22:00.090Z Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
20412024-05-20T15:22:00.115Z Checking smallvec v0.6.14
20422024-05-20T15:22:00.276Z Compiling progenitor-macro v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#0aeb3a72)
20432024-05-20T15:22:00.490Z Checking pkcs1 v0.7.5
20442024-05-20T15:22:00.684Z Checking signature v2.1.0
20452024-05-20T15:22:00.836Z Checking hashbrown v0.12.3
20462024-05-20T15:22:00.860Z Checking bitfield v0.14.0
20472024-05-20T15:22:01.082Z Checking serde-hex v0.1.0
20482024-05-20T15:22:01.977Z Checking bzip2 v0.4.4
20492024-05-20T15:22:02.006Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
20502024-05-20T15:22:02.123Z Checking env_logger v0.10.0
20512024-05-20T15:22:02.228Z Checking x509-cert v0.2.4
20522024-05-20T15:22:02.255Z Checking ron v0.8.1
20532024-05-20T15:22:02.255Z Checking rsa v0.9.2
20542024-05-20T15:22:02.304Z Checking hashbrown v0.13.2
20552024-05-20T15:22:02.543Z Checking crc-any v2.4.3
20562024-05-20T15:22:02.832Z Checking zip v0.6.6
20572024-05-20T15:22:03.097Z Checking path-slash v0.1.5
20582024-05-20T15:22:03.208Z Checking object v0.30.4
20592024-05-20T15:22:03.234Z Checking display-error-chain v0.2.0
20602024-05-20T15:22:03.326Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
20612024-05-20T15:22:03.370Z Compiling async-recursion v1.1.1
20622024-05-20T15:22:03.462Z Compiling buf-list v1.0.3
20632024-05-20T15:22:03.561Z Compiling blake3 v1.5.0
20642024-05-20T15:22:03.669Z Checking maplit v1.0.2
20652024-05-20T15:22:03.716Z Checking gethostname v0.4.3
20662024-05-20T15:22:03.831Z Compiling parking_lot_core v0.8.6
20672024-05-20T15:22:04.232Z Compiling libefi-sys v0.1.0
20682024-05-20T15:22:04.329Z Compiling pin-project-internal v1.1.3
20692024-05-20T15:22:04.354Z Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
20702024-05-20T15:22:04.662Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
20712024-05-20T15:22:04.770Z Compiling crossbeam-deque v0.8.3
20722024-05-20T15:22:04.801Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
20732024-05-20T15:22:04.923Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81)
20742024-05-20T15:22:05.035Z Checking keccak v0.1.4
20752024-05-20T15:22:05.061Z Checking libnvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81)
20762024-05-20T15:22:05.290Z Checking sha3 v0.10.8
20772024-05-20T15:22:05.837Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
20782024-05-20T15:22:05.996Z Checking parking_lot v0.11.2
20792024-05-20T15:22:06.132Z Checking trust-dns-client v0.22.0
20802024-05-20T15:22:06.181Z Compiling synstructure v0.12.6
20812024-05-20T15:22:06.357Z Checking toml v0.5.11
20822024-05-20T15:22:06.631Z Checking secrecy v0.8.0
20832024-05-20T15:22:06.926Z Checking sled v0.34.7
20842024-05-20T15:22:07.236Z Checking pin-project v1.1.3
20852024-05-20T15:22:07.236Z Compiling rayon v1.10.0
20862024-05-20T15:22:07.653Z Checking trust-dns-server v0.22.1
20872024-05-20T15:22:07.926Z Compiling zerocopy-derive v0.2.0
20882024-05-20T15:22:08.600Z Compiling memmap2 v0.7.1
20892024-05-20T15:22:08.686Z Compiling home v0.5.5
20902024-05-20T15:22:08.687Z Compiling arrayref v0.3.7
20912024-05-20T15:22:08.799Z Compiling arrayvec v0.7.4
20922024-05-20T15:22:08.887Z Compiling constant_time_eq v0.3.0
20932024-05-20T15:22:08.956Z Compiling toolchain_find v0.4.0
20942024-05-20T15:22:09.617Z Compiling vte_generate_state_changes v0.1.1
20952024-05-20T15:22:09.723Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=025389ff39d594bf2b815377e2c1dc4dd23b1f96#025389ff)
20962024-05-20T15:22:09.749Z Compiling topological-sort v0.2.2
20972024-05-20T15:22:09.929Z Checking fd-lock v4.0.2
20982024-05-20T15:22:09.990Z Checking glob v0.3.1
20992024-05-20T15:22:10.176Z Checking vte v0.11.1
21002024-05-20T15:22:10.253Z Compiling snafu-derive v0.8.2
21012024-05-20T15:22:10.926Z Compiling rustfmt-wrapper v0.2.1
21022024-05-20T15:22:11.040Z Compiling usdt-impl v0.3.5
21032024-05-20T15:22:11.223Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
21042024-05-20T15:22:11.739Z Compiling omicron-zone-package v0.11.0
21052024-05-20T15:22:12.234Z Checking strip-ansi-escapes v0.2.0
21062024-05-20T15:22:12.234Z Checking nu-ansi-term v0.50.0
21072024-05-20T15:22:12.234Z Compiling zerocopy v0.3.0
21082024-05-20T15:22:12.234Z Checking globset v0.4.13
21092024-05-20T15:22:12.234Z Checking reedline v0.31.0
21102024-05-20T15:22:12.234Z Checking olpc-cjson v0.1.3
21112024-05-20T15:22:12.234Z Checking serde_plain v1.0.2
21122024-05-20T15:22:12.234Z Checking typed-path v0.7.0
21132024-05-20T15:22:12.234Z Compiling prettyplease v0.2.20
21142024-05-20T15:22:12.356Z Compiling platforms v3.0.2
21152024-05-20T15:22:12.519Z Compiling dof v0.1.5
21162024-05-20T15:22:12.690Z Compiling dtrace-parser v0.1.14
21172024-05-20T15:22:13.506Z Checking parse-size v1.0.0
21182024-05-20T15:22:14.176Z Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
21192024-05-20T15:22:14.660Z Compiling serde_tokenstream v0.1.7
21202024-05-20T15:22:14.737Z Compiling memoffset v0.7.1
21212024-05-20T15:22:14.788Z Compiling crunchy v0.2.2
21222024-05-20T15:22:15.085Z Compiling curve25519-dalek v4.1.2
21232024-05-20T15:22:15.165Z Compiling clang-sys v1.6.1
21242024-05-20T15:22:15.255Z Checking snafu v0.8.2
21252024-05-20T15:22:15.506Z Compiling unicase v2.7.0
21262024-05-20T15:22:15.625Z Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#943c4bbe)
21272024-05-20T15:22:15.655Z Compiling tiny-keccak v2.0.2
21282024-05-20T15:22:15.683Z Checking tough v0.17.1
21292024-05-20T15:22:16.009Z Checking progenitor v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#0aeb3a72)
21302024-05-20T15:22:16.198Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
21312024-05-20T15:22:16.239Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
21322024-05-20T15:22:16.292Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
21332024-05-20T15:22:16.954Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
21342024-05-20T15:22:17.306Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
21352024-05-20T15:22:17.449Z Compiling usdt-attr-macro v0.3.5
21362024-05-20T15:22:17.604Z Compiling usdt-macro v0.3.5
21372024-05-20T15:22:18.814Z Checking universal-hash v0.5.1
21382024-05-20T15:22:18.838Z Compiling thiserror-impl-no-std v2.0.2
21392024-05-20T15:22:18.956Z Compiling curve25519-dalek-derive v0.1.0
21402024-05-20T15:22:18.981Z Checking nanorand v0.7.0
21412024-05-20T15:22:19.389Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
21422024-05-20T15:22:19.595Z Compiling cfg_aliases v0.1.1
21432024-05-20T15:22:19.723Z Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1)
21442024-05-20T15:22:19.723Z Checking signature v1.6.4
21452024-05-20T15:22:19.723Z Checking bytecount v0.6.3
21462024-05-20T15:22:19.790Z Checking opaque-debug v0.3.0
21472024-05-20T15:22:19.822Z Compiling salty v0.2.0
21482024-05-20T15:22:19.879Z Checking poly1305 v0.8.0
21492024-05-20T15:22:20.291Z Checking papergrid v0.11.0
21502024-05-20T15:22:20.332Z Checking ed25519 v1.5.3
21512024-05-20T15:22:20.360Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
21522024-05-20T15:22:20.492Z Compiling nix v0.28.0
21532024-05-20T15:22:21.345Z Checking flume v0.11.0
21542024-05-20T15:22:21.534Z Checking usdt v0.3.5
21552024-05-20T15:22:21.727Z Checking thiserror-no-std v2.0.2
21562024-05-20T15:22:21.727Z Compiling ascii-canvas v3.0.0
21572024-05-20T15:22:21.727Z Checking nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d)
21582024-05-20T15:22:21.844Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
21592024-05-20T15:22:22.175Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
21602024-05-20T15:22:22.179Z Compiling tabled_derive v0.7.0
21612024-05-20T15:22:22.398Z Checking chacha20 v0.9.1
21622024-05-20T15:22:22.398Z Checking aead v0.5.2
21632024-05-20T15:22:22.605Z Checking serde-big-array v0.5.1
21642024-05-20T15:22:22.606Z Checking kstat-rs v0.2.3
21652024-05-20T15:22:22.606Z Compiling hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a)
21662024-05-20T15:22:22.732Z Compiling ena v0.14.2
21672024-05-20T15:22:22.732Z Compiling libloading v0.7.4
21682024-05-20T15:22:22.985Z Compiling diff v0.1.13
21692024-05-20T15:22:23.098Z Compiling bindgen v0.69.2
21702024-05-20T15:22:23.278Z Compiling regex-syntax v0.6.29
21712024-05-20T15:22:23.625Z Checking hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a)
21722024-05-20T15:22:23.734Z Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4)
21732024-05-20T15:22:24.078Z Checking chacha20poly1305 v0.10.1
21742024-05-20T15:22:24.164Z Checking tabled v0.15.0
21752024-05-20T15:22:24.268Z Checking vsss-rs v3.3.4
21762024-05-20T15:22:25.415Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=62cc2cfe64ca09c6876be7633355026fa65c8545#62cc2cfe)
21772024-05-20T15:22:26.236Z Compiling lalrpop v0.19.12
21782024-05-20T15:22:26.724Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
21792024-05-20T15:22:26.849Z Checking signal-hook-tokio v0.3.1
21802024-05-20T15:22:26.940Z Compiling cexpr v0.6.0
21812024-05-20T15:22:27.001Z Checking serde-big-array v0.4.1
21822024-05-20T15:22:27.147Z Compiling which v4.4.0
21832024-05-20T15:22:27.762Z Compiling peeking_take_while v0.1.2
21842024-05-20T15:22:27.904Z Compiling rustc-hash v1.1.0
21852024-05-20T15:22:28.067Z Compiling shlex v1.3.0
21862024-05-20T15:22:28.259Z Compiling ref-cast v1.0.23
21872024-05-20T15:22:28.502Z Compiling lazycell v1.3.0
21882024-05-20T15:22:28.531Z Checking sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef)
21892024-05-20T15:22:28.833Z Compiling mime_guess v2.0.4
21902024-05-20T15:22:29.479Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=27e2789d381c0fcc237fbe30cec2ec66bd750c12#27e2789d)
21912024-05-20T15:22:29.980Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
21922024-05-20T15:22:30.243Z Compiling derive_builder_core v0.20.0
21932024-05-20T15:22:31.494Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
21942024-05-20T15:22:31.519Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
21952024-05-20T15:22:32.281Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
21962024-05-20T15:22:32.949Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
21972024-05-20T15:22:33.924Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
21982024-05-20T15:22:34.690Z Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
21992024-05-20T15:22:35.464Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
22002024-05-20T15:22:36.022Z Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
22012024-05-20T15:22:36.098Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
22022024-05-20T15:22:36.482Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
22032024-05-20T15:22:36.550Z Compiling peg-macros v0.8.3
22042024-05-20T15:22:37.742Z Compiling sqlparser_derive v0.2.2
22052024-05-20T15:22:38.036Z Compiling ref-cast-impl v1.0.23
22062024-05-20T15:22:38.654Z Compiling libxml v0.3.3
22072024-05-20T15:22:39.025Z Checking unicode_categories v0.1.1
22082024-05-20T15:22:39.091Z Checking corncobs v0.1.3
22092024-05-20T15:22:39.261Z Checking sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef)
22102024-05-20T15:22:39.286Z Checking sqlformat v0.2.3
22112024-05-20T15:22:39.438Z Checking rustyline v14.0.0
22122024-05-20T15:22:39.539Z Checking peg v0.8.3
22132024-05-20T15:22:39.783Z Checking sqlparser v0.45.0
22142024-05-20T15:22:40.494Z Compiling derive_builder_macro v0.20.0
22152024-05-20T15:22:40.764Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
22162024-05-20T15:22:41.139Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
22172024-05-20T15:22:41.241Z Checking bcs v0.1.6
22182024-05-20T15:22:41.407Z Compiling strum_macros v0.24.3
22192024-05-20T15:22:41.622Z Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#62ef5ca0)
22202024-05-20T15:22:41.882Z Compiling cookie v0.18.1
22212024-05-20T15:22:42.126Z Checking highway v1.1.0
22222024-05-20T15:22:42.737Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
22232024-05-20T15:22:42.762Z Compiling indoc v1.0.9
22242024-05-20T15:22:44.004Z Checking derive_builder v0.20.0
22252024-05-20T15:22:44.556Z Compiling const_format_proc_macros v0.2.32
22262024-05-20T15:22:44.583Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
22272024-05-20T15:22:44.826Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=27e2789d381c0fcc237fbe30cec2ec66bd750c12#27e2789d)
22282024-05-20T15:22:45.059Z Checking bb8 v0.8.3
22292024-05-20T15:22:45.434Z Checking quick-xml v0.31.0
22302024-05-20T15:22:45.508Z Compiling impl-trait-for-tuples v0.2.2
22312024-05-20T15:22:45.541Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
22322024-05-20T15:22:46.229Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
22332024-05-20T15:22:46.431Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
22342024-05-20T15:22:47.156Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
22352024-05-20T15:22:47.212Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
22362024-05-20T15:22:47.621Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
22372024-05-20T15:22:47.897Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
22382024-05-20T15:22:50.234Z Compiling oso-derive v0.27.3
22392024-05-20T15:22:50.373Z Checking http-range v0.1.5
22402024-05-20T15:22:50.537Z Checking hyper-staticfile v0.9.5
22412024-05-20T15:22:50.676Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
22422024-05-20T15:22:50.907Z Checking const_format v0.2.32
22432024-05-20T15:22:51.190Z Checking async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef)
22442024-05-20T15:22:51.315Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=27e2789d381c0fcc237fbe30cec2ec66bd750c12#27e2789d)
22452024-05-20T15:22:52.455Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
22462024-05-20T15:22:53.508Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
22472024-05-20T15:22:54.074Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
22482024-05-20T15:22:54.827Z Checking assert_matches v1.5.0
22492024-05-20T15:22:54.933Z Checking rand_seeder v0.2.3
22502024-05-20T15:22:54.997Z Compiling portable-atomic v1.4.3
22512024-05-20T15:22:55.155Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
22522024-05-20T15:22:55.180Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
22532024-05-20T15:22:55.384Z Checking number_prefix v0.4.0
22542024-05-20T15:22:55.569Z Checking castaway v0.2.2
22552024-05-20T15:22:55.725Z Checking compact_str v0.7.1
22562024-05-20T15:22:56.370Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
22572024-05-20T15:22:56.421Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
22582024-05-20T15:22:56.584Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
22592024-05-20T15:22:56.673Z Checking lru v0.12.1
22602024-05-20T15:22:56.719Z Compiling stability v0.2.0
22612024-05-20T15:22:56.878Z Checking indicatif v0.17.8
22622024-05-20T15:22:56.911Z Checking cassowary v0.3.0
22632024-05-20T15:22:57.267Z Compiling indoc v2.0.3
22642024-05-20T15:22:57.395Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
22652024-05-20T15:22:57.521Z Checking unicode-linebreak v0.1.5
22662024-05-20T15:22:57.602Z Checking smawk v0.3.1
22672024-05-20T15:22:57.780Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
22682024-05-20T15:22:57.850Z Checking textwrap v0.16.1
22692024-05-20T15:22:58.023Z Checking is_ci v1.2.0
22702024-05-20T15:22:58.222Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=62cc2cfe64ca09c6876be7633355026fa65c8545#62cc2cfe)
22712024-05-20T15:22:58.253Z Checking supports-color v3.0.0
22722024-05-20T15:22:58.298Z Checking ratatui v0.26.2
22732024-05-20T15:22:58.415Z Checking fatfs v0.3.6
22742024-05-20T15:22:59.274Z Checking shell-words v1.1.0
22752024-05-20T15:22:59.419Z Checking rtoolbox v0.0.1
22762024-05-20T15:22:59.591Z Checking rpassword v7.3.1
22772024-05-20T15:23:00.064Z Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
22782024-05-20T15:23:00.618Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
22792024-05-20T15:23:00.618Z Checking yansi v0.5.1
22802024-05-20T15:23:00.618Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
22812024-05-20T15:23:00.618Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
22822024-05-20T15:23:00.618Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
22832024-05-20T15:23:00.689Z Checking tui-tree-widget v0.19.0
22842024-05-20T15:23:01.126Z Checking pretty_assertions v1.4.0
22852024-05-20T15:23:01.350Z Compiling target-lexicon v0.12.13
22862024-05-20T15:23:01.381Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
22872024-05-20T15:23:01.409Z Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
22882024-05-20T15:23:02.264Z Checking cargo-platform v0.1.3
22892024-05-20T15:23:02.513Z Checking plotters-backend v0.3.5
22902024-05-20T15:23:02.589Z Compiling guppy-workspace-hack v0.1.0
22912024-05-20T15:23:02.685Z Compiling doc-comment v0.3.3
22922024-05-20T15:23:02.820Z Checking plotters-svg v0.3.5
22932024-05-20T15:23:02.869Z Checking cargo_metadata v0.18.1
22942024-05-20T15:23:03.726Z Checking http-body v1.0.0
22952024-05-20T15:23:03.751Z Checking tower-layer v0.3.2
22962024-05-20T15:23:03.751Z Checking cast v0.3.0
22972024-05-20T15:23:03.751Z Compiling target-spec v3.1.0
22982024-05-20T15:23:03.751Z Compiling assert_cmd v2.0.14
22992024-05-20T15:23:04.110Z Checking criterion-plot v0.5.0
23002024-05-20T15:23:04.655Z Checking tower v0.4.13
23012024-05-20T15:23:04.655Z Checking hyper v1.1.0
23022024-05-20T15:23:04.655Z Checking cfg-expr v0.15.6
23032024-05-20T15:23:04.889Z Checking plotters v0.3.5
23042024-05-20T15:23:05.214Z Checking installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd)
23052024-05-20T15:23:05.307Z Checking tinytemplate v1.2.1
23062024-05-20T15:23:05.882Z Checking oorandom v11.1.3
23072024-05-20T15:23:06.014Z Checking anes v0.1.6
23082024-05-20T15:23:06.348Z Checking criterion v0.5.1
23092024-05-20T15:23:06.478Z Checking hyper-util v0.1.2
23102024-05-20T15:23:06.983Z Checking installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client)
23112024-05-20T15:23:07.661Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
23122024-05-20T15:23:07.901Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
23132024-05-20T15:23:08.666Z Checking rustls-native-certs v0.7.0
23142024-05-20T15:23:08.802Z Checking httptest v0.15.5
23152024-05-20T15:23:09.397Z Checking pathdiff v0.2.1
23162024-05-20T15:23:09.708Z Checking nested v0.1.1
23172024-05-20T15:23:09.885Z Checking guppy v0.17.5
23182024-05-20T15:23:09.990Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
23192024-05-20T15:23:10.902Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
23202024-05-20T15:23:10.960Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
23212024-05-20T15:23:13.032Z Checking hyper-rustls v0.26.0
23222024-05-20T15:23:13.070Z Checking escape8259 v0.5.2
23232024-05-20T15:23:13.216Z Checking threadpool v1.8.1
23242024-05-20T15:23:13.337Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
23252024-05-20T15:23:13.379Z Checking similar-asserts v1.5.0
23262024-05-20T15:23:13.404Z Checking libtest-mimic v0.7.2
23272024-05-20T15:23:13.583Z Checking fancy-regex v0.13.0
23282024-05-20T15:23:13.775Z Compiling rstest_macros v0.19.0
23292024-05-20T15:23:14.202Z Checking datatest-stable v0.2.9
23302024-05-20T15:23:14.330Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
23312024-05-20T15:23:14.456Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
23322024-05-20T15:23:14.707Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
23332024-05-20T15:23:14.950Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
23342024-05-20T15:23:15.785Z Checking csv-core v0.1.11
23352024-05-20T15:23:16.224Z Checking constant_time_eq v0.2.6
23362024-05-20T15:23:16.225Z Compiling trybuild v1.0.91
23372024-05-20T15:23:16.225Z Compiling relative-path v1.9.0
23382024-05-20T15:23:16.225Z Checking blake2b_simd v1.0.1
23392024-05-20T15:23:16.255Z Checking csv v1.3.0
23402024-05-20T15:23:16.493Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
23412024-05-20T15:23:16.750Z Checking multimap v0.10.0
23422024-05-20T15:23:16.986Z Checking futures-timer v3.0.2
23432024-05-20T15:23:17.270Z Checking rust-argon2 v2.1.0
23442024-05-20T15:23:18.936Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
23452024-05-20T15:23:20.847Z Checking partial-io v0.5.4
23462024-05-20T15:23:20.947Z Checking approx v0.5.1
23472024-05-20T15:23:21.294Z Checking uzers v0.11.3
23482024-05-20T15:23:21.471Z Checking termios v0.3.3
23492024-05-20T15:23:21.743Z Checking hex-literal v0.4.1
23502024-05-20T15:23:24.434Z Checking rstest v0.19.0
23512024-05-20T15:23:25.433Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
23522024-05-20T15:23:26.800Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
23532024-05-20T15:23:34.269Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
23542024-05-20T15:23:43.250Z Compiling samael v0.0.15
23552024-05-20T15:24:02.812Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli)
23562024-05-20T15:24:04.129Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
23572024-05-20T15:24:21.901Z Compiling polar-core v0.27.3
23582024-05-20T15:24:30.999Z Checking oso v0.27.3
23592024-05-20T15:25:08.037Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
23602024-05-20T15:25:08.037Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
23612024-05-20T15:25:08.110Z Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
23622024-05-20T15:26:36.663Z Finished dev [unoptimized + debuginfo] target(s) in 6m 36s
23632024-05-20T15:26:37.300Z
23642024-05-20T15:26:37.300Zreal 7:33.163832726
23652024-05-20T15:26:37.300Zuser 34:00.980322093
23662024-05-20T15:26:37.300Zsys 6:23.848521451
23672024-05-20T15:26:37.300Ztrap 1.042514995
23682024-05-20T15:26:37.300Ztflt 0.649628452
23692024-05-20T15:26:37.300Zdflt 1.550765485
23702024-05-20T15:26:37.300Zkflt 0.003054454
23712024-05-20T15:26:37.300Zlock 52:11.207947146
23722024-05-20T15:26:37.300Zslp 1:43:01.184872760
23732024-05-20T15:26:37.300Zlat 1:48.080626333
23742024-05-20T15:26:37.300Zstop 4:41.793141750
23752024-05-20T15:26:38.138Zwarning: output filename collision.
23762024-05-20T15:26:38.138ZThe lib target `bhyve_api` in package `bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)` has the same output filename as the lib target `bhyve_api` in package `bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=27e2789d381c0fcc237fbe30cec2ec66bd750c12#27e2789d)`.
23772024-05-20T15:26:38.138ZColliding filename is: /work/oxidecomputer/omicron/target/doc/bhyve_api/index.html
23782024-05-20T15:26:38.138ZThe targets should have unique names.
23792024-05-20T15:26:38.138ZThis is a known bug where multiple crates with the same name use
23802024-05-20T15:26:38.138Zthe same path; see <https://github.com/rust-lang/cargo/issues/6313>.
23812024-05-20T15:26:38.138Zwarning: output filename collision.
23822024-05-20T15:26:38.138ZThe lib target `bhyve_api_sys` in package `bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)` has the same output filename as the lib target `bhyve_api_sys` in package `bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=27e2789d381c0fcc237fbe30cec2ec66bd750c12#27e2789d)`.
23832024-05-20T15:26:38.139ZColliding filename is: /work/oxidecomputer/omicron/target/doc/bhyve_api_sys/index.html
23842024-05-20T15:26:38.139ZThe targets should have unique names.
23852024-05-20T15:26:38.139ZThis is a known bug where multiple crates with the same name use
23862024-05-20T15:26:38.139Zthe same path; see <https://github.com/rust-lang/cargo/issues/6313>.
23872024-05-20T15:26:38.214Zwarning: output filename collision.
23882024-05-20T15:26:38.214ZThe 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)`.
23892024-05-20T15:26:38.214ZColliding filename is: /work/oxidecomputer/omicron/target/doc/hubpack/index.html
23902024-05-20T15:26:38.214ZThe targets should have unique names.
23912024-05-20T15:26:38.214ZThis is a known bug where multiple crates with the same name use
23922024-05-20T15:26:38.214Zthe same path; see <https://github.com/rust-lang/cargo/issues/6313>.
23932024-05-20T15:26:38.214Zwarning: output filename collision.
23942024-05-20T15:26:38.214ZThe 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)`.
23952024-05-20T15:26:38.214ZColliding filename is: /work/oxidecomputer/omicron/target/doc/libnet/index.html
23962024-05-20T15:26:38.215ZThe targets should have unique names.
23972024-05-20T15:26:38.215ZThis is a known bug where multiple crates with the same name use
23982024-05-20T15:26:38.215Zthe same path; see <https://github.com/rust-lang/cargo/issues/6313>.
23992024-05-20T15:26:38.215Zwarning: output filename collision.
24002024-05-20T15:26:38.215ZThe 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)`.
24012024-05-20T15:26:38.215ZColliding filename is: /work/oxidecomputer/omicron/target/doc/nix/index.html
24022024-05-20T15:26:38.215ZThe targets should have unique names.
24032024-05-20T15:26:38.215ZThis is a known bug where multiple crates with the same name use
24042024-05-20T15:26:38.215Zthe same path; see <https://github.com/rust-lang/cargo/issues/6313>.
24052024-05-20T15:26:38.215Zwarning: output filename collision.
24062024-05-20T15:26:38.215ZThe 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)`.
24072024-05-20T15:26:38.215ZColliding filename is: /work/oxidecomputer/omicron/target/doc/oximeter/index.html
24082024-05-20T15:26:38.215ZThe targets should have unique names.
24092024-05-20T15:26:38.215ZThis is a known bug where multiple crates with the same name use
24102024-05-20T15:26:38.215Zthe same path; see <https://github.com/rust-lang/cargo/issues/6313>.
24112024-05-20T15:26:38.215Zwarning: output filename collision.
24122024-05-20T15:26:38.215ZThe lib target `propolis-client` in package `propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)` has the same output filename as the lib target `propolis-client` in package `propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=27e2789d381c0fcc237fbe30cec2ec66bd750c12#27e2789d)`.
24132024-05-20T15:26:38.215ZColliding filename is: /work/oxidecomputer/omicron/target/doc/propolis_client/index.html
24142024-05-20T15:26:38.216ZThe targets should have unique names.
24152024-05-20T15:26:38.216ZThis is a known bug where multiple crates with the same name use
24162024-05-20T15:26:38.216Zthe same path; see <https://github.com/rust-lang/cargo/issues/6313>.
24172024-05-20T15:26:38.216Zwarning: output filename collision.
24182024-05-20T15:26:38.216ZThe 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)`.
24192024-05-20T15:26:38.216ZColliding filename is: /work/oxidecomputer/omicron/target/doc/tlvc/index.html
24202024-05-20T15:26:38.216ZThe targets should have unique names.
24212024-05-20T15:26:38.216ZThis is a known bug where multiple crates with the same name use
24222024-05-20T15:26:38.216Zthe same path; see <https://github.com/rust-lang/cargo/issues/6313>.
24232024-05-20T15:26:38.216Zwarning: output filename collision.
24242024-05-20T15:26:38.216ZThe 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`.
24252024-05-20T15:26:38.216ZColliding filename is: /work/oxidecomputer/omicron/target/doc/zone/index.html
24262024-05-20T15:26:38.216ZThe targets should have unique names.
24272024-05-20T15:26:38.216ZThis is a known bug where multiple crates with the same name use
24282024-05-20T15:26:38.216Zthe same path; see <https://github.com/rust-lang/cargo/issues/6313>.
24292024-05-20T15:26:38.778Z Documenting libc v0.2.153
24302024-05-20T15:26:38.884Z Documenting cfg-if v1.0.0
24312024-05-20T15:26:38.884Z Documenting serde_derive v1.0.201
24322024-05-20T15:26:38.884Z Documenting log v0.4.21
24332024-05-20T15:26:38.936Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
24342024-05-20T15:26:38.936Z Documenting memchr v2.7.1
24352024-05-20T15:26:38.936Z Documenting byteorder v1.5.0
24362024-05-20T15:26:38.936Z Documenting scopeguard v1.2.0
24372024-05-20T15:26:39.148Z Documenting smallvec v1.13.1
24382024-05-20T15:26:41.532Z Documenting itoa v1.0.9
24392024-05-20T15:26:42.301Z Documenting pin-project-lite v0.2.13
24402024-05-20T15:26:42.540Z Documenting once_cell v1.19.0
24412024-05-20T15:26:42.709Z Documenting libm v0.2.7
24422024-05-20T15:26:42.824Z Documenting lock_api v0.4.10
24432024-05-20T15:26:43.339Z Documenting getrandom v0.2.12
24442024-05-20T15:26:43.612Z Documenting parking_lot_core v0.9.8
24452024-05-20T15:26:44.300Z Documenting signal-hook-registry v1.4.1
24462024-05-20T15:26:45.181Z Documenting mio v0.8.11
24472024-05-20T15:26:45.377Z Documenting serde v1.0.201
24482024-05-20T15:26:45.996Z Documenting num-traits v0.2.19
24492024-05-20T15:26:46.425Z Documenting thiserror-impl v1.0.60
24502024-05-20T15:26:46.809Z Documenting zeroize_derive v1.4.2
24512024-05-20T15:26:47.044Z Documenting rand_core v0.6.4
24522024-05-20T15:26:47.294Z Documenting parking_lot v0.12.1
24532024-05-20T15:26:58.042Z Documenting ryu v1.0.15
24542024-05-20T15:26:58.043Z Documenting futures-core v0.3.30
24552024-05-20T15:26:59.014Z Documenting num_cpus v1.16.0
24562024-05-20T15:26:59.014Z Documenting socket2 v0.5.6
24572024-05-20T15:26:59.014Z Documenting tokio-macros v2.2.0
24582024-05-20T15:26:59.014Z Documenting zerocopy v0.7.32
24592024-05-20T15:26:59.014Z Documenting thiserror v1.0.60
24602024-05-20T15:26:59.014Z Documenting zeroize v1.7.0
24612024-05-20T15:26:59.014Z Documenting futures-sink v0.3.30
24622024-05-20T15:26:59.014Z Documenting typenum v1.16.0
24632024-05-20T15:26:59.014Z Documenting subtle v2.5.0
24642024-05-20T15:26:59.014Z Documenting pin-utils v0.1.0
24652024-05-20T15:26:59.015Z Documenting slab v0.4.9
24662024-05-20T15:26:59.015Z Documenting futures-channel v0.3.30
24672024-05-20T15:26:59.015Z Documenting futures-macro v0.3.30
24682024-05-20T15:26:59.460Z Documenting futures-task v0.3.30
24692024-05-20T15:27:05.629Z Documenting bytes v1.6.0
24702024-05-20T15:27:08.773Z Documenting bitflags v2.4.2
24712024-05-20T15:27:08.842Z Documenting serde_json v1.0.117
24722024-05-20T15:27:09.327Z Documenting iana-time-zone v0.1.57
24732024-05-20T15:27:09.400Z Documenting futures-io v0.3.30
24742024-05-20T15:27:09.400Z Documenting uuid v1.8.0
24752024-05-20T15:27:09.400Z Documenting ahash v0.8.8
24762024-05-20T15:27:09.400Z Documenting tokio v1.37.0
24772024-05-20T15:27:10.356Z Documenting generic-array v0.14.7
24782024-05-20T15:27:12.918Z Documenting futures-util v0.3.30
24792024-05-20T15:27:13.102Z Documenting chrono v0.4.38
24802024-05-20T15:27:13.481Z Documenting allocator-api2 v0.2.16
24812024-05-20T15:27:13.789Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24822024-05-20T15:27:14.005Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
24832024-05-20T15:27:14.336Z Documenting const-oid v0.9.6
24842024-05-20T15:27:14.337Z Documenting tinyvec_macros v0.1.1
24852024-05-20T15:27:14.608Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
24862024-05-20T15:27:14.958Z Documenting crypto-common v0.1.6
24872024-05-20T15:27:16.718Z Documenting hashbrown v0.14.3
24882024-05-20T15:27:17.015Z Documenting tinyvec v1.6.0
24892024-05-20T15:27:21.155Z Documenting tracing-core v0.1.32
24902024-05-20T15:27:21.355Z Documenting serde_derive_internals v0.29.0
24912024-05-20T15:27:21.355Z Documenting tracing-attributes v0.1.27
24922024-05-20T15:27:21.355Z Checking serde_derive_internals v0.29.0
24932024-05-20T15:27:21.355Z Documenting dyn-clone v1.0.17
24942024-05-20T15:27:21.355Z Documenting unicode-normalization v0.1.22
24952024-05-20T15:27:21.805Z Documenting ppv-lite86 v0.2.17
24962024-05-20T15:27:22.089Z Documenting unicode-bidi v0.3.15
24972024-05-20T15:27:22.216Z Documenting lazy_static v1.4.0
24982024-05-20T15:27:23.162Z Documenting percent-encoding v2.3.1
24992024-05-20T15:27:24.608Z Documenting schemars_derive v0.8.17
25002024-05-20T15:27:24.915Z Documenting block-buffer v0.10.4
25012024-05-20T15:27:25.214Z Documenting rand_chacha v0.3.1
25022024-05-20T15:27:25.420Z Documenting powerfmt v0.2.0
25032024-05-20T15:27:25.420Z Documenting equivalent v1.0.1
25042024-05-20T15:27:26.421Z Documenting fnv v1.0.7
25052024-05-20T15:27:27.141Z Documenting form_urlencoded v1.2.1
25062024-05-20T15:27:29.175Z Documenting deranged v0.3.11
25072024-05-20T15:27:29.430Z Documenting indexmap v2.2.6
25082024-05-20T15:27:29.430Z Documenting rand v0.8.5
25092024-05-20T15:27:29.608Z Documenting digest v0.10.7
25102024-05-20T15:27:30.047Z Documenting schemars v0.8.17
25112024-05-20T15:27:30.577Z Documenting time-macros v0.2.17
25122024-05-20T15:27:30.807Z Documenting num-conv v0.1.0
25132024-05-20T15:27:33.698Z Documenting num_threads v0.1.6
25142024-05-20T15:27:34.072Z Documenting unicode-width v0.1.11
25152024-05-20T15:27:34.185Z Documenting time-core v0.1.2
25162024-05-20T15:27:34.944Z Documenting idna v0.5.0
25172024-05-20T15:27:35.720Z Documenting tracing v0.1.40
25182024-05-20T15:27:44.907Z Documenting errno v0.3.8
25192024-05-20T15:27:44.931Z Documenting unicode-ident v1.0.12
25202024-05-20T15:27:45.011Z Documenting adler v1.0.2
25212024-05-20T15:27:45.035Z Documenting slog v2.7.0
25222024-05-20T15:27:45.060Z Documenting time v0.3.34
25232024-05-20T15:27:45.175Z Documenting url v2.5.0
25242024-05-20T15:27:45.803Z Documenting httparse v1.8.0
25252024-05-20T15:27:47.712Z Documenting proc-macro2 v1.0.82
25262024-05-20T15:27:47.791Z Documenting miniz_oxide v0.7.1
25272024-05-20T15:27:49.115Z Documenting rustix v0.38.31
25282024-05-20T15:27:49.257Z Documenting cpufeatures v0.2.12
25292024-05-20T15:27:49.371Z Documenting async-trait v0.1.80
25302024-05-20T15:27:49.843Z Documenting try-lock v0.2.4
25312024-05-20T15:27:51.109Z Documenting httpdate v1.0.3
25322024-05-20T15:27:51.303Z Documenting http-body v0.4.5
25332024-05-20T15:27:52.046Z Documenting aho-corasick v1.1.2
25342024-05-20T15:27:52.260Z Documenting quote v1.0.36
25352024-05-20T15:27:52.523Z Documenting want v0.3.1
25362024-05-20T15:27:53.802Z Documenting tokio-util v0.7.10
25372024-05-20T15:27:54.592Z Documenting openssl-sys v0.9.102
25382024-05-20T15:27:54.959Z Documenting openssl-macros v0.1.1
25392024-05-20T15:27:55.908Z Documenting tower-service v0.3.2
25402024-05-20T15:27:56.645Z Documenting gimli v0.28.0
25412024-05-20T15:27:56.645Z Documenting syn v2.0.60
25422024-05-20T15:27:56.838Z Documenting mime v0.3.17
25432024-05-20T15:27:57.210Z Documenting regex-syntax v0.8.2
25442024-05-20T15:27:59.585Z Documenting object v0.32.1
25452024-05-20T15:27:59.616Z Documenting h2 v0.3.26
25462024-05-20T15:27:59.788Z Documenting rustc-demangle v0.1.23
25472024-05-20T15:28:00.418Z Documenting openssl v0.10.64
25482024-05-20T15:28:00.585Z Documenting ipnet v2.9.0
25492024-05-20T15:28:01.827Z Documenting addr2line v0.21.0
25502024-05-20T15:28:02.620Z Documenting openssl-probe v0.1.5
25512024-05-20T15:28:03.545Z Documenting regex-automata v0.4.5
25522024-05-20T15:28:04.670Z Documenting base64ct v1.6.0
25532024-05-20T15:28:05.574Z Documenting futures-executor v0.3.30
25542024-05-20T15:28:06.497Z Documenting encoding_rs v0.8.33
25552024-05-20T15:28:08.297Z Documenting native-tls v0.2.11
25562024-05-20T15:28:08.648Z Documenting psl-types v2.0.11
25572024-05-20T15:28:08.918Z Documenting hyper v0.14.28
25582024-05-20T15:28:09.973Z Documenting backtrace v0.3.69
25592024-05-20T15:28:10.036Z Documenting serde_urlencoded v0.7.1
25602024-05-20T15:28:10.773Z Checking pest_meta v2.7.6
25612024-05-20T15:28:11.489Z Documenting publicsuffix v2.2.3
25622024-05-20T15:28:11.546Z Documenting crossbeam-utils v0.8.19
25632024-05-20T15:28:11.719Z Documenting regex v1.10.4
25642024-05-20T15:28:13.431Z Documenting tokio-native-tls v0.3.1
25652024-05-20T15:28:14.482Z Documenting utf8parse v0.2.1
25662024-05-20T15:28:14.596Z Documenting futures v0.3.30
25672024-05-20T15:28:15.213Z Documenting anyhow v1.0.83
25682024-05-20T15:28:15.563Z Documenting cookie_store v0.20.0
25692024-05-20T15:28:15.939Z Documenting pem-rfc7468 v0.7.0
25702024-05-20T15:28:16.933Z Documenting pest_meta v2.7.6
25712024-05-20T15:28:17.095Z Documenting der_derive v0.7.2
25722024-05-20T15:28:18.665Z Documenting scroll_derive v0.12.0
25732024-05-20T15:28:19.302Z Documenting sync_wrapper v0.1.2
25742024-05-20T15:28:19.843Z Documenting webpki-roots v0.25.2
25752024-05-20T15:28:19.872Z Documenting hyper-rustls v0.24.2
25762024-05-20T15:28:20.645Z Documenting hyper-tls v0.5.0
25772024-05-20T15:28:21.196Z Documenting flagset v0.4.3
25782024-05-20T15:28:22.210Z Documenting pest_generator v2.7.6
25792024-05-20T15:28:22.234Z Checking pest_generator v2.7.6
25802024-05-20T15:28:22.363Z Documenting num-integer v0.1.46
25812024-05-20T15:28:22.754Z Documenting ucd-trie v0.1.6
25822024-05-20T15:28:23.483Z Documenting scroll v0.12.0
25832024-05-20T15:28:24.337Z Documenting plain v0.2.3
25842024-05-20T15:28:24.416Z Documenting der v0.7.8
25852024-05-20T15:28:26.199Z Documenting openapiv3 v2.0.0
25862024-05-20T15:28:26.654Z Documenting pretty-hex v0.4.1
25872024-05-20T15:28:26.781Z Documenting pest v2.7.6
25882024-05-20T15:28:27.116Z Documenting spin v0.9.8
25892024-05-20T15:28:27.440Z Documenting reqwest v0.11.27
25902024-05-20T15:28:27.440Z Documenting pest_derive v2.7.6
25912024-05-20T15:28:27.440Z Documenting goblin v0.8.0
25922024-05-20T15:28:28.840Z Documenting spki v0.7.2
25932024-05-20T15:28:29.378Z Documenting thread-id v4.2.0
25942024-05-20T15:28:31.124Z Documenting either v1.11.0
25952024-05-20T15:28:31.377Z Documenting anstyle v1.0.7
25962024-05-20T15:28:31.458Z Documenting dtrace-parser v0.2.0
25972024-05-20T15:28:32.862Z Documenting pkcs8 v0.10.2
25982024-05-20T15:28:32.887Z Documenting anstyle-parse v0.2.1
25992024-05-20T15:28:33.337Z Documenting memmap v0.7.0
26002024-05-20T15:28:34.255Z Documenting dof v0.3.0
26012024-05-20T15:28:34.410Z Documenting anstyle-query v1.0.0
26022024-05-20T15:28:35.250Z Documenting colorchoice v1.0.0
26032024-05-20T15:28:35.373Z Documenting data-encoding v2.4.0
26042024-05-20T15:28:35.873Z Documenting crossbeam-epoch v0.9.18
26052024-05-20T15:28:37.123Z Documenting terminal_size v0.3.0
26062024-05-20T15:28:37.204Z Documenting sha2 v0.10.8
26072024-05-20T15:28:37.302Z Documenting ipnetwork v0.20.0
26082024-05-20T15:28:38.014Z Documenting hex v0.4.3
26092024-05-20T15:28:38.272Z Documenting anstream v0.6.11
26102024-05-20T15:28:39.409Z Documenting usdt-impl v0.5.0
26112024-05-20T15:28:39.657Z Documenting crc32fast v1.3.2
26122024-05-20T15:28:40.103Z Documenting clap_lex v0.7.0
26132024-05-20T15:28:41.550Z Documenting strsim v0.11.0
26142024-05-20T15:28:42.133Z Documenting untrusted v0.9.0
26152024-05-20T15:28:42.442Z Documenting unicode-segmentation v1.10.1
26162024-05-20T15:28:42.549Z Documenting num-iter v0.1.45
26172024-05-20T15:28:42.896Z Documenting hmac v0.12.1
26182024-05-20T15:28:43.120Z Documenting signal-hook v0.3.17
26192024-05-20T15:28:44.084Z Documenting clap_derive v4.5.4
26202024-05-20T15:28:44.905Z Documenting ring v0.17.8
26212024-05-20T15:28:45.328Z Documenting clap_builder v4.5.2
26222024-05-20T15:28:45.561Z Documenting usdt v0.5.0
26232024-05-20T15:28:45.866Z Documenting static_assertions v1.1.0
26242024-05-20T15:28:46.463Z Documenting flate2 v1.0.30
26252024-05-20T15:28:47.200Z Documenting managed v0.8.0
26262024-05-20T15:28:47.861Z Documenting signal-hook-mio v0.2.3
26272024-05-20T15:28:48.616Z Documenting enum-as-inner v0.5.1
26282024-05-20T15:28:49.435Z Documenting regress v0.9.1
26292024-05-20T15:28:50.384Z Documenting block-padding v0.3.3
26302024-05-20T15:28:50.554Z Documenting scheduled-thread-pool v0.2.7
26312024-05-20T15:28:50.980Z Documenting diesel_table_macro_syntax v0.1.0
26322024-05-20T15:28:51.488Z Documenting clap v4.5.4
26332024-05-20T15:28:51.627Z Checking diesel_table_macro_syntax v0.1.0
26342024-05-20T15:28:51.796Z Documenting md-5 v0.10.5
26352024-05-20T15:28:51.854Z Documenting crossterm v0.27.0
26362024-05-20T15:28:53.085Z Documenting trust-dns-proto v0.22.0
26372024-05-20T15:28:54.600Z Documenting r2d2 v0.8.10
26382024-05-20T15:28:54.998Z Documenting inout v0.1.3
26392024-05-20T15:28:55.405Z Documenting stringprep v0.1.3
26402024-05-20T15:28:55.836Z Documenting diesel_derives v2.1.2
26412024-05-20T15:29:00.751Z Documenting ff v0.13.0
26422024-05-20T15:29:01.019Z Documenting toml_datetime v0.6.5
26432024-05-20T15:29:01.020Z Documenting serde_spanned v0.6.5
26442024-05-20T15:29:01.077Z Documenting pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
26452024-05-20T15:29:01.077Z Documenting siphasher v0.3.11
26462024-05-20T15:29:01.077Z Checking strsim v0.10.0
26472024-05-20T15:29:01.078Z Checking ident_case v1.0.1
26482024-05-20T15:29:01.078Z Documenting heck v0.5.0
26492024-05-20T15:29:01.078Z Documenting bit-vec v0.6.3
26502024-05-20T15:29:01.078Z Checking unsafe-libyaml v0.2.10
26512024-05-20T15:29:01.347Z Documenting fallible-iterator v0.2.0
26522024-05-20T15:29:01.710Z Documenting base16ct v0.2.0
26532024-05-20T15:29:01.938Z Documenting winnow v0.6.1
26542024-05-20T15:29:02.147Z Documenting phf_shared v0.11.2
26552024-05-20T15:29:02.480Z Documenting group v0.13.0
26562024-05-20T15:29:02.803Z Documenting typify-impl v0.0.16 (https://github.com/oxidecomputer/typify#336a042b)
26572024-05-20T15:29:03.062Z Documenting diesel v2.1.6
26582024-05-20T15:29:04.660Z Documenting sec1 v0.7.3
26592024-05-20T15:29:04.862Z Documenting cipher v0.4.4
26602024-05-20T15:29:06.045Z Documenting hkdf v0.12.4
26612024-05-20T15:29:06.079Z Documenting postgres-protocol v0.6.6
26622024-05-20T15:29:06.691Z Documenting typify-macro v0.0.16 (https://github.com/oxidecomputer/typify#336a042b)
26632024-05-20T15:29:07.223Z Documenting toml_edit v0.22.12
26642024-05-20T15:29:19.729Z Documenting num-bigint v0.4.4
26652024-05-20T15:29:20.330Z Documenting bstr v1.9.0
26662024-05-20T15:29:29.598Z Documenting console v0.15.8
26672024-05-20T15:29:29.858Z Documenting crypto-bigint v0.5.2
26682024-05-20T15:29:30.218Z Documenting semver v1.0.23
26692024-05-20T15:29:30.348Z Documenting hubpack v0.1.2
26702024-05-20T15:29:30.372Z Documenting serde_repr v0.1.16
26712024-05-20T15:29:31.045Z Documenting new_debug_unreachable v1.0.4
26722024-05-20T15:29:31.593Z Documenting fixedbitset v0.4.2
26732024-05-20T15:29:32.315Z Documenting precomputed-hash v0.1.1
26742024-05-20T15:29:33.942Z Documenting minimal-lexical v0.2.1
26752024-05-20T15:29:34.080Z Documenting unsafe-libyaml v0.2.10
26762024-05-20T15:29:35.114Z Documenting lalrpop-util v0.19.12
26772024-05-20T15:29:35.178Z Documenting yasna v0.5.2
26782024-05-20T15:29:35.178Z Documenting petgraph v0.6.5
26792024-05-20T15:29:35.179Z Documenting gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
26802024-05-20T15:29:45.412Z Documenting string_cache v0.8.7
26812024-05-20T15:29:45.674Z Documenting nom v7.1.3
26822024-05-20T15:29:45.700Z Documenting serde_yaml v0.9.25
26832024-05-20T15:29:45.832Z Documenting typify v0.0.16 (https://github.com/oxidecomputer/typify#336a042b)
26842024-05-20T15:29:46.097Z Documenting postgres-types v0.2.6
26852024-05-20T15:29:46.452Z Documenting phf v0.11.2
26862024-05-20T15:29:46.477Z Documenting elliptic-curve v0.13.8
26872024-05-20T15:29:47.165Z Checking serde_yaml v0.9.25
26882024-05-20T15:29:48.813Z Checking darling_core v0.20.8
26892024-05-20T15:29:49.975Z Documenting similar v2.4.0
26902024-05-20T15:29:50.538Z Documenting progenitor-client v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#0aeb3a72)
26912024-05-20T15:29:50.893Z Documenting getopts v0.2.21
26922024-05-20T15:29:51.075Z Documenting float-cmp v0.9.0
26932024-05-20T15:29:51.964Z Documenting predicates-core v1.0.6
26942024-05-20T15:29:52.256Z Documenting peg-runtime v0.8.3
26952024-05-20T15:30:03.320Z Documenting whoami v1.5.1
26962024-05-20T15:30:03.433Z Documenting difflib v0.4.0
26972024-05-20T15:30:03.503Z Documenting normalize-line-endings v0.3.0
26982024-05-20T15:30:03.635Z Documenting progenitor-impl v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#0aeb3a72)
26992024-05-20T15:30:03.788Z Documenting progenitor-macro v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#0aeb3a72)
27002024-05-20T15:30:03.923Z Documenting bit-set v0.5.3
27012024-05-20T15:30:04.155Z Documenting fs-err v2.11.0
27022024-05-20T15:30:04.223Z Documenting tokio-stream v0.1.15
27032024-05-20T15:30:07.354Z Documenting tokio-postgres v0.7.10
27042024-05-20T15:30:07.477Z Documenting ident_case v1.0.1
27052024-05-20T15:30:07.616Z Documenting predicates v3.1.0
27062024-05-20T15:30:07.813Z Checking darling v0.20.8
27072024-05-20T15:30:07.922Z Documenting is-terminal v0.4.9
27082024-05-20T15:30:08.962Z Documenting strum v0.26.2
27092024-05-20T15:30:09.358Z Documenting base64 v0.22.1
27102024-05-20T15:30:11.331Z Documenting camino v1.1.7
27112024-05-20T15:30:11.543Z Documenting progenitor v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#0aeb3a72)
27122024-05-20T15:30:11.595Z Documenting darling_core v0.20.8
27132024-05-20T15:30:12.222Z Documenting dirs-sys-next v0.1.2
27142024-05-20T15:30:12.710Z Documenting sha1 v0.10.6
27152024-05-20T15:30:12.736Z Documenting http v1.0.0
27162024-05-20T15:30:13.386Z Documenting paste v1.0.15
27172024-05-20T15:30:15.524Z Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
27182024-05-20T15:30:15.657Z Documenting thread_local v1.1.7
27192024-05-20T15:30:16.314Z Documenting dirs-next v2.0.0
27202024-05-20T15:30:17.675Z Documenting rustls-pki-types v1.3.0
27212024-05-20T15:30:17.705Z Documenting crossbeam-channel v0.5.8
27222024-05-20T15:30:17.901Z Documenting take_mut v0.2.2
27232024-05-20T15:30:19.305Z Documenting slog-json v2.6.1
27242024-05-20T15:30:19.544Z Documenting async-stream-impl v0.3.5
27252024-05-20T15:30:19.983Z Documenting darling_macro v0.20.8
27262024-05-20T15:30:20.461Z Documenting term v0.7.0
27272024-05-20T15:30:20.812Z Documenting debug-ignore v1.0.5
27282024-05-20T15:30:21.420Z Documenting rustls-webpki v0.102.1
27292024-05-20T15:30:21.874Z Documenting atomic-waker v1.1.1
27302024-05-20T15:30:22.152Z Documenting slog-async v2.8.0
27312024-05-20T15:30:23.579Z Documenting rustls-pemfile v2.1.2
27322024-05-20T15:30:24.012Z Documenting slog-bunyan v2.5.0
27332024-05-20T15:30:24.620Z Documenting async-stream v0.3.5
27342024-05-20T15:30:24.700Z Documenting darling v0.20.8
27352024-05-20T15:30:24.848Z Documenting waitgroup v0.1.2
27362024-05-20T15:30:25.068Z Documenting slog-term v2.9.1
27372024-05-20T15:30:26.273Z Documenting rustls v0.22.4
27382024-05-20T15:30:26.370Z Documenting multer v3.1.0
27392024-05-20T15:30:27.364Z Documenting toml v0.8.12
27402024-05-20T15:30:28.485Z Documenting dropshot_endpoint v0.10.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#283d8978)
27412024-05-20T15:30:28.730Z Documenting serde_path_to_error v0.1.16
27422024-05-20T15:30:28.891Z Documenting hostname v0.4.0
27432024-05-20T15:30:29.780Z Documenting serde_with_macros v3.7.0
27442024-05-20T15:30:30.115Z Documenting structmeta-derive v0.3.0
27452024-05-20T15:30:31.332Z Documenting newtype-uuid v1.1.0
27462024-05-20T15:30:32.938Z Checking structmeta v0.3.0
27472024-05-20T15:30:32.988Z Documenting instant v0.1.12
27482024-05-20T15:30:33.162Z Documenting slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
27492024-05-20T15:30:33.186Z Documenting mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=025389ff39d594bf2b815377e2c1dc4dd23b1f96#025389ff)
27502024-05-20T15:30:33.375Z Documenting serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
27512024-05-20T15:30:34.784Z Documenting tokio-rustls v0.25.0
27522024-05-20T15:30:35.150Z Documenting serde_with v3.7.0
27532024-05-20T15:30:35.335Z Documenting structmeta v0.3.0
27542024-05-20T15:30:36.561Z Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
27552024-05-20T15:30:36.846Z Documenting backoff v0.4.0
27562024-05-20T15:30:37.490Z Documenting macaddr v1.0.1
27572024-05-20T15:30:37.659Z Documenting slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
27582024-05-20T15:30:39.738Z Documenting parse-display-derive v0.9.0
27592024-05-20T15:30:40.122Z Documenting dropshot v0.10.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#283d8978)
27602024-05-20T15:30:41.548Z Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
27612024-05-20T15:30:41.573Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
27622024-05-20T15:30:41.647Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
27632024-05-20T15:30:41.854Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
27642024-05-20T15:30:41.878Z Documenting fastrand v2.0.1
27652024-05-20T15:30:42.015Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
27662024-05-20T15:30:42.640Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
27672024-05-20T15:30:42.944Z Checking proc-macro-crate v1.3.1
27682024-05-20T15:30:43.505Z Documenting proc-macro-crate v1.3.1
27692024-05-20T15:30:44.037Z Documenting foreign-types-macros v0.2.3
27702024-05-20T15:30:44.225Z Documenting foreign-types-shared v0.3.1
27712024-05-20T15:30:45.145Z Documenting libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
27722024-05-20T15:30:45.511Z Documenting parse-display v0.9.0
27732024-05-20T15:30:45.682Z Documenting tempfile v3.10.1
27742024-05-20T15:30:46.027Z Documenting nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
27752024-05-20T15:30:46.994Z Documenting cstr-argument v0.1.2
27762024-05-20T15:30:48.170Z Documenting num_enum_derive v0.5.11
27772024-05-20T15:30:48.809Z Documenting foreign-types v0.5.0
27782024-05-20T15:30:49.160Z Documenting rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
27792024-05-20T15:30:49.762Z Documenting tabwriter v1.4.0
27802024-05-20T15:30:50.004Z Documenting colored v2.1.0
27812024-05-20T15:30:50.345Z Documenting camino-tempfile v1.1.1
27822024-05-20T15:30:50.970Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
27832024-05-20T15:30:52.742Z Documenting nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
27842024-05-20T15:30:53.710Z Documenting rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
27852024-05-20T15:30:53.884Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
27862024-05-20T15:30:53.976Z Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
27872024-05-20T15:30:54.082Z Documenting hash32 v0.3.1
27882024-05-20T15:30:54.177Z Documenting stable_deref_trait v1.2.0
27892024-05-20T15:30:54.610Z Documenting num_enum v0.5.11
27902024-05-20T15:30:54.763Z Documenting smf v0.2.3
27912024-05-20T15:30:56.575Z Documenting cobs v0.2.3
27922024-05-20T15:30:56.779Z Documenting embedded-io v0.4.0
27932024-05-20T15:30:57.675Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
27942024-05-20T15:30:57.699Z Documenting heapless v0.8.0
27952024-05-20T15:30:57.840Z Documenting derive-where v1.2.7
27962024-05-20T15:30:58.379Z Documenting dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
27972024-05-20T15:30:58.792Z Documenting illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
27982024-05-20T15:30:59.200Z Documenting crucible-workspace-hack v0.1.0
27992024-05-20T15:30:59.753Z Documenting postcard v1.0.8
28002024-05-20T15:31:01.632Z Documenting derror-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
28012024-05-20T15:31:02.208Z Documenting smoltcp v0.11.0
28022024-05-20T15:31:02.774Z Documenting kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
28032024-05-20T15:31:02.987Z Documenting newline-converter v0.3.0
28042024-05-20T15:31:03.566Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
28052024-05-20T15:31:03.950Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
28062024-05-20T15:31:04.974Z Documenting poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
28072024-05-20T15:31:05.295Z Documenting libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d)
28082024-05-20T15:31:06.310Z Documenting bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=27e2789d381c0fcc237fbe30cec2ec66bd750c12#27e2789d)
28092024-05-20T15:31:07.100Z Documenting expectorate v1.1.0
28102024-05-20T15:31:07.182Z Documenting sigpipe v0.1.3
28112024-05-20T15:31:07.485Z Documenting opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
28122024-05-20T15:31:07.964Z Documenting num-derive v0.4.0
28132024-05-20T15:31:08.981Z Checking convert_case v0.4.0
28142024-05-20T15:31:09.166Z Documenting convert_case v0.4.0
28152024-05-20T15:31:10.769Z Documenting bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=27e2789d381c0fcc237fbe30cec2ec66bd750c12#27e2789d)
28162024-05-20T15:31:11.302Z Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
28172024-05-20T15:31:11.511Z Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
28182024-05-20T15:31:11.739Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
28192024-05-20T15:31:11.783Z Documenting zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
28202024-05-20T15:31:12.698Z Documenting crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=62cc2cfe64ca09c6876be7633355026fa65c8545#62cc2cfe)
28212024-05-20T15:31:13.053Z Documenting derive_more v0.99.17
28222024-05-20T15:31:13.624Z Documenting opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
28232024-05-20T15:31:14.030Z Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
28242024-05-20T15:31:15.109Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
28252024-05-20T15:31:15.759Z Documenting password-hash v0.5.0
28262024-05-20T15:31:16.410Z Documenting blake2 v0.10.6
28272024-05-20T15:31:16.678Z Documenting linked-hash-map v0.5.6
28282024-05-20T15:31:17.420Z Documenting humantime v2.1.0
28292024-05-20T15:31:18.889Z Documenting itertools v0.12.1
28302024-05-20T15:31:19.747Z Documenting oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
28312024-05-20T15:31:20.152Z Documenting swrite v0.1.0
28322024-05-20T15:31:20.553Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
28332024-05-20T15:31:20.646Z Documenting lru-cache v0.1.2
28342024-05-20T15:31:21.129Z Documenting argon2 v0.5.3
28352024-05-20T15:31:21.277Z Documenting newtype_derive v0.1.6
28362024-05-20T15:31:23.064Z Documenting arc-swap v1.6.0
28372024-05-20T15:31:23.824Z Documenting quick-error v1.2.3
28382024-05-20T15:31:24.519Z Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
28392024-05-20T15:31:24.961Z Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
28402024-05-20T15:31:25.145Z Documenting steno v0.4.0
28412024-05-20T15:31:25.490Z Documenting filetime v0.2.23
28422024-05-20T15:31:25.678Z Documenting xattr v1.0.1
28432024-05-20T15:31:25.787Z Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
28442024-05-20T15:31:26.133Z Documenting opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
28452024-05-20T15:31:27.069Z Documenting slog-scope v4.4.0
28462024-05-20T15:31:27.742Z Documenting resolv-conf v0.7.0
28472024-05-20T15:31:29.480Z Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
28482024-05-20T15:31:29.682Z Documenting tar v0.4.40
28492024-05-20T15:31:30.973Z Documenting slog-stdlog v4.1.1
28502024-05-20T15:31:31.547Z Documenting num-rational v0.4.2
28512024-05-20T15:31:31.831Z Documenting trust-dns-resolver v0.22.0
28522024-05-20T15:31:32.553Z Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
28532024-05-20T15:31:33.622Z Documenting num-complex v0.4.6
28542024-05-20T15:31:33.933Z Documenting tap v1.0.1
28552024-05-20T15:31:34.928Z Documenting slog-envlogger v2.2.0
28562024-05-20T15:31:35.920Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
28572024-05-20T15:31:36.599Z Documenting wyz v0.5.1
28582024-05-20T15:31:36.981Z Documenting radium v0.7.0
28592024-05-20T15:31:38.199Z Documenting num v0.4.3
28602024-05-20T15:31:39.364Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
28612024-05-20T15:31:39.579Z Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
28622024-05-20T15:31:39.649Z Documenting nibble_vec v0.1.0
28632024-05-20T15:31:39.910Z Documenting same-file v1.0.6
28642024-05-20T15:31:40.323Z Documenting crc-catalog v2.2.0
28652024-05-20T15:31:42.614Z Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
28662024-05-20T15:31:43.212Z Documenting funty v2.0.0
28672024-05-20T15:31:43.337Z Documenting endian-type v0.1.2
28682024-05-20T15:31:43.476Z Documenting crc v3.0.1
28692024-05-20T15:31:43.729Z Documenting walkdir v2.5.0
28702024-05-20T15:31:43.937Z Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
28712024-05-20T15:31:45.071Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
28722024-05-20T15:31:45.498Z Documenting cancel-safe-futures v0.1.5
28732024-05-20T15:31:46.233Z Documenting bitvec v1.0.1
28742024-05-20T15:31:46.303Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
28752024-05-20T15:31:46.556Z Documenting packed_struct_codegen v0.10.1
28762024-05-20T15:31:47.007Z Documenting radix_trie v0.2.1
28772024-05-20T15:31:47.571Z Documenting nodrop v0.1.14
28782024-05-20T15:31:50.522Z Documenting array-init v0.0.4
28792024-05-20T15:31:50.847Z Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
28802024-05-20T15:31:51.103Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
28812024-05-20T15:31:51.298Z Documenting bzip2-sys v0.1.11+1.0.8
28822024-05-20T15:31:51.457Z Documenting num-bigint-dig v0.8.4
28832024-05-20T15:31:51.481Z Documenting packed_struct v0.10.1
28842024-05-20T15:31:53.548Z Documenting pem v3.0.4
28852024-05-20T15:31:54.098Z Documenting pkcs1 v0.7.5
28862024-05-20T15:31:55.715Z Documenting signature v2.1.0
28872024-05-20T15:31:57.053Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
28882024-05-20T15:31:57.334Z Documenting bitfield v0.14.0
28892024-05-20T15:31:57.388Z Documenting display-error-chain v0.2.0
28902024-05-20T15:31:57.894Z Documenting termcolor v1.2.0
28912024-05-20T15:31:58.583Z Documenting bzip2 v0.4.4
28922024-05-20T15:31:59.905Z Documenting serde-hex v0.1.0
28932024-05-20T15:32:00.074Z Documenting rsa v0.9.2
28942024-05-20T15:32:00.180Z Documenting lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
28952024-05-20T15:32:01.262Z Documenting tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
28962024-05-20T15:32:01.613Zwarning: unresolved link to `Blueprints`
28972024-05-20T15:32:01.613Z --> nexus/types/src/deployment/blueprint_diff.rs:5:33
28982024-05-20T15:32:01.614Z |
28992024-05-20T15:32:01.614Z5 | //! Types helpful for diffing [`Blueprints`].
29002024-05-20T15:32:01.614Z | ^^^^^^^^^^ no item named `Blueprints` in scope
29012024-05-20T15:32:01.614Z |
29022024-05-20T15:32:01.614Z = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
29032024-05-20T15:32:01.614Z = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default
29042024-05-20T15:32:01.614Z
29052024-05-20T15:32:01.642Zwarning: unresolved link to `Blueprints`
29062024-05-20T15:32:01.642Z --> nexus/types/src/deployment/blueprint_display.rs:5:35
29072024-05-20T15:32:01.642Z |
29082024-05-20T15:32:01.642Z5 | //! Types helpful for rendering [`Blueprints`].
29092024-05-20T15:32:01.642Z | ^^^^^^^^^^ no item named `Blueprints` in scope
29102024-05-20T15:32:01.642Z |
29112024-05-20T15:32:01.642Z = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
29122024-05-20T15:32:01.642Z
29132024-05-20T15:32:01.642Zwarning: unresolved link to `BpSledTable`
29142024-05-20T15:32:01.642Z --> nexus/types/src/deployment/blueprint_display.rs:174:49
29152024-05-20T15:32:01.642Z |
29162024-05-20T15:32:01.642Z174 | /// `BpSledSubtable`s are always nested under [`BpSledTable`]s.
29172024-05-20T15:32:01.642Z | ^^^^^^^^^^^ no item named `BpSledTable` in scope
29182024-05-20T15:32:01.642Z |
29192024-05-20T15:32:01.643Z = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
29202024-05-20T15:32:01.643Z
29212024-05-20T15:32:01.761Z Documenting env_logger v0.10.0
29222024-05-20T15:32:02.634Z Documenting slog-dtrace v0.3.0
29232024-05-20T15:32:03.768Zwarning: `nexus-types` (lib doc) generated 3 warnings
29242024-05-20T15:32:03.798Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
29252024-05-20T15:32:04.041Z Documenting x509-cert v0.2.4
29262024-05-20T15:32:05.387Z Documenting libsw v3.3.1
29272024-05-20T15:32:05.425Z Documenting ron v0.8.1
29282024-05-20T15:32:06.641Z Documenting half v2.3.1
29292024-05-20T15:32:06.743Z Documenting owo-colors v4.0.0
29302024-05-20T15:32:07.165Z Documenting maplit v1.0.2
29312024-05-20T15:32:07.317Z Documenting linear-map v1.2.0
29322024-05-20T15:32:08.870Z Documenting ciborium-io v0.2.2
29332024-05-20T15:32:09.337Z Documenting crc-any v2.4.3
29342024-05-20T15:32:09.541Z Documenting zip v0.6.6
29352024-05-20T15:32:09.827Z Documenting tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
29362024-05-20T15:32:11.004Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
29372024-05-20T15:32:11.376Z Documenting internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
29382024-05-20T15:32:11.585Z Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
29392024-05-20T15:32:12.266Z Documenting lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
29402024-05-20T15:32:12.427Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
29412024-05-20T15:32:12.825Z Documenting ciborium-ll v0.2.2
29422024-05-20T15:32:13.941Z Documenting headers-core v0.2.0
29432024-05-20T15:32:13.979Z Documenting async-recursion v1.1.1
29442024-05-20T15:32:16.698Z Documenting path-slash v0.1.5
29452024-05-20T15:32:18.107Z Documenting headers v0.3.9
29462024-05-20T15:32:18.468Z Documenting ciborium v0.2.2
29472024-05-20T15:32:19.233Z Documenting fxhash v0.2.1
29482024-05-20T15:32:20.474Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
29492024-05-20T15:32:20.498Z Documenting hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#943c4bbe)
29502024-05-20T15:32:20.522Z Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
29512024-05-20T15:32:22.813Z Documenting buf-list v1.0.3
29522024-05-20T15:32:23.018Z Documenting pin-project-internal v1.1.3
29532024-05-20T15:32:23.553Z Documenting vte_generate_state_changes v0.1.1
29542024-05-20T15:32:23.959Z Documenting derive_builder_core v0.20.0
29552024-05-20T15:32:27.395Z Documenting bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
29562024-05-20T15:32:27.462Z Documenting vte v0.11.1
29572024-05-20T15:32:27.915Z Documenting pin-project v1.1.3
29582024-05-20T15:32:29.942Z Checking derive_builder_core v0.20.0
29592024-05-20T15:32:30.585Z Documenting crossbeam-deque v0.8.3
29602024-05-20T15:32:30.653Z Documenting snafu-derive v0.8.2
29612024-05-20T15:32:31.295Z Documenting fd-lock v4.0.2
29622024-05-20T15:32:31.341Z Documenting viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
29632024-05-20T15:32:32.252Z Documenting bitstruct_derive v0.1.0
29642024-05-20T15:32:32.726Z Documenting ascii v1.1.0
29652024-05-20T15:32:33.718Z Documenting bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
29662024-05-20T15:32:34.497Z Documenting rayon-core v1.12.1
29672024-05-20T15:32:35.249Z Documenting viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
29682024-05-20T15:32:35.748Z Documenting strip-ansi-escapes v0.2.0
29692024-05-20T15:32:35.991Z Documenting rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c)
29702024-05-20T15:32:36.510Z Documenting bitstruct v0.1.1
29712024-05-20T15:32:37.359Z Documenting snafu v0.8.2
29722024-05-20T15:32:38.105Z Documenting derive_builder_macro v0.20.0
29732024-05-20T15:32:38.861Z Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
29742024-05-20T15:32:39.189Z Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
29752024-05-20T15:32:39.421Z Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
29762024-05-20T15:32:39.707Z Documenting dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
29772024-05-20T15:32:40.391Z Documenting proc-macro-error-attr v1.0.4
29782024-05-20T15:32:41.007Z Documenting globset v0.4.13
29792024-05-20T15:32:41.414Z Documenting propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
29802024-05-20T15:32:42.324Z Documenting olpc-cjson v0.1.3
29812024-05-20T15:32:43.725Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
29822024-05-20T15:32:44.363Z Documenting serde_plain v1.0.2
29832024-05-20T15:32:44.553Z Documenting erased-serde v0.3.31
29842024-05-20T15:32:45.697Z Documenting serde_arrays v0.1.0
29852024-05-20T15:32:46.499Z Documenting ref-cast-impl v1.0.23
29862024-05-20T15:32:46.972Z Documenting unicode-xid v0.2.4
29872024-05-20T15:32:48.535Z Documenting nu-ansi-term v0.50.0
29882024-05-20T15:32:49.371Z Checking unicode-xid v0.2.4
29892024-05-20T15:32:49.514Z Documenting typed-path v0.7.0
29902024-05-20T15:32:49.666Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
29912024-05-20T15:32:49.881Z Documenting propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
29922024-05-20T15:32:49.995Z Documenting const_format_proc_macros v0.2.32
29932024-05-20T15:32:50.960Z Documenting ref-cast v1.0.23
29942024-05-20T15:32:52.450Z Documenting reedline v0.31.0
29952024-05-20T15:32:53.825Z Documenting proc-macro-error v1.0.4
29962024-05-20T15:32:53.877Z Documenting derive_builder v0.20.0
29972024-05-20T15:32:54.293Z Documenting rayon v1.10.0
29982024-05-20T15:32:55.224Z Documenting tough v0.17.1
29992024-05-20T15:32:55.818Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
30002024-05-20T15:32:58.393Z Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
30012024-05-20T15:32:59.668Z Documenting libefi-sys v0.1.0
30022024-05-20T15:33:01.273Z Documenting trust-dns-client v0.22.0
30032024-05-20T15:33:01.976Z Documenting polar-core v0.27.3
30042024-05-20T15:33:02.837Z Documenting libxml v0.3.3
30052024-05-20T15:33:03.852Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
30062024-05-20T15:33:03.990Z Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
30072024-05-20T15:33:04.401Z Documenting illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
30082024-05-20T15:33:05.535Z Checking proc-macro-error v1.0.4
30092024-05-20T15:33:05.794Z Documenting bb8 v0.8.3
30102024-05-20T15:33:08.210Z Documenting quick-xml v0.31.0
30112024-05-20T15:33:08.672Z Documenting oso-derive v0.27.3
30122024-05-20T15:33:09.862Z Documenting impl-trait-for-tuples v0.2.2
30132024-05-20T15:33:09.888Z Documenting parse-size v1.0.0
30142024-05-20T15:33:10.300Z Documenting libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81)
30152024-05-20T15:33:10.913Z Documenting utf-8 v0.7.6
30162024-05-20T15:33:12.460Z Documenting bytecount v0.6.3
30172024-05-20T15:33:13.491Z Documenting keccak v0.1.4
30182024-05-20T15:33:14.035Z Documenting samael v0.0.15
30192024-05-20T15:33:14.355Z Documenting libnvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81)
30202024-05-20T15:33:14.888Z Documenting oso v0.27.3
30212024-05-20T15:33:15.063Z Documenting tungstenite v0.21.0
30222024-05-20T15:33:15.241Z Documenting papergrid v0.11.0
30232024-05-20T15:33:16.245Z Documenting sha3 v0.10.8
30242024-05-20T15:33:18.448Z Documenting tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
30252024-05-20T15:33:18.885Z Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
30262024-05-20T15:33:19.760Z Documenting async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef)
30272024-05-20T15:33:20.478Z Documenting trust-dns-server v0.22.1
30282024-05-20T15:33:20.790Z Documenting tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
30292024-05-20T15:33:20.986Z Documenting tabled_derive v0.7.0
30302024-05-20T15:33:24.268Z Documenting libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
30312024-05-20T15:33:24.961Z Documenting cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
30322024-05-20T15:33:25.728Z Documenting const_format v0.2.32
30332024-05-20T15:33:26.146Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30342024-05-20T15:33:27.856Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
30352024-05-20T15:33:28.227Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
30362024-05-20T15:33:28.397Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
30372024-05-20T15:33:28.699Z Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
30382024-05-20T15:33:28.917Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
30392024-05-20T15:33:28.961Z Documenting sled v0.34.7
30402024-05-20T15:33:29.432Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
30412024-05-20T15:33:29.579Z Documenting nix v0.28.0
30422024-05-20T15:33:30.091Z Documenting cookie v0.18.1
30432024-05-20T15:33:30.223Z Documenting diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#62ef5ca0)
30442024-05-20T15:33:32.499Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
30452024-05-20T15:33:32.770Z Documenting secrecy v0.8.0
30462024-05-20T15:33:33.304Z Documenting gethostname v0.4.3
30472024-05-20T15:33:34.564Z Documenting peg-macros v0.8.3
30482024-05-20T15:33:34.590Z Documenting rustversion v1.0.14
30492024-05-20T15:33:35.198Z Documenting sqlparser_derive v0.2.2
30502024-05-20T15:33:36.547Z Documenting home v0.5.5
30512024-05-20T15:33:37.229Z Documenting unicode_categories v0.1.1
30522024-05-20T15:33:37.985Z Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
30532024-05-20T15:33:38.640Z Documenting castaway v0.2.2
30542024-05-20T15:33:39.078Z Documenting peg v0.8.3
30552024-05-20T15:33:39.729Z Documenting sqlparser v0.45.0
30562024-05-20T15:33:40.348Z Documenting rustyline v14.0.0
30572024-05-20T15:33:40.461Z Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
30582024-05-20T15:33:41.138Z Documenting sqlformat v0.2.3
30592024-05-20T15:33:42.533Z Documenting propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
30602024-05-20T15:33:42.940Z Documenting tabled v0.15.0
30612024-05-20T15:33:45.542Z Documenting tokio-tungstenite v0.21.0
30622024-05-20T15:33:46.084Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
30632024-05-20T15:33:47.711Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
30642024-05-20T15:33:48.962Z Documenting dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
30652024-05-20T15:33:49.489Z Documenting zone v0.1.8
30662024-05-20T15:33:51.503Z Documenting ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=025389ff39d594bf2b815377e2c1dc4dd23b1f96#025389ff)
30672024-05-20T15:33:52.231Z Documenting libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#d44d9e08)
30682024-05-20T15:33:52.761Z Documenting propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
30692024-05-20T15:33:52.813Z Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
30702024-05-20T15:33:53.960Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
30712024-05-20T15:33:54.230Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
30722024-05-20T15:33:54.504Z Documenting portpicker v0.1.1
30732024-05-20T15:33:54.528Z Documenting universal-hash v0.5.1
30742024-05-20T15:33:58.296Z Documenting bcs v0.1.6
30752024-05-20T15:33:58.753Z Documenting kstat-rs v0.2.3
30762024-05-20T15:34:10.334Z Documenting thiserror-impl-no-std v2.0.2
30772024-05-20T15:34:10.358Z Documenting curve25519-dalek-derive v0.1.0
30782024-05-20T15:34:10.440Z Documenting opaque-debug v0.3.0
30792024-05-20T15:34:10.492Z Documenting highway v1.1.0
30802024-05-20T15:34:11.194Z Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
30812024-05-20T15:34:11.430Z Documenting libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1)
30822024-05-20T15:34:11.479Z Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
30832024-05-20T15:34:13.239Z Documenting poly1305 v0.8.0
30842024-05-20T15:34:14.628Z Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30852024-05-20T15:34:14.899Z Documenting curve25519-dalek v4.1.2
30862024-05-20T15:34:15.496Z Documenting thiserror-no-std v2.0.2
30872024-05-20T15:34:17.674Z Documenting compact_str v0.7.1
30882024-05-20T15:34:18.242Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
30892024-05-20T15:34:19.940Z Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
30902024-05-20T15:34:20.203Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
30912024-05-20T15:34:20.944Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
30922024-05-20T15:34:21.703Z Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
30932024-05-20T15:34:21.904Z Documenting portable-atomic v1.4.3
30942024-05-20T15:34:23.296Z Documenting ed25519 v1.5.3
30952024-05-20T15:34:25.016Z Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
30962024-05-20T15:34:25.436Z Documenting memoffset v0.7.1
30972024-05-20T15:34:26.295Z Documenting unicase v2.7.0
30982024-05-20T15:34:26.378Z Documenting rcgen v0.12.1
30992024-05-20T15:34:29.122Z Documenting propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=27e2789d381c0fcc237fbe30cec2ec66bd750c12#27e2789d)
31002024-05-20T15:34:29.430Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
31012024-05-20T15:34:31.699Z Documenting crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=62cc2cfe64ca09c6876be7633355026fa65c8545#62cc2cfe)
31022024-05-20T15:34:32.725Zwarning: could not parse code block as Rust code
31032024-05-20T15:34:32.725Z --> oximeter/db/src/oxql/ast/grammar.rs:246:9
31042024-05-20T15:34:32.725Z |
31052024-05-20T15:34:32.726Z246 | / /// Parse a string literal, either single- or double-quoted.
31062024-05-20T15:34:32.726Z247 | | ///
31072024-05-20T15:34:32.726Z248 | | /// Parsing string literals is pretty tricky, but we add several
31082024-05-20T15:34:32.726Z249 | | /// constraints to simplify things. First strings must be quoted, either
31092024-05-20T15:34:32.726Z... |
31102024-05-20T15:34:32.726Z277 | | ///
31112024-05-20T15:34:32.726Z278 | | /// Will be parsed as `this string has " in it`.
31122024-05-20T15:34:32.726Z | |________________________________________________________^
31132024-05-20T15:34:32.726Z |
31142024-05-20T15:34:32.726Z = help: `ignore` code blocks require valid Rust code for syntax highlighting; mark blocks that do not contain Rust code as text: ```text
31152024-05-20T15:34:32.726Z = note: error from rustc: unknown start of token: \
31162024-05-20T15:34:32.726Z = note: error from rustc: unknown start of token: \
31172024-05-20T15:34:32.726Z = note: error from rustc: unknown start of token: \
31182024-05-20T15:34:32.726Z = note: error from rustc: unknown start of token: \
31192024-05-20T15:34:32.726Z = note: error from rustc: unknown start of token: \
31202024-05-20T15:34:32.726Z = note: `#[warn(rustdoc::invalid_rust_codeblocks)]` on by default
31212024-05-20T15:34:32.726Z
31222024-05-20T15:34:32.942Z Documenting atomicwrites v0.4.3
31232024-05-20T15:34:34.176Zwarning: `oximeter-db` (lib doc) generated 1 warning
31242024-05-20T15:34:34.201Z Documenting chacha20 v0.9.1
31252024-05-20T15:34:34.832Z Documenting lru v0.12.1
31262024-05-20T15:34:37.663Z Documenting aead v0.5.2
31272024-05-20T15:34:38.546Z Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
31282024-05-20T15:34:38.824Z Documenting rand_seeder v0.2.3
31292024-05-20T15:34:39.794Z Documenting nanorand v0.7.0
31302024-05-20T15:34:39.857Z Documenting subprocess v0.2.9
31312024-05-20T15:34:40.434Z Documenting stability v0.2.0
31322024-05-20T15:34:41.256Z Documenting glob v0.3.1
31332024-05-20T15:34:42.048Z Documenting number_prefix v0.4.0
31342024-05-20T15:34:53.131Z Documenting cassowary v0.3.0
31352024-05-20T15:34:53.469Z Documenting flume v0.11.0
31362024-05-20T15:34:53.831Z Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
31372024-05-20T15:34:53.856Z Documenting chacha20poly1305 v0.10.1
31382024-05-20T15:34:54.001Z Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
31392024-05-20T15:34:54.346Z Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
31402024-05-20T15:34:54.574Z Documenting indicatif v0.17.8
31412024-05-20T15:34:57.217Z Documenting ratatui v0.26.2
31422024-05-20T15:34:58.015Z Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
31432024-05-20T15:34:59.267Z Documenting mime_guess v2.0.4
31442024-05-20T15:35:09.949Z Documenting nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d)
31452024-05-20T15:35:10.128Z Documenting salty v0.2.0
31462024-05-20T15:35:10.449Z Documenting vsss-rs v3.3.4
31472024-05-20T15:35:10.940Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
31482024-05-20T15:35:11.252Z Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
31492024-05-20T15:35:12.137Z Documenting hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a)
31502024-05-20T15:35:13.297Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
31512024-05-20T15:35:13.657Z Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
31522024-05-20T15:35:14.188Z Documenting tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
31532024-05-20T15:35:14.228Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
31542024-05-20T15:35:14.493Z Documenting serde-big-array v0.5.1
31552024-05-20T15:35:16.511Z Documenting rtoolbox v0.0.1
31562024-05-20T15:35:16.536Z Documenting memmap2 v0.7.1
31572024-05-20T15:35:17.227Z Documenting is_ci v1.2.0
31582024-05-20T15:35:18.104Z Documenting constant_time_eq v0.3.0
31592024-05-20T15:35:18.685Z Documenting unicode-linebreak v0.1.5
31602024-05-20T15:35:20.742Z Documenting smawk v0.3.1
31612024-05-20T15:35:21.015Z Documenting arrayref v0.3.7
31622024-05-20T15:35:21.125Z Documenting arrayvec v0.7.4
31632024-05-20T15:35:21.339Z Documenting http-range v0.1.5
31642024-05-20T15:35:21.659Z Documenting shell-words v1.1.0
31652024-05-20T15:35:23.861Z Documenting supports-color v3.0.0
31662024-05-20T15:35:24.351Z Documenting blake3 v1.5.0
31672024-05-20T15:35:24.638Z Documenting textwrap v0.16.1
31682024-05-20T15:35:25.473Z Documenting hyper-staticfile v0.9.5
31692024-05-20T15:35:25.745Z Documenting rpassword v7.3.1
31702024-05-20T15:35:26.312Z Documenting gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
31712024-05-20T15:35:27.784Z Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31722024-05-20T15:35:27.841Z Documenting sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef)
31732024-05-20T15:35:28.766Z Documenting tui-tree-widget v0.19.0
31742024-05-20T15:35:28.991Z Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
31752024-05-20T15:35:35.073Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
31762024-05-20T15:35:35.392Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
31772024-05-20T15:35:35.392Zwarning: unresolved link to `test_sled_transitions`
31782024-05-20T15:35:35.392Z --> nexus/db-queries/src/db/datastore/sled.rs:698:11
31792024-05-20T15:35:35.392Z |
31802024-05-20T15:35:35.392Z698 | /// [`test_sled_transitions`].
31812024-05-20T15:35:35.392Z | ^^^^^^^^^^^^^^^^^^^^^ no item named `test_sled_transitions` in scope
31822024-05-20T15:35:35.392Z |
31832024-05-20T15:35:35.392Z = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
31842024-05-20T15:35:35.392Z = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default
31852024-05-20T15:35:35.392Z
31862024-05-20T15:35:35.392Zwarning: unresolved link to `test_sled_transitions`
31872024-05-20T15:35:35.392Z --> nexus/db-queries/src/db/datastore/sled.rs:734:11
31882024-05-20T15:35:35.393Z |
31892024-05-20T15:35:35.393Z734 | /// [`test_sled_transitions`].
31902024-05-20T15:35:35.393Z | ^^^^^^^^^^^^^^^^^^^^^ no item named `test_sled_transitions` in scope
31912024-05-20T15:35:35.393Z |
31922024-05-20T15:35:35.393Z = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
31932024-05-20T15:35:35.393Z
31942024-05-20T15:35:35.393Zwarning: unresolved link to `DataStore::update_tuf_repo_description_insert`
31952024-05-20T15:35:35.393Z --> nexus/db-queries/src/db/datastore/update.rs:28:27
31962024-05-20T15:35:35.393Z |
31972024-05-20T15:35:35.393Z28 | /// The return value of [`DataStore::update_tuf_repo_description_insert`].
31982024-05-20T15:35:35.393Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the struct `DataStore` has no field or associated item named `update_tuf_repo_description_insert`
31992024-05-20T15:35:35.393Z
32002024-05-20T15:35:35.700Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
32012024-05-20T15:35:35.700Z Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
32022024-05-20T15:35:35.700Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
32032024-05-20T15:35:35.700Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
32042024-05-20T15:35:35.700Z Documenting signal-hook-tokio v0.3.1
32052024-05-20T15:35:35.700Z Documenting topological-sort v0.2.2
32062024-05-20T15:35:35.700Z Documenting corncobs v0.1.3
32072024-05-20T15:35:38.397Z Documenting sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef)
32082024-05-20T15:35:39.299Z Documenting omicron-zone-package v0.11.0
32092024-05-20T15:35:40.095Z Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
32102024-05-20T15:35:40.839Z Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
32112024-05-20T15:35:42.485Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
32122024-05-20T15:35:47.334Z Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
32132024-05-20T15:35:47.521Z Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
32142024-05-20T15:35:48.833Z Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
32152024-05-20T15:35:49.184Zwarning: `nexus-db-queries` (lib doc) generated 3 warnings
32162024-05-20T15:35:49.304Z Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
32172024-05-20T15:36:07.465Zwarning: unclosed HTML tag `usize`
32182024-05-20T15:36:07.465Z --> wicket/src/ui/panes/update.rs:153:19
32192024-05-20T15:36:07.465Z |
32202024-05-20T15:36:07.465Z153 | /// TODO: The <usize> generic parameter is carried over from earlier versions
32212024-05-20T15:36:07.465Z | ^^^^^^^
32222024-05-20T15:36:07.466Z |
32232024-05-20T15:36:07.466Z = note: `#[warn(rustdoc::invalid_html_tags)]` on by default
32242024-05-20T15:36:07.466Z
32252024-05-20T15:36:07.466Zwarning: `wicket` (lib doc) generated 1 warning
32262024-05-20T15:36:07.466Z Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
32272024-05-20T15:36:07.466Z Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
32282024-05-20T15:36:07.466Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
32292024-05-20T15:36:07.466Z Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
32302024-05-20T15:36:07.466Zwarning: unresolved link to `BlueprintDisksConfig`
32312024-05-20T15:36:07.466Z --> nexus/reconfigurator/planning/src/blueprint_builder/builder.rs:959:55
32322024-05-20T15:36:07.466Z |
32332024-05-20T15:36:07.466Z959 | /// blueprint. We do this by keeping a copy of any [`BlueprintDisksConfig`]
32342024-05-20T15:36:07.466Z | ^^^^^^^^^^^^^^^^^^^^ no item named `BlueprintDisksConfig` in scope
32352024-05-20T15:36:07.466Z |
32362024-05-20T15:36:07.467Z = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
32372024-05-20T15:36:07.467Z = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default
32382024-05-20T15:36:07.467Z
32392024-05-20T15:36:07.467Z Documenting crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=62cc2cfe64ca09c6876be7633355026fa65c8545#62cc2cfe)
32402024-05-20T15:36:07.467Zwarning: `nexus-reconfigurator-planning` (lib doc) generated 1 warning
32412024-05-20T15:36:07.467Z Documenting fatfs v0.3.6
32422024-05-20T15:36:07.671Z Documenting cargo-platform v0.1.3
32432024-05-20T15:36:08.894Z Documenting assert_matches v1.5.0
32442024-05-20T15:36:11.751Z Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
32452024-05-20T15:36:11.960Z Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
32462024-05-20T15:36:12.112Z Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
32472024-05-20T15:36:12.286Z Documenting cargo_metadata v0.18.1
32482024-05-20T15:36:17.299Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
32492024-05-20T15:36:19.249Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
32502024-05-20T15:36:21.030Z Documenting installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd)
32512024-05-20T15:36:21.844Z Documenting installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client)
32522024-05-20T15:36:28.213Z Checking installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client)
32532024-05-20T15:36:30.855Z Checking installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd)
32542024-05-20T15:36:31.530Z Documenting uzers v0.11.3
32552024-05-20T15:36:31.855Zwarning: unresolved link to `propolis_client::api::InstanceStateMonitorResponse`
32562024-05-20T15:36:31.855Z --> sled-agent/src/sim/instance.rs:46:7
32572024-05-20T15:36:31.855Z |
32582024-05-20T15:36:31.855Z46 | /// [`propolis_client::api::InstanceStateMonitorResponse`]. Transition requests
32592024-05-20T15:36:31.855Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `api` in module `propolis_client`
32602024-05-20T15:36:31.855Z |
32612024-05-20T15:36:31.855Z = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default
32622024-05-20T15:36:31.855Z
32632024-05-20T15:36:32.336Z Documenting termios v0.3.3
32642024-05-20T15:36:35.030Zwarning: `omicron-sled-agent` (lib doc) generated 1 warning
32652024-05-20T15:36:35.080Z Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
32662024-05-20T15:36:35.675Z Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
32672024-05-20T15:36:36.231Z Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
32682024-05-20T15:36:36.354Z Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
32692024-05-20T15:36:38.399Z Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
32702024-05-20T15:36:42.226Z Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
32712024-05-20T15:36:53.413Z Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
32722024-05-20T15:37:00.687Z Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
32732024-05-20T15:37:06.822Z Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
32742024-05-20T15:37:12.354Z Documenting tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
32752024-05-20T15:37:15.342Z Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli)
32762024-05-20T15:37:16.521Z Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
32772024-05-20T15:37:20.018Z Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
32782024-05-20T15:37:20.249Z Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
32792024-05-20T15:37:29.045Zwarning: unresolved link to `Nexus`
32802024-05-20T15:37:29.046Z --> nexus/src/app/instance_network.rs:280:34
32812024-05-20T15:37:29.046Z |
32822024-05-20T15:37:29.046Z280 | /// called by methods on the [`Nexus`] type, this is the `OpContext` used for
32832024-05-20T15:37:29.046Z | ^^^^^ no item named `Nexus` in scope
32842024-05-20T15:37:29.046Z |
32852024-05-20T15:37:29.046Z = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
32862024-05-20T15:37:29.046Z = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default
32872024-05-20T15:37:29.046Z
32882024-05-20T15:37:29.092Zwarning: unresolved link to `Nexus`
32892024-05-20T15:37:29.092Z --> nexus/src/app/instance_network.rs:458:34
32902024-05-20T15:37:29.092Z |
32912024-05-20T15:37:29.093Z458 | /// called by methods on the [`Nexus`] type, this is the `OpContext` used for
32922024-05-20T15:37:29.093Z | ^^^^^ no item named `Nexus` in scope
32932024-05-20T15:37:29.093Z |
32942024-05-20T15:37:29.093Z = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
32952024-05-20T15:37:29.093Z
32962024-05-20T15:37:29.093Zwarning: unresolved link to `VolumeConstructionRequest`
32972024-05-20T15:37:29.093Z --> nexus/src/app/sagas/volume_delete.rs:338:7
32982024-05-20T15:37:29.093Z |
32992024-05-20T15:37:29.093Z338 | /// [`VolumeConstructionRequest`] is shown here):
33002024-05-20T15:37:29.093Z | ^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `VolumeConstructionRequest` in scope
33012024-05-20T15:37:29.093Z |
33022024-05-20T15:37:29.093Z = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
33032024-05-20T15:37:29.093Z
33042024-05-20T15:37:29.093Zwarning: unresolved link to `fd00:1122:3344:101::5`
33052024-05-20T15:37:29.093Z --> nexus/src/app/sagas/volume_delete.rs:348:17
33062024-05-20T15:37:29.093Z |
33072024-05-20T15:37:29.093Z348 | /// "[fd00:1122:3344:101::5]:1000",
33082024-05-20T15:37:29.093Z | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:101` in scope
33092024-05-20T15:37:29.093Z
33102024-05-20T15:37:29.093Zwarning: unresolved link to `fd00:1122:3344:102::9`
33112024-05-20T15:37:29.093Z --> nexus/src/app/sagas/volume_delete.rs:349:17
33122024-05-20T15:37:29.094Z |
33132024-05-20T15:37:29.094Z349 | /// "[fd00:1122:3344:102::9]:1000",
33142024-05-20T15:37:29.094Z | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:102` in scope
33152024-05-20T15:37:29.094Z
33162024-05-20T15:37:29.094Zwarning: unresolved link to `fd00:1122:3344:103::2`
33172024-05-20T15:37:29.094Z --> nexus/src/app/sagas/volume_delete.rs:350:17
33182024-05-20T15:37:29.094Z |
33192024-05-20T15:37:29.094Z350 | /// "[fd00:1122:3344:103::2]:1000"
33202024-05-20T15:37:29.094Z | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:103` in scope
33212024-05-20T15:37:29.094Z
33222024-05-20T15:37:29.094Zwarning: unresolved link to `fd00:1122:3344:101::5`
33232024-05-20T15:37:29.094Z --> nexus/src/app/sagas/volume_delete.rs:369:17
33242024-05-20T15:37:29.094Z |
33252024-05-20T15:37:29.094Z369 | /// "[fd00:1122:3344:101::5]:1001", <-- port changed
33262024-05-20T15:37:29.094Z | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:101` in scope
33272024-05-20T15:37:29.094Z
33282024-05-20T15:37:29.094Zwarning: unresolved link to `fd00:1122:3344:102::9`
33292024-05-20T15:37:29.094Z --> nexus/src/app/sagas/volume_delete.rs:370:17
33302024-05-20T15:37:29.094Z |
33312024-05-20T15:37:29.094Z370 | /// "[fd00:1122:3344:102::9]:1001", <-- port changed
33322024-05-20T15:37:29.094Z | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:102` in scope
33332024-05-20T15:37:29.094Z
33342024-05-20T15:37:29.094Zwarning: unresolved link to `fd00:1122:3344:103::2`
33352024-05-20T15:37:29.095Z --> nexus/src/app/sagas/volume_delete.rs:371:17
33362024-05-20T15:37:29.095Z |
33372024-05-20T15:37:29.095Z371 | /// "[fd00:1122:3344:103::2]:1001" <-- port changed
33382024-05-20T15:37:29.095Z | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:103` in scope
33392024-05-20T15:37:29.095Z
33402024-05-20T15:37:32.664Zwarning: `omicron-nexus` (lib doc) generated 9 warnings
33412024-05-20T15:37:52.886Z Finished dev [unoptimized + debuginfo] target(s) in 11m 15s
33422024-05-20T15:37:52.961Z Generated /work/oxidecomputer/omicron/target/doc/authz_macros/index.html
33432024-05-20T15:37:52.961Z Generated /work/oxidecomputer/omicron/target/doc/bootstore/index.html
33442024-05-20T15:37:52.961Z Generated /work/oxidecomputer/omicron/target/doc/bootstrap_agent_client/index.html
33452024-05-20T15:37:52.961Z Generated /work/oxidecomputer/omicron/target/doc/crdb_seed/index.html
33462024-05-20T15:37:52.962Z Generated /work/oxidecomputer/omicron/target/doc/db_macros/index.html
33472024-05-20T15:37:52.962Z Generated /work/oxidecomputer/omicron/target/doc/dns_server/index.html
33482024-05-20T15:37:52.962Z Generated /work/oxidecomputer/omicron/target/doc/apigen/index.html
33492024-05-20T15:37:52.962Z Generated /work/oxidecomputer/omicron/target/doc/dns_db_dump/index.html
33502024-05-20T15:37:52.962Z Generated /work/oxidecomputer/omicron/target/doc/dnsadm/index.html
33512024-05-20T15:37:53.010Z Generated /work/oxidecomputer/omicron/target/doc/dns_service_client/index.html
33522024-05-20T15:37:53.010Z Generated /work/oxidecomputer/omicron/target/doc/dpd_client/index.html
33532024-05-20T15:37:53.010Z Generated /work/oxidecomputer/omicron/target/doc/gateway_cli/index.html
33542024-05-20T15:37:53.011Z Generated /work/oxidecomputer/omicron/target/doc/gateway_client/index.html
33552024-05-20T15:37:53.011Z Generated /work/oxidecomputer/omicron/target/doc/gateway_test_utils/index.html
33562024-05-20T15:37:53.011Z Generated /work/oxidecomputer/omicron/target/doc/illumos_utils/index.html
33572024-05-20T15:37:53.011Z Generated /work/oxidecomputer/omicron/target/doc/installinator/index.html
33582024-05-20T15:37:53.011Z Generated /work/oxidecomputer/omicron/target/doc/installinator_artifact_client/index.html
33592024-05-20T15:37:53.011Z Generated /work/oxidecomputer/omicron/target/doc/installinator_artifactd/index.html
33602024-05-20T15:37:53.011Z Generated /work/oxidecomputer/omicron/target/doc/installinator_common/index.html
33612024-05-20T15:37:53.012Z Generated /work/oxidecomputer/omicron/target/doc/internal_dns/index.html
33622024-05-20T15:37:53.012Z Generated /work/oxidecomputer/omicron/target/doc/dnswait/index.html
33632024-05-20T15:37:53.012Z Generated /work/oxidecomputer/omicron/target/doc/ipcc/index.html
33642024-05-20T15:37:53.012Z Generated /work/oxidecomputer/omicron/target/doc/key_manager/index.html
33652024-05-20T15:37:53.012Z Generated /work/oxidecomputer/omicron/target/doc/nexus_client/index.html
33662024-05-20T15:37:53.012Z Generated /work/oxidecomputer/omicron/target/doc/nexus_config/index.html
33672024-05-20T15:37:53.012Z Generated /work/oxidecomputer/omicron/target/doc/nexus_db_model/index.html
33682024-05-20T15:37:53.012Z Generated /work/oxidecomputer/omicron/target/doc/nexus_db_queries/index.html
33692024-05-20T15:37:53.013Z Generated /work/oxidecomputer/omicron/target/doc/nexus_defaults/index.html
33702024-05-20T15:37:53.013Z Generated /work/oxidecomputer/omicron/target/doc/nexus_inventory/index.html
33712024-05-20T15:37:53.013Z Generated /work/oxidecomputer/omicron/target/doc/nexus_macros_common/index.html
33722024-05-20T15:37:53.013Z Generated /work/oxidecomputer/omicron/target/doc/nexus_metrics_producer_gc/index.html
33732024-05-20T15:37:53.013Z Generated /work/oxidecomputer/omicron/target/doc/nexus_networking/index.html
33742024-05-20T15:37:53.013Z Generated /work/oxidecomputer/omicron/target/doc/nexus_reconfigurator_execution/index.html
33752024-05-20T15:37:53.013Z Generated /work/oxidecomputer/omicron/target/doc/nexus_reconfigurator_planning/index.html
33762024-05-20T15:37:53.014Z Generated /work/oxidecomputer/omicron/target/doc/nexus_reconfigurator_preparation/index.html
33772024-05-20T15:37:53.014Z Generated /work/oxidecomputer/omicron/target/doc/nexus_types/index.html
33782024-05-20T15:37:53.014Z Generated /work/oxidecomputer/omicron/target/doc/omicron_certificates/index.html
33792024-05-20T15:37:53.014Z Generated /work/oxidecomputer/omicron/target/doc/omicron_common/index.html
33802024-05-20T15:37:53.014Z Generated /work/oxidecomputer/omicron/target/doc/omicron_ddm_admin_client/index.html
33812024-05-20T15:37:53.014Z Generated /work/oxidecomputer/omicron/target/doc/omicron_gateway/index.html
33822024-05-20T15:37:53.014Z Generated /work/oxidecomputer/omicron/target/doc/omicron_nexus/index.html
33832024-05-20T15:37:53.014Z Generated /work/oxidecomputer/omicron/target/doc/schema_updater/index.html
33842024-05-20T15:37:53.015Z Generated /work/oxidecomputer/omicron/target/doc/omicron_package/index.html
33852024-05-20T15:37:53.015Z Generated /work/oxidecomputer/omicron/target/doc/omicron_passwords/index.html
33862024-05-20T15:37:53.015Z Generated /work/oxidecomputer/omicron/target/doc/omicron_releng/index.html
33872024-05-20T15:37:53.015Z Generated /work/oxidecomputer/omicron/target/doc/omicron_rpaths/index.html
33882024-05-20T15:37:53.015Z Generated /work/oxidecomputer/omicron/target/doc/omicron_sled_agent/index.html
33892024-05-20T15:37:53.015Z Generated /work/oxidecomputer/omicron/target/doc/services_ledger_check_migrate/index.html
33902024-05-20T15:37:53.015Z Generated /work/oxidecomputer/omicron/target/doc/zone_bundle/index.html
33912024-05-20T15:37:53.015Z Generated /work/oxidecomputer/omicron/target/doc/omicron_test_utils/index.html
33922024-05-20T15:37:53.015Z Generated /work/oxidecomputer/omicron/target/doc/falcon_runner/index.html
33932024-05-20T15:37:53.016Z Generated /work/oxidecomputer/omicron/target/doc/falcon_runner_cli/index.html
33942024-05-20T15:37:53.016Z Generated /work/oxidecomputer/omicron/target/doc/omicron_uuid_kinds/index.html
33952024-05-20T15:37:53.016Z Generated /work/oxidecomputer/omicron/target/doc/oxide_client/index.html
33962024-05-20T15:37:53.016Z Generated /work/oxidecomputer/omicron/target/doc/oximeter/index.html
33972024-05-20T15:37:53.016Z Generated /work/oxidecomputer/omicron/target/doc/oximeter_client/index.html
33982024-05-20T15:37:53.016Z Generated /work/oxidecomputer/omicron/target/doc/oximeter_collector/index.html
33992024-05-20T15:37:53.016Z Generated /work/oxidecomputer/omicron/target/doc/clickhouse_schema_updater/index.html
34002024-05-20T15:37:53.017Z Generated /work/oxidecomputer/omicron/target/doc/oximeter/index.html
34012024-05-20T15:37:53.017Z Generated /work/oxidecomputer/omicron/target/doc/oximeter_db/index.html
34022024-05-20T15:37:53.017Z Generated /work/oxidecomputer/omicron/target/doc/oximeter_instruments/index.html
34032024-05-20T15:37:53.017Z Generated /work/oxidecomputer/omicron/target/doc/oximeter_macro_impl/index.html
34042024-05-20T15:37:53.017Z Generated /work/oxidecomputer/omicron/target/doc/oximeter_producer/index.html
34052024-05-20T15:37:53.017Z Generated /work/oxidecomputer/omicron/target/doc/oxlog/index.html
34062024-05-20T15:37:53.017Z Generated /work/oxidecomputer/omicron/target/doc/sled_agent_client/index.html
34072024-05-20T15:37:53.017Z Generated /work/oxidecomputer/omicron/target/doc/sled_hardware/index.html
34082024-05-20T15:37:53.018Z Generated /work/oxidecomputer/omicron/target/doc/sled_hardware_types/index.html
34092024-05-20T15:37:53.018Z Generated /work/oxidecomputer/omicron/target/doc/sled_storage/index.html
34102024-05-20T15:37:53.018Z Generated /work/oxidecomputer/omicron/target/doc/sp_sim/index.html
34112024-05-20T15:37:53.018Z Generated /work/oxidecomputer/omicron/target/doc/tufaceous/index.html
34122024-05-20T15:37:53.018Z Generated /work/oxidecomputer/omicron/target/doc/tufaceous_lib/index.html
34132024-05-20T15:37:53.018Z Generated /work/oxidecomputer/omicron/target/doc/typed_rng/index.html
34142024-05-20T15:37:53.018Z Generated /work/oxidecomputer/omicron/target/doc/update_common/index.html
34152024-05-20T15:37:53.019Z Generated /work/oxidecomputer/omicron/target/doc/update_engine/index.html
34162024-05-20T15:37:53.019Z Generated /work/oxidecomputer/omicron/target/doc/wicket/index.html
34172024-05-20T15:37:53.019Z Generated /work/oxidecomputer/omicron/target/doc/wicket_common/index.html
34182024-05-20T15:37:53.019Z Generated /work/oxidecomputer/omicron/target/doc/wicket_dbg/index.html
34192024-05-20T15:37:53.019Z Generated /work/oxidecomputer/omicron/target/doc/wicket_dbg_server/index.html
34202024-05-20T15:37:53.019Z Generated /work/oxidecomputer/omicron/target/doc/wicketd/index.html
34212024-05-20T15:37:53.019Z Generated /work/oxidecomputer/omicron/target/doc/wicketd_client/index.html
34222024-05-20T15:37:53.019Z Generated /work/oxidecomputer/omicron/target/doc/zone_setup/index.html
34232024-05-20T15:37:53.050Z
34242024-05-20T15:37:53.050Zreal 11:16.095163937
34252024-05-20T15:37:53.050Zuser 29:50.982797964
34262024-05-20T15:37:53.050Zsys 47:08.469271879
34272024-05-20T15:37:53.050Ztrap 0.840572348
34282024-05-20T15:37:53.051Ztflt 0.211817646
34292024-05-20T15:37:53.051Zdflt 1.109276396
34302024-05-20T15:37:53.051Zkflt 0.000468801
34312024-05-20T15:37:53.055Zlock 3:23:29.510376013
34322024-05-20T15:37:53.055Zslp 3:09:55.883715306
34332024-05-20T15:37:53.055Zlat 4:09.222181948
34342024-05-20T15:37:53.055Zstop 2:01.245073995
34352024-05-20T15:37:53.055Zprocess exited: duration 1358918 ms, exit code 0
 
34362024-05-20T15:37:53.122Zfound 0 output files